@charset "UTF-8";
/*
Theme Name: hinaiken
Theme URI: https://wordpress.org/themes/hinaiken/
Author: norit
Author URI: https://norit.jp/
Description:
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: norit
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
  -webkit-text-size-adjust: 100%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  /* overflow-x:hidden;overflow-y:hidden; */
}

/* .font-mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
} */


a{
  text-decoration: none;
  outline:none;
}

a:link, a:visited, a:active{
  color:#000;
	}
a:hover{
	/* color: #cc0000; */
	}


img{
-webkit-backface-visibility: hidden;

}

p {
   text-align: justify; /* 両端揃え */
   text-justify: inter-ideograph; /* 両端揃えの種類 */
}

li{
  list-style:none;
}

#box{
  width: 100%;
  background-image: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg.png);
}
#box-info{
  width: 100%;

}

#pageheader{
  width: 100%;
  height: 50px;
}
/* #pageheader-info{
  width: 100%;
  height: 50px;
  background-image: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg.png);
} */

#box-inner{
  /* width: 960px;
  margin: 0 auto;
  margin-top: 60px; */
}


/*縦書き*/
.vrl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*マウスオーバー画像色変更*/
a.overwhite{
    /* background-color:#ffffff; */
    /* display:block; */
}
/* a.back-nowhite{
  background-color: transparent;
} */
a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}

a.overwhite:hover{
    color:#c0c0c0;

}

/*回り込み解除*/
.clearfix:after{
  content: "";
  display: block;
  clear: both;
  visibility:hidden;
}

/*PCだけ改行*/
.br-pc{
  display: block;
}
@media screen and (max-width:980px) {
  .br-pc{
    display: none;
  }
}

/*タブレットだけ改行*/
.br-980{
  display: none;
}
@media screen and (max-width:980px) {
  .br-980{
    display: block;
  }
}

/*スマホだけ改行*/
.br-680{
  display: none;
}
@media screen and (max-width:680px) {
  .br-680{
    display: block;
  }
}

.no-br-680{
  display: block;
}
@media screen and (max-width:680px) {
  .no-br-680{
    display: none;
  }
}

/*左寄せ*/
.box-left{
  float: left;
}
/*右寄せ*/
.box-right{
  float: right;
}

.text-bold{
  font-weight: bold;
}

.gnavi-wrap{
  background-color: #42210b;
  height: 55px;
  filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
  /* margin-bottom: -55px; */
}

/*山一より*/
.gnavi{
  /* position: absolute; */
  /* top:14%;
  left:23%; */
  display: block;
  /* padding:0; */
  /* width:60%; */
  /* width: 960px; */
  width: 960px;
  /* padding-left: 160px; */
  margin:0 auto;
  /*overflow:hidden;*/
  padding-top: 13px;
  /* float: right; */
}

.gnavi-inner{
  float: right;
}
.gnavi-inner img{
  height: 16px;
}

.gnavi li {
  list-style:none;
  /* width:14%; */
  /* width: auto; */
  float:left;
  /* float: right; */
  /* border-left: 1px solid #fff; */
  /* border-right: 1px solid #fff; */
  /* padding: 0 15px; */
  height: 30px;
  padding-left: 30px;
}

li.gnavi-width-14{
  /* width: 14%; */
}
li.gnavi-width-17{
  /* width: 18%; */
}
li.gnavi-width-25{
  /* width: 25%; */
}

.gnavi li+ li{
  border-left: 0;
  /* border-right: 1px solid #fff; */
}
.gnavi li a {
  display:block;
  color:#fff;
  text-align:center;
  text-decoration: none;
  margin-top: 7px;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.gnavi li a:hover{
  color: #dfdfdf;
}
/*山一よりおわり*/

/* .gnavi-inner{
  display: block;
  width: auto;
  margin: 0 auto;
} */


/*パンくず*/
.breadcrumb{
  width: 960px;
  margin: 0 auto;
}
.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px 0 8px;
  /* color: #000; */
}
.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li{
  display: inline;
  font-size: 0.8em;
  line-height: 2;
}

.breadcrumb li a{
  text-decoration: none;
}
.breadcrumb li a:hover{
  color: #cdcdcd;
}


/************************************************
*
*ハンバーガーアイコン
*
*************************************************/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: block;
  float: right;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 45%;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
  padding: 10px 0 0 10px;
  line-height: 1.8;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/*基本はpc-displayを表示*/
.sp-display{
  display: none;
}
.tb-display{
  display: none;
}
.pc-display{
  display: block;
}

.br_sp{
  display: none;
}

/*====================================================
固定背景
====================================================*/
.cd-fixed-bg {
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}



.cd-scrolling-bg {
  min-height: 100%;
}


/*====================================================
トップフェードインフェードアウト
====================================================*/




/*====================================================
トップぺージ
====================================================*/
.head-box{
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.head-logo{
  position: absolute;
  top:0;
  left: 0;
  width: 160px;
  z-index: 100;
}
.head-logo img{
  width: 100%;
  z-index: 100;
}


.head-text{
  float: right;
  /* width: auto; */
  width: 800px;

}
.img-text-head{
  float: right;
  padding-top:15px;
}




/* .head-title-box{
  width: 50%;
  float: left;
  padding-top: 20px;
}
.head-tel-box{
  width: 50%;
  float: right;
  padding-top: 40px;
}

.head-title{
  width: 180px;
}
.head-tel{
  width: 300px;
  display: block;
  float: right;
} */

.head-wrap{
  width: 100%;
  /* 表示画像の高さ(952) ÷ 表示画像の幅(2000) × 100 */
  /* padding-bottom: 47.6%; */
  /* background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/img-top.jpg) 0 0 no-repeat; */
  /* background-size: contain; */
  /* height: 80px; */
  position: relative;
}

.top-copy{
  position: absolute;
  right: 30px;
  top: 85px;;
  width: 20%;
  z-index: 99;
}



.top-info-wrap{
  width: 900px;
  /* margin: 0 auto 60px auto; */
  margin: 0 auto;
  padding: 80px 0;
}

.hr-style{
  border-top: 2px solid #dfcdb8;
}

.top-title{
  display: block;
  width: 600px;
  margin: 0 auto;
}
.top-title-top{
  padding-top: 80px;
}

.top-info-box{
  margin-top: 50px;
}

.top-info{
  margin-left: 30px;
}

.icon-new{
  display: inline-block;
  height: 15px;
  width: 50px;
  color: white;
  font-size: 80%;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0 0 0;
  background-color: #a00000;
  margin: 0 0 0 15px;
  margin-bottom: 6px;
}
.icon-new-none{
  background-color: transparent;
}

.btn_more{
  width: 250px;
  display: block;
  margin: 50px auto 0 auto;
}
.btn_more img{
  width: 100%;

}


.top-middle-wrap{
  width: 100%;
  /* height: 1500px; */
  background-color: #fff;
  padding: 80px 0;

}

.top-middle-inner{
  width: 960px;
  margin: 0 auto;
}

.top-middle-text-wrap{
  width: 90%;
  margin: 10px auto 0 auto;

}
.top-middle-text-wrap p{
  text-align: center;
  /* font-size: 14px; */
  line-height: 1.5;

}

.top-middle-left{
  width: 50%;
  float: left;
}
.top-middle-left-inner{
  width: 100%;
  float: right;
  /* padding-right: 10px; */
}


.top-middle-left-inner img, .top-middle-right-inner img{
  width: 95%;
}

.top-middle-right{
  width: 50%;
  float: right;
}

.top-middle-right-inner{
  width: 100%;
  float: left;
  /* padding-left: 10px; */
  padding-top: 150px;
}

.top-about-wrap{
  background-image: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg-white.png);
  width: 100%;
  height: auto;
}

.top-about-inner{
  width: 960px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
}

.top-about-image-box{
  width: 48%;
  float: left;
  margin-top: 50px;
}
.top-about-image-box img{
  width: 100%;

}

.top-about-text-box{
  width: 48%;
  float: right;
  margin-top: 80px;
}

.top-about-menu01{
  width: 150px;
  position: absolute;
  bottom: -20px;
  right: 150px;
}
.top-about-btn_more{
  width: 150px;
  position: absolute;
  bottom: 75px;
  right: 30px;
}


.top-point-wrap{
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.top-point-inner{
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.top-point-text{
  width: 600px;
  display: block;
  margin: 50px auto 0 auto;
}

.top-point-hinaijidori{
  width: 130px;
  position: absolute;
  bottom: -120px;
  right: 30px;
}
.top-point-btn_more{
  width: 150px;
  position: absolute;
  bottom: -100px;
  right: 150px;
}


.top-fixed-bg01 {
  background-image: url("https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/top-fixed-bg01.jpg");
  height: 500px;
}


.top-menu-wrap{
  width: 100%;
  background-image: url("https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg-wood.png");
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: center center;
  /* height: 1000px; */
  /* background-color: #0f0; */
}

.top-menu-inner{
  padding-bottom: 60px;
  position: relative;
}

.slick-wrap{
  /* width: 750px; */
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}

.slick-wrap img{
  /* width: 150px; */
  /* padding:0 20px; */
  /* height: 264px; */
  /* width: 227px;
  height: 270px; */

  /* margin: 0 20px;
  height: 250px; */
  width: 80%;
  margin: 0 auto;


}


.top-fixed-bg02 {
  background-image: url("https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/top-fixed-bg02.jpg");
  height: 500px;
}


.top-insta{
  width: 100%;
  /* height: 2000px; */
  background-image: url("https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg-transparent.png");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.top-insta-inner{
  padding-bottom: 60px;
  background-color: #fff;
}

.insta-text{
  /* width: 30%; */
  /* width: 500px; */
  margin: 30px auto;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
}

/* .widget-wrap{
  width: 960px;
  margin: 50px auto 0 auto;
} */

.insta-wrap{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#pagefooter{
  width: 100%;
  /* height: 500px; */
  position: relative;
}

.pagefooter-inner{
  /* width: 100%; */
  width: 960px;
  margin: 0 auto;

}

.foot-title-box{
  /* width: 30%; */
  float: left;
  /* padding-top: 30px; */
  padding: 50px 50px 0 0;
}

.foot-title{
  width: 180px;
  display: block;
  margin: 0 auto;
}

.foot-content{
  float: left;
  padding-top: 25px;
}

.foot-tel-wrap{
  padding-bottom: 15px;
}

.foot-icon-tel{
  width: 29px;
  float: left;
}

.foot-tel{
  float: left;
  font-size: 30px;
  padding-left: 10px;
  color: #371100;
  /* font-weight: bold; */
}

.foot-telnumber{
  width:240px;
  margin-left:-10px;
}

.foot-address{
  line-height: 2;
}

.foot-address a, .contactform a{
  text-decoration: underline;
}


.foot-to-top{
  float: right;
  width: 100px;
  padding: 30px 30px 0 0;
}



.foot-bottom{
  background-color: #371100;
  height: 80px;
  margin-top: 50px;

}

.copyright{
  text-align: center;
  color: #fff;
  padding-top: 30px;
  line-height: 1.5
  /* font-size: 0.9em; */
  /* line-height: 1.5; */
}

.foot-to-top-wrap{
  position: absolute;
  right: 0;
  top: -75px;
}



/*====================================================
ひない軒について
====================================================*/

.img-about{
  /* 表示画像の高さ(366) ÷ 表示画像の幅(2000) × 100 */
  /* padding-bottom: 18.3%;
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/img-about.jpg) 0 0 no-repeat;
  background-size: contain; */
  /* height: 80px; */
  width: 100%;
  padding-bottom: 50px;
}

.about-mainvisual{
  width: 100%;
}

.about-content{
  width: 100%;
}
.about-content-bgwhite{
  background-color: #fff;
}

.about-content-inner{
  width: 960px;
  margin: 0 auto;
  padding-bottom: 60px;
  margin-top: 60px;
}

.about-photo{
  width: 48%;
}
.about-photo img{
  width: 97%;
  /* float: right;
  margin-right: 20px; */
}

.photo-chopstick{
  width: 35%;
}
.photo-chopstick img{
  width: 90%;
  float: right;
  margin-top: 70px;
}

.about-text{
  width: 52%;
  /* padding: 30px 0 0 0; */
  padding-top: 30px;
}
.about-text p{
  line-height: 2;
  /* font-size: 14px; */
  margin-top: 47px;
  margin-left: 31px;
}

.text-chopstick{
  width: 65%;
}

.about-top{
  padding-top: 50px;
}

.img-chairman-name{
  width: 450px;
}

.about-bg-text01{
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/about-title01.png) 0 0 no-repeat;
  background-size: auto 105px;
}
.about-bg-text02{
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/about-title02.png) 0 0 no-repeat;
  background-size: auto 105px;
}

/*マージンの打ち消し*/
.about-content-first{
  margin-top: 0;
}

.about-content02{
  background-image: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg-white.png);
}

.about-footer{
  background-image: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg-white.png);
}


/*====================================================
こだわり
====================================================*/
.img-point{
  /* 表示画像の高さ(366) ÷ 表示画像の幅(2000) × 100 */
  /* padding-bottom: 18.3%;
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/img-point.jpg) 0 0 no-repeat;
  background-size: contain; */
  /* height: 80px; */
  width: 100%;
  padding-bottom: 50px;
}
.point-mainvisual{
  width: 100%;
}

/* .point-imgleft{
  width: 100%;
}
.point-imgleft-inner{
  width: 960px;
  margin: 0 auto;
} */

.point-content-wrap{
  width: 100%;
}

.point-content-inner{
  width: 960px;
  margin: 0 auto;
  padding-bottom: 50px;


}

.point-content-photo{
  width: 45%;
  /* float: left; */
}
.point-content-photo-right{
  padding-top: 60px;
}


.point-content-photo img{
  width: 100%;
}

.point-content-text{
  width: 53%;
  /* height: 500px; */
  /* float: right; */
}

.point-content-text-small{
  width: 50%;
}

.point-content-text p{
  margin-left: 33px;
  padding-top: 75px;
  line-height: 2;
}
.point-content-text-add01 p{
  padding-top: 120px;
}

.point-content-text-add02{
  position: relative;
}
.point-content-text-add02 p{
  padding-top: 160px;
  /* position: relative; */
}

.point-content-text-add02 img{
  width: 135px;
  position: absolute;
  right: 0;
}

.text-bg01{
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/point-title01.png) 0 0 no-repeat;
  background-size: auto 105px;
}
.text-bg02{
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/point-title02.png) 0 0 no-repeat;
  background-size: auto 105px;
}
.text-bg03{
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/point-title03.png) 0 0 no-repeat;
  background-size: auto 105px;
}
.text-bg04{
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/point-title04.png) 0 0 no-repeat;
  background-size: auto 139px;
}

.point-bgwhite{
  background-color: #fff;
}

.point-top{
  padding-top: 50px;
}


.content-inner-title{
   width:350px;
   margin:0;
   margin-bottom:20px;
}

.point-hinaijidori{
  background-image: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg-white.png);

}

.point-text-long{
  width: 960px;
  display: block;
  margin: 60px auto;
}

.point-photo-large{
  width: 960px;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}

.point-photo-large img{
  width: 100%;
}


/*====================================================
お品書き
====================================================*/
.img-menu{
  /* 表示画像の高さ(366) ÷ 表示画像の幅(2000) × 100 */
  /* padding-bottom: 18.3%;
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/img-menu.jpg) 0 0 no-repeat;
  background-size: contain; */
  /* height: 80px; */
  width: 100%;
  padding-bottom: 50px;
}
.menu-mainvisual{
  width: 100%;
}

/*写真左、テキスト右*/
.menu-box-wrap-white{
  background-image: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg-white.png);
  height: 420px;
  /* margin-top: -80px; */
}

/* .menu-box-wrap-white-first{
  margin-top: -52px;
} */

.menu-box{
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}

.menu-image{
  width: 45%;
  position: absolute;
  top: 30px;
}
.menu-image img{
  width: 100%;
}

.menu-text{
  width: 80%;
  /* float: right; */
  padding-top: 50px;
}
.menu-text img{
  width: 100%;
}

.menu-description{
  padding: 30px 0 0 274px;
}


/*写真右、テキスト左*/
.menu-box-wrap{
  height: 420px;
}

.menu-image-right{
  right: 0;
  top: 30px;
}

.menu-description-left{
  padding-left: 0;
  width: 60%;
}

.menu-box-wrap-small{
  height: 350px;
}


/*====================================================
店舗案内
====================================================*/
.img-shop{
  /* 表示画像の高さ(366) ÷ 表示画像の幅(2000) × 100 */
  /* padding-bottom: 18.3%;
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/img-shop.jpg) 0 0 no-repeat;
  background-size: contain; */
  /* height: 80px; */
  width: 100%;
  padding-bottom: 50px;
}
.shopinfo-mainvisual{
  width: 100%;
}

.shopinfo-wrap{
  width: 100%;
  background-color: #fff;
  /* margin-top: -55px; */

}

.shopinfo-inner{
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;

}

.shopinfo-photo{
  width: 50%;
}
.shopinfo-photo img{
  width: 90%;
  float: right;
  margin-right: 20px;
}

.shopinfo-text{
  width: 50%;
  /* padding: 30px 0 0 0; */
  padding-top: 30px;
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/shopinfo-title01.png) 0 0 no-repeat;
  background-size: 400px;
}

.shopinfo-text p{
  margin-top: 50px;
  margin-left: 35px;
  line-height: 2;


}

.img-tel-number{
  width: 45%;
  margin-top: 15px;
}

.img-no-smoking{
  width: 40%;
  /* border: solid 1px #000; */
}

.img-no-smoking img{
  width: 100%;
}

.text-no-smoking{
  /* padding-left: 50px; */
  width: 55%;
  /* padding: 30px 0 0 0; */
  margin-top: 30px;
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/shopinfo-title02.png) 0 0 no-repeat;
  background-size: 400px;
}


.no-smoking-wrap{
  padding: 0;
}


/*====================================================
お問い合わせ
====================================================*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"],
input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
  width: 100%;
  padding: 0.7em;
  border: 1px solid #bbb;
  line-height: 1.15;
  font-size: 1em;
  box-sizing: border-box;
}

button, input[type="button"], input[type="submit"]{
  background-color: #8a1e00;
  border: 0;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  padding: 1em 5em;
  letter-spacing: 0.2em;
  display: block;
  margin: 0 auto;
  outline: none;
}
input[type="submit"]{
  transition: all 0.3s ease;
}
input[type="submit"]:hover{
  opacity: 0.8;
}

label{
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.contact-line-wrap{
	margin-bottom: 40px;
}

.contact-required{
	color: #CC0000;
}

.contact-privacy-text{
	color: #333;
	display: block;
	font-weight: 800;
	line-height: 1;
}
.contact-privacy-text-normal{
	font-weight: normal;
  line-height: 1.5;
}

.contact-link-privacy{
	/* color: #00a0c8; */
	text-decoration: underline;
}


.img-contact{
  /* 表示画像の高さ(375) ÷ 表示画像の幅(2000) × 100 */
  /* padding-bottom: 18.75%;
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/img-contact.jpg) 0 0 no-repeat;
  background-size: contain;
  height: 80px; */
  width: 100%;
  /* padding-bottom: 50px; */
}
.contact-mainvisual{
  width: 100%;
}


.contact-wrap-all{
  width: 100%;
  background-color: #fff;
  padding-top: 50px;
}

.contact-wrap{
  width: 960px;
  margin: 0 auto;
}

.contact-text-wrap{
  /* background-image: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg-white.png); */

}

.contact-text{
  text-align: center;
  line-height: 2;
}

.contactform-wrap{
  /* width: 100%; */

  /* padding-top: 50px;
  background-image: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg02.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; */
  width: 100%;

}

.contactform-inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 80px 0;
}

/* .contactform{
  width: 960px;
  margin: 0 auto;
} */


.contact-telnum{
   width:400px;
   display: block;
   margin:30px auto 30px auto;
}

/*====================================================
お知らせ
====================================================*/
.img-info{
  /* 表示画像の高さ(375) ÷ 表示画像の幅(2000) × 100 */
  /* padding-bottom: 18.75%;
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/img-info.jpg) 0 0 no-repeat;
  background-size: contain;
  height: 80px; */
  width: 100%;
  /* padding-bottom: 50px; */
}

.info-mainvisual{
  width: 100%;
}

.info-list-wrap, .blog-list-wrap{
  width: 100%;
  background-color: #fff;
  /* padding-top: 50px; */
  padding-top: 50px;
  padding-bottom: 50px;
}
.info-list-inner,
.info-pagenav-wrap,
.blog-list-inner{
  width: 960px;
  margin: 0 auto;
}
.info-pagenav-wrap{
  margin-top: 30px;
}

/*====================================================
お知らせ詳細
====================================================*/
.info-detail-bottom{
  width: 960px;
  margin-top: 50px;
}

.prev-wrap, .next-wrap{
  width: 29%;
  margin-top: 10px;

}
.backlist-wrap{
  width: 28%;
  /* margin: 0 7%; */
  margin: 0 auto;
}

a.overwhi-trans{
  background-color: transparent;
}

/* .prev, .backlist, .next{
  width: 100%;
} */

.backlist{
  width: 240px;
}

.backlist{
  margin: 0 auto;
}

.text-info-detail{
  padding-bottom: 50px;
}
.text-info-detail p{
  line-height: 2;
  margin-bottom: 10px;
}


.foot-fixation-bg{
  background-image: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/bg.png);
}

/*====================================================
プライバシーボリシー
====================================================*/
.img-privacy{
  /* 表示画像の高さ(366) ÷ 表示画像の幅(2000) × 100 */
  /* padding-bottom: 18.3%;
  background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/img-point.jpg) 0 0 no-repeat;
  background-size: contain; */
  /* height: 80px; */
  width: 100%;
  /* padding-bottom: 50px; */
}
.privacy-mainvisual{
  width: 100%;
}


.privacy-wrap{
  width: 100%;
  background-color: #fff;
  padding-top: 50px;
}


.privacy-inner{
  width: 960px;
  margin: 0 auto;
}

.text-privacy{
  line-height: 1.8;
  padding-bottom: 30px;
}


/*====================================================
サンクスページ
====================================================*/
.thanks-wrap{
  width: 100%;
}
.thanks-inner{
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
}

.thanks-inner h2{
  text-align: center;
  font-size: 1.8em;
  font-weight: normal;
}

.thanks-inner p{
  margin-top: 20px;
  text-align: center;
  line-height: 2;
}

.thanks-inner a{
  text-decoration: underline;
}


/*====================================================
スタッフブログ
====================================================*/
.blog-image{
  width: 30%;
  float: left;
}
.blog-image img{
  width: 100%;
  height: auto;
  /* display: block;
  margin: 0 auto; */
}

.blog-info{
  /* width: 68%; */
  width: 66%;
  float: left;
  margin-top: 10px;
  margin-left: 30px;
}

.blog-info p{
  color: #42210b;
  letter-spacing: 1.5px;
  line-height: 1.2;
}

.blog-date{
  font-size: 1.4em;
  margin-bottom: 20px;

}

.blog-title{
  font-size: 1.6em;
  margin-bottom: 20px;
  /* font-weight: bold; */
}

.blog-staffname{
  font-size: 1.2em;

}

.hr-blog{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}


/*==スタッフブログ詳細===*/

.blog-main{
  width: 72%;
  display: block;
  margin: 0 auto;
}
.blog-main img{
  width: 100%;
  height: auto;
}

.blog-detail-date{
  font-size: 1.5em;
  margin-bottom: 20px;
}
.blog-detail-title{
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: normal;
}
.blog-detail-staffname{
  font-size: 1.3em;
  margin-bottom: 30px;
}

.blog-title a{
  color: #42210b;
}

.blog-detail-date, .blog-detail-title, .blog-detail-staffname{
  color: #42210b;
}

.blog-text-wrap{
  padding-bottom: 0;
  margin-top: 50px;
}

/* .blog-text-wrap p{
  color: #42210b;
} */

/*====================================================
レスポンシブ
====================================================*/
@media screen and (max-width:980px) {
  .pc-display{
    display: none;
  }
  .tb-display{
    display: block;
  }

  .float-none{
    float: none;
  }

  #pageheader, #pageheader-info{
    height: auto;
  }

  .head-box{
    width: 100%;
  }

  .head-logo{
    position: static;
    padding: 10px 0 0 10px;
  }

  .head-box{
    width: 100%;
  }
  .head-text{
    float: none;
    width: 100%;
    /* margin: 10px 0; */
    margin-top:10px;
    padding-bottom: 10px;
    /* margin-left: 10px; */
  }


  #nav-open{
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .gnavi{
    width: 100%;;
  }

  .img-text-head{
    float: none;
    padding: 0;
    padding-left: 10px;
  }

  .top-copy{
    right: 10px;
    top: 10px;;
  }

  .top-info-wrap{
    width: 100%;
    /* margin-bottom: 30px; */
    /* margin: 0 auto 60px auto; */
  }

  .top-info-box{
    padding: 0 20px;
  }

  .top-info{
    margin-left: 0;
    line-height: 1.2;
  }

  .top-middle-inner{
    width: 100%;
    /* margin: 0 auto; */
  }

  .slick-wrap{
    width: 100%;
  }
  .slick-wrap img{
    /* margin: 0 auto;
    height: 250px; */
  }

  .widget-wrap{
    width: 100%;
    /* height: 300px; */

  }


  .pagefooter-inner{
    width: 100%;

  }


  .foot-title-box{
    padding-left: 10px;
  }


  /* お知らせ================================= */
  .info-list-wrap{
    width: 100%;
  }
  .info-list-inner,
  .info-pagenav-wrap{
    width: 100%;
    /* padding: 0 20px; */
  }
  .info-list-inner p{
    /* padding-left: 20px; */
    padding: 0 20px;
  }


  /* お知らせ================================= */
  .info-detail-bottom{
    width: 100%;

  }



  /* ひない軒について================================= */
  .img-about{
    padding-bottom: 0;
  }
  .about-content-inner{
    width: 100%;
  }

  .about-photo{
    width: 100%;
  }
  .about-photo img{
    /* display: block;
    margin: 0 auto; */
    width: 100%;
  }

  .about-text{
    width: 100%;
    margin-top: 10px;
  }
  .about-text p{
    margin-right: 31px;
  }

  .photo-chopstick img{
    margin-top: 0;
  }
  .about-top{
    padding-top: 0;
  }

  /* スープへのこだわり================================= */
  .img-point{
    padding-bottom:0;
  }

  .point-content-inner{
    width: 100%;
  }

  .point-content-photo{
    width: 100%;
  }

  .point-content-photo img{
    width: 100%;
  }

  .point-content-text {
    width: 100%;

  }

  .point-content-text p{
    margin-right: 33px;

  }

  .point-content-text-add02 img{
    width: 120px;
    top: 10px;
    left: 320px;
  }

  .point-content-photo-right{
    padding-top: 0;
  }

  .point-top{
    padding-top: 0;
  }


  /*お品書き=======================*/
  .menu-box{
    width: 100%;
    /* position: relative;
    padding-top: 30px; */
    padding-top: 0;
  }

  .menu-image{
    width: 50%;
    position: static;
    margin: 0 auto;
    padding: 30px 0;
  }
  .menu-image img{
    /* width: 100%; */
  }

  .menu-text{
    width: 75%;
    /* float: left; */
    /* float: right; */
    /* padding-top: 50px; */
    margin: 0 auto;
  }
  .menu-text img{
    /* width: 80%; */
  }

  .menu-box-wrap-white{
    height: auto;
  }
  .menu-box-wrap{
    height: auto;
  }

  /*店舗案内=======================*/
  .shopinfo-photo{
    width: 100%;
  }
  .shopinfo-photo img{
    float: none;
    width: 100%;
    margin: 0;
  }

  .shopinfo-inner{
    width: 100%;
    padding: 20px 0;
  }

  .shopinfo-text{
    width: 100%;
    margin-top: 20px;
  }
  .shopinfo-text p{
    margin-right: 35px;
  }



  .img-no-smoking{
    /* width: 80%; */
    /* margin: 0 auto; */
    padding-top: 20px;
    padding-left: 35px;
  }

  .shopinfo-inner{
    padding-top: 0px;
  }


  /*お問い合わせ=======================*/
  .contact-wrap{
    width: 100%;
  }

  .contactform-wrap{
    width: 100%;

  }
  .contactform{
    width: 95%;
  }

  .text-contact-privacy{
    line-height: 1.5;
  }



  /*プライバシーポリシー=======================*/
  .privacy-inner{
    width: 95%;
  }




  /*サンクスページ=======================*/
  .thanks-inner{
    width: 100%;
  }

  /*スタッフブログ=======================*/
  .blog-list-inner{
    width: 90%;
    margin: 0 auto;
    /* padding: 0 20px; */
    padding-bottom: 20px;
  }

  .blog-image{
    float: none;
    width: 60%;
    margin: 0 auto;
  }

  .blog-image img{
    width: 100%;
  }

  .blog-info{
    float: none;
    margin: 0 auto;
  }

  .blog-info{
    margin-top: 20px;
    width: 100%;
  }

  .blog-date{
    text-align: center;
  }
  .blog-title{
    text-align: center;
    line-height: 1.5;
  }
  .blog-staffname{
    text-align: center;
  }

  .hr-blog{
    width: 100%;
  }

  /*スタッフブログ詳細*/

  .blog-main{
    width: 75%;
    display: block;
    margin: 0 auto;
  }

  .blog-detail-date{
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .blog-detail-title{
    font-size: 2em;
    margin-bottom: 15px;
  }
  .blog-detail-staffname{
    font-size: 1.3em;
    margin-bottom: 30px;
  }

  .blog-title-wrap{
    padding: 0 20px;
  }

  .blog-text-wrap{
    padding: 0 20px;
  }


}

/* ====== */
@media screen and (max-width:680px) {
  .tb-display{
    display: none;
  }
  .sp-display{
    display: block;
  }

  .br_sp{
    display: block;
  }

  /* .float-none{
    float: none;
  } */

  .head-logo{
    /* width: 100%;
    padding-left: 0 */

    width: 160px;
    margin: 0 auto;
  }
  .head-logo img{
    /* width: 160px;
    text-align: center;
    margin: 0 auto; */
  }

  .head-text{
    padding-left: 0;
  }

  .img-text-head{
    width: 300px;
    margin: 0 auto;
    padding-left: 0;
  }

  .top-copy{
    width: 30%;
  }


  .top-title{
    width: 100%;

  }

  .top-title-top{
    padding-top: 30px;
  }


  .top-info-wrap{
    /* margin-top: -30px; */
    padding: 30px 0;
  }

  .top-middle-inner{
    width: 100%;

  }
  .top-middle-text-wrap{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .top-middle-text-wrap p{
    text-align: left;
    padding: 0 20px;
  }

  .top-middle-left, .top-middle-right{
    width: 100%;
    float: none;
  }

  .top-middle-right-inner{
    padding-top: 50px;
  }

  .top-middle-wrap{
    padding: 30px 0;

  }


  .foot-content{
    padding-left: 10px;
  }

  .foot-title-box{
    padding-top: 10px;
  }

  .pagefooter-inner{
    margin-bottom: -30px;
  }


  .top-insta-inner{
    padding-bottom: 0;

  }

  .insta-text{
    text-align: left;
    padding: 0 20px;
  }

  .widget-wrap{
    /* height: 400px; */

  }

  .foot-title{
    width: 120px;
  }

  .foot-telnumber{
    width:180px;
  }

  .copyright{
    font-size: 0.8em;

  }


  .foot-title-box{
    width: 100%;
    padding: 0;
    padding-top: 20px;
    /* margin: 0 auto; */

  }

  .foot-content{
    padding: 0;
    width: 100%;

  }
  .foot-telnumber{
    display: block;
    margin: 10px auto;
  }

  .foot-address{
    width: 100%;
  }
  .foot-address p{
  text-align: center;

  }


  .btn_more{
    margin-top: 20px;
  }



  /*お知らせ詳細=======================*/
  .backlist-wrap{
    width: 250px;;
    /* margin: 0 7%; */
    /* margin: 0; */
  }
  .backlist-wrap img{
    width: 100%;
  }

  .info-list-inner p{
    /* padding-right: 20px; */
  }


  /*ひない軒について=======================*/
  .img-chairman-name{
    width: 250px;
  }

  .about-bg-text01{
    background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/about-title01_sp.png) 50% 0 no-repeat;
    background-size: auto 100px;
  }
  .about-bg-text02{
    background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/about-title02_sp.png) 50% 0 no-repeat;
    background-size: auto 100px;
  }

  .about-text p{
    margin-left: 20px;
    margin-right: 20px;
  }



  /*スープへのこだわり=======================*/
  .text-bg01{
    background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/point-title01_sp.png) 50% 0 no-repeat;
    background-size: auto 105px;
  }
  .text-bg02{
    background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/point-title02_sp.png) 50% 0 no-repeat;
    background-size: auto 105px;
  }
  .text-bg03{
    background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/point-title03_sp.png) 50% 0 no-repeat;
    background-size: auto 105px;
  }
  .text-bg04{
    background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/point-title04_sp.png) 50% 0 no-repeat;
    background-size: auto 110px;
  }
  .point-content-text-add02 img{
    display: none;
  }

  .point-content-text-add01 p{
    padding-top: 100px;
  }

  .point-content-text-add02 p{
    padding-top: 105px;
  }

  .point-content-text p{
    margin: 0 20px;
    margin-top: 10px;
  }


  /*お品書き=======================*/
  .menu-text{
    width: 100%;
    padding-top: 20px;;
  }
  .menu-image{
    width: 80%;
  }

  /*店舗情報=======================*/
  .shopinfo-text{
    background-size: 250px;
  }

  .img-no-smoking{
    /* width: 90%; */
    /* width: 300px; */
    padding-left: 0;
    margin: 0 auto;
  }

  .shopinfo-text{
    background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/shop-title01_sp.png) 50% 0 no-repeat;
    background-size: auto 105px;
    margin-top: 10px;
  }

  .text-no-smoking{
    background: url(https://hinaiken.jp/wp/wp-content/themes/hinaiken/images/shop-title02_sp.png) 50% 0 no-repeat;
    background-size: auto 105px;
  }

  .shopinfo-text p{
    margin-left: 20px;
    margin-right: 20px;
  }





  /*お問い合わせ=======================*/
  .contact-telnum{
     width:300px;

  }

  .contact-text{
    text-align: left;
    padding: 0 20px;
  }

  /* span.required-add{
    margin-left: 0;
  } */




  /*サンクスページ=======================*/
  .thanks-inner h2{
    text-align: left;
    padding: 0 20px;
    line-height: 1.5;
  }
  .thanks-inner p{
    text-align: left;
    padding: 0 20px;
  }



  .blog-image{
    width: 100%;
  }
  .blog-image img{
    width: 90%;
  }
  .blog-title{
    padding: 0 20px;

  }


  /*スタッフブログ=======================*/
  .blog-main{
    width: 90%;
  }

  .blog-image img{
    width: 100%;
  }

  .blog-detail-title{
    font-size: 1.7em;
  }
}




/* 調整 */
@media screen and (max-width:460px) {
  .about-bg-text01{
    background-size: auto 75px;
  }
  .about-bg-text02{
    background-size: auto 75px;
  }

  .text-bg01{
    background-size: auto 75px;
  }
  .text-bg02{
    background-size: auto 75px;
  }
  .text-bg03{
    background-size: auto 75px;
  }
  .text-bg04{
    background-size: auto 75px;
  }

  .shopinfo-text{
    background-size: auto 75px;
  }

  .text-no-smoking{
    background-size: auto 75px;
  }


  .point-content-text p{
    padding-top: 70px;
  }

  .point-content-text-add01 p{
    padding-top: 80px;
  }
  .point-content-text-add02 p{
    padding-top: 75px;
  }
  .point-content-text-add02 img{
    display: none;
  }
}


.wp-pagenavi a, .wp-pagenavi span{
  padding: 6px 10px;
}
