@charset "UTF-8";
/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* vw
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* line-height
――――――――――――――――――――――――――――――――――――――――――――――*/
/**********************************************************

ブレイクポイント

***********************************************************/
@font-face {
  font-family: "Futura";
  font-weight: normal;
  src: url("../font/Futura-medium.ttc") format("truetype");
}
@font-face {
  font-family: "Futura";
  font-weight: 600;
  src: url("../font/Futura-bold.ttc") format("truetype");
}
.font-futura {
  font-family: "Futura", "ヒラギノ角ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* pc sp 出し分けのためのcss
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*! 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: 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] {
  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 */
  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;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator,
input[type=week]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator {
  display: none;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* vw
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* line-height
――――――――――――――――――――――――――――――――――――――――――――――*/
/**********************************************************

ブレイクポイント

***********************************************************/
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Medium.woff2") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Bold.woff2") format("woff");
  font-weight: bold;
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* pc sp 出し分けのためのcss
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.fs-40 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .fs-40 {
    font-size: 32px;
  }
}

.fs-39 {
  font-size: 39px;
}
@media screen and (max-width: 768px) {
  .fs-39 {
    font-size: 31.2px;
  }
}

.fs-38 {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .fs-38 {
    font-size: 30.4px;
  }
}

.fs-37 {
  font-size: 37px;
}
@media screen and (max-width: 768px) {
  .fs-37 {
    font-size: 29.6px;
  }
}

.fs-36 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .fs-36 {
    font-size: 28.8px;
  }
}

.fs-35 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .fs-35 {
    font-size: 28px;
  }
}

.fs-34 {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .fs-34 {
    font-size: 27.2px;
  }
}

.fs-33 {
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .fs-33 {
    font-size: 26.4px;
  }
}

.fs-32 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .fs-32 {
    font-size: 25.6px;
  }
}

.fs-31 {
  font-size: 31px;
}
@media screen and (max-width: 768px) {
  .fs-31 {
    font-size: 24.8px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .fs-30 {
    font-size: 24px;
  }
}

.fs-29 {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .fs-29 {
    font-size: 23.2px;
  }
}

.fs-28 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .fs-28 {
    font-size: 22.4px;
  }
}

.fs-27 {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .fs-27 {
    font-size: 21.6px;
  }
}

.fs-26 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .fs-26 {
    font-size: 20.8px;
  }
}

.fs-25 {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .fs-25 {
    font-size: 20px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .fs-24 {
    font-size: 19.2px;
  }
}

.fs-23 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .fs-23 {
    font-size: 18.4px;
  }
}

.fs-22 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .fs-22 {
    font-size: 17.6px;
  }
}

.fs-21 {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .fs-21 {
    font-size: 16.8px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fs-20 {
    font-size: 16px;
  }
}

.fs-19 {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .fs-19 {
    font-size: 15.2px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .fs-18 {
    font-size: 14.4px;
  }
}

.fs-17 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .fs-17 {
    font-size: 13.6px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fs-16 {
    font-size: 12.8px;
  }
}

.fs-15 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .fs-15 {
    font-size: 12px;
  }
}

.fs-14 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .fs-14 {
    font-size: 11.2px;
  }
}

.fs-13 {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .fs-13 {
    font-size: 10.4px;
  }
}

.fs-12 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fs-12 {
    font-size: 9.6px;
  }
}

.fs-11 {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .fs-11 {
    font-size: 8.8px;
  }
}

.fs-10 {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .fs-10 {
    font-size: 8px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* html,body
――――――――――――――――――――――――――――――――――――――――――――――*/
* {
  min-height: 0;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  color: #151515;
  font-size: 16px;
  font-family: "ヒラギノ角ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
  background-color: #F5F6F8;
  font-weight: 400;
  position: relative;
  padding-top: 108px;
}
body.is-active {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* デフォルトの設定
――――――――――――――――――――――――――――――――――――――――――――――*/
img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

a {
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}
a.c-imgScale .img {
  transition: 0.5s;
}
a.c-imgScale:hover {
  opacity: 1;
}
a.c-imgScale:hover .img {
  transform: scale(1.1);
}
a circle,
a path,
a line,
a rect {
  transition: 0.3s;
}

input,
textarea {
  font-family: "ヒラギノ角ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 共通のレイアウト
――――――――――――――――――――――――――――――――――――――――――――――*/
/*** section ***/
.l-section {
  padding: 75px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 75px;
  position: relative;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.l-inner.--s {
  max-width: 1040px;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 余白調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-pd {
  padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd-left {
  padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd-right {
  padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd0-left {
  margin-left: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}

.l-pd0-right {
  margin-right: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}

@media screen and (max-width: 768px) {
  .l-pd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-pd-left {
    padding-left: 15px;
  }
  .l-pd-right {
    padding-right: 15px;
  }
  .l-pd0-left {
    margin-left: -15px;
  }
  .l-pd0-right {
    margin-right: -15px;
  }
}
.blind {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
}

.scrollBar::-webkit-scrollbar {
  width: 13px;
  background-color: rgba(0, 0, 0, 0);
}

.scrollBar::-webkit-scrollbar-track,
.scrollBar::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

.scrollBar::-webkit-scrollbar-track {
  background-color: transparent;
}

.scrollBar::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #d7dce5;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* mixin
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* 文字位置調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.txt-center {
  text-align: center;
}

.c-breadArea {
  margin-bottom: 50px;
}
.c-breadArea + * {
  padding-top: 0;
}

.c-breadNav {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 12px 20px;
}

.c-breadList {
  display: flex;
  align-items: center;
  gap: 0 26px;
}
.c-breadList li {
  font-size: 14px;
  position: relative;
}
.c-breadList li + li::before {
  display: block;
  position: absolute;
  top: 0;
  left: -13px;
  bottom: 0;
  width: 1px;
  height: 13px;
  margin: auto;
  background-color: #3b3333;
  transform: rotate(24deg);
  content: "";
}
.c-breadList a {
  display: block;
  text-decoration: underline;
}
.c-breadList a:hover {
  text-decoration: none;
  opacity: 1;
}
.c-breadList li:last-child a {
  pointer-events: none;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c-breadArea {
    margin-bottom: 40px;
  }
  .c-breadNav {
    border-radius: 8px;
    padding: 10px 20px;
  }
  .c-breadList {
    display: flex;
    align-items: flex-start;
    gap: 0 26px;
    overflow-x: auto;
    flex-wrap: wrap;
  }
  .c-breadList li {
    font-size: 13px;
    position: relative;
  }
  .c-breadList li + li::before {
    top: 0;
    left: -13px;
    bottom: 0;
    width: 1px;
    height: 13px;
    transform: rotate(24deg);
  }
  .c-breadList a {
    display: block;
    text-decoration: underline;
  }
  .c-breadList li:last-child a {
    pointer-events: none;
    text-decoration: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* パンくずリスト
――――――――――――――――――――――――――――――――――――――――――――――*/
.breadArea {
  margin-top: 70px;
  margin-bottom: 30px;
}

.breadList {
  display: flex;
  gap: 0 24px;
}

.breadList__item {
  font-size: 12px;
  font-weight: 300;
  position: relative;
}
.breadList__item > a {
  white-space: nowrap;
}
.breadList__item + .breadList__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -12px;
  margin: auto 0;
  width: 1px;
  height: 12px;
  background-color: #151515;
  transform: rotate(30deg);
}

.breadList__link {
  padding-bottom: 1px;
}
.breadList__link::before {
  background-color: #151515;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 0;
}
.breadList__link:hover::before {
  width: 100%;
}

.breadList__current {
  color: #b9b9b9;
}

@media screen and (max-width: 768px) {
  .breadBox {
    overflow-x: scroll;
  }
  .breadList__item {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .breadArea {
    padding-top: 28px;
    padding-bottom: 28px;
    margin: 0;
  }
}
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  max-width: 186px;
  width: 100%;
  height: 32px;
  color: #fff;
  background-color: #108DF9;
  border-radius: 25px;
  font-weight: 600;
  padding: 5px 25px;
  margin: 0 auto;
  border: 2px solid #108DF9;
  transition: 0.3s;
}
.c-btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #108DF9;
  transition: 0.3s;
}

.c-linkItem {
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
.c-linkItem:hover {
  opacity: 1;
}
.c-linkItem:hover .linkItem__imgBox img {
  transform: scale(1.1);
  transition: 0.5s;
}
.c-linkItem .linkItem__imgBox img {
  transform: scale(1);
  transition: 0.5s;
}

.c-secTtl {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
}
.c-secTtl::before {
  content: "";
  display: block;
  margin-right: 8px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.c-secTtl.ttl--hotel::before {
  width: 33px;
  height: 30px;
  background-image: url(../images/top/ico_hotel.svg);
}
.c-secTtl.ttl--recommend::before {
  width: 20px;
  height: 30px;
  background-image: url(../images/top/ico_luggage.svg);
}
.c-secTtl.ttl--point::before {
  width: 22px;
  height: 26px;
  background-image: url(../images/common/ico_pin.svg);
}
.c-secTtl.ttl--map::before {
  width: 25px;
  height: 22px;
  background-image: url(../images/common/ico_map.svg);
}
.c-secTtl.ttl--rental::before {
  width: 35px;
  height: 24px;
  background-image: url(../images/common/ico_car.svg);
}
.c-secTtl.ttl--activity::before {
  width: 32px;
  height: 28px;
  background-image: url(../images/common/ico_shoes.svg);
}
.c-secTtl.ttl--checked::before {
  width: 25px;
  height: 25px;
  background-image: url(../images/common/ico_timer.svg);
}
.c-secTtl.ttl--japan::before {
  width: 25px;
  height: 25px;
  background-image: url(../images/common/ico_pen.svg);
}
.c-secTtl.ttl--coupon::before {
  width: 33px;
  height: 23px;
  background-image: url(../images/common/ico_coupon.svg);
}
.c-secTtl.ttl--keyword::before {
  width: 25px;
  height: 25px;
  background-image: url(../images/top/ico_search.svg);
}
.c-secTtl.ttl--special::before {
  width: 24px;
  height: 27px;
  background-image: url(../images/common/ico_special.svg);
}
.c-secTtl.ttl--popular::before {
  width: 29px;
  height: 24px;
  background-image: url(../images/common/ico_popular.svg);
}
.c-secTtl.ttl--new::before {
  width: 25px;
  height: 25px;
  background-image: url(../images/common/ico_new.svg);
}
.c-secTtl.ttl--faq::before {
  width: 26px;
  height: 29px;
  background-image: url(/assets/images/common/ico_faq.svg);
  background-size: contain;
}
.c-secTtl.ttl--secmap {
  font-size: 20px;
}
.c-secTtl.ttl--secmap::before {
  width: 15px;
  height: 18px;
  background-image: url(../images/detail/ico_pin_bk.svg);
}

.c-toDetail {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.c-toDetail a {
  display: flex;
  align-items: center;
  justify-content: end;
}
.c-toDetail a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../images/common/ico_detail.svg) center/100% no-repeat;
}
.c-toDetail.--sp {
  display: none;
}

.c-selectTtl {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
}
.c-selectTtl::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  background: url(../images/common/ico_search.svg) center/100% no-repeat;
}

@media screen and (max-width: 768px) {
  .c-secTtl {
    font-size: 20px;
  }
  .c-toDetail {
    display: none;
  }
  .c-toDetail.--sp {
    display: block;
    text-align: end;
  }
  .c-selectTtl {
    font-size: 18px;
  }
}
.c-tab {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  column-gap: 27px;
  border-radius: 30px;
  padding: 13px 0;
  overflow-x: scroll;
}
.c-tab .tab__label {
  color: #BCBCBC;
}
.c-tab .tab__btns ul {
  display: flex;
  column-gap: 9px;
  padding: 0 25px;
}
.c-tab .tab__btns ul li {
  min-width: 100px;
}
.c-tab .tab__btns ul a {
  display: block;
  border: 1px solid #108DF9;
  background: #fff;
  border-radius: 24px;
  color: #108DF9;
  text-align: center;
  line-height: 1;
  padding: 8px 0;
  width: 100px;
}
.c-tab .tab__btns ul a.-current {
  background: #108DF9;
  color: #fff;
}

div[data-role=tabContents] > div:not(:first-child) {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-tab {
    column-gap: 18px;
  }
  .c-tab .tab__label {
    flex-shrink: 0;
    font-size: 14px;
  }
  .c-tab .tab__btns {
    overflow-x: scroll;
  }
  .c-tab .tab__btns ul li {
    flex-shrink: 0;
  }
  .c-tab .tab__btns ul li a {
    font-size: 14px;
  }
}
.search-btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  width: 128px;
  height: 50px;
  margin-left: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  background-color: #ff8900;
}
.search-btn span {
  position: relative;
  display: flex;
  align-items: center;
}
.search-btn span::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -webkit-mask-image: url("../images/common/ico_search.svg");
  mask-image: url("../images/common/ico_search.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.ttlFlexBox {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
}

.contentList {
  display: flex;
  gap: 0 20px;
}
.contentList .contentList__imgBox {
  width: 100%;
  height: auto;
  aspect-ratio: 373/216;
  border-radius: 15px;
  overflow: hidden;
}
.contentList .contentList__imgBox .contentList__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.contentList .contentList__txtBox {
  padding: 15px 90px 15px 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
.contentList .contentList__txtBox .contentList__txt {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.contentList .contentList__txtBox .contentList__price {
  font-size: clamp(10px, 10px + 2 * (100vw - 768px) / 512, 12px);
  font-weight: 600;
  color: #fe407b;
  padding: 4px 8px;
  line-height: 1;
  border: 1px solid #fe407b;
  border-radius: 11px;
  white-space: nowrap;
}
.contentList .contentList__item {
  position: relative;
  width: calc((100% - 40px) / 3);
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.contentList .contentList__item.large {
  width: calc((100% - 20px) / 2);
}
.contentList .contentList__item.large .contentList__imgBox {
  width: 100%;
  aspect-ratio: 570/260;
  border-radius: 15px;
  overflow: hidden;
}
.contentList .contentList__item.large .contentList__txtBox {
  padding: 15px 24px;
}
.contentList .contentList__item.large .contentList__txt::before {
  content: "";
  display: block;
  margin-right: 8px;
}
.contentList .contentList__item.large.--rental .contentList__txt::before {
  width: 35px;
  height: 24px;
  background: url(../images/common/ico_car.svg) center/100% no-repeat;
}
.contentList .contentList__item.large.--rental .contentList__afterImg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 108px;
  height: auto;
}
.contentList .contentList__item.large.--activity .contentList__txt::before {
  left: -38px;
  width: 30px;
  height: 26px;
  background: url(../images/common/ico_shoes-large.svg) no-repeat, center;
  background-size: 30px 26px;
}
.contentList .contentList__item.large.--activity .contentList__afterImg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 73px;
  height: auto;
}
.contentList .contentList__item.--okinawa .contentList__afterImg {
  position: absolute;
  bottom: 13px;
  right: 20px;
  width: 69px;
  height: auto;
}
.contentList .contentList__item.--hokkaido .contentList__afterImg {
  position: absolute;
  bottom: 11px;
  right: 16px;
  width: 64px;
  height: auto;
}
.contentList .contentList__item.--fukuoka .contentList__afterImg {
  position: absolute;
  bottom: 12px;
  right: 10px;
  width: 71px;
  height: auto;
}

.selectList {
  display: flex;
  flex-wrap: wrap;
  gap: 22px clamp(15px, 15px + 5 * (100vw - 768px) / 512, 20px);
}
.selectList .selectList__item {
  width: calc((100% - clamp(60px, 60px + 20 * (100vw - 768px) / 512, 80px)) / 4);
}
.selectList .selectList__item .selectList__imgBox {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.selectList .selectList__item .selectList__imgBox .selectList__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 216/134;
}
.selectList .selectList__item .selectList__contBox {
  margin-top: 11px;
}

.select__category {
  position: relative;
  display: flex;
  width: fit-content;
  font-weight: 600;
}
.select__category span {
  word-break: break-all;
}
.select__category:after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 24px;
  margin-left: 4px;
  background: url("/assets/images/common/ico_detail.svg") center no-repeat;
}

.slideListBox .slideList .slideList__item .slideList__imgBox {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.slideListBox .slideList .slideList__item .slideList__imgBox .slideList__img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 275/170;
}
.slideListBox .slideList .slideList__item .slideList__contBox {
  margin-top: 17px;
}
.slideListBox .slideList .slideList__item .slideList__contBox .tagList {
  margin-bottom: 11px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 6px;
  overflow: hidden;
}
.slideListBox .slideList .slideList__item .slideList__contBox .tagList .tagList__item {
  background-color: #108df9;
  border-radius: 12px;
  padding: 2px 9px 3px;
  line-height: 1;
}
.slideListBox .slideList .slideList__item .slideList__contBox .tagList .tagList__item span {
  display: -webkit-box;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.slideListBox .slideList .slideList__item .slideList__contBox .slideList__txt {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.slideListBox .slideList .slideList__item .slideList__contBox .slideList__price {
  font-weight: 600;
  margin-top: 5px;
  text-align: end;
  color: #ff407b;
}
.slideListBox .slideList .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 16px;
}
.slideListBox .slideList .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #bad5ff;
  opacity: 1;
  transition: background-color 0.5s ease;
}
.slideListBox .slideList .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
  background: #108df9;
}
.slideListBox .swiper-button-next {
  top: calc(50% + 20px);
  right: -24px;
  width: 40px;
  height: 40px;
}
.slideListBox .swiper-button-next:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/common/ico_slide-arrow.svg") center/100% no-repeat;
}
.slideListBox .swiper-button-next:after {
  content: none;
}
.slideListBox .swiper-button-next.swiper-button-disabled {
  display: none;
}
.slideListBox .swiper-button-prev {
  top: calc(50% + 20px);
  left: -24px;
  width: 40px;
  height: 40px;
}
.slideListBox .swiper-button-prev:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/common/ico_slide-arrow.svg") center/100% no-repeat;
  transform: rotate(-180deg);
}
.slideListBox .swiper-button-prev:after {
  content: none;
}
.slideListBox .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.slideListBox.active .swiper-button-next,
.slideListBox.active .swiper-button-prev {
  visibility: visible;
}

.sideNav {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sideNav.is-active {
  opacity: 1;
  visibility: visible;
}
.sideNav .sideNavList {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
.sideNav .sideNavList .sideNavList__item {
  min-width: 50px;
}
.sideNav .sideNavList .sideNavList__item:first-child .sideNavList__link {
  padding-top: 0;
}
.sideNav .sideNavList .sideNavList__item .sideNavList__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px 0;
  border-radius: 5px 0 0 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  padding: 14px 8px 10px;
  background-color: #ffce1b;
  height: calc((100% - 8px) / 3);
}
.sideNav .sideNavList .sideNavList__item .sideNavList__link .sideNavList__icon--top {
  width: 27px;
  height: 42px;
}
.sideNav .sideNavList .sideNavList__item .sideNavList__link .sideNavList__icon--contact {
  height: 25px;
}
.sideNav .sideNavList .sideNavList__item .sideNavList__link .sideNavList__icon--auto {
  height: 25px;
}
.sideNav .sideNavList .sideNavList__item .sideNavList__link .sideNavList__icon--coupon {
  width: 34px;
  height: 20px;
}
.sideNav .sideNavList .sideNavList__item .sideNavList__link .sideNavList__txt {
  font-size: 9px;
  font-weight: 700;
}
.sideNav .sideNavList .sideNavList__item .sideNavList__link.padding-top-5 {
  padding-top: 5px;
}
.sideNav .sideNavList .sideNavList__item .sideNavList__link.padding-top-10 {
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .contentList {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
  }
  .contentList.large {
    gap: 25px 11px;
  }
  .contentList .contentList__txtBox {
    padding: 11px 70px 11px 15px;
  }
  .contentList .contentList__txtBox .contentList__txt {
    font-size: 16px;
  }
  .contentList .contentList__item {
    background-color: #ffffff;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    width: calc((100% - 11px) / 2);
    min-width: 162px;
  }
  .contentList .contentList__item.large {
    width: 100%;
  }
  .contentList .contentList__item.large .contentList__txtBox {
    padding: 10px 16px;
  }
  .contentList .contentList__item.large .--rental .contentList__txt::before {
    width: 21px;
    height: 14px;
    background: url(../images/common/ico_car-sp.svg) center/contain no-repeat;
  }
  .contentList .contentList__item.large .--rental .contentList__afterImg {
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 98px;
    height: auto;
  }
  .contentList .contentList__item.large .--activity .contentList__txt::before {
    width: 22px;
    height: 19px;
    background: url(../images/common/ico_shoes.svg) center/contain no-repeat;
  }
  .contentList .contentList__item.large .--activity .contentList__afterImg {
    position: absolute;
    bottom: 5px;
    right: 29px;
    width: 53px;
    height: auto;
  }
  .contentList .contentList__item.--okinawa .contentList__afterImg {
    position: absolute;
    bottom: 11px;
    right: 10px;
    width: 50px;
    height: auto;
  }
  .contentList .contentList__item.--hokkaido .contentList__afterImg {
    position: absolute;
    bottom: 11px;
    right: 15px;
    width: 44px;
    height: auto;
  }
  .contentList .contentList__item.--fukuoka .contentList__afterImg {
    position: absolute;
    bottom: 12px;
    right: 11px;
    width: 49px;
    height: auto;
  }
  .contentList .contentList__item::after {
    margin-right: 8px;
  }
  .selectList {
    gap: 18px 11px;
  }
  .selectList .selectList__item {
    max-width: none;
    width: calc((100% - 11px) / 2);
  }
  .selectList .selectList__item .selectList__contBox {
    margin-top: 10px;
  }
  .select__category {
    font-size: 14px;
  }
  .select__category span {
    margin-right: 3px;
  }
  .slideListBox .slideList .slideList__item .slideList__contBox {
    margin-top: 19px;
  }
  .slideListBox .slideList .slideList__item .slideList__contBox .slideList__txt {
    line-height: 1.5;
  }
  .slideListBox .slideList .slideList__item .slideList__contBox .tagList {
    margin-bottom: 16px;
  }
  .slideListBox .slideList .slideList__item .slideList__contBox .tagList .tagList__item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2px 9px 3px;
    line-height: 1;
  }
  .slideListBox .slideList .slideList__item .slideList__contBox .tagList .tagList__item span {
    color: #108df9;
    font-size: 12px;
  }
  .slideListBox .slideList .slideList__item .slideList__contBox .slideList__price {
    font-weight: 600;
    margin-top: 6px;
    text-align: end;
    color: #ff407b;
  }
  .slideListBox .slideList .swiper-pagination {
    margin-bottom: 16px;
  }
  .slideListBox .swiper-button-next {
    right: 8px;
    width: 32px;
    height: 32px;
  }
  .slideListBox .swiper-button-prev {
    left: 8px;
    width: 32px;
    height: 32px;
  }
  .sideNav .sideNavList .sideNavList__item .sideNavList__link {
    gap: 4px 0;
    padding: 8px;
  }
  .sideNav .sideNavList .sideNavList__item .sideNavList__link .sideNavList__icon--top {
    width: 18px;
    height: 28px;
  }
  .sideNav .sideNavList .sideNavList__item .sideNavList__link .sideNavList__icon--contact {
    width: 28px;
    height: 18px;
  }
  .sideNav .sideNavList .sideNavList__item .sideNavList__link .sideNavList__icon--auto {
    width: 28px;
    height: auto;
  }
  .sideNav .sideNavList .sideNavList__item .sideNavList__link .sideNavList__icon--coupon {
    width: 31px;
    height: 18px;
  }
}
#scrollTop .remodal {
  max-width: 1090px;
  border-radius: 15px;
  padding: 40px;
  text-align: left;
  /* 객실 이미지 전용: 전체 모달·이미지 영역을 리뷰 모달보다 작게 */
  /* 객실 이미지 전용: 텍스트 없이 슬라이더만 */
}
#scrollTop .remodal-close {
  width: 57px;
  height: 57px;
  top: 24px;
  left: auto;
  z-index: 20;
  right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/detail/icon_close.svg") no-repeat 50% 50%;
}
#scrollTop .remodal-close::before {
  content: none;
}
#scrollTop .remodal-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
#scrollTop .remodal__inner {
  display: flex;
  column-gap: 30px;
}
#scrollTop .remodal__figArea {
  width: 35.3%;
}
#scrollTop .remodal__figArea .slider {
  margin-bottom: 10px;
}
#scrollTop .remodal__figArea .slider img {
  border-radius: 5px;
}
#scrollTop .remodal__figArea .slider .slick-prev,
#scrollTop .remodal__figArea .slider .slick-next {
  width: 31px;
  height: 31px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
#scrollTop .remodal__figArea .slider .slick-prev {
  left: 10px;
  background: url("../images/detail/slide_arrow_perv.svg") no-repeat;
  z-index: 20;
}
#scrollTop .remodal__figArea .slider .slick-prev::before {
  content: none;
}
#scrollTop .remodal__figArea .slider .slick-next {
  right: 10px;
  background: url("../images/detail/slide_arrow.svg") no-repeat;
}
#scrollTop .remodal__figArea .slider .slick-next::before {
  content: none;
}
#scrollTop .remodal__figArea .thumbnail img {
  border-radius: 5px;
}
#scrollTop .remodal__figArea .thumbnail .slick-track {
  margin: 0 auto;
  display: flex;
  column-gap: 12px;
}
#scrollTop .remodal__figArea .thumbnail .slick-track .slick-slide {
  width: auto !important;
  border-radius: 5px;
  border: 1px solid #fff;
}
#scrollTop .remodal__figArea .thumbnail .slick-track .slick-slide.slick-current {
  border-color: #108df9;
}
#scrollTop .remodal__infoArea {
  width: 62%;
}
#scrollTop .remodal .remodal__Avater {
  margin-bottom: 25px;
}
#scrollTop .remodal .remodal__Avater dl {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#scrollTop .remodal .remodal__Avater dl dt {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  border: 2px solid #dbdbdb;
  align-items: center;
  background: #108df9;
  color: #fff;
  font-size: 18px;
  justify-content: center;
}
#scrollTop .remodal .remodal__Avater dl dd {
  font-size: 14px;
}
#scrollTop .remodal .remodal__infoBody .reviewList__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
#scrollTop .remodal .remodal__infoBody .reviewList__comment {
  font-size: 14px;
  margin-bottom: 30px;
}
#scrollTop .remodal .remodal__infoBody .reviewList__date {
  font-size: 12px;
  color: #bcbcbc;
}
#scrollTop .remodal:has(.room-images-modal) {
  max-width: 500px;
  /* 닫기 버튼 위치만 객실 이미지 모달에서 조정 (필요 시 top/right 값 변경) */
}
#scrollTop .remodal:has(.room-images-modal) .remodal-close {
  top: 0;
  right: 0;
}
#scrollTop .remodal .room-images-modal {
  width: 100%;
  display: flex;
  justify-content: center;
}
#scrollTop .remodal .room-images-modal__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  width: 100%;
  padding: 32px 16px;
}
#scrollTop .remodal .room-images-modal__spinner {
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #e8e8e8;
  border-top-color: #108df9;
  border-radius: 50%;
  animation: room-images-modal-spin 0.75s linear infinite;
}
#scrollTop .remodal .room-images-modal .remodal__figArea {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
}
#scrollTop .remodal .room-images-modal .remodal__figArea .slider .slick-prev {
  left: -25px;
}
#scrollTop .remodal .room-images-modal .remodal__figArea .slider .slick-next {
  right: -25px;
}

@keyframes room-images-modal-spin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  #scrollTop .remodal {
    padding: 40px 20px;
  }
  #scrollTop .remodal-close {
    top: 0;
    right: 0;
  }
  #scrollTop .remodal__inner {
    display: block;
  }
  #scrollTop .remodal__figArea {
    width: auto;
    margin-bottom: 20px;
  }
  #scrollTop .remodal__figArea img {
    width: 100%;
  }
  #scrollTop .remodal__infoArea {
    width: auto;
  }
}
.c-search-num__bg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  will-change: opacity;
}
.c-search-num__modal {
  background: #fff;
  position: absolute;
  padding: 35px 40px;
  border-radius: 15px;
  z-index: 10000;
  display: none;
  right: 0;
}
.c-search-num__modal dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.c-search-num__modal dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-search-num__modal dl dt {
  width: 125px;
  font-size: 16px;
  font-weight: 600;
}
.c-search-num__modal dl dd {
  width: 94px;
  position: relative;
}
.c-search-num__modal dl dd .btn-minus,
.c-search-num__modal dl dd .btn-plus {
  width: 20px;
  height: 20px;
  z-index: 20;
  cursor: pointer;
}
.c-search-num__modal dl dd .btn-minus {
  background: url("../images/common/ico_minus.svg") no-repeat center;
  position: absolute;
  left: 0;
}
.c-search-num__modal dl dd .btn-plus {
  background: url("../images/common/ico_plus.svg") no-repeat center;
  position: absolute;
  right: 0;
}
.c-search-num__modal dl dd input {
  padding: 0 !important;
  outline-color: #fff;
  outline-offset: 5px;
  text-align: center;
  appearance: none;
}
.c-search-num__modal dl dd input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-search-num__modal dl dd input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-search-num__modal dl dd span.hidden {
  display: none;
}

.evalIconList {
  display: flex;
  gap: 0 1px;
}
.evalIconList.bg-type {
  width: 80px;
  height: 16px;
  background-color: #d3d3d3;
  position: relative;
}
.evalIconList.bg-type i {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #108df9;
  z-index: 0;
}
.evalIconList.bg-type i.light {
  background-color: #88c1f2;
}
.evalIconList.bg-type img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.grumet__info {
  display: flex;
  column-gap: 10px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.grumet__info li {
  font-size: 12px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.grumet__info li.-area span.grumet__area01 {
  display: flex;
  align-items: center;
}
.grumet__info li.-area span.grumet__area01::after {
  content: "";
  display: block;
  height: 10px;
  width: 1px;
  margin: 0 5px;
  background: #d6d6d6;
}
.grumet__info li.-area::before {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  background: url("../images/common/ico_pin_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet01::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet01_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet02::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet02_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet03::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet03_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet04::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet04_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet05::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet05_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet06::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet06_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet07::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet07_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet08::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet08_gray.svg") no-repeat;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* topSlideArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topSlideArea {
  margin-top: 88px;
  overflow: hidden;
  position: relative;
}
.topSlideArea .swiper {
  padding-bottom: 60px;
  max-width: 1280px;
  overflow: visible;
}
.topSlideArea .swiper::after {
  content: "";
  display: block;
  width: 155px;
  height: 161px;
  background: url("../images/top/grumet_cat.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.topSlideArea .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
  margin-bottom: 25px;
}
.topSlideArea .swiper-slide .linkItem {
  display: block;
  position: relative;
  max-height: 290px;
}
.topSlideArea .swiper-slide .linkItem img {
  display: block;
  width: 100%;
}
.topSlideArea .swiper-slide .linkItem p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.66);
  border-radius: 9px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding: 3px 30px;
}
.topSlideArea .swiper-pagination {
  bottom: -5px !important;
}
.topSlideArea .swiper-pagination .swiper-pagination-bullet {
  background: #bad5ff;
  opacity: 1;
}
.topSlideArea .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #108df9;
}

@media screen and (max-width: 768px) {
  .topSlideArea {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .topSlideArea .swiper-slide .linkItem__textBlock {
    display: block;
  }
  .topSlideArea .swiper-slide .linkItem__text {
    padding: 15px;
  }
  .topSlideArea .swiper-slide .linkItem__text dl dt {
    font-size: 10px;
  }
  .topSlideArea .swiper-slide .linkItem__text dl dd {
    font-size: 14px;
  }
  .topSlideArea .swiper-slide .linkItem__couponTxt {
    font-size: 20px;
  }
  .topSlideArea .swiper-slide .linkItem__get {
    width: auto;
    padding: 10px;
    flex-direction: row;
    font-size: 16px;
  }
  .topSlideArea .swiper-slide .linkItem__get::before {
    margin-right: 7px;
  }
  .topSlideArea .swiper-pagination {
    bottom: -5px !important;
  }
  .topSlideArea .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topAreaList
――――――――――――――――――――――――――――――――――――――――――――――*/
.topArea {
  padding-top: 45px;
  padding-bottom: 40px;
}
.topAreaList {
  display: flex;
  column-gap: 20px;
  margin-bottom: 50px;
}
.topAreaList li {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}
.topAreaList li a:hover img {
  transform: scale(1.1);
}
.topAreaList li figure {
  border-radius: 15px;
  overflow: hidden;
}
.topAreaList li figure img {
  transition: 0.5s;
}
.topAreaList li p {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
}
.topAreaLink {
  border-top: 1px solid #bebebe;
  padding-top: 15px;
}
.topAreaLink dl {
  display: flex;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.topAreaLink dl dt {
  font-size: 14px;
  font-weight: 600;
  width: 100px;
}
.topAreaLink dl dd {
  width: calc(100% - 100px);
}
.topAreaLink dl dd ul {
  display: flex;
  gap: 5px 22px;
}
.topAreaLink dl dd ul li:last-child a::after {
  content: none;
}
.topAreaLink dl dd ul li a {
  position: relative;
  font-size: 14px;
}
.topAreaLink dl dd ul li a:hover::before {
  width: 100%;
}
.topAreaLink dl dd ul li a::before {
  background-color: #151515;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 0;
}
.topAreaLink dl dd ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 12px;
  background-color: #bebebe;
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .topAreaList {
    flex-wrap: wrap;
    gap: 20px;
  }
  .topAreaList li {
    width: calc((100% - 20px) / 2);
  }
  .topAreaLink dl {
    display: block;
  }
  .topAreaLink dl dt {
    margin-bottom: 10px;
  }
  .topAreaLink dl dd {
    width: auto;
  }
  .topAreaLink dl dd ul {
    flex-wrap: wrap;
    line-height: 1.3;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topMap
――――――――――――――――――――――――――――――――――――――――――――――*/
.topMap {
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 35px;
}
.topMap__form {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.topMap__form .field.pullDown {
  margin-left: 0;
  width: 235px;
}
.topMap__form button {
  background: #ff8900;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  top: -4px;
  column-gap: 8px;
  height: 38px;
  color: #fff;
  margin-left: 15px;
}
.topMap__form button::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("../images/common/ico_search-white.svg") no-repeat;
}
.topMap__multi {
  margin: 0 8px;
}
.topMap__frame {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  height: 450px;
}
.topMap__frame iframe {
  width: 100%;
  height: 450px;
}
.topMap__loading {
  display: none;
  position: absolute;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  align-items: center;
  justify-content: center;
}
.topMap__loading > div {
  margin-bottom: 10px;
}
.topMap__loading.show {
  display: flex;
}
.topMap__mapArea {
  border-radius: 9px;
  overflow: hidden;
  height: 450px;
}
.topMap__mapArea iframe {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 768px) {
  .topMap__form {
    display: block;
  }
  .topMap__form .field.pullDown {
    width: auto;
  }
  .topMap__multi {
    margin: 10px 0;
  }
  .topMap__multi img {
    margin: 0 auto;
  }
  .topMap button {
    justify-content: center;
    width: 100%;
    margin: 10px 0 0;
    top: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topCategory
――――――――――――――――――――――――――――――――――――――――――――――*/
.topCategory {
  padding-top: 0;
}
.topCategory .c-secTtl.ttl--category::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/top/icon_category.svg") no-repeat;
  background-size: contain;
}

.topCategory {
  padding-bottom: 0;
  margin-bottom: 45px;
}
.topCategoryLink {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
}
.topCategoryLink__item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  width: calc((100% - 48px) / 4);
  position: relative;
}
.topCategoryLink__item .dropdownMenu {
  top: 80px;
}
.topCategoryLink__btn {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  column-gap: 10px;
  padding: 26px;
}
.topCategoryLink__btn::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.topCategoryLink__btn.gourmet01::before {
  width: 41px;
  height: 41px;
  background-image: url(../images/common/ico_gourmet01.svg);
}
.topCategoryLink__btn.gourmet02::before {
  width: 46px;
  height: 37px;
  background-image: url(../images/common/ico_gourmet02.svg);
}
.topCategoryLink__btn.gourmet03::before {
  width: 39px;
  height: 37px;
  background-image: url(../images/common/ico_gourmet03.svg);
}
.topCategoryLink__btn.gourmet04::before {
  width: 48px;
  height: 34px;
  background-image: url(../images/common/ico_gourmet04.svg);
}
.topCategoryLink__btn.gourmet05::before {
  width: 37px;
  height: 36px;
  background-image: url(../images/common/ico_gourmet05.svg);
}
.topCategoryLink__btn.gourmet06::before {
  width: 33px;
  height: 38px;
  background-image: url(../images/common/ico_gourmet06.svg);
}
.topCategoryLink__btn.gourmet07::before {
  width: 37px;
  height: 36px;
  background-image: url(../images/common/ico_gourmet07.svg);
}
.topCategoryLink__btn.gourmet08::before {
  width: 37px;
  height: 32px;
  background-image: url(../images/common/ico_gourmet08.svg);
}
.topCategorySub {
  border-top: 1px solid #bfc7cb;
  margin-top: 30px;
  padding-top: 30px;
}
.topCategorySub ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.topCategorySub ul li a {
  background: #fff;
  border: 1px solid #108df9;
  color: #108df9;
  display: block;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
}

@media screen and (max-width: 768px) {
  .topCategoryLink {
    gap: 5px;
  }
  .topCategoryLink__item {
    width: calc((100% - 15px) / 4);
    padding: 5px 0;
    border-radius: 0;
    box-shadow: none;
  }
  .topCategoryLink__item .dropdownMenu {
    right: 10px;
  }
  .topCategoryLink__btn {
    display: block;
    text-align: center;
    font-size: 10px;
    padding: 8px 8px 3px;
  }
  .topCategoryLink__btn::before {
    margin: 0 auto;
  }
  .topCategorySub {
    gap: 10px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topKeyword
――――――――――――――――――――――――――――――――――――――――――――――*/
.topKeyword {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}

.topKeywordLink {
  display: flex;
  column-gap: 25px;
}
.topKeywordLink li a:hover img {
  transform: scale(1.1);
}
.topKeywordLink li figure {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.topKeywordLink li figure img {
  transition: 0.5s;
}
.topKeywordLink li p {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-weight: 600;
  font-size: 16px;
}
.topKeywordLink li p::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/common/ico_detail.svg") no-repeat;
}

@media screen and (max-width: 768px) {
  .topKeywordLink {
    flex-wrap: wrap;
    gap: 25px;
  }
  .topKeywordLink__item {
    width: calc((100% - 25px) / 2);
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topSpecial
――――――――――――――――――――――――――――――――――――――――――――――*/
.topSpecial {
  padding-bottom: 0;
  padding-top: 35px;
  margin-bottom: 45px;
}
.topSpecialSlide {
  position: relative;
}
.topSpecialLink__item {
  border-radius: 15px;
  overflow: hidden;
}
.topSpecialLink__btn {
  position: relative;
  display: block;
}
.topSpecialLink__btn dl {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 5;
  width: calc(100% - 40px);
}
.topSpecialLink__btn dl dt {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.topSpecialLink__btn dl dd {
  font-size: 15px;
  font-weight: 600;
}
.topSpecialLink__btn::after {
  content: "";
  z-index: 2;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  height: 145px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* topPpopular
――――――――――――――――――――――――――――――――――――――――――――――*/
.topPopularLink__btn figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 130px;
}
.topPopularLink__btn figure img {
  width: 100%;
}
.topPopularLink__ttl {
  font-size: 16px;
  font-weight: 600;
}
.topPopularLink .grumet__review {
  display: flex;
  column-gap: 6px;
  font-size: 12px;
  color: #108df9;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .topPopular {
    padding: 30px 20px;
  }
}
.swiper-slide.card {
  position: relative;
  width: 320px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
  border: 0;
  border-bottom: 4px solid #dddddd;
}
.swiper-slide.card:hover {
  opacity: 0.8;
}
.swiper-slide.card .card-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  text-indent: -9999px;
  background: transparent;
  cursor: pointer;
}
.swiper-slide.card .card-top {
  position: relative;
}
.swiper-slide.card .main-image {
  height: 160px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.swiper-slide.card .detail-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.swiper-slide.card .card-header {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px;
  border: none;
  font-weight: bold;
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  font-size: 16px;
}
.swiper-slide.card .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5px;
  padding: 20px;
  color: white;
  font-weight: bold;
  line-height: 1;
  background: #007bff;
  border-radius: 0 0 8px 8px;
  transition: opacity 0.2s ease;
}
.swiper-slide.card .card-bottom__price {
  font-size: 24px;
}
.swiper-slide.card .card-bottom__price span {
  font-weight: 400;
  position: relative;
  font-size: 16px;
  margin-right: 14px;
}
.swiper-slide.card .card-bottom__price span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: -7px;
  width: 1px;
  height: 14px;
  background-color: #FFF;
  transform: rotate(30deg);
}
.swiper-slide.card .card-bottom__link {
  position: relative;
  padding: 5px 20px 5px 10px;
  font-size: 14px;
  color: #108DF9;
  background: #FFF;
  border-radius: 50px;
  flex-shrink: 0;
}
.swiper-slide.card .card-bottom__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-image: url("/esim/assets/images/common/icon_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: 5px;
}
.swiper-slide.card .card-detail {
  width: 100%;
  background: #007bff;
  color: #fff;
  padding: 20px 12px 10px;
}
.swiper-slide.card .card-detail__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1.2;
}
.swiper-slide.card .card-detail__title--name {
  font-size: 18px;
}
.swiper-slide.card .card-detail__title--rate {
  display: flex;
  align-items: center;
  gap: 5px;
}
.swiper-slide.card .card-detail__title--rate--icon {
  display: flex;
  align-items: center;
}
.swiper-slide.card .card-detail__title--rate--icon img {
  flex-shrink: 0;
}
.swiper-slide.card .card-detail__title--location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}
.swiper-slide.card .card-detail__title--location::before {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: url("../images/top/ico_pin.svg") no-repeat;
}
.swiper-slide.card .card-detail__price {
  margin-top: 14px;
  font-size: 24px;
  text-align: right;
  font-weight: bold;
}
.swiper-slide.card .card-detail__price span {
  font-weight: 400;
  font-size: 16px;
}

.searchResultList__like {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 0.9;
  z-index: 12;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.searchResultList__like::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 15px;
  background: url("/assets/images/common/ico_heart-white.svg") no-repeat center;
  background-size: 17px 15px;
}
.searchResultList__like.--liked::before {
  background: url("/assets/images/common/ico_heart.svg") no-repeat center;
  background-size: 17px 15px;
}

@media screen and (max-width: 768px) {
  .swiper-slide.card .card-bottom {
    padding: clamp(0.625rem, 0.074rem + 2.45vw, 1.25rem);
  }
  .swiper-slide.card .card-bottom__price {
    font-size: clamp(1.5rem, 1.059rem + 1.96vw, 2rem);
  }
  .swiper-slide.card .card-bottom__price span {
    font-size: clamp(0.75rem, 0.64rem + 0.49vw, 0.875rem);
  }
  .swiper-slide.card .card-bottom__link {
    font-size: clamp(0.75rem, 0.64rem + 0.49vw, 0.875rem);
  }
  .swiper-slide.card .card-detail__title--name {
    font-size: clamp(1rem, 0.833rem + 0.74vw, 1.25rem);
  }
  .swiper-slide.card .card-detail__title--rate {
    font-size: clamp(0.875rem, 0.765rem + 0.49vw, 1rem);
  }
  .swiper-slide.card .card-detail__title--location {
    font-size: 10px;
  }
  .swiper-slide.card .card-detail__price {
    font-size: clamp(1.5rem, 1.059rem + 1.96vw, 2rem);
  }
  .swiper-slide.card .card-detail__price span {
    font-size: clamp(0.75rem, 0.64rem + 0.49vw, 0.875rem);
  }
}
@media (max-width: 600px) {
  .swiper-slide.card .card-bottom {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topResidence
――――――――――――――――――――――――――――――――――――――――――――――*/
.topResidence .residenceList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.topResidence .residenceList__item {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.topResidence .residenceList__item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topResidence .residenceList__item--txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 12px 10px;
}

@media screen and (max-width: 768px) {
  .topResidence .residenceList {
    grid-template-columns: repeat(2, 1fr);
  }
  .topResidence .residenceList__item--txt {
    font-size: 12.8px;
    padding: 8px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topNew
――――――――――――――――――――――――――――――――――――――――――――――*/
.topNew {
  padding-bottom: 0;
  padding-top: 35px;
  margin-bottom: 80px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* topCoupon
――――――――――――――――――――――――――――――――――――――――――――――*/
.topCoupon {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 70px;
}
.topCoupon .c-secTtl.ttl--jp::before {
  content: "";
  display: block;
  width: 31px;
  height: 25px;
  background: url("../images/top/icon_jp.svg") no-repeat;
  background-size: contain;
}
.topCoupon .c-secTtl.ttl--travel::before {
  content: "";
  display: block;
  width: 25px;
  height: 33px;
  background: url("../images/top/icon_travel.svg") no-repeat;
  background-size: contain;
}
.topCoupon .topCouponList {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.topCoupon .topCouponList__item {
  width: calc((100% - 56px) / 3);
}
.topCoupon .topCouponList__link {
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 10px;
}
.topCoupon .topCouponList__txt {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.topCoupon .topCouponList__txt span {
  color: #ff407b;
}
.topCoupon .topCouponList__note {
  font-size: 14px;
}
.topCoupon .topCouponList__btn {
  background-image: repeating-linear-gradient(90deg, #e3e3e3, #e3e3e3 6px, transparent 6px, transparent 9px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 3px;
  padding: 20px 25px;
}
.topCoupon .topCouponList__btn span {
  background: #108df9;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 22px;
  display: block;
  padding: 5px;
}
.topCoupon .topCouponList .linkItem__box {
  padding: 25px 25px 20px;
}
.topCoupon .topCouponList .linkItem__box dl {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}
.topCoupon .topCouponList .linkItem__box dl dt {
  background: #e6f0ff;
  color: #108df9;
  font-size: 12px;
  border-radius: 12px;
  padding: 3px 9px;
  line-height: 1;
}
.topCoupon .topCouponList .linkItem__box dl dd {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .topCoupon .topCouponList {
    display: block;
  }
  .topCoupon .topCouponList__item {
    width: auto;
    margin-bottom: 20px;
  }
  .topCoupon .topCouponList__item:last-child {
    margin-bottom: 0;
  }
  .topCoupon .topCouponList__note {
    margin-bottom: 0;
  }
  .topCoupon .topCouponList__btn {
    display: none;
  }
  .topCoupon .topCouponList .linkItem__box {
    padding: 25px 15px;
  }
  .topCoupon .topCouponList .linkItem__box dl {
    margin-bottom: 10px;
  }
  .topCoupon .topCouponList .linkItem__box dl dt {
    font-size: 10px;
  }
  .topCoupon .topCouponList .linkItem__box dl dd {
    font-size: 14px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* slideListBox
――――――――――――――――――――――――――――――――――――――――――――――*/
#staffRecommendations {
  padding-top: 0;
}
#staffRecommendations .slideListBox .tagList__item {
  background: #fff;
}
#staffRecommendations .slideListBox .tagList__item span {
  color: #108df9;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* topCoupon
――――――――――――――――――――――――――――――――――――――――――――――*/
.topCoupon {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 0;
}
.topCoupon .swiper {
  margin: 0 -10px;
}
.topCouponLink__item {
  padding: 20px 10px;
}
.topCouponLink__btn {
  display: block;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.topCouponLink__btn figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.topCouponLink__btn figure img {
  width: 100%;
}
.topCouponLink__btn .topCouponLink__category {
  background: #bad5ff;
  border-radius: 12px;
  width: fit-content;
  font-size: 12px;
  padding: 0 10px;
  margin: 0 auto 10px;
}
.topCouponLink__btn dl {
  text-align: center;
}
.topCouponLink__btn dl dt {
  font-size: 16px;
  font-weight: 600;
}
.topCouponLink__btn dl dd {
  font-size: 14px;
  font-weight: 600;
}
.topCouponLink__btn dl dd span {
  color: #ff407b;
}
.topCouponLink__btn p {
  margin: 0 20px 20px;
  font-size: 12px;
  height: 35px;
  overflow: hidden;
}
.topCouponLink__get {
  background-image: repeating-linear-gradient(90deg, #e3e3e3, #e3e3e3 6px, transparent 6px, transparent 9px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 3px;
  padding: 20px 25px;
}
.topCouponLink__get span {
  background: #108df9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  border-radius: 22px;
  display: block;
  padding: 5px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* dots
――――――――――――――――――――――――――――――――――――――――――――――*/
.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.dots-class {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.dots-class li {
  width: 7px;
  height: 7px;
  background-color: #BAD5FF;
  border-radius: 50%;
  margin-right: 6px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.dots-class li.slick-active {
  width: 30px;
  background-color: #108DF9;
  border-radius: 4px;
}

.dots-class li:last-child {
  margin-right: 0;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* arrow
――――――――――――――――――――――――――――――――――――――――――――――*/
.slide-arrow {
  width: cl(40, 51);
  height: cl(40, 51);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  cursor: pointer;
}

.prev-arrow {
  left: -25px;
  transform: rotate(180deg);
  opacity: 0;
  visibility: hidden;
}

.next-arrow {
  right: -25px;
}

@media screen and (max-width: 1000px) {
  .slide-arrow {
    width: 40px;
    height: 40px;
    top: 140px;
    margin: 0;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  /* width: 20px;
  height: 20px;
  padding: 5px; */
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.calendarOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.calendarOverlay.is-active {
  opacity: 0.3;
  visibility: visible;
}

@media screen and (min-width: 769px) {
  .flatpickr-calendar {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto;
    z-index: 1000;
    display: none;
    width: 360px !important;
    background-color: #FFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    transition: visibility 0.3s ease;
    border-radius: 15px;
    height: fit-content;
    padding: 30px;
  }
  .flatpickr-calendar::before, .flatpickr-calendar::after {
    display: none;
  }
  .flatpickr-calendar.multiMonth, .flatpickr-calendar.rangeMode {
    max-width: clamp(650px, 650px + 116 * (100vw - 768px) / 512, 766px) !important;
    width: calc(100% - 40px) !important;
  }
  .numInputWrapper:hover {
    background-color: transparent;
  }
  .flatpickr-months {
    display: flex;
    gap: 0 clamp(30px, 30px + 15 * (100vw - 768px) / 512, 45px);
  }
  .flatpickr-month {
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 20px;
    padding-bottom: 40px;
    height: auto !important;
    position: relative;
    z-index: 1;
    overflow: visible !important;
  }
  .flatpickr-month::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 2px;
    background-color: #108DF9;
    z-index: 2;
  }
  .flatpickr-current-month {
    font-size: 15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .flatpickr-current-month span.cur-month {
    font-weight: 600 !important;
  }
  .flatpickr-current-month span.cur-month:hover {
    background-color: transparent;
  }
  .cur-month {
    font-size: 15px;
    font-weight: 600 !important;
    margin-left: 0 !important;
    position: relative;
  }
  .numInputWrapper {
    display: inline-flex !important;
    align-items: center;
  }
  .numInputWrapper .cur-year {
    font-weight: 600 !important;
    padding-left: 0 !important;
    position: relative;
  }
  .numInputWrapper .arrowUp {
    display: none;
  }
  .numInputWrapper .arrowDown {
    display: none;
  }
  .numInputWrapper p {
    font-weight: 600 !important;
  }
  .flatpickr-rContainer {
    width: 100%;
  }
  .flatpickr-weekdays {
    display: flex;
    justify-content: space-between;
    gap: 0 clamp(30px, 30px + 15 * (100vw - 768px) / 512, 45px);
  }
  .flatpickr-weekday {
    width: 14.2857142857% !important;
    /* 7つの曜日が均等に並ぶように設定 */
    text-align: center !important;
    font-weight: bold !important;
    font-size: 15px !important;
  }
  .flatpickr-days {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    gap: 0 clamp(30px, 30px + 15 * (100vw - 768px) / 512, 45px);
  }
  .flatpickr-day {
    margin-top: 10px !important;
    color: #333 !important;
    border-radius: 50% !important;
    transition: background-color 0.2s, color 0.2s !important;
    width: 33px;
    height: auto;
    line-height: 33px;
    min-width: 14.2857142857%;
    max-width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    /* 幅と高さを自動で揃える */
  }
  .flatpickr-day.today {
    border-color: #FFFFFF !important;
  }
  .flatpickr-day.today:hover {
    background: #BAD5FF;
    border-color: #BAD5FF;
  }
  .flatpickr-day.selected {
    color: #fff !important;
  }
  .flatpickr-day.startRange,
  .flatpickr-day.endRange {
    background-color: #108DF9 !important;
    border-color: #BAD5FF !important;
    position: relative;
    z-index: 1;
  }
  .flatpickr-day.startRange::after,
  .flatpickr-day.endRange::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    z-index: -2;
    display: block;
    background-color: #BAD5FF;
  }
  .flatpickr-day.startRange::before,
  .flatpickr-day.endRange::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    z-index: -1;
    display: block;
    background-color: #108DF9;
  }
  .flatpickr-day.startRange::after {
    border-radius: 50% 0 0 50%;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
  }
  .flatpickr-day.startRange::before {
    border-radius: 50%;
  }
  .flatpickr-day.endRange::after {
    border-radius: 0 50% 50% 0;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
  }
  .flatpickr-day.endRange::before {
    border-radius: 50%;
  }
  .flatpickr-day.startRange.endRange::after {
    display: none;
  }
  .flatpickr-day.startRange.endRange::before {
    display: none;
  }
  .flatpickr-day.endRange {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .flatpickr-day.flatpickr-disabled {
    color: #ccc !important;
  }
  .flatpickr-day.inRange {
    border-radius: 0 !important;
    background-color: #BAD5FF !important;
    -webkit-box-shadow: -5px 0 0 #BAD5FF, 5px 0 0 #BAD5FF;
    box-shadow: -5px 0 0 #BAD5FF, 5px 0 0 #BAD5FF;
    transition: 0s !important;
  }
  .dayContainer {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .dayContainer + .dayContainer {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .flatpickr-prev-month {
    left: 30px !important;
    top: 42px !important;
    padding: 0 !important;
    height: auto !important;
  }
  .flatpickr-prev-month::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../images/common/ico_detail.svg) no-repeat center;
    background-size: 18px 18px;
    transform: rotate(180deg);
  }
  .flatpickr-next-month {
    right: 48px !important;
    top: 42px !important;
    padding: 0 !important;
    height: auto;
  }
  .flatpickr-next-month::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../images/common/ico_detail.svg) no-repeat center;
    background-size: 18px 18px;
  }
  .flatpickr-next-month svg {
    display: none;
  }
  .flatpickr-day.inRange,
  .flatpickr-day.prevMonthDay.inRange,
  .flatpickr-day.nextMonthDay.inRange,
  .flatpickr-day.today.inRange,
  .flatpickr-day.prevMonthDay.today.inRange,
  .flatpickr-day.nextMonthDay.today.inRange,
  .flatpickr-day:hover,
  .flatpickr-day.prevMonthDay:hover,
  .flatpickr-day.nextMonthDay:hover,
  .flatpickr-day:focus,
  .flatpickr-day.prevMonthDay:focus,
  .flatpickr-day.nextMonthDay:focus {
    background: #BAD5FF;
    border-color: #BAD5FF;
  }
  .flatpickr-day.prevMonthDay.hidden.flatpickr-disabled:hover,
  .flatpickr-day.nextMonthDay.hidden.flatpickr-disabled:hover {
    background-color: transparent;
    border-color: transparent;
  }
  .flatpickr-day.nextMonthDay,
  .flatpickr-day.prevMonthDay {
    color: #ccc !important;
  }
  .flatpickr-day.nextMonthDay.hidden,
  .flatpickr-day.prevMonthDay.hidden {
    visibility: visible !important;
  }
  .flatpickr-calendar.rangeMode .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -5px 0 0 #BAD5FF, 5px 0 0 #BAD5FF;
    box-shadow: -5px 0 0 #BAD5FF, 5px 0 0 #BAD5FF;
  }
}
@media screen and (max-width: 768px) {
  .flatpickr-calendar {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 100%;
    max-width: 335px;
    height: auto;
    border-radius: 15px;
    padding: 20px;
  }
  .flatpickr-calendar:not(.no-top) {
    top: 421px !important;
  }
  .flatpickr-calendar::before, .flatpickr-calendar::after {
    display: none;
  }
  .flatpickr-calendar.flatpickr-monthSelect-theme-light, .flatpickr-calendar.detail {
    position: fixed;
    top: calc(50% - 192px) !important;
  }
  .flatpickr-month {
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 20px;
    padding-bottom: 40px;
    height: auto !important;
    position: relative;
    overflow: visible !important;
  }
  .flatpickr-month::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 110px;
    height: 2px;
    background-color: #108DF9;
    z-index: 2;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months {
    padding-left: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    background-color: transparent;
    margin-left: 5px;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background-color: transparent !important;
  }
  .flatpickr-current-month {
    font-size: 15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
  .flatpickr-current-month span.cur-month {
    font-weight: 600 !important;
  }
  .numInputWrapper {
    position: relative;
    display: inline-flex !important;
    align-items: center;
  }
  .flatpickr-current-month .numInputWrapper::after {
    display: none;
  }
  .numInputWrapper .cur-year {
    font-weight: 600 !important;
    padding-left: 0 !important;
  }
  .numInputWrapper .arrowUp {
    display: none;
  }
  .numInputWrapper .arrowDown {
    display: none;
  }
  .numInputWrapper p {
    font-weight: 600 !important;
  }
  .numInputWrapper:hover {
    background-color: transparent;
  }
  .flatpickr-rContainer {
    width: 100%;
  }
  .flatpickr-weekday {
    width: 14.2857142857% !important;
    /* 7つの曜日が均等に並ぶように設定 */
    text-align: center !important;
    font-weight: bold !important;
    font-size: 15px !important;
  }
  .flatpickr-days {
    width: 100% !important;
  }
  .flatpickr-day {
    margin-top: 10px !important;
    color: #333 !important;
    border-radius: 50% !important;
    transition: background-color 0.2s, color 0.2s !important;
    width: 33px;
    height: auto;
    line-height: 33px;
    min-width: 14.2857142857%;
    max-width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    /* 幅と高さを自動で揃える */
  }
  .flatpickr-day.today {
    border-color: #FFFFFF !important;
  }
  .flatpickr-day.today:hover {
    background: #BAD5FF;
    border-color: #BAD5FF;
  }
  .flatpickr-day.selected {
    color: #fff !important;
  }
  .flatpickr-day.startRange,
  .flatpickr-day.endRange {
    background-color: #108DF9 !important;
    border-color: #BAD5FF !important;
    position: relative;
    z-index: 1;
  }
  .flatpickr-day.startRange::after,
  .flatpickr-day.endRange::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    z-index: -2;
    display: block;
    background-color: #BAD5FF;
  }
  .flatpickr-day.startRange::before,
  .flatpickr-day.endRange::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    z-index: -1;
    display: block;
    background-color: #108DF9;
  }
  .flatpickr-day.startRange::after {
    border-radius: 50% 0 0 50%;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
  }
  .flatpickr-day.startRange::before {
    border-radius: 50%;
  }
  .flatpickr-day.endRange::after {
    border-radius: 0 50% 50% 0;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
  }
  .flatpickr-day.endRange::before {
    border-radius: 50%;
  }
  .flatpickr-day.startRange.endRange::after {
    display: none;
  }
  .flatpickr-day.startRange.endRange::before {
    display: none;
  }
  .flatpickr-day.endRange {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .flatpickr-day.flatpickr-disabled {
    color: #ccc !important;
  }
  .flatpickr-day.inRange {
    border-radius: 0 !important;
    background-color: #BAD5FF !important;
    -webkit-box-shadow: -5px 0 0 #BAD5FF, 5px 0 0 #BAD5FF;
    box-shadow: -5px 0 0 #BAD5FF, 5px 0 0 #BAD5FF;
    transition: 0s !important;
  }
  .dayContainer {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .dayContainer + .dayContainer {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .flatpickr-prev-month {
    left: 20px !important;
    top: 33px !important;
    padding: 0 !important;
    height: auto !important;
  }
  .flatpickr-prev-month::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../images/common/ico_detail.svg) no-repeat center;
    background-size: 18px 18px;
    transform: rotate(180deg);
  }
  .flatpickr-next-month {
    right: 38px !important;
    top: 33px !important;
    padding: 0 !important;
    height: auto;
  }
  .flatpickr-next-month::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(../images/common/ico_detail.svg) no-repeat center;
    background-size: 18px 18px;
  }
  .flatpickr-next-month svg {
    display: none;
  }
  .flatpickr-day.inRange,
  .flatpickr-day.prevMonthDay.inRange,
  .flatpickr-day.nextMonthDay.inRange,
  .flatpickr-day.today.inRange,
  .flatpickr-day.prevMonthDay.today.inRange,
  .flatpickr-day.nextMonthDay.today.inRange,
  .flatpickr-day:hover,
  .flatpickr-day.prevMonthDay:hover,
  .flatpickr-day.nextMonthDay:hover,
  .flatpickr-day:focus,
  .flatpickr-day.prevMonthDay:focus,
  .flatpickr-day.nextMonthDay:focus {
    background: #BAD5FF;
    border-color: #BAD5FF;
  }
  .flatpickr-day.nextMonthDay,
  .flatpickr-day.prevMonthDay {
    color: #ccc !important;
  }
  .flatpickr-day.nextMonthDay.hidden,
  .flatpickr-day.prevMonthDay.hidden {
    visibility: visible !important;
  }
}
@media screen and (max-width: 530px) {
  .flatpickr-calendar.searchCalendar {
    top: 150px !important;
  }
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.header {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999;
}
.header.-fixed {
  position: fixed;
  background: unset;
}
.header.-fixed .headerCont {
  background: unset;
  padding-left: 140px;
}
.header.-fixed .headerCont .headerHead {
  display: none;
}
.header.-fixed .headerCont .headerNav {
  padding-left: 0;
}
.header.-fixed .header__logoBox {
  width: 140px;
  height: 100px;
}
.header.-fixed .header__logoBox .header__logo {
  width: 84px;
  height: 59px;
  object-fit: cover;
}
.header .header__logoBox {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 220px;
  height: 150px;
  aspect-ratio: 220/150;
  border-radius: 0 0 25px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 5;
  background-color: #ffffff;
  transition: 300ms width ease, 300ms height ease;
}
.header .header__logoBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .header__logoBox a img {
  position: relative;
  left: -10px;
}
.header .header__logoBox .header__logo {
  transition: 300ms width ease, 300ms height ease;
  width: 140px;
  height: 99px;
  object-fit: cover;
}
.header .headerCont {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 108px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 219px;
  background-color: #ffffff;
}
.header .headerCont .headerNav {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border-bottom: solid 1px #e2e2e2;
  order: 2;
}
.header .headerCont .headerNav .headerNavList {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: clamp(20px, 20px + 40 * (100vw - 768px) / 512, 60px);
}
.header .headerCont .headerNav .headerNavList .headerNavList__item {
  position: relative;
  width: 100%;
  min-width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 28px;
  margin: auto 0;
  background-color: #e2e2e2;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item::before {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 0;
  background-color: #108dfb;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item:hover::before {
  width: 100%;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn {
  position: relative;
  padding-top: 0;
  font-size: 14px;
  line-height: 1;
  display: flex;
  column-gap: 5px;
  font-weight: 600;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn::before {
  content: "";
  display: block;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.place::before {
  width: 15px;
  height: 17px;
  background-image: url(../images/common/ico_pin.svg);
  margin-bottom: 3px;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.place span {
  display: flex;
  align-items: center;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.place span::after {
  content: "";
  display: block;
  width: 10px;
  margin-left: 4px;
  height: 5px;
  background: url(../images/common/ico_drop.svg) no-repeat;
  background-size: contain;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.dot::before {
  width: 22px;
  height: 4px;
  background-image: url(../images/common/ico_dots.svg);
  margin-bottom: 11px;
  margin-top: 10px;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.dot span {
  display: flex;
  align-items: center;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.dot span::after {
  content: "";
  display: block;
  width: 10px;
  margin-left: 4px;
  height: 5px;
  background: url(../images/common/ico_drop.svg) no-repeat;
  background-size: contain;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.faq_header::before {
  width: 18px;
  height: 17px;
  background-image: url(/esim/assets/images/common/gnb_faq.svg);
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.search::before {
  width: 18px;
  height: 17px;
  background-image: url(../images/common/ico_search-blue.svg);
}
.header .headerCont .headerHead {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 54px;
  padding: 0 0 0 20px;
  border-bottom: solid 1px #e2e2e2;
  z-index: 10;
  order: 1;
}
.header .headerCont .headerHead .headerList {
  display: flex;
  column-gap: 20px;
}
.header .headerCont .headerHead .headerList li {
  position: relative;
}
.header .headerCont .headerHead .headerList li:last-child::after {
  content: none;
}
.header .headerCont .headerHead .headerList li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 12px;
  background-color: #d1d1d1;
  transform: rotate(30deg);
}
.header .headerCont .headerHead .headerList li a {
  font-size: 14px;
  font-weight: 600;
}
.header .headerCont .headerHead__top-nav {
  display: flex;
  margin-right: auto;
  gap: 20px;
}
.header .headerCont .headerHead__top-nav-item + .headerHead__top-nav-item {
  position: relative;
}
.header .headerCont .headerHead__top-nav-item + .headerHead__top-nav-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -11px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 12px;
  background-color: #d1d1d1;
  transform: rotate(30deg);
}
.header .headerCont .headerHead .headerHead__contact {
  height: 54px;
  border-radius: 0 0 0 10px;
}
.header .headerCont .headerHead .headerHead__contact .contact__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 24px;
  color: #ffffff;
  border: #151515 2px solid;
  border-radius: 0 0 0 10px;
  background-color: #151515;
}
.header .headerCont .headerHead .headerHead__contact .contact__link span {
  display: flex;
  align-items: center;
}
.header .headerCont .headerHead .headerHead__contact .contact__link span::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  -webkit-mask-image: url("/assets/images/common/ico_reserve-confirm.svg");
  mask-image: url("/assets/images/common/ico_reserve-confirm.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.header .headerCont .headerHead .headerHead__contact .contact__link:hover {
  opacity: 1;
  color: #151515;
  transition: 0.3s;
  background-color: #ffffff;
}
.header .headerCont .headerHead .headerHead__contact .contact__link:hover span::before {
  background-color: #151515;
  -webkit-mask-image: url("/assets/images/common/ico_reserve-confirm.svg");
  mask-image: url("/assets/images/common/ico_reserve-confirm.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.3s;
}
.header .headerCont .headerHead .headerHead__contact-box {
  position: absolute;
  top: 46px;
  right: 80px;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.header .headerCont .headerHead .headerHead__contact-box.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header .headerCont .headerHead .headerHead__contact-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.header .headerCont .headerHead .headerHead__contact-item {
  border-bottom: 1px solid #d1d1d1;
}
.header .headerCont .headerHead .headerHead__contact-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding-bottom: 12px;
}
.header .headerCont .headerHead .headerHead__contact-item a:hover {
  border-bottom: 1px solid #108df9;
  color: #108df9;
}
.header .headerCont .headerHead .headerHead__language {
  height: 53px;
  background-color: #ffffff;
}
.header .headerCont .headerHead .headerHead__language .language__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 30px;
}
.header .headerCont .headerHead .headerHead__language .language__link::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background: url(../images/common/ico_language.svg) center/contain no-repeat;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 言語選択メニュー　languageListBox
――――――――――――――――――――――――――――――――――――――――――――――*/
.languageListBox {
  position: absolute;
  top: 46px;
  right: 180px;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}
.languageListBox.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.languageListBox .languageList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 460px;
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.languageListBox .languageList .languageList__item {
  max-width: 180px;
  width: calc((100% - 20px) / 2);
  border-bottom: 1px solid #d1d1d1;
}
.languageListBox .languageList .languageList__item .languageList__link {
  display: block;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 300;
}
.languageListBox .languageList .languageList__item.is-active {
  border-bottom: 1px solid #108df9;
}
.languageListBox .languageList .languageList__item.is-active .languageList__link {
  color: #108df9;
}
.languageListBox .languageList .languageList__item:hover {
  border-bottom: 1px solid #108df9;
}
.languageListBox .languageList .languageList__item:hover .languageList__link {
  opacity: 1;
  color: #108df9;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 言語選択メニュー sp　languageListBox--sp
――――――――――――――――――――――――――――――――――――――――――――――*/
.header-sp {
  display: none;
}

.language__link--sp {
  opacity: 0;
}

.languageListBox--sp {
  display: none;
  width: 100%;
  max-width: 335px;
  z-index: 10;
}
.languageListBox--sp.is-open {
  display: block;
}
.languageListBox--sp .languageList--sp .languageList__item--sp {
  max-width: 143px;
  width: calc((100% - 8px) / 2);
  height: auto;
  border-bottom: 1px solid #d1d1d1;
}
.languageListBox--sp .languageList--sp .languageList__item--sp .languageList__link--sp {
  display: block;
  padding: 0 0 14px 0;
  font-size: 14px;
  font-weight: 300;
}
.languageListBox--sp .languageList--sp .languageList__item--sp.is-active {
  border-bottom: 1px solid #108df9;
}
.languageListBox--sp .languageList--sp .languageList__item--sp.is-active .languageList__link--sp {
  color: #108df9;
}
.languageListBox--sp .languageList--sp .languageList__item--sp:hover {
  border-bottom: 1px solid #108df9;
}
.languageListBox--sp .languageList--sp .languageList__item--sp:hover .languageList__link--sp {
  opacity: 1;
  color: #108df9;
}

@media screen and (max-width: 1000px) {
  .header {
    background-color: #ffffff;
  }
  .header .header__logoBox {
    width: auto;
    min-width: 109px;
    height: 108px;
    aspect-ratio: 220/150;
    overflow: hidden;
    position: static;
    box-shadow: none;
    border-radius: 0;
    border-bottom: solid 1px #e2e2e2;
  }
  .header .header__logoBox .header__logo {
    width: 98px;
    height: 69px;
  }
  .header .headerCont {
    height: 108px;
    padding: 0;
  }
  .header .headerCont .headerHead {
    padding-left: 0;
  }
  .header.-fixed .header__logoBox {
    width: auto;
    height: 108px;
    border-radius: 0 0 25px 0;
  }
  .header.-fixed .headerCont {
    padding: 0;
  }
  .header.-fixed .headerCont .headerNav {
    padding-left: 0;
  }
  .headerNavList__btn {
    font-size: 12px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* ドロップダウン dropdownMenu
――――――――――――――――――――――――――――――――――――――――――――――*/
.dropdownMenu {
  position: absolute;
  width: fit-content;
  top: 52px;
  padding-top: 35px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 5;
}
.dropdownMenu__inner {
  background: #fff;
  border-radius: 15px;
  padding: 17px 25px;
  min-width: 160px;
  text-align: left;
}
.dropdownMenu__inner ul li {
  white-space: nowrap;
  margin-bottom: 13px;
}
.dropdownMenu__inner ul li a {
  display: flex;
  align-items: center;
}
.dropdownMenu__inner ul li a::after {
  content: "";
  display: block;
  width: 4px;
  margin-left: 25px;
  height: 9px;
  background: url("../images/common/ico_arrow.svg") no-repeat;
  background-size: contain;
}
.dropdownMenu__inner ul li:last-child {
  margin-bottom: 0;
}
.dropdownMenu.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.dropdownMenu.pointMenu {
  left: 20px;
}
.dropdownMenu.rentalCarMenu {
  left: -220px;
}
.dropdownMenu.activityMenu {
  right: -238px;
  margin-right: 40px;
}
.dropdownMenu.japanMenu {
  right: 0;
}

@media screen and (max-width: 768px) {
  .dropdownMenu {
    position: static;
    width: 100%;
  }
  .dropdownMenu .dropdownMenu__inner {
    padding-bottom: 0;
  }
  .dropdownMenu .menuItemList li a {
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
  }
  .dropdownMenu .menuTextList {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
  }
  .dropdownMenu .menuTextList li {
    margin-bottom: 0;
    font-weight: normal;
  }
  .dropdownMenu .menuTextList li a {
    color: #151515;
    font-size: 12px;
    position: relative;
    display: block;
    padding-bottom: 1px;
  }
  .dropdownMenu .menuTextList li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -11px;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 12px;
    background-color: #d1d1d1;
    transform: rotate(30deg);
  }
  .dropdownMenu .menuTextList li:last-child a::after {
    display: none;
  }
}
.menuList {
  display: flex;
  gap: 0 40px;
  width: 100%;
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.menuList .menuList__item {
  max-width: 320px;
  width: clamp(250px, 250px + 70 * (100vw - 768px) / 512, 320px);
  text-align: start;
}
.menuList .menuList__item .menuList__ttlBox {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e5e5;
}
.menuList .menuList__item .menuList__ttlBox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #108df9;
}
.menuList .menuList__item .menuList__ttlBox .menuList__ttl {
  color: #108df9;
  font-size: 15px;
  font-weight: 600;
}
.menuList .menuList__item .menuContList .menuContList__item {
  margin-top: 20px;
}
.menuList .menuList__item .menuContList .menuContList__item .menuContList__ttl {
  margin-bottom: 8px;
}
.menuList .menuList__item .menuContList .menuContList__item .menuContList__ttl .menuContList__link.select__category span::after {
  bottom: 0;
}
.menuList .menuList__item .menuContList .menuContList__item .menuContList__ttl .select__category span:after {
  content: none;
}
.menuList .menuList__item .menuContList .menuContList__item .menuTxtList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}
.menuList .menuList__item .menuContList .menuContList__item .menuTxtList .menuTxtList__item {
  font-size: 12px;
  font-weight: normal;
}

.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 9;
}
.header-overlay.is-active {
  display: block;
}

@media screen and (max-width: 1000px) {
  .dropdownMenu.is-active {
    display: block;
    opacity: 1;
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .header-overlay {
    display: none;
  }
  .header-overlay.is-active {
    display: block;
  }
  .header {
    display: none;
  }
  .header-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
  }
  .header-sp.hide {
    top: -100%;
  }
  .header-sp .headerCont {
    flex-direction: column;
    min-width: auto;
    padding-bottom: 36px;
  }
  .header-sp .header__logo-sp {
    width: 130px;
    height: auto;
  }
  .header-sp .header__logo-sp.-affiliated {
    width: 98px;
    aspect-ratio: unset;
  }
  .header-sp .header__logo-sp.-affiliated a {
    display: flex;
    align-items: flex-end;
    column-gap: 5px;
  }
  .header-sp .header__logo-sp .header__logoImg-sp {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-sp .favorite__link {
    font-size: 14px;
    font-weight: 600;
  }
  .header-sp .header__menu-sp {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .header-sp .header__menu-sp .headerHead__language--sp {
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header-sp .header__menu-sp .headerHead__language--sp.is-active {
    visibility: visible;
    opacity: 1;
  }
  .header-sp .header__menu-sp .headerHead__language--sp .language__link--sp {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .header-sp .header__menu-sp .headerHead__language--sp .language__link--sp::before {
    content: "";
    display: block;
    margin-right: 8px;
    width: 17px;
    height: 17px;
    background: url(../images/common/ico_language.svg) center/contain no-repeat;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .header-sp .header__menu-sp .header__menuImgBox-sp {
    width: 15px;
    height: 10px;
  }
  .header-sp .header__menu-sp .header__menuImgBox-sp.is-close {
    width: 15px;
    height: 15px;
  }
  .header-sp .header__menu-sp .header__menuImgBox-sp .header__menuImg-sp {
    display: none;
    width: 100%;
  }
  .header-sp .header__menu-sp .header__menuImgBox-sp .header__menuImg-sp.is-active {
    display: block;
    animation-name: fadeInAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .dropdownMenu {
    display: none;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    z-index: 5;
  }
  .dropdownMenu__inner {
    min-width: 0;
    padding: 10px;
  }
  .dropdownMenu__inner ul li {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .dropdownMenu__inner ul li:last-child {
    margin-bottom: 0;
  }
  .dropdownMenu.is-active {
    display: block;
  }
  .menuList {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 20px;
  }
  .menuList .menuList__item {
    max-width: none;
    width: 100%;
    text-align: start;
  }
  .menuList .menuList__item .menuList__ttlBox {
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e5e5;
    position: relative;
  }
  .menuList .menuList__item .menuList__ttlBox::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #108df9;
  }
  .menuList .menuList__item .menuList__ttlBox .menuList__ttl {
    font-size: 15px;
    font-weight: 600;
    color: #108df9;
  }
  .menuList .menuList__item .menuContList .menuContList__item {
    margin-top: 20px;
  }
  .menuList .menuList__item .menuContList .menuContList__item .menuContList__ttl {
    margin-bottom: 8px;
  }
  .menuList .menuList__item .menuContList .menuContList__item .menuTxtList {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
  }
  .menuList .menuList__item .menuContList .menuContList__item .menuTxtList .menuTxtList__item {
    font-size: 12px;
    font-weight: normal;
  }
  .pointMenuList {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    max-width: none;
    width: 100%;
  }
  .pointMenuList .pointMenuList__item {
    max-width: none;
    width: calc((100% - 15px) / 2);
  }
  .pointMenuList .pointMenuList__item .pointMenuList__contBox {
    margin-top: 14px;
  }
  .pointMenuList .pointMenuList__item .pointMenuList__contBox .pointMenuList__point {
    font-size: 14px;
  }
  .languageListBox--sp {
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    max-width: 335px;
    z-index: 10;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .languageListBox--sp.is-open {
    opacity: 1;
  }
  .languageListBox--sp .languageList--sp {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 30px 20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 15px;
  }
  .languageListBox--sp .languageList--sp .languageList__item--sp {
    max-width: 143px;
    width: calc((100% - 8px) / 2);
    height: auto;
    border-bottom: 1px solid #d1d1d1;
  }
  .languageListBox--sp .languageList--sp .languageList__item--sp .languageList__link--sp {
    display: block;
    padding: 0 0 14px 0;
    font-size: 14px;
    font-weight: 300;
  }
  .languageListBox--sp .languageList--sp .languageList__item--sp.is-active {
    border-bottom: 1px solid #108df9;
  }
  .languageListBox--sp .languageList--sp .languageList__item--sp.is-active .languageList__link--sp {
    color: #108df9;
  }
  .languageListBox--sp .languageList--sp .languageList__item--sp:hover {
    border-bottom: 1px solid #108df9;
  }
  .languageListBox--sp .languageList--sp .languageList__item--sp:hover .languageList__link--sp {
    opacity: 1;
    color: #108df9;
  }
  .film-gray,
  .dim-gray {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #151515;
    z-index: 5;
  }
  .film-gray.is-active,
  .dim-gray.is-active {
    opacity: 0.3;
    visibility: visible;
  }
  @keyframes fadeInAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeOutAnime {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}
.header-sp-menu {
  position: fixed;
  display: none;
  top: 60px;
  left: 0;
  background: #fff;
  z-index: 999;
}
.header-sp-menu__inner {
  height: 100vh;
  overflow-y: scroll;
  padding: 20px 20px 70px;
}
.header-sp-menu__inner .topCategory {
  margin-bottom: 37px;
  padding: 0;
}
.header-sp-menu__inner .topCategory .ttlFlexBox {
  margin-bottom: 15px;
}
.header-sp-menu__inner .topCategory .ttlFlexBox .c-secTtl {
  font-size: 16px;
}
.header-sp-menu__inner .topCategory .ttlFlexBox .c-secTtl::before {
  width: 17px;
  height: 17px;
}
.header-sp-menu__inner .topCategoryLink {
  gap: 15px 11px;
}
.header-sp-menu__inner .topCategoryLink__item {
  width: calc((100% - 11px) / 2);
  border: none;
}
.header-sp-menu__inner .topCategoryLink__item .dropdownMenu {
  top: 120px;
}
.header-sp-menu__inner .topCategoryLink__btn {
  border: none;
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 15px 15px;
  font-size: 15px;
}
.header-sp-menu__inner .topCategoryLink__btn.dragstore::before {
  width: 44px;
  height: 41px;
}
.header-sp-menu__inner .topCategoryLink__btn.zakka::before {
  width: 50px;
  height: 25px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header-sp-menu__inner .topCategoryLink__btn.fasion::before {
  width: 37px;
  height: 35px;
  margin-bottom: 6px;
}
.header-sp-menu__inner .topCategoryLink__btn.kaden::before {
  width: 35px;
  height: 25px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header-sp-menu__inner .topCategoryLink__btn.wifi::before {
  width: 40px;
  height: 29px;
  margin-top: 5px;
  margin-bottom: 6px;
}
.header-sp-menu__inner .topCategoryLink__btn.heart::before {
  width: 37px;
  height: 33px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.header-sp-menu__inner .topCategoryLink__btn.gourmet::before {
  width: 32px;
  height: 40px;
  margin-bottom: 1px;
}
.header-sp-menu__inner .topCategoryLink__btn.act::before {
  width: 43px;
  height: 37px;
  margin-bottom: 4px;
}
.header-sp-menu__inner .topCategoryLink__btn.act::after {
  display: inline-block;
}
.header-sp-menu__link {
  border-top: 1px solid #e0e0e0;
}
.header-sp-menu__link li {
  border-bottom: 1px solid #e0e0e0;
}
.header-sp-menu__link li a {
  font-size: 12px;
  padding: 10px 10px 10px 2px;
  display: flex;
  align-items: center;
}
.header-sp-menu__link li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 2px;
  margin-right: 5px;
  background: url("../images/common/icon_line.svg") no-repeat;
  background-size: contain;
}
.header-sp-menu .dropdownMenu__wrap .dropdownMenu__btn {
  position: relative;
  display: flex;
  align-items: center;
}
.header-sp-menu .dropdownMenu__wrap .dropdownMenu__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  margin-left: auto;
  background: url("../images/common/ico_drop.svg") no-repeat center/contain;
}
.header-sp-menu .dropdownMenu__wrap .dropdownMenu__item {
  padding: 20px 0;
}
.header-sp-menu .dropdownMenu__wrap .dropdownMenu__item + .dropdownMenu__item {
  border-top: 1px solid #e0e0e0;
}
.header-sp-menu .headerHead__top-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 70px;
  padding: 10px;
}
.header-sp-menu .headerHead__top-nav li {
  position: relative;
}
.header-sp-menu .headerHead__top-nav li:last-child::after {
  content: none;
}
.header-sp-menu .headerHead__top-nav li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 12px;
  background-color: #d1d1d1;
  transform: rotate(30deg);
}
.header-sp-menu .headerHead__top-nav li a {
  font-size: 12px;
  color: #108df9;
  font-weight: 600;
}
.header-sp-menu .headerHead__top-nav-item-img {
  width: 15px;
  height: 15px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* footerMenuArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.footerMenuArea .relative {
  position: relative;
}
.footerMenuArea .relative::before {
  content: "";
  display: block;
  position: absolute;
  top: -39px;
  right: -30px;
  background-image: url(../images/common/bg_footprints02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 193px;
  height: 195px;
}
.footerMenuArea .relative .footerMenu__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.footerMenuArea .relative .footerMenu__item .footerMenu__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
}
.footerMenuArea .relative .footerMenu__item .footerMenu__ttl::before {
  content: "";
  display: block;
  margin-right: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footerMenuArea .relative .footerMenu__item .footerMenu__ttl.--coupon::before {
  width: 25px;
  height: 17px;
  background-image: url(../images/common/ico_coupon.svg);
}
.footerMenuArea .relative .footerMenu__item .footerMenu__flexBox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(50px, 50px + 43 * (100vw - 768px) / 512, 93px);
  margin-top: 15px;
}
.footerMenuArea .relative .footerMenu__item .footerMenu__flexBox .select__category {
  display: flex;
  margin-bottom: 8px;
}
.footerMenuArea .relative .footerMenu__item .footerMenu__flexBox .select__category span {
  font-size: 14px;
}
.footerMenuArea .relative .footerMenu__item .footerMenu__flexBox .select__category span:after {
  content: none;
}
.footerMenuArea.footerMenuBox {
  background-color: #eff0f2;
  padding-top: 54px;
  padding-bottom: 40px;
}

.footer__service {
  margin-bottom: 60px;
}
.footer__service .footerService__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
}
.footer__service .footerService__ttl::before {
  content: "";
  display: block;
  margin-right: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer__service .footerService__ttl.--dots::before {
  width: 19px;
  height: 5px;
  background-image: url(../images/common/ico_dots.svg);
}
.footer__serviceList {
  display: flex;
  column-gap: 22px;
}
.footer__serviceList__item {
  width: calc((100% - 44px) / 3);
}
.footer__serviceList__item:nth-child(1) a::after {
  width: 125px;
  height: 91px;
  background: url("../images/common/img_character-car.png") no-repeat;
  background-size: contain;
  bottom: -20px;
  right: 5px;
}
.footer__serviceList__item:nth-child(1) p::before {
  content: "";
  display: block;
  width: 27px;
  height: 18px;
  background: url("../images/common/ico_car.svg") no-repeat;
  background-size: contain;
}
.footer__serviceList__item:nth-child(2) a::after {
  width: 72px;
  height: 100px;
  background: url("../images/common/img_character-marine.png") no-repeat;
  background-size: contain;
  bottom: -15px;
  right: 0;
}
.footer__serviceList__item:nth-child(2) p::before {
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  background: url("../images/common/icon_act.svg") no-repeat;
  background-size: contain;
}
.footer__serviceList__item:nth-child(3) p::before {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background: url("../images/common/ico_golf.svg") no-repeat;
  background-size: contain;
}
.footer__serviceList__item:nth-child(3) a::after {
  width: 110px;
  height: 98px;
  background: url("../images/common/img_character-golf.png") no-repeat;
  background-size: contain;
  bottom: -15px;
  right: -20px;
}
.footer__serviceList__item:nth-child(3) a.esim::after {
  width: 81px;
  height: 90px;
  background: url("../images/common/img_character-esim.png") no-repeat;
  background-size: contain;
  bottom: -15px;
  right: -10px;
}
.footer__serviceList__item:nth-child(3) a.esim p::before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url("/esim/assets/images/common/icon_wifi.svg") no-repeat;
  background-size: contain;
}
.footer__serviceList__link {
  position: relative;
  display: block;
}
.footer__serviceList__link::after {
  content: "";
  position: absolute;
  display: block;
}
.footer__serviceList__link figure {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
.footer__serviceList__link p {
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.footer__MenuWrap {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}
.footer__MenuWrap .footerMenu__item {
  border-bottom: none !important;
  padding: 0;
}
.footer__MenuWrap .footerMenu__item .itemList {
  margin-bottom: 45px;
}
.footer__MenuWrap .footerMenu__ttl {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
.footer__MenuWrap .footerMenu__ttl.--category {
  display: flex;
}
.footer__MenuWrap .footerMenu__ttl.--category::before {
  content: "";
  display: block;
  width: 14px;
  margin-right: 8px;
  height: 14px;
  background: url("../images/top/icon_category.svg") no-repeat;
}
.footer__MenuWrap .footerMenu__ttl.--keyword {
  display: flex;
}
.footer__MenuWrap .footerMenu__ttl.--keyword::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/top/ico_search.svg") no-repeat;
}
.footer__MenuWrap .footerMenu__ttl.--map {
  display: flex;
}
.footer__MenuWrap .footerMenu__ttl.--map::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/common/ico_pin.svg") no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.footer__MenuWrap .footer__MenuArea .itemList {
  margin-bottom: 10px;
}
.footer__MenuWrap .footer__MenuArea .itemList__item2 a {
  font-size: 16px;
  font-weight: 600;
}

.itemList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 22px;
}

.itemList__item {
  position: relative;
}
.itemList__item > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 12px;
  background-color: #d1d1d1;
  transform: rotate(30deg);
}
.itemList__item:last-child > a::after {
  display: none;
}

.itemList__item2 > a {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.itemList__item2 > a::after {
  content: "";
  display: block;
  width: 16px;
  margin-left: 10px;
  height: 16px;
  background: url("../images/common/ico_detail.svg") no-repeat;
}

.itemList__link {
  color: #151515;
  font-size: 12px;
  position: relative;
  display: block;
  padding-bottom: 1px;
}

.itemList__link::before {
  background-color: #151515;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.5s all;
  width: 0;
}

.itemList__link:hover::before {
  width: 100%;
}

@media (max-width: 1000px) {
  .footer__MenuWrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer__service {
    margin-bottom: 40px;
  }
  .footer__serviceList {
    display: block;
  }
  .footer__serviceList__item {
    width: auto;
    margin-bottom: 23px;
  }
  .footer__serviceList__item:nth-child(1) a::after {
    width: 100px;
    height: 72px;
    bottom: 0;
    right: -20px;
  }
  .footer__serviceList__item:nth-child(2) a::after {
    width: 57px;
    height: 80px;
    bottom: 10px;
    right: 10px;
  }
  .footer__serviceList__item:nth-child(3) a::after {
    width: 88px;
    height: 78px;
    bottom: 0;
    right: -20px;
  }
  .footer__serviceList__item:nth-child(3) a.esim::after {
    width: 68px;
    height: 78px;
  }
  .footer__serviceList__item p {
    font-size: 14px;
  }
  .footer__serviceList__item:last-child {
    margin-bottom: 0;
  }
  .itemList__item2 {
    width: calc((100% - 22px) / 2);
  }
  .footerMenuBox {
    padding-top: 30px;
  }
  .footerMenuBox .relative::before {
    top: -57px;
    right: 0;
    width: 160px;
    height: 162px;
  }
  .footerMenuBox .relative .footerMenu__item {
    padding: 20px 0;
  }
  .footerMenuBox .relative .footerMenu__item .footerMenu__ttl {
    margin-bottom: 10px;
  }
  .footerMenuBox .relative .footerMenu__item .footerMenu__ttl.--shoes {
    margin-bottom: 18px;
  }
  .footerMenuBox .relative .footerMenu__item .footerMenu__ttl.--bag {
    margin-bottom: 21px;
  }
  .footerMenuBox .relative .footerMenu__item .footerMenu__flexBox {
    gap: 12px clamp(50px, 50px + 43 * (100vw - 768px) / 512, 93px);
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* footerAnimeArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.footerAnimeArea {
  position: relative;
}

.footerAnimetion__img {
  position: absolute;
  right: 60px;
  bottom: 15px;
  width: 166px;
  height: auto;
}

.sceneList {
  display: flex;
  height: 231px;
}

.sceneList__item {
  height: 231px;
}

.sceneList__img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .footerAnimetion__img {
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 106px;
    height: auto;
  }
  .sceneList {
    display: flex;
    height: 200px;
  }
  .sceneList__item {
    height: 200px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* footerContBox
――――――――――――――――――――――――――――――――――――――――――――――*/
.footerContBox {
  background-color: #333333;
  padding-top: 58px;
  padding-bottom: 58px;
}

.footerInfo {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.footerInfo__text {
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}

.footerInfoList {
  margin-top: 8px;
}

.footerInfoList__item {
  position: relative;
}
.footerInfoList__item > a::after {
  background-color: #ffffff;
}

.footerInfoList__link {
  color: #ffffff;
}

.copyrightBox {
  background-color: #151515;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright {
  color: #f5f5f5;
  font-size: 10px;
  text-align: end;
}

@media screen and (max-width: 768px) {
  .footerContBox {
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.socialList {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.socialList .socialList__item a {
  display: block;
  width: 30px;
  height: 30px;
}
.socialList .socialList__item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.socialList .socialList__item:hover a {
  opacity: 0.7;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* topFirstArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topFirstArea {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}
.topFirstArea .l-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -66px;
  left: -60px;
  background-image: url(../images/common/bg_footprints01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 193px;
  height: 195px;
}

@media screen and (max-width: 768px) {
  .topFirstArea {
    padding-top: 80px;
    padding-bottom: 25px;
  }
  .topFirstArea .l-inner::before {
    top: -90px;
    left: -22px;
    width: 160px;
    height: 162px;
    z-index: -1;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* recommendArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.recommendArea {
  padding-top: 33px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .recommendArea {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topPointArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topPointArea .l-inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -110px;
  right: -40px;
  background-image: url(../images/common/bg_footprints03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 193px;
  height: 195px;
}

@media screen and (max-width: 1000px) {
  .topPointArea .l-inner::before {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .topPointArea .l-inner::before {
    top: -103px;
    right: 0;
    width: 160px;
    height: 162px;
    z-index: -1;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topRentalArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topRentalArea {
  position: relative;
  padding-top: 30px;
}
.topRentalArea .l-inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -83px;
  left: -40px;
  background-image: url(../images/common/bg_footprints04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 193px;
  height: 195px;
}

@media screen and (max-width: 768px) {
  .topRentalArea {
    padding-top: 18px;
  }
  .topRentalArea .l-inner::before {
    bottom: -54px;
    left: -54px;
    width: 160px;
    height: 162px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* typeOfCarArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.typeOfCarArea {
  position: relative;
}
.typeOfCarArea .l-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: -85px;
  right: 0;
  width: 160px;
  height: 116px;
  background-image: url(../images/common/img_character-car.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .typeOfCarArea {
    padding-bottom: 20px;
  }
  .typeOfCarArea .l-inner {
    position: relative;
  }
  .typeOfCarArea .l-inner::after {
    display: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topActivityArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topActivityArea {
  position: relative;
}
.topActivityArea .l-inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  right: -45px;
  background-image: url(../images/common/bg_footprints03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 193px;
  height: 195px;
}

@media screen and (max-width: 1000px) {
  .topActivityArea .l-inner::before {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .topActivityArea {
    padding-top: 21px;
  }
  .topActivityArea .l-inner::before {
    display: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* selectArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.selectArea {
  padding-top: 35px;
  padding-bottom: 38px;
  background-color: #FFFFFF;
}
.selectArea.no-bg {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .selectArea {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* categoryArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.categoryArea {
  position: relative;
}
.categoryArea .l-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  right: 0px;
  width: 87px;
  height: 120px;
  background-image: url(../images/common/img_character-marine.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .categoryArea {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .categoryArea .l-inner::after {
    display: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* japanArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.japanArea {
  position: relative;
}
.japanArea .l-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: -78px;
  right: 0px;
  width: 86px;
  height: 95px;
  background-image: url(/assets/images/common/img_character-luggage.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .japanArea .l-inner::after {
    display: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* TopCheckedArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.TopCheckedArea {
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .TopCheckedArea {
    padding-bottom: 10px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topJapanArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topJapanArea {
  position: relative;
  padding-top: 35px;
  padding-bottom: 50px;
}
.topJapanArea .l-inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -70px;
  left: -55px;
  background-image: url(../images/common/bg_footprints05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 193px;
  height: 195px;
}

@media screen and (max-width: 768px) {
  .topJapanArea {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .topJapanArea .l-inner::before {
    display: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* TopCouponArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.TopCouponArea {
  padding-top: 28px;
  padding-bottom: 55px;
}

.couponListBox .couponList .coupon__item {
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
}
.couponListBox .couponList .coupon__item .coupon__imgBox {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.couponListBox .couponList .coupon__item .coupon__imgBox .coupon__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 216/98;
}
.couponListBox .couponList .coupon__item .coupon__contBox {
  padding: 12px 15px;
  border-bottom: 3px dashed #E3E3E3;
}
.couponListBox .couponList .coupon__item .coupon__contBox .coupon__tag {
  background-color: #BAD5FF;
  border-radius: 12px;
  font-size: 12px;
  padding: 4px 9px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1;
}
.couponListBox .couponList .coupon__item .coupon__contBox .coupon__store {
  font-size: 16px;
  font-weight: 600;
}
.couponListBox .couponList .coupon__item .coupon__contBox .coupon__discount {
  font-size: 14px;
  font-weight: 600;
}
.couponListBox .couponList .coupon__item .coupon__contBox .coupon__discount .coupon__num {
  color: #FF407B;
}
.couponListBox .couponList .coupon__item .coupon__contBox .coupon__txt {
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.5;
}
.couponListBox .couponList .coupon__item .coupon__btnBox {
  padding: 15px;
}
.couponListBox .couponList .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 16px;
}
.couponListBox .couponSlideNext {
  top: calc(50% - 40px);
  width: 40px;
  height: 40px;
}
.couponListBox .couponSlideNext:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/common/ico_slide-arrow.svg") center/100% no-repeat;
}
.couponListBox .couponSlideNext:after {
  content: none;
}
.couponListBox .couponSlideNext.swiper-button-disabled {
  display: none;
}
.couponListBox .couponSlidePrev {
  top: calc(50% - 40px);
  width: 40px;
  height: 40px;
}
.couponListBox .couponSlidePrev:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/common/ico_slide-arrow.svg") center/100% no-repeat;
  transform: rotate(-180deg);
}
.couponListBox .couponSlidePrev:after {
  content: none;
}
.couponListBox .couponSlidePrev.swiper-button-disabled {
  display: none;
}

@media screen and (max-width: 768px) {
  .coupon__contBox {
    padding: 10px 15px;
  }
  .couponListBox .couponSlideNext {
    opacity: 0.5;
  }
  .couponListBox .couponSlidePrev {
    opacity: 0.5;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* rentalReasonArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.rentalReasonArea {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .rentalReasonArea {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* rentalFaqArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.rentalFaqArea {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F5F6F8;
}
.rentalFaqArea .l-inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -40px;
  right: -40px;
  background-image: url(../images/common/bg_footprints03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 193px;
  height: 195px;
}

@media screen and (max-width: 768px) {
  .rentalFaqArea .l-inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -40px;
    right: -20px;
    background-image: url(../images/common/bg_footprints03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 193px;
    height: 195px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* page loading
――――――――――――――――――――――――――――――――――――――――――――――*/
.page-loading {
  position: fixed;
  top: 108px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
  background-color: #F5F6F8;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
.page-loading.active {
  opacity: 1;
  visibility: visible;
}
.page-loading.active > .page-loading-inner {
  opacity: 1;
}
.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.page-loading-inner > span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #333;
}

.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  border: 0.15em solid #108DF9;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}

@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .page-loading {
    top: 60px;
  }
}
.skeleton-price, .skeleton-title, .skeleton-details, .skeleton-img, .skeleton-info {
  background-color: #e0e0e0;
  border-radius: 5px;
  margin: 5px;
  animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-price {
  width: 50%;
  height: 40px;
}

.skeleton-title {
  flex-grow: 1;
  height: 20px;
  width: 100%;
}

.skeleton-details {
  width: 80%;
  height: 20px;
}

.skeleton-img {
  width: 50%;
  height: 150px;
}

.skeleton-info {
  width: 20%;
  height: 20px;
}

@keyframes pulse {
  0% {
    background-color: #e0e0e0;
  }
  50% {
    background-color: #f0f0f0;
  }
  100% {
    background-color: #e0e0e0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* fvArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.fvArea {
  position: relative;
  top: -2px;
  width: 100%;
  padding-bottom: 200px;
  background-image: url(../images/top/bg_fv.jpg);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}
.fvArea .fvFlexBox {
  display: flex;
  gap: 0 clamp(40px, 40px + 25 * (100vw - 768px) / 512, 65px);
  align-items: center;
  padding-top: 160px;
  position: relative;
  z-index: 2;
  justify-content: center;
}
.fvArea .fvFlexBox .fvContBox {
  text-align: center;
}
.fvArea .fvFlexBox .fvContBox .fvContBox__txt {
  font-size: clamp(21px, 21px + 13 * (100vw - 768px) / 512, 34px);
  line-height: 1.23;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.fvArea .fvFlexBox .fvContBox .fvContBox__txt .emphasis {
  font-size: clamp(36px, 36px + 19 * (100vw - 768px) / 512, 55px);
}
.fvArea .fvFlexBox .fvContBox .fvContBox__imgBox {
  max-width: 490px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.fvArea .fvFlexBox .fvContBox .fvContBox__imgBox .fvContBox__img {
  width: 100%;
  height: auto;
  aspect-ratio: 490/180;
  object-fit: cover;
}
.fvArea .fvFlexBox .fvImgBox {
  max-width: 550px;
  width: 550px;
  height: 350px;
  aspect-ratio: 550/350;
}
.fvArea .fvFlexBox .fvImgBox .fvImgBox__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.fvArea .error-message {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  color: #FF3B30;
  padding: 0 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .fvArea {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
    overflow: visible;
    background-image: url(../images/top/bg_fv.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 60%;
  }
  .fvArea::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 40%;
    width: 100%;
    height: 30%;
    z-index: 0;
    pointer-events: none;
    /* #F5F6F8 컬러에서 투명으로 위로 그라데이션 */
    background: linear-gradient(to top, #F5F6F8 0%, rgba(245, 246, 248, 0) 100%);
  }
  .fvArea .fvFlexBox {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px clamp(40px, 40px + 40 * (100vw - 768px) / 512, 80px);
    position: relative;
    padding: 20% 0 10%;
    position: relative;
    z-index: 3;
  }
  .fvArea .fvFlexBox .fvContBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fvArea .fvFlexBox .fvContBox .fvContBox__txt {
    font-size: clamp(22px, 22px + 2 * (100vw - 768px) / 512, 24px);
    line-height: 1.23;
    font-weight: 700;
    margin-bottom: 26px;
    color: #ffffff;
    text-align: center;
  }
  .fvArea .fvFlexBox .fvContBox .fvContBox__txt .emphasis {
    font-size: clamp(28px, 28px + 2 * (100vw - 768px) / 512, 30px);
  }
  .fvArea .fvFlexBox .fvContBox .fvContBox__imgBox {
    display: none;
  }
  .fvArea .fvFlexBox .fvImgBox {
    max-width: 295px;
    width: 296px;
    height: auto;
    aspect-ratio: 295/190;
  }
  .fvArea .fvFlexBox .fvImgBox .fvImgBox__img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* searchBox
――――――――――――――――――――――――――――――――――――――――――――――*/
.searchBox {
  position: relative;
  display: flex;
  gap: clamp(10px, 10px + 10 * (100vw - 768px) / 512, 20px);
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  margin: 20px auto 0;
  padding: 5px;
  border-radius: 33px;
  background-color: #ffffff;
  z-index: 2;
}
.searchBox:has(.radioList .radio-area.activity.is-active) .searchForm .search-point .search-option {
  display: block;
}
.searchBox:has(.radioList .radio-area.activity.is-active) .searchForm .search-point .search-option option:first-child {
  color: #bcbcbc;
}
.searchBox:has(.radioList .radio-area.activity.is-active) .searchForm .search-point .js-modalPoint0pen {
  display: none;
}
.searchBox .radioList {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 336px;
  min-width: 300px;
  padding: 4px;
  border: 1px solid #d5d5d5;
  border-radius: 25px;
}
.searchBox .radioList .radio-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  width: calc((100% - 5px) / 2);
  height: 100%;
  padding: 8px 10px;
  color: #151515;
  font-size: 12px;
  font-weight: 600;
  border-radius: 25px;
  background-color: #ffffff;
}
.searchBox .radioList .radio-area label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.searchBox .radioList .radio-area label:before {
  content: "";
  display: block;
  margin-right: 8px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.searchBox .radioList .radio-area label.radioList-rental::before {
  width: 22px;
  height: 19px;
  background-image: url(../images/common/ico_car-black.svg);
}
.searchBox .radioList .radio-area label.radioList-activity::before {
  width: 23px;
  height: 16px;
  background-image: url(../images/common/ico_shoes-black.svg);
}
.searchBox .radioList .radio-area .radioList__item {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.searchBox .radioList .radio-area.is-active {
  color: #108df9;
  border: 1px solid #108df9;
  background-color: #e3eeff;
}
.searchBox .radioList .radio-area.is-active label.radioList-rental::before {
  background-image: url(../images/common/ico_car.svg);
}
.searchBox .radioList .radio-area.is-active label.radioList-activity::before {
  background-image: url(../images/common/ico_shoes.svg);
}
.searchBox .searchForm {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-left: 20px;
  width: calc(100% - 148px);
}
.searchBox .searchForm > div {
  width: 33%;
}
.searchBox .searchForm input {
  width: 100%;
  padding: 10px 5px;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  cursor: pointer;
}
.searchBox .searchForm input::placeholder {
  color: #bcbcbc;
}
.searchBox .searchForm .search-point {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  max-width: 330px;
  border-left: 2px solid #e0e0e0;
}
.searchBox .searchForm .search-point::before {
  content: "";
  display: block;
  width: 16px;
  height: 19px;
  margin: 0 4px 0 16px;
  background: url(../images/common/ico_pin-gray.svg) center/contain no-repeat;
}
.searchBox .searchForm .search-point .search-option {
  display: none;
  width: 100%;
  padding: 10px 5px;
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.searchBox .searchForm .search-point .search-option.active {
  color: #151515;
}
.searchBox .searchForm .search-text {
  position: relative;
  display: flex;
  align-items: center;
  width: 31.9376825706%;
}
.searchBox .searchForm .search-text::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url("../images/top/ico_search.svg") no-repeat center;
  background-size: contain;
}
.searchBox .searchForm .search-date {
  width: 39.9221032132%;
  flex-shrink: 0;
  min-width: 328px;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 13px;
  border-left: 2px solid #e0e0e0;
}
.searchBox .searchForm .search-date::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 17px;
  margin: 0 4px 0 16px;
  background: url(../images/common/ico_calendar-gray.svg) center/contain no-repeat;
}
.searchBox .searchForm .search-date input {
  width: 100%;
}
.searchBox .searchForm .search-date input:nth-child(2) {
  border-left: none;
}
.searchBox .searchForm .search-date__input {
  position: relative;
  display: flex;
  background: url("../images/common/ico_drop.svg") no-repeat right 15px top 50%;
}
.searchBox .searchForm .search-date__input:first-child {
  margin-right: 13px;
}
.searchBox .searchForm .search-date__input:first-child::after {
  content: "";
  display: block;
  border-right: 1px solid #e0e0e0;
  position: absolute;
  right: 0;
  height: 18px;
  top: 10px;
  width: 1px;
}
.searchBox .searchForm .search-num {
  width: 28.1402142162%;
  position: relative;
  margin-left: 13px;
  display: flex;
  align-items: center;
  border-left: 2px solid #e0e0e0;
}
.searchBox .searchForm .search-num::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 21px;
  height: 18px;
  margin: 0 4px 0 16px;
  background: url(../images/common/ico_guest.svg) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .searchBox {
    top: -27px;
    gap: 0;
    justify-content: space-between;
    flex-direction: column;
    max-width: 335px;
    margin: 20px auto 0;
    padding: 21px 20px;
    z-index: 5;
  }
  .searchBox .radioList {
    gap: 0 9px;
    width: 100%;
    min-width: 100%;
    padding: 5px 0;
    border: none;
  }
  .searchBox .radioList .radio-area {
    border: 1px solid #d5d5d5;
    border-radius: 18px;
  }
  .searchBox .radioList .radio-area label {
    display: block;
  }
  .searchBox .radioList .radio-area label::before {
    margin: 0 auto;
  }
  .searchBox .searchForm {
    width: 100%;
    flex-direction: column;
    margin: 0 0 9px;
  }
  .searchBox .searchForm input {
    padding: 15px 10px;
  }
  .searchBox .searchForm .search-point {
    width: 100%;
    max-width: 295px;
    border: 2px solid #e0e0e0;
    border-radius: 18px;
  }
  .searchBox .searchForm .search-point .search-option {
    padding: 15px 10px;
  }
  .searchBox .searchForm .search-text {
    position: relative;
    margin: 9px 0 0 0;
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 18px;
  }
  .searchBox .searchForm .search-text::before {
    margin-left: 16px;
  }
  .searchBox .searchForm .search-text input {
    width: 100%;
    padding: 15px 5px;
    margin: 0;
    display: block;
    position: relative;
  }
  .searchBox .searchForm .search-date {
    margin: 9px 0 0 0;
    min-width: unset;
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 18px;
    display: block;
    padding: 0 10px;
  }
  .searchBox .searchForm .search-date::before {
    content: none;
  }
  .searchBox .searchForm .search-date input {
    width: 100%;
    padding: 15px 5px;
    margin: 0;
    display: block;
    position: relative;
  }
  .searchBox .searchForm .search-date__input {
    align-items: center;
  }
  .searchBox .searchForm .search-date__input::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 16px;
    height: 17px;
    flex-shrink: 0;
    margin: 0 4px 0 6px;
    background: url(../images/common/ico_calendar-gray.svg) center/contain no-repeat;
  }
  .searchBox .searchForm .search-date__input:first-child {
    margin-right: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .searchBox .searchForm .search-date__input:first-child::after {
    content: none;
  }
  .searchBox .searchForm .search-num {
    margin: 9px 0 0 0;
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 18px;
  }
  .searchBox .searchForm .search-num::before {
    margin-left: 16px;
  }
  .searchBox .searchForm .search-num input {
    width: 100%;
    padding: 15px 5px;
    margin: 0;
    display: block;
    position: relative;
  }
  .search-btn {
    min-width: 100%;
    width: 100%;
    margin: 9px 0 0;
  }
}
.search-autocomplete {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  width: 700px;
  overflow-y: auto;
}
.search-autocomplete.is-active {
  display: block;
}
.search-autocomplete__list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.search-autocomplete__item {
  display: flex;
  width: calc(50% - 4px);
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #151515;
  cursor: pointer;
  gap: 12px;
  transition: background-color 0.2s;
}
.search-autocomplete__item:hover {
  background-color: #f5f6f8;
}
.search-autocomplete__item-img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.search-autocomplete__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-autocomplete__item-text-name {
  font-size: 14px;
  font-weight: 600;
  color: #151515;
}
.search-autocomplete__item-text-sub {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.search-autocomplete.small {
  width: 340px;
}
.search-autocomplete.small .search-autocomplete__list {
  flex-direction: column;
}
.search-autocomplete.small .search-autocomplete__item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .search-autocomplete {
    width: 100%;
  }
  .search-autocomplete__list {
    flex-direction: column;
  }
  .search-autocomplete__item {
    width: 100%;
  }
  .search-autocomplete.small {
    width: 100%;
  }
}
.l-section.bannerArea {
  padding-top: 55px;
  padding-bottom: 25px;
}
.l-section.bannerArea .bannerList__item {
  height: auto;
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.l-section.bannerArea .bannerList__link {
  width: 100%;
  height: 100%;
}
.l-section.bannerArea .bannerList__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topJapanArea#staffRecommendations {
  padding-top: 35px;
  padding-bottom: 38px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* faq list
――――――――――――――――――――――――――――――――――――――――――――――*/
.faqList {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.faqList__item {
  width: calc((100% - 20px) / 2);
  max-width: 570px;
  padding: 22px 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.faqList__qBox {
  padding: 0 44px;
  position: relative;
  transition: padding 0.3s ease;
  cursor: pointer;
}
.faqList__qBox.is-active {
  padding-bottom: 18px;
  border-bottom: 1px solid #DBDBDB;
}
.faqList__qBox.is-active .faqList__q::after {
  background: url(/assets/images/common/ico_minus.svg) no-repeat center;
  background-size: 15px 2px;
}
.faqList__q {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
.faqList__q::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -44px;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 31px;
  background: url(/assets/images/common/ico_question.svg) no-repeat center/contain;
}
.faqList__q::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -44px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(/assets/images/common/ico_plus.svg) no-repeat center/contain;
}
.faqList__aBox {
  padding-left: 44px;
  margin-top: 16px;
  display: none;
}
.faqList__a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.faqList__a span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 5px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .faqList {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
    width: 100%;
  }
  .faqList__item {
    width: 100%;
    max-width: 100%;
    padding: 15px 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
  }
  .faqList__qBox {
    padding: 0 38px;
    position: relative;
    transition: padding 0.3s ease;
  }
  .faqList__qBox.is-active {
    padding-bottom: 16px;
    border-bottom: 1px solid #DBDBDB;
  }
  .faqList__qBox.is-active .faqList__q::after {
    background: url(/assets/images/common/ico_minus.svg) no-repeat center;
    background-size: 15px 2px;
  }
  .faqList__q {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
  }
  .faqList__q::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -38px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url(/assets/images/common/ico_question.svg) no-repeat center;
    background-size: 25px 25px;
  }
  .faqList__q::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -38px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background: url(/assets/images/common/ico_plus.svg) no-repeat center/contain;
  }
  .faqList__aBox {
    padding-left: 38px;
    margin-top: 16px;
    display: none;
  }
  .faqList__a {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
  }
  .faqList__a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    margin-bottom: 5px;
    display: inline-block;
  }
}
.sort-filterBox {
  margin-top: 30px;
  margin-bottom: 20px;
  justify-content: flex-end;
}

.field {
  margin-bottom: 6px;
  position: relative;
}
.field label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
.field textarea,
.field input,
.field select {
  width: 100%;
  padding: 7px 15px 7px 15px;
  border: 1px solid #d5d5d5;
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
}
.field.pullDown {
  width: fit-content;
  margin-left: auto;
}
.field.pullDown::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 11px;
  height: 4.5px;
  background: url(../images/common/ico_drop.svg) no-repeat center;
  background-size: 11px 5px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* detailMainSlide
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailMainSlide {
  background: #d8dfe8;
  margin-bottom: 15px;
}
.detailMainSlide__inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.detailMainSlide__inner .swiper-button-prev {
  width: 39px;
  left: 0;
  height: 39px;
  background: url("../images/detail/swiper_nav.svg") no-repeat;
}
.detailMainSlide__inner .swiper-button-prev::after {
  content: none;
}
.detailMainSlide__inner .swiper-button-next {
  width: 39px;
  right: 0;
  height: 39px;
  transform: rotate(180deg);
  background: url("../images/detail/swiper_nav.svg") no-repeat;
}
.detailMainSlide__inner .swiper-button-next::after {
  content: none;
}
.detailMainSlide__inner .swiper-initialized.active .swiper-slide {
  transition: 0.7s;
}
.detailMainSlide__inner .swiper-initialized .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transform: scale(0.8) translateZ(0) !important;
  height: 500px;
}
.detailMainSlide__inner .swiper-initialized .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
}
.detailMainSlide__inner .swiper-initialized .swiper-slide-active {
  opacity: 1;
  transform: scale(1) !important;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .detailMainSlide__inner .swiper-initialized .swiper-slide {
    height: 375px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailThumbSlide
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailThumbSlide__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.detailThumbSlide__inner ul {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.detailThumbSlide__inner ul li {
  width: 115px;
  height: 115px;
  background: #d8dfe8;
  border-radius: 5px;
}
.detailThumbSlide__inner ul li a {
  display: flex;
  height: 115px;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
}
.detailThumbSlide__inner ul li a.active {
  opacity: 1;
}
.detailThumbSlide__inner ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .detailThumbSlide__inner {
    margin: 0 70px;
  }
  .detailThumbSlide__inner ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .detailThumbSlide__inner ul li {
    width: calc((100% - 36px) / 3);
    aspect-ratio: 1/1;
    height: 100%;
  }
  .detailThumbSlide__inner ul li a {
    height: 100%;
  }
  .detailThumbSlide__inner .swiper-button-prev,
  .detailThumbSlide__inner .swiper-button-next {
    display: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailInfoArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailInfoArea {
  padding-top: 60px;
  padding-bottom: 38px;
}
.detailInfoArea__inner {
  background: #fff;
  border-radius: 10px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 60px 20px;
}
.detailInfoArea__inner h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.detailInfoArea__inner p {
  font-size: 14px;
  margin-bottom: 40px;
}
.detailInfoArea__inner section {
  margin-bottom: 30px;
}
.detailInfoArea__inner section h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  column-gap: 12px;
}
.detailInfoArea__inner section h3::before {
  content: "";
  display: block;
  margin-top: 2px;
}
.detailInfoArea__inner section h3.--area::before {
  background: url("../images/detail/icon_area.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 26px;
}
.detailInfoArea__inner section h3.--period::before {
  background: url("../images/detail/icon_preriod.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 24px;
}
.detailInfoArea__inner section h3.--check::before {
  background: url("../images/detail/icon_check.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.detailInfoArea__inner section p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .detailInfoArea {
    padding-top: 55px;
  }
  .detailInfoArea__inner {
    padding: 50px 20px 10px;
  }
  .detailInfoArea__inner h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .detailInfoArea__inner section h3 {
    font-size: 16px;
  }
  .detailInfoArea__inner section h3::before {
    margin-top: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* reviewArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.reviewArea {
  padding-top: 0;
}
.reviewArea.-top .reviewArea__inner {
  max-width: 1160px;
}
.reviewArea.-top .reviewArea__box {
  display: block;
}
.reviewArea.-top .reviewArea__box .review__body {
  width: auto;
}
.reviewArea.-top .reviewArea__box .searchResultList__header {
  margin-top: 0;
}
.reviewArea__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reviewArea__header .searchResultList__header {
  margin: 0;
}
.reviewArea__header .searchResultList__header .field {
  height: auto;
}
.reviewArea__inner {
  background: #fff;
  border-radius: 10px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 60px 35px;
}
.reviewArea__inner .detailBox__ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.reviewArea__inner .reviewBox {
  background: #f5f6f8;
  border-radius: 10px;
  padding: 20px;
  width: 25%;
}
.reviewArea__inner .review__average {
  font-size: 14px;
  font-weight: 600;
}
.reviewArea__inner .review__averageNum {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 5px;
}
.reviewArea__inner .review__body {
  width: 71.9230769231%;
}
.reviewArea__inner .searchResultList__eval {
  display: flex;
  column-gap: 5px;
  margin-bottom: 10px;
}
.reviewArea__inner .evalIconList {
  display: flex;
}
.reviewArea__inner .evalIconList.bg-type {
  width: 80px;
  height: 16px;
  background-color: #d3d3d3;
  position: relative;
}
.reviewArea__inner .evalIconList.bg-type i {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #108df9;
  z-index: 0;
}
.reviewArea__inner .evalIconList.bg-type i.light {
  background-color: #88c1f2;
}
.reviewArea__inner .evalIconList.bg-type img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.reviewArea__inner .evalIconList__num {
  color: #151515;
  font-size: 14px;
}
.reviewArea__inner .evalIconList__num span.col-blue {
  color: #108df9;
}
.reviewArea__inner .generalReviewList {
  display: table;
  width: 100%;
}
.reviewArea__inner .generalReviewList__item {
  display: table-row-group;
}
.reviewArea__inner .generalReviewList__label {
  display: table-cell;
  font-weight: 600;
  color: #108df9;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
  padding-right: 10px;
  padding-bottom: 8px;
}
.reviewArea__inner .generalReviewList__bar {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 8px;
}
.reviewArea__inner .generalReviewList__bar > span {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  display: block;
  height: 20px;
  position: relative;
  background: #fff;
  width: 134px;
  overflow: hidden;
}
.reviewArea__inner .generalReviewList__bar > span span {
  position: absolute;
  display: block;
  background: #108df9;
  left: 0;
  top: 0;
  height: 100%;
}
.reviewArea__inner .generalReviewList__percentage {
  vertical-align: middle;
  display: table-cell;
  text-align: right;
  line-height: 1;
  font-size: 14px;
  padding-bottom: 8px;
  padding-left: 10px;
}
.reviewArea__box {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
}
.reviewArea__box .detailBox__ttl {
  margin-bottom: 0;
}
.reviewArea .review__slide {
  position: relative;
  margin-bottom: 30px;
}
.reviewArea .review__slide .swiper-button-prev {
  position: absolute;
  background: url("../images/detail/slide_arrow_perv.svg") no-repeat;
  width: 31px;
  height: 31px;
  left: -15px;
}
.reviewArea .review__slide .swiper-button-prev::after {
  content: none;
}
.reviewArea .review__slide .swiper-button-next {
  position: absolute;
  background: url("../images/detail/slide_arrow.svg") no-repeat;
  width: 31px;
  height: 31px;
  right: -15px;
}
.reviewArea .review__slide .swiper-button-next::after {
  content: none;
}
.reviewArea .review__slide .swiper-slide img {
  border-radius: 5px;
}
.reviewArea .review__noreview {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.reviewArea .review__noreview dl dt {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 30px;
}
.reviewArea .review__noreview dl dd {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  font-size: 14px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0f8df8;
}
.reviewArea .detailBoxList__item {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.reviewArea .detailBoxList__item .reviewFlexBox {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
}
.reviewArea .detailBoxList__item .reviewFlexBox .reviewAvatar {
  width: 21.3333333333%;
  background: #f5f6f8;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.reviewArea .detailBoxList__item .reviewFlexBox .reviewAvatar__name {
  font-size: 14px;
  margin-bottom: 10px;
}
.reviewArea .detailBoxList__item .reviewFlexBox .reviewAvatar__imgBox {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  border: 2px solid #dbdbdb;
  align-items: center;
  background: #108df9;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  margin: 0 auto 10px;
}
.reviewArea .detailBoxList__item .reviewFlexBox .reviewAvatar .evalIconList__num {
  font-weight: 600;
}
.reviewArea .detailBoxList__item .reviewDetail {
  width: 74.6666666667%;
  position: relative;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__shop {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__shop .grumet__info {
  margin-bottom: 0;
  margin-left: 15px;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__comment {
  font-size: 14px;
  margin-bottom: 20px;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__comment.--txt--hidden {
  height: 80px;
  transition: height 0.3s ease;
  overflow: hidden;
  position: relative;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__comment.--txt--hidden::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__comment.--txt--hidden.is-active {
  height: auto;
  overflow: visible;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__comment.--txt--hidden.is-active::before {
  display: none;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__fig {
  margin-bottom: 15px;
  display: flex;
  column-gap: 5px;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__fig li img {
  border-radius: 5px;
  max-width: 50%;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__moreBtn {
  width: fit-content;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  color: white;
  padding: 5px 23px 5px 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #108df9;
  border-radius: 12px;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  height: 23px;
  cursor: pointer;
  position: relative;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__moreBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  width: 11px;
  height: 11px;
  background: url("../images/common/ico_detail-white-blue.svg") no-repeat center;
  background-size: 11px 11px;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__moreBtn.is-deactive::after {
  transform: rotate(180deg);
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__date {
  font-size: 12px;
  color: #bcbcbc;
}
.reviewArea .detailBoxList__item .reviewDetail .review-delete-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
}
.reviewArea .detailBoxList__item .reviewDetail .vertical-dot {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/coupon/assets/images/common/vertical-dot.svg) no-repeat center top;
  background-size: 100% auto;
  cursor: pointer;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__response {
  background: #f5f6f8;
  border-radius: 14px;
  margin-top: 25px;
  padding: 25px;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__response .reviewList__title {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__response .reviewList__title::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url("../images/common/ico_res.svg") no-repeat;
  background-size: contain;
}
.reviewArea .detailBoxList__item .reviewDetail .reviewList__response .reviewList__comment {
  margin-bottom: 10px;
}
.reviewArea .writeReview {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.reviewArea .writeReview__txt {
  font-size: 14px;
}
.reviewArea .writeReview__link {
  font-size: 12px;
  color: #108df9;
  border: 1px solid #108df9;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 23px 4px 8px;
  line-height: 1;
  position: relative;
}
.reviewArea .writeReview__link.-on span {
  transform: rotate(0);
}
.reviewArea .writeReview__link span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  width: 13px;
  height: 13px;
  display: block;
  transform: rotate(180deg);
}
.reviewArea .review__form {
  background: #f5f6f8;
  border-radius: 10px;
  padding: 30px;
  display: none;
}
.reviewArea .review__form dl {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.reviewArea .review__form dl.-rate dt {
  font-size: 12px;
}
.reviewArea .review__form dl.-rate dt span.rate__reset {
  margin-left: 50px;
}
.reviewArea .review__form dl.-rate dt span.rate__reset a {
  font-size: 10px;
  color: #108df9;
  text-decoration: underline;
}
.reviewArea .review__form dl.-rate dd .rate__list {
  display: flex;
}
.reviewArea .review__form dl.-rate dd .rate__listItem {
  width: 28px;
  height: 24px;
  padding-right: 4px;
}
.reviewArea .review__form dl.-rate dd .rate__listItem.-on span {
  background: #108df9;
}
.reviewArea .review__form dl.-rate dd .rate__listItem span {
  clip-path: url(#star);
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  background: #d3d3d3;
}
.reviewArea .review__form dl.-name dd input {
  max-width: 200px;
}
.reviewArea .review__form dl.-fig dd .review__formFig {
  display: flex;
  column-gap: 10px;
  margin-bottom: 18px;
}
.reviewArea .review__form dl.-fig dd .review__formFig li {
  width: 90px;
  height: 90px;
}
.reviewArea .review__form dl.-fig dd .review__formFig li .review__formFigWrap {
  overflow: hidden;
  border-radius: 10px;
  height: 90px;
  width: 90px;
  border: 2px solid #d3d3d3;
}
.reviewArea .review__form dl.-fig dd .review__formFig li .review__formFigDelete {
  font-size: 10px;
  color: #108df9;
  display: block;
  width: fit-content;
  margin: 5px auto 0;
  text-decoration: underline;
}
.reviewArea .review__form dl.-fig dd .review__formFig li .review__formFigAdd {
  width: 90px;
  height: 90px;
  background: #f2f2f2;
  border: 2px dashed #b2b2b2;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  color: #b2b2b2;
  font-weight: 600;
}
.reviewArea .review__form dl.-fig dd .review__formFig li .review__formFigAdd::before {
  content: url("../images/detail/icon_plus.svg");
  display: block;
}
.reviewArea .review__form dl.-fig dd .review__formFig li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviewArea .review__form dl.-body {
  border-bottom: none;
  padding-bottom: 0;
}
.reviewArea .review__form dl.-body dd textarea {
  min-height: 125px;
}
.reviewArea .review__form dl dt {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.reviewArea .review__form dl #starRate {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.reviewArea .review__form dl.error .error-message {
  display: block;
}
.reviewArea .review__form dl.error input,
.reviewArea .review__form dl.error textarea {
  border-color: #FF3B30;
  background-color: #fceeec;
}
.reviewArea .review__form .error-message {
  display: none;
  margin-top: 4px;
  color: #FF3B30;
  font-weight: 700;
}
.reviewArea .review__form .error-message::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 4px;
  background: url(/assets/images/common/ico_error.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  .reviewArea .review__form .error-message::before {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background-size: cover;
  }
}
.reviewArea .review__form button {
  background: #108df9;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 600;
  padding: 5px 20px;
  margin: 0 auto;
}
.reviewArea .review__form-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .reviewArea__inner .reviewArea__box {
    display: block;
  }
  .reviewArea__inner .generalReviewList {
    width: auto;
  }
  .reviewArea__inner .reviewBox {
    width: auto;
    margin-bottom: 50px;
  }
  .reviewArea__inner .review__body {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .reviewArea__inner {
    padding: 30px 20px;
  }
  .reviewArea__header {
    display: block;
  }
  .reviewArea__header .searchResultList__header {
    margin-bottom: 20px;
  }
  .reviewArea .searchResultList__eval {
    display: block;
    margin-bottom: 15px;
  }
  .reviewArea__box {
    display: block;
  }
  .reviewArea .review__slide img {
    width: 100%;
  }
  .reviewArea .detailBoxList__item .reviewFlexBox {
    display: block;
  }
  .reviewArea .detailBoxList__item .reviewFlexBox .reviewAvatar {
    text-align: left;
    width: auto;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 20px;
  }
  .reviewArea .detailBoxList__item .reviewFlexBox .reviewAvatar__imgBox {
    margin: 0;
  }
  .reviewArea .detailBoxList__item .reviewFlexBox .reviewAvatar__name {
    margin-bottom: 0;
  }
  .reviewArea .detailBoxList__item .reviewFlexBox .reviewAvatar .searchResultList__eval {
    display: flex;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .reviewArea .detailBoxList__item .reviewDetail {
    width: auto;
  }
  .reviewArea .reviewArea .writeReview {
    justify-content: flex-start;
  }
  .reviewArea .review__form {
    padding: 30px 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailTitleArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailSection {
  padding-top: 38px;
  padding-bottom: 30px;
}

.detailTitleArea .search__block__grid__title__icons {
  margin-bottom: 25px;
}
.detailTitleArea__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.detailTitleArea__title span {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}
.detailTitleArea__eval {
  display: flex;
  align-items: flex-end;
  column-gap: 6px;
}
.detailTitleArea__eval .evalIconList a {
  display: flex;
}
.detailTitleArea__eval .evalIconList.bg-type {
  width: 115px;
  height: 23px;
}
.detailTitleArea__eval img.evalIconList__ico {
  width: 23px;
  height: 23px;
}
.detailTitleArea__eval .evalIconList__num {
  color: #151515;
  font-size: 12px;
  margin-bottom: 2px;
}
.detailTitleArea__info2 {
  display: flex;
  column-gap: 25px;
  margin-bottom: 20px;
}
.detailTitleArea__info2 ul.-place {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.detailTitleArea__info2 ul.-place::before {
  display: block;
  content: "";
  width: 14px;
  height: 17px;
  background: url("../images/detail/ico_pin_bk.svg") no-repeat;
  margin-right: 6px;
}
.detailTitleArea__info2 ul.-place li {
  display: flex;
  align-items: center;
}
.detailTitleArea__info2 ul.-place li:last-child::after {
  content: none;
}
.detailTitleArea__info2 ul.-place li::after {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #151515;
  margin: 0 5px;
}
.detailTitleArea__info2 .searchResultList__eval {
  margin: 0;
}
.detailTitleArea__info2 .searchResultList__eval img {
  width: 24px;
  height: 24px;
}
.detailTitleArea__info2 .searchResultList__eval .evalIconList__num {
  color: #151515;
}
.detailTitleArea__info {
  background: #fff;
  border-radius: 10px;
  display: flex;
  padding: 15px 20px;
  flex-wrap: wrap;
  margin-bottom: 25px;
  column-gap: 25px;
  row-gap: 10px;
}
.detailTitleArea__info dl {
  display: flex;
  align-items: center;
  gap: 6px;
}
.detailTitleArea__info dl.-access::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/detail/ico_port.svg") no-repeat;
  background-size: contain;
}
.detailTitleArea__info dl.-wifi::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/detail/ico_wifi.svg") no-repeat;
  background-size: contain;
}
.detailTitleArea__info dl.-bagage::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/detail/ico_baggage.svg") no-repeat;
  background-size: contain;
}
.detailTitleArea__info dl.-veranda::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/detail/ico_veranda.svg") no-repeat;
  background-size: contain;
}
.detailTitleArea__info dl.-checkin::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/detail/ico_checkin.svg") no-repeat;
  background-size: contain;
}
.detailTitleArea__info dl.-checkout::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/detail/ico_checkout.svg") no-repeat;
  background-size: contain;
}
.detailTitleArea__info dl dt,
.detailTitleArea__info dl dd {
  font-size: 14px;
}
.detailTitleArea__info dl dt {
  font-weight: 600;
}

.detailMainSlide {
  max-width: 1280px;
  max-height: 345px;
}
.detailMainSlide.swiper {
  overflow: visible;
}
.detailMainSlide__outer {
  overflow: hidden;
}
.detailMainSlide .swiper-slide {
  height: 400px;
}
.detailMainSlide .swiper-slide .detail__img-wrap {
  position: relative;
  height: 100%;
}
.detailMainSlide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detailMainSlide .swiper-button-prev {
  width: 47px;
  height: 47px;
  background: url("../images/detail/slide_arrow_perv.svg") no-repeat;
  background-size: contain;
  left: calc(50% - 580px);
}
.detailMainSlide .swiper-button-prev::after {
  content: none;
}
.detailMainSlide .swiper-button-next {
  width: 47px;
  height: 47px;
  background: url("../images/detail/slide_arrow.svg") no-repeat;
  background-size: contain;
  right: calc(50% - 580px);
}
.detailMainSlide .swiper-button-next::after {
  content: none;
}

@media screen and (max-width: 1280px) {
  .detailMainSlide {
    max-width: unset;
    max-height: unset;
  }
  .detailMainSlide .swiper-button-prev {
    left: 20px;
  }
  .detailMainSlide .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .detailTitleArea .search__block__grid__title__icons {
    margin-bottom: 15px;
  }
  .detailTitleArea .search__block__grid__title__icons li {
    font-size: 14px;
  }
  .detailTitleArea__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .detailTitleArea__info {
    display: block;
  }
  .detailTitleArea__info dl {
    margin-bottom: 8px;
  }
  .detailTitleArea__info dl dt {
    margin-right: 15px;
  }
  .detailTitleArea__txt {
    font-size: 16px;
    line-height: 1.625;
  }
  .detailMainSlide {
    margin-bottom: 15px;
  }
  .detailMainSlide .swiper-slide {
    background: #3a3b3c;
    height: 300px;
  }
  .detailMainSlide .swiper-slide.swiper-slide-active img {
    opacity: 1;
  }
  .detailMainSlide .swiper-slide img {
    opacity: 0.8;
  }
  .detailMainSlide .swiper-button-prev,
  .detailMainSlide .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailSlideBottom
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailSlideBottom {
  padding-top: 0;
  padding-bottom: 0;
}
.detailSlideBottom .swiper-wrapper {
  justify-content: flex-start !important;
}
.detailSlideBottom__slide {
  margin-bottom: 40px;
}
.detailSlideBottom__slide .swiper-slide-thumb-active img {
  border-color: #108df9;
}
.detailSlideBottom__slide .swiper-slide {
  height: 65px;
}
.detailSlideBottom__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid transparent;
}
.detailSlideBottom__text h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .detailSlideBottom .swiper-wrapper {
    justify-content: flex-start;
  }
  .detailSlideBottom__slide {
    margin: 0 -20px 40px !important;
  }
  .detailSlideBottom__text h2 {
    font-size: 18px;
  }
  .detailSlideBottom__text p {
    font-size: 14px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailMenuArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailMenuArea {
  padding-top: 70px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.detailMenuArea__inner {
  background: #fff;
  padding: 35px 0px 35px 60px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1160px;
}
.detailMenuArea h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.detailMenuArea .detailMenuArea__slide {
  overflow: hidden;
}
.detailMenuArea .detailMenuArea__slide .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.detailMenuArea .detailMenuArea__slide .swiper-slide:hover span::after {
  opacity: 1;
}
.detailMenuArea .detailMenuArea__slide .swiper-slide span {
  display: block;
}
.detailMenuArea .detailMenuArea__slide .swiper-slide span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("../images/detail/icon_zoom.svg") no-repeat center;
  pointer-events: none;
  opacity: 0;
  transition: 200ms opacity ease;
}
.detailMenuArea .detailMenuArea__slide .swiper-slide img {
  border-radius: 10px;
  width: 100%;
}
.detailMenuArea .detailMenuArea__slide .swiper-button-prev {
  width: 47px;
  height: 47px;
  left: 0;
  background: url("../images/detail/slide_arrow_perv.svg") no-repeat;
  background-size: contain;
}
.detailMenuArea .detailMenuArea__slide .swiper-button-prev::after {
  content: none;
}
.detailMenuArea .detailMenuArea__slide .swiper-button-next {
  width: 47px;
  height: 47px;
  right: 60px;
  background: url("../images/detail/slide_arrow.svg") no-repeat;
  background-size: contain;
}
.detailMenuArea .detailMenuArea__slide .swiper-button-next::after {
  content: none;
}
.detailMenuArea .detailMenuArea__slide .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  margin-top: 16px;
  margin-left: -60px;
}
.detailMenuArea .detailMenuArea__slide .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #bad5ff;
  opacity: 1;
  transition: background-color 0.5s ease;
}
.detailMenuArea .detailMenuArea__slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
  background: #108df9;
}

@media screen and (max-width: 768px) {
  .detailMenuArea__inner {
    padding: 20px 0 20px 20px;
  }
  .detailMenuArea .detailMenuArea__slide .swiper-button-prev,
  .detailMenuArea .detailMenuArea__slide .swiper-button-next {
    display: none;
  }
  .detailMenuArea .detailMenuArea__slide .swiper-pagination {
    margin-left: -20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailTicketArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailTicketArea {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.detailTicketArea__inner {
  background: #fff;
  padding: 35px 60px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1160px;
}
.detailTicketArea__inner h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.detailTicketArea__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.detailTicketArea__item {
  width: calc((100% - 20px) / 2);
  border: 2px solid #108df9;
  border-radius: 12px;
  padding: 25px;
}
.detailTicketArea__item h3 {
  font-size: 23px;
  color: #108df9;
  font-weight: 700;
  margin-top: calc((1em - 1lh) / 2);
  margin-bottom: 6px;
}
.detailTicketArea__item h3 span {
  font-size: 34px;
}
.detailTicketArea__info {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 12px;
}
.detailTicketArea__info dt {
  background: #108df9;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 2px 8px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 18px;
}
.detailTicketArea__info dd {
  font-size: 16px;
  font-weight: 600;
}
.detailTicketArea__text {
  margin-bottom: 10px;
}
.detailTicketArea__text dt {
  background: #e2e8ed;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.detailTicketArea__text dd {
  font-size: 14px;
}
.detailTicketArea__text dd .js-expand {
  cursor: pointer;
}
.detailTicketArea__text dd .--txt--hidden {
  max-height: 70px;
  transition: height 0.3s ease;
  overflow: hidden;
  position: relative;
}
.detailTicketArea__text dd .--txt--hidden::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.detailTicketArea__text dd .--txt--hidden.is-active {
  max-height: unset;
  overflow: visible;
}
.detailTicketArea__text dd .--txt--hidden.is-active::before {
  display: none;
}
.detailTicketArea__moreBtn {
  position: relative;
}
.detailTicketArea__moreBtn::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #8b8b8b;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
.detailTicketArea__moreBtn span {
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  background: #fff;
  font-size: 12px;
  color: #8b8b8b;
  padding: 0 5px;
  z-index: 5;
  position: relative;
  display: flex;
}
.detailTicketArea__moreBtn span.is-active::after {
  transform: rotate(180deg);
}
.detailTicketArea__moreBtn span::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  background: url("../images/detail/ico_down.svg") no-repeat center;
  background-size: contain;
}
.detailTicketArea__btn {
  width: 170px;
  margin-left: auto;
}
.detailTicketArea__btn a {
  background: #ff407b url("../images/search/ico_arrow.svg") no-repeat right 11px top 50%;
  border-radius: 19px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .detailTicketArea__inner {
    padding: 20px;
  }
  .detailTicketArea__list {
    display: block;
  }
  .detailTicketArea__item {
    width: auto;
    margin-bottom: 15px;
  }
  .detailTicketArea__item:last-child {
    margin-bottom: 0;
  }
  .detailTicketArea__item h3 {
    font-size: 20px;
  }
  .detailTicketArea__item h3 span {
    font-size: 30px;
  }
  .detailTicketArea__btn {
    margin: 0 auto;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailCouponArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailCouponArea {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.detailCouponArea__inner {
  background: #fff;
  padding: 35px 60px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1160px;
}
.detailCouponArea__inner h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.detailCouponArea__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.detailCouponArea__item {
  width: calc((100% - 40px) / 3);
  border: 1px solid #bababa;
  border-radius: 12px;
}
.detailCouponArea__item__inner {
  padding: 20px 20px 5px;
}
.detailCouponArea__item__inner h3 {
  font-size: 18px;
  color: #108df9;
  font-weight: 700;
  line-height: 1.5555555556;
  margin-bottom: 10px;
}
.detailCouponArea__text {
  margin-bottom: 10px;
}
.detailCouponArea__text dt {
  background: #e2e8ed;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.detailCouponArea__text dd {
  font-size: 14px;
  margin-bottom: 15px;
}
.detailCouponArea__btn {
  background-image: repeating-linear-gradient(90deg, #e3e3e3, #e3e3e3 3px, transparent 3px, transparent 5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  padding: 20px 0;
}
.detailCouponArea__btn a {
  background: #108df9 url("../images/detail/ico_arrow.svg") no-repeat right 11px top 50%;
  border-radius: 19px;
  height: 36px;
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .detailCouponArea__inner {
    padding: 20px;
  }
  .detailCouponArea__list {
    display: block;
  }
  .detailCouponArea__item {
    width: auto;
    margin-bottom: 20px;
  }
  .detailCouponArea__item__inner h3 {
    font-size: 16px;
  }
  .detailCouponArea__item:last-child {
    margin-bottom: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailAccessArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailAccessArea {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.detailAccessArea__inner {
  background: #fff;
  padding: 35px 60px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1160px;
}
.detailAccessArea__inner h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.detailAccessArea__inner p {
  margin-bottom: 13px;
}
.detailAccessArea__inner p br {
  display: none;
}
.detailAccessArea__inner iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .detailAccessArea__inner {
    padding: 20px;
  }
  .detailAccessArea__inner p br {
    display: block;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailFacilityArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailFacilityArea {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.detailFacilityArea__inner {
  background: #fff;
  padding: 35px 60px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1160px;
}
.detailFacilityArea__inner h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.detailFacilityArea__inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.detailFacilityArea__inner ul li {
  border: 1px solid #d5d5d5;
  background: url("../images/detail/ico_facility.svg") no-repeat left 10px center;
  border-radius: 8px;
  font-size: 14px;
  width: calc((100% - 17px) / 3);
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detailFacilityArea__inner ul li span {
  background: #eceff0;
  border-radius: 3px;
  padding: 5px 10px;
  width: 200px;
  position: relative;
}
.detailFacilityArea__inner ul li span::before {
  display: block;
  content: "";
  width: 9px;
  height: 11px;
  background: #eceff0;
  position: absolute;
  left: -8px;
  top: calc(50% - 5.5px);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

@media screen and (max-width: 768px) {
  .detailFacilityArea__inner {
    padding: 20px;
  }
  .detailFacilityArea__inner ul {
    display: block;
  }
  .detailFacilityArea__inner ul li {
    width: auto;
    display: block;
    margin-bottom: 7px;
    background-position: left 10px top 13px;
  }
  .detailFacilityArea__inner ul li span {
    display: block;
    width: 100%;
  }
  .detailFacilityArea__inner ul li span::before {
    content: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailPlanArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailPlanArea {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.detailPlanArea__inner {
  background: #fff;
  padding: 35px 60px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1160px;
}
.detailPlanArea__inner h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.detailPlanArea .searchBox {
  background: #108df9;
  border-radius: 8px;
  padding: 14px 20px;
  margin-bottom: 22px;
}
.detailPlanArea .searchBox .searchForm {
  justify-content: flex-start;
  column-gap: 18px;
  margin-left: 0;
  width: calc(100% - 111px);
}
.detailPlanArea .searchBox .searchForm h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 10px;
  flex-shrink: 0;
  display: flex;
  column-gap: 4px;
}
.detailPlanArea .searchBox .searchForm h3.-date::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/detail/ico_calendar_white.svg") no-repeat center;
  flex-shrink: 0;
  background-size: contain;
}
.detailPlanArea .searchBox .searchForm h3.-guest::before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background: url("../images/detail/ico_guest.svg") no-repeat center;
  flex-shrink: 0;
  background-size: contain;
}
.detailPlanArea .searchBox .searchForm .search-date {
  border-left: none;
  margin-left: 0;
  background: #fff;
  border-radius: 5px;
  max-width: 438px;
  width: 100%;
  padding: 0 0 0 15px;
}
.detailPlanArea .searchBox .searchForm .search-date__input {
  width: 50%;
}
.detailPlanArea .searchBox .searchForm .search-date::before {
  content: none;
}
.detailPlanArea .searchBox .searchForm .search-num {
  border-left: none;
  margin-left: 0;
  max-width: 300px;
  width: 100%;
  background: #fff url("../images/common/ico_drop.svg") no-repeat right 15px top 50%;
  border-radius: 5px;
  padding: 0 15px;
}
.detailPlanArea .searchBox .searchForm .search-num::before {
  content: none;
}
.detailPlanArea .searchBox .search-btn {
  width: 91px;
}
.detailPlanArea__item {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
  column-gap: 33px;
}
.detailPlanArea__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.detailPlanArea__item figure {
  width: 25.1923076923%;
}
.detailPlanArea__item figure img {
  border-radius: 8px;
}
.detailPlanArea__item figure a.room-image-modal-btn {
  display: block;
  cursor: pointer;
}
.detailPlanArea__contents {
  width: 71.6346153846%;
}
.detailPlanArea__contents h4 {
  font-size: 20px;
  color: #108df9;
  font-weight: 600;
  margin-bottom: 10px;
}
.detailPlanArea__spec {
  display: flex;
  column-gap: 15px;
  margin-bottom: 13px;
  font-size: 14px;
}
.detailPlanArea__spec li {
  display: flex;
  column-gap: 3px;
  align-items: center;
}
.detailPlanArea__spec li.-capacity::before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url("../images/detail/ico_spec01.svg") no-repeat center;
  background-size: contain;
}
.detailPlanArea__spec li.-bed::before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url("../images/detail/ico_spec02.svg") no-repeat center;
  background-size: contain;
}
.detailPlanArea__spec li.-smorking::before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url("../images/detail/ico_spec03.svg") no-repeat center;
  background-size: contain;
}
.detailPlanArea__text {
  font-size: 14px;
  margin-bottom: 15px;
}
.detailPlanArea .search__block__btn {
  justify-content: space-between;
}
.detailPlanArea .search__block__btn + .search__block__btn {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dotted #bcbcbc;
}
.detailPlanArea .search__block__price {
  font-size: 18px;
  font-weight: 600;
}
.detailPlanArea__price-wrap {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.detailPlanArea__cancel-policy {
  padding-left: 10px;
}
.detailPlanArea .no-data-message {
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .detailPlanArea .searchBox .searchForm {
    flex-direction: column;
    align-items: flex-start;
  }
  .detailPlanArea .searchBox .searchForm h3 {
    margin-bottom: 10px;
  }
  .detailPlanArea .searchBox .searchForm .search-date {
    margin-bottom: 15px;
    max-width: unset;
  }
  .detailPlanArea .searchBox .searchForm .search-num {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .detailPlanArea__inner {
    padding: 20px;
  }
  .detailPlanArea .searchBox {
    top: auto;
    margin: 0 auto 30px;
    display: block;
  }
  .detailPlanArea .searchBox .searchForm {
    align-items: flex-start;
    width: 100%;
  }
  .detailPlanArea .searchBox .searchForm .search-date {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 15px;
  }
  .detailPlanArea .searchBox .searchForm .search-date__input {
    width: auto;
    background-position: right 0 top 50%;
  }
  .detailPlanArea .searchBox .searchForm .search-date__input::before {
    content: none;
  }
  .detailPlanArea .searchBox .searchForm .search-num {
    margin-bottom: 5px;
  }
  .detailPlanArea__item {
    display: block;
  }
  .detailPlanArea__item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .detailPlanArea__item figure {
    width: 100%;
    margin-bottom: 15px;
  }
  .detailPlanArea__item figure img {
    display: block;
    width: 100%;
  }
  .detailPlanArea__contents {
    width: auto;
  }
  .detailPlanArea .search__block__btn {
    text-align: left;
  }
  .detailPlanArea .search__block__btn a {
    padding-right: 34px;
    padding-left: 10px;
    margin: 0;
  }
  .detailPlanArea__price-wrap {
    justify-content: space-between;
  }
  .detailPlanArea__cancel-policy {
    padding-left: 4px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailTableArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailTableArea {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.detailTableArea__inner {
  background: #fff;
  padding: 35px 60px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 1160px;
}
.detailTableArea__inner h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.detailTableArea__inner table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #c9c9c9;
}
.detailTableArea__inner table th,
.detailTableArea__inner table td {
  padding: 10px 20px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 14px;
}
.detailTableArea__inner table th {
  background: #f5faff;
  font-weight: 600;
  width: 15px;
}
.detailTableArea__inner table td {
  width: 85%;
}
.detailTableArea__inner table td ul li {
  position: relative;
  padding-left: 10px;
}
.detailTableArea__inner table td ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #108df9;
  position: absolute;
  left: 0;
  top: 8px;
}
.detailTableArea__inner table td dl dt {
  position: relative;
  padding-left: 10px;
}
.detailTableArea__inner table td dl dt::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #108df9;
  position: absolute;
  left: 0;
  top: 8px;
}
.detailTableArea__inner table td dl dd {
  padding-left: 10px;
}
.detailTableArea__inner table td dl dd a {
  text-decoration: underline;
}
.detailTableArea__inner table td dl dd a:hover {
  text-decoration: none;
}
.detailTableArea__inner table td dl dd a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url("../images/detail/icon_ext.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 3px;
}
.detailTableArea__inner table td iframe {
  margin-top: 10px;
  height: 236px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .detailTableArea__inner {
    padding: 20px;
  }
  .detailTableArea__inner table {
    display: block;
  }
  .detailTableArea__inner table tbody {
    display: block;
  }
  .detailTableArea__inner table tbody tr {
    display: block;
  }
  .detailTableArea__inner table tbody tr th,
  .detailTableArea__inner table tbody tr td {
    display: block;
    width: auto;
  }
  .detailTableArea__inner table tbody tr th br,
  .detailTableArea__inner table tbody tr td br {
    display: none;
  }
  .detailTableArea__inner table tbody tr th iframe,
  .detailTableArea__inner table tbody tr td iframe {
    display: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* modal
――――――――――――――――――――――――――――――――――――――――――――――*/
body #imagebox .ib-content .ib-control .ib-control-left,
body #imagebox .ib-content .ib-control .ib-control-right {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: 40px;
  height: 69px;
}
body #imagebox .ib-content .ib-control .ib-control-left {
  background: url(../images/detail/modal_prev.svg) no-repeat center;
  background-size: contain;
  left: 60px;
}
body #imagebox .ib-content .ib-control .ib-control-right {
  background: url(../images/detail/modal_next.svg) no-repeat center;
  background-size: contain;
  right: 60px;
}
body #imagebox .ib-content .ib-control div {
  background-color: transparent;
}
body #imagebox .ib-content .ib-control div[disabled] {
  display: none;
}
body #imagebox .ib-content .ib-topbar .ib-indexes {
  display: none;
}
body #imagebox .ib-content .ib-topbar .ib-buttons .ib-button {
  background-color: transparent;
  width: 37px;
  height: 37px;
}
body #imagebox .ib-content .ib-topbar .ib-buttons .ib-button:hover {
  background-color: transparent;
}
body #imagebox .ib-content .ib-topbar .ib-buttons .ib-button.ib-close {
  background-image: url(../images/detail/modal_close.svg);
  background-size: 100% 100%;
  position: fixed;
  top: 50px;
  right: 120px;
}
body #imagebox .ib-content .ib-image-wrapper img.ib-image {
  max-width: 80vw;
  max-height: 80vh;
}

@media screen and (max-width: 768px) {
  body #imagebox .ib-content .ib-control .ib-control-left,
  body #imagebox .ib-content .ib-control .ib-control-right {
    width: 20px;
  }
  body #imagebox .ib-content .ib-control .ib-control-left {
    left: 10px;
  }
  body #imagebox .ib-content .ib-control .ib-control-right {
    right: 10px;
  }
  body #imagebox .ib-content .ib-topbar .ib-buttons .ib-button {
    width: 20px;
    height: 20px;
  }
  body #imagebox .ib-content .ib-topbar .ib-buttons .ib-button.ib-close {
    right: 20px;
    top: 20px;
  }
}
.child-age-selects {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

.child-age-item {
  width: 100% !important;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.child-age-item span {
  flex-shrink: 0;
}

.searchBreadArea {
  border-top: none;
  border-bottom: none;
  background-color: initial;
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .searchBreadArea {
    border-top: none;
    border-bottom: none;
    background-color: initial;
    margin-top: 0;
  }
}
.rentalDateSelectBox__search {
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
}

.searchCondition {
  padding-top: 7.5px;
  margin-bottom: 15px;
  border-top: 1px solid #d5d5d5;
}

.searchConditionBox {
  width: 100%;
  border: 1px solid #108df9;
  padding: 7px 20px;
  border-radius: 10px;
}

.searchCondition__ttlBox {
  transition: 0.3s;
  border-bottom: 0px solid #108df9;
}
.searchCondition__ttlBox.is-active {
  padding-bottom: 10px;
  border-bottom: 1px solid #108df9;
}
.searchCondition__ttlBox.is-active .searchCondition__ttl::after {
  width: 14px;
  height: 14px;
  margin-left: auto;
  background: url(../images/common/ico_pencil.svg) no-repeat center;
  background-size: 14px 14px;
  transition: 0.3s;
}

.searchCondition__ttl {
  font-size: 14px;
  font-weight: 600;
  color: #108df9;
  padding-left: 20px;
  position: relative;
  transition: 0.3s;
}
.searchCondition__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 13px;
  background: url(../images/common/ico_condition.svg) no-repeat center;
  background-size: 15px 13px;
}
.searchCondition__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  margin-left: auto;
  background: url(../images/common/ico_plus.svg) no-repeat center;
  background-size: 13px 13px;
  transition: 0.3s;
}

.searchCondition__contBox {
  margin-top: 10px;
  display: none;
}

.searchCondition__itemBox + .searchCondition__itemBox {
  margin-top: 15px;
}
.searchCondition__itemBox.--carType .searchCondition__itemTtl::before {
  width: 18px;
  height: 13px;
  background: url(../images/common/ico_car.svg) no-repeat center;
  background-size: 18px 13px;
}
.searchCondition__itemBox.--option .searchCondition__itemTtl::before {
  width: 11px;
  height: 11px;
  background: url(../images/common/ico_plus.svg) no-repeat center;
  background-size: 11px 11px;
}

.searchCondition__itemTtl {
  font-size: 14px;
  font-weight: 600;
  padding-left: 24px;
  color: #151515;
  position: relative;
}
.searchCondition__itemTtl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.searchConditionList {
  font-size: 14px;
  padding-left: 20px;
  color: #001c10;
}

.searchConditionList__item {
  padding-left: 12px;
  position: relative;
}
.searchConditionList__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 1.5px;
  background-color: #158af6;
  border-radius: 15px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* searchResultArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.searchResultArea {
  padding-top: 13px;
  padding-bottom: 85px;
}

.searchWrap {
  display: flex;
  justify-content: space-between;
  gap: 0 clamp(15px, 15px + 15 * (100vw - 768px) / 512, 30px);
}
.searchWrap .left-column {
  max-width: 358px;
  flex-shrink: 0;
}
.searchWrap .right-column {
  max-width: 772px;
}

@media screen and (max-width: 768px) {
  .searchResultArea {
    padding-top: 0;
    padding-bottom: 68px;
  }
  .searchWrap {
    display: flex;
    justify-content: space-between;
    gap: 0;
    flex-direction: column;
  }
  .searchWrap .rentalDateSelectBox.rentalDateSelectBox__search {
    max-width: 100%;
    padding: 8px;
    border-radius: 15px;
  }
  .searchWrap .left-column {
    max-width: 100%;
  }
  .searchWrap .left-column .search-btn {
    font-size: 13px;
    height: 40px;
  }
  .searchWrap .left-column .searchCondition {
    margin-bottom: 8px;
  }
  .searchWrap .left-column .searchCondition .searchCondition__ttl {
    font-size: 12px;
  }
  .searchWrap .left-column .rentalDateBox {
    flex-direction: column;
  }
  .searchWrap .left-column .rentalDateBox .rentalDateBox__item {
    width: 100%;
    display: flex;
    gap: 4px;
  }
  .searchWrap .left-column .rentalDateBox .rentalDateBox__item.departureBox, .searchWrap .left-column .rentalDateBox .rentalDateBox__item.returnBox {
    border: 0;
    padding: 0;
  }
  .searchWrap .left-column .rentalDateBox .rentalDateBox__item .rentalDateBox__ttl {
    font-size: 12px;
    margin: 0;
    min-width: 60px;
    margin-top: 6px;
  }
  .searchWrap .left-column .rentalDateBox .rentalDateBox__item .field {
    margin: 0;
  }
  .searchWrap .left-column .rentalDateBox .rentalDateBox__item .field input,
  .searchWrap .left-column .rentalDateBox .rentalDateBox__item .field select {
    font-size: 10px;
  }
  .searchWrap .left-column .rentalDateBox .rentalDateBox__item .field.date {
    width: 60%;
  }
  .searchWrap .left-column .rentalDateBox .rentalDateBox__item .field.pullDown {
    width: calc(40% - 8px);
  }
  .searchWrap .left-column .rentalDateBox .rentalDateBox__item .field.pointSelect {
    width: 100%;
  }
  .searchWrap .left-column .rentalDateBox__sp-right {
    display: flex;
    gap: 4px;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .searchWrap .left-column .checkbox-container {
    margin: 0;
    margin-bottom: 8px;
    font-size: 10px;
  }
  .searchWrap .right-column {
    max-width: 100%;
  }
}
.searchResultBox {
  width: 772px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
}
.searchResultBox .searchResultDate__optionList {
  overflow: visible;
  flex-wrap: wrap;
}
.searchResultBox .optionList__item {
  margin-bottom: 0;
  margin-top: 10px;
}

.searchResultDateBox {
  display: flex;
  justify-content: space-between;
  gap: 0 42px;
  position: relative;
}
.searchResultDateBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 10px;
  background: url(../images/common/ico_flow-arrow.svg) no-repeat center/contain;
}
.searchResultDateBox .resultBox {
  max-width: 345px;
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 6px 12px;
  overflow: hidden;
}
.searchResultDateBox .resultBox span {
  font-size: 12px;
  font-weight: 600;
  color: #bcbcbc;
  display: block;
}
.searchResultDateBox .resultBox .result-departure,
.searchResultDateBox .resultBox .result-return {
  font-size: 14px;
  font-weight: 400;
  color: #111;
  margin-left: 16px;
  word-break: break-word;
}
.searchResultDateBox .resultBox + .searchResultDateBox .resultBox {
  margin-top: 0;
}

.searchResultListBox {
  margin-top: 15px;
}

.searchResultList__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchResultList__header .field {
  max-width: 157px;
  width: 157px;
  height: 100%;
}
.searchResultList__header .field select {
  padding-left: 15px;
  background-color: #ffffff;
  padding: 4px 15px;
  color: #3f3f3f;
}
.searchResultList__header .field.pullDown::before {
  display: none;
}

.searchResultList__count {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
}
.searchResultList__count span {
  margin-right: 4px;
}

.searchResultList__countNum {
  font-weight: 300;
  width: 50px;
}

.searchResultBox.sp .changeCondition {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border: 1px solid #108df9;
  border-radius: 6px;
}
.searchResultBox.sp .changeCondition__txt {
  font-size: 12px;
  font-weight: 600;
  color: #108df9;
}
.searchResultBox.sp .searchResultDateBox {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  background-color: #f4f4f4;
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.searchResultBox.sp .searchResultDateBox::before {
  display: none;
}
.searchResultBox.sp .searchResultDateBox .resultBox {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  padding: 15px 0;
}
.searchResultBox.sp .searchResultDateBox .resultBox span {
  font-size: 12px;
  font-weight: 600;
  color: #bcbcbc;
  position: absolute;
  margin-left: 0;
  display: block;
}
.searchResultBox.sp .searchResultDateBox .resultBox .result-departure,
.searchResultBox.sp .searchResultDateBox .resultBox .result-return {
  font-size: 12px;
  font-weight: 300;
  color: #001c10;
  margin-left: 34px;
  white-space: nowrap;
}
.searchResultBox.sp .searchResultDateBox .resultBox + .resultBox {
  border-top: 1px solid #d6d6d6;
}
.searchResultBox.sp .optionList__item {
  margin-top: 3px;
}
.searchResultBox.sp .searchResultList__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchResultBox.sp .searchResultList__header .field {
  max-width: 157px;
  width: 157px;
  height: 100%;
}
.searchResultBox.sp .searchResultList__header .field select {
  padding-left: 15px;
  background-color: #ffffff;
  padding: 4px 15px;
  color: #3f3f3f;
}
.searchResultBox.sp .searchResultList__header .field.pullDown::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .searchResultListBox {
    margin-top: 26px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* searchResultList
――――――――――――――――――――――――――――――――――――――――――――――*/
.searchResultList {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  width: 100%;
  margin-top: 18px;
}

.searchResultList__item {
  width: 100%;
  padding: 24px 30px 30px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.searchResultList__ttlBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}

.searchResultList__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.666;
  cursor: pointer;
}

.searchResultList__imgBox {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.searchResultList__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.searchResultList__optionList {
  gap: 5px;
  overflow: visible;
  flex-wrap: wrap;
  margin-top: 19px;
}
.searchResultList__optionList .optionList__item {
  margin-bottom: 0;
}

.searchResultList__deleteBtn {
  width: 35px;
  height: 35px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  min-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/assets/images/common/ico_trash.svg) no-repeat center;
  background-size: 75%;
}

@media screen and (max-width: 1000px) {
  .searchResultList__ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 768px) {
  .searchResultList {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    width: 100%;
    margin-top: 25px;
  }
  .searchResultList__item {
    width: 100%;
    padding: 24px 20px 30px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .searchResultList__ttlBox {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
  }
  .searchResultList__ttl {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .searchResultList__imgBox {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
  }
  .searchResultList__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .searchResultList__optionList {
    gap: 5px;
    overflow: visible;
    flex-wrap: wrap;
    margin-top: 13px;
  }
  .searchResultList__optionList .optionList__item {
    margin-bottom: 0;
  }
}
.searchResultList__carBox {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  margin-top: 20px;
}

.searchResultList__carImgBox {
  max-width: 275px;
  width: 275px;
  height: auto;
  aspect-ratio: 275/170;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.searchResultList__carImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.searchResultList__like {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 0.9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.searchResultList__like::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 15px;
  background: url("../images/common/ico_heart-white.svg") no-repeat center;
  background-size: 17px 15px;
}
.searchResultList__like.--liked::before {
  background: url("../images/common/ico_heart.svg") no-repeat center;
  background-size: 17px 15px;
}

.searchResultList__remain {
  position: absolute;
  top: 10px;
  left: 10px;
  width: fit-content;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  color: white;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff407b;
  border-radius: 14px;
}

.searchResultList__carContBox {
  max-width: 417px;
  display: flex;
  flex-direction: column;
}

.carContToggleBox {
  display: none;
}

.searchResultList__point {
  font-size: 12px;
  color: #001c10;
  padding-left: 16px;
  line-height: 1;
  display: flex;
  position: relative;
}
.searchResultList__point span {
  display: block;
  position: relative;
}
.searchResultList__point span:nth-child(2) {
  margin-left: 6px;
  padding-left: 6px;
}
.searchResultList__point span:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 12px;
  background-color: #d6d6d6;
}
.searchResultList__point::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 14px;
  background-color: #d3d3d3;
  -webkit-mask-image: url("../images/common/ico_pin-blue.svg");
  mask-image: url("../images/common/ico_pin-blue.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.searchResultList__eval {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.evalIconList {
  display: flex;
  gap: 0 1px;
}
.evalIconList.bg-type {
  width: 80px;
  height: 16px;
  background-color: #d3d3d3;
  position: relative;
}
.evalIconList.bg-type i {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #108df9;
  z-index: 0;
}
.evalIconList.bg-type i.light {
  background-color: #88c1f2;
}
.evalIconList.bg-type img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.evalIconList__ico {
  width: 16px;
  height: 16px;
}

.evalIconList__num {
  color: #108df9;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-top: 2px;
}

.searchResultList__feature {
  padding-left: 21px;
  font-size: 12px;
  position: relative;
}
.searchResultList__feature::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 13px;
  background: url("../images/common/ico_checkPoint.svg") no-repeat center/contain;
}
.searchResultList__feature + .searchResultList__feature {
  margin-top: 8px;
}

.carInfoList {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.carInfoList__item {
  width: calc((100% - 12px) / 3);
  max-width: 135px;
  padding: 6px 14px;
  background-color: #fcfcfc;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
}

.carInfoList__txt {
  padding-left: 23px;
  font-size: 12px;
  position: relative;
  display: block;
  line-height: 1;
}
.carInfoList__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.carInfoList__txt.--car::before {
  width: 18px;
  height: 12px;
  background: url("../images/common/ico_car.svg") no-repeat center;
  background-size: 18px 12px;
}
.carInfoList__txt.--men::before {
  width: 19px;
  height: 14px;
  background: url("../images/common/ico_men.svg") no-repeat center;
  background-size: 19px 14px;
}
.carInfoList__txt.--gear::before {
  width: 14px;
  height: 14px;
  background: url("../images/common/ico_gear.svg") no-repeat center;
  background-size: 14px 14px;
}
.carInfoList__txt.--bag::before {
  width: 15px;
  height: 13px;
  background: url("../images/common/ico_bag.svg") no-repeat center;
  background-size: 15px 13px;
}
.carInfoList__txt.--engine::before {
  width: 17px;
  height: 12px;
  background: url("../images/common/ico_engine.svg") no-repeat center;
  background-size: 17px 12px;
}

@media screen and (max-width: 1000px) {
  .searchResultList__carBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 13px;
  }
  .searchResultList__carImgBox {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 275/170;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    flex: 1;
  }
  .searchResultList__carImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .searchResultList__like {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    opacity: 0.9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
  }
  .searchResultList__like::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 17px;
    height: 15px;
    background: url("../images/common/ico_heart-white.svg") no-repeat center;
    background-size: 17px 15px;
  }
  .searchResultList__like.--liked::before {
    background: url("../images/common/ico_heart.svg") no-repeat center;
    background-size: 17px 15px;
  }
  .searchResultList__remain {
    position: absolute;
    top: 10px;
    left: 10px;
    width: fit-content;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    color: white;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff407b;
    border-radius: 14px;
  }
  .searchResultList__carContBox {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    flex: 1;
  }
  .carContToggleBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 9px;
    border: 1px solid #108df9;
    background-color: #ffffff;
    border-radius: 6px;
    position: relative;
  }
  .carContToggleBox::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url("../images/common/ico_detail.svg") no-repeat center;
    background-size: 16px 16px;
    transform: rotate(90deg);
  }
  .carContToggleBox.is-active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url("../images/common/ico_detail.svg") no-repeat center;
    background-size: 16px 16px;
    transform: rotate(-90deg);
  }
  .carContToggleBox__txt {
    font-size: 12px;
    color: #108df9;
    position: relative;
  }
  .carContToggleItem {
    display: none;
    margin-top: 9px;
  }
  .searchResultList__evalBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
  }
  .searchResultList__point {
    font-size: 12px;
    color: #001c10;
    padding-left: 16px;
    position: relative;
  }
  .searchResultList__point::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 14px;
    background-color: #d3d3d3;
    -webkit-mask-image: url("../images/common/ico_pin-blue.svg");
    mask-image: url("../images/common/ico_pin-blue.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .searchResultList__eval {
    display: flex;
    align-items: center;
    gap: 0 5px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .evalIconList {
    display: flex;
  }
  .evalIconList__ico {
    width: 16px;
    height: 16px;
  }
  .evalIconList__num {
    color: #108df9;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
  }
  .searchResultList__feature {
    padding-left: 21px;
    font-size: 12px;
    line-height: 1.83;
    position: relative;
  }
  .searchResultList__feature::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 15px;
    height: 13px;
    background: url("../images/common/ico_checkPoint.svg") no-repeat center/contain;
  }
  .searchResultList__feature + .searchResultList__feature {
    margin-top: 4px;
  }
  .carInfoList {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
  }
  .carInfoList__item {
    width: calc((100% - 6px) / 2);
    max-width: none;
    padding: 6px 9px;
    background-color: #fcfcfc;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
  }
  .carInfoList__txt {
    padding-left: 23px;
    font-size: 12px;
    position: relative;
    display: block;
    line-height: 1;
  }
  .carInfoList__txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .carInfoList__txt.--car::before {
    width: 18px;
    height: 12px;
    background: url("../images/common/ico_car.svg") no-repeat center;
    background-size: 18px 12px;
  }
  .carInfoList__txt.--men::before {
    width: 19px;
    height: 14px;
    background: url("../images/common/ico_men.svg") no-repeat center;
    background-size: 19px 14px;
  }
  .carInfoList__txt.--gear::before {
    width: 14px;
    height: 14px;
    background: url("../images/common/ico_gear.svg") no-repeat center;
    background-size: 14px 14px;
  }
  .carInfoList__txt.--bag::before {
    width: 15px;
    height: 13px;
    background: url("../images/common/ico_bag.svg") no-repeat center;
    background-size: 15px 13px;
  }
  .carInfoList__txt.--engine::before {
    width: 17px;
    height: 12px;
    background: url("../images/common/ico_engine.svg") no-repeat center;
    background-size: 17px 12px;
  }
}
.searchResultList__bottomBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 17px;
}

.searchResultList__itemInfo {
  display: flex;
  gap: 0 8px;
  font-size: 12px;
}

.searchResultList__itemCord {
  line-height: 1;
  color: #5c5c5c;
  padding: 5px 10px;
  border-radius: 13px;
  border: 1px solid #5c5c5c;
  background-color: #ffffff;
}

.searchResultList__sponsor {
  line-height: 1;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 13px;
  border: 1px solid #5c5c5c;
  background-color: #5c5c5c;
}

.searchResultList__reserveBox {
  display: flex;
  gap: 0 15px;
  align-items: center;
  margin-left: auto;
}

.searchResultList__feeBox {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 0 20px;
}

.searchResultList__time {
  font-size: 14px;
  position: relative;
}
.searchResultList__time::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 1px;
  height: 14px;
  background-color: #d6d6d6;
  transform: rotate(30deg);
}

.searchResultList__fee {
  color: #ff407b;
  font-size: 22px;
  font-weight: 600;
}

.searchResultList__reserveBtn {
  max-width: 169px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding: 7px 37px 7px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff407b;
  border-radius: 19px;
  position: relative;
}
.searchResultList__reserveBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url("../images/common/ico_detail-white-pink.svg") no-repeat center;
  background-size: 16px 16px;
}

@media screen and (max-width: 1000px) {
  .searchResultList__bottomBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px 20px;
    margin-top: 16px;
  }
  .searchResultList__itemInfo {
    display: flex;
    gap: 0 8px;
    font-size: 12px;
  }
  .searchResultList__itemCord {
    line-height: 1;
    color: #5c5c5c;
    padding: 5px 10px;
    border-radius: 13px;
    border: 1px solid #5c5c5c;
    background-color: #ffffff;
  }
  .searchResultList__sponsor {
    line-height: 1;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 13px;
    border: 1px solid #5c5c5c;
    background-color: #5c5c5c;
  }
  .searchResultList__reserveBox {
    display: flex;
    flex-direction: column;
    gap: 20px 15px;
    align-items: center;
    margin-left: 0;
  }
  .searchResultList__feeBox {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    gap: 0 20px;
  }
  .searchResultList__time {
    font-size: 14px;
    position: relative;
  }
  .searchResultList__time::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 1px;
    height: 14px;
    background-color: #d6d6d6;
    transform: rotate(30deg);
  }
  .searchResultList__fee {
    color: #ff407b;
    font-size: 22px;
    font-weight: 600;
  }
  .searchResultList__reserveBtn {
    max-width: 310px;
    width: 310px;
    font-size: 14px;
    color: white;
    padding: 7px 37px 7px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff407b;
    border-radius: 19px;
    position: relative;
  }
  .searchResultList__reserveBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url("../images/common/ico_detail-white-pink.svg") no-repeat center;
    background-size: 16px 16px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* searchPagination
――――――――――――――――――――――――――――――――――――――――――――――*/
.searchPagination {
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
}

.searchPaginationList {
  display: flex;
  align-items: center;
  gap: 0 5px;
}

.searchPaginationList__item {
  width: 34px;
  height: 34px;
  overflow: hidden;
}

.searchPaginationList__link {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}
.searchPaginationList__link:hover {
  background-color: #0f8df8;
  color: #ffffff;
  border: 1px solid #0f8df8;
}
.searchPaginationList__link.is-active {
  background-color: #0f8df8;
  color: #ffffff;
  border: 1px solid #0f8df8;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* searchBoxArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.searchSection {
  padding-top: 28px;
}

.searchWrap .left-column,
.searchWrap .right-column {
  width: 100%;
}

.searchWrap .left-column {
  width: 30.8620689655%;
}

.searchWrap .right-column {
  width: 66.5517241379%;
}

.searchWrap .left-column-sticky {
  position: sticky;
  top: 93px;
  z-index: 8;
}

@media screen and (max-width: 768px) {
  .searchBreadArea {
    margin-top: 30px;
  }
  .searchWrap {
    display: block;
  }
  .searchWrap .left-column {
    width: auto;
  }
  .searchWrap .right-column {
    width: auto;
  }
}
.searchBoxAreaSpBtn {
  display: none;
}

.searchBoxArea {
  background: #fff;
  border-radius: 30px;
  padding: 20px 25px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.searchBoxArea dl {
  margin-bottom: 10px;
}
.searchBoxArea dl dt {
  color: #108df9;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.searchBoxArea dl dd.fee {
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.searchBoxArea dl dd.fee span {
  color: #bcbcbc;
}
.searchBoxArea dl dd.fee .field.pullDown {
  flex-grow: 2;
}
.searchBoxArea dl dd .search-date {
  margin: 9px 0 0 0;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  display: block;
  padding: 0 10px;
}
.searchBoxArea dl dd .search-date::before {
  content: none;
}
.searchBoxArea dl dd .search-date input {
  width: 100%;
  padding: 10px 5px;
  margin: 0;
  display: block;
  position: relative;
  font-size: 14px;
}
.searchBoxArea dl dd .search-date__input {
  display: flex;
  align-items: center;
  position: relative;
}
.searchBoxArea dl dd .search-date__input::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 11px;
  height: 4.5px;
  background: url(../images/common/ico_drop.svg) no-repeat center;
  background-size: 11px 5px;
}
.searchBoxArea dl dd .search-date__input::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 17px;
  flex-shrink: 0;
  margin: 0 4px 0 6px;
  background: url(../images/common/ico_calendar-gray.svg) center/contain no-repeat;
}
.searchBoxArea dl dd .search-date__input:first-child {
  border-bottom: 1px solid #e0e0e0;
}
.searchBoxArea dl dd .search-num {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #d5d5d5;
  padding: 7px 15px 7px 12px;
  border-radius: 10px;
  font-size: 14px;
  position: relative;
}
.searchBoxArea dl dd .search-num input {
  width: 100%;
}
.searchBoxArea dl dd .search-num::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 15px;
  margin: 0 4px 0 0;
  background: url(../images/common/ico_guest.svg) center/contain no-repeat;
}
.searchBoxArea dl dd .search-num::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 11px;
  height: 4.5px;
  background: url(../images/common/ico_drop.svg) no-repeat center;
  background-size: 11px 5px;
}
.searchBoxArea dl dd .field.pullDown {
  width: auto;
  margin-left: 0;
}
.searchBoxArea dl dd .field.pullDown.-area select {
  padding-left: 30px;
}
.searchBoxArea dl dd .field.pullDown.-area::before {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background: url("../images/search/ico_pin_gray.svg");
  position: absolute;
  left: 10px;
  top: 11px;
}
.searchBoxArea dl dd .field.pullDown.-category select {
  padding-left: 30px;
}
.searchBoxArea dl dd .field.pullDown.-category::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../images/search/ico_category.svg");
  position: absolute;
  left: 10px;
  top: 13px;
}
.searchBoxArea dl dd .field.pullDown select {
  font-size: 14px;
}
.searchBoxArea dl dd .search-keyword {
  position: relative;
}
.searchBoxArea dl dd .search-keyword input {
  padding-left: 30px;
}
.searchBoxArea dl dd .search-keyword::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/search/ico_search.svg");
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 10px;
}
.searchBoxArea dl dd .keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 15px;
}
.searchBoxArea dl dd .keywords li {
  width: calc((100% - 6px) / 2);
}
.searchBoxArea dl dd .keywords li input {
  display: none;
}
.searchBoxArea dl dd .keywords li label {
  cursor: pointer;
  display: block;
  line-height: 1;
}
.searchBoxArea dl dd .keywords li label span {
  border: 1px solid #d5d5d5;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 10px;
  transition: 200ms border-color ease;
}
.searchBoxArea dl dd .keywords li label span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.searchBoxArea dl dd .keywords li label span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/search/ico_close.svg") no-repeat;
  position: absolute;
  top: 10px;
  opacity: 0;
  right: 8px;
  transition: 200ms opacity ease;
}
.searchBoxArea dl dd .keywords li label span.icon01::before {
  width: 16px;
  height: 17px;
  background: url("../images/search/key01.svg") no-repeat;
  background-size: contain;
  left: 10px;
  top: 8px;
}
.searchBoxArea dl dd .keywords li label span.icon02::before {
  width: 19px;
  height: 15px;
  background: url("../images/search/key02.svg") no-repeat;
  background-size: contain;
  left: 8px;
  top: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon03::before {
  width: 15px;
  height: 16px;
  background: url("../images/search/key03.svg") no-repeat;
  background-size: contain;
  left: 10px;
  top: 9px;
}
.searchBoxArea dl dd .keywords li label span.icon04 {
  font-size: 12px;
}
.searchBoxArea dl dd .keywords li label span.icon04::before {
  width: 19px;
  height: 17px;
  background: url("../images/search/key04.svg") no-repeat;
  background-size: contain;
  left: 8px;
  top: 8px;
}
.searchBoxArea dl dd .keywords li label span.icon05::before {
  width: 19px;
  height: 18px;
  background: url("../images/search/key05.svg") no-repeat;
  background-size: contain;
  left: 9px;
  top: 8px;
}
.searchBoxArea dl dd .keywords li label span.icon06::before {
  width: 19px;
  height: 18px;
  background: url("../images/search/key06.svg") no-repeat;
  background-size: contain;
  left: 9px;
  top: 8px;
}
.searchBoxArea dl dd .keywords li label span.icon07::before {
  width: 10px;
  height: 19px;
  background: url("../images/search/key07.svg") no-repeat;
  background-size: contain;
  left: 13px;
  top: 8px;
}
.searchBoxArea dl dd .keywords li label span.icon08::before {
  width: 15px;
  height: 15px;
  background: url("../images/search/key08.svg") no-repeat;
  background-size: contain;
  left: 10px;
  top: 8px;
}
.searchBoxArea dl dd .keywords li label input:checked + span {
  border-color: #108df9;
}
.searchBoxArea dl dd .keywords li label input:checked + span::after {
  opacity: 1;
}
.searchBoxArea dl dd .keywords__etc {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}
.searchBoxArea dl dd .keywords__etc li input {
  display: none;
}
.searchBoxArea dl dd .keywords__etc li label {
  cursor: pointer;
  display: block;
  line-height: 1;
}
.searchBoxArea dl dd .keywords__etc li label span {
  background: #DEDEDE;
  border-radius: 2px;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 5px 10px;
  transition: 200ms border-color ease;
}
.searchBoxArea dl dd .keywords__etc li label input:checked + span {
  background-color: #108df9;
  color: #fff;
}
.searchBoxArea .search-btn {
  margin-left: 0;
  width: 100%;
  column-gap: 6px;
}
.searchBoxArea .search-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  mask-image: url("../images/common/ico_search.svg");
  mask-size: contain;
}
.searchBoxArea .search-reset {
  margin-bottom: 8px;
  color: #9A9A9A;
}
.searchBoxArea .search-reset > span {
  cursor: pointer;
}

@media (max-width: 1000px) {
  .searchBoxArea dl dd.fee {
    display: block;
  }
  .searchBoxArea dl dd.fee span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .searchBoxArea {
    margin-bottom: 27px;
    border-radius: 15px;
    padding: 0;
  }
  .searchBoxArea dl dt {
    font-size: 12px;
  }
  .searchBoxArea dl dd.fee {
    display: flex;
  }
  .searchBoxArea dl dd.fee span {
    display: block;
  }
  .searchBoxArea dl dd .keywords {
    margin-bottom: 0;
  }
  .searchBoxArea dl dd .keywords li {
    width: calc((100% - 6px) / 2);
  }
  .searchBoxArea dl dd .keywords li label span {
    font-size: 10px;
  }
  .searchBoxArea dl dd .keywords li label span.icon07::before {
    top: 6px;
  }
  .searchBoxArea dl dd .keywords__etc {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .searchBoxArea dl dd .keywords__etc li label span {
    font-size: 10px;
  }
  .searchBoxArea .searchBoxAreaPc {
    padding: 20px 20px 10px;
  }
  .searchBoxArea .searchBoxAreaPc dl {
    display: flex;
    align-items: center;
  }
  .searchBoxArea .searchBoxAreaPc dl dt {
    font-size: 12px;
    width: 60px;
  }
  .searchBoxArea .searchBoxAreaPc dl dd {
    width: calc(100% - 60px);
  }
  .searchBoxArea .searchBoxAreaSp {
    background: #f2f8ff;
    border-top: 1px solid #108df9;
    border-bottom: 1px solid #108df9;
  }
  .searchBoxArea .searchBoxAreaSpBtn {
    display: block;
    color: #108df9;
    font-weight: 600;
  }
  .searchBoxArea .searchBoxAreaSpBtn.on a::after {
    transform: rotate(0);
  }
  .searchBoxArea .searchBoxAreaSpBtn a {
    display: block;
    position: relative;
    font-size: 12px;
    padding: 10px 20px 10px 40px;
    background: url("../images/search/ico_filter.svg") no-repeat 20px 50%;
  }
  .searchBoxArea .searchBoxAreaSpBtn a:hover {
    opacity: 1;
  }
  .searchBoxArea .searchBoxAreaSpBtn a::before {
    content: "";
    display: block;
    width: 12px;
    height: 1.5px;
    background: #108df9;
    position: absolute;
    right: 20px;
    top: 18px;
  }
  .searchBoxArea .searchBoxAreaSpBtn a::after {
    transform: rotate(90deg);
    content: "";
    display: block;
    width: 12px;
    height: 1.5px;
    background: #108df9;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: 200ms transform ease;
  }
  .searchBoxArea .searchBoxAreaSpExpand {
    padding: 5px 20px 5px;
    display: none;
  }
  .searchBoxArea .search-btnWrap {
    padding: 15px 20px;
  }
  .searchBoxArea .search-reset {
    padding: 10px 20px 0;
    margin-bottom: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* searchFavArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.searchFavArea a {
  display: flex;
  border: 1px solid #d5d5d5;
  background: #fff url("../images/common/ico_arrow.svg") no-repeat right 25px top 50%;
  background-size: 7px 16px;
  padding: 25px;
  border-radius: 20px;
  line-height: 1;
  align-items: center;
  column-gap: 7px;
  font-size: 16px;
}
.searchFavArea a::before {
  content: "";
  display: block;
  width: 24px;
  height: 21px;
  background: url("../images/search/icon_fv_on.svg");
}

@media screen and (max-width: 768px) {
  .searchFavArea {
    display: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* search__block
――――――――――――――――――――――――――――――――――――――――――――――*/
.search__block {
  position: relative;
  z-index: 1;
}

.search__ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.search__result {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.search__result__count {
  font-size: 14px;
  font-weight: 600;
}
.search__result__count span {
  font-weight: 300;
}
.search__result .field.pullDown {
  margin-bottom: 0;
  width: 157px;
}

@media screen and (max-width: 768px) {
  .search__ttl {
    font-size: 16px;
  }
}
.search__block .searchResultList__item {
  margin-bottom: 25px;
}

.search__block__favorite {
  width: 100%;
}

.search__block__item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-bottom: 25px;
}
.search__block__grid {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 39.3258426966% 1fr;
  gap: 10px 30px;
  margin-bottom: 10px;
}
.search__block__grid__slide__area {
  grid-column: 1;
  grid-row: 1/3;
  position: relative;
  align-self: start;
}
.search__block__grid__slide__area .searchResultList__like {
  z-index: 200;
}
.search__block__grid__slide__area .swiper-button-prev {
  width: 24px;
  height: 24px;
  top: 50%;
  left: -12px;
}
.search__block__grid__slide__area .swiper-button-next {
  width: 24px;
  height: 24px;
  top: 50%;
  right: -12px;
}
.search__block__grid__slide__area .swiper-button-next:after,
.search__block__grid__slide__area .swiper-button-prev:after {
  width: 24px;
  height: 24px;
}
.search__block__grid__slide__area .swiper-button-next:after {
  content: "";
  display: block;
  background: url("../images/common/ico_slide-arrow.svg") no-repeat;
  background-size: contain;
}
.search__block__grid__slide__area .swiper-button-prev:after {
  content: "";
  display: block;
  background: url("../images/common/ico_slide-arrow.svg") no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.search__block__grid__slide__area .swiper .swiper-wrapper .swiper-slide {
  height: 180px;
  cursor: pointer;
}
.search__block__grid__slide__area .swiper .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search__block__grid__slide__area .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 0;
}
.search__block__grid__slide__area .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #bad5ff;
  opacity: 1;
  margin: 0 2px;
  transition: background-color 0.5s ease;
}
.search__block__grid__slide__area .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 6px;
  background: #108df9;
}
.search__block__grid__title {
  font-size: 20px;
  font-weight: 600;
  color: #108df9;
  margin-bottom: 12px;
}
.search__block__grid__title span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.search__block__grid__title__area {
  grid-column: 2;
  grid-row: 1;
  border-bottom: 1px solid #e3e3e3;
}
.search__block__grid__title__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}
.search__block__grid__title__icons li {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  line-height: 1;
  font-size: 12px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 5px 10px;
  position: relative;
}
.search__block__grid__title__icons li.-category01::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet01.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet01::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet01.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet02::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet02.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet03::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet03.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet04::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet04.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet05::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet05.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet06::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet06.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet07::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet07.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet08::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet08.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.-coupon::before {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background: url(../images/search/ico_coupon.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.-tiket {
  color: #fff;
  background: #108df9;
  border-color: #108df9;
}
.search__block__grid__title__icons li.-tiket::before {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  background: url(../images/search/ico_ticket.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
  font-size: 12px;
}
.search__block__grid__info > li {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.search__block__grid__info .-place::before {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  background: url("../images/common/ico_pin_gray.svg") no-repeat;
  background-size: contain;
}
.search__block__grid__info .-place ul {
  display: flex;
  align-items: center;
}
.search__block__grid__info .-place ul li:first-child::before {
  content: none;
}
.search__block__grid__info .-place ul li::before {
  content: "|";
  color: #d6d6d6;
  display: inline-block;
  margin: 0 5px;
}
.search__block__grid__info .-time::before {
  content: "";
  display: block;
  width: 14.5px;
  height: 14.5px;
  background: url("../images/search/ico_time.svg") no-repeat;
  background-size: contain;
}
.search__block__grid__info .-holiday::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/search/ico_holiday.svg") no-repeat;
  background-size: contain;
}
.search__block__grid__info .-hiru::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/search/ico_hiru.svg") no-repeat;
  background-size: contain;
}
.search__block__grid__info .-yoru::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/search/ico_yoru.svg") no-repeat;
  background-size: contain;
}
.search__block__grid__info__area {
  grid-column: 2;
  grid-row: 2;
}
.search__block__grid__info__area .searchResultList__eval {
  margin: 0;
}
.search__block__grid__info__area .searchResultList__eval .evalIconList__num {
  color: #151515;
}
.search__block .--txt--sp--hidden + .search__block__more {
  display: none;
}
.search__block__txt {
  font-size: 14px;
  padding-bottom: 20px;
}
.search__block__txt .--txt--pc--hidden {
  height: 80px;
  transition: height 0.3s ease;
  overflow: hidden;
  position: relative;
}
.search__block__txt .--txt--pc--hidden::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.search__block__txt .--txt--pc--hidden.is-active {
  height: auto;
  overflow: visible;
}
.search__block__txt .--txt--pc--hidden.is-active::before {
  display: none;
}
.search__block__txt .search__block__more {
  width: fit-content;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  color: white;
  padding: 5px 23px 5px 8px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #108df9;
  border-radius: 12px;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  height: 23px;
  cursor: pointer;
  position: relative;
}
.search__block__txt .search__block__more::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  width: 11px;
  height: 11px;
  background: url("../images/common/ico_detail-white-blue.svg") no-repeat center;
  background-size: 11px 11px;
}
.search__block__txt .search__block__more.is-deactive::after {
  transform: rotate(180deg);
}
.search__block__time {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  column-gap: 35px;
}
.search__block__time li {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.search__block__time li.-checkin::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/common/ico_in.svg") no-repeat;
  background-size: contain;
}
.search__block__time li.-checkout::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/common/ico_out.svg") no-repeat;
  background-size: contain;
}
.search__block__time dl {
  display: flex;
  font-size: 12px;
}
.search__block__category {
  padding-top: 14px;
  margin-bottom: 18px;
}
.search__block__category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.search__block__category ul li {
  width: calc((100% - 24px) / 3);
  border: 1px solid #d5d5d5;
  background: #fcfcfc url("../images/common/ico_check.svg") no-repeat left 8px top 50%;
  border-radius: 6px;
  padding: 4px 20px 6px 25px;
  font-size: 11px;
  column-gap: 6px;
  align-items: center;
  display: flex;
  word-break: break-all;
}
.search__block__category ul li::before {
  content: "";
  display: block;
}
.search__block__category ul li.-notequip {
  background: #fcfcfc;
  opacity: 0.3;
}
.search__block__btn {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  column-gap: 15px;
  align-items: center;
}
.search__block__btn a {
  width: 170px;
  background: #ff407b;
  border-radius: 19px;
  display: block;
  color: #fff;
  padding: 10px;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.search__block__btn a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/search/ico_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 9px;
}
.search__block__btn a.disabled {
  background: #d6d6d6;
  cursor: not-allowed;
}
.search__block__btn a.disabled::after {
  display: none;
}
.search__block__price {
  display: flex;
  font-size: 14px;
  align-items: center;
}
.search__block__price span {
  color: #ff407b;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.search__block__price span::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #d6d6d6;
  transform: rotate(30deg);
  margin: 0 10px;
}

@media (max-width: 1280px) {
  .search__block__category ul li {
    width: calc((100% - 16px) / 3);
  }
}
@media (max-width: 1000px) {
  .search__block__grid {
    display: block;
  }
  .search__block__grid__title__area {
    border: none;
  }
}
.c-search-num__modal .search-num__note {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .c-search-num__modal {
    width: 100%;
  }
  .search__block__item {
    padding: 25px;
    overflow: hidden;
  }
  .search__block__grid__title__info > li .-place {
    width: 100%;
  }
  .search__block__grid__slide__area {
    margin-bottom: 15px;
  }
  .search__block .--txt--sp--hidden {
    height: 80px;
    transition: height 0.3s ease;
    overflow: hidden;
    position: relative;
  }
  .search__block .--txt--sp--hidden::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 20;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .search__block .--txt--sp--hidden.is-active {
    height: auto;
    overflow: visible;
  }
  .search__block .--txt--sp--hidden.is-active::before {
    display: none;
  }
  .search__block .--txt--sp--hidden + .search__block__more {
    width: fit-content;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    color: white;
    padding: 5px 23px 5px 8px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #108df9;
    border-radius: 12px;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    height: 23px;
    cursor: pointer;
    position: relative;
  }
  .search__block .--txt--sp--hidden + .search__block__more::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    width: 11px;
    height: 11px;
    background: url("../images/common/ico_detail-white-blue.svg") no-repeat center;
    background-size: 11px 11px;
  }
  .search__block .--txt--sp--hidden + .search__block__more.is-deactive::after {
    transform: rotate(180deg);
  }
  .search__block__txt .--txt--pc--hidden {
    height: auto;
    overflow: visible;
  }
  .search__block__txt .--txt--pc--hidden::before {
    content: none;
  }
  .search__block__txt .search__block__more {
    display: none;
  }
  .search__block__time {
    display: block;
  }
  .search__block__category {
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
    padding-top: 15px;
  }
  .search__block__category ul {
    gap: 6px;
  }
  .search__block__category ul li {
    width: calc((100% - 12px) / 2);
    font-size: 10px;
  }
  .search__block__btn {
    display: block;
    text-align: center;
  }
  .search__block__btn a {
    margin-top: 18px;
    width: auto;
  }
  .search__block__price {
    justify-content: center;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* search__float
――――――――――――――――――――――――――――――――――――――――――――――*/
.search__float {
  display: none;
}

@media screen and (max-width: 768px) {
  .search__float {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
  }
  .search__float ul {
    display: flex;
    background: #fff;
  }
  .search__float ul li:first-child {
    width: 59.7333333333%;
    border-right: 1px solid #bababa;
  }
  .search__float ul li:first-child a::before {
    content: "";
    display: block;
    width: 17px;
    height: 14px;
    background: url("../images/search/ico_filter.svg");
    background-size: contain;
  }
  .search__float ul li:last-child {
    width: 40.2666666667%;
  }
  .search__float ul li:last-child a::before {
    content: "";
    display: block;
    width: 17px;
    height: 15px;
    background: url("../images/search/icon_fv_on.svg");
    background-size: contain;
  }
  .search__float ul li a {
    display: flex;
    justify-content: center;
    font-weight: 600;
    width: 100%;
    column-gap: 8px;
    align-items: center;
    padding: 20px;
    font-size: 14px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* layout
――――――――――――――――――――――――――――――――――――――――――――――*/
.form__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.form__wrap .formInputArea {
  width: 66.3793103448%;
}
.form__wrap .formInputArea .field.pullDown {
  margin-bottom: 0;
  padding-bottom: 0;
}
.form__wrap .formInputArea .field.pullDown select {
  padding: 7px 25px 7px 15px;
}
.form__wrap .formInputArea .field.pullDown::before {
  content: none;
}
.form__wrap .formInputArea .field.radio {
  display: flex;
}
.form__wrap .formInputArea .field.radio input {
  display: none;
}
.form__wrap .formInputArea .field.radio input:checked::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #108df9;
  position: absolute;
  left: 2px;
  top: 2px;
}
.form__wrap .formInputArea .field.radio span {
  display: block;
  border: 1px solid #57bef1;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  position: relative;
}
.form__wrap .field input {
  border-radius: 4px;
}
.form__wrap .formSubArea {
  width: 30.8620689655%;
}
.form__wrap .w70 {
  width: 75px !important;
}
.form__wrap .w120 {
  width: 125px !important;
}

.form__btn {
  width: 100%;
  background: #d9d9d9;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #fff;
  padding: 15px 0;
  line-height: 1;
}
.form__btn.-orange {
  background: #ff951a;
  padding: 15px 40px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  column-gap: 5px;
  align-items: center;
}
.form__btn.-orange::before {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background: url("/assets/images/form/icon_resycle.svg") no-repeat;
  background-size: contain;
}
.form__btn.-orange:disabled {
  background: #c9c9c9;
}
.form__btn.-orange2 {
  background: #ff951a url("/assets/images/form/btn_arrow.svg") no-repeat right 20px top 50%;
  padding: 15px 40px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  column-gap: 5px;
}
.form__btn.-red {
  background: #ff407b;
}

@media screen and (max-width: 768px) {
  .form__wrap {
    display: block;
  }
  .form__wrap .formInputArea {
    width: auto;
  }
  .form__wrap .formSubArea {
    width: auto;
  }
  .form__btn.-orange {
    padding: 15px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* formTitleArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.formTitleArea {
  margin-bottom: 40px;
}
.formTitleArea h1 {
  text-align: center;
  margin: 30px 0 75px;
  font-size: 28px;
  font-weight: 600;
}
.formTitleArea__step {
  display: flex;
  justify-content: center;
  column-gap: 160px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.formTitleArea__step.-thanks::after {
  background: #108df9;
}
.formTitleArea__step::after {
  content: "";
  display: block;
  height: 2px;
  background: #c9c9c9;
  width: 160px;
  position: absolute;
  bottom: 6px;
  left: calc(50% - 80px);
}
.formTitleArea__step li {
  position: relative;
}
.formTitleArea__step li.-active span.dot {
  background: #108df9;
}
.formTitleArea__step li.-active span.text {
  color: #108df9;
}
.formTitleArea__step li.-active::after {
  content: "";
  display: block;
  background: #f5f6f8;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 13.5px);
  z-index: 1;
  width: 27px;
  border-radius: 50%;
  border: 1px solid #108df9;
  height: 27px;
}
.formTitleArea__step li span.dot {
  position: relative;
  z-index: 5;
  display: block;
  width: 13px;
  height: 13px;
  background: #c9c9c9;
  border-radius: 50%;
}
.formTitleArea__step li span.text {
  position: absolute;
  display: block;
  top: -40px;
  left: 50%;
  font-size: 17px;
  color: #c9c9c9;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .formTitleArea {
    margin: 0 20px 20px;
  }
}
.thanks-title {
  text-align: center;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* formInputArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.formInputArea__section {
  margin-bottom: 70px;
  border-radius: 10px;
  overflow: hidden;
}
.formInputArea__section.-green .formInputArea__title {
  background: #7dc359;
}
.formInputArea__section.-green .formInputArea__inner {
  background: #f3ffed;
}
.formInputArea__section.-orange .formInputArea__title {
  background: #ff951a;
}
.formInputArea__section.-orange .formInputArea__inner {
  background: #fff4e6;
}
.formInputArea__title {
  background: #108df9;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 20px 60px;
}
.formInputArea__layout {
  margin-left: 25px;
  margin-bottom: 50px;
}
.formInputArea__layout:last-child {
  margin-bottom: 0;
}
.formInputArea__layout > div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3d6d7;
  margin-bottom: 15px;
  padding-bottom: 15px;
  column-gap: 10px;
}
.formInputArea__layout > div:last-child {
  border: none;
  margin-bottom: 0;
}
.formInputArea__layout > div dt {
  width: 30.4%;
  font-weight: 600;
}
.formInputArea__layout > div dd {
  width: 68%;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.formInputArea__layout > div dd .field,
.formInputArea__layout > div dd input[type=text] {
  width: 100%;
}
.formInputArea__layout > div dd .-radioList {
  display: flex;
  column-gap: 95px;
}
.formInputArea__layout > div dd .radio-container {
  gap: 10px;
}
.formInputArea__layout > div dd .radio-container + .radio-container {
  margin-top: 0;
}
.formInputArea__layout > div dd .radio-container .radio-wrap {
  position: relative;
}
.formInputArea__layout > div dd .radio-container input[type=radio] {
  width: 24px;
  height: 24px;
  border-color: #108df9;
  margin-right: 10px;
}
.formInputArea__layout > div dd .radio-container input[type=radio]::before {
  width: 14px;
  height: 14px;
}
.formInputArea__layout > div dd .radio-container input[type=radio] + i {
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #108df9;
}
.formInputArea__layout > div dd .radio-container input[type=radio]:checked + i {
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.formInputArea__layout > div dd .-cardType {
  display: flex;
  column-gap: 10px;
}
.formInputArea__layout > div dd .-price {
  color: #ff407b;
  font-weight: 600;
  font-size: 24px;
}
.formInputArea__layout > div dd .-medical a {
  display: flex;
  align-items: center;
  border: 1px solid #e9eaeb;
  padding-right: 35px;
  border-radius: 19px;
  background: url("../images/form/ext.svg") no-repeat top 50% right 15px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.formInputArea__layout > div dd .-medical a .checkbox-container {
  margin-left: 5px;
  position: relative;
  pointer-events: none;
}
.formInputArea__layout .field {
  margin-bottom: 0;
}
.formInputArea__layout .inout-wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
}
.formInputArea .payment-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3d6d7;
  margin-bottom: 15px;
  padding-bottom: 15px;
  column-gap: 10px;
}
.formInputArea .payment-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.formInputArea .payment-item dt {
  width: 30.4%;
}
.formInputArea .payment-item dd {
  flex: 1;
}
.formInputArea__layout2 {
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  padding: 30px 30px 20px;
  margin-bottom: 30px;
}
.formInputArea__layout2 h4 {
  color: #108df9;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.formInputArea__layout2 .formInputArea__layout {
  margin-left: 0;
  margin-bottom: 0;
}
.formInputArea__layout2 .formInputArea__layout dt {
  width: 16.1016949153%;
}
.formInputArea__layout2 .formInputArea__layout dd {
  width: 82.2033898305%;
}
.formInputArea__inner {
  padding: 50px 60px 60px;
  background: #fff;
}
.formInputArea__inner h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.formInputArea__inner h3 span {
  background: #ff3b30;
  color: #fff;
  border-radius: 13px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  padding: 5px 10px;
  margin-left: 15px;
}
.formInputArea__inner h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 36px;
  background: #108df9;
  border-radius: 5px;
  margin-right: 20px;
}
.formInputArea .center {
  max-width: 320px;
  margin: 0 auto;
}
.formInputArea__caution {
  font-weight: 600;
  color: #ff3b30;
  margin-bottom: 20px;
  margin-top: 20px;
}
.formInputArea__thanksInfo li {
  border-bottom: 1px dotted #b5b5b5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.formInputArea__thanksInfo li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.formInputArea__thanksInfo li dl dd {
  font-size: 14px;
}
.formInputArea__thanksInfo li dl dd span {
  color: #ff407b;
}
.formInputArea__thanksReserve p {
  font-size: 14px;
  margin-bottom: 50px;
}
.formInputArea__thanksReserve ul.-info {
  margin-bottom: 20px;
  font-size: 16px;
}
.formInputArea__thanksReserve ul.-info span {
  font-weight: 600;
  white-space: nowrap;
}
.formInputArea__thanksReserve ul.-info a {
  color: #108df9;
  word-break: break-all;
  text-decoration: underline;
}
.formInputArea__thanksReserve ul.-note {
  font-size: 14px;
  margin-bottom: 30px;
}
.formInputArea__thanksReserve ul.-note span {
  color: #ff407b;
}
.formInputArea__product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.formInputArea__product figure {
  width: 43.0769230769%;
}
.formInputArea__product figure img {
  border-radius: 10px;
}
.formInputArea__product__info {
  width: 52.3076923077%;
}
.formInputArea__product__info table {
  margin-top: 10px;
  width: 100%;
}
.formInputArea__product__info table th,
.formInputArea__product__info table td {
  font-size: 14px;
  border-bottom: 1px dotted #c3c3c3;
}
.formInputArea__product__info table th {
  white-space: nowrap;
  padding-right: 8px;
}
.formInputArea__product__info table tr:last-child th,
.formInputArea__product__info table tr:last-child td {
  border-bottom: none;
}
.formInputArea__product.purchase-section table {
  width: 100%;
}
.formInputArea__product.purchase-section table th,
.formInputArea__product.purchase-section table td {
  font-size: 14px;
  border-bottom: 1px dotted #c3c3c3;
  padding: 10px 0;
}
.formInputArea__product.purchase-section table tr:last-child th,
.formInputArea__product.purchase-section table tr:last-child td {
  border-bottom: none;
}
.formInputArea__info {
  border-top: 1px solid #d3d6d7;
  padding-top: 25px;
}
.formInputArea__info li {
  position: relative;
  padding-left: 15px;
}
.formInputArea__info li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #108df9;
  position: absolute;
  left: 0;
  top: 10px;
}
.formInputArea__info li dl {
  display: flex;
}
.formInputArea__coupon {
  background: #f2f2f2;
  border-radius: 9px;
  padding: 25px;
  margin-left: 25px;
  margin-top: -40px;
}
.formInputArea__coupon dd {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .formInputArea__inner {
    padding: 20px 10px;
  }
  .formInputArea__inner h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .formInputArea__inner {
    padding: 30px 20px;
  }
  .formInputArea__title {
    padding: 20px;
  }
  .formInputArea__layout {
    margin-left: 0;
  }
  .formInputArea__layout > div {
    display: block;
  }
  .formInputArea__layout > div dt,
  .formInputArea__layout > div dd {
    width: auto;
  }
  .formInputArea__layout > div dt {
    margin-bottom: 10px;
  }
  .formInputArea__layout2 {
    padding: 30px 20px;
  }
  .formInputArea__layout2 .formInputArea__layout dt,
  .formInputArea__layout2 .formInputArea__layout dd {
    width: auto;
  }
  .formInputArea__product {
    display: block;
  }
  .formInputArea__product figure {
    width: auto;
    margin-bottom: 20px;
  }
  .formInputArea__product__info {
    width: auto;
  }
  .formInputArea__coupon {
    margin-left: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* formCalender
――――――――――――――――――――――――――――――――――――――――――――――*/
.formCalender {
  margin-bottom: 50px;
}
.formCalender__header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formCalender__header .-ttl {
  font-size: 20px;
  font-weight: 600;
}
.formCalender__header .-nav {
  width: 31px;
  height: 31px;
  overflow: hidden;
  text-indent: -999px;
  background: #ccc url("../images/form/bg_nav.svg") no-repeat 50% 50%;
  border-radius: 50%;
}
.formCalender__header .-nav a {
  display: block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #108df9 url("../images/form/bg_nav.svg") no-repeat 50% 50%;
}
.formCalender__header .-next {
  transform: rotate(180deg);
}
.formCalender__body {
  border: 1px solid #a8a8a8;
  border-radius: 10px;
  overflow: hidden;
}
.formCalender__body table {
  width: 100%;
}
.formCalender__body table tr th:first-child,
.formCalender__body table tr td:first-child {
  border-left: none;
}
.formCalender__body table tr th:last-child,
.formCalender__body table tr td:last-child {
  border-right: none;
}
.formCalender__body table tr:last-child td {
  border-bottom: none;
}
.formCalender__body table th,
.formCalender__body table td {
  padding: 15px;
  border: 1px solid #ccc;
  text-align: center;
  width: 14.2857142857%;
}
.formCalender__body table th {
  background: #f7f7f7;
  border-top: none;
}
.formCalender__body table th.-sat {
  color: #27a4ff;
}
.formCalender__body table th.-sun {
  color: #fd2758;
}
.formCalender__body table td {
  position: relative;
  height: 90px;
}
.formCalender__body table td:hover:not(.cell-disabled) {
  cursor: pointer;
  box-shadow: 1px 1px inset #18d1b5, -1px -1px inset #18d1b5;
}
.formCalender__body table td.-active {
  box-shadow: 1px 1px inset #18d1b5, -1px -1px inset #18d1b5;
  background: rgba(24, 209, 181, 0.1);
}
.formCalender__body table td .-date {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.formCalender__body table td .-icon {
  height: 26px;
  width: 26px;
  display: block;
  margin: 0 auto;
}
.formCalender__body table td .-icon.-tel {
  width: 20px;
}
.formCalender__body table td .-icon.-disable {
  width: 20px;
}
.formCalender__explain {
  margin-top: 25px;
  border: 1px solid #c6c6c6;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 25px;
}
.formCalender__explain ul li {
  margin-bottom: 15px;
  font-size: 14px;
}
.formCalender__explain ul li:last-child {
  margin-bottom: 0;
}
.formCalender__explain ul li dl {
  display: flex;
  column-gap: 14px;
}
.formCalender__explain ul li dl dt {
  width: 17px;
  flex-shrink: 0;
  padding-top: 3px;
}
.formCalender__explain ul li dl dt img {
  width: 100%;
}
.formCalender__explain ul li dl dd span {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .formCalender {
    margin-bottom: 30px;
  }
  .formCalender__body table th,
  .formCalender__body table td {
    padding: 5px;
  }
  .formCalender__body table td {
    height: 70px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* formAmount
――――――――――――――――――――――――――――――――――――――――――――――*/
.formAmount__lead {
  margin-bottom: 30px;
}
.formAmount__lead dt {
  font-weight: 600;
}
.formAmount__block {
  margin-bottom: 30px;
}
.formAmount__block__list.-thanks {
  border-top: 1px solid #c3c3c3;
}
.formAmount__block__list.-thanks .formAmount__inputs li {
  background: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.formAmount__block__list.-thanks li.-total {
  padding-top: 20px;
}
.formAmount__block__list.-thanks li.-total dl {
  display: flex;
  justify-content: space-between;
}
.formAmount__block__list.-thanks li.-total dl dt::before {
  content: none;
}
.formAmount__block__list.-thanks li.-total dl dd {
  color: #ff407b;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.formAmount__block__list.-thanks li.-total dl dd span {
  font-size: 20px;
  display: block;
}
.formAmount__block__list.-thanks li.-total p {
  text-align: right;
  font-size: 14px;
  color: #666;
}
.formAmount__block__list__item {
  border-bottom: 1px solid #c3c3c3;
  padding: 20px 0;
}
.formAmount__block__list__item:last-child {
  border: none;
  margin-bottom: 0;
}
.formAmount__block__list__person {
  display: none;
  margin-top: 15px;
  margin-bottom: 20px;
}
.formAmount__block__list__person__header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}
.formAmount__block__list__person__title {
  font-weight: 600;
  color: #108df9;
  display: flex;
  align-items: center;
}
.formAmount__block__list__person__title span {
  background: #ff3b30;
  color: #fff;
  border-radius: 13px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  padding: 5px 10px;
  margin-left: 15px;
}
.formAmount__block__list__person__title::before {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  background: #108df9;
  border-radius: 5px;
  margin-right: 15px;
}
.formAmount__block__list__person__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.formAmount__block__list__person__content ul {
  position: relative;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  padding: 20px;
}
.formAmount__block__list__person__content ul li {
  display: flex;
}
.formAmount__block__list__person__content ul li > div:first-child {
  flex-shrink: 0;
  width: 120px;
  font-weight: 600;
}
.formAmount__block__list__person__content ul li.action-col {
  position: absolute;
  right: 15px;
  bottom: 8px;
}
.formAmount__block__list__person__content ul li.action-col button {
  text-decoration: underline;
}
.formAmount__block__list__person__content__btn {
  min-width: 60px;
  background: #108df9;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #108df9;
  text-align: center;
}
.formAmount__block__list__person__content__btn.-add {
  background: #108df9;
  color: #fff;
}
.formAmount__ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #108df9;
}
.formAmount__inputs li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-image: repeating-linear-gradient(90deg, #c3c3c3, #c3c3c3 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
.formAmount__inputs li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formAmount__inputs li dl dt::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  margin-right: 5px;
  background: url("../images/form/arrow.svg") no-repeat;
  background-size: contain;
  position: relative;
  top: -2px;
}
.formAmount__inputs li dl dt span {
  background: #ff3b30;
  color: #fff;
  border-radius: 13px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  padding: 3px 8px;
  margin-left: 15px;
  font-size: 10px;
  position: relative;
  top: -2px;
}
.formAmount__inputs li dl dd {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.formAmount__inputs li dl dd .-price {
  color: #ff407b;
  font-weight: 600;
  margin-right: 10px;
}
.formAmount__inputs li dl dd .field.pullDown {
  margin: 0 10px;
  width: 74px;
}
.formAmount__inputs li:last-child {
  background: none;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .formAmount__block__list.-thanks .formAmount__inputs li.-total dl dd {
    font-size: 14px;
  }
  .formAmount__block__list.-thanks .formAmount__inputs li.-total dl dd span {
    font-size: 14px;
  }
  .formAmount__block__list__person__content ul {
    padding: 10px;
    padding-bottom: 20px;
  }
  .formAmount__block__list__person__content ul li > div:first-child {
    width: 80px;
  }
  .formAmount__ttl {
    font-size: 14px;
  }
  .formAmount__inputs li.-total dl {
    display: flex;
    align-items: center;
  }
  .formAmount__inputs li dl {
    flex-wrap: wrap;
  }
  .formAmount__inputs li dl dt,
  .formAmount__inputs li dl dd {
    margin-bottom: 10px;
  }
  .formAmount__inputs li dl dd {
    margin-left: auto;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* formSubmitArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.formSubmitArea {
  margin-bottom: 70px;
}
.formSubmitArea dt {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: center;
}
.formSubmitArea dt .checkbox-container {
  margin: 0;
}
.formSubmitArea dt .checkbox-container input {
  width: 24px;
  height: 24px;
  border-color: #96cdfc;
  background: #fff;
  border-radius: 3px;
}
.formSubmitArea dt .checkbox-container input.is-checked::before {
  width: 14px;
  height: 11px;
}
.formSubmitArea dt a {
  color: #108df9;
  text-decoration: underline;
}
.formSubmitArea dd {
  max-width: 320px;
  margin: 0 auto;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .formSubmitArea dt {
    flex-wrap: wrap;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* formSubArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.formSubArea {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  position: sticky;
  top: 63px;
}
.formSubArea__title {
  font-weight: bold;
  color: #108df9;
  margin-bottom: 10px;
  word-break: break-all;
}
.formSubArea__date {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.formSubArea__date::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url("../images/common/ico_calendar-gray.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.formSubArea__fee {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.formSubArea__fee > dl > dt {
  color: #108df9;
  font-size: 14px;
  margin-bottom: 4px;
}
.formSubArea__fee > dl > dd ul li {
  margin-bottom: 10px;
}
.formSubArea__fee > dl > dd ul li:last-child {
  margin-bottom: 0;
}
.formSubArea__fee > dl > dd ul li dt::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  margin-right: 5px;
  background: url("../images/form/arrow.svg") no-repeat;
  background-size: contain;
}
.formSubArea__fee > dl + dl {
  margin-top: 10px;
}
.formSubArea__total {
  border-top: 1px solid #c3c3c3;
  padding-top: 10px;
}
.formSubArea__total li {
  margin-bottom: 10px;
}
.formSubArea__total li.-separator {
  border-top: 1px dotted #c3c3c3;
  padding-top: 10px;
}
.formSubArea .-pricelist span {
  display: inline-block;
}
.formSubArea .-pricelist dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.formSubArea .-pricelist dl dt {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.formSubArea .-pricelist dl dd {
  text-align: right;
  color: #ff407b;
  font-weight: 600;
  font-size: 14px;
}
.formSubArea .-pricelist dl dd span {
  font-size: 12px;
}
.formSubArea__rest {
  background: #ffedf3;
  border-radius: 7px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.formSubArea__rest dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.formSubArea__rest dl dt {
  font-size: 14px;
  line-height: 1;
}
.formSubArea__rest dl dd {
  color: #ff407b;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
}
.formSubArea__rest dl dd span {
  font-size: 14px;
}
.formSubArea__rest p {
  font-size: 14px;
  color: #ff407b;
}
.formSubArea__reserve {
  background: #fff4e5;
  border-radius: 7px;
  padding: 20px;
}
.formSubArea__reserve p {
  color: #ff951a;
  margin-bottom: 20px;
  font-weight: 600;
}
.formSubArea__reserve dl div {
  display: flex;
  font-size: 14px;
  gap: 4px;
}
.formSubArea__reserve dl div dt {
  white-space: nowrap;
  flex-shrink: 0;
}
.formSubArea__reserve dl div a {
  color: #108df9;
  word-break: break-all;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .formSubArea {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .formSubArea {
    margin-bottom: 70px;
    position: relative;
    top: auto;
  }
  .formSubArea.-thanks {
    position: fixed;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin-bottom: 0;
    z-index: 32;
    padding-bottom: 10px;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
  }
  .formSubArea.-thanks .formSubArea__title,
  .formSubArea.-thanks .formSubArea__date {
    margin-bottom: 0;
  }
  .formSubArea.-thanks .formSubArea__fee {
    margin-top: 20px;
  }
  .formSubArea__expand {
    display: none;
  }
  .formSubArea__acc {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 10px;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 12px;
    color: #848484;
    text-align: center;
  }
  .formSubArea__acc .icon {
    display: block;
  }
  .formSubArea__acc.-open .icon {
    transform: rotate(180deg);
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* formFloatInfo
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (max-width: 768px) {
  .formFloatInfo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    z-index: 32;
  }
  .formFloatInfo__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
  }
  .formFloatInfo__header dl {
    display: flex;
    align-items: center;
    column-gap: 5px;
  }
  .formFloatInfo__header dl dt {
    font-size: 10px;
  }
  .formFloatInfo__header dl dd {
    color: #ff407b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
  }
  .formFloatInfo__header dl dd span {
    font-size: 10px;
    vertical-align: middle;
  }
  .formFloatInfo__date {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
  }
  .formFloatInfo__date::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url("../images/common/ico_calendar-gray.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
  }
  .formFloatInfo__detail {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
  }
  .formFloatInfo__detail dl {
    display: flex;
    column-gap: 8px;
    align-items: center;
  }
  .formFloatInfo__detail dl dt {
    font-size: 12px;
  }
  .formFloatInfo__detail dl dd {
    color: #ff407b;
    font-size: 14px;
  }
  .formFloatInfo__detail dl dd span {
    font-size: 12px;
  }
  .formFloatInfo .formSubArea {
    margin-bottom: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* formOverlay
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (max-width: 768px) {
  .formOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 31;
    background: rgba(0, 0, 0, 0.29);
    display: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* formModal
――――――――――――――――――――――――――――――――――――――――――――――*/
.formModal {
  display: none;
}
.formModal__layout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  background: rgba(0, 0, 0, 0.29);
  z-index: 102;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formModal .field.pullDown::before {
  content: none;
}
.formModal__modal {
  max-width: 770px;
  width: 80%;
  background: #fff;
  border-radius: 15px;
  max-height: 678px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.formModal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: #fff url(../images/common/modal_close.png) center/100% no-repeat;
  z-index: 2;
  cursor: pointer;
}
.formModal__close:hover {
  background-color: #F2F2F2;
}
.formModal__medical-info {
  display: none;
  height: 250px;
  border: 1px solid #c3c3c3;
  padding: 10px 15px;
  overflow-y: scroll;
  border-radius: 15px;
}
.formModal__medical-info table {
  max-width: 100%;
}
.formModal__inner {
  padding: 40px 60px 0;
  display: flex;
  flex-direction: column;
}
.formModal__inner h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.formModal__inner h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 36px;
  background: #108df9;
  border-radius: 5px;
  margin-right: 20px;
}
.formModal__content {
  height: fit-content;
  overflow-y: scroll;
  margin-bottom: 0;
}
.formModal__content p {
  font-size: 14px;
  margin-bottom: 28px;
}
.formModal__content ul {
  margin: 0 0 28px 40px;
}
.formModal__content ul li {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.formModal__content ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #108df9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.formModal__btn {
  padding-top: 20px;
  padding-bottom: 40px;
}
.formModal__btn button {
  width: 254px;
  margin: 0 auto;
  display: flex;
  background-color: #ff951a;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: background 200ms ease;
}
.formModal__btn button:disabled {
  background-color: #cbcbcb;
}
.formModal__btn button span {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .formModal {
    padding: 25px 20px;
  }
  .formModal__modal {
    height: calc(100dvh - 50px);
    width: 100%;
  }
  .formModal__inner {
    position: relative;
    padding: 20px;
  }
  .formModal__inner p {
    margin-bottom: 10px;
  }
  .formModal__inner ul {
    margin: 0 0 20px 20px;
  }
  .formModal__content {
    height: fit-content;
  }
}
.cell-disabled {
  cursor: default;
}

.basicInput {
  width: 100%;
  background-color: #fff;
  border: 1px solid #9D9D9D;
  border-radius: 4px;
  padding: 5px 13px;
}
@media screen and (max-width: 768px) {
  .basicInput {
    padding: 8px 10px;
  }
}
.error .basicInput {
  border-color: #FF3B30;
  background-color: #FCEEEC;
}
.basicInput:disabled {
  background-color: #9D9D9D;
  background-color: #D3D6D7;
  color: #9D9D9D;
}
.basicInput.w-200 {
  width: 200px;
}
.date-select .basicInput {
  padding-left: 40px;
}

.basicCheckbox {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #9D9D9D;
  border-radius: 4px;
  background-color: #fff;
}
.basicCheckbox:checked {
  border: 1px solid #57BEF1;
}
.basicCheckbox:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 11px;
  background: url(../images/common/ico_checkPoint.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .basicCheckbox {
    width: 16px;
    height: 16px;
  }
  .basicCheckbox:checked::before {
    width: 12px;
    height: 8px;
  }
}
.error .basicCheckbox {
  border-color: #FF3B30;
  background-color: #FCEEEC;
}
.basicCheckbox:disabled {
  background-color: #9D9D9D;
  background-color: #D3D6D7;
  color: #9D9D9D;
}

.basicSelect {
  position: relative;
  background-color: #fff;
  border: 1px solid #9D9D9D;
  border-radius: 4px;
  width: 200px;
}
.basicSelect:has(select:disabled) {
  background-color: #9D9D9D;
  background-color: #D3D6D7;
  color: #9D9D9D;
}
.basicSelect select {
  position: relative;
  padding: 5px 13px;
  width: 100%;
  z-index: 1;
}
.basicSelect::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 8px;
  top: calc(50% - 4px);
  right: 12px;
  background: url(../images/common/ico_drop.svg) no-repeat center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .basicSelect select {
    padding: 8px 10px;
    width: 100%;
  }
}
.error .basicSelect {
  border-color: #FF3B30;
  background-color: #FCEEEC;
}

.basicRadio {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #9D9D9D;
  border-radius: 50%;
  background-color: #fff;
}
.basicRadio::before {
  content: "";
  display: none;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #34C759;
}
.basicRadio:checked {
  border: 1px solid #57BEF1;
}
.basicRadio:checked::before {
  display: block;
}
@media screen and (max-width: 768px) {
  .basicRadio {
    width: 20px;
    height: 20px;
  }
  .basicRadio::before {
    width: 10px;
    height: 10px;
  }
}
.basicRadio:disabled {
  background-color: #9D9D9D;
  background-color: #D3D6D7;
  color: #9D9D9D;
}

.basicOutlineBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  min-width: 128px;
  height: 39px;
  border-radius: 4px;
  padding: 0 8px;
  color: #108DF9;
  border: 1px solid #108DF9;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.basicOutlineBtn.autoHeight {
  height: auto !important;
  line-height: 1.5;
  padding: 8px;
}
.basicOutlineBtn:disabled {
  color: #9D9D9D;
  background-color: #D3D6D7;
}

.reserve-wrap {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  box-shadow: none;
  padding: 0 0 48px;
}
.reserve-wrap.addTop {
  margin-top: 48px;
}
.reserve-wrap__title-box {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  padding: 0.75rem 0;
  border-color: #108DF9 !important;
}
@media screen and (max-width: 768px) {
  .reserve-wrap {
    width: calc(100% - 2rem);
    padding: 0 0 38px;
  }
  .reserve-wrap.addTop {
    margin-top: 38px;
  }
}
.reserve-content {
  margin: 60px auto 40px;
  max-width: 1024px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.reserve-content.small {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .reserve-content {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .reserve-content.small {
    margin: 24px auto;
  }
}
.reserve-content__title {
  background-color: #108DF9;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .reserve-content__title {
    padding: 12.8px;
  }
}
.reserve-content__list {
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .reserve-content__list {
    padding: 0 16px;
  }
}
.reserve-form__title {
  vertical-align: middle;
  line-height: 1;
}
.reserve-form__title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 36px;
  margin-right: 16px;
  background-color: #108DF9;
  border-radius: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .reserve-form__title::before {
    width: 6px;
    height: 32px;
    margin-right: 12px;
    border-radius: 6px;
  }
}
.reserve-form__item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 10px;
  font-size: 16px;
}
.reserve-form__item-list {
  padding: 0 16px;
}
.reserve-form__item > label {
  width: 180px;
  padding: 10px 0;
  flex-shrink: 0;
}
.reserve-form__item + .reserve-form__item {
  border-top: 1px solid #D3D6D7;
}
.reserve-form__item .text {
  font-weight: 700;
}
.reserve-form__item.small, .reserve-form__item.calendar {
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .reserve-form__item {
    display: block;
    padding: 8px;
  }
  .reserve-form__item > label {
    width: 100%;
    padding: 4px;
  }
  .reserve-form__item-list {
    padding: 0 8px;
  }
  .reserve-form__item.small {
    padding: 8px;
  }
  .reserve-form__item.calendar {
    padding: 0;
  }
  .reserve-form__item .text {
    padding: 4px 8px;
  }
  .reserve-form__item .text.calendar {
    padding: 0;
  }
}
.reserve-form__item.error .error-message {
  display: block;
}
.reserve-form__item-info-text {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .reserve-form__item-info-text {
    margin-top: 2px;
  }
}
.reserve-form__booker, .reserve-form__reserve, .reserve-form__complete {
  padding: 32px 0 24px;
}
.reserve-form__booker.complete, .reserve-form__reserve.complete, .reserve-form__complete.complete {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .reserve-form__booker, .reserve-form__reserve, .reserve-form__complete {
    padding: 24px 0 12px;
  }
  .reserve-form__booker.complete, .reserve-form__reserve.complete, .reserve-form__complete.complete {
    padding-top: 30px;
  }
}
.reserve-form__driver {
  padding: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .reserve-form__driver {
    padding: 12px 0;
  }
}
.reserve-form__car-info {
  padding: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .reserve-form__car-info {
    padding: 12px 0;
  }
}
.reserve-form .error-message {
  display: none;
  margin-top: 4px;
  color: #FF3B30;
  font-weight: 700;
}
.reserve-form .error-message::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 4px;
  background: url(/assets/images/common/ico_error.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  .reserve-form .error-message::before {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background-size: cover;
  }
}
.reserve-form__login {
  padding: 24px 0 12px;
}
@media screen and (max-width: 768px) {
  .reserve-form__login {
    padding: 12px 0 8px;
  }
}
.reserve-form__forget {
  padding: 24px 0 12px;
}
@media screen and (max-width: 768px) {
  .reserve-form__forget {
    padding: 12px 0 8px;
  }
}
.reserve-form__inquiry {
  padding: 24px 0 12px;
}
@media screen and (max-width: 768px) {
  .reserve-form__inquiry {
    padding: 12px 0 8px;
  }
}
.reserve-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #9D9D9D;
  z-index: 10;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .reserve-bottom {
    padding: 8px 0;
  }
}
.reserve-bottom__content {
  background-color: #fff;
  max-width: 1024px;
  margin: 0 auto;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .reserve-bottom__content {
    width: calc(100% - 1rem);
    padding: 4px 8px;
  }
}
@media screen and (max-width: 530px) {
  .reserve-bottom__content > div {
    display: block !important;
  }
  .reserve-bottom__content button {
    display: block;
    padding: 8px 35px;
    margin: 8px auto 4px;
  }
}
.reserve-bottom__sub-price > * {
  font-weight: 400;
  padding: 10px 4px;
}
@media screen and (max-width: 768px) {
  .reserve-bottom__sub-price > * {
    padding: 4px 2px;
  }
}
@media screen and (max-width: 768px) {
  .reserve-bottom__sub-price > dd {
    padding: 4px 1px;
  }
}
.reserve-bottom__price-wrap {
  gap: 4px;
  letter-spacing: -0.025em;
}
.reserve-bottom__price-wrap > div {
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .reserve-bottom__price-wrap {
    gap: 0;
  }
  .reserve-bottom__price-wrap > div {
    gap: 4px;
  }
}
.reserve-btn {
  font-size: 16px;
  padding: 12px 37px;
  border-radius: 25px;
  background-color: #FF407B;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.reserve-btn__center {
  width: 320px;
}
.reserve-price {
  color: #FF407B;
  font-weight: 700;
  vertical-align: middle;
}
.reserve-warning {
  padding: 8px 32px 48px;
}
.reserve-warning__title {
  color: #FF3B30;
}
.reserve-warning__info {
  margin-top: 16px;
  line-height: 2;
}
.reserve-warning__agree {
  margin-top: 16px;
  font-size: 14px;
}
.reserve-warning__agree input {
  margin-right: 12px;
  flex-shrink: 0;
}
.reserve-warning__agree a {
  display: inline-block;
  margin: 0 3px;
  color: #108DF9;
  text-decoration: underline;
}
.reserve-warning__agree-text.error {
  background-color: #FCEEEC;
  border: 1px solid #FF3B30;
  border-radius: 4px;
  padding: 2px 6px;
}
@media screen and (max-width: 768px) {
  .reserve-warning {
    padding: 8px 16px 24px;
  }
}
.reserve-complete__title {
  margin: 40px auto 0;
  max-width: 1024px;
  background-color: #E7F7DE;
}
.reserve-complete__title-text {
  padding: 32px 200px 32px 28px;
  background: url(/assets/images/reserve/go_go_cat_05.png) no-repeat right bottom;
  background-size: 200px auto;
}
@media screen and (max-width: 768px) {
  .reserve-complete__title {
    margin: 24px auto 0;
  }
  .reserve-complete__title-text {
    padding: 16px 10px 80px;
    background-size: 120px auto;
  }
}
.reserve-complete__customer {
  margin: 40px auto 0;
  max-width: 1024px;
}
.reserve-complete__customer-title {
  padding: 12px 16px;
  background-color: #FF9500;
  border-radius: 8px 8px 0 0;
  color: #fff;
}
.reserve-complete__customer-text {
  padding: 32px 36px;
  border: 4px solid #FF9500;
  margin-top: -1px;
  background: url(/assets/images/reserve/go_go_cat_01.png) no-repeat right bottom;
  background-size: 180px auto;
}
.reserve-complete__customer-center {
  text-align: center;
}
.reserve-complete__customer-center p {
  display: inline-block;
  padding: 8px 16px;
  background-color: #FF9500;
  color: #fff;
  border-radius: 4px;
}
.reserve-complete__customer-info {
  margin-top: 24px;
  letter-spacing: -0.025em;
}
.reserve-complete__customer-info ul {
  margin: 24px 0;
}
.reserve-complete__customer-info ul a {
  color: #108DF9;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .reserve-complete__customer {
    margin: 24px auto 0;
  }
  .reserve-complete__customer-title {
    padding: 4px 8px;
  }
  .reserve-complete__customer-text {
    padding: 16px 12px 60px;
    background-size: 110px auto;
    background-position-x: calc(100% + 20px);
  }
  .reserve-complete__customer-center p {
    padding: 4px 8px;
  }
  .reserve-complete__customer-info {
    margin-top: 16px;
  }
  .reserve-complete__customer-info ul {
    margin: 16px 0;
  }
}

.error-color {
  color: #FF3B30 !important;
}

#payjp_checkout_box {
  display: none;
}

.mapIcon_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 0;
}
.mapIcon_wrap > i {
  display: block;
  text-decoration: none;
}

#maps gmp-advanced-marker:hover, #maps gmp-advanced-marker.active {
  z-index: 15;
}

#maps .gm-ui-hover-effect {
  width: 30px !important;
  height: 30px !important;
}
#maps .gm-ui-hover-effect span {
  width: 20px !important;
  height: 20px !important;
  margin: 5px !important;
}

#maps .gm-style-iw-d .info-wrap {
  max-width: 250px;
  cursor: pointer;
}
#maps .gm-style-iw-d .info-wrap .img-wrap {
  position: relative;
  width: 250px;
  height: 130px;
  margin-bottom: 5px;
}
#maps .gm-style-iw-d .info-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#maps .gm-style-iw-d h5 {
  font-weight: 700;
}
#maps .gm-style-iw-d p {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #maps .gm-style-iw-d .info-wrap .img-wrap {
    width: 100%;
    height: auto;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* z-index
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z4 {
  z-index: 4;
}

.u-z5 {
  z-index: 5;
}

.u-z6 {
  z-index: 6;
}

.u-z7 {
  z-index: 7;
}

.u-z8 {
  z-index: 8;
}

.u-z9 {
  z-index: 9;
}

.u-z10 {
  z-index: 10;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* potition
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-por {
  position: relative;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* flex
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* margin
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .u-mt5-pc {
    margin-top: 5px;
  }
  .u-mt10-pc {
    margin-top: 10px;
  }
  .u-mt15-pc {
    margin-top: 15px;
  }
  .u-mt20-pc {
    margin-top: 20px;
  }
  .u-mt25-pc {
    margin-top: 25px;
  }
  .u-mt30-pc {
    margin-top: 30px;
  }
  .u-mt35-pc {
    margin-top: 35px;
  }
  .u-mt40-pc {
    margin-top: 40px;
  }
  .u-mt45-pc {
    margin-top: 45px;
  }
  .u-mt50-pc {
    margin-top: 50px;
  }
  .u-mt55-pc {
    margin-top: 55px;
  }
  .u-mt60-pc {
    margin-top: 60px;
  }
  .u-mt65-pc {
    margin-top: 65px;
  }
  .u-mt70-pc {
    margin-top: 70px;
  }
  .u-mt75-pc {
    margin-top: 75px;
  }
  .u-mt80-pc {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt5-sp {
    margin-top: 5px;
  }
  .u-mt10-sp {
    margin-top: 10px;
  }
  .u-mt15-sp {
    margin-top: 15px;
  }
  .u-mt20-sp {
    margin-top: 20px;
  }
  .u-mt25-sp {
    margin-top: 25px;
  }
  .u-mt30-sp {
    margin-top: 30px;
  }
  .u-mt35-sp {
    margin-top: 35px;
  }
  .u-mt40-sp {
    margin-top: 40px;
  }
  .u-mt45-sp {
    margin-top: 45px;
  }
  .u-mt50-sp {
    margin-top: 50px;
  }
  .u-mt55-sp {
    margin-top: 55px;
  }
  .u-mt60-sp {
    margin-top: 60px;
  }
  .u-mt65-sp {
    margin-top: 65px;
  }
  .u-mt70-sp {
    margin-top: 70px;
  }
  .u-mt75-sp {
    margin-top: 75px;
  }
  .u-mt80-sp {
    margin-top: 80px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* font-size
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .u-fz10-pc {
    font-size: 10px;
  }
  .u-fz11-pc {
    font-size: 11px;
  }
  .u-fz12-pc {
    font-size: 12px;
  }
  .u-fz13-pc {
    font-size: 13px;
  }
  .u-fz14-pc {
    font-size: 14px;
  }
  .u-fz15-pc {
    font-size: 15px;
  }
  .u-fz16-pc {
    font-size: 16px;
  }
  .u-fz17-pc {
    font-size: 17px;
  }
  .u-fz18-pc {
    font-size: 18px;
  }
  .u-fz19-pc {
    font-size: 19px;
  }
  .u-fz20-pc {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-fz10-sp {
    font-size: 10px;
  }
  .u-fz11-sp {
    font-size: 11px;
  }
  .u-fz12-sp {
    font-size: 12px;
  }
  .u-fz13-sp {
    font-size: 13px;
  }
  .u-fz14-sp {
    font-size: 14px;
  }
  .u-fz15-sp {
    font-size: 15px;
  }
  .u-fz16-sp {
    font-size: 16px;
  }
  .u-fz17-sp {
    font-size: 17px;
  }
  .u-fz18-sp {
    font-size: 18px;
  }
  .u-fz19-sp {
    font-size: 19px;
  }
  .u-fz20-sp {
    font-size: 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-fw600 {
  font-weight: 600;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 特殊
――――――――――――――――――――――――――――――――――――――――――――――*/

/*# sourceMappingURL=style.css.map */
