@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
.wrap { width: 100%; }
.content { margin-top: 0; }
main.main { padding: 0; border: 0;}
body { position: relative; line-height: 1.6; }
body,#container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.formcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/************************************
** header
************************************/
.header-container #header-container-in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#header-container-in .header { width: 230px; }
.header-in .logo-image { padding: 0; }
.logo-image a { 
  line-height: 1.2; 
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 210px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-container #header-container-in .navi { width: calc(100% - 250px); }
#header-container #header-container-in .navi .navi-in { height: 100%; }
#header-container-in .navi-in > ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#header-container-in .navi-in > ul > li {
  height: auto;
  line-height: 44px;
  border-left: 1px solid #fff;
  height: 100%;
}
#header-container-in .navi-in > ul > li:last-child { border-right: 1px solid #fff; }

/************************************
** TOP
************************************/
.home main header { display: none; }
.home main .entry-content { margin-top: 0; margin-bottom: 0; }
main .section { padding: 60px 0; margin-bottom: 0; }
main .section .sec_inner { 
  max-width: 1020px; 
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
body.home main article.article { margin-bottom: 0; }
footer.article-footer { display: none; }


/** img **************/
.main_imgArea {
  width: 100%;
  position: relative;
  padding-top: 46%;
  background-image: url(https://taiyaki.hkd1.com/wp-content/uploads/2021/09/main.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.main_imgArea .titArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-align: center;
  padding: 0 30px;
  width: 100%;
}
.titArea .romatit {
  font-size: 4.5em;
  font-weight: 900;
  font-family: 'Potta One', cursive;
  color: #d42a19;
  line-height: 1.4;
  text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 3px #fff,0 0 4px #fff,0 0 4px #fff;
}
.titArea .romatit span { color: #bb2026; display: inline-block; padding: 0 .2em;}
.titArea .jatit { max-width: 280px; margin: 0 auto; }

.sec_inner h2 {
  text-align: center;
  color: #de540d;
  margin: 0 auto 1em;
  padding: 0;
  background: none;
}

/** メッセージ **************/
.sec_inner .messeage_box { text-align: center; } 
.messeage_box .main_txt {
  font-size: 1.5em;
  font-weight: bold;
  color: #de540d;
  margin-bottom: 1em;
}
.messeage_box .main_txt br { display: none; }
.messeage_box .exclusive_taste {
  max-width: 700px;
  margin: 0 auto 1em;
  text-align: left;
  margin-bottom: 1em;
  border: 3px solid #fbd400;
  border-radius: 5px;
  padding: 1em;
}
.messeage_box ul li,
.store_infoArea .corona_att ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
}
.messeage_box ul li i,
.store_infoArea .corona_att ul li i { color: #bb2026; font-size: .95em; padding-right: .5em; }
.messeage_box ul li + li { margin-top: .5em; }

/** お知らせ **************/
.notice_area { max-width: 800px; margin: 0 auto; }
.notice_area ul { margin: 0; padding: 0; }
.notice_area ul li {
  margin: 0;
  padding: .85em .8em .7em;
  border-bottom: 1px solid #c1b999;
}
.notice_area ul li,
.notice_area ul li .into_titArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.notice_area ul li:first-child { border-top: 1px solid #c1b999; }
.notice_area ul li .info_date { font-size: .9em; width: 120px; }
.notice_area ul li .into_titArea { width: calc(100% - 130px); }
.notice_area ul li .newMark { 
  font-size: .75em;
  color: #fff;
  width: 37px;
  padding: .3em;
  line-height: 1;
  border-radius: .3em;
  background:  #bb2026;
  text-align: center;
}
.notice_area ul li .info_tit { width: calc(100% - 45px); }

/** メニュー **************/
.menuArea .formcol {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menuArea .menubox { width: 48%; }
.menuArea .menubox ul { margin: 0; padding: 0; }
.menuArea .menubox li { margin: 0 0 1em; }
.menuArea .menubox .menu_img { 
  width: 35%; 
}
.menuArea .menubox .menu_img .menu_img_inner {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}
.menuArea .menubox .menu_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.menuArea .menubox .menu_txt {
  width: 63%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
}
.menuArea .menubox br { display: none; }
.menuArea .menubox .menu_txt .menu_tit { margin-bottom: .5em; font-size: .95em; }
.menubox .menu_txt .menu_tit .menu_taste {
  color: #7b300b;
  font-weight: bold;
  padding-right: .5em;
}
.menuArea .menubox .menu_txt .item_ex {
  font-size: .85em;
}
.menuArea .menubox .menu_price { 
  text-align: right; 
  margin-top: auto;
  line-height: 1.2;
  font-size: .95em;
  padding-top: .5em;
}
.menuArea .takeout {
  margin-bottom: 1em;
  border: 3px solid #f0e558;
  border-radius: 5px;
  padding: .8em .5em;
  font-size: 1.1em;
  text-align: center;
}
#menu .btnArea { margin-top: 1em; }
#menu .btnArea .to_btn a {
  display: block;
  max-width: 600px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  padding: 1.1em .7em 1em;
  background: #d42a19;
  color: #fff;
  font-weight: bold;
}
#menu .btnArea .to_btn a i { padding-left: 1em; }
#menu .btnArea .to_btn a:hover { background: #c11605; }

/** 店舗情報 **************/
#infomation { margin: 0; }
#infomation .info_bk {
  background-image: url(https://taiyaki.hkd1.com/wp-content/uploads/2021/09/bg_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 29.16%;
  position: relative;
}
#infomation .info_bk .info_inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.65);
  padding: 20px;
}
.info_bk .info_inner .sec_inner {
  height: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}
.info_bk .info_inner .sec_inner .store_infoArea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
  color: #000;
}
.sec_inner .store_infoArea .store_infobox {
  max-width: 600px;
  margin: 0 auto 1em;
  margin-bottom: 1em;
  border: 3px solid #fbd400;
  border-radius: 5px;
  padding: 1em;
  background: rgba(255,255,255,.6);
  text-align: center;
}
.store_infoArea .store_infobox .store_hours { margin-bottom: 1em; } 
.store_infobox .store_hours span { display: inline-block; padding: 0 .3em; }

.map_area {
position: relative;
padding-top: 20%;
height: 0;
overflow: hidden;
}
.map_area iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************************************
** footer
************************************/
#footer { margin: 0; }
#footer .footer-bottom { 
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: initial;
}
#footer .footer-bottom .footer-bottom-logo {
  position: initial;
  width: 200px;
  margin: 0 auto;
}
.footer-bottom .footer-bottom-logo img { height: auto; }
.footer-bottom .footer-bottom-content { text-align: center; }

/************************************
** モバイルボタン
************************************/
.mblt-header-mobile-buttons { margin-top: 0; }
.mobile-menu-buttons { display: none; }
.navi .navi-in .menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  #infomation .info_bk { padding-top: 35%; }
}

/*834px以下*/
@media screen and (max-width: 834px){
  #infomation .info_bk { padding-top: 45%; }
  .scrollable-mobile-buttons { margin-bottom: 46px; }
  .mobile-menu-buttons { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    background: #7b300b;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }

  #header-container,
  .mobile-header-menu-buttons .search-menu-button,
  .mobile-menu-buttons .navi-menu-button .menu-caption { display: none; }
  .mobile-menu-buttons .logo-menu-button {
    max-width: 200px;
    width: 100%;
    min-width: auto;
    padding: 0;
    margin: auto 5px;
  }
  .mobile-menu-buttons .navi-menu-button { width: 50px; }
  .mobile-menu-buttons .navi-menu-button .menu-button-in .menu-icon .fa-bars { font-size: 26px; }
  .mobile-header-menu-buttons .navi-menu-content {
    left: auto;
    right: 0;
    -webkit-transform: translateX(105%);
        -ms-transform: translateX(105%);
            transform: translateX(105%);
    background: rgba(123, 48, 11,.9);
    color: #fff;
  }
  .mobile-menu-buttons .navi-menu-button .menu-close-button {
    font-size: 30px;
    padding: 5px 20px;
    text-align: right;
  }
  .navi-menu-content .menu-drawer { padding: .5em 1em 30px; }
  .navi-menu-content .menu-drawer li {
    border-bottom: 1px solid #fff;
  }
  .navi-menu-content .menu-drawer li:first-child { border-top: 1px solid #fff; }
  .navi-menu-content .menu-drawer li a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: .8em 0;
  }
  .navi-menu-content .menu-drawer li a:hover {
    background: unset;

  }
  .map_area { padding-top: 35%; }
  .scrollable-mobile-buttons {
    margin-bottom: 0;
    margin-top: 53px;
  }
  #menu .menuArea .formcol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu .menuArea .menubox { width: 100%; }
  #menu .menuArea .formcol .menubox li.formcol {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

/*768px以下*/
@media screen and (max-width: 768px){
  #infomation .info_bk { padding-top: 45%; }
  .menuArea .takeout br { display: none; }
}

/*767px以下*/
@media screen and (max-width: 767px){
  .fz-16px { font-size: 15px; }
  .main_imgArea .titArea { padding: 0 5px; }
  .titArea .romatit { 
    font-size: 2.5em;
    margin-bottom: .3em;
  }
  .titArea .jatit { max-width: 200px; }
  main .section .sec_inner { max-width: 600px; padding: 0 15px; }
  .notice_area ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .notice_area ul li span.info_date,
  .notice_area ul li .into_titArea { width: 100%; }
  .notice_area ul li span.info_date { margin-bottom: .5em; }
  #infomation .info_bk { padding-top: 55%; }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .main_imgArea { padding-top: 60%; margin-bottom: 0; }
  .messeage_box .main_txt br { display: block; }
  #infomation .info_bk .info_inner { padding: 10px 15px; }
  #infomation .info_bk { padding-top: 100%; }
  .map_area { padding-top: 50%; }
  main .section { padding: 40px 0; }
}

/*340px以下*/
@media screen and (max-width: 340px){
  #infomation .info_bk { padding-top: 150%; }
}