@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.accordion-button {
  --bs-accordion-btn-bg: var(--acc-base-color, rgb(255, 144, 176));
}

.accordion-button:not(.collapsed) {
  --bs-accordion-active-bg: var(--acc-active-base-color, rgb(255, 211, 224));
}

.accordion-item:first-of-type .accordion-button {
  --bs-accordion-active-bg: var(--acc-active-base-color, rgb(255, 211, 224));
  --bs-accordion-inner-border-radius: var(--acc-radius, 0);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  --bs-accordion-inner-border-radius: var(--acc-radius,0);
}

.accordion-item {
  --bs-accordion-border-width:0;
}
.accordion-item:first-of-type, .accordion-item:last-of-type {
  --bs-accordion-border-radius:var(--acc-radius, 0);
}

.accordion-body {
  --bs-accordion-body-padding-x:0;
  --bs-accordion-body-padding-y:0;
}

.modal-header {
  --bs-modal-header-border-width:0;
}

.shiny_button-img .shiny_button-imgLink, .serch_shops-link a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

:root {
  --header-h: 55px;
  --header-base-h: 55px;
  --main-w: 450px;
  --font: "Noto Serif JP", serif;
  --navy: #232176;
  --grey: #F2F2F2;
}

html {
  scroll-behavior: smooth;
  scroll-padding-block-start: var(--header-h);
}

html,
body {
  font-family: var(--font);
  color: #333;
}
html.modal-open,
body.modal-open {
  padding-right: 0 !important;
}

body {
  position: relative;
}
body.fixed {
  overflow: hidden;
  padding: 0;
  overscroll-behavior-y: none;
}

a,
.header_buttons > button {
  transition: opacity 0.3s;
}
a:hover,
.header_buttons > button:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

.wrapper {
  --wrp-position: sticky;
  --wrp-position-top: 0;
  --wrp-height-dvh: 100dvh;
  --wrp-height-vh: 100vh;
  display: grid;
  grid-template-columns: auto min(var(--main-w), 100%) auto;
  background-color: var(--grey);
}
.wrapper .side {
  display: flex;
  align-items: center;
  height: 100%;
  width: 90%;
  margin-inline: auto;
}
.wrapper .side > * {
  position: absolute;
  inset: 0;
  margin: auto;
  display: var(--sd_chd-d, none);
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 1200px) {
  .wrapper .side > * {
    --sd_chd-d: block;
  }
}
.wrapper .wrapper_left {
  position: var(--wrp-position);
  top: var(--wrp-position-top);
  min-height: var(--wrp-height-vh);
  height: var(--wrp-height-dvh);
  padding: 0 1%;
}
.wrapper .wrapper_left img {
  display: block;
  width: min(180px, 100%);
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
.wrapper .wrapper_right {
  position: var(--wrp-position);
  top: var(--wrp-position-top);
  min-height: var(--wrp-height-vh);
  height: var(--wrp-height-dvh);
}
.wrapper .wrapper_right .right_links ul {
  width: 80%;
}
.wrapper .wrapper_right .right_links ul li {
  padding: 12px;
  border-bottom: 1px solid var(--navy);
}
.wrapper .wrapper_right .right_links ul li * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  font-size: 16px;
}
.wrapper .wrapper_right .right_links ul li * span {
  width: 24px;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: relative;
}
.wrapper .wrapper_right .right_links ul li * span::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: currentColor;
  rotate: 30deg;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.wrapper .wrapper_right .right_links ul li button {
  width: 100%;
}
.wrapper .wrapper_main {
  padding-top: var(--header-h);
  box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.6);
}
.wrapper .wrapper_main .section_inner {
  padding-inline: var(--sec-innr-pline, 20px);
}
@media screen and (min-width: 768px) {
  .wrapper .wrapper_main .section_inner {
    --sec-innr-pline:calc(20px + 1.0416666667vw);
  }
}
.wrapper .wrapper_main .section_inner.full_width {
  --sec-innr-pline:0;
}

.floating {
  position: fixed;
  inset-inline: 0;
  z-index: 88;
  width: min(450px, 100%);
  height: 70px;
  background-color: rgba(215, 222, 221, 0.52);
  margin-inline: auto;
  bottom: 0;
}
.floating button {
  transition: opacity 0.3s ease;
}
.floating button:hover {
  opacity: 0.7;
}
.floating img {
  width: min(310px, 100%);
  margin-inline: auto;
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 9;
  height: var(--header-h);
  width: min(var(--main-w), 100%);
  background: #fff;
  padding: calc(((var(--header-h)) - var(--header-base-h)) / 2);
  box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.6);
}
header .header {
  display: grid;
  grid-template-columns: 1fr 1fr 35px;
  grid-template-rows: var(--header-base-h);
  align-items: center;
  gap: 15px;
  padding-inline: 15px;
  /* メニューボタンの設定 */
}
header .header .logo {
  width: 58px;
}
header .header #modalButton {
  width: 155px;
  margin-inline: auto 0;
}
header .header .header_menu_button {
  position: relative;
  z-index: 99;
  cursor: pointer;
  width: 35px;
  height: 30px;
}
header .header .header_menu_button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background-color: var(--navy);
  width: 80%;
}
@media screen and (min-width: 768px) {
  header .header .header_menu_button span {
    width: 100%;
  }
}
header .header .header_menu_button span:nth-of-type(1) {
  top: 5px;
}
header .header .header_menu_button span:nth-of-type(2) {
  display: none;
}
header .header .header_menu_button span:nth-of-type(3) {
  top: 21px;
}
header .header .header_menu_button.active span {
  --bar-x-left:0;
}
@media screen and (min-width: 768px) {
  header .header .header_menu_button.active span {
    --bar-x-left:10px;
  }
}
header .header .header_menu_button.active span:nth-of-type(1) {
  top: 8px;
  left: var(--bar-x-left);
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
header .header .header_menu_button.active span:nth-of-type(2) {
  opacity: 0;
}
header .header .header_menu_button.active span:nth-of-type(3) {
  top: 21px;
  left: var(--bar-x-left);
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

.cta {
  padding-block: 30px;
  padding-inline: 30px;
  background-color: var(--grey);
}
.cta h3 {
  margin-bottom: 20px;
}
.cta button {
  width: 300px;
  display: block;
  margin-inline: auto;
  transition: opacity 0.3s ease;
  animation-name: bounce;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  transform-origin: center;
}
.cta button:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

/* navigation */
.bg_black {
  position: fixed;
  top: var(--header-h);
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  transition: display 0.6s;
  display: none;
}
.bg_black.active {
  display: block;
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  /* Other browsers */
  overscroll-behavior: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF8504'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF8504'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: var(--header-h);
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: var(--navy);
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  #g-nav {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  #g-nav {
    width: calc((100% - var(--main-w)) * 0.5);
  }
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  z-index: 999;
  height: 87vh;
  overflow: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#g-nav.panelactive #g-nav-list .nonScroll {
  height: 20vh;
  width: 1px;
  background-color: transparent;
}
#g-nav.panelactive #g-nav-list::-webkit-scrollbar {
  display: none;
}
#g-nav.panelactive #g-nav-list > ul {
  padding-inline: calc(20px + 1.1458333333vw);
  padding-top: calc(30px + 1.0416666667vw);
}
#g-nav.panelactive #g-nav-list .accordion-item {
  border: 0;
  background: rgb(255, 232, 239);
}
#g-nav.panelactive #g-nav-list .accordion-item h2 {
  border: 0;
  border-radius: 0;
  background: rgb(255, 232, 239);
}
#g-nav.panelactive #g-nav-list .accordion-item h2 button {
  color: #ff5686;
  background: rgb(255, 232, 239);
  border: 0;
  border-radius: 0;
  padding: 10px;
  box-shadow: none;
}
#g-nav.panelactive #g-nav-list .accordion-item .accordion-body > div:last-child a {
  border-bottom: 0;
}
#g-nav.panelactive #g-nav-list .accordion-item .accordion-body > div a {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid lightgrey;
}
#g-nav li {
  list-style: none;
  text-align: center;
  text-align: left;
  border-bottom: 1px solid white;
}
#g-nav li > * {
  color: white;
  padding: 15px;
  display: block;
  font-size: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#g-nav li > * span {
  width: 24px;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: relative;
}
#g-nav li > * span::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: currentColor;
  rotate: 30deg;
  position: absolute;
  right: 0;
  bottom: 2px;
}
#g-nav li button {
  width: 100%;
}
#g-nav li:last-child {
  margin-bottom: 50px;
}

.slide {
  padding-bottom: 40px;
  background: white;
}

.c_header {
  padding-inline: clamp(25px, calc(-23.1034482759px + 4.849137931vw), 70px);
  padding-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px) 30px;
}

.movie {
  height: 0;
  overflow: hidden;
  padding: 0 0 52%;
  position: relative;
  width: 100%;
}
.movie video {
  width: 100%;
}
.movie iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cost {
  background-color: white;
}
.cost > * {
  padding-inline: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
}
.cost .c_header {
  padding-inline: 80px;
}
.cost .cost_bottom {
  padding-block: clamp(40px, calc(29.3103448276px + 1.0775862069vw), 50px) clamp(50px, calc(17.9310344828px + 3.2327586207vw), 80px);
}

.x_table {
  margin-block: 20px 10px;
  overflow-x: scroll;
  border-radius: 10px 10px 0 0;
}
.x_table > * {
  display: grid;
  grid-template-columns: 125px 130px 170px 185px 170px;
}
.x_table > * > * {
  padding-block: 15px;
  padding-inline: 20px;
  font-size: 16px;
  background-color: white;
  text-align: center;
  display: grid;
  align-items: center;
}
.x_table > * .red {
  color: red;
}
.x_table > *:nth-child(1) > * {
  background-color: var(--grey);
  white-space: nowrap;
}
.x_table > *:nth-child(1) > *.tbl_h {
  color: white;
  background-color: var(--navy);
}
.x_table > *:nth-child(n+2) {
  border-bottom: 1px solid var(--grey);
}
.x_table > *:nth-child(n+2) > *.tbl_b {
  background-color: #EEEDFB;
}

.vs {
  background-color: white;
}
.vs > * {
  padding-inline: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
}
.vs .vs_top {
  padding-block: 50px 10px;
  background-image: url(../assets/images/section/vs_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vs .vs_top h2 {
  padding-inline: 20px;
}
.vs .vs_bottom {
  padding-block: 20px;
}

.button_wrapper {
  padding-inline: 20px;
  padding-block: 20px 40px;
}
.main_shops-links {
  margin-bottom: calc(40px + 1.0416666667vw);
}
.main_shops-links ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
.main_shops-links ul li a {
  background-color: var(--navy);
  padding-block: 8px;
  text-align: center;
  display: block;
  color: white;
  font-size: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
}

.main_shops .shops_place {
  background-color: var(--navy);
  color: white;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
.main_shops .shops_content {
  padding-block: 20px;
  padding-inline: 15px;
  background-color: white;
  margin-bottom: 30px;
}
.main_shops .shops_content > * {
  margin-bottom: 15px;
}
.main_shops .shops_content .city {
  color: var(--navy);
  border: 1px solid;
  font-size: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
  padding-block: 2px;
  padding-inline: 5px;
  width: -moz-max-content;
  width: max-content;
}
.main_shops .shops_content .shop_title {
  color: var(--navy);
  font-size: clamp(14px, calc(5.4482758621px + 0.8620689655vw), 22px);
  line-height: 1.5714285714;
}
.main_shops .shops_content .shop_address > * {
  font-size: clamp(12px, calc(9.8620689655px + 0.2155172414vw), 14px);
  margin-block: 8px;
  display: grid;
  grid-template-columns: 22% 1fr;
  padding-inline: 7px 0;
  padding-bottom: 7px;
  background-image: linear-gradient(to right, var(--navy) 50%, transparent 50%);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.main_shops .shops_content .shop_address > * > *:nth-child(1) {
  color: var(--navy);
}
.main_shops .shops_content .shop_detail > * {
  margin-block: 8px;
}
.main_shops .shops_content .shop_detail .reservation {
  background-color: #FE7692;
  color: white;
  display: block;
  text-align: center;
  padding-block: 8px;
  font-size: clamp(12px, calc(9.8620689655px + 0.2155172414vw), 14px);
  width: 100%;
}
.main_shops .shops_content .shop_detail .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.main_shops .shops_content .shop_detail .buttons > * {
  padding-block: 8px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: clamp(12px, calc(9.8620689655px + 0.2155172414vw), 14px);
}
.main_shops .shops_content .shop_detail .buttons > *:nth-child(1) {
  color: var(--navy);
  border: 1px solid;
}
.main_shops .shops_content .shop_detail .buttons > *:nth-child(2) {
  color: white;
  background-color: var(--navy);
}

.qa {
  --acc-base-color:#FFF;
  --acc-active-base-color:#FFF;
  --acc-radius:0;
  --acc-main-color:#ff6794;
  --a_bg: #F2F2F2;
  background-color: white;
}
.qa h3 {
  padding-block: calc(30px + 1.0416666667vw) calc(20px + 0.5208333333vw);
  text-align: center;
}
.qa .accordion {
  padding-block: 30px;
  padding-inline: 15px;
}
.qa .qa_heading {
  background-color: var(--navy);
  color: white;
  font-size: clamp(14px, calc(-0.9655172414px + 1.5086206897vw), 28px);
  line-height: 1.4285714286;
  padding: 15px;
  margin-block: 30px 15px;
}
.qa .accordion-item {
  --bdr_color: #B6B7BA;
  --font-color:#727171;
  --font-size:clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  border: solid var(--bdr_color);
  border-width: 0 0 1px 0;
  overflow: hidden;
}
.qa .accordion-item .accordion-button {
  --bs-accordion-btn-padding-y: 20px;
  --bs-accordion-btn-padding-x: 20px;
  color: var(--navy);
  flex-direction: column;
  gap: 4px;
  align-items: baseline;
  padding-right: 50px;
}
.qa .accordion-item .accordion-button:focus {
  --bs-accordion-btn-focus-border-color:transparent;
  box-shadow: none;
}
.qa .accordion-item .accordion-button > p {
  display: flex;
  gap: 10px;
}
.qa .accordion-item .accordion-button > p > * {
  color: var(--navy);
}
.qa .accordion-item .accordion-button > p > :nth-child(1) {
  display: inline-block;
  text-transform: uppercase;
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
}
.qa .accordion-item .accordion-button > p > :nth-child(2) {
  font-size: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
}
.qa .accordion-item .accordion-button > p > :nth-child(2).sp_indent {
  text-align: var(--sp-indent-text, left);
  letter-spacing: var(--sp-indent-lttr-spc, 0);
}
@media screen and (min-width: 768px) {
  .qa .accordion-item .accordion-button > p > :nth-child(2).sp_indent {
    --sp-indent-text:center;
    --sp-indent-lttr-spc: -1px;
  }
}
.qa .accordion-item .accordion-button .access {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.qa .accordion-item .accordion-button:not(.collapsed) {
  color: var(--navy);
}
.qa .accordion-item .accordion-button::before, .qa .accordion-item .accordion-button::after {
  background-color: var(--navy);
}
.qa .accordion-item .accordion-body {
  padding: 20px;
  position: relative;
}
.qa .accordion-item .accordion-body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  background-color: var(--bdr_color);
  left: 0;
  right: 0;
  margin-inline: auto;
}
.qa .accordion-item .accordion-body > :nth-child(1) {
  align-self: baseline;
}
.qa .accordion-item .accordion-body > :nth-child(2) {
  font-size: 14px;
  color: var(--font-color);
  line-height: 1.7;
}
.qa .accordion-item .accordion-body > :nth-child(2) a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .qa .accordion-item .accordion-body > :nth-child(2) {
    font-size: var(--font-size);
  }
}
.qa .accordion-collapse {
  background-color: var(--a_bg);
}
.qa .accordion-collapse > * {
  font-size: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
  line-height: 1.65;
}

.insta {
  width: 100%;
  background: url(../images/isnta_bg_short.png);
  background-size: 115%;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: var(--insta-min-h, 225px);
}
@media screen and (min-width: 768px) {
  .insta {
    --insta-min-h:450px;
  }
}
.insta h2 {
  text-align: center;
  padding-top: var(--insta-bttm-h2-ptop, 15px);
}
@media screen and (min-width: 768px) {
  .insta h2 {
    --insta-bttm-h2-ptop: calc(25px + 0.78125vw);
  }
}
.insta h2 img {
  width: var(--insta-h2-img-w, 80%);
}
@media screen and (min-width: 768px) {
  .insta h2 img {
    --insta-h2-img-w: 100%;
  }
}
.insta .insta_content {
  margin-top: var(--insta-cnt-mtop, 10px);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .insta .insta_content {
    --insta-cnt-mtop:calc(25px + 0.78125vw);
  }
}
.insta .insta_content > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--insta-cnt-gap, 15px);
}
@media screen and (min-width: 768px) {
  .insta .insta_content > ul {
    --insta-cnt-gap:calc(15px + 0.78125vw);
  }
}
.insta .insta_content > ul li {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.insta .insta_content > ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 1px 2px 40px 0px rgba(192, 198, 255, 0.8);
}
.insta .insta_content-bottom {
  text-align: center;
}
.insta .insta_content-bottom h3 {
  padding-top: var(--insta-bttm-h3-ptop, 5px);
}
@media screen and (min-width: 768px) {
  .insta .insta_content-bottom h3 {
    --insta-bttm-h3-ptop: calc(15px + 0.78125vw);
  }
}
.insta .insta_content-bottom h3 img {
  width: var(--insta-h2-img-w, 60%);
}

.cost .cost_top {
  padding-inline: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
}

.sns_inner {
  background-color: white;
  padding-block: 30px;
  padding-inline: 20px;
}
.sns_inner > * {
  margin-block: 20px;
}
.sns_inner iframe {
  aspect-ratio: 6/4;
}
.sns_inner .sns_bottom h3 {
  margin-block: 30px;
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  color: var(--navy);
  text-align: center;
}
.sns_inner .sns_bottom .sb_links {
  margin-block: 30px;
  display: grid;
  grid-template-columns: repeat(4, 60px);
  justify-content: center;
  gap: 30px;
}
.sns_inner .sns_bottom .sb_links a {
  text-align: center;
}
.sns_inner .sns_bottom .sb_links a span {
  font-size: 12px;
  font-family: initial;
  font-weight: bold;
}

.accordion-button::before,
.accordion-button::after {
  --acc-icon-w: 20px;
  content: "";
  position: absolute;
  right: var(--acc-icon-w);
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: var(--acc-icon-w);
  height: 1px;
  transition: all 0.3s;
  background-image: none;
  opacity: 1;
}

.accordion-button::after {
  transform: rotate(90deg);
}

.accordion-button:not(.collapsed)::before,
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  #modalView_shops {
    --bs-modal-width:var(--main-w);
  }
}
#modalView_shops .modal-content {
  border-radius: 0;
  background-color: #F2F2F2;
}
#modalView_shops .modal-body {
  --bs-modal-padding: 15px;
}
#modalView_shops .modal-body h3.modal-body-title {
  text-align: center;
  width: 95px;
  margin-inline: auto;
}
#modalView_shops .modal-body h3.modal-body-title + * {
  margin-block: 8px 15px;
  text-align: center;
  color: var(--navy);
  font-size: 19px;
}
#modalView_shops .modal-body .main_shops {
  padding: 0;
}
#modalView_shops .modal-body .main_shops .city_title {
  margin-bottom: 10px;
}
#modalView_shops .modal-body .main_shops .city_title h3 {
  text-align: left;
  padding: 15px;
  color: white;
  background-color: var(--navy);
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
}

.identification_pdf {
  color: #ccc;
  text-decoration: underline;
  padding: var(--identification_pdf-p, 10px 0 0 15px);
  font-size: var(--identification_pdf-fs, 10px);
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .identification_pdf {
    --identification_pdf-p: 10px 0 0 25px;
    --identification_pdf-fs: 14px;
  }
}
.identification_pdf > a {
  color: #ff6794;
  text-decoration: underline;
}

.links_content {
  margin-block: var(--links-cnt-my, 30px);
}
@media screen and (min-width: 768px) {
  .links_content {
    --links-cnt-my: calc(30px + 1.5625vw);
  }
}
.links_content h3 {
  margin-bottom: var(--links-cnt-h3-mb, 15px);
}
@media screen and (min-width: 768px) {
  .links_content h3 {
    --links-cnt-h3-mb: calc(20px + 0.78125vw);
  }
}

.shiny_button-link {
  position: relative;
  display: block;
  width: min(280px, 100%);
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #fd4480;
  cursor: pointer;
  overflow: hidden;
  padding-block: calc(10px + 0.2604166667vw);
  border-radius: 40px;
  margin-inline: auto;
}
.shiny_button-link::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.shiny_button-img .shiny_button-imgLink img {
  transform: scale(0.9);
  animation: scaleAnime 0.8s ease 0s infinite alternate;
  transform-origin: center;
}
.shiny_button-img .shiny_button-imgLink::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(1.3) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.serch_shops-link {
  margin-top: calc(20px + 1.0416666667vw);
}
.serch_shops-link a img {
  pointer-events: none;
}

.modal:not(.show) {
  pointer-events: none;
  visibility: hidden;
}

footer {
  text-align: center;
  padding-inline: 20px;
  padding-block: 40px 80px;
  background-color: white;
}
footer .all_rights_reserved {
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-align: center;
}

@keyframes bounce {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shiny {
  0% {
    left: 0%;
  }
  10% {
    left: 105%;
  }
  100% {
    left: 105%;
  }
}
@keyframes scaleAnime {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=style.css.map */