@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;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 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--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--secmap {
  font-size: 20px;
}
.c-secTtl.ttl--secmap::before {
  width: 15px;
  height: 18px;
  background-image: url(../images/detail/ico_pin_bk.svg);
}
.c-secTtl .color-blue {
  color: #108DF9;
}

.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 25px;
}
.c-tab .tab__label {
  color: #BCBCBC;
}
.c-tab .tab__btns ul {
  display: flex;
  column-gap: 9px;
}
.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 {
    width: 80px;
    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 {
  max-width: 216px;
  width: calc((100% - clamp(60px, 60px + 20 * (100vw - 768px) / 512, 80px)) / 5);
}
.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 {
  visibility: hidden;
  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 {
  visibility: hidden;
  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--coupon {
  width: 34px;
  height: 20px;
}
.sideNav .sideNavList .sideNavList__item .sideNavList__link .sideNavList__txt {
  font-size: 9px;
  font-weight: 700;
}

@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--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.max {
  width: 90%;
  margin: 0 auto;
}
#scrollTop .remodal__figArea.max .slider img {
  width: 100%;
}
#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 {
  height: 90px;
}
#scrollTop .remodal__figArea .thumbnail img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#scrollTop .remodal__figArea .thumbnail .slick-list {
  height: 100%;
}
#scrollTop .remodal__figArea .thumbnail .slick-track {
  height: 100%;
  margin: 0 auto;
  display: flex;
  column-gap: 12px;
}
#scrollTop .remodal__figArea .thumbnail .slick-track .slick-slide {
  width: auto !important;
  height: 100%;
  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__title.company {
  display: inline-block;
  color: #108df9;
  margin-bottom: 5px;
}
#scrollTop .remodal .remodal__infoBody .reviewList__comment {
  font-size: 14px;
  margin-bottom: 30px;
}
#scrollTop .remodal .remodal__infoBody .reviewList__date {
  font-size: 12px;
  color: #bcbcbc;
}

@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;
  }
}
.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: 12px;
  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;
}
.grumet__info li.-cat.gourmet09::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet09_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet010::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet010_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet011::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet011_gray.svg") no-repeat;
}
.grumet__info li.-cat.gourmet012::before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url("../images/common/ico_gourmet012_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: 25px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
.topSlideArea .swiper-slide .linkItem .topSlide__star {
  position: absolute;
  width: fit-content;
  left: 20px;
  top: 10px;
}
.topSlideArea .swiper-slide .linkItem .topSlide__star .star-background {
  display: flex;
}
.topSlideArea .swiper-slide .linkItem .topSlide__star .star-filled {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
}
.topSlideArea .swiper-slide .linkItem .topSlide__star .star-background img,
.topSlideArea .swiper-slide .linkItem .topSlide__star .star-filled img {
  width: 16px; /* 별 크기 조절 */
  height: 16px;
  flex-shrink: 0;
}
.topSlideArea .swiper-slide .linkItem::before {
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  height: 100px;
}
.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;
}
.topSlideArea .swiper-button-prev {
  width: 47px;
  height: 47px;
  background: url("../images/detail/slide_arrow_perv.svg") no-repeat;
  background-size: contain;
  left: calc(50% - 580px);
}
.topSlideArea .swiper-button-prev::after {
  content: none;
}
.topSlideArea .swiper-button-next {
  width: 47px;
  height: 47px;
  background: url("../images/detail/slide_arrow.svg") no-repeat;
  background-size: contain;
  right: calc(50% - 580px);
}
.topSlideArea .swiper-button-next::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .topSlideArea {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .topSlideArea .swiper::after {
    width: 110px;
    height: 114px;
  }
  .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;
  }
  .topSlideArea .swiper-button-prev,
  .topSlideArea .swiper-button-next {
    display: none;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 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;
  position: relative;
}
.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 {
  background: #fff;
  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.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);
}
.topCategoryLink__btn.gourmet09::before {
  width: 37px;
  height: 36px;
  background-image: url(../images/common/ico_gourmet09.svg);
}
.topCategoryLink__btn.gourmet010::before {
  width: 37px;
  height: 32px;
  background-image: url(../images/common/ico_gourmet010.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;
  position: relative;
}
.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;
  height: 220px;
}
.topSpecialLink__btn figure img {
  width: 100%;
}
.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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.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
――――――――――――――――――――――――――――――――――――――――――――――*/
.topPopular {
  background: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.topPopularLink__btn figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 130px;
  position: relative;
}
.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;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 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: 800;
  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;
  height: 140px;
  position: relative;
}
.topCouponLink__btn figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
}
.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;
}

.google-icon::after {
  position: absolute;
  content: "";
  left: 4px;
  bottom: 4px;
  font-size: 0;
  width: 59px;
  height: 18px;
  background: url("/gourmet/assets/images/common/google.png");
  z-index: 3;
}

/* 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;
  }
  .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;
  }
  .cur-month::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto 0;
    width: 2px;
    height: 15px;
    background-color: #151515;
    transform: rotate(15deg);
  }
  .numInputWrapper .cur-year {
    font-weight: 600 !important;
    padding-left: 0 !important;
    position: relative;
  }
  .numInputWrapper .arrowUp {
    display: none;
  }
  .numInputWrapper .arrowDown {
    display: none;
  }
  .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 {
    top: 421px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 100%;
    max-width: 335px;
    height: auto;
    border-radius: 15px;
    padding: 20px;
  }
  .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;
  }
  .numInputWrapper {
    position: relative;
  }
  .numInputWrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 2px;
    height: 15px;
    background-color: #151515;
    transform: rotate(15deg);
  }
  .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: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;
  }
}
/*
 *  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: 100;
}
.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: 74px;
}
.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: 128px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 219px;
  background-color: #ffffff;
}
.header .headerCont .headerNav {
  width: 100%;
  height: 74px;
  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: 12px;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.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.gourmet01::before {
  width: 26px;
  height: 26px;
  background-image: url(../images/common/ico_gourmet01.svg);
  margin-bottom: 3px;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.gourmet02::before {
  width: 29px;
  height: 23px;
  background-image: url(../images/common/ico_gourmet02.svg);
  margin-bottom: 6px;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.gourmet03::before {
  width: 25px;
  height: 25px;
  background-image: url(../images/common/ico_gourmet03.svg);
  margin-bottom: 4px;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.gourmet04::before {
  width: 33px;
  height: 22px;
  background-image: url(../images/common/ico_gourmet04.svg);
  margin-bottom: 7px;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.gourmet05::before {
  width: 25px;
  height: 24px;
  background-image: url(../images/common/ico_gourmet05.svg);
  margin-bottom: 5px;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.gourmet06::before {
  width: 20px;
  height: 23px;
  background-image: url(../images/common/ico_gourmet06.svg);
  margin-bottom: 6px;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.gourmet07::before {
  width: 25px;
  height: 23px;
  margin-bottom: 6px;
  background-image: url(../images/common/ico_gourmet07.svg);
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.gourmet08::before {
  padding-top: 3px;
  width: 23px;
  height: 20px;
  margin-bottom: 6px;
  background-image: url(../images/common/ico_gourmet08.svg);
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.gourmet09::before {
  width: 25px;
  height: 23px;
  margin-bottom: 6px;
  background-image: url(../images/common/ico_gourmet09.svg);
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.gourmet010::before {
  width: 23px;
  height: 20px;
  margin-bottom: 6px;
  background-image: url(../images/common/ico_gourmet010.svg);
}
.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 .headerHead {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  padding: 0 60px 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 .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;
}

.languageList {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
}
.languageList::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background: url(../images/common/ico_language.svg) center/contain no-repeat;
}
.languageList__item {
  position: relative;
  margin-right: 22px;
  font-weight: 600;
}
.languageList__item.is-active {
  color: #bcbcbc;
}
.languageList__item:last-child {
  margin-right: 0;
}
.languageList__item:last-child::before {
  content: none;
}
.languageList__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 12px;
  background-color: #d1d1d1;
  transform: rotate(30deg);
}

/*――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* 言語選択メニュー 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;
}

.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;
    aspect-ratio: 130/37;
  }
  .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 .headerList {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 10px;
}
.header-sp-menu .headerList li {
  position: relative;
}
.header-sp-menu .headerList li:last-child::after {
  content: none;
}
.header-sp-menu .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-sp-menu .headerList li a {
  font-size: 12px;
  font-weight: 600;
  color: #108df9;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 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 .footerMenu__item {
  padding: 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
}
.footer__MenuWrap .footerMenu__item .itemList {
  margin-bottom: 20px;
}
.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-weight: 600;
}
.footer__MenuWrap .footer__MenuArea .topAreaLink dt {
  font-size: 12px;
}
.footer__MenuWrap .footer__MenuArea .topAreaLink dd {
  font-size: 12px;
}
.footer__MenuWrap .footer__MenuArea .topAreaLink ul li a {
  font-size: 12px;
}

.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 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;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 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;
}

@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(../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: 5;
}
.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;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 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;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 特殊
――――――――――――――――――――――――――――――――――――――――――――――*/
.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: 345px;
}
.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;
}
@media screen and (min-width: 1201px) {
  .reviewArea__box .reviewBox {
    position: sticky;
    top: 105px;
    height: fit-content;
  }
}
.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;
  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__title.company {
  display: inline-block;
  color: #108df9;
  margin-bottom: 5px;
}
.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;
}
.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;
  position: relative;
}
.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;
  cursor: pointer;
}
.detailTitleArea__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.detailTitleArea__title.company {
  margin-bottom: 8px;
}
.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__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  column-gap: 25px;
  row-gap: 10px;
}
.detailTitleArea__info dl {
  display: flex;
  align-items: center;
}
.detailTitleArea__info dl.-place::before {
  content: "";
  display: block;
  width: 14px;
  height: 17px;
  background: url("../images/detail/ico_pin_bk.svg") no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.detailTitleArea__info dl.-place ul {
  display: flex;
  align-items: center;
}
.detailTitleArea__info dl.-place ul li:first-child::before {
  content: none;
}
.detailTitleArea__info dl.-place ul li::before {
  content: "|";
  color: #d6d6d6;
  display: inline-block;
  margin: 0 5px;
}
.detailTitleArea__info dl.-time::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("../images/detail/ico_time_bk.svg") no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.detailTitleArea__info dl.-holiday::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/search/ico_holiday.svg") no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.detailTitleArea__info dl.-yosan ul {
  display: flex;
  column-gap: 10px;
}
.detailTitleArea__info dl.-yosan ul .-hiru {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.detailTitleArea__info dl.-yosan ul .-hiru::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/search/ico_hiru.svg") no-repeat;
  background-size: contain;
}
.detailTitleArea__info dl.-yosan ul .-yoru {
  display: flex;
  column-gap: 10px;
}
.detailTitleArea__info dl.-yosan ul .-yoru::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/search/ico_yoru.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: 400px;
}
.detailMainSlide.swiper {
  overflow: hidden;
}
.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 dl dt {
    display: none;
  }
  .detailTitleArea__info dl.-place {
    width: 100%;
  }
  .detailTitleArea__info dl.-yosan {
    width: 100%;
  }
  .detailMainSlide {
    margin-bottom: 15px;
  }
  .detailMainSlide .swiper-button-prev,
  .detailMainSlide .swiper-button-next {
    display: none;
  }
  .detailMainSlide .swiper-slide {
    height: 300px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* detailSlideBottom
――――――――――――――――――――――――――――――――――――――――――――――*/
.detailSlideBottom {
  padding-top: 0;
  padding-bottom: 0;
}
.detailSlideBottom .swiper-wrapper {
  justify-content: center;
}
.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 !important;
  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;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 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 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%;
}
.detailTableArea__inner table td.map__wrap {
  position: relative;
}
.detailTableArea__inner table td.map__wrap .map-btn {
  text-align: center;
  margin-top: 10px;
}
.detailTableArea__inner table td.map__wrap a {
  display: inline-block;
  border-radius: 20px;
  background-color: #108df9;
  color: #fff;
  padding: 8px 16px;
}

@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;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 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;
  }
}
.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 {
  min-width: 157px;
  width: auto;
  height: 100%;
  margin-left: auto;
}
.searchResultList__header .field select {
  background-color: #ffffff;
  padding: 4px 15px;
  color: #3f3f3f;
  padding-right: 30px;
}
.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;
}

@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 .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 .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 20px 10px 35px;
  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 span.icon1::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon1.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon2::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon2.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon3::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon3.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon4::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon4.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon5::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon5.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon6::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon6.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon7::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon7.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon8::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon8.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon9::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon9.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon10::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon10.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon11::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon11.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon12::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon12.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon13::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon13.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon14::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon14.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon15::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon15.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon16::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon16.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon17::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon17.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon18::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon18.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon19::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon19.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.searchBoxArea dl dd .keywords li label span.icon20::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon20.svg") no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
}
.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: url("../images/common/ico_search.svg") no-repeat;
}
.searchBoxArea .search-reset {
  margin-bottom: 8px;
  color: #9A9A9A;
}
.searchBoxArea .search-reset > span {
  cursor: pointer;
}

@media (max-width: 1280px) {
  .searchBoxArea dl dd .keywords li {
    width: 100%;
  }
}
@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__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__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;
}
.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;
  cursor: pointer;
}
.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.gourmet09::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet09.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet010::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet010.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet011::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet011.svg) no-repeat;
  background-size: contain;
}
.search__block__grid__title__icons li.gourmet012::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_gourmet012.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;
  flex-shrink: 0;
}
.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: 7px 0 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__category {
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
  margin-bottom: 18px;
}
.search__block__category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.search__block__category ul li {
  width: calc((100% - 24px) / 4);
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  padding: 5px 20px 5px 15px;
  font-size: 14px;
  column-gap: 6px;
  align-items: center;
  display: flex;
}
.search__block__category ul li::before {
  content: "";
  display: block;
}
.search__block__category ul li.icon01::before {
  width: 16px;
  height: 17px;
  background: url("../images/search/key01.svg") no-repeat;
  background-size: contain;
  left: 10px;
  top: 8px;
}
.search__block__category ul li.icon02::before {
  width: 19px;
  height: 15px;
  background: url("../images/search/key02.svg") no-repeat;
  background-size: contain;
  left: 8px;
  top: 10px;
}
.search__block__category ul li.icon03::before {
  width: 15px;
  height: 16px;
  background: url("../images/search/key03.svg") no-repeat;
  background-size: contain;
  left: 10px;
  top: 9px;
}
.search__block__category ul li.icon04::before {
  width: 19px;
  height: 17px;
  background: url("../images/search/key04.svg") no-repeat;
  background-size: contain;
  left: 8px;
  top: 8px;
}
.search__block__category ul li.icon05::before {
  width: 19px;
  height: 18px;
  background: url("../images/search/key05.svg") no-repeat;
  background-size: contain;
  left: 9px;
  top: 8px;
}
.search__block__category ul li.icon06::before {
  width: 19px;
  height: 18px;
  background: url("../images/search/key06.svg") no-repeat;
  background-size: contain;
  left: 9px;
  top: 8px;
}
.search__block__category ul li.icon07::before {
  width: 10px;
  height: 19px;
  background: url("../images/search/key07.svg") no-repeat;
  background-size: contain;
  left: 13px;
  top: 8px;
}
.search__block__category ul li.icon08::before {
  width: 15px;
  height: 15px;
  background: url("../images/search/key08.svg") no-repeat;
  background-size: contain;
  left: 10px;
  top: 8px;
}
.search__block__category ul li.icon1::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon1.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon2::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon2.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon3::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon3.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon4::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon4.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon5::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon5.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon6::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon6.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon7::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon7.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon8::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon8.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon9::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon9.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon10::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon10.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon11::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon11.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon12::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon12.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon13::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon13.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon14::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon14.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon15::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon15.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__category ul li.icon16::before {
  width: 20px;
  height: 17px;
  background: url("../images/search/icon16.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.search__block__coupons {
  border: 1px solid #108df9;
  border-radius: 8px;
  background: #f5faff;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.search__block__coupons dl dt {
  color: #108df9;
  font-size: 12px;
  margin-bottom: 10px;
}
.search__block__coupons dl dd ul li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.search__block__coupons dl dd ul li::before {
  content: "";
  display: block;
  background: url("../images/common/ico_coupon.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}
.search__block__coupons dl dd ul li a {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.search__block__coupons dl dd ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.search__block__btn {
  max-width: 170px;
  margin-left: auto;
}
.search__block__btn a {
  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__review {
  font-size: 12px;
}

@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;
  }
}
@media screen and (max-width: 768px) {
  .search__block__item {
    padding: 25px;
  }
  .search__block__grid__title__info > li .-place {
    width: 100%;
  }
  .search__block__grid__slide__area {
    margin-bottom: 15px;
  }
  .search__block__grid__slide__area .swiper .swiper-wrapper .swiper-slide {
    height: 320px;
  }
  .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__category ul {
    gap: 6px;
  }
  .search__block__category ul li {
    width: calc((100% - 12px) / 2);
    font-size: 10px;
  }
  .search__block__btn {
    max-width: 100%;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 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 {
    width: 100%;
  }
  .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 a {
    display: flex;
    justify-content: center;
    font-weight: 600;
    width: 100%;
    column-gap: 8px;
    align-items: center;
    padding: 20px;
    font-size: 14px;
  }
}
.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;
  }
}

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