/* ======================================= */
/* 共通リセット・基本スタイル */
/* ======================================= */
body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin: 0;
  padding: 0;
}
body:has(#modal-info__open:checked), body:has(#modal-reserve__open:checked) {
  overflow: hidden;
}
.global-heade, .header__nav, .page-content-wrapper .global-footer {
  color: #333;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.page-content-wrapper {
  background: #fbb14b;
  padding: 78px 15px 80px;
  overflow-x: clip;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  margin: 30px auto 60px;
  position: relative;
  text-align: center;
}
h2 {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}
#root, #__next {
  isolation: isolate;
}
ul {
  list-style: none;
  padding: 0;
}
a {
  color: #8b635c;
  text-decoration: none;
}
a:hover {
  opacity: .7;
  transition: all .3s;
}
@media screen and (min-width: 896px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
  h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px auto 30px;
  }
  h2 {
    font-size: 21px;
  }
}
/* ======================================= */
/* HEADER */
/* ======================================= */
.header__nav img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.header__nav a {
  color: #333;
}
.header__nav {
  margin: 0 0 55px;
  white-space: nowrap;
  overflow-y: hidden;
}
.header__inner {
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(3, 0, 0, .05);
  border-top: 1px solid #eee;
  left: 0;
  padding: 0;
  position: fixed;
  top: 78px;
  z-index: 11;
  width: 100%;
  white-space: nowrap;
}
.logo {
  max-height: 50px;
}
.logo img {
  max-width: 100%;
  width: 150px;
  height: auto;
}
.header__nav .headerNav__list {
  display: flex;
  justify-content: center;
  height: 55px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  overflow-y: hidden;
}
.header__nav .headerNav__list .headerNav__item {
  border-right: 1px solid #ddd;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  flex-shrink: 0;
  width: 180px;
}
.header__nav .headerNav__list .headerNav__item:first-child {
  padding: 10px;
}
.header__nav .headerNav__list .headerNav__item .reserve-open-label {
  background: #8b635c;
  border-radius: 10px;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 100%;
  line-height: 2.6;
  padding: 0;
}
.header__nav .headerNav__list .headerNav__item:first-child a {
  background: #8b635c;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.6;
}
.header__nav .headerNav__list .headerNav__item:first-child a span {
  color: #fff;
}
.header__nav .headerNav__list .headerNav__item:last-child {
  border-right: none;
  margin-right: 0;
}
.header__nav .headerNav__list .subNav__item a {
  color: #fff !important;
  display: block;
  line-height: 1.5;
}
.header__nav .headerNav__list .headerNav__item .subNav__item a {
  background: #333;
  color: #fff !important;
  display: block;
  line-height: 1.5;
}
.header__nav .headerNav__item .subNav {
  display: none;
}
.header__nav .headerNav__list .headerNav__item:hover > .subNav {
  background: #333;
  display: block;
  left: 0;
  padding: 20px;
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  width: calc(100vw - 40px);
  overflow-y: scroll;
}
.header__nav .headerNav__list .headerNav__item:first-child:hover .subNav {
  display: block;
  margin: 11px auto 0;
}
.header__nav .headerNav__list .headerNav__item .subNav .subNav__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: left;
}
.header__nav .headerNav__list .headerNav__item .subNav .subNav__list .subNav__item {
  margin: 20px 0;
  max-width: 400px;
  width: 25%;
  font-size: 13px;
}
.header__nav .headerNav__list .headerNav__item .subNav .subNav__list .subNav__item .subNavItem {
  align-items: center;
  display: flex;
}
.headerNav__list .headerNav__item.no-click > a {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width : 896px) {
  .header__nav .header__inner {
    display: none;
    top: 50px;
  }
  .header__nav .headerNav__list {
    justify-content: left;
    margin: 0;
    padding: 0;
    height: 50px;
  }
  .header__nav .headerNav__list .headerNav__item {
    font-size: 12px;
    width: 140px;
    line-height: 50px;
  }
  .header__nav .headerNav__list .headerNav__item:nth-child(2) {
    padding: 10px;
  }
  .header__nav .headerNav__list .headerNav__item:nth-child(2) .reserve-open-label {
    font-size: 12px!important;
  }
  .header__nav .headerNav__list .headerNav__item:first-child:hover .subNav {
    display: block;
    margin: 10px auto 0;
  }
  .header__nav .headerNav__list .headerNav__item .subNav .subNav__list .subNav__item {
    width: 33%;
    font-size: 11px;
  }
  .header__nav {
    margin: 0 0 -10px;
  }
  .logo img {
    max-width: 100%;
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width : 600px) {
  .header__nav .headerNav__list .headerNav__item .subNav .subNav__list {
    justify-content: space-between;
  }
  .header__nav .headerNav__list .headerNav__item .subNav .subNav__list .subNav__item {
    width: 48%;
    word-break: keep-all;
    white-space: normal;
  }
}
/* ======================================= */
/* GOODS */
/* ======================================= */
.product-wrapper {
  background: #fff;
  border-radius: 10px;
  max-width: 840px;
  margin: 80px auto 0;
  padding: 30px 60px;
}
.accordion-container {
  margin: 0 auto;
  font-size: 16px;
}
.item-details {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  padding: 0 30px;
}
.item-summary-label {
  padding: 15px 0;
  cursor: pointer;
  display: block;
  user-select: none;
}
.summary-content {
  display: block;
  text-align: center;
  font-weight: bold;
}
.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 10px;
  line-height: 1;
}
.arrow-icon {
  margin-left: auto;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
}
.accordion-toggle:checked ~ .item-details .arrow-icon {
  visibility: hidden;
}
.accordion-toggle:checked ~ .item-details .arrow-icon::after {
  content: "▲";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}
.item-content {
  display: none;
  padding: 30px 0;
  border-top: 1px solid #eee;
}
.accordion-toggle:checked ~ .item-details .item-content {
  display: block;
}
.content-heading {
  border-bottom: 2px solid #cececf;
  color: #1a1a1a;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px auto 20px;
  padding-bottom: 10px;
  width: 100%;
}
.content-section {
  margin-bottom: 15px;
}
.content-section p {
  margin: 5px 0;
}
.content-section ul {
  margin-top: 5px;
}
.content-section li {
  margin-bottom: 5px;
}
.font-red {
  font-weight: bold;
  color: #ff0000;
}
@media screen and (max-width: 896px) {
  .product-wrapper {
    margin: 0 15px;
    padding: 30px 0;
  }
  .product-wrapper h1 {
    font-size: 24px;
    font-weight: 600;
  }
  .accordion-container {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
  }
  .item-content {
    padding: 15px;
  }
  .item-details {
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    padding: 0 5px;
  }
  .content-heading {
    font-size: 20px;
  }
  .item-summary {
    font-size: 16px;
  }
}
.lead {
  font-size: 16px;
  text-align: center;
  margin: 20px auto 0;
}
.product-wrapper .container {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}
.product-wrapper h1 {
  color: #1a1a1a;
  font-size: 36px;
  line-height: 1.6;
  margin: 20px auto 30px;
  position: relative;
  text-align: center;
}
.product-wrapper h2 {
  color: #1a1a1a;
  font-size: 30px;
  line-height: 1.6;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}
.product-wrapper h3 {
  color: #1a1a1a;
  font-size: 30px;
  line-height: 1.6;
  margin: 30px auto;
  position: relative;
  text-align: center;
}
.product-wrapper h4 {
  border-left: 4px solid #b9b8bc;
  color: #1a1a1a;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 60px auto 40px;
  padding: 10px 0 12px 22px;
}
.wrapper__title {
  font-size: 28px !important;
  font-weight: bold;
  line-height: 1.6 !important;
  margin: 30px auto 60px;
  position: relative;
  text-align: center;
}
.wrapper__title:before {
  background-color: #1a1a1a;
  content: "";
  height: 1px;
  margin-top: 2px;
  position: absolute;
  top: 50%;
  width: 21%;
  left: 0;
  right: auto;
  z-index: 0;
}
.wrapper__title:after {
  background-color: #1a1a1a;
  content: "";
  height: 1px;
  margin-top: 2px;
  position: absolute;
  top: 50%;
  width: 21%;
  left: auto;
  right: 0;
  z-index: 0;
}
.product-wrapper .product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
.product-wrapper .product {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  width: 48%;
  margin-bottom: 4%;
}
.product-wrapper .product img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.product-wrapper .product p.name {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 12px 10px;
  text-align: left;
}
.product-wrapper .product p.detail {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin: auto 10px 0;
}
.product-wrapper .product p.price {
  color: #e76642;
  font-size: 16px;
  line-height: 1.6;
  margin: 12px 10px;
  text-align: left;
}
.product-wrapper .product .button {
  margin: 0;
}
.product-wrapper .product .button a {
  align-items: center;
  background: #8b635c;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  width: 100%;
}
.product-wrapper .product:hover {
  border-color: #ee86a7;
}
.g-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 8px;
  padding: 2px 0 0;
}
.g-tag li {
  align-items: center;
  background-color: #333;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  margin: 0 6px 6px 0;
  padding: 0 16px;
}
.g-tag li:nth-child(2) {
  margin: 0 0 6px 0;
}
.back {
  border-top: 1px solid #e1e1e5;
  padding: 70px 0 40px;
  text-align: center;
}
@media screen and (min-width: 896px) {
  .product-wrapper .product:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 896px) {
  .page-content-wrapper {
    padding: 60px 15px 80px;
  }
  .product-wrapper {
    margin: 40px auto 0;
    padding: 20px;
  }
  .lead {
    font-size: 14px;
  }
  .explanation {
    font-size: 14px;
  }
  .product-wrapper h1 {
    font-size: 24px;
    font-weight: 600;
  }
  .product-wrapper h2 {
    font-size: 22px;
    font-weight: 600;
  }
  .product-wrapper h4 {
    font-size: 22px;
    padding: 10px 0 10px 16px;
    margin: 30px auto;
  }
  .wrapper__title {
    font-size: 24px !important;
    font-weight: 600;
    margin: 20px auto 30px;
  }
  .wrapper__title:before {
    margin-top: 1px;
    width: 14%;
  }
  .wrapper__title:after {
    margin-top: 1px;
    width: 14%;
  }
  .product-wrapper .product-grid {
    margin: 0 auto 40px;
    padding: 0;
  }
  .product-wrapper .product {
    width: 49%;
    margin-bottom: 12%;
  }
  .product-wrapper .product:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .product-wrapper .product-grid::after {
    content: "";
    display: block;
    flex: 1 1 calc(50% - 16px);
  }
  .product-wrapper .product p.name {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .product-wrapper .product p.detail {
    font-size: 12px;
    line-height: 1.4;
    margin: auto 0 10px;
    text-align: left;
  }
  .product-wrapper .product p.price {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .product-wrapper .product .button {
    margin: 0;
  }
  .product-wrapper .product .button a {
    border-radius: 4px;
    font-size: 12px;
    height: 34px;
    width: 100%;
  }
  .g-tag {
    margin: 0 0 4px;
  }
  .g-tag li {
    font-size: 10px;
    height: 22px;
    padding: 0 10px;
  }
  .back {
    padding: 50px 0 35px;
  }
}
/* ======================================= */
/* GLOBAL HEADER */
/* ======================================= */
.global-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  height: 78px;
  padding: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.global-header .header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-header .logo a {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  .global-header {
    padding: 10px 0;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    height: 30px;
  }
  .global-header .logo a {
    font-size: 18px;
  }
  .global-header .header-inner {
    padding: 0;
  }
}
/* ======================================= */
/* FOOTER */
/* ======================================= */
.footer {
  background: #fbb14b50;
  padding: 30px 0 0;
  font-size: 14px;
}
.footer a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-container {
  margin: 0 auto;
}
.footer-links-group {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  margin: 0 auto;
  max-width: 1200px;
}
.footer-column {
  flex-basis: 30%;
  max-width: 30%;
}
.column-title {
  font-size: 1rem;
  margin: 20px auto 40px;
  border-bottom: none;
  letter-spacing: 0.05em;
}
.footer-column li {
  font-weight: 300;
  margin-bottom: 20px;
}
.footer-copyright-area {
  /*background: #8b635c;*/
  padding: 20px 0;
  text-align: center;
}
.footer-copyright {
  font-size: 14px;
  color: #333;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .footer-links-group {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .footer-column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .column-title {
    margin: 10px auto 50px;
    font-size: 14px;
  }
  .footer-column ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
  }
  .footer-column li {
    margin-bottom: 10px;
  }
  .footer-copyright-area {
    padding: 20px 0 90px;
  }
}
/* ======================================= */
/* FOOTER FIXED NAV*/
/* ======================================= */
.footer-fixed-nav, .reserve-modal, .reserve-modal-input {
  display: none;
}
@media screen and (max-width: 896px) {
  .footer-fixed-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .footer-nav-list {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-nav-item {
    flex: 1;
    text-align: center;
  }
  .footer-nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 10px;
    font-weight: bold;
  }
  .footer-nav-item label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 10px;
    font-weight: bold;
  }
  .footer-nav-item img {
    width: 38px;
    height: auto;
    margin-bottom: 4px;
  }
  .reserve-btn-wrap {
    flex: 2;
    padding: 0 10px;
  }
  .reserve-open-label {
    display: block;
    background: #8b635c;
    color: #fff !important;
    border-radius: 6px;
    padding: 12px 0;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 16px !important;
  }
  .reserve-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
  }
  #modal-reserve__open:checked ~ .reserve-modal {
    display: block;
    animation: modal-fadein .4s;
  }
  .reserve-modal__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8b635c;
    color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 2002;
  }
  .reserve-modal__header, .reserve-modal__footer {
    flex-shrink: 0;
    padding: 20px;
    text-align: center;
  }
  .info-modal__help-guide {
    padding: 0 20px;
  }
  .help-guide-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 300px;
  }
  .help-guide-list::after {
    content: "";
    display: block;
    width: 47%;
  }
  .help-guide__item {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    width: 47%;
  }
  .help-guide__item:nth-child(2n) {
    padding-left: 6%;
  }
  .help-guide__item:nth-child(n+3) {
    margin-bottom: 0;
  }
  .help-guide__item a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-right: 14px;
  }
  .help-guide-list li a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .reserve-modal__scroll-area {
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
  }
  .reserve-modal__title {
    display: block;
    font-size: 24px;
    margin: 20px auto 10px;
  }
  .reserve-modal__line {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
  }
  .location-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 300px;
  }
  .location-list li {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
  }
  .location-list li:last-child {
    margin-bottom: 0;
  }
  .location-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    display: block;
    padding-right: 30px;
  }
  .location-list li a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 12px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .reserve-modal__close-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding-bottom: 10px;
  }
  .close-icon {
    font-size: 50px;
    line-height: 0.8;
  }
  .close-text {
    font-size: 14px;
    font-weight: bold;
  }
  .reserve-modal__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2001;
  }
}
.info-modal, .info-modal-input {
  display: none;
}
@media screen and (max-width: 896px) {
  #modal-info__open:checked ~ .info-modal {
    display: block;
    animation: modal-fadein .4s;
  }
  .info-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
  }
  .info-modal__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: #8b635c;
    color: #fff;
    display: flex !important;
    flex-direction: column !important; 
    z-index: 2002;
  }
  .info-modal__scroll-area {
    flex-grow: 0 !important; 
    flex-shrink: 1 !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
  }
  .info-modal__inner > div:nth-of-type(3) {
    margin-top: auto !important; 
  }
  .info-modal__header, .info-modal__footer {
    flex-shrink: 0;
    padding: 15px 20px;
    text-align: center;
  }
  .info-modal__title {
    display: block;
    font-size: 24px;
    margin: 10px auto 5px;
  }
  .info-modal__line {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
  }
  .info-modal__close-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding-bottom: 10px;
  }
  .info-modal__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2001;
  }
}
@keyframes modal-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}