@charset "utf-8";
/* CSS Document */

/*====================
 - 1024px〜：PC
 - 600px〜959px：タブレット
 - 〜479px：スマートフォン縦
====================*/
 
/* 共通
------------------------------ */

body{
font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
margin:0;
color:#313131;
}

.main {  
    width: 100%;  
}  
.main .inner  {  
    width: 1000px;  
    margin: 0 auto;  
}  

img{
outline:none;
border-style:none;
}

a{
    color:#313131;
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:#313131;
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #F5A862;
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*****HEADER*****/
header{
    display: block;
    width:100%;
    overflow: hidden;
}
header h1#logo{
    background-repeat: no-repeat;
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 3;
}

/*****NAV*****/
.bread{
  padding:2% 0;
}

/*****お問い合わせ、フッター*****/

#contact{
    background-color: #DAE6B6;
    padding:4% 0 4% 0;
}

#contact .logo{
    text-align:center;
    margin:0 0 2% 0;
}

#contact .inner{
    width:200px;
}

#contact .tel{
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 170%;
    text-align:center;
}

#contact .time{
    font-family: 'Sawarabi Mincho', sans-serif;
    text-align:center;
    margin:0 0 1% 0;
}

#under_nav{
    background-color: #61742B;
    color:#fff;
    text-align:center;
}

#under_nav ul{
    width: 100%;
    padding:2% 0 2% 0;
}
#under_nav li{
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 110%;
    display: inline;
}

#under_nav ul li a{
    color:#fff;
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#under_nav ul li a:visited{
    color:#fff;
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#under_nav ul li a:hover {
    color: #fff;
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

footer{
    font-size: 90%;
    width: 100%;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fff;
}
footer address{
    color: #000;
}

/*****コンテンツ共通*****/

.contents_head{
  width:100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  position: relative;
  background-color:#fff;
}

.contents_head img{
  width:100%;
  display: block;
}

.contents_head::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.3) radial-gradient(rgba(0,0,0,.3) 25%, transparent 0) center / 5px 5px;
}

.contents_head p{
  position: absolute;
  z-index: 1;
  color:#fff;
  font-size:160%;
  bottom: 1em;
  font-family: 'Sawarabi Mincho', sans-serif;
}


/*****TOP PAGE*****/

h2,h3{
    font-family: 'Sawarabi Mincho', sans-serif;
    text-align:center;
}

h2{
    font-size:140%;
}

#shop h3{
    padding:0 0 6% 0;
}

#contact h3,#access h3,#openinghours h3{
    padding:0 0 4% 0;
}

ul.slider{
    position: relative;
    top: 0px;
    z-index: 1;
    margin: 0 auto;
}

ul.slider img{
    vertical-align: bottom; /* 下の隙間をなくすため */
}

ul.slick-dots{
        background-color: #597928;
}


ul.slider img{
width: 100%;
}

section{
    display: block;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

section#commitment{
    background-color: #597928;
    padding:7% 0 4% 0;
}

#commitment h3{
    padding:0 0 4% 0;
}

#commitment p{
    background-image: url('../img/commitment_bg.jpg');
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size:120%;
    color:#fff;
    width:50%;
    height:0;
    padding:10% 25% 20% 25%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#commitment h2,#openinghours h2,#commitment h3,#openinghours h3{
    color:#fff;
}

#openinghours .inner{
    background-color: #A4AA4A;
    width:300px;
    padding:3%;
}

#openinghours p{
  color:#fff;
  text-align:center;
}

#openinghours .time,#openinghours .tel{
  font-size:140%;
}

#openinghours .bussan_time{
  margin:5% 0;
}

#openinghours span{
  font-size:80%;
}

#openinghours a{
  color:#fff;
}

#openinghours .bussan_time a{
  color:#fff;
  text-decoration:underline;
}

#shop h2{
    padding:7% 0 0 0;
}

#shop h3,#access h3,#contact h3{
  color:#9a9a9a;
}

#shop{
  background-color:#fff;
}

#shop div *,#shop div *:before,#shop div  *:after {
	box-sizing: border-box;
}

.flex{
  padding: 2.5% 0;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}
.flex > *{
  min-width: 33%;
  flex-basis: content;
  text-align: center;
}

.flex div{
  margin:0 0 3% 0;
  padding:0 3%;
}


#shop .title{
    font-family: 'Sawarabi Mincho', sans-serif;
  color:#66702E;
  font-size:120%;
}

.nvbtn{
    background-color:#fff;
}

.mod-Contact-links-item {
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  padding:7% 0 7% 0;
}

.mod-Contact-links-item .en{
  font-size:70%;
}

.mod-Contact-links-item a {
  color: #fff;
  display: block;
}

.mod-Contact-links-item.item-contact a {
  background: #61742B;
}

.mod-Contact-links-item.item-reserve a {
  background: #9FAF44;
}

  .mod-Contact-links-item {
    width: 50%;
    font-size: 140%;
  }
  .mod-Contact-links-item a {
    padding: 50px 0;
  }

  .mod-Contact-links-item a:hover {
    color: yellow;
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


  .mod-Contact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

#access{
    padding:0 0 7% 0;
    background-color:#fff;
}

#access .cat{
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size:160%;
    color:#61742B;
    padding:7% 0;
}

#access .inner{
    width:45%;
}

#access .box{
    border:1px solid #aaa;
    padding:4% 2%;
    margin:5% 0;
}

#access .houmen{
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size:140%;
    color:#696C31;
    padding:0 0 2% 0;
}

#access .michi{
    padding:0 0 0 4%;
}

/*****MENU PAGE*****/

.menu ul{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.menu ul li {
    list-style-type: none;
    flex-basis: 20%;
}
 
.menu ul li a {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 120%;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 45px 0;
    text-align: center;
    width: 100%;
    background: #F2EAC3;
    border: 1px dotted #707070;
    border-bottom: none;
    height:52px;
}

.menu ul li a span{
    color: #CBBE40;
    font-size:70%;
    display:block;
    padding:5% 0 0 0;
    line-height:100%;
}

.menu ul li a:hover{
    background:#696C31;
    color:#FFF;
}
 
.menu ul li a.current, .menu ul li a.current span{
    background: #696C31;
    color: #fff;
}
 
#contents{
    clear:both;
    margin:0 0 10% 0;
}
 
#contents div {
    padding: 0;
    margin:0;
    background: white;
    text-align: center;

}
 
#contents p{
  width:100%;
}

/*****Group PAGE*****/

.group{
  padding:5% 0 10% 0;
}

.group .inner{
  text-align:center;
}

.btn-icon {
  font-family: 'Sawarabi Mincho', sans-serif;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #66702E;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.btn-icon:before {
  font-family: 'Sawarabi Mincho', sans-serif;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.btn-icon:hover {
  opacity: 0.8;
}

.group_bentou {
  padding:5% 0 0 0;
  background:#FCFDE2;
}

.group_bentou h3{
  padding:0 0 7% 0;
}

.group_box{
  font-family: 'Sawarabi Mincho', sans-serif;
  display:flex;
  margin:0 0 5% 0;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}

.group_img{
  margin:0 5% 5% 0;
}

.group_detail{
  margin:0;
}

.group_detail .title{
  font-size:140%;
  padding:0 0 3% 0;
  vertical-align:middle;
}

.bentou_img{
  margin:0 5% 5% 0;
}

.bentou_box{
  display:flex;
  border-bottom:1px dotted #707070;
  margin:0 0 5% 0;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}

.group_bentou .last{
  border-bottom:none;
}

.bentou_detail{
  margin:0 0 5% 5%;
  width:400px;
}

.bentou_detail p{
  font-family: 'Sawarabi Mincho', sans-serif;
  border-bottom:1px solid #707070;
  font-size:170%;
  margin:0 0 5% 0;
  padding: 0 0 5px 0;
}

.bentou_detail p span{
  text-align:right;
  display:block;
  float:right;
}

.bentou_detail ul.menu{
padding:0;
list-style-type: disc;
overflow:hidden;
width:100%;
}

.bentou_detail ul.menu li{
width:40%;
padding:5px 0;
margin:0 0 0 20px;
}

.bentou_detail ul.menu li:nth-child(even){
float:left;
}
.bentou_detail ul.menu li:nth-child(odd){
float:left;
clear:left;
}

.group_attention{
  padding:7% 0;
}


/* 1024px~：PCオンリー
------------------------------ */
@media screen and (min-width:1023px) {


a[href^="tel:"] {
    pointer-events: none;
}

/*****NAV*****/

#top .navigation_item{
    font-family: 'Sawarabi Mincho', sans-serif;
    padding:15px 0 0 0;
    width: 170px;
    font-size: 110%;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 23px;
    color: #313131;
    cursor: pointer;
    text-align: center;
    float: left;
    height:65px;
}

#top .navigation_item span{
    font-size: 80%;
    color:#CBBE40;
}

#top .navigation_item:hover{
    background-color: #fff;
    transition: background-color 0.5s ease-out;
    color: #fff;
}

#top .navigation_item:last-child{
    background-image: url('../img/bussan_logo.png');
    background-repeat: no-repeat;
    height: 0;
    overflow: hidden;
    padding-top: 80px;
    margin:0;
    width: 120px;
}

#gbh{
    width: 1000px;
    margin: 0 auto; 
}

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #fff;
  background: rgba(255,255,255,0.8);
  z-index:2;
}

.header.transform{
    background: rgba(255,255,255,1.0);
}

.header.transform h1#logo{
    background-image: url('../img/logo_sp.jpg');
    padding-top: 97px;
    width: 181px;
}

.uq_spNavi_screen{
  margin:0 0 0 182px;
}


header h1#logo{
    background-image: url('../img/logo_pc.jpg');
    padding-top: 274px;
    width: 181px;
    margin:0;
}

section#openinghours{
    padding:7% 0 7% 0;
    background-image: url('../img/eigyo_bg.jpg');
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


}

 
/* 〜1023px：タブレット、スマホ
------------------------------ */
@media screen and (max-width:1023px) {
  .main .inner  {  
    width: 90%;  
    margin: 0 auto;  
} 

header h1#logo{
    background-image: url('../img/logo_sp.jpg');
    padding-top: 97px;
    width: 181px;
    margin:0 auto;
}

#commitment h3{
    padding:0;
}

#commitment p{
    font-size:115%;
    width:70%;
    padding:10% 15% 30% 15%;
}

#openinghours .inner{
    width:50%;
    padding:3%;
    margin:10% auto;
}

section#openinghours::before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url('../img/eigyo_bg.jpg') center no-repeat;
  background-size:cover;
  }

  .mod-Contact-links-item {
    font-size: 120%;
  }

#access .inner{
    width:80%;
}

/*ハンバーガーボタン*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  background: rgba(255,255,255,0.8);
  z-index:2;
}

.el_humburger {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
  background: #000;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/
.uq_spNavi {
  display: none;
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding: 80px 0 0 0;
  text-align: center;
}

.navigation_item {
  font-size: 18px;
  margin-bottom: 5px;
  padding:20px 0;
  border-bottom:1px solid #aaa;
}

.navigation_item span{
  font-size:80%;
}

.navigation_item > a {
  color: #000;
  text-decoration: none;
}

.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/*****コンテンツ共通*****/

.contents_head{
  background-size: contain;
  height: 100%;
}

.contents_head .inner p{
  font-size:120%;
}


#contents p img{
  width:100%;
}

 
}

 
/* 〜479px：スマートフォン縦
------------------------------ */
@media screen and (max-width:480px) { 

  .main .inner  {  
    width: 90%;  
    margin: 0 auto; 
}

ul.slider{
  margin:60px 0 0 0;
}

#access .inner{
    width:80%;
}

#openinghours .inner{
    width:60%;
    padding:3%;
}

#commitment p{
  font-size:100%;
  width:90%;
  padding:10% 5% 40% 5%;
}

header{
  background-color:#fff;
}

.contents_head img{
  margin:60px 0 0 0;
}

#under_nav li{
    font-size: 100%;
}

/***** MENU PAGE  *****/

.menu .inner{
  width:100%;
}

.menu ul li a span{
  display:none;
}

}


.crona_info{
  color:red;
  background-color:#fff;
  padding:15px;
  margin:20px 0;
}

.crona_info span{
  text-align:center;
  font-size:18px !important;
}

.time__annotation{
	font-size: 14px;
}