@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi&family=Kosugi+Maru&display=swap");
/*==========================================================
	RESET
==========================================================*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, object, blockquote, figure, figcaption,
header, footer, main, section, nav, span, div, a, label {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

img {
  border: 0px;
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

table {
  border-spacing: 0px;
  empty-cells: show;
}

p, div, li {
  word-break: break-all;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/*==========================================================
	共通設定 (Primary style)
==========================================================*/
body {
  position: relative;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 400;
  font-family: "Kosugi", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", sans-serif;
  background-color: #F7F8F8;
}
body .sp_br {
  display: none;
}
@media (max-width: 499px) {
  body {
    width: 100%;
    margin: 0 auto;
  }
  body .sp_br {
    display: block;
  }
  body .pc_br {
    display: none;
  }
}
body a {
  color: #555;
  vertical-align: bottom;
}

.op0 {
  opacity: 0;
}

/*==========================================================
	各コンテンツBOX 共通
==========================================================*/
main {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 0 30px;
}
@media (max-width: 499px) {
  main {
    padding: 0 10px;
  }
}

section {
  position: relative;
  display: block;
  width: auto;
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 50px 50px;
  text-align: center;
  background-color: #FFF;
}
@media (max-width: 499px) {
  section {
    padding: 30px 0px 30px;
  }
}
section .sec_title {
  position: relative;
  display: block;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 1em;
  color: #000;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 499px) {
  section .sec_title {
    font-size: 24px;
  }
}

.btn_gotop {
  position: fixed;
  right: 0px;
  bottom: 35px;
  display: block;
  width: 55px;
  height: auto;
  z-index: 1;
}

/*==========================================================
	定型mixin
==========================================================*/
/*==========================================================
	ヘッダー全体
==========================================================*/
header {
  display: block;
  top: 0px;
  z-index: 11;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #E4007E;
}
.home header {
  margin-bottom: 50px;
}
@media (max-width: 499px) {
  .home header {
    margin-bottom: 0;
  }
}
header .contact_box {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 499px) {
  header .contact_box {
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    top: unset;
    bottom: 20px;
    width: 100%;
  }
}
header .contact_box .tel, header .contact_box .form {
  padding: 10px 20px;
  background-color: #FFF;
  border-radius: 16px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 10px -2px #000;
          box-shadow: 2px 2px 10px -2px #000;
}
header .contact_box .tel a, header .contact_box .form a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
header .contact_box .tel .tel_no {
  width: 250px;
}
header .contact_box .tel a {
  font-size: 15px;
  color: #000;
}
header .search_box {
  width: 100%;
  padding: 10px 10px;
  position: relative;
  background-color: #E4007E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
header .search_box .h_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #FFF;
}
@media (max-width: 499px) {
  header .search_box .h_title {
    font-size: 16px;
  }
}
header .search_box .h_title .h_logo {
  margin: 0 10px 0;
}
header .search_box .search {
  border: 1px solid #FF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__slider {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  max-height: 700px;
  margin: 0 auto;
  z-index: 1;
}
.header__slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

nav {
  margin-top: 10px;
  height: 100px;
}
.home nav {
  margin-top: 50px;
}
@media (max-width: 499px) {
  nav {
    margin-top: 0;
    padding-top: 10px;
    height: 78px;
  }
  .home nav {
    margin-top: 20px;
  }
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #F7F8F8;
}
nav ul li {
  width: 25%;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
nav ul li:not(:first-child)::before {
  content: "";
  display: block;
  width: 4px;
  height: 80%;
  background-color: #aaa;
  position: absolute;
  top: 10%;
  left: -2px;
}
@media (max-width: 499px) {
  nav ul li:not(:first-child)::before {
    width: 2px;
  }
}
nav ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
nav ul li.top::after {
  background-color: #E83828;
}
nav ul li.genre::after {
  background-color: #22AC38;
}
nav ul li.shop::after {
  background-color: #036EB8;
}
nav ul li.machi::after {
  background-color: #E4007E;
}
nav ul li .mbtn {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*==========================================================
	フッター
==========================================================*/
footer {
  width: 100%;
  margin-top: 100px;
  padding: 30px;
  text-align: center;
  color: #FFF;
  background-color: #E4007E;
  position: relative;
  z-index: 11;
}
@media (max-width: 499px) {
  footer {
    padding: 15px;
  }
}
footer .js-go-top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
@media (max-width: 499px) {
  footer .js-go-top {
    width: 60px;
    height: 60px;
    bottom: unset;
    top: 20px;
  }
}
footer .js-go-top .gotop-image {
  width: 100%;
  height: 100%;
  fill: #E4007E;
}
footer .innerbox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 10px auto 50px auto;
  -ms-grid-columns: 44% 3% 53%;
      grid-template: "fbox1   .....   fbox3" ".....   .....   fbox3" 10px "fbox2   .....   fbox3" ".....   .....   ....." 50px "copy    copy    copy"/44% 3% 53%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 499px) {
  footer .innerbox {
    -ms-grid-rows: auto 10px auto auto 50px auto;
    -ms-grid-columns: 44% 3% 53%;
        grid-template: "fbox3   fbox3   fbox3" ".....   .....   ....." 10px "fbox2   fbox2   fbox2" "fbox1   fbox1   fbox1" ".....   .....   ....." 50px "copy    copy    copy"/44% 3% 53%;
  }
}
footer .innerbox .f_box_1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: fbox1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_1 {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .innerbox .f_box_1 .f_logo img {
  width: 100%;
}
footer .innerbox .f_box_1 dl {
  margin-left: 1em;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_1 dl {
    margin: 20px auto 0;
  }
}
footer .innerbox .f_box_1 dl dt {
  width: 80px;
  margin: 15px auto 0;
  padding: 4px 0;
  color: #E4007E;
  font-weight: bold;
  background-color: #FFF;
}
footer .innerbox .f_box_1 dl dd {
  margin-top: 8px;
  font-weight: normal;
}
footer .innerbox .f_box_1 dl dd span {
  display: inline-block;
}
footer .innerbox .f_box_1 dl dd.addr {
  font-size: 15px;
}
footer .innerbox .f_box_1 dl dd.telno img {
  width: 90%;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_1 dl dd.telno img {
    width: 70%;
  }
}
@media (max-width: 499px) {
  footer .innerbox .f_box_1 dl dd.telno::after {
    content: "お気軽にお問い合わせください";
    display: block;
    color: #FFF;
    font-size: 14px;
    margin-top: 6px;
  }
}
footer .innerbox .f_box_2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: fbox2;
}
footer .innerbox .f_box_2 img {
  width: 100%;
}
footer .innerbox .f_box_3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: fbox3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .innerbox .f_box_3 .f_pic {
  width: 48%;
  position: relative;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_3 .f_pic {
    width: 100%;
  }
}
footer .innerbox .f_box_3 .f_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_3 .f_pic img {
    border-radius: 10px;
  }
}
footer .innerbox .f_box_3 .f_pic::after {
  content: "";
  display: block;
  width: 75%;
  height: 42%;
  background: url("../img/footer/f-fukidasi.svg") no-repeat center center/contain;
  position: absolute;
  top: -70px;
  right: -20px;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_3 .f_pic::after {
    top: -70px;
    right: 10px;
    -webkit-transform: rotate(-17deg);
            transform: rotate(-17deg);
    width: 60%;
    height: 38%;
  }
}
footer .innerbox .f_box_3 .gmap {
  width: 48%;
}
@media (max-width: 499px) {
  footer .innerbox .f_box_3 .gmap {
    width: 100%;
    height: 88vw;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
}
footer .innerbox .f_box_3 .gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
footer .innerbox .copy {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: copy;
  margin: 0px;
  padding: 30px 0 30px;
  font-size: 16px;
  border-top: 1px solid #FFF;
}
@media (max-width: 499px){
  footer .innerbox .f_box_1 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  footer .innerbox .f_box_2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  footer .innerbox .f_box_3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  footer .innerbox .copy {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (max-width: 499px) {
  footer .innerbox .copy {
    font-size: 14px;
  }
}
footer .innerbox a {
  color: #FFFFFF;
}

.f_atari {
  width: 100%;
}

/*==========================================================
	WP上書き用
==========================================================*/
.wp-block-column {
  padding: 0 0.5em;
}

/*==========================================================
	main overwrite
==========================================================*/
/*
main {
	@include sp {
	}
}
*/
body {
  background-color: #FFF;
}

section {
  background-color: #F7F8F8;
}

.mfp-content .popup-menu {
  background-color: #FFF;
  padding: 50px 60px;
  margin: 50px 60px;
}
@media (max-width: 499px) {
  .mfp-content .popup-menu {
    padding: 20px 0px;
    margin: 50px 20px;
  }
}
.mfp-content .popup-menu .title {
  font-size: 30px;
  text-align: center;
}
.mfp-content .popup-menu ul {
  max-width: 640px;
  margin: 30px auto 0;
}
.mfp-content .popup-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4em 1em;
  border-bottom: 2px dotted #CCC;
}
.mfp-content .popup-menu ul li .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mfp-content .popup-menu ul li .price {
  width: 80px;
  text-align: right;
}
@media (max-width: 499px) {
  .mfp-content .popup-menu ul li .price {
    width: auto;
    margin-left: 10px;
  }
}
.mfp-content .popup-menu .mfp-close {
  color: #FFF;
}

/*==========================================================
	ご案内ボタン
==========================================================*/
.btn_intro {
  width: 80px;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 20;
}
@media (max-width: 899px) {
  .btn_intro {
    left: 10px;
    bottom: 10px;
  }
}
.btn_intro a {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}
.btn_intro .btn-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*==========================================================
	店舗カバー写真
==========================================================*/
section.cover {
  margin: 0px auto 0px;
}
@media (max-width: 499px) {
  section.cover .sec_title {
    font-size: 26px;
  }
}
section.cover .sec_title span {
  display: inline-block;
}
section.cover .sec_title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin: 12px auto 0;
  background-color: #036EB8;
}
section.cover .pic_box img {
  width: 100%;
}
section.cover img {
  max-width: 100%;
}
section.cover .comment {
  text-align: center;
  line-height: 1.4;
}

/*==========================================================
	おすすめ（写真）
==========================================================*/
section.recommend .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.recommend .main .recommend__list-item {
  padding: 10px 20px;
}
section.recommend .main .recommend__list-item .title {
  font-size: 14px;
}
section.recommend .main .recommend__list-item .desc {
  font-size: 16px;
}
@media (max-width: 499px) {
  section.recommend .main .recommend__list-item {
    padding: 0px 8px;
  }
}
section.recommend .sub {
  margin: 50px auto 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
section.recommend .sub li {
  max-width: 350px;
  padding: 5px;
  float: left;
}
section.recommend .sub li .title {
  font-size: 16px;
}
section.recommend .sub li .desc {
  font-size: 14px;
}
section.recommend img {
  max-width: 100%;
  height: auto;
}
section.recommend .slick-dots li button:before {
  font-size: 20px;
  color: #036EB8;
}

/*==========================================================
	メニューボタン
==========================================================*/
section.menu .wrap .btn {
  display: inline-block;
  width: 35%;
  margin: 0 10px;
  padding: 0;
  font-size: 20px;
  background-color: #FFF;
  border: none;
  border-top: 6px solid #898989;
  -webkit-box-shadow: 3px 3px 0px 0px #DDD;
          box-shadow: 3px 3px 0px 0px #DDD;
}
section.menu .wrap .btn a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 2em 0;
}
@media (max-width: 899px) {
  section.menu .wrap .btn {
    width: 80%;
    margin: 20px auto;
  }
}
section.menu .wrap #menu_f, section.menu .wrap #menu_d {
  display: none;
}

/*==========================================================
	クーポン
==========================================================*/
section.coupon .list {
  padding: 50px 50px;
  color: #FFF;
  background-color: #2883C1;
}
section.coupon .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  margin-bottom: 1em;
}
section.coupon .list .title {
  min-width: 20%;
  text-align: left;
  font-size: 20px;
}
section.coupon .list .line {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 20px;
}
section.coupon .list .line hr {
  position: relative;
  top: 50%;
  margin: 0 10px;
  border: none;
  border-top: solid 1px #a4c9e7;
}
section.coupon .list .desc {
  min-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: left;
  font-size: 18px;
}

/*==========================================================
	店舗情報
==========================================================*/
section.shopinfo .list {
  width: 100%;
  border-collapse: collapse;
  border: 10px solid #B5B5B5;
}
section.shopinfo .list .title {
  width: 200px;
  padding: 1em 0;
  border: 1px solid #B5B5B5;
  background-color: #DDD;
}
@media (max-width: 499px) {
  section.shopinfo .list .title {
    display: block;
    width: 100%;
    padding: 0.3em 0;
  }
}
section.shopinfo .list .desc {
  width: auto;
  line-height: 1.4;
  border: 1px solid #B5B5B5;
}
@media (max-width: 499px) {
  section.shopinfo .list .desc {
    display: block;
    width: 100%;
    padding: 1em 0;
    font-size: 14px;
  }
}

/*==========================================================
	アクセス情報
==========================================================*/
section.access .map_box {
  width: 100%;
  height: 600px;
}
@media (max-width: 499px) {
  section.access .map_box {
    height: 300px;
  }
}
section.access .map_box iframe {
  width: 100%;
  height: 100%;
}
section.access .btn_more {
  margin: 50px auto 0;
  text-align: center;
}
section.access .btn_more a {
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  padding: 1em 2em;
  background-color: #036EB8;
}
/*# sourceMappingURL=detail.css.map */