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


body {
	width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
	background-color: #FFF;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif, YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	line-height: 2;
    letter-spacing: 1.1px;
    font-weight: 400;
}

.ff_mincho{font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;}
.ff_en{font-family: 'Cinzel', serif;}


.wf-notosansjapanese { font-family: "Noto Sans JP"; }

img { vertical-align: bottom; }

#wrapper {
  width:100%;
  overflow:hidden;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .top_body{font-size: 16px;}
}

/*-----------------------------
text_style, box_style
-----------------------------*/

/*スマホ向けレイアウトの指定*/

.fs_10_vw{ font-size: 2.667vw;}
.fs_12_vw{ font-size: 3.2vw;}
.fs_14_vw{ font-size: 3.733vw;}
.fs_16_vw{ font-size: 4.267vw;}
.fs_18_vw{ font-size: 4.8vw;}
.fs_20_vw{ font-size: 5.333vw;}
.fs_24_vw{ font-size: 6.4vw;}
.fs_30_vw{font-size: 8vw;}
.fs_40_vw{font-size: 10.677vw;}

.fs_12_sp { font-size: 12px; }
.fs_14_sp { font-size: 14px; }
.fs_16_sp { font-size: 16px; }
.fs_18_sp { font-size: 18px; }
.fs_20_sp { font-size: 20px; }
.fs_24_sp { font-size: 24px; }
.fs_30_sp { font-size: 30px; }
.fs_40_sp { font-size: 40px; }
.fs_50_sp { font-size: 50px; }
.fs_80_sp { font-size: 80px; }

.fs_150_sp {font-size: 150%; }
.fs_200_sp { font-size: 200%; }
.fs_250_sp { font-size: 250%; }
.fs_120_sp { font-size: 120%; }

.ta_center_sp { text-align: center; }
.ta_left_sp { text-align: left; }
.ta_right_sp { text-align: right; }

.fw_normal{ font-weight: 400;}
.fw_bold { font-weight: 700; }

.le_spacing08{letter-spacing: 0.8px;}
.le_spacing01{letter-spacing: 1px;}
.le_spacing02{letter-spacing: 2px;}
.le_spacing05{letter-spacing: 5px;}

.fc_white { color: #fff; }
.fc_black { color: #202020; }
.fc_red{ color: #c7000a; }

.only_sp { display: block; }
.only_tb { display: none; }
.only_pc { display: none; }
.not_only_pc {display: block;}/*spとtbに適用*/

.lh_10 { line-height: 1; }
.lh_12 { line-height: 1.2; }
.lh_15 { line-height: 1.5; }
.lh_17 { line-height: 1.7; }
.lh_25 { line-height: 2.5; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb100 { margin-bottom: 100px; }
.mb150 { margin-bottom: 150px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml60 { margin-left: 60px; }


.img_responsive {
	max-width: 100%;
	height: auto;
}

.va_middle{vertical-align: middle}

	/*タブレットレイアウトの指定*/
	@media only screen and (min-width:768px){
	.fs_12_tb { font-size: 12px; }
    .fs_14_tb { font-size: 14px; }
	.fs_16_tb { font-size: 16px; }
	.fs_18_tb { font-size: 18px; }
	.fs_20_tb { font-size: 20px; }
	.fs_24_tb { font-size: 24px; }
	.fs_30_tb { font-size: 30px; }
	.fs_40_tb { font-size: 40px; }
	.fs_50_tb { font-size: 50px; }
	.fs_80_tb { font-size: 80px; }

	.fs_150_tb {font-size: 150%; }
	.fs_200_tb { font-size: 200%; }
	.fs_250_tb { font-size: 250%; }
	.fs_120_tb { font-size: 120%; }

	.ta_center_tb { text-align: center; }
	.ta_left_tb { text-align: left; }
	.ta_right_tb { text-align: right; }

	.only_sp { display: none; }
	.only_tb { display: block; }
	.only_pc { display: none; }
    
	}

		/*PC向けおよび大型PCの指定*/
		@media only screen and (min-width:1080px){
		body{ min-width: 1080px; }
          
        .fs_10_pc { font-size: 10px; }
		.fs_12_pc { font-size: 12px; }
		.fs_14_pc { font-size: 14px; }
		.fs_16_pc { font-size: 16px; }
		.fs_18_pc { font-size: 18px; }
		.fs_20_pc { font-size: 20px; }
		.fs_24_pc { font-size: 24px; }
		.fs_30_pc { font-size: 30px; }
        .fs_35_pc { font-size: 35px; }
		.fs_40_pc { font-size: 40px; }
		.fs_50_pc { font-size: 50px; }
        .fs_60_pc { font-size: 60px; }
		.fs_80_pc { font-size: 80px; }
		.fs_150_pc {font-size: 150%; }
		.fs_200_pc { font-size: 200%; }
		.fs_250_pc { font-size: 250%; }
		

		.ta_center_pc { text-align: center; }
		.ta_left_pc { text-align: left; }
		.ta_right_pc { text-align: right; }

		.only_sp { display: none; }
		.only_tb { display: block; }
		.only_pc { display: block; }
        .not_only_pc {display: none;}/*spとtbに適用*/

}

/*-----------------------------
responsive_grid
-----------------------------*/

/*スマホ向けレイアウトの指定*/
.inner01 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner02 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner03 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner04 {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.flex_sp {
	display: flex;}

.a_items_center{
  align-items: center;}
.a_items_base{
  align-items: baseline;
}

.ju_content_bet{
  justify-content:space-between;
}

.flex_reverse{
  flex-flow: row-reverse;
}

.flex_02_sp{ width: 48%; }

	/*タブレットレイアウトの指定*/
	@media only screen and (min-width:768px){
	.flex_tb {
		display: flex;
	}
      
      .flex_tb_02{
      width: 48%;
      }
      
      .flex_tb_03{
      width: 32%;
      }
      
      .flex_tb_04{
      width: 63%;
      }


	}

		/*PC向けおよび大型PCレイアウトの指定*/
		@media only screen and (min-width:1080px){
		

		.inner02 {
			width: 1070px;
		}
          
          .inner03{
            width: 1200px;
          }
          
          .inner04{
            width: 880px;
          }

		.flex_pc {
			display: flex;
		}
          
        .flex_pc_02{
        width: 48%;
        }
          
          .flex_pc_03{
            width: 33%;
          }
          
          .flex_pc_04{
            width: 39%;
          }
          
          .flex_pc_05{
            width: 58%;
          }
		}

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1200px){
  .inner01 {
			width: 1200px;
		}
}

/*-----------------------------
header
-----------------------------*/
header{
  /*最大幅1920px 中央揃え*/
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.header_logo,.page_header_logo{
  position: absolute;
  top: 2%;
  left: 2%;
}

.page_header_logo{
  margin-top: 7px;
}

.header_logo img,.page_header_logo img{
  width: 70%;
  height: auto;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){

  
}

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1080px){ 
  .page_header_logo{
    margin-top: 14px;
  }
  
  .header_logo img,.page_header_logo img{
    width: 100%;
  }


}


/*-----------------------------
グローバルナビ
-----------------------------*/
/*menu*/
.menu{
    height: 25px;
    position: fixed;
    right: 20px;
    top: 25px;
    width: 35px;
    z-index: 99;
}
.menu:hover{
  cursor: pointer;
}
.menu__line{
    background: #c7000a;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 12px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 12px;
    transform: rotate(45deg);
     background: #fff;
}
.menu__line--center.active{
    transform:scaleX(0);
    background: #fff;
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
    background: #fff;
}

/*gnav*/
.gnav{
    background: rgba(173,17,25,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    overflow-y: scroll;
    text-align: center;
}

.gnav::-webkit-scrollbar {
    display:none;
}
.gnav__wrap{
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu{
  padding-top: 40px;
}
.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 30px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .gnav__wrap{
    align-items:center;
  }
  .gnav__menu{
    padding-top: 0;
    padding-top: 0;
  }
}

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1080px){
 /* .menu{
    position: absolute;
  }
*/

}

/*-----------------------------
mainimg
-----------------------------*/
.main_img img{
  width: 100%;
  height: auto;
}

.main_txt{
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  line-height: 1.7;
}

.steam-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

@keyframes steam-move-01 {
  0% {
    filter: blur(12px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0;
    bottom: -300px;
  }
  6% {
    opacity: 0.2;
  }
  33% {
    transform: scale(0.9, 1.1) rotateY(30deg);
    opacity: 0.3;
  }
  66% {
    transform: scale(1, 1.5) rotateY(40deg);
  }
  95% {
    opacity: 0.1;
  }
  100% {
    filter: blur(18px);
    transform: scale(1.3, 1.8) rotateY(40deg);
    opacity: 0;
    bottom: 0;
  }
}
@keyframes steam-move-02 {
  0% {
    filter: blur(15px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0;
    bottom: -300px;
  }
  6% {
    opacity: 0.2;
  }
  33% {
    transform: scale(0.9, 1.1) rotateY(30deg);
    opacity: 0.2;
  }
  66% {
    transform: scale(1, 1.5) rotateY(40deg);
  }
  100% {
    filter: blur(18px);
    transform: scale(1.3, 1.8) rotateY(40deg);
    opacity: 0;
    bottom: 0;
  }
}


.steam-01 {
  left: calc(50% - 350px);
  -webkit-animation: steam-move-01 20s infinite linear;
  animation: steam-move-01 15s infinite linear;
}
.steam-02 {
  left: calc(50% - 350px);
  -webkit-animation: steam-move-01 10s infinite linear;
  animation: steam-move-01 10s infinite linear;
}



/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .main_txt{
    top: 20%;
  }
}

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1080px){

  
  .scrolldown{
  position: absolute;
  bottom: 3%;
  width: 100%;
  z-index: 90;
}
  
  .main_txt{
    top: 55%;
    left: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: auto;
  }

  .main_txt p{
    font-size: 3vw;
  }
  
  .steam-box{
    right: auto;
    left: 40%;
  }
}

/*-----------------------------
top_博多本店バナー

.shop_banner{
  background: url(../images/shop_benner_bgsp.jpg) no-repeat center center;
  background-size: cover;
  padding: 15px;
}
.shop_inner{
  background-color: rgba(255,255,255,0.7);
  padding: 20px 15px;
}
.shop_ttl{
  background-color: #fff;
  width: 100%;
  padding: 10px 20px;
  margin-left: 0;
  box-sizing: border-box;
}

.top_shop_btn p{
  background-color: #c7000a;
  padding: 5px 10px;
  box-sizing: border-box;
}
-----------------------------*/ 

/*タブレットレイアウトの指定*/
/*
@media only screen and (min-width:768px){
  .shop_banner{
    padding: 30px;
  }
  .shop_inner{
    padding: 20px;
  }
  .shop_ttl{
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .shop_ttl img{
    width: 40%;
    height: auto;
  }
  
  .top_shop_btn{
    width: 180px;
  }
  .top_shop_wrap{
    gap: 0 20px;
    justify-content: center;
  }


}*/

/*PC向けおよび大型PCの指定*/
/*@media only screen and (min-width:1080px){
  .shop_banner{
    background: url(../images/shop_banner_bg.jpg) no-repeat;
    background-size: cover;
  }
  .shop_inner{
    width: 50%;
    margin-left: auto;
  }
  .shop_ttl{
    text-align: left;
    padding: 10px;
  }
  .shop_ttl img{
    width: 60%;
  }

  }*/

/*-----------------------------
top_美味しさの秘密
-----------------------------*/
#top_secrets img{
  width: 100%;
  height: auto;
}

#top_secrets{
  position: relative;
}

.top_secrets_txt01{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top_secrets_txt02{
  color: #c7000a;
  text-shadow: 1px  1px 8px #fff,
            -1px  1px 8px #fff,
             1px -1px 8px #fff,
            -1px -1px 8px #fff,
              1px  1px 8px #fff,
            -1px  1px 8px #fff,
             1px -1px 8px #fff,
            -1px -1px 8px #fff;
}

/*-----------------------------
top_新商品のご案内
-----------------------------*/  



/*-----------------------------
top_紹介 ※現在非表示
-----------------------------*/ 
.top_intro_bg{
  background-color: #ededed;
  padding: 40px 0;
}

.top_intro_box{
  box-sizing: border-box;
  margin-bottom: 40px;
}

.top_intro_box:last-child{
  margin-bottom: 0;
}

.top_intro_btn{
  border: 1px solid #333;
  display: inline-block;
  padding: 3px 12px;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .top_intro_box{
    width: 32%;
    margin-bottom: 0;
  }
}

/*-----------------------------
top_通信販売
-----------------------------*/
.top_tsuhan{
  position: relative;
}

.top_tsuhan_txt{
  background: rgb(199,0,10);
  padding: 5px 15px 15px;
  box-sizing: border-box;
}

.top_tsuhan_btn{
  border: 1px solid #fff;
  display: inline-block;
  padding: 1px 12px;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .top_tsuhan_txt{
    position: absolute;
    background: rgba(199,0,10,0.7);
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
    width: 35%;
    height: 80%;
    padding: 50px 20px;
    display: table;
    text-align: center
  }
  
  .top_tsuhan_txt div{
    display: table-cell;
    vertical-align: middle;
  }
 }
  
  /*PC向けおよび大型PCの指定*/
  @media only screen and (min-width:1080px){
    .top_tsuhan_txt{
      width: 25%;
      padding: 30px 20px;
    }
    
  }
  

  
/*-----------------------------
top_onlineshop
-----------------------------*/
.top_online_txt{
  color: rgba(199,0,10,0.2);
  font-weight: 900;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .top_online img{
    width: 50%;
  }
}
/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){
  .top_online img{
    width: 80%;
  }
}


/*-----------------------------
footer
-----------------------------*/
.copyrights{
  font-size: x-small;
  padding: 5px 0;
}

footer img{
  width: 60%;
  height: auto;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  footer img{
    width: 40%;
  }
  
}

/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){
  footer img{
    width: 30%;
  }
  
  .footer_nav ul{
    justify-content: center;
  }
  
  .footer_nav ul li{
    list-style-type: none;
    border-right: 1px solid #333333;
    padding: 0 20px;
  }
  
  .footer_nav ul li:last-child{
    border-right: 0;
  }
  
}


/*-----------------------------
共通
-----------------------------*/
/*詳しくはこちら*/
.top_btn{
  background-color: #c7000a;
  display: inline-block;
  padding: 3px 15px;
}

/*h2*/
h2{
  margin-top: 150px;
}

.to_amazon img{
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.to_amazon img:hover{
  opacity: 0.7;
}

.link_style{
  color: #0066cc;
  text-decoration: underline;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .facebook iframe{
    margin-left: auto;
    margin-right: auto;
  }
  
  .top_banner{
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1080px){

  
}


/*-----------------------------
美味しさの秘密
-----------------------------*/
.secrets_full img{
  width: 100%;
  height: auto;
}

.secrets_img{
  width: 80%;
  height: auto;
}

.secrets_lh{
    line-height: 1.7;
  }

/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1080px){
  .secrets_img{
    width: 100%;
    height: auto;
  }
   
}


/*-----------------------------
通販商品
-----------------------------*/
.items_ttl{
  border-bottom: solid 1px #c7000a;
}

.items_btn{
  background-color: #c7000a;
  display: inline-block;
  padding: 3px 15px;
}

.items_new{
  background-color: #c7000a;
  padding: 3px 0;
}



/*PC向けおよび大型PCレイアウトの指定*/
@media only screen and (min-width:1080px){
  .items_wide{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .items_price{
  flex-direction: row-reverse;
  justify-content:flex-end;
}
  
  .items_price p:first-child{
    margin-left: 10px;
  }
  

}

/*-----------------------------
店舗ご案内
-----------------------------*/
.table01 tr th{
  width: 26%;
  text-align: left;
  vertical-align: text-top;
}

.ggmap {
  position: relative;
  padding-bottom: 75%; /*これが縦横比*/
  height: 0;
  overflow: hidden;
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*メニュー*/
.h3_ttl{
  border-left: #c7000a 10px solid;
  padding-left: 10px;
  line-height: 1.2;
}

.h3_ttl_lunch{
  border-left: #918C00 10px solid;
  padding-left: 10px;
  line-height: 1.2;
  color: #918C00;
}

.menu_table{
  font-size: 3.733vw;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  width: 100%;
  background-color: rgba(199, 0, 10, 0.8);
}

.lunch{ background-color: #918C00;}

.menu_table tr th{
  text-align: left;
  padding: 5px 0 5px 10px;
}

.menu_table tr td{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: right;
}

.menu_table tr th,.menu_table tr td{
  border-bottom: solid 1px #fff;
}

.reserve{
  background: url(../images/bg_reserve.jpg) no-repeat;
  padding: 20px;
}

.reserve_ttl{
  margin-bottom: 20px;
}

.reserve_box01,.reserve_box02{
  background-color: #fff;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 20px;;
}

.reserve_box01 img{
  width: 110px;
  height: auto;
}
.reserve_box02 img{
  width: 60px;
  height: auto;
}
/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){
  .shop_hakata{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .table01 tr th{
    width: 20%;
}
  
  .ggmap{
    padding-bottom: 55%;
  }
  
  /*メニュー*/
  .menu_table{
    font-size: 16px;
  }

  .reserve{
    padding: 30px 20px;
  }

  .reserve_wrap{
    justify-content: center;
    gap: 0 20px;
  }

  .reserve_box01,.reserve_box02{
    width: 250px;
    height: 190px;
    margin-bottom: 0;
  }

  .reserve_txt{
    line-height: 1.3;
  }
}

/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){
  .reserve_container{
    justify-content: center;
    align-items: center;
    gap: 0 60px;
  }
  .reserve_wrap{
    gap: 0 40px;
  }
}

/*-----------------------------
会社概要
-----------------------------*/
.company_table {
  width:100%;
  border-right:#c7000a solid 1px;
  border-collapse: collapse;
}

.company_table th,.company_table td{
  display:block;
  padding:10px 15px;
  vertical-align:top;
}

.company_table th {
  background: #c7000a;
  color:#FFF;
  border-bottom: solid 1px #fff;
}

.company_table tr:last-child td {
  border-bottom:#c7000a solid 1px;
}

.company_table td {
  background:#FFF;
  border-left:#c7000a solid 1px;
}

/*タブレットレイアウトの指定*/
@media only screen and (min-width:768px){  
  .company_table th,.company_table td{
	display:table-cell;
  }
  
  .company_table tr th{
    width: 25%;
  }
  
  .company_table tr{
    border-top: #c7000a solid 1px;
  }
}


/*-----------------------------
totopボタン
-----------------------------*/

#totop {
	position: fixed;
	bottom: 10px;
	right: 0;
	height: auto;
	opacity: 0.8;
	z-index: 999;
}

/*-----------------------------
fadein
-----------------------------*/
/*PC向けおよび大型PCの指定*/
@media only screen and (min-width:1080px){
  .fadein_right{
    opacity : 0;
    transform: translateX(20px);
    transition: all 1s;
    }
  
  .fadein_left{
    opacity : 0;
    transform: translateX(-20px);
    transition: all 1s;
    }
  
  .fadein_top{
    opacity : 0;
    transform: translateY(20px);
    transition: all 1s;
    }
}



  
