@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=RocknRoll+One&display=swap');

/*!
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
*/

/*************** 共通リセット ***************/
p,.body, a,.navi-in a, .breadcrumb, .breadcrumb-caption, #header .site-name-text,
.site-name-text, .copyright,
.entry-content>*, .mce-content-body>*, .article p, .demo .entry-content p, .article dl, .article ul, .article ol, .article blockquote, .article pre, .article table, .article .toc, .body .article, .body .column-wrap, .body .new-entry-cards, .body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus, .body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box, .body .blogcard-wrap, .body .login-user-only, .body .information-box, .body .question-box, .body .alert-box, .body .information, .body .question, .body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box, .body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box, .body .tab-caption-box, .body .label-box, .body .toggle-wrap, .body .wp-block-image, .body .booklink-box, .body .kaerebalink-box, .body .tomarebalink-box, .body .product-item-box, .body .speech-wrap, .body .wp-block-categories, .body .wp-block-archives, .body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area, .body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover, .body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video, .body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator, .body .components-placeholder, .body .wp-block-search, .body .wp-block-social-links, .body .timeline-box, .body .blogcard-type, .body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed, .body .wp-block-group, .body .wp-block-table, .body .scrollable-table, .body .wp-block-separator, .body .wp-block, .body .video-container, .comment-area, .related-entries, .pager-post-navi, .comment-respond {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  color: #333333;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  border: none;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, h7, h8, h9 {
  line-height: 1;
  font-weight: normal;
  font-size: 16px;
  border: none;
  font-weight: 500;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: .6;
  transition: all .5s ease;
}
.btn {
  line-height: 1;
  margin-bottom: 15px;
}
.container {
  background-color: #fff;
}
.header-container-in {
padding-bottom: 300px;
}
.home .header-container-in {
padding-bottom: 800px;
}
.header-container-in {
background-image: url(../../../common/img/main.webp);
background-size: cover;
background-position: center;
position: relative;
}
.header {
  background-color: rgba(51,51,51,0.6);
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 100;
}
.breadcrumb,
.header-in {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: auto;
}
.header-in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: inherit;
  position: relative;
}
.entry-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
}
.body:not(.home) .entry-title {
  top: 50%;
}
.content {
  margin: 0;
}
.wrap {
  width: auto;
}
.main {
  padding: 0;
  border: none;
}
.entry-content {
  margin: 0;
  background-color: #FFF9D5;
}
.footer-in,
.body .entry-content section article {
  width: auto;
  max-width: 1150px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.entry-content section article {
  min-height: 300px;
}
.footer {
  background-color: #333333;
  margin: 0;
  padding: 0;
}
.footer-in {
  padding-top: 50px;
  min-height: 100px;
  background-color: transparent;
}
.footer-bottom {
  margin: 0;
  padding: 0;
}
.page .date-tags,
.home .date-tags,
.author-info {
  display: none;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.footer-bottom::after {
  content: none;
}
.footer-bottom-logo,
.footer-bottom-content {
  float: none;
  position: relative;
}
.footer-bottom-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-bottom-logo .sns {
  left: auto;
  bottom: auto;
  width: auto;
  transform: none;
}
.navi-in > ul li {
  width: auto;
}
.header-in::after {
  content: none;
}
.footer-bottom-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navi-footer-in > .menu-footer {
  display: block;
}
.navi-footer-in a:hover {
  background-color: transparent;
}
.copyright,
.footer-bottom-content a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  width: auto;
}
.footer-bottom-content a {
  padding-right: 40px;
  text-decoration: underline;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.article ul li {
  margin: 0;
}
.btn-gnavi_box {
  display: none;
}
.navi-in ul li a:hover {
  background-color: transparent;
  opacity: 1;
}
.btn:hover {
  opacity: 1;
  color: inherit;
}
.btn:active {
  top: 5px;
}
.btn:active:after {
  content: none;
}
.navi-in ul li a:hover .caption-wrap div,
.navi-in ul li.current-menu-item a .caption-wrap div {
  color: #FFE12D;
  text-decoration: underline;
  overflow: visible;
  transition: all .5s ease;
}
.navi-in ul li:last-child a:hover .caption-wrap div,
.navi-in ul li:last-child.current-menu-item a .caption-wrap div {
  color: inherit;
  text-decoration: none;
}
.navi-footer-in > ul.menu-footer {
  display: grid;
  
  /* ★ここがキモ：縦に5個分のマスを確保する */
  grid-template-rows: repeat(5, auto);
  
  /* ★ここがキモ：アイテムを「縦方向（列）」に向かって流し込む */
  grid-auto-flow: column;
  
  /* 2列の幅をどうするか（例：均等に2分割） */
  grid-template-columns: 1fr 1fr;
  
  /* 見た目の調整 */
  gap: 15px 20px; /* 縦の隙間10px 横の隙間20px */
  list-style: none;
  padding: 0;
}
.navi-footer-in > .menu-footer li:last-child,
.navi-footer-in > .menu-footer li {
  border: none;
  padding-right: 50px;
}
.navi-footer-in > .menu-footer li a {
  text-align: left;
  padding: 0;
}
.footer-bottom-logo img.site-logo-image {
  width: 160px;
  height: auto;
}
.footer-bottom-content {
  padding-bottom: 40px;
}

.navi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background-color: transparent;
}
.tb {
  display: none;
}
@media screen and (max-width: 1260px) {
  .is-open .tb {
    display: block;
  }
  .navi-in .menu-pc {
    display: none;
  }
  .btn-gnavi_box {
    display: block;
  }
  .navi {
    position: fixed;       /* 画面に対して固定 */
    top: 0;                /* 上端 */
    right: -100%;          /* 画面の右外へ隠す */
    left: auto;            /* 左寄せ設定を解除 */
    
    width: 75%;            /* メニューの幅 */
    height: 100vh;         /* 画面の高さ一杯 */
    
    background-color: #FFE12D;
    
    /* アニメーション設定 */
    transition: right 0.4s ease; 
    
    /* PC用の縦中央揃え(translateY)をリセット */
    transform: none; 
    
    z-index: 999;
    overflow-y: auto; 
    padding-top: 80px; /* ハンバーガーボタンとの被り防止 */
  }
  .navi.is-open {
    padding: 20px;
  }
  .breadcrumb {
    max-width: 100%;
    width: 100%;
  }
  .navi-in > ul li {
    text-align: left;
    border-bottom: solid 1px #333;
  }
  .navi-in > ul li:last-child {
    border: none;
    z-index: 1;
  }
  .navi-in > ul li:last-child a {
    width: auto;
  }
  .navi-in > ul li:last-child .caption-wrap {
    width: auto;
  }
  .navi.is-open .navi-in > ul li:last-child .caption-wrap > div {
    width: auto;
    color: #014480;
  }
  .sp_nav_bt span {
    background-color: #C1272D;  
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .sp_nav_bt p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .sp_nav_bt .source-org.copyright,
  .sp_nav_bt a {
    display: block;
    text-align: center;
    font-size: 12px;
    color: inherit;
    font-weight: normal;
    line-height: 1.5;
  }
  .sp_nav_bt a {
    text-decoration: underline;
  }
  .navi.is-open .navi-in .menu-pc {
    margin-bottom: 30px;
  }

}

.navi-in > ul li {
  padding: 15px;
  height: auto;
}
.btn,
.navi-in > ul li:last-child a {
  color: #014480;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 35px;
  background-color: #FFE12D;
  border-radius: 50px;
  border: solid 5px #014480;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding-right: 50px;
}
.btn::after,
.navi-in > ul li:last-child a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #014480;
  top: -1px;
  left: -5px;
  border-radius: 50px;
  border: solid 5px #014480;
  z-index: -1;
}
.btn::before,
.navi-in > ul li:last-child a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 8.7px; /* サイズ調整 */
  border-color: transparent transparent transparent #014480; /* 色指定 */
  vertical-align: middle;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.navi-in > ul li:last-child a:active {
  top: 5px;
}
.navi-in > ul li:last-child a:active:after {
  content: none;
}
.navi-in > ul .caption-wrap > div {
  color: #fff;
}
.navi-in > ul li:last-child .caption-wrap > div {
  color: #014480;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
}
.btn-gnavi_box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 16px;
  width: 70px;
  height: 100%;
  background-color: #FFE12D;
  cursor: pointer;
  z-index: 1000;
}
.btn-gnavi_box span {
    position: absolute;
    width: 30px;
    height: 4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
    background: #333;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

  .btn-gnavi span:nth-child(1) {
    top: 20px;
  }
  .btn-gnavi span:nth-child(2) {
    top: 30px;
  }
  .btn-gnavi span:nth-child(3) {
    top: 40px;
  }
.is-open .btn-gnavi span:nth-child(1) {
  top: 30px; 
  left: 20px;
  width: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.is-open .btn-gnavi span:nth-child(2) {
  display: none;
}
.is-open .btn-gnavi span:nth-child(3) {
  top: 30px;
  left: 20px;
  width: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.btn-gnavi_box .txt {
  font-family: 'Impact', sans-serif;
  position: absolute;
  bottom: 10px;
    left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.navi.is-open .navi-in .menu-pc {
  display: block;
}
.navi.is-open {
    right: 0; /* 右端に持ってくる */
    top: 0;   /* PC版のtop指定を上書き */
    left: auto;
    transform: none;
}
.navi.is-open .navi-in > ul .caption-wrap > div {
  color: #333333;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1440px;
    overflow-x: auto; /* 横スクロールを許可 */
  }
}
@media screen and (max-width: 767px) {
  .header .add {
    display: none;
  }
}

.home .header-container-in::before {
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../../common/img/header_bg.webp);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 11;
}
.body .entry-content section {
  position: relative;
  padding: 80px 0 100px;
}
.archive .main,
.single .main,
.blog .content,
.blog .main,
.home .entry-content section#slider_box,
section#cta,
.home .entry-content section:nth-child(even) {
  background-size: cover;
  background-image: url(../../../common/img/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  padding: 80px 0 100px;
}
.archive .list,
.single .article,
.blog .list,
section .article.box {
  background-color: #FCF7E6;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 80px;
  border-radius: 20px;
  border: solid 4px #333333;
  position: relative;
}
.single .article {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.single .article .entry-content {
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
}
.single .article .entry-content p {
  line-height: 2;
  padding-bottom: 20px;
}
.archive .list,
.blog .list,
section .article.box {
  box-shadow: 6px 12px #333;
}
.archive .list,
.blog .list {
  padding-top: 20px;
}
section#access {
  background-image: none;
}
section .article p {
  text-align: center;
  line-height: 2;
  font-weight: normal;
}
section#menu_ .article p {
  margin-bottom: 50px;
}
ul.add li {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
ul.add li.xp {
  padding-left: 50px;
  padding-right: 40px;
}
ul.add li::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 30px;
  background-color: #FFE12D;
  border-radius: 50%;
  left: 0;
}
ul.add li::before {
  width: 13px;
  height: 16px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../../../common/img/icon_phone_blue.png);
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
ul.add li.xp::after {
  width: 40px;
  height: 40px;
  content: "営業\A時間";
  white-space: pre-wrap;
  position: absolute;
  border-radius: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #014480;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
}
ul.add li.xp::before {
  content: none;
}
ul.add p {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
ul.add p span {
  font-size: 18px;
}
.logo {
  padding: 4px 20px 4px 0;
}
.site-name-text-link {
  padding: 0;
}
.site-logo-image {
  width: 72px;
}
h1.entry-title {
  font-family: "RocknRoll One", sans-serif;
  font-size: 36px;

    /* 2. 白いフチ：2px（太さはここを変える） */
    -webkit-text-stroke: 5px #333333;
    paint-order: stroke fill; /* 文字が痩せないようにする設定 */

    text-shadow: 
      1px 1px 0 #333333,
      2px 2px 0 #333333,
      3px 3px 0 #333333,
      4px 4px 0 #333333,
      5px 5px 0 #333333;
}
.chara_sns_in {
  display: none;
}
.home .chara_sns_in {
  display: block;
}
.sns,
.character {
  width: 240px;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
.sns {
  width: 340px;
  bottom: 35%;
  background-color: rgba(255,255,255,0.8);
  padding: 30px 30px;
  border-radius: 10px;
  z-index: 99;
}
.sns::before,
.sns::after {
  content: "▼";
  position: absolute;
  bottom: -18px;
  left: 100px;
  font-size: 24px;
  color: rgba(255,255,255,0.8);
}
.sns::after {
  left: auto;
  right: 100px;
}
.sns li {
  padding: 0 10px;
}
.sns p {
  text-align: center;
  margin-bottom: 30px;
}
.zei {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
}
.footer-bottom.fnm-text-width .menu-footer li a {
  color: #fff;
}
.footer .sns {
  position: relative;
  background-color: transparent;
}
.footer .sns p {
  display: none;
}
.footer .sns::after,
.footer .sns::before {
  content: none;
}
.footer .sns img.xxx {
    filter: invert(100%);
}

section#cta .article.box {
  padding: 20px;
}
section#cta article ul {
  justify-content: space-between;
  align-items: stretch;
}
section#cta article ul li {
  position: relative;
  width: 33.33%;
  padding: 20px 40px;
  border-right: solid 2px #014480;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact section#cta article ul li,
.reserve section#cta article ul li {
  width: 50%;
}
section#cta article ul li::after {
  content: "";
  position: absolute;
  background-color: #FFE12D;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
section#cta article ul li::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 44px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../../common/img/icon_phone.png);
  z-index: 1;
}
section#cta article ul li:nth-child(2):before {
  width: 44px;
  height: 44px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url(../../../common/img/icon_line.png);
}
section#cta article ul li:nth-child(3):before {
  width: 45px;
  height: 45px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url(../../../common/img/icon_pc.png);
}
section#cta article ul li p {
  line-height: 2;
  font-size: 18px;
  margin-bottom: 20px;
}
section#cta article ul li > p {
  margin-top: 100px;
  font-weight: 500;
}
section#cta article ul li:last-child {
  border: none;
}
section#cta article ul li p.tel {
  color: #014480;
}
section#cta article ul li p.tel a {
  color: #014480;
  font-size: 32px;
  font-weight: bold;
}
section#cta article ul li p.uketsuke {
  font-size: 14px;
}
.btn_in {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.article h2 {
  margin: 0;
  padding: 50px 0 10px 15px;
  background-color: transparent;
  border-radius: 0;
  text-align: left;
  font-size: 32px;
  color: #C1272D;
  margin-bottom: 20px;
  border-bottom: solid 2px #C1272D;
}
.home .article h2 {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  padding-bottom: 0;
  padding-left: 0;
  text-align: center;
  border: none;
  line-height: 1.5;
}
.article h3 {
  text-align: center;
}
#flavor .article h3 {
  margin-bottom: 50px;
}
.article h3 span {
  margin: 0 0 30px;
  padding: 0;
  font-size: 24px;
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.article h3 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #FFE12D;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.sp-br {
  display: none;
}
.article h4 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 18px;
  background-color: transparent;
  border-radius: 0;
  text-align: left;
  line-height: 2;
  position: relative;
  z-index: 1;
}
.article h4 i {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #FFE12D;
  border-radius: 50%;
  top: -24px;
  left: -46px;
  z-index: -1;
}
.article h4 i::before {
  content: "POINT";
  position: absolute;
  width: 100%;
  text-align: center;
  height: 10px;
  font-size: 10px;
  font-family: 'Impact', sans-serif;
  top: 5px;
  left: 0;
  font-style: normal;
  color: #C1272D;
  text-shadow: 2px 2px 0px #E08C79;
  letter-spacing: 1px;
}
.article h4 i::after {
  content: "1";
  position: absolute;
  width: 100%;
  text-align: center;
  height: 34px;
  font-size: 34px;
  font-family: 'Impact', sans-serif;
  top: 2px;
  left: -4px;
  color: #C1272D;
  text-shadow: 2px 4px 0px #E08C79;
}
.article .xp h4 i::after {
  content: "2";
}
.article .title {
  text-align: center;
  margin-bottom: 30px;
}
.article .title span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Impact', sans-serif;
  font-weight: normal;
  color: #E08C79;
    letter-spacing: 2px;
}
.article .title span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 5px;
  height: 3px;
  background-color: #E08C79;
}
.article .title span::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 5px;
  height: 3px;
  background-color: #E08C79;
}
section#instagram h2 {
  font-family: 'Impact', sans-serif;
  position: relative;
  margin-bottom: 100px;
}
section#instagram h2::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../../common/img/icon_instagram.png);
  z-index: 1;
}
ul.menu_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 100px;
}
.menu_box li {
  width: 31%;
  border-radius: 10px;
  border: solid 2px #C1272D;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menu_box li a {
  background-color: #C1272D;
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  padding: 20px 0;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.menu_box li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 8.7px; /* サイズ調整 */
  border-color: transparent transparent transparent #fff; /* 色指定 */
  vertical-align: middle;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.osusume_title {
  text-align: center;
  margin-bottom: 50px;
}
._in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  flex-direction: row-reverse;
}
._in.xp {
  flex-direction: inherit; /* 左右逆にする */
  margin-top: 100px;
}
.left {
  overflow: hidden;
  width: 43%;
}
.left {
  border:  solid 2px #C1272D;
  border-radius: 10px;
}
.right {
  width: 54%;
  padding-left: 20px;
}
._in.xp .right {
  padding-left: 50px;
}
.osusume_box {

}
.osusume_box ._in {
  flex-direction: inherit;
  align-items: stretch;
  border-radius: 10px;
}
.osusume_box ._in .left {
  width: 65%;
  border: solid 10px #333;
  border-radius: 10px 0 0 10px;
}
.osusume_box ._in .right {
  width: 35%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;

}
.osusume_box ._in .right a {
  width: 100%;
  display: flex;          /* 中身の配置をしやすくする */
  flex-direction: column; /* 文字を縦積みに */
  justify-content: center;/* 中身を天地中央寄せ（お好みで） */
  flex: 1;                /* 親の高さに合わせて伸びる設定 */
  background-color: #C1272D;
  border-radius: 0 10px 10px 0;
  position: relative;
  padding: 0 50px 0 30px;
}
.osusume_box ._in .right a:hover {
  opacity: .6;
  transition: all .5s ease;
}
.osusume_box ._in .right a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  vertical-align: middle;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
section#menu_ .osusume_box ._in .right p {
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
  text-decoration: underline;
}
section#menu_ .osusume_box ._in .right p.att {
  font-weight: normal;
  text-decoration: none;
}
section#menu_ .osusume_box ._in .right p.en {
  text-align: right;
  font-weight: normal;
}
section .article .right p {
  text-align: left;
  margin-bottom: 30px;
}
.body .entry-content section#flavor article {
  padding: 0 50px 50px;
}
#access ._in {
  width: 100%;
  background-color: #F9EAEA;
  justify-content: center;
  max-width: 100%;
  align-items: stretch;
  flex-direction: inherit;
}
#access ._in .left {
  width: 50%;
  border: none;
  display: flex;
  justify-content: right;
  align-items: center;
  margin-right: 50px;
  border-radius: 0;
}
#access ._in .left .access_box {
  width: 500px;
}
#access ._in .right {
  width: 50%;
}
.access_box p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: normal;
}
.access_box ul {
  margin-bottom: 20px;
}
.access_box ul li.logo {
  width: 100px;
  padding: 0;
  margin-right: 20px;
}
.access_box ul li.add p {
  line-height: 2;
}
.access_box table {
  border: solid 1px #C1272D;
  border-collapse: separate;
  width: 80%;
}
.access_box table th {
  background-color: #C1272D;
  color: #fff;
  border: none;
  font-weight: normal;
}
.access_box table tr:nth-child(3) {
  background-color: #F3D4D5;
}
.access_box table td {
  border: none;
  font-weight: normal;
}
.access_box table td:first-child {
  text-align: center;
}
p.att {
  color: #C1272D;
  font-weight: 500;
}
.go-to-top-button {
  width: 110px;
  height: 110px;
  font-size: 16px;
  font-family: "M PLUS 1", sans-serif;
  padding: 10px;
  background-color: #FFE12D;
  border: solid 2px #333;
  border-radius: 20px;
  flex-wrap: wrap;
}
.go-to-top-button span {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.breadcrumb {
  position: absolute;
  max-width: 90%;
  width: 90%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: transparent;
  z-index: 2;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.breadcrumb a {
  position: relative;
  font-size: 16px;
  font-weight: normal;
}
.breadcrumb a::before {
  content: "▶";
  position: absolute;
  font-size: 10px;
  width: 5px;
  height: 10px;
  color: #014480;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.fa-fw::before,
.fa-angle-right::before {
  content: none;
}
.article h5.wp-block-heading {
  color: #C1272D;
  font-size: 32px;
  border-bottom: solid 2px #C1272D;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
}
.article h5.wp-block-heading span {
  color: #E08C79;
  font-size: 20px;
  font-family: 'Impact', sans-serif;
  padding-left: 20px;
  font-weight: normal;
}
.article h6.wp-block-heading {
  display: inline-block;
  position: relative;
  font-size: 24px;
  border-left: solid 4px #C1272D;
  margin-left: 15px;
  margin-right: 15px;
}
.osusume {
  position: relative;
}
.osusume {
  display: inline-block;
  padding-top: 20px;
}
.osusume::before {
  content: "";
  position: absolute;
  width: 126px;
  height: 56px;
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../../common/img/icon_osusume.png);
  z-index: 1;
}
.osusume::before {
  top: 50%;
}
.wp-block-columns.couse_box {
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  align-items: stretch;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: inherit;
}
.wp-block-columns.couse_box .left {
  border-radius: 10px 0 0 10px;
  border: solid 10px #333;
}
.wp-block-columns.couse_box .left img {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-columns.couse_box .right {
  width: 100%;
  display: flex;          /* 中身の配置をしやすくする */
  flex-direction: column; /* 文字を縦積みに */
  justify-content: center;/* 中身を天地中央寄せ（お好みで） */
  flex: 1;                /* 親の高さに合わせて伸びる設定 */
  background-color: #C1272D;
  position: relative;
  padding: 0 30px 0 30px;
  border-radius: 0 10px 10px 0;
}
.wp-block-columns.couse_box .right p {
  color: #fff;
  line-height: 1.5;
  text-decoration: underline;
  font-weight: bold;
}
.wp-block-columns.couse_box .right p.att {
  font-weight: normal;
  text-decoration: none;
}
.wp-block-columns.couse_box .right p.has-text-align-right.en {
  text-align: right;
  text-decoration: none;
}
.takoyaki {
  text-align: center;
}
.red {
  font-weight: 500;
  color: #C1272D;
}
.wp-block-columns {
  justify-content: space-between;
}
.icon {
  position: absolute;
  width: 48px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 15px;
}
.icon img {
  width: 48px;
  height: 56px;
  object-fit: contain;
}
section .article p.has-text-align-left {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}

/*****  お品書き ******/
.wp-block-image {
  width: 100%;
}
.wp-block-image img {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.wp-block-columns .couse_list {
  margin-left: 15px;
  margin-right: 15px;
}
.wp-block-columns .couse_list > div {
  justify-content: space-between;
}
section .article .couse_list p {
  display: inline-block;
  border-bottom: dotted 1px #C1272D;
  white-space: nowrap;
  width: 100%;
  text-align: inherit;
  font-size: 16px;
}
section .article .couse_list p.has-text-align-left {
  text-align: left;
}
section .article .couse_list p.has-text-align-right {
  text-align: right;
}
.wp-block-columns .alacarte {
  position: relative;
}
p.mini_title {
  border: none;
  display: block;
}
section .article .drink {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
section .article .drink .wp-block-column {
  flex-basis: auto;
  flex-grow: inherit;
}
section .article .drink .wp-block-column:first-child {
  margin-left: 15px;
}
section .article .drink p {
  margin: 0;
  border-bottom: dotted 1px #C1272D;
}
.hodai {
  position: relative;
}
.hodai::before {
  content: "飲み放題";
  position: absolute;
  width: 80px;
  height: 20px;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  font-size: 12px;
  color: #fff;
  background-color: #C1272D;
  text-align: center;
  line-height: 1;
  padding-top: 5px;
}
.badge-red {
  font-size: 12px;
  color: #fff;
  background-color: #C1272D;
  text-align: center;
  line-height: 1;
  padding: 2px 15px 5px 15px;
  border-radius: 0;
}
ul.wp-block-list.is-style-bottom-margin-2em.has-bottom-margin {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  grid-template-columns: auto auto;
  gap: 10px 20px;
  list-style: disc;
  padding: 0;
  margin-left: 30px;
}
ul.wp-block-list li {
  font-weight: normal;
  padding-right: 30px;
}
#menu_drink {
  position: relative;
}
#menu_drink::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: 30px;
  right: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../../common/img/menu_bg.png);
}


/*************** 井上さんはこの下から書いてください ***************/

.p-padding {
  padding: 80px 20px 85px;
}

.article .page_text {
  text-align: left;
}


/*====== 駐車場 ======*/
.parking-address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  text-align: left;
  margin-top: 88px;
}
.body .article .parking-address .address_text h3 {
  margin-bottom: 4px;
}
.body .article .parking-address .address_text p {
  text-align: left;
  padding-left: 20px;
}
.parking-map {
  margin-top: 40px;
}

/*====== 求人 ======*/
.job-padding {
  padding: 30px 20px 85px;
}
.job_flex {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.job_box {
  flex: 1;
  height: 80px;
  background-color: #F9EAEA;
  border: 2px solid #C1272D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 10px;
}
.job_img {
  text-align: center;
}
.job_img img {
  height: 106px;
  width: auto;
}
.job_icon {
  position: relative;
}
.job_icon::after {
  content: "";
  display: inline-block;
  width: 126px;
  height: 56px;
  background-image: url("https://dream-lp.net/shop/wp-content/uploads/2026/01/job_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 24px;
}
.job_img_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 100px;
}
.job-address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  text-align: left;
  margin-top: 24px;
  background-color: #F9EAEA;
  border: 2px solid #C1272D;
  border-radius: 10px;
  padding: 24px 32px;
  width: fit-content;
}
.body .article .job-address .address_text h3 {
  margin-bottom: 4px;
}
.body .article .job-address .address_text p {
  text-align: left;
  padding-left: 20px;
}

/*====== お問い合わせ ======*/
section .article .naniwaya-form p {
  text-align: left;
  line-height: 0.8;
  margin-bottom: 32px;
  position: relative;
}
.naniwaya-form label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  height: 22px;
  font-weight: 500;
}
.naniwaya-form .att {
  background-color: #C1272D;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  vertical-align: middle;
  line-height: 1;
}
.naniwaya-form .xp {
  text-align: left;
  margin-bottom: 72px;
}
.naniwaya-form .xp .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.naniwaya-form .xp .wpcf7-list-item-label {
  margin-left: 16px;
  font-weight: 400;
}
.naniwaya-form #target-submit {
  width: 130px;
  height: 44px;
  background-color: #999999;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 4px 0 0 #014480;
  display: block;
  margin: 0 auto;
  transition: all 0.2s;
  appearance: none;
  font-weight: bold;
  color: #014480;
}
.naniwaya-form #target-submit:active {
  box-shadow: 0 0 0 0 #014480;
  transform: translateY(4px);
}
.naniwaya-form:has(.xp input:checked) #target-submit {
  background-color: #FFE12D;
  color: #333333;
  cursor: pointer;
  pointer-events: auto;
}

/*====== ご予約 ======*/
.reservation_box {
  background-color: #F9EAEA;
  border: 2px solid #C1272D;
  border-radius: 10px;
  padding: 24px 32px;
  width: fit-content;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
section .article .reservation_box h3 {
  padding: 0;
  margin-bottom: 16px;
  text-align: left;
}
section .article .reservation_box p {
  color: #C1272D;
  text-align: left;
}
.naniwaya-form .wpcf7-form-control-wrap[data-name="your-color"] {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}
.naniwaya-form .wpcf7-form-control-wrap[data-name="your-color"] + span {
    display: inline-block;
    font-size: 14px;
    margin-left: 24px;
    vertical-align: middle;
    color: #666;
}


.list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: inherit;
  row-gap: inherit;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  position: relative;
}
section.archive-section .list article,
.entry-content section .list article {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: inherit;
  width: 23%;
  border: solid 1px #999;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
section.archive-section .list::after,
.entry-content section .list::after,
section.archive-section .list::before,
.entry-content section .list::before {
  content: '';
  flex: 0 0 23%;
  order: 1; /* カードより後ろに回す */
}
section.archive-section .list article,
.entry-content section .list article {
  /* 既存のスタイルに追加 */
  order: 0;
}
.list article .btn_in {
  text-align: center;
}
.list article h2 {
  color: inherit;
  font-size: inherit;
  text-align: left;
  padding: 0;
  margin: 0;
  min-height: 100px;
  line-height: 1.5;
}
.entry-card-thumb {
  float: none;
  margin: 0;
  width: 100%;
  border-bottom: solid 1px #999;
  height: 240px;
}
.entry-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry-card-content {
  margin: 0;
  padding: 15px 5px 20px;
  background-color: #fff;
  width: 100%;
}
.entry-card-meta,
.cat-label {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.entry-card-meta {
  margin: 10px 0;
}
.entry-card-info {
  justify-content: flex-start;
}
.cat-label {
  background-color: #80A2C0;
  font-size: 14px;
}
.sp {
  display: none;
}
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number {
  width: 100%;

  /* iOSのデフォルトスタイルを無効化 */
  -webkit-appearance: none;
  appearance: none;

  /* 背景色と文字色を強制指定（ダークモード対策含む） */
  background-color: #ffffff;
    color:#333;
    min-height: 43px;
}
body.is-ios input[type="date"].wpcf7-date {
  position: relative;
}
/* iOS端末（iPhone/iPad）の時だけ適用されるスタイル */
body.is-ios input[type="date"].wpcf7-date::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../../../common/img/icon_calendar.svg);
}
body.is-ios input[type="date"].wpcf7-date::before {

}
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number {
  width: 250px;
}
::placeholder{
  color:#999;
}
.wpcf7-not-valid-tip {
  margin-top: 10px;
}
.last_oder {
  position: absolute;
  left: 200px;
  top: 50px;
}
/*====== レスポンシブ ======*/
@media screen and (max-width: 767px) {
  .bottom_btn.sp {
    display: block;
  }
  .bottom_btn.sp {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 999;
    transition: opacity 0.3s, visibility 0.3s; /* アニメーション用 */
    opacity: 1;
    visibility: visible;
  }
  .bottom_btn.is-bottom {
    opacity: 0;        /* 透明にする */
    visibility: hidden; /* クリック判定も消す */
  }
  .go-to-top {
    bottom: 70px;
  }

  /*====== トップページ ======*/
  main.main {
    padding: 0;
  }
  #list,
  .body .entry-content section article {
    margin: 0 16px;
    padding: 0;
  }
  #list,
  .body .entry-content section article.box {
    padding: 10px 10px 64px;
  }
  .article h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .article .title span {
    font-size: 14px;
  }
  .article h3 span {
    font-size: 18px;
    line-height: 1.4;
  }
  .sp-br {
    display: block;
  }
  .article h3 {
    line-height: 1.8;
    padding: 0;
  }
  .mark,
  .article h3 span {
    display: inline;
    font-size: 18px;
    background: linear-gradient(transparent 60%, #FFE12D 60%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .article h3 span::after {
    display: none;
  }
  section .article p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }
  .menu_box {
    flex-direction: column;
    gap: 20px;
  }
  .menu_box li {
    width: 100%;
  }
  section#menu_ .article p {
    margin-bottom: 32px;
  }
  .body .entry-content section#flavor article {
    padding: 0 10px 64px;
  }
  ._in, ._in.xp {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .left, .right, ._in.xp .right {
    width: 100%;
    padding-left: 0;
    margin-right: 0;
  }
  .left {
    margin-bottom: 20px;
  }
 .article h4 {
    padding: 28px 0 0 52px;
    font-size: 16px;
    text-align: left;
    line-height: 2;
    position: relative;
    z-index: 1;
  }
  .article h4 i {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  section .article .right p {
    margin-bottom: 16px;
  }
  #access ._in {
    flex-direction: column;
  }
  #access ._in .left,
  #access ._in .right {
    width: 100%;
    margin-right: 0;
  }
  #access ._in .left .access_box {
    width: 100%;
    padding: 24px 16px 32px;
  }
  .access_box ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .access_box ul li.logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .access_box table {
    width: 100%;
  }
  .article table th,
  .article table td {
    line-height: 1.8;
  }
  .article .access_box p {
    font-size: 14px;
    line-height: 1.8;
  }
  p.att {
    margin-top: 10px;
  }
  .access_box ul li.add p {
    text-align: left;
    line-height: 1.8;
  }

  /*====== 駐車場 ======*/
  .p-padding {
    padding: 50px 0 0 0;
  }
  .p-padding h2 {
    font-size: 20px;
    border-bottom: solid 2px #C1272D;
    padding: 50px 0 10px;
    text-align: left;
    margin-bottom: 10px;
  }
  .parking-address {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F9EAEA;
    padding: 24px 16px;
    border-radius: 10px;
    margin-top: 50px;
  }
  .parking-address img {
    width: 120px;
    margin-bottom: 16px;
  }
  .body .article .parking-address .address_text p {
    padding: 0;
    line-height: 1.6;
    margin-top: 10px;
  }
  .parking-map {
    margin-top: 20px;
    width: 100%;
  }
  .parking-map img {
    width: 100%;
    height: auto;
  }

  /*====== 求人 ======*/
  .job-padding {
    padding: 0;
  }
  .job-padding h2 {
    font-size: 20px;
    border-bottom: solid 2px #C1272D;
    padding: 50px 0 10px;
    text-align: left;
    margin-bottom: 10px;
  }
  .job_flex {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0 0 0;
  }
  .job_box {
    width: 100%;
    padding: 16px;
    background-color: #F9EAEA;
    border: 2px solid #C1272D;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
  }
  .job_img {
    margin: 10px 0;
    text-align: center;
  }
  .job_img img {
    width: 100%;
    max-width: 360px;
    height: auto;
  }
  .job_icon::after {
    width: 70px;
    height: 32px;
    margin-left: 16px;
  }
  .job_img_flex {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .job-address {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    margin-top: 32px;
    text-align: center;
    width: auto;
  }
  .job-address img {
    width: 120px;
    margin-bottom: 16px;
  }
  .body .article .job-address .address_text p {
    line-height: 1.6;
    padding: 0;
    margin-top: 10px;
  }

  /*====== お問い合わせ ======*/
  section .article .naniwaya-form p {
    line-height: 0.6;
    margin-bottom: 24px;
  }
  .naniwaya-form .xp .wpcf7-list-item-label {
    line-height: 1.6;
  }
  .wpcf7-not-valid-tip {
    margin-top: 10px;
  }

  /*====== ご予約 ======*/
  .reservation_box {
    padding: 16px 20px;
    margin-top: 24px;
  }
  section .article .reservation_box h3 {
    margin-bottom: 8px;
  }
  .naniwaya-form .wpcf7-form-control-wrap[data-name="your-color"] + span {
    margin: 8px 0 0 0;
    line-height: 1.6;
  }
  .entry-title {
    width: 100%;
    line-height: 2;
  }
  .home .header-container-in::before {
    background-size: cover;
    height: 80px;
  }
  .footer .sns {
    width: 100%;
  }
  .footer .sns ul {
    justify-content: center;
  }
  .character {
    bottom: -10px;
    width: 185px;
  }
  .home .list {
    flex-wrap: wrap;
  }
  .body.home .list article {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .entry-card-thumb {
    height: 150px;
  }
  .btn {
    padding: 10px 30px 10px 20px;
  }
  .btn::before {
    right: 0;
  }
  section#cta {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#cta article ul {
    display: block;
  }
  .reserve section#cta article ul li,
  .contact section#cta article ul li,
  section#cta article ul li {
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #014480;
    padding: 0 0 20px;
    min-height: 330px;
  }
  .reserve section#cta article ul li:nth-child(2),
  .contact section#cta article ul li:nth-child(2) {
    border-bottom: none;
  }
  .footer-bottom-content,
  .footer-bottom-logo,
  .footer-bottom {
    display: block;
  }
  .navi-footer-in > ul.menu-footer {
    width: 80%;
    margin: 0 auto;
    gap: 15px 10px;
  }
  .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
  }
  .footer-bottom-content a {
    padding: 0 0 10px;
    display: inline-block;
  }
  .breadcrumb a::before {
    right: -15px;
  }
  .parking-map {
    position: relative;
    z-index: 0;
  }
  .parking-map::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../../common/img/pinout.svg);
    z-index: 1;
  }
  .header-container-in .sns {
    bottom: 200px;
  }
  .last_oder {
    position: relative;
    left: 0;
    top: 0;
  }
  .header-container-in {
    padding-bottom: 200px;
    background-size: cover;
  }
  .zei {
    bottom: 45px;
    left: auto;
    right: 10px;
    transform: none;
    font-size: .8em;
  }
  h1.entry-title {
    font-size: 28px;
  }
  .osusume::before {
    width: 50px;
    height: 30px;
    right: 0;
  }
  ul.wp-block-list.is-style-bottom-margin-2em.has-bottom-margin {
    display: block;
  }
  figure.wp-block-image img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  }
  article.wp-block-group.article.box {
    margin: 0 15px;
    padding: 0;
    width: calc( 100% - 30px );
  }
}

.slider {
  padding-bottom: 30px;
}
.slick-initialized .slick-slide {
  padding: 0;
  border: solid 10px #333;
  border-radius: 10px;
  margin: 0 10px;
}
.slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url(../../../common/img/nami.webp);
  z-index: 1;
}
.home .entry-content section#slider_box {
  padding-top: 0;
}
.bg_box {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.bg_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  filter: opacity(.3);
  background-image: url(../../../common/img/top_bk.webp);
  background-size: cover;
  width: calc( 100% + 100px );
  left: -50px;
  background-position: center;
}
#flavor .box {
  overflow: hidden;
}
#flavor .box .bg_box p {
  font-size: 20px;
  margin-bottom: 50px;
  color: #000;
}
.home .article .bg_box h2 {
  font-size: 40px;
  color: #FFE12D;
  font-weight: 900;
  -webkit-text-stroke: 5px #C1272D;
  paint-order: stroke fill;
  text-shadow: 1px 1px 0 #014480, 2px 2px 0 #014480, 3px 3px 0 #014480, 4px 4px 0 #014480, 5px 5px 0 #014480;
  margin-bottom: 50px;
}
span.mark {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home .entry-content section#slider_box {
    padding-bottom: 0;
  }
  .home .article .bg_box h2 {
    font-size: 26px;
    font-weight: 900;
  }
  #flavor .box .bg_box p {
    font-size: 16px;
  }
  .osusume_box ._in {
    display: block;
  }
  .osusume_box ._in .left,
  .osusume_box ._in .right {
    width: 100%;
    margin-bottom: 0;
  }
  .wp-block-columns.couse_box .left,
  .osusume_box ._in .left {
    border-radius: 10px 10px 0 0;
  }
  .wp-block-columns.couse_box .right,
  .osusume_box ._in .right a {
    border-radius: 0 0 10px 10px;
    padding: 20px 30px 0 30px;
  }
  .wp-block-columns.couse_box .right {
    padding-bottom: 30px;
  }
  .navi-footer-in > .menu-footer li {
    border: none;
    padding-right: 30px;
  }
}

.entry-categories-tags {
  display: none;
}
.single .eye-catch-wrap .eye-catch {
  margin-bottom: 30px;
  width: 100%;

}
.single .eye-catch-wrap .eye-catch img {
  width: 100%;
  border-bottom: solid 1px #000;
  height: 500px;
  object-fit: cover;
}
.eye-catch .cat-label {
  position: relative;
  top: 10px;
  left: 10px;
}
.entry-card-title.card-title.e-card-title {
  text-align: left;
}
a.cat-label:hover {
  color: #FFE12D;
}
section .article .wp-block-column .couse_list p {
  margin: 0;
}
section .article .wp-block-column .couse_list p.mini_title {
  border: none;
}
.wp-container-core-group-is-layout-6c531013,
body section .article .wp-block-column .couse_list .is-layout-flex {
  gap: inherit;
}

#drink_box {
  width: 70%;
}
#drink_box > div > p:first-child {
  width: auto;
}
@media screen and (max-width: 767px) {
  #drink_box > div.xp {
    display: block;
  }
  #drink_box > div.xp > p {
    white-space: inherit;
  }
  #drink_box {
    width: 100%;
  }
  .body:not(.home) .entry-title {
    top: auto;
    bottom: 10px;
    font-size: 18px;
  }
  .osusume::before {
    top: 0;
  }
  #menu_drink::before {
    width: 300px;
    height: 300px;
    right: 0;
  }
  .single .article {
    margin-left: 15px;
    margin-right: 15px;
  }
  section.archive-section .list article, .entry-content section .list article {
    width: 49%;
  }
}

.page-numbers {
  border-radius: 50%;
  border: solid 5px #014480;
  line-height: 35px;
  color: #014480;
  background-color: #fff;
  position: relative;
}
.pagination .current {
  background-color: #FFE12D;
}
.screen-reader-text {
  border: 0;
  clip-path: inherit;
  margin: 0 0 0 4px;
  overflow: visible;
  padding: 0;
  position: absolute;
  width: 30px;
  font-size: 11px;
  display: block;
}
.fa-angle-left {
  display: none;
}