@charset "UTF-8";

/*
  Theme Name:nihoncha.co.jp
  Description:nihoncha.co.jp用テンプレート
  Theme URI:https://nihoncha.co.jp/
  Author:dosanite
  Author URI:https://nihoncha.co.jp/
  Version:1.0.0
*/

/* wordpress */
img {
  height: auto;
  max-width: 100%;
}
/* jetpackの笑顔マーク対策 */
img#wpstats{display:none}

/* 検索 */
#searchform Label{display:none}
.screen-reader-text{display:none}
#searchform {
  width:200px;
  display:block;
  height:40px;
  position:relative;
  border:1px solid #ccc;
  background:#fff;
  border-radius: 10px;
  margin-bottom:10px;
}
#s {
  width:160px;
  position:absolute;
  top:4px;
  left:6px;
  height:30px;
  border:1px solid #FFF;
}
#searchsubmit {
  position:absolute;
  top:6px;
  left:170px;
}

input, textarea, select {
  color: #888;
  -webkit-text-stroke: 0.1px;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  background: #f8f8f8;
  width: 100%;
  padding: 0.85em 1em 0.85em 1em;
  border-radius: 0.25em;
  border: 0;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px #afd9e0;
  background: #bcfb9d;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  line-height: 1.25em;
}

form textarea {
  min-height: 13em;
}

form select {
  position: relative;
}

  form select option:not(:checked) {
    color: #000;
  }

form ::-moz-focus-inner {
  border: 0;
}

form ::-webkit-input-placeholder {
  color: #aaa !important;
}

form :-moz-placeholder {
  color: #555 !important;
}

form ::-moz-placeholder {
  color: #555 !important;
}

form :-ms-input-placeholder {
  color: #555 !important;
}

/* wordpress */
.sidebar .widget{margin-bottom:20px;}
.sidebar .textwidget{margin:0; padding:0;}
.sidebar .widgettitle{margin:0;}

/* framework */
html{overflow-y:scroll; overflow-x:hidden;}
html, body{margin:0; padding:0; font-size:14px; line-height:1.6em;}
form{color:#000;}
select,option{color:#000;}

*, *::before, *::after{box-sizing:border-box;}

.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}
.uppercase{text-transform:uppercase;}
.capitalise{text-transform:capitalize;}
.hidden{display:none;}
.nospace{margin:0; padding:0; list-style:none;}
.inline *{display:inline-block;}
.inline *:last-child{margin-right:0;}
.pushright li{margin-right:20px;}
.pushright li:last-child{margin-right:0;}
.borderedbox{border:1px solid;}
.circle{border-radius:50%; background-clip:padding-box;}
.radius{border-radius:5px;}
.btn{display:inline-block; padding:5px 15px 7px; text-transform:uppercase; border:1px solid; border-radius:5px;}

.clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clear, .clear::after, .group, .group::after{clear:both;}

a{outline:none; text-decoration:none;}

img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}

form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
label, input, textarea, select, button{border-radius:5px; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle;}
label{margin-bottom:5px;}
:required, :invalid{outline:none; box-shadow:none;}

h1, h2, h3, h4, h5, h6, .heading{
  margin:0 0 20px 0;
  font-size:18px;
  line-height:normal;
  font-weight:normal;
}

address{font-style:normal; font-weight:normal;}
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}

.wrapper{
  display:block;
  width:100%;
  margin:0;
  padding:0;
  text-align:left;
  word-wrap:break-word;
}

.hoc, .headhoc{
  display:block;
  margin:0 auto;
}

/** display:none; class **/
.none{display:none;}

/** margin class **/
.mb1{margin-bottom:1em;}
.mb2{margin-bottom:2em;}
.mb3{margin-bottom:3em;}
.mb4{margin-bottom:4em;}
.mb5{margin-bottom:5em;}
.mb6{margin-bottom:6em;}
.mb7{margin-bottom:7em;}
.mb8{margin-bottom:8em;}
.mb9{margin-bottom:9em;}

/** cursor class **/
.cursor{cursor:pointer;}

/** img hover class **/
.imgHover:hover{
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -ms-filter:"alpha( opacity=80 )";
  opacity:0.8;
}

.noscroll{overflow: hidden; height:100%;}

.retina{transform: scale(0.5);}

/**
 * main
 */
body{
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  list-style:none;
  color:#dcdcdc;
  background:#fff;
}

a:link{color:#6dbc54;}
a:visited{color:#6dbc54;}
a:hover{color:#429528;}
a:active{color:#6dbc54;}

/* breadcrumb */
#breadcrumb{
  width:100%;
  padding:10px 20px;
  color:#679614;
  font-size:16px;
  left:0;
}
  #breadcrumb a:link{text-decoration:none;}
  #breadcrumb a:visited{text-decoration:none;}
  #breadcrumb a:hover{text-decoration:underline;}
  #breadcrumb a:active{text-decoration:none;}
  #breadcrumb > ul{
    list-style:none;
    margin:0;
    padding:0;
  }
  #breadcrumb > ul > li{
    float:left;
    margin-right:3px;
  }

/*
 * ori_pagenavi
 */
#pagenavi_header{
  width:100%;
  margin:0 auto;
  text-align:center;
}

#pagenavi_footer{
  width:100%;
  margin:0 auto;
  text-align:center;
}

.ori_pagenavi{
  clear:both;
  position:relative;
  line-height:13px;
  margin:10px 5px 0px 5px;
}

.ori_pagenavi span, .ori_pagenavi a{
  display:inline-block;
  margin:2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#fff;
  background:#a1bc51;
  border-radius:2px;
}

.ori_pagenavi a:hover{
  color:#a1bc51;
  background:#fff;
}

.ori_pagenavi .current{
  padding:6px 9px 5px 9px;
  color:#a1bc51;
  background:#fff;
}

.ggmap{
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


.hr_padding{
  width:100%;
  height:2px;
  background:#d7b064; /* Old browsers */
  background:-moz-linear-gradient(left,  #d7b064 0%, #e9d98d 15%, #e9d98d 25%, #9d8460 40%, #9d8460 60%, #e9d98d 75%, #e9d98d 85%, #d7b064 100%); /* FF3.6-15 */
  background:-webkit-linear-gradient(left,  #d7b064 0%,#e9d98d 15%,#e9d98d 25%,#9d8460 40%,#9d8460 60%,#e9d98d 75%,#e9d98d 85%,#d7b064 100%); /* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to right,  #d7b064 0%,#e9d98d 15%,#e9d98d 25%,#9d8460 40%,#9d8460 60%,#e9d98d 75%,#e9d98d 85%,#d7b064 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b064', endColorstr='#d7b064',GradientType=1 ); /* IE6-9 */
}

/* HTML 5 Overrides */
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}

/* Grid */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; margin:0 0 0 3.06748466257669%; list-style:none;}

.first{margin-left:0; clear:left;}

.one_quarter{width:22.69938650306748%;}
.one_third{width:31.28834355828221%;}
.one_half, .two_quarter{width:48.46625766871166%;}
.two_third{width:65.6441717791411%;}
.three_quarter{width:74.23312883435584%;}

/* Spacing */
.btmspace-10{margin-bottom:10px;}
.btmspace-15{margin-bottom:15px;}
.btmspace-30{margin-bottom:30px;}
.btmspace-50{margin-bottom:50px;}
.btmspace-80{margin-bottom:80px;}

.inspace-5{padding:5px;}
.inspace-10{padding:10px;}
.inspace-15{padding:15px;}
.inspace-30{padding:30px;}
.inspace-50{padding:50px;}
.inspace-80{padding:80px;}

/* layout */
#header{
  margin:0;
  padding:0;
  text-align:center;
  max-height:650px;
  overflow:hidden;
}
#header img{width:100%;}

/* Content Area */
.container{padding:30px 0;}

/* Content */
.container .content{
  color: #3d5f64;
  background: #fbfbfb;
  border-radius: 5px;
  border:1px solid #eee;
}

.event_notice{
  margin:0 auto;
  padding:10px 0;
  text-align: center;
}
.event_notice_radius{
  background:#ff6262;
  color:#fff;
  border-radius:5px;
  border:#ff6262 solid 2px;
}

.nihoncha_news{
  margin:0;
  padding:10px;
  list-style:none;
}
.nihoncha_news li {
  margin-bottom:10px;
}
.nihoncha_news li:last-child {
  margin-bottom:0;
}

.title_img{
  width:80px;
  height:80px;
  border-radius:5px;
  object-fit:cover;
  float:left;
  margin-right:10px;
}

/* Footer */
#footer{padding:80px 0; line-height:2;}
#footer .title{
  margin:0 0 30px 0;
  font-size:16px;
  text-transform:uppercase;
  font-weight:bold;
  color:#fff;
}

.footer_name{
  font-size: 20px;
}


/* Transition Fade */
*, *::before, *::after{transition:all .3s ease-in-out;}

/* Navigation */
nav ul, nav ol{margin:0; padding:0; list-style:none;}

#mainav, .sidebar nav{line-height:normal; color:#0e3346;}
.sidebar nav a::after{position:absolute; font-size:10px; line-height:10px;}

.mobile_logo{display:none; margin:5px auto; height:38px;}

#mainav{height:48px;}
#mainav > div{float:left; margin:5px 60px 0 50px;}
#mainav > ul{height:30px; margin-top:10px;}
#mainav > ul > li{float:left; cursor:pointer; margin-left:10px;}


/* fixed_navi */
.fixed_navi{
  z-index: 9996;
  position:fixed;
  top:0;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -ms-filter:"alpha( opacity=90 )";
  opacity:0.9;
}

/* Sidebar Navigation */
.sidebar nav{display:block; width:100%;}
.sidebar nav li{margin:10px 0; padding:0;}
.sidebar nav a{display:inline; position:relative; margin:0; padding:5px 10px 5px 15px; text-decoration:none;}
.sidebar nav li a::after{top:9px; left:5px; content:"・"}
.sidebar nav ul ul a{padding-left:35px;}
.sidebar nav ul ul a::after{left:25px;}
.sidebar nav ul ul ul a{padding-left:55px;}
.sidebar nav ul ul ul a::after{left:45px;}

/* Tables */
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top; border-color:#D7D7D7;}
table, th{table-layout:auto;}
th{color:#FFFFFF; background-color:#373737;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
td{border-width:0 1px;}
tr{color:inherit; background-color:#FBFBFB;}
tr:nth-child(even){color:inherit; background-color:#F7F7F7;}
table a{background-color:inherit;}

/* Rows */
.row0{
  color:#fff;
  font-weight:bold;
  background:#fff;
  text-align:center;
  padding:5px 0 4px 0;
}
.row0 a:link{color:#fff;}
.row0 a:visited{color:#fff;}
.row0 a:hover{color:#679614;}
.row0 a:active{color:#fff;}

.row1{
  color:#111;
  background:#fff;
}
.row2{
  color:#4e4e4e;
  background:#ffd446;
}

.row3{
  color:#111;
  background:#f2f2f2;
}
.row3_area{
  border-radius:5px;
  background:#fff;
}

.row_footer{
  color:#464646;
  background:#d6d6d6;
  font-size:16px;
}

.row4 a:link{color:#fff;}
.row4 a:visited{color:#fff;}
.row4 a:hover{color:#ccc;}
.row4 a:active{color:#fff;}

.row5{
  color:#384231;
  background:#f5efdb;
}
.row5 a:link{color:#ff8785;}
.row5 a:visited{color:#ff8785;}
.row5 a:hover{color:#67ab0f;}
.row5 a:active{color:#67ab0f;}

.row6{color:#b3b3b3; background-color:#333333;}
.row6 a:link{color:#fff;}
.row6 a:visited{color:#fff;}
.row6 a:hover{color:#ccc;}
.row6 a:active{color:#fff;}

.row7{background:#567e21;}

/* Media Queries */
@-ms-viewport{width:device-width;}

/* Max Wrapper Width - Laptop, Desktop etc. */
@media screen and (min-width:1280px){
  .headhoc{max-width:1280px;}
}
@media screen and (min-width:978px){
  .hoc{max-width:978px;}
}

/* Smartphone + Tablet */
@media screen and (max-width:900px){
  .hoc{max-width:90%;}
  .headhoc{max-width:90%;}
}


@media screen and (max-width:750px){
  .imgl, .imgr{display:inline-block; float:none; margin:0 0 10px 0;}
  .fl_left, .fl_right{display:block; float:none;}
  .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}
}

/* pickupbox */
.pickupbox{
  color:#111;
  background:#fff;
  border-radius: 5px;
  padding-bottom:5px;
  border:1px solid #dedede;
}

.pickupboxtop{
  color:#111;
  background:#fff;
  border-radius: 5px;
  padding-bottom:5px;
  margin-bottom:10px;
  border:1px solid #dedede;
}

.pickupboxtop img{border-radius: 5px 5px 0 0;}

.p_date{
  color:#111;
  text-align:left;
  margin: 5px;
  padding:0;
}

.p_title{
  color:#111;
  text-align:left;
  margin: 5px;
  padding:0;
}

.p_tags{margin:0 5px; text-align:right;}
.p_tags a:link{
  color:#fff;
  background:#a1bc51;
  padding:5px 10px;
  border-radius:10px;
  font-size:8px;
  word-break:keep-all;
  word-wrap:normal;
  white-space:nowrap;
}
.p_tags a:visited{color:#fff;}
.p_tags a:hover{color:#a1bc51; background:#70872a;}
.p_tags a:active{color:#fff;}


blockquote{
background-color:#ffffcc;
padding:1em 1em 1em 3em;
position:relative;
}
blockquote:before{
content:"”";
font-size:300%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}

blockquote p{
margin:0;
}
