@charset "UTF-8";
/*
@use "./base" as *;
@use "./layout" as *;
@use "./pages" as *;
@use "./parts" as *;
*/
/*! destyle.css v2.0.2 | 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 */
}

/* 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;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

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

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

dd {
    margin-left: 0;
}

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

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

address {
    font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline; /* 2 */
    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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * 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] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*---------------------------------------------------------
Clamp
----------------------------------------------------------*/
*,
*::before,
*::after {
    --min-size: 12px;
    --max-size: 160px;
    --min-viewport: 375;
    --max-viewport: 1280;
    --slope: calc(
        (var(--max-size) - var(--min-size)) /
            (var(--max-viewport) - var(--min-viewport))
    );
    --intercept: calc(var(--min-size) - var(--slope) * var(--min-viewport));
    --fluid-size: calc(var(--slope) * 100vw + var(--intercept) / 16 * 1rem);
    --clamp-size: clamp(
        var(--min-size) / 16 * 1rem,
        var(--fluid-size),
        var(--max-size) / 16 * 1rem
    );
}

/*---------------------------------------------------------
BreakPoint
----------------------------------------------------------*/
/*---------------------------------------------------------
color
----------------------------------------------------------*/
/*---------------------------------------------------------
BrakePoint
----------------------------------------------------------*/
html {
    scroll-behavior: smooth;
    overscroll-behavior: none;
}

body {
    font-family: Montserrat, "游ゴシック", YuGothic, "Yu Gothic Medium",
        "Yu Gothic", Verdana, Meiryo, sans-serif;
    line-height: 1.75;
    --min-size: 14;
    --max-size: 14;
    font-size: var(--clamp-size);
    color: #333333;
}
body.open-toggle {
    height: 100%;
    overflow: hidden;
}
body.body-zh {
    font-family: "Noto Sans SC", Montserrat, "游ゴシック", YuGothic,
        "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

main.sub-page {
    padding-top: 97px;
}
@media (max-width: 900px) {
    main.sub-page {
        padding-top: 91px;
    }
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.background__cover.open-toggle {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(3, 3, 3, 0.5);
    display: block;
}

.common__head_top {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    height: 100px;
}
@media (max-width: 768px) {
    .header {
        height: 60px;
    }
}
@media (max-width: 900px) {
    .header.open-toggle {
        height: 100%;
        overflow-y: scroll;
    }
}
.header__logo {
    width: 113px;
    height: auto;
    margin-right: 29px;
}
.header__logo img {
    color: #c43527;
}
.header__inner {
    padding: 0 20px;
    max-width: 1070px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .header__inner {
        width: 100%;
        height: 60px;
    }
}
@media (max-width: 600px) {
    .header__inner {
        padding: 0 18px;
    }
}
.header__nav--en .header__nav-list-sp-plan {
    padding: 11px 5px;
}
.header__nav--en .charter {
    letter-spacing: 0 !important;
}
@media (max-width: 768px) {
    .header__nav {
        position: absolute;
        left: 100%; /* Changed from -85% */
        top: 0;
        background: #fff;
        width: 85%;
        transition: 0.3s;
        padding-bottom: 60px;
    }
}
.header__nav.open-toggle {
    left: 0;
    transition: 0.3s;
    z-index: 2;
}
.header__nav-lists {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 25px 0 20px;
}
@media (max-width: 768px) {
    .header__nav-lists {
        flex-direction: column;
        padding: 0;
        background: #fff;
    }
}
.header__nav-lists-sp {
    display: none;
}
@media (max-width: 768px) {
    .header__nav-lists-sp {
        display: block;
        width: 100%;
    }
}
.header__nav-lists-sp--plan {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.header__nav-list {
    margin-left: 20px;
}
@media (max-width: 768px) {
    .header__nav-list {
        margin-left: 0;
        width: 100%;
    }
}
.header__nav-list--first {
    margin-left: 0;
}
@media (max-width: 768px) {
    .header__nav-list--first {
        margin-top: 17px;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }
}
.header__nav-list--middle {
    margin-left: 20px;
}
@media (max-width: 768px) {
    .header__nav-list--middle {
        margin-left: 0;
        border-bottom: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
    }
}
.header__nav-list-link {
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 2;
}
.header__nav-list-link:hover {
    border-bottom: 2px solid #fff;
}
@media (max-width: 768px) {
    .header__nav-list-link:hover {
        border-bottom: none;
    }
}
@media (max-width: 768px) {
    .header__nav-list-link--sp-ttl {
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6875;
        display: inline-block;
        width: 100%;
        padding: 17px 18px 13px;
    }
}
.header__nav-list--lang {
    margin-left: 10px;
}
.header__nav-list--lang .header__nav-list-link {
    padding: 10px;
}
.header__nav-list--lang .header__nav-list-link:hover {
    background: #eee;
}
.header__nav-list--lang .hover_menu {
    margin: 0 !important;
    padding: 5px 0 !important;
    top: -1010px !important;
}
.header__nav-list--lang .hover_menu-list {
    padding: 0 15px;
}
.header__nav-list--lang .hover_menu-list a {
    text-transform: capitalize !important;
}
.header__nav-list--lang .hover_menu-list:hover a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-transform: capitalize !important;
}
.header__nav-list--pc {
    display: block;
}
@media (max-width: 768px) {
    .header__nav-list--pc {
        display: none;
    }
}
.header__nav-list--sp {
    display: none;
}
@media (max-width: 600px) {
    .header__nav-list--sp {
        display: block;
    }
}
.header__nav-list-sp-plans {
    margin-top: 16px;
    width: 100%;
    display: flex;
    gap: 19px;
    align-items: flex-start;
    padding: 0 18px;
}
@media (max-width: 375px) {
    .header__nav-list-sp-plans {
        gap: 4px;
    }
}
.header__nav-list-sp-plan {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c43527;
    color: #fff;
    padding: 10px 5px;
    line-height: 1;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}
.header__nav-list-sp-plan--zh {
    font-size: 12px;
}
.header__nav .charter {
    letter-spacing: -0.05em;
}
.header__nav-btn {
    width: 140px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #c43527;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7333333333;
    border-radius: 5px;
    margin-left: auto;
}
@media (max-width: 768px) {
    .header__nav-btn {
        height: 36px;
        width: 120px;
        font-size: 14px;
    }
}
.header__nav-btn-drawer {
    display: none;
}
@media (max-width: 768px) {
    .header__nav-btn-drawer {
        display: flex;
        width: calc(89% - 36px);
        background: #c43527;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin: 30px 18px 0;
        border-radius: 5px;
    }
}
.header__nav-toggle {
    display: none;
    z-index: 999;
}
@media (max-width: 900px) {
    .header__nav-toggle {
        height: 16px;
        width: 40px;
        display: block;
        padding: 0 10px;
    }
}
.header__nav-toggle-inner {
    position: relative;
    height: 100%;
}
.header__nav-toggle span {
    height: 2px;
    width: 23px;
    background: #fff;
    transition: 0.3s;
    position: absolute;
}
.header__nav-toggle span:nth-child(1) {
    top: 0;
}
.header__nav-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.header__nav-toggle span:nth-child(3) {
    bottom: 0;
}
.header__nav-toggle.open-toggle {
    left: 0;
    transition: 0.3s;
}
.header__nav-toggle.open-toggle span {
    background: #333;
}
.header__nav-toggle.open-toggle span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.header__nav-toggle.open-toggle span:nth-child(2) {
    top: 50%;
    transform: translate(50px, -50%);
}
.header__nav-toggle.open-toggle span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.header__nav-location-lists {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header__nav-location-lists-p {
    font-size: 10px;
    padding: 5px 20px;
    font-weight: bold;
    background: #f4f4f4;
    color: #9a9a9a;
}
.header__nav-location-list {
    margin: 0 20px;
}
.header__nav-location-list-link {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    font-weight: bold;
    flex-wrap: wrap;
}
.header__nav-location-list-link--last {
    border-bottom: none;
}
.header__nav-location-list-campaign {
    font-size: 10px;
    color: #fff;
    background: #c43527;
    padding: 5px;
    border-radius: 5px;
    line-height: 1;
    margin-left: 10px;
}
.header__nav-language-lists {
    display: flex;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
}
.header__nav-language-lists-p {
    font-size: 10px;
    padding: 5px 20px;
    font-weight: bold;
    background: #f4f4f4;
    color: #9a9a9a;
}
.header__nav-language-list {
    padding: 0 20px;
    border-left: 1px solid #eeeeee;
}
.header__nav-language-list:first-child {
    border-left: none;
    padding-left: 0;
}
.header__nav-language-list-link {
    width: 100%;
    font-weight: bold;
}
.header__nav-other-lists {
    display: flex;
    flex-direction: row;
}
.header__nav-other-lists-sns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px;
}
.header__nav-other-list-sns {
    margin: 0 20px;
    width: 21px;
}
.header__nav-other-list-link {
    padding: 8px 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    flex-wrap: wrap;
    margin: 0 20px;
}
.header--sub.header {
    background: #fff;
}
@media (max-width: 900px) {
    .header--sub.header {
        background: initial;
    }
}
.header--sub .header__inner {
    background: #fff;
}
@media (max-width: 900px) {
    .header--sub .header__nav-lists {
        flex-direction: column;
        padding: 3px;
        background: #fff;
    }
}
@media (max-width: 900px) {
    .header--sub .header__nav-lists-sp {
        display: block;
        width: 100%;
    }
}
@media (max-width: 900px) {
    .header--sub .header__nav-list {
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 900px) {
    .header--sub .header__nav-list--first {
        margin-top: 17px;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }
}
@media (max-width: 900px) {
    .header--sub .header__nav-list--middle {
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }
}
.header--sub .header__nav-list-link {
    color: #333333;
}
.header--sub .header__nav-list-link:hover {
    border-bottom: 2px solid #c43527;
}
@media (max-width: 900px) {
    .header--sub .header__nav-list-link:hover {
        border-bottom: none;
    }
}
.header--sub .header__nav-list--pc {
    display: block;
}
@media (max-width: 900px) {
    .header--sub .header__nav-list--pc {
        display: none;
    }
}
@media (max-width: 900px) {
    .header--sub .header__nav-list-link--sp-ttl {
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.6875;
        display: inline-block;
        width: 100%;
        padding: 17px 18px 13px;
    }
}
.header--sub .header__nav-btn {
    background: #c43527;
    color: #fff;
}
.header--sub .header__nav-btn:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
@media (max-width: 900px) {
    .header--sub .header__nav {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 100%;
        transition: 0.3s;
        padding-bottom: 60px;
    }
}
@media (max-width: 900px) {
    .header--sub .header__nav.open-toggle {
        left: 0;
        transition: 0.3s;
    }
}
@media (max-width: 900px) {
    .header--sub .header__nav-toggle {
        display: block;
        height: 16px;
        width: 40px;
    }
}
@media (max-width: 900px) {
    .header--sub .header__inner {
        position: relative;
        width: 100%;
        height: 60px;
    }
}
@media (max-width: 900px) {
    .header--sub .header__logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }
}
.header--sub .header__nav-contact-sub {
    display: none;
}
@media (max-width: 768px) {
    .header--sub .header__nav-contact-sub {
        display: block;
    }
}
@media (max-width: 768px) {
    .header--sub .header__nav-btn {
        display: none;
    }
}
@media (max-width: 900px) {
    .header--sub .header__nav-btn-drawer {
        display: flex;
        width: calc(89% - 36px);
        background: #c43527;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        border-radius: 5px;
    }
}

.header__nav-lists {
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
}

.header {
    background-color: #fff;
}

.header__nav-lists-top {
    display: flex;
    align-items: center;
    padding: 5px 0;
    justify-content: space-between;
}

@media (max-width: 900px) {
    .header__nav-lists-top {
        display: flex;
        padding: 5px 0;
        align-items: center;
        justify-content: center;
    }
}
.header__nav-lists-buttom {
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: center;
}

@media (max-width: 900px) {
    .header__nav-lists-buttom {
        display: flex;
        padding: 5px 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
.header__nav {
    width: 100%;
}
@media (max-width: 900px) {
    .header__nav {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 85%;
        transition: 0.3s;
        padding-bottom: 60px;
    }
}
.header__nav-list {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
}
.header__nav-list--middle {
    margin-left: 0;
}
.header__nav-list-link {
    color: #333333;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 2;
}

.list-line {
    border-left: 0;
    border-right: 2px solid #c1c1c1;
    padding: 0 3.3%;
}
@media (max-width: 1100px) {
    .list-line {
        padding: 0 2%;
    }
}
.list-line-front {
    border-left: 2px solid #c1c1c1;
    /*
  border-right: 2px solid #c1c1c1;
  padding: 0 2%;
  @include pc-small02 {
    padding: 0 2.8%;
  }
  */
}

.header_menu {
    display: none;
}
.header_menu_p {
    display: none;
}

@media (max-width: 900px) {
    .header__nav {
        width: 100%;
    }
}
@media (max-width: 900px) and (max-width: 900px) {
    .header__nav {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 100%;
        transition: 0.3s;
        padding-bottom: 60px;
    }
}
@media (max-width: 900px) {
    .header__nav-list {
        color: #333333;
        font-size: 15px;
        font-weight: bold;
        line-height: 2;
        display: none;
    }
    .header__nav-list--middle {
        margin-left: 0;
    }
    .header__nav-list-link {
        color: #333333;
        font-size: 15px;
        margin-bottom: 4px;
        font-weight: bold;
        line-height: 2;
    }
    .header__inner {
        justify-content: space-between;
    }
    .header__nav-toggle span {
        background: #333333;
    }
    .list-line {
        display: none;
        border-left: 0;
        border-right: 2px solid #c1c1c1;
        padding: 0 1vw;
        width: 100%;
    }
    .list-line-front {
        border-left: 2px solid #c1c1c1;
        border-right: 2px solid #c1c1c1;
        padding: 0 1vw;
        width: 100%;
    }
    .header_menu {
        display: block;
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .header_menu-menu {
        display: flex;
        flex-direction: column;
        top: 5px;
        position: relative;
        overflow: hidden;
    }
    .header_menu-menu-p {
        display: block;
        font-size: 10px;
        text-align: center;
    }
    .header__nav-btn-drawer {
        margin: 0px 40px;
    }
}
.header__outer {
    display: none;
}

@media (max-width: 900px) {
    .header__outer {
        border-top: 2px solid #c43527;
        border-bottom: 2px solid #c1c1c1;
        height: 48px;
        background-color: #fff;
    }
    .header__outer {
        display: block;
    }
    .header__nav-sub {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        padding: 3px;
    }
    .header__nav-sub-list {
        width: 100%;
        height: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*
    a {
      font-size: 10px;
      display: block;
      transform: scale(0.7);
      transform-origin: center;
      letter-spacing: 0;
    }
    */
    }
    .header__nav-sub-list .a {
        font-size: 10px;
        display: block;
        transform: scale(0.9);
        transform-origin: center;
        letter-spacing: 0;
        white-space: nowrap;
    }
    .header__nav-sub-img {
        width: 23px;
        height: 23px;
    }
    .header__nav-sub--private-jet .a {
        transform: scale(0.7);
        white-space: nowrap;
    }
    .header__nav-sub--private-jet .header__nav-sub-img {
        width: 20px;
        height: 20px;
    }
}
.header__nav-border {
    border-left: 0;
    border-right: 2px solid #c1c1c1;
}
.header__nav-border-front {
    border-left: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    padding: 0 1vw;
}

@media (max-width: 600px) {
    .gnavi li .a {
        /*線の基点とするためrelativeを指定*/
        position: relative;
        z-index: 1;
        width: 100%;
        text-align: center;
    }
    .gnavi li.current a,
    .gnavi li a:hover {
        color: #c43527;
    }
    .gnavi li a::after {
        content: "";
        /*絶対配置で線の位置を決める*/
        position: absolute;
        bottom: 0;
        left: 0;
        /*線の形状*/
        width: 100%;
        height: 2px;
        background: #c43527;
        /*アニメーションの指定*/
        transition: all 0.3s;
        transform: scale(0, 1); /*X方向0、Y方向1*/
        transform-origin: center top; /*上部中央基点*/
    }
    /*現在地とhoverの設定*/
    .gnavi li.current a::after,
    .gnavi li a:hover::after {
        transform: scale(1, 1); /*X方向にスケール拡大*/
    }
}
/* Global Menu */
header {
    position: relative;
    width: 100%;
    background-color: #444;
}

@media (min-width: 900px) {
    .header .hover_menu {
        background-color: #fff;
        margin: 0 -36px;
        padding: 5px 20px 15px;
        /* Submenu */
        position: absolute;
        top: -965px;
    }
    .header .hover_menu .hover_menu-list {
        margin-top: 15px;
        line-height: 1.5;
    }
}
@media (min-width: 900px) and (max-width: 900px) {
    .header .hover_menu .hover_menu-list {
        display: flex;
    }
}
@media (min-width: 900px) {
    .header .hover_menu .hover_menu-list a {
        display: block;
        text-transform: uppercase;
    }
    .header .hover_menu .hover_menu-list:hover a {
        color: #c43527;
    }
    .header .hover_menu .hover_menu-list ul {
        position: absolute;
        top: 100px;
    }
    .header .hover_menu .hover_menu-list li {
        display: block;
    }
    .header .hover_menu .hover_menu-list a {
        color: #444;
    }
    .header .hover_menu ul li {
        height: 0;
        overflow: hidden;
    }
    .header .hover_menu :hover ul li {
        height: auto; /*サブメニューの高さ*/
        overflow: visible;
    }
    .header li:hover ul {
        transform: translateY(1055px);
        -ms-transform: translateY(1055px); /*IE９対策*/
    }
}
.common__inner-top {
    padding: 0 20px 0 0;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 600px) {
    .common__inner-top {
        padding: 16px;
    }
}
.common__inner-banner {
    padding: 0 20px;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 600px) {
    .common__inner-banner {
        padding: 16px;
    }
}

@media (max-width: 600px) {
    .new_top__banner .common__inner,
    .new_top__cruising .common__inner,
    .new_top__charter .common__inner,
    .new_top__hotel .common__inner,
    .new_top__airtrip .common__inner,
    .new_top__cruising-image .common__inner {
        padding: 0px;
    }
}
.header__outer-sub {
    display: none;
}

.header__nav-other-lists-left {
    display: flex;
    flex-direction: column;
}

.header__nav-other-lists-right {
    display: flex;
    flex-direction: column;
}

.sns-iconimg {
    width: 20px;
}

.footer {
    background: #333;
    padding-top: 64px;
    padding-bottom: 62px;
    color: #fff;
}
@media (max-width: 600px) {
    .footer {
        padding-top: 40px;
    }
}
.footer__inner {
    max-width: 870px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer__logo-link {
    display: block;
    width: 100%;
}
.footer__logo img {
    max-width: 161px;
}
.footer__logo-cap {
    font-size: 10px;
    font-weight: 500;
    line-height: 3.1;
    color: #fff;
}
.footer__items {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    gap: 75px;
}
@media (max-width: 768px) {
    .footer__items {
        flex-wrap: wrap;
        gap: 50px;
    }
}
.footer__items--middle {
    margin-top: 37px;
    padding-top: 37px;
    border-top: 1px solid #fff;
}
.footer__items--other {
    margin-top: 37px;
    padding-top: 37px;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
}
.footer__item-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.footer__item-lists {
    margin-top: 19px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 35px;
}
.footer__item-lists--taxi {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 14px;
}
@media (max-width: 768px) {
    .footer__item-lists--taxi {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .footer__item-lists--taxi {
        grid-template-columns: 1fr 1fr;
    }
}
.footer__item-list {
    font-size: 14px;
    font-weight: 500;
}
.footer__item--single {
    margin-top: 44px;
}
.footer__item--sub {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 600px) {
    .footer__item--sub {
        flex-direction: column-reverse;
        align-items: center;
    }
}
.footer__item-sns {
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
    .footer__item-sns {
        margin-top: 0;
        flex-direction: column;
    }
}
.footer__item-sns-ttl {
    margin-right: 15px;
}
@media (max-width: 600px) {
    .footer__item-sns-ttl {
        text-align: center;
    }
}
.footer__item-sns-lists {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 600px) {
    .footer__item-sns-lists {
        margin-top: 10px;
    }
}
.footer__item-sns-list img {
    width: 28px;
    margin-right: 13px;
}
.footer__item-language {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    width: 150px;
    border: 1px solid #fff;
    padding: 12px 30px;
    margin-top: 10px;
    height: 37px;
}
.footer__logo {
    text-align: center;
    margin-top: 28px;
}
.footer__logo-img {
    max-width: 168px;
}
.footer__copy {
    font-size: 12px;
    color: #fff;
}
.footer__copy-wrap {
    text-align: center;
    margin: 20px auto 0;
}

.page-access {
    background: #fff;
    margin-top: 60px;
    margin-bottom: 90px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .page-access {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.page-access__inner {
    padding: 0;
}
.page-access__inner-sub {
    padding: 0 20px;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .page-access__inner-sub {
        padding: 0 16px;
    }
}
@media (max-width: 600px) {
    .page-access__inner-sub--deep {
        padding: 0px;
    }
}
.page-access__item-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px 20px;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .page-access__item-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .page-access__item-lists {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
.page-access__item-list {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
@media (max-width: 600px) {
    .page-access__item-list {
        height: 160px;
        border-radius: 0;
    }
}
.page-access__item-list:hover .page-access__item-list-bg {
    background: rgba(51, 51, 51, 0);
    transition: ease-in-out 0.3s;
}
.page-access__item-list + .page-access__item-list {
    border-top: 1px solid #707070;
}
.page-access__item-list::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 3;
}
@media (max-width: 600px) {
    .page-access__item-list::after {
        right: 18px;
    }
}
.page-access__item-list-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
}
.page-access__item-list-head-ttl {
    color: #fff;
    --min-size: 20;
    --max-size: 25;
    font-size: var(--clamp-size);
    font-weight: bold;
    line-height: 1.72;
    text-align: center;
}
@media (max-width: 600px) {
    .page-access__item-list-head-ttl {
        text-align: left;
    }
}
.page-access__item-list-img img {
    z-index: 1;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: auto;
}
@media (max-width: 600px) {
    .page-access__item-list-img img {
        height: 160px;
        width: 100%;
    }
}
.page-access__item-list-bg {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(26, 26, 26, 0.26);
    transition: ease-in-out 0.3s;
}
.page-access-single {
    margin-top: 73px;
}
@media (max-width: 768px) {
    .page-access-single {
        margin-top: 0;
        overflow: hidden;
    }
}
.page-access-single__contents {
    margin-top: 52px;
    display: flex;
}
@media (max-width: 768px) {
    .page-access-single__contents {
        flex-direction: column-reverse;
        margin-top: 0;
    }
}
.page-access-single__content {
    width: 50%;
    padding-right: 50px;
}
@media (max-width: 768px) {
    .page-access-single__content {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .page-access-single__content-lists {
        margin-top: 20px;
    }
}
.page-access-single__content-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}
.page-access-single__content-list:not(:first-child) {
    margin-top: 20px;
}
.page-access-single__content-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.page-access-single__content-list-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.page-access-single__content-list-txt {
    font-size: 15px;
    font-weight: 500;
    margin-top: 6px;
}
.page-access-single__content-list-txt-img {
    margin-top: 20px;
}
.page-access-single__content-list-map {
    font-size: 12px;
    color: #c43527;
    font-weight: bold;
    line-height: 1.6666666667;
    display: block;
}
.page-access-single__map {
    width: 50%;
}
@media (max-width: 768px) {
    .page-access-single__map {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
}
.page-access-single__all {
    margin-top: 83px;
    background: #f4f4f4;
    padding: 80px 0;
}
@media (max-width: 768px) {
    .page-access-single__all {
        padding: 40px 0;
        margin-top: 45px;
    }
}
.page-access-single__all-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .page-access-single__all-lists {
        margin-top: 20px;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}
@media (max-width: 600px) {
    .page-access-single__all-lists {
        grid-template-columns: 1fr 1fr;
    }
}
.page-access-single__all-list {
    border-radius: 5px;
    border: 1px solid #c43527;
    color: #c43527;
}
.page-access-single__all-list a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    --min-size: 12;
    --max-size: 14;
    font-weight: bold;
    font-size: var(--clamp-size);
    line-height: 1.2;
    text-align: center;
}
.page-access-single__all-list--current {
    background: #c43527;
    color: #fff;
}
.page-access-single__heading-tablet {
    display: none;
}
@media (max-width: 768px) {
    .page-access-single__heading-tablet {
        margin-top: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #c1c1c1;
    }
}

.page-access-single__step-main {
    display: flex;
}
.page-access-single__step-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}
.page-access-single__step-btn {
    background: #c43527;
    color: #fff;
    align-items: center;
    /* background: #fff; */
    border-radius: 5px;
    /* color: #c43527; */
    display: flex;
    font-size: 15px;
    font-weight: bold;
    height: 47px;
    justify-content: center;
    line-height: 1.7333333333;
    width: 165px;
    margin: 0 20px;
}
.page-access-single__step-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 20px 0;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
    position: relative;
}
.page-access-single__step-ttl h3::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #c43527;
    bottom: -1px;
    width: 30%;
    z-index: 2;
}
.page-access-single__content-list {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
}
.page-access-single__content-list-ttl {
    color: #c43527;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 600px) {
    .page-access-single__step-main {
        display: flex;
        flex-direction: column;
    }
    .page-access-single__step-ttl {
        margin: 50px 0 0 0;
    }
}
.page-area-single__kv {
    position: relative;
}
.page-area-single__kv-img {
    min-height: 400px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 600px) {
    .page-area-single__kv-img {
        height: 550px;
        min-height: 550px;
    }
}
.page-area-single__kv-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.page-area-single__kv-inner-box {
    width: fit-content;
}
.page-area-single__kv-ttl {
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    color: #fff;
    --min-size: 23;
    --max-size: 30;
    font-size: var(--clamp-size);
    letter-spacing: 0.1em;
}
@media (max-width: 600px) {
    .page-area-single__kv-ttl {
        line-height: 1.7391304348;
    }
}
.page-area-single__kv-txt {
    margin-top: 24px;
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
    --min-size: 14;
    --max-size: 16;
    font-size: var(--clamp-size);
    letter-spacing: 0.1em;
    line-height: 1.6875;
    color: #fff;
}
.page-area-single__around {
    padding: 60px 0;
    background: #f4f4f4;
}
.page-area-single__around-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}
.page-area-single__around-map {
    margin-top: 20px;
    height: 340px;
}
@media (max-width: 600px) {
    .page-area-single__around-map {
        height: 247px;
        width: 100%;
    }
}
.page-area-single__around-relation {
    position: relative;
    overflow: hidden;
}
.page-area-single__around-relation-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.page-area-single__around-relation-detail-box {
    background: #fff;
    border-radius: 5px;
    padding: 21px;
    width: 100%;
    margin-bottom: 12px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    transition: 0.3s;
    cursor: pointer;
}
.page-area-single__around-relation-detail-box:hover {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
    transition: 0.3s;
}
.page-area-single__around-relation-detail-box-heading {
    color: #c43527;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6875;
}
.page-area-single__around-relation-detail-box-value {
    display: flex;
    margin-top: 10px;
}
.page-area-single__around-relation-detail-box-time,
.page-area-single__around-relation-detail-box-price {
    display: flex;
    flex-direction: column;
}
.page-area-single__around-relation-detail-box-time {
    width: 100px;
    padding-right: 15px;
}
.page-area-single__around-relation-detail-box-price {
    width: calc(100% - 92px);
    padding-left: 26px;
    border-left: 1px solid #707070;
}
.page-area-single__around-relation-detail-box-ttl {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.75;
    display: block;
}
.page-area-single__around-relation-detail-box-txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.page-area-single__around-relation-detail-box-number {
    font-size: 23px;
    font-weight: 600;
    font-family: Montserrat;
    line-height: 1;
    margin-right: 3px;
}
.page-area-single__around-relation-detail-box-explain {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
}
.page-area-single__around-relation-detail-box-cat {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.page-area-single__around-relation-detail-box-cat-item {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    padding: 4px 10px;
    background: #ebebeb;
    border-radius: 50px;
}
.page-area-single__around-relation-detail-box-link {
    font-size: 15px;
    color: #fff;
    background: #c43527;
    line-height: 1;
    padding: 16px 45px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100%;
    margin-top: 13px;
}
.page-area-single__around-relation-detail-box-link:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
.page-area-single__around-relation-inner {
    overflow: hidden;
}
.page-area-single__around-relation-nav {
    position: relative;
    max-width: 1174px;
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 1200px) {
    .page-area-single__around-relation-nav {
        position: initial;
        max-width: initial;
        margin: initial;
        width: initial;
    }
}
.page-area-single__around-relation .swiper-area {
    margin-top: 12px;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .page-area-single__around-relation .swiper-area {
        overflow-x: auto;
        margin-right: calc(50% - 50vw);
    }
}
.page-area-single__around-relation .swiper-area .swiper-wrapper {
    width: auto !important;
}
.page-area-single__around-relation .swiper-area .swiper-slide {
    width: 360px;
    margin: 10px 4px;
}
.page-area-single__around-relation .swiper-button-prev {
    height: 52px !important;
    width: 52px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
    left: 0 !important;
}
.page-area-single__around-relation .swiper-button-prev:after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.5);
    color: #c43527;
}
@media (max-width: 1200px) {
    .page-area-single__around-relation .swiper-button-prev {
        display: none !important;
    }
}
.page-area-single__around-relation .swiper-button-next {
    height: 52px !important;
    width: 52px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
    right: 0 !important;
}
.page-area-single__around-relation .swiper-button-next:after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.5);
    color: #c43527;
}
@media (max-width: 1200px) {
    .page-area-single__around-relation .swiper-button-next {
        display: none !important;
    }
}
.page-area-single__around-relation .slideNone .swiper-button-next,
.page-area-single__around-relation .slideNone .swiper-button-prev {
    display: none;
}
.page-area-single__purpose {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-wrap-single {
        display: inline-block;
        width: 48%;
        width: calc((100% - 40px) / 2);
    }
    .page-area-single__purpose-wrap-single:nth-child(odd) {
        margin-left: 36px;
    }
}
@media (max-width: 1060px) and (max-width: 600px) {
    .page-area-single__purpose-wrap-single:nth-child(odd) {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .page-area-single__purpose-wrap-single {
        width: 100%;
    }
}
.page-area-single__purpose-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin-right: 10px;
    margin-top: 20px;
}
.page-area-single__purpose-ttl-sub {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7142857143;
    color: #898989;
}
.page-area-single__purpose-ttl-wrap {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.page-area-single__purpose-lists {
    margin-top: 20px;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-lists {
        width: 100%;
    }
}
.page-area-single__purpose-list {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    display: flex;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list {
        flex-direction: column;
    }
}
.page-area-single__purpose-list-photo {
    width: 310px;
}
.page-area-single__purpose-list-photo * {
    min-height: 0;
    min-width: 0;
    line-height: 0;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-photo {
        width: 100%;
    }
}
.page-area-single__purpose-list-photo-thumb {
    position: relative;
}
.page-area-single__purpose-list-photo-lists .slick-list .slick-track {
    margin-left: 0 !important;
    transform: none !important;
}
.page-area-single__purpose-list-photo-list {
    position: relative;
}
.page-area-single__purpose-list-photo-list .slider-nav .slick-track {
    transform: unset !important;
}
.page-area-single__purpose-list-photo .slick-img img {
    object-fit: cover;
    aspect-ratio: 309/197;
    border-radius: 5px 0 0 0;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-photo .slick-img img {
        border-radius: 5px 5px 0 0;
    }
}
.page-area-single__purpose-list-photo .slick-slide .slider-nav-img {
    opacity: 0.3;
    transition: opacity 0.4s linear;
}
.page-area-single__purpose-list-photo .slick-slide .slider-nav-img img {
    object-fit: cover;
    aspect-ratio: 309/197;
    display: relative;
}
.page-area-single__purpose-list-photo .slick-track {
    margin-left: 0 !important;
}
.page-area-single__purpose-list-photo
    .slick-slide.slick-current
    .slider-nav-img {
    opacity: 1;
}
.page-area-single__purpose-list-photo .slider,
.page-area-single__purpose-list-photo .slider-nav {
    line-height: 0;
    font-size: 0;
}
.page-area-single__purpose-list-box {
    display: flex;
    width: calc(100% - 310px);
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-box {
        width: 100%;
        flex-direction: column;
    }
}
.page-area-single__purpose-list-content {
    padding: 15px 30px 10px;
    width: calc(100% - 250px);
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-content {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .page-area-single__purpose-list-content {
        padding: 15px 16px 10px;
    }
}
.page-area-single__purpose-list-content-detail-ttl {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-content-detail-ttl {
        display: none;
    }
}
.page-area-single__purpose-list-content-detail-ttl--pc {
    display: none;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-content-detail-ttl--pc {
        display: block;
        position: absolute;
        left: 15px;
        bottom: 10px;
        z-index: 55;
        color: #fff;
    }
}
.page-area-single__purpose-list-content-detail-ttl-sub {
    color: #333333;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-content-detail-ttl-sub {
        display: none;
    }
}
.page-area-single__purpose-list-content-detail-ttl-sub--pc {
    display: none;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-content-detail-ttl-sub--pc {
        display: block;
        position: absolute;
        left: 15px;
        top: 10px;
        z-index: 55;
        color: #fff;
    }
}
.page-area-single__purpose-list-content-detail-hp {
    width: auto;
    height: 26px;
    background: #ffffff;
    padding: 5px 15px 5px 10px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    bottom: 15px;
    transition: ease 0.3s;
}
.page-area-single__purpose-list-content-detail-hp:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
.page-area-single__purpose-list-content-detail-hp::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 5px;
    width: 5px;
    border-top: 1px solid #c43527;
    border-right: 1px solid #c43527;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-content-detail-hp {
        right: 15px;
        bottom: initial;
        top: 10px;
    }
}
.page-area-single__purpose-list-content-detail-place {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6666666667;
}
.page-area-single__purpose-list-content-detail-place-sub {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
}
.page-area-single__purpose-list-content-detail-place-wrap {
    display: flex;
    gap: 38px;
    justify-content: flex-start;
}
.page-area-single__purpose-list-content-detail-price {
    margin-top: 3px;
    display: flex;
    justify-content: flex-start;
}
.page-area-single__purpose-list-content-detail-price-item {
    display: flex;
}
.page-area-single__purpose-list-content-detail-price-item
    + .page-area-single__purpose-list-content-detail-price-item {
    border-left: 1px solid #c1c1c1;
}
.page-area-single__purpose-list-content-detail-price-item-inner {
    width: 100%;
}
.page-area-single__purpose-list-content-detail-price-item-inner--time {
    padding-right: 22px;
}
.page-area-single__purpose-list-content-detail-price-item-inner--fee01 {
    padding-left: 20px;
    padding-right: 17px;
}
.page-area-single__purpose-list-content-detail-price-item-inner--fee02 {
    padding-left: 22px;
}
.page-area-single__purpose-list-content-detail-price-item-ttl {
    color: #333333;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
}
.page-area-single__purpose-list-content-detail-price-item-number {
    color: #333333;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2222222222;
}
.page-area-single__purpose-list-content-detail-price-item-txt {
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.7;
}
.page-area-single__purpose-list-content-detail-txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8px;
}
.page-area-single__purpose-list-content-tag {
    color: #c43527;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.7;
    margin-top: 4px;
    position: relative;
    padding-left: 14px;
}
.page-area-single__purpose-list-content-tag::before {
    position: absolute;
    content: "";
    background: url("../img/price-tag.svg") no-repeat center center/cover;
    width: 9px;
    height: 9px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-area-single__purpose-list-map {
    padding: 14px;
    border-left: 1px solid #c1c1c1;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-map {
        border-left: none;
    }
}
@media (max-width: 768px) {
    .page-area-single__purpose-list-map-data {
        display: none;
    }
}
.page-area-single__purpose-list-map-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-map-detail {
        display: none;
    }
}
.page-area-single__purpose-list-map-detail-time-distance {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.7;
}
.page-area-single__purpose-list-map-detail-time-taxi {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.7;
    position: relative;
    padding-left: 14px;
}
.page-area-single__purpose-list-map-detail-time-taxi::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("../img/icon-taxi.svg") no-repeat center center/cover;
}
.page-area-single__purpose-list-map-detail-link {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.7;
    color: #c43527;
    text-decoration: underline;
}
@media (max-width: 1060px) {
    .page-area-single__purpose-list-map img {
        display: none;
    }
}
.page-area-single__purpose-list-map-btn {
    font-size: 15px;
    color: #fff;
    background: #c43527;
    line-height: 1;
    padding: 16px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100%;
    margin-top: 12px;
}
.page-area-single__purpose-list-map-btn:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
@media (max-width: 768px) {
    .page-area-single__purpose-list-map-btn {
        margin-top: 0;
    }
}
.page-area-single__sns {
    background: #f4f4f4;
    padding: 60px 0;
}
.page-area-single__sns-lists {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
@media (max-width: 1100px) {
    .page-area-single__sns-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .page-area-single__sns-lists {
        grid-template-columns: 1fr;
    }
}
.page-area-single__sns ul > li:nth-child(n + 5) {
    display: none;
}
.page-area-single__sns-list {
    border-radius: 5px;
    background: #ffffff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-area-single__sns-list iframe {
    min-width: initial !important;
}
.page-area-single__sns-list-btn {
    font-size: 15px;
    color: #fff;
    background: #c43527;
    line-height: 1;
    padding: 16px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100%;
    margin-top: 12px;
}

.page-area__inner {
    margin-top: 70px;
    margin-bottom: 70px;
}
.page-area__select {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page-area__select span {
    margin-right: 16px;
    font-weight: bold;
}
.page-area__select-wrap {
    width: 300px;
}
.page-area__region {
    background: #f4f4f4;
    padding: 70px 0;
}
@media (max-width: 600px) {
    .page-area__region {
        padding: 40px 0;
    }
}
.page-area__region-ttl {
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.72;
}
.page-area__region-lists {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 16px;
}
@media (max-width: 768px) {
    .page-area__region-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .page-area__region-lists {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.page-area__region-list {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.page-area__region-list img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 330/186;
}

.page-area__select span {
    font-weight: bold;
    /* margin-right: 16px; */
    margin-right: 10px;
}
.page-area__select-wrap {
    /* width: 300px; */
    width: 290px;
}
.page-area-single__purpose-list-content-detail-price
    .page-banner-base__plan-list-content-price {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-between;
}
.page-area-single__purpose-list-content-detail-price-item-inner--time {
    padding-right: 10px;
    /* padding-right: 22px; */
}
.page-area-single__purpose-list-content-detail-price-item-inner--fee01 {
    padding-left: 10px;
    /* padding-left: 20px; */
    padding-right: 17px;
}

@media (max-width: 600px) {
    .page-area-single__kv-img {
        height: 550px;
        min-height: 550px;
    }
    .page-area-single__purpose-list-content-detail-price-item {
        margin: 2px 0;
    }
    .page-area-single__purpose-list-content-detail-price-item-inner--time {
        padding-right: 3px;
        width: 65px;
    }
    .page-area-single__purpose-list-content-detail-price-item-inner--fee01 {
        padding-left: 3px;
        padding-right: 5px;
        width: 120px;
    }
}
/* accordion */
.accordion {
    position: relative;
    height: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
}
.accordion.active {
    height: auto;
}
.accordion.active::before {
    background: none;
}
.accordion::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    /* background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 90%); */
    position: absolute;
    top: 0;
    left: 0;
}
.accordion-area {
    /* max-width: 300px; */
    width: 100%;
    margin: auto;
    text-align: center;
}
.accordion-area .btn {
    color: #c1c1c1;
}

@media (min-width: 600px) {
    .accordion {
        height: auto;
        clear: both; /* overflow: hidden; の解除*/
    }
    .accordion-area .btn {
        display: none;
    }
}
/* iframe */
/* 動画オプション */
.iframe-container {
    position: relative;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 56.25%; /* アスペクト比を維持するためのパディングの割合 */
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-banner-base__kv {
    position: relative;
    height: 250px;
}
@media (max-width: 768px) {
    .page-banner-base__kv {
        height: 260px;
    }
}
.page-banner-base__kv img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .page-banner-base__kv img {
        height: 260px;
    }
}
.page-banner-base__kv-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.page-banner-base__kv-head {
    color: #fff;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.page-banner-base__kv-head-ttl {
    --min-size: 25;
    --max-size: 50;
    font-size: var(--clamp-size);
    font-weight: 700;
    line-height: 1.44;
}
.page-banner-base__kv-head-ttl.serif {
    font-family: "Noto Serif JP", serif;
}
.page-banner-base__kv-head-ttl .number {
    --min-size: 35;
    --max-size: 60;
    font-size: var(--clamp-size);
}
.page-banner-base__kv-head-ttl span {
    display: inline-block;
}
.page-banner-base__kv-head-ttl-sub {
    --min-size: 14;
    --max-size: 20;
    font-size: var(--clamp-size);
    font-weight: 500;
    line-height: 1.5;
}
.page-banner-base__kv-head-ttl-sub span {
    display: inline-block;
}
.page-banner-base__kv-head-txt {
    --min-size: 12;
    --max-size: 16;
    font-size: var(--clamp-size);
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
}
.page-banner-base__kv-head-txt span {
    display: inline-block;
}
.page-banner-base__content {
    padding-bottom: 70px;
}
.page-banner-base__select {
    margin-top: 20px;
}
@media (max-width: 600px) {
    .page-banner-base__select {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 600px) {
    .page-banner-base__select .page-area__select-wrap {
        width: 100%;
    }
}
.page-banner-base__plan {
    padding-top: 74px;
    padding-bottom: 88px;
}
.page-banner-base__plan-lists {
    margin-top: 20px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.page-banner-base__plan-list {
    display: inline-block;
    width: calc((100% - 40px) / 2);
    border-radius: 5px;
}
.page-banner-base__plan-list:nth-child(odd) {
    margin-left: 36px;
}
@media (max-width: 600px) {
    .page-banner-base__plan-list:nth-child(odd) {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .page-banner-base__plan-list {
        width: 100%;
    }
}
.page-banner-base__plan-list-photo {
    max-width: 495px;
    width: 100%;
}
.page-banner-base__plan-list-photo * {
    min-height: 0;
    min-width: 0;
    line-height: 0;
}
@media (max-width: 600px) {
    .page-banner-base__plan-list-photo {
        max-width: 100%;
    }
}
.page-banner-base__plan-list-photo-thumb {
    position: relative;
}
.page-banner-base__plan-list-photo-lists .slick-list .slick-track {
    margin-left: 0 !important;
    transform: none !important;
}
.page-banner-base__plan-list-photo-list {
    position: relative;
}
.page-banner-base__plan-list-photo-list .slider-nav .slick-track {
    transform: unset !important;
}
.page-banner-base__plan-list-photo .slick-img img {
    object-fit: cover;
    aspect-ratio: 309/197;
    border-radius: 5px 5px 0 0;
}
.page-banner-base__plan-list-photo .slick-slide .slider-nav-img {
    opacity: 0.3;
    transition: opacity 0.4s linear;
}
.page-banner-base__plan-list-photo .slick-slide .slider-nav-img img {
    object-fit: cover;
    aspect-ratio: 309/197;
    display: relative;
}
.page-banner-base__plan-list-photo .slick-track {
    margin-left: 0 !important;
}
.page-banner-base__plan-list-photo .slick-slide.slick-current .slider-nav-img {
    opacity: 1;
}
.page-banner-base__plan-list-photo .slider,
.page-banner-base__plan-list-photo .slider-nav {
    line-height: 0;
    font-size: 0;
}
.page-banner-base__plan-list-ttl-sub {
    position: absolute;
    left: 20px;
    top: 14px;
    --min-size: 10;
    --max-size: 12;
    font-size: var(--clamp-size);
    color: #ffffff;
    line-height: 1.4166666667;
    font-weight: bold;
}
.page-banner-base__plan-list-hp {
    width: 78px;
    height: 26px;
    background: #ffffff;
    padding: 5px 15px 5px 10px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 14px;
}
.page-banner-base__plan-list-hp::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 5px;
    width: 5px;
    border-top: 1px solid #c43527;
    border-right: 1px solid #c43527;
    transition: ease 0.3s;
}
.page-banner-base__plan-list-hp:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
@media (max-width: 1060px) {
    .page-banner-base__plan-list-hp {
        right: 15px;
        bottom: initial;
        top: 10px;
    }
}
.page-banner-base__plan-list-content {
    background: #fff;
    line-height: initial;
    padding: 18px 20px;
}
.page-banner-base__plan-list-content-ttl {
    --min-size: 20;
    --max-size: 20;
    font-size: var(--clamp-size);
    line-height: 1.3;
    font-weight: bold;
}
.page-banner-base__plan-list-content-price {
    margin-top: 10px;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-banner-base__plan-list-content-price-inner {
    display: flex;
}
@media (max-width: 1100px) {
    .page-banner-base__plan-list-content-price-inner {
        width: 100%;
    }
}

.page-banner-base__plan-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.page-banner-base__plan-list {
    border-radius: 5px;
    /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); */
    display: inline-block;
    width: calc((100% - 40px) / 3);
}
.page-banner-base__plan-list-content {
    background: #fff;
    line-height: initial;
    padding: 18px 0px;
    /* padding: 18px 20px; */
}

@media (max-width: 600px) {
    .page-banner-base__plan-lists {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
        justify-content: center;
    }
    .page-banner-base__plan-list {
        width: 48%;
    }
    .page-banner-base__plan-list-ttl-sub {
        display: none;
    }
    .page-banner-base__plan-list-photo-thumb a {
        display: none;
    }
    .page-banner-base__plan-list-content {
        padding: 5px 0;
    }
    .page-banner-base__plan-list-content-ttl {
        --min-size: 14;
        --max-size: 14;
        font-size: var(--clamp-size);
        font-weight: bold;
        line-height: 1.3;
    }
    .page-banner-base__plan-list-content-price {
        display: flex;
        align-items: flex-start;
        margin-top: 10px;
        flex-direction: column;
    }
    .page-banner-base__plan-list-content-price-inner {
        width: 40%;
    }
}
.page-company__info {
    width: 100%;
    margin: 100px auto;
}
.page-company__info-tit {
    font-size: 32px;
    font-weight: bold;
    margin: 50px 0;
    display: none;
}
.page-company__info-img {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
    display: none;
}
.page-company__operating {
    margin: 50px 0;
}
.page-company__operating-tit {
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 1px #cd392c;
}
.page-company__operating-txt {
    font-size: 20px;
    margin: 20px 0;
}
.page-company__mission {
    margin: 50px 0;
}
.page-company__mission-tit {
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 1px #cd392c;
}
.page-company__mission-tit-sub {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0;
}
.page-company__mission-txt {
    font-size: 20px;
    margin-bottom: 20px;
}
.page-company__about {
    margin: 50px 0;
}
.page-company__about-tit {
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 1px #cd392c;
}
.page-company__about-table {
    max-width: 1290px;
    width: 100%;
    height: auto;
    margin: 50px 0;
}
.page-company__about-table .linkR {
    color: #c43527;
    text-decoration: underline;
    text-decoration-color: #c43527;
}
.page-company__about-table td {
    font-weight: bold;
    border: 1px solid #707070;
    padding: 20px;
    font-family: "游ゴシック", YuGothic, "Yu Gothic Medium", "Yu Gothic",
        Verdana, Meiryo, sans-serif;
}
.page-company__about-table th {
    font-weight: bold;
    background-color: #f4f4f4;
    border: 1px solid #707070;
    padding: 20px;
}
.page-company__service {
    margin: 50px 0;
}
.page-company__service-tit {
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 1px #cd392c;
}
.page-company__service-img {
    margin: 50px auto;
    max-width: 568px;
    width: 100%;
    height: auto;
    padding: 88px;
}
.page-company__post {
    margin: 50px 0;
}
.page-company__post-tit {
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 1px #cd392c;
}
.page-company__post-main {
    margin: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.page-company__post-main-img {
    width: 100%;
    max-width: 417px;
    height: auto;
}
.page-company__post-main-txt {
    width: 580px;
}
.page-company__post-main-txt h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page-company__post-main-txt p {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
}
.page-company__sight {
    margin: 50px 0;
}
.page-company__sight-tit {
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 1px #cd392c;
}
.page-company__ideal {
    margin: 50px 0;
}
.page-company__ideal-tit {
    font-size: 24px;
    border-bottom: dotted 1px #cd392c;
}
.page-company__ideal-txt {
    width: 100%;
    max-width: 1050px;
    margin: 50px auto;
    font-size: 16px;
}
.page-company .sp {
    display: none;
}

@media (max-width: 1280px) {
    .page-company__info {
        max-width: 1040px;
    }
    .page-company__info-tit {
        display: none;
    }
    .page-company__mission-txt {
        text-align: center;
    }
    .page-company__about-table {
        max-width: 1040px;
    }
    .page-company__about-table th {
        background-color: #f4f4f4;
    }
    .page-company__post {
        margin: 50px 0;
    }
    .page-company__post-tit {
        font-size: 32px;
        font-weight: bold;
        border-bottom: solid 1px #cd392c;
    }
    .page-company__post-main-img {
        width: 100%;
        max-width: 235px;
    }
    .page-company__post-main-txt {
        width: 628px;
        margin: 50px 0;
    }
    .page-company__post-main-txt h3 {
        letter-spacing: 0.07em;
    }
    .page-company__post-main-txt p {
        line-height: 1.5;
    }
    .page-company__sight {
        display: none;
    }
    .page-company__ideal {
        display: none;
    }
    .sp {
        display: none;
    }
}
@media (max-width: 390px) {
    .sp {
        display: block;
    }
    .page-company__info {
        margin: 60px auto;
    }
    .page-company__info-tit {
        display: none;
    }
    .page-company__info-img {
        width: 100%;
        max-width: 230px;
    }
    .page-company__operating-tit {
        font-size: 24px;
        font-weight: bold;
        border-bottom: solid 1px #cd392c;
    }
    .page-company__operating-txt {
        font-size: 16px;
    }
    .page-company__mission-tit {
        font-size: 24px;
        font-weight: bold;
        border-bottom: solid 1px #cd392c;
    }
    .page-company__mission-tit-sub {
        font-size: 24px;
    }
    .page-company__mission-txt {
        text-align: left;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0.1em;
    }
    .page-company__about-tit {
        font-size: 24px;
        font-weight: bold;
        border-bottom: solid 1px #cd392c;
    }
    .page-company__about-table {
        max-width: 360px;
    }
    .page-company__about-table th {
        width: 100px;
        font-size: 16px;
        background-color: #f4f4f4;
        padding: 20px 0;
        text-align: center;
    }
    .page-company__about-table td {
        font-size: 16px;
        font-weight: normal;
        font-family: "游ゴシック", YuGothic, "Yu Gothic Medium", "Yu Gothic",
            Verdana, Meiryo, sans-serif;
    }
    .page-company__service-tit {
        font-size: 24px;
        font-weight: bold;
        border-bottom: solid 1px #cd392c;
    }
    .page-company__service-img {
        padding: 35px;
    }
    .page-company__post {
        margin: 50px 0;
    }
    .page-company__post-tit {
        font-size: 24px;
        font-weight: bold;
        border-bottom: solid 1px #cd392c;
    }
    .page-company__post-main-img {
        width: 100%;
        max-width: 228px;
    }
    .page-company__post-main-txt {
        width: 360px;
        margin: 50px 0;
    }
    .page-company__post-main-txt h3 {
        letter-spacing: 0em;
        margin-bottom: 5px;
    }
    .page-company__post-main-txt p {
        line-height: 1.2;
        letter-spacing: 0.1em;
        font-size: 16px;
    }
    .page-company__sight {
        display: none;
    }
    .page-company__ideal {
        display: none;
    }
}
@media (max-width: 1280px) {
    .page-company__about-table .sp {
        display: none;
    }
}
@media (max-width: 390px) {
    .page-company__about-table .sp {
        display: block;
    }
}
.page-contact--completion {
    margin-top: 73px;
    margin-bottom: 60px;
}
.page-contact--completion .form-transition {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 50px 66px 50px;
    gap: 94px;
    align-items: flex-end;
    justify-content: center;
}
.page-contact--completion .form-transition li {
    text-align: center;
}
@media (max-width: 408px) {
    .page-contact--completion .form-transition {
        gap: 17.1568627451vw;
    }
}
@media (max-width: 330px) {
    .page-contact--completion .form-transition {
        gap: 15.931372549vw;
    }
}
@media (max-width: 320px) {
    .page-contact--completion .form-transition {
        gap: 14.7058823529vw;
    }
}
.page-contact--completion .form-transition__circle1 {
    margin: 0 auto;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #c43527;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.page-contact--completion .form-transition__circle2,
.page-contact--completion .form-transition__circle3 {
    margin: 0 auto;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #c43527;
    color: #fff;
    border: 2px solid #c43527;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.page-contact--completion .form-transition__circle2 {
    position: relative;
}
.page-contact--completion .form-transition__circle2::before {
    position: absolute;
    content: url("./../img/dotted_red.png");
    top: 0;
    left: -79.5px;
}
@media (max-width: 408px) {
    .page-contact--completion .form-transition__circle2::before {
        left: -67.5px;
    }
}
@media (max-width: 330px) {
    .page-contact--completion .form-transition__circle2::before {
        left: -58.5px;
    }
}
.page-contact--completion .form-transition__circle2::after {
    position: absolute;
    content: url("./../img/dotted_red.png");
    top: 0;
    right: -79.5px;
}
@media (max-width: 408px) {
    .page-contact--completion .form-transition__circle2::after {
        right: -67.5px;
    }
}
@media (max-width: 330px) {
    .page-contact--completion .form-transition__circle2::after {
        right: -62.5px;
    }
}
.page-contact--completion .form-transition__text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.page-contact--completion__inner {
    max-width: 582px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
.page-contact--completion__inner .heading {
    font-size: 20px;
    font-weight: bold;
}
.page-contact--completion__inner .heading-sub {
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-contact--completion__inner .heading-sub {
        letter-spacing: 0;
    }
}
.page-contact--completion__inner .heading-sub .pc-none {
    display: none;
}
@media (max-width: 600px) {
    .page-contact--completion__inner .heading-sub .pc-none {
        display: block;
    }
}
.page-contact--completion .form-area {
    margin-top: 17px;
    text-align: left;
}
.page-contact--completion .form-area input,
.page-contact--completion .form-area select,
.page-contact--completion .form-area textarea {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 13px 0 13px 13.8px;
}
.page-contact--completion .form-area .must {
    margin-left: 10px;
    font-size: 10px;
    background: #c43527;
    border-radius: 30px;
    color: #fff;
    padding: 3px 9px;
    letter-spacing: 0.05em;
}
.page-contact--completion .form-area .item {
    margin-top: 23px;
    font-size: 13px;
}
.page-contact--completion .form-area .item label {
    display: flex;
    align-items: center;
}
.page-contact--completion .form-area .item-btn {
    margin-top: 50px;
    text-align: center;
    background: #c43527;
    color: #fff;
    border-radius: 5px;
}
.page-contact--completion .form-area .item-btn input {
    border: none;
}
.page-contact--completion .heading02 {
    margin-top: 40px;
    line-height: 1.5;
}
.page-contact--completion .thanks-lists {
    margin-top: 30px;
    font-size: 12px;
}
.page-contact--completion .top-btn {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #c43527;
    border-radius: 5px;
}
.page-contact--completion .top-btn a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 14.5px 0;
    width: 100%;
    line-height: 1.625;
    font-weight: bold;
}
@media (max-width: 600px) {
    .page-contact--completion .top-btn a {
        font-size: 15px;
    }
}
.page-contact--completion .error {
    margin-top: 10px;
}

.page-contact--confirmation {
    margin-top: 73px;
    margin-bottom: 60px;
}
.page-contact--confirmation
    .page-contact__inner
    .form-area
    .item.select::after {
    content: none;
}
.page-contact--confirmation .form-transition {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 50px 66px 50px;
    gap: 94px;
    align-items: flex-end;
    justify-content: center;
}
@media (max-width: 408px) {
    .page-contact--confirmation .form-transition {
        gap: 17.1568627451vw;
    }
}
@media (max-width: 330px) {
    .page-contact--confirmation .form-transition {
        gap: 15.931372549vw;
    }
}
@media (max-width: 320px) {
    .page-contact--confirmation .form-transition {
        gap: 14.7058823529vw;
    }
}
.page-contact--confirmation .form-transition__circle1,
.page-contact--confirmation .form-transition__circle2 {
    margin: 0 auto;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #c43527;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.page-contact--confirmation .form-transition__circle3 {
    margin: 0 auto;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #333;
    border: 2px solid #c43527;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.page-contact--confirmation .form-transition__circle2 {
    position: relative;
    background: #c43527;
    color: #fff;
}
.page-contact--confirmation .form-transition__circle2::before {
    position: absolute;
    z-index: -1;
    content: url("./../img/dotted_red.png");
    top: 0;
    left: -79.5px;
}
@media (max-width: 408px) {
    .page-contact--confirmation .form-transition__circle2::before {
        left: -67.5px;
    }
}
@media (max-width: 330px) {
    .page-contact--confirmation .form-transition__circle2::before {
        left: -58.5px;
    }
}
.page-contact--confirmation .form-transition__circle2::after {
    position: absolute;
    content: url("./../img/dotted.png");
    top: 0;
    right: -79.5px;
    z-index: -1;
}
@media (max-width: 408px) {
    .page-contact--confirmation .form-transition__circle2::after {
        right: -67.5px;
    }
}
@media (max-width: 330px) {
    .page-contact--confirmation .form-transition__circle2::after {
        right: -62.5px;
    }
}
.page-contact--confirmation .form-transition__text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.page-contact--confirmation__inner {
    max-width: 582px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
.page-contact--confirmation__inner .heading {
    font-size: 20px;
    font-weight: bold;
}
.page-contact--confirmation__inner .heading-sub {
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-contact--confirmation__inner .heading-sub {
        letter-spacing: 0;
    }
}
.page-contact--confirmation__inner .heading-sub .pc-none {
    display: none;
}
@media (max-width: 600px) {
    .page-contact--confirmation__inner .heading-sub .pc-none {
        display: block;
    }
}
.page-contact--confirmation__inner .heading-sub .form-area {
    margin-top: 17px;
    text-align: left;
}
.page-contact--confirmation__inner .heading-sub .form-area input,
.page-contact--confirmation__inner .heading-sub .form-area select,
.page-contact--confirmation__inner .heading-sub .form-area textarea {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 13px 0 13px 13.8px;
}
.page-contact--confirmation__inner .heading-sub .form-area .must {
    margin-left: 10px;
    font-size: 10px;
    background: #c43527;
    border-radius: 30px;
    color: #fff;
    padding: 3px 9px;
    letter-spacing: 0.05em;
}
.page-contact--confirmation__inner .heading-sub .form-area .item {
    margin-top: 23px;
    font-size: 13px;
}
.page-contact--confirmation__inner .heading-sub .form-area .item label {
    display: flex;
    align-items: center;
}
.page-contact--confirmation__inner .heading-sub .form-area .item-btn {
    margin-top: 50px;
    text-align: center;
    background: #c43527;
    color: #fff;
    border-radius: 5px;
}
.page-contact--confirmation__inner .heading-sub .form-area .item-btn input {
    border: none;
}
.page-contact--confirmation__inner .heading-sub .form-area .item.select::after {
    content: none;
}
.page-contact--confirmation__inner .form-value {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 13px 0 13px 13.8px;
}
.page-contact--confirmation__inner .error {
    margin-top: 10px;
}

.page-contact {
    margin-top: 73px;
    margin-bottom: 60px;
}
.page-contact__inner {
    max-width: 582px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}
.page-contact__inner .heading {
    font-size: 20px;
    font-weight: bold;
}
.page-contact__inner .heading-sub {
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-contact__inner .heading-sub {
        letter-spacing: 0;
    }
}
.page-contact__inner .heading-sub .pc-none {
    display: none;
}
@media (max-width: 600px) {
    .page-contact__inner .heading-sub .pc-none {
        display: block;
    }
}
.page-contact__inner .form-area {
    margin-top: 17px;
    text-align: left;
}
.page-contact__inner .form-area input,
.page-contact__inner .form-area select,
.page-contact__inner .form-area textarea {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 13px 0 13px 13.8px;
    --min-size: 12;
    --max-size: 16;
    font-size: var(--clamp-size);
}
.page-contact__inner .form-area .item.select {
    position: relative;
}
.page-contact__inner .form-area .item.select::after {
    position: absolute;
    content: "";
    border-right: 2px solid #c43527;
    border-top: 2px solid #c43527;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 25px;
    right: 19.5px;
}
@media (max-width: 380px) {
    .page-contact__inner .form-area .item.select::after {
        bottom: 22px;
    }
}
.page-contact__inner .form-area .must {
    margin-left: 10px;
    font-size: 10px;
    background: #c43527;
    border-radius: 30px;
    color: #fff;
    padding: 3px 9px;
    letter-spacing: 0.05em;
}
.page-contact__inner .form-area .item {
    margin-top: 23px;
    font-size: 13px;
}
.page-contact__inner .form-area .item label {
    display: flex;
    align-items: center;
}
.page-contact__inner .form-area .item-btn {
    margin-top: 50px;
    text-align: center;
    background: #c43527;
    color: #fff;
    border-radius: 5px;
}
.page-contact__inner .form-area .item-btn input {
    border: none;
}
.page-contact__inner .form-area .item-btn:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
.page-contact__inner .error {
    margin-top: 10px;
}
.page-contact .form-transition {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 50px 66px 50px;
    gap: 94px;
    align-items: flex-end;
    justify-content: center;
    justify-items: center;
}
.page-contact .form-transition li {
    text-align: center;
}
@media (max-width: 600px) {
    .page-contact .form-transition {
        margin: 40px auto 0;
    }
}
@media (max-width: 408px) {
    .page-contact .form-transition {
        gap: 17.1568627451vw;
    }
}
@media (max-width: 330px) {
    .page-contact .form-transition {
        gap: 15.931372549vw;
    }
}
@media (max-width: 320px) {
    .page-contact .form-transition {
        gap: 14.7058823529vw;
    }
}
.page-contact .form-transition__circle1 {
    margin: 0 auto;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #c43527;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.page-contact .form-transition__circle2,
.page-contact .form-transition__circle3 {
    margin: 0 auto;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #333;
    border: 2px solid #c43527;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.page-contact .form-transition__circle2 {
    position: relative;
}
.page-contact .form-transition__circle2::before {
    position: absolute;
    content: url("./../img/dotted.png");
    top: 0;
    left: -79.5px;
    z-index: -1;
}
@media (max-width: 408px) {
    .page-contact .form-transition__circle2::before {
        left: -67.5px;
    }
}
@media (max-width: 330px) {
    .page-contact .form-transition__circle2::before {
        left: -58.5px;
    }
}
.page-contact .form-transition__circle2::after {
    position: absolute;
    content: url("./../img/dotted.png");
    top: 0;
    right: -79.5px;
    z-index: -1;
}
@media (max-width: 408px) {
    .page-contact .form-transition__circle2::after {
        right: -67.5px;
    }
}
@media (max-width: 330px) {
    .page-contact .form-transition__circle2::after {
        right: -62.5px;
    }
}
.page-contact .form-transition__text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.page-contact__tel-txt {
    margin-top: 24px;
}
.page-contact__tel a {
    padding: 24px;
    max-width: 245px;
    background: #f4f4f4;
    border-radius: 5px;
    display: inline-block;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1;
}
.page-contact__tel a[href*="tel:"] {
    pointer-events: none;
}
@media (max-width: 600px) {
    .page-contact__tel a[href*="tel:"] {
        pointer-events: initial;
    }
}

.mwform-tel-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mwform-tel-field input.tel {
    width: 30%;
}

.confirmation_color {
    background: #c43527 !important;
    color: #fff !important;
}

.completion_color {
    background: #c43527 !important;
    color: #fff !important;
}

.page-cruising {
    background: #fff;
    margin-top: 0;
    margin-bottom: 90px;
    /*
  &__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    &-ttl {
      font-size: 34px;
      font-weight: bold;
      line-height: calc(58 / 34);
    }
    &-txt {
      margin-left: 10px;
      font-size: 16px;
      font-weight: 500;
      line-height: calc(27 / 16);
    }
  }
  */
}
.page-cruising--top {
    margin-top: 60px;
}
@media (max-width: 768px) {
    .page-cruising {
        padding: 0 0 40px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .page-cruising--top {
        padding-top: 40px;
    }
}
.page-cruising__img {
    position: relative;
}
@media (max-width: 600px) {
    .page-cruising__img img {
        height: 100px;
    }
}
.page-cruising__head {
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    color: #fff;
}
.page-cruising__head .common__inner {
    position: relative;
    height: 100%;
}
@media (max-width: 600px) {
    .page-cruising__head {
        position: relative;
        width: 100%;
        height: 170px;
        /*
    height: auto;
    padding-top: 43.58%;
    */
    }
    .page-cruising__head .common__inner {
        width: 100%;
        height: 100%;
        padding: 0;
    }
}
.page-cruising__head-wrap {
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .page-cruising__head-wrap {
        left: 0;
        bottom: 20px;
        padding: 0 18px;
    }
}
.page-cruising__head-ttl {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}
@media (max-width: 600px) {
    .page-cruising__head-ttl {
        font-size: 18px;
    }
}
.page-cruising__head-txt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-cruising__head-txt {
        font-size: 10px;
    }
}
.page-cruising__select {
    padding: 16px 0;
    background: #e0e0e0;
}
@media (max-width: 600px) {
    .page-cruising__select {
        padding: 6px 12px;
    }
}
.page-cruising__select .common__inner {
    display: flex;
    max-width: 1080px;
}
@media (max-width: 600px) {
    .page-cruising__select .common__inner {
        flex-wrap: wrap;
        padding: 0;
    }
}
.page-cruising__select-item {
    width: 25%;
    padding: 0 5px;
}
@media (max-width: 600px) {
    .page-cruising__select-item {
        width: 50%;
        padding: 4px;
    }
}
.page-cruising__select-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.page-cruising__select-wrap::before {
    content: "";
    position: absolute;
    left: 15px;
    z-index: 10;
    font-size: 10px;
    line-height: 1;
    color: #838181;
}
.page-cruising__select-wrap::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 4px;
    background: url("../img/icon-arrow-select.png") no-repeat center;
    background-size: cover;
}
.page-cruising__select .common__select {
    padding: 12px 40px 12px 53px;
    border: none;
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
}
.page-cruising__select-area::before {
    content: "エリア";
}
.page-cruising__select-time::before {
    content: "時刻";
}
.page-cruising__select-sort::before {
    content: "並び順";
}
.page-cruising__select-scene::before {
    content: "シーン";
}
.page-cruising__lists {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 21px;
}
@media (max-width: 768px) {
    .page-cruising__lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .page-cruising__lists {
        grid-template-columns: 1fr;
    }
}
.page-cruising__item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
}
.page-cruising__item-img {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 600px) {
    .page-cruising__item-img {
        padding-top: 33.33%;
    }
}
.page-cruising__item-img-recommend {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 8px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.page-cruising__item-img-recommend--trial {
    background: #16be00;
}
.page-cruising__item-img-recommend--sightseeing {
    background: #005fbe;
}
.page-cruising__item-img-recommend--date {
    background: #bf1386;
}
.page-cruising__item-img-recommend--daytrip {
    background: #eb5614;
}
.page-cruising__item-img-recommend--video {
    background: #be0000;
}
.page-cruising__item-img-recommend--hire {
    background: #be9200;
}
.page-cruising__item-img-recommend--surprise {
    background: #00b7be;
}
.page-cruising__item-img-recommend--tokyoheliport {
    background: #00a1be;
}
.page-cruising__item-img-scene {
    position: relative;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.page-cruising__item-img-scene-list {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    width: calc(100% - 90px);
    overflow: hidden;
    white-space: nowrap;
}
.page-cruising__item-img-scene::after {
    content: "/";
    margin: 0 2px;
}
.page-cruising__item-img-scene:last-child::after {
    display: none;
    margin: 0;
}
.page-cruising__item-img-time {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    width: 30px;
    height: auto;
}
.page-cruising__item-img-time img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
.page-cruising__item-detail {
    padding: 17px;
}
.page-cruising__item-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
@media (max-width: 600px) {
    .page-cruising__item-title {
        font-size: 15px;
    }
}
.page-cruising__item-text {
    margin-top: 10px;
}
.page-cruising__item-text p {
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 10px;
    max-height: 60px;
    line-height: 1.5;
    color: #838383;
    /*
  &::after {
    display: none;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 72%);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(10px * 1.5);
    height: calc(10px * 1.5);
  }
  */
}
@media (max-width: 600px) {
    .page-cruising__item-text p {
        -webkit-line-clamp: 3;
        max-height: 45px;
    }
}
.page-cruising__item-tag {
    margin: 5px 5px 0 0;
    padding: 3px 8px;
    background: #f4f1f0;
    border-radius: 100px;
    font-size: 10px;
    line-height: 1;
}
.page-cruising__item-tag-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.page-cruising__item-option {
    position: relative;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px auto;
}
.page-cruising__item-option-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.5;
    color: #878787;
}
.page-cruising__item-option-list::before {
    content: "オプション：";
}
.page-cruising__item-option::after {
    content: "/";
    margin: 0 4px;
}
.page-cruising__item-option:last-child::after {
    display: none;
    margin: 0;
}
.page-cruising__item-option--alphard {
    background-image: url("../img/icon-car-red.png");
}
.page-cruising__item-option--limousine {
    background-image: url("../img/icon-car-blue.png");
}
.page-cruising__item-option--video {
    background-image: url("../img/icon-video.png");
}
.page-cruising__item-option--bouquet {
    background-image: url("../img/icon-flower.png");
}
.page-cruising__item-option--taxi {
    background-image: url("../img/icon-taxi.png");
}
.page-cruising__item-option--time {
    background-image: url("../img/icon-timer.png");
}
.page-cruising__item-option--course {
    background-image: url("../img/icon-flight.png");
}
.page-cruising__item-option--propose {
    background-image: url("../img/icon-ring.png");
}
.page-cruising__item-option--baby {
    background-image: url("../img/icon-baby.png");
}
.page-cruising__item-price,
.page-cruising__item-time {
    font-size: 12px;
    line-height: 1.5;
}
.page-cruising__item-price span,
.page-cruising__item-time span {
    margin: 0 5px 0 0px;
    font-size: 22px;
    font-weight: 500;
}
.page-cruising__item-price span {
    margin: 0 5px 0 5px;
}
.page-cruising__item-price-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.page-cruising__item-btn {
    display: none;
}
@media (max-width: 600px) {
    .page-cruising__item-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        margin-top: 8px;
        background: #c43527;
        border-radius: 5px;
        font-size: 18px;
        line-height: 1.5;
        color: #fff;
    }
}
.page-cruising__list {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.page-cruising__list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    left: 7px;
    top: 10px;
    right: 7px;
}
.page-cruising__list-head-ttl {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.7058823529;
    width: fit-content;
    width: 70px;
}
.page-cruising__list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6875;
    flex: 1;
}
.page-cruising__list-detail {
    background: #fff;
    padding: 14px 40px 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.page-cruising__list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.page-cruising__list-detail-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.page-cruising__list-detail-price span {
    font-size: 20px;
    font-weight: 500;
    margin: 0 5px;
}
.page-cruising__list-detail::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #c43527;
    border-right: 2px solid #c43527;
}
.page-cruising__plans {
    background: #fff;
}
.page-cruising__plans-lists {
    display: flex;
}
.page-cruising__plans-list {
    width: 50%;
    position: relative;
}
.page-cruising__plans-list a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-cruising__plans-list:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #707070;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-cruising__plans-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.page-cruising-single {
    /*
  .swiper-thumbnail {
    position: relative;
    .swiper-slide {
      width: 65px !important;
      max-width: 65px !important;
      opacity: 1;
      img {
        width: 100% !important;
        height: auto !important;
      }
    }
  }
  */
}
.page-cruising-single__kv {
    height: 393px;
    width: 100%;
    position: relative;
}
.page-cruising-single__kv-cover {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    height: 393px;
}
@media (max-width: 600px) {
    .page-cruising-single__kv {
        height: 220px;
    }
}
.page-cruising-single__kv img {
    height: 393px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 600px) {
    .page-cruising-single__kv img {
        height: 220px;
    }
}
.page-cruising-single__kv .swiper {
    position: relative;
}
.page-cruising-single__kv .swiper-slide {
    position: relative;
    z-index: -2;
}
.page-cruising-single__kv .swiper-button-prev,
.page-cruising-single__kv .swiper-button-next {
    color: #fff !important;
}
@media (max-width: 600px) {
    .page-cruising-single__kv .swiper-button-prev,
    .page-cruising-single__kv .swiper-button-next {
        transform: scale(0.5);
    }
}
.page-cruising-single__kv .swiper-button-prev {
    left: 5.078125vw !important;
}
@media (max-width: 600px) {
    .page-cruising-single__kv .swiper-button-prev {
        left: 10px !important;
    }
}
.page-cruising-single__kv .swiper-button-next {
    right: 5.078125vw !important;
}
@media (max-width: 600px) {
    .page-cruising-single__kv .swiper-button-next {
        right: 10px !important;
    }
}
.page-cruising-single__kv-new {
    width: 100%;
    height: auto;
    position: relative;
    background: #000;
    overflow: hidden;
}
.page-cruising-single__kv-new-cover {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.page-cruising-single__kv-new-thumbnail {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    max-width: 1030px;
    padding: 4px 0;
    background: rgba(10, 10, 10, 0.7);
    display: flex;
    justify-content: center;
}
@media (max-width: 600px) {
    .page-cruising-single__kv-new-thumbnail {
        position: relative;
        bottom: auto;
        left: auto;
        transform: translateX(0);
        padding: 2px 0;
        overflow: hidden;
    }
}
.page-cruising-single__kv-new-thumbnail .swiper-thumbnail {
    position: relative;
}
.page-cruising-single__kv-new-thumbnail .swiper-thumbnail .swiper-slide {
    width: 65px !important;
    height: 37px;
    opacity: 1;
    border: solid 2px #111;
    box-sizing: border-box;
    cursor: pointer;
}
@media (max-width: 600px) {
    .page-cruising-single__kv-new-thumbnail .swiper-thumbnail .swiper-slide {
        width: 60px !important;
        max-width: 60px !important;
        height: 34px;
    }
}
.page-cruising-single__kv-new-thumbnail .swiper-thumbnail .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.page-cruising-single__kv-new-thumbnail
    .swiper-thumbnail
    .swiper-slide.swiper-slide-thumb-active {
    border: solid 2px #c43527;
}
@media (max-width: 600px) {
    .page-cruising-single__kv-new {
        max-height: auto;
        min-height: auto;
    }
}
.page-cruising-single__kv-new .swiper {
    position: relative;
}
.page-cruising-single__kv-new .swiper-slide {
    position: relative;
    width: 100%;
    max-width: 1030px;
    /* max-height: calc(100vh - 350px); */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
}
.page-cruising-single__kv-new .swiper-slide-active {
    opacity: 1;
}
.page-cruising-single__kv-new .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
@media (max-width: 600px) {
    .page-cruising-single__kv-new .swiper-slide {
        max-height: 50vh;
    }
}
.page-cruising-single__kv-new .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*
  @include sp {
    height: 220px;
  }
  */
}
.page-cruising-single__kv-new .swiper-button-prev,
.page-cruising-single__kv-new .swiper-button-next {
    color: #fff !important;
}
@media (max-width: 600px) {
    .page-cruising-single__kv-new .swiper-button-prev,
    .page-cruising-single__kv-new .swiper-button-next {
        transform: scale(0.5);
    }
}
.page-cruising-single__kv-new .swiper-button-prev {
    left: 5.078125vw !important;
}
@media (max-width: 600px) {
    .page-cruising-single__kv-new .swiper-button-prev {
        left: 10px !important;
    }
}
.page-cruising-single__kv-new .swiper-button-next {
    right: 5.078125vw !important;
}
@media (max-width: 600px) {
    .page-cruising-single__kv-new .swiper-button-next {
        right: 10px !important;
    }
}
.page-cruising-single__kv-new .slideNone .swiper-button-next,
.page-cruising-single__kv-new .slideNone .swiper-button-prev,
.page-cruising-single__kv-new
    .page-cruising-single__kv-new-thumbnail
    .slideNone {
    display: none;
}
.page-cruising-single__meta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    z-index: 2;
}
.page-cruising-single__meta-ttl {
    color: #fff;
    --min-size: 15;
    --max-size: 25;
    font-size: var(--clamp-size);
    line-height: 1.48;
    font-weight: bold;
}
.page-cruising-single__inner {
    display: flex;
    gap: 64px;
}
@media (max-width: 600px) {
    .page-cruising-single__inner {
        flex-direction: column;
        gap: 0;
    }
}
.page-cruising-single__course {
    background: #fff;
}
.page-cruising-single__course-lists {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 1;
    margin-top: -60px;
    justify-content: center;
}
.page-cruising-single__course-list {
    width: calc((100% - 30px) / 3);
    align-items: center;
    justify-content: center;
    --min-size: 14;
    --max-size: 16;
    font-size: var(--clamp-size);
    line-height: 1.48;
    font-weight: bold;
    height: 60px;
    border-radius: 10px 10px 0 0;
    background: #c1c1c1;
    display: flex;
    color: #fff;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list {
        height: 35px;
        width: 50%;
    }
}
.page-cruising-single__course-list.is-active {
    background: #f4f4f4;
    color: #c43527;
}
.page-cruising-single__course-list-time {
    --min-size: 22;
    --max-size: 28;
    font-size: var(--clamp-size);
    font-family: Montserrat;
    font-weight: 600;
}
.page-cruising-single__course-list-content {
    padding: 45px 0;
    /*
  &-item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    @include tablet {
      flex-direction: column-reverse;
    }
    &-ttl {
      font-size: 20px;
      line-height: calc(34 / 20);
      color: #333;
      font-weight: bold;
    }
    &-txt {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.5;
    }
    &-tag-list {
      .page-cruising__item-tag {
        background: #fff;
        @include sp {
          background: #f4f4f4;
        }
      }
    }
    &-main {
      width: 50%;
      @include tablet {
        margin-top: 16px;
        margin-right: 0;
        width: 100%;
      }
      .text-color {
        color: #c43527 !important;
      }
    }
    &-sub {
      width: 50%;
    }
    &-detail {
      width: 50%;
      @include tablet {
        width: 100%;
      }
      &-deep {
        font-size: 14px;
        line-height: calc(24 / 14);
        font-weight: 500;
        display: flex;
        gap: 30px;
        &-single {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-end;
          @include tablet {
            flex-direction: column;
            align-items: flex-start;
          }
        }
        span {
          font-size: 40px;
          font-family: Montserrat;
          font-weight: 600;
          line-height: calc(30 / 25);
          margin: 0 5px 0 0px;
          font-weight: bold;
          @include tablet {
            margin-left: 0;
          }
          &.normal {
            font-size: 14px;
            margin-left: 0;
          }
        }
      }
    }
    &-list {
      &-item {
        &-ttl {
          --min-size: 15;
          --max-size: 18;
          font-size: var(--clamp-size);
          line-height: calc(24 / 15);
        }
        &-txt {
        }
      }
    }
  }
  */
}
.page-cruising-single__course-list-content.panel {
    display: none;
}
.page-cruising-single__course-list-content.panel.is-show {
    display: block;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content {
        padding: 27px 0;
    }
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content {
        padding: 27px 0 0;
    }
}
.page-cruising-single__course-list-content-item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item {
        flex-direction: column-reverse;
    }
}
.page-cruising-single__course-list-content-item-ttl {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    font-weight: bold;
}
.page-cruising-single__course-list-content-item-txt {
    --min-size: 12;
    --max-size: 16;
    font-size: var(--clamp-size);
    line-height: 1.4166666667;
}
.page-cruising-single__course-list-content-item-main {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-main {
        margin-top: 16px;
        padding-right: 0;
        width: 100%;
    }
}
.page-cruising-single__course-list-content-item-main .text-color {
    color: #c43527 !important;
}
.page-cruising-single__course-list-content-item-sub {
    width: 50%;
}
.page-cruising-single__course-list-content-item-detail {
    width: 50%;
}
.page-cruising-single__course-list-content-item-detail .custom-button {
    height: 55px !important;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-detail {
        width: 100%;
    }
}
.page-cruising-single__course-list-content-item-detail-btn-sp {
    display: none;
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-detail-btn-sp {
        display: block;
    }
    .page-cruising-single__course-list-content-item-detail-btn-sp
        .page-cruising-single__course-list-btn {
        height: 55px;
    }
}
.page-cruising-single__course-list-content-item-detail-deep {
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 500;
    display: flex;
    gap: 30px;
}
.page-cruising-single__course-list-content-item-detail-deep-single {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-detail-deep-single {
        flex-direction: column;
        align-items: flex-start;
    }
}
.page-cruising-single__course-list-content-item-detail-deep span {
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 5px 0 0px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-detail-deep span {
        margin-left: 0;
        letter-spacing: -2px;
    }
}
.page-cruising-single__course-list-content-item-detail-deep span.normal {
    font-size: 14px;
    margin-left: 0;
}
.page-cruising-single__course-list-content-item-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    padding: 10px 0 0;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-payment {
        margin-top: 10px;
        background: #f4f4f4;
        border-radius: 3px;
    }
}
.page-cruising-single__course-list-content-item-payment-cat {
    padding: 0 20px;
}
.page-cruising-single__course-list-content-item-payment-cat-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1.5;
    transform: scale(0.9);
}
.page-cruising-single__course-list-content-item-payment-cat-title::before,
.page-cruising-single__course-list-content-item-payment-cat-title::after {
    content: "";
    width: 8px;
    height: 1px;
    background: #333;
}
.page-cruising-single__course-list-content-item-payment-cat-title::before {
    margin-right: 4px;
}
.page-cruising-single__course-list-content-item-payment-cat-title::after {
    margin-left: 4px;
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-payment-cat {
        padding: 0 10px;
    }
}
.page-cruising-single__course-list-content-item-payment-list {
    display: flex;
    margin: 8px 0 10px;
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-payment-list {
        margin-top: 4px;
    }
}
.page-cruising-single__course-list-content-item-payment-list li {
    margin-left: 10px;
}
.page-cruising-single__course-list-content-item-payment-list li:first-child {
    margin-left: 0;
}
.page-cruising-single__course-list-content-item-payment-list li img {
    width: auto;
    height: 40px;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-payment-list li {
        margin-left: 5px;
    }
    .page-cruising-single__course-list-content-item-payment-list li img {
        height: 30px;
    }
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-payment-list li {
        margin-left: 3px;
    }
    .page-cruising-single__course-list-content-item-payment-list li img {
        height: 24px;
    }
}
.page-cruising-single__course-list-content-item-list-item-ttl {
    --min-size: 15;
    --max-size: 18;
    font-size: var(--clamp-size);
    line-height: 1.6;
}
.page-cruising-single__course-list-content-item-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-new {
        flex-direction: column;
    }
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-main {
        order: 3;
    }
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-detail {
        order: 1;
    }
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-payment {
        order: 2;
    }
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-ttl {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    font-weight: bold;
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-txt {
        font-size: 12px;
    }
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-tag-list
    .page-cruising__item-tag {
    background: #fff;
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-tag-list
        .page-cruising__item-tag {
        background: #f4f4f4;
    }
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-main {
    width: calc(50% - 15px);
    padding-right: 0;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-main {
        margin-top: 10px;
        width: 100%;
    }
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-main
    .text-color {
    color: #c43527 !important;
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-sub {
    width: 50%;
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-detail {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-detail {
        width: 100%;
    }
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-detail-deep {
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 500;
    display: flex;
    gap: 80px;
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-detail-deep {
        gap: 10px;
    }
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-detail-deep-single {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-detail-deep-single {
        flex-direction: column;
        align-items: flex-start;
    }
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-detail-deep
    span {
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 5px 0 0px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-detail-deep
        span {
        margin-left: 0;
        letter-spacing: 0;
    }
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-detail-deep
    span.normal {
    font-size: 14px;
    margin-left: 0;
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-detail
    .pc {
    display: block;
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-new
        .page-cruising-single__course-list-content-item-detail
        .pc {
        display: none;
    }
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list_price-pc
    span {
    color: #838383;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    text-decoration-color: #838383;
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-list-item-ttl {
    --min-size: 15;
    --max-size: 18;
    font-size: var(--clamp-size);
    line-height: 1.6;
}
.page-cruising-single__course-list-content-item-new
    .page-cruising-single__course-list-content-item-detail-txt {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
.page-cruising-single__course-list-btn {
    background: #c43527;
    color: #fff;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 5px;
}
.page-cruising-single__course-list-btn:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-btn {
        font-size: 18px;
    }
}
.page-cruising-single__course-detail {
    padding: 45px 0 70px;
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail {
        padding: 30px 0;
    }
}
.page-cruising-single__course-detail-ttl {
    --min-size: 18;
    --max-size: 22;
    font-size: var(--clamp-size);
    line-height: 0.9;
    font-weight: bold;
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail-lists {
        padding-top: 20px;
    }
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail-lists--middle {
        padding-top: 10px;
    }
}
.page-cruising-single__course-detail-lists-ttl {
    --min-size: 15;
    --max-size: 18;
    font-size: var(--clamp-size);
}
.page-cruising-single__course-detail-list-item-txt p {
    text-align: left;
}
.page-cruising-single__course-detail-list-item-txt-promise {
    margin-top: 10px;
    font-size: 12px;
    color: #9d9d9d;
}
.page-cruising-single__course-detail-list-item-ttl {
    --min-size: 15;
    --max-size: 18;
    font-size: var(--clamp-size);
    padding-bottom: 10px;
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail-list-item-ttl {
        padding-top: 10px;
    }
}
.page-cruising-single__course-detail-list-item-ttl::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 122px;
    background: #c43527;
    height: 1px;
    z-index: 3;
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail-list-item-ttl::before {
        top: -15px;
        width: 100%;
        background: #c1c1c1;
    }
}
.page-cruising-single__course-detail-list-item-ttl::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: #c1c1c1;
    height: 1px;
    z-index: 2;
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail-list-item-ttl::after {
        background: initial;
        height: 0;
    }
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail-list-item-ttl span {
        width: 10px;
        height: 10px;
        border-left: 2px solid #c43527;
        border-top: 2px solid #c43527;
        transform: rotate(225deg);
    }
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail-list-item-ttl.active span {
        width: 10px;
        height: 10px;
        border-left: 2px solid #c43527;
        border-top: 2px solid #c43527;
        transform: rotate(45deg);
    }
}
.page-cruising-single__course-detail-list-item-txt {
    margin-top: 20px;
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail-list-item-txt {
        margin-top: 0;
        display: none;
    }
}
.page-cruising-single__course-detail-list-item-txt.is-open {
    display: block;
}
.page-cruising-single__course-detail-list-item-txt a {
    text-decoration: underline;
}
.page-cruising-single__course-detail-list-item-txt-link {
    color: #c43527;
}
.page-cruising-single__course-detail-list-item-single {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .page-cruising-single__course-detail-list-item-single {
        margin-top: 20px;
    }
}
.page-cruising-single__course-detail-list-item-single:not(:first-child) {
    margin-top: 40px;
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail-list-item-single:not(:first-child) {
        margin-top: 30px;
    }
}
.page-cruising-single__course-detail-list-item-img {
    margin-top: 10px;
}
.page-cruising-single__course-detail-list-item-img.tabImg {
    display: none;
}
.page-cruising-single__course-detail-list-item-img.tabImg.is-show {
    display: block;
}
.page-cruising-single__course-detail-left,
.page-cruising-single__course-detail-right {
    width: 50%;
}
@media (max-width: 600px) {
    .page-cruising-single__course-detail-left,
    .page-cruising-single__course-detail-right {
        width: 100%;
    }
}
.page-cruising-single__course-movie {
    max-width: 870px;
    margin: 45px auto;
}
@media (max-width: 600px) {
    .page-cruising-single__course-movie {
        margin: 32px -16px 40px;
        padding: 30px 16px;
        background: #f4f4f4;
    }
}
.page-cruising-single__course-movie .page-cruising-single__course-detail-ttl {
    font-size: 18px;
    text-align: center;
}
.page-cruising-single__course-movie-youtube {
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding-top: 56.25%;
}
.page-cruising-single__course-movie-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.page-cruising-single__course-movie-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
}
.page-cruising-single__special {
    padding: 60px 0 80px;
}
@media (max-width: 600px) {
    .page-cruising-single__special {
        margin-top: 30px;
        padding: 0 0 40px;
    }
}
.page-cruising-single__special-tokuten {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-cruising-single__special-tokuten-title {
    display: inline-block;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0 48px;
    background: #c43527; /*真ん中の背景色*/
    font-size: 28px;
    line-height: 70px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
}
.page-cruising-single__special-tokuten-title-wrap {
    display: inline-block;
    position: relative;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .page-cruising-single__special-tokuten-title-wrap {
        display: block;
        width: calc(100% + 32px);
        margin: 0 -16px;
        height: 60px;
        background: #c43527;
    }
    .page-cruising-single__special-tokuten-title-wrap::before,
    .page-cruising-single__special-tokuten-title-wrap::after {
        display: none;
    }
}
.page-cruising-single__special-tokuten-title-wrap::before,
.page-cruising-single__special-tokuten-title-wrap::after {
    content: "";
    position: absolute;
    bottom: -10px;
    z-index: 0;
}
.page-cruising-single__special-tokuten-title-wrap::before {
    /*左側のリボン端*/
    left: -50px;
    border-top: 35px solid #ad2a1d;
    border-bottom: 35px solid #ad2a1d;
    border-right: 55px solid #ad2a1d;
    border-left: 25px solid transparent;
}
.page-cruising-single__special-tokuten-title-wrap::after {
    /*右側のリボン端*/
    right: -50px;
    border-top: 35px solid #ad2a1d;
    border-bottom: 35px solid #ad2a1d;
    border-left: 55px solid #ad2a1d;
    border-right: 25px solid transparent;
}
@media (max-width: 600px) {
    .page-cruising-single__special-tokuten-title {
        display: block;
        padding: 0;
        font-size: 24px;
        line-height: 60px;
    }
    .page-cruising-single__special-tokuten-title::before,
    .page-cruising-single__special-tokuten-title::after {
        display: none;
    }
}
.page-cruising-single__special-tokuten-title::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 30px #89180d; /*左の折り返し部分*/
}
.page-cruising-single__special-tokuten-title::after {
    position: absolute;
    content: "";
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 30px #89180d; /*右の折り返し部分*/
}
.page-cruising-single__special-tokuten-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1030px;
    margin: 50px auto 0;
}
@media (max-width: 600px) {
    .page-cruising-single__special-tokuten-list {
        flex-direction: column;
        margin-top: 0;
    }
}
.page-cruising-single__special-tokuten-list li {
    width: calc(50% - 15px);
}
@media (max-width: 600px) {
    .page-cruising-single__special-tokuten-list li {
        width: 100%;
        margin-top: 20px;
    }
}
.page-cruising-single__special-tokuten-list-img {
    position: relative;
    width: 100%;
    padding-top: 66.6%;
    border-radius: 10px;
    overflow: hidden;
}
.page-cruising-single__special-tokuten-list-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
@media (max-width: 600px) {
    .page-cruising-single__special-tokuten-list-img {
        border-radius: 5px;
    }
}
.page-cruising-single__special-tokuten-list-title {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 600px) {
    .page-cruising-single__special-tokuten-list-title {
        font-size: 18px;
    }
}
.page-cruising-single__special-tokuten-list-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    /*
  br {
    display: none;
  }
  */
}
@media (max-width: 600px) {
    .page-cruising-single__special-tokuten-list-text {
        margin-top: 5px;
        font-size: 14px;
        /*
    br {
      display: block;
    }
    */
    }
}
.page-cruising-single__special-schedule,
.page-cruising-single__special-menu,
.page-cruising-single__special-remarks,
.page-cruising-single__special-img {
    max-width: 800px;
    margin: 60px auto 0;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule,
    .page-cruising-single__special-menu,
    .page-cruising-single__special-remarks,
    .page-cruising-single__special-img {
        margin-top: 30px;
    }
}
.page-cruising-single__special-schedule,
.page-cruising-single__special-menu {
    width: 100%;
    padding: 25px 40px 40px;
    border-radius: 10px;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule,
    .page-cruising-single__special-menu {
        padding: 20px 20px 20px;
        border-radius: 5px;
    }
}
.page-cruising-single__special-schedule-title,
.page-cruising-single__special-menu-title {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule-title,
    .page-cruising-single__special-menu-title {
        font-size: 16px;
        padding-bottom: 15px;
    }
}
.page-cruising-single__special-schedule {
    background: url("../img/cruising_bg_schedule.png") no-repeat center;
    background-size: cover;
}
.page-cruising-single__special-schedule-nav {
    margin-top: 30px;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule-nav {
        margin-top: 15px;
    }
}
.page-cruising-single__special-schedule-nav ul {
    display: flex;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule-nav ul {
        justify-content: center;
    }
}
.page-cruising-single__special-schedule-nav ul li {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 25px;
    background: #fff;
    border-radius: 100px;
    border: solid 1px #ddd;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
}
.page-cruising-single__special-schedule-nav ul li:hover {
    opacity: 0.7;
}
.page-cruising-single__special-schedule-nav ul li:first-child {
    margin-left: 0;
}
.page-cruising-single__special-schedule-nav ul li.is-active {
    background: #000;
    border: solid 1px #000;
    color: #fff;
    cursor: auto;
}
.page-cruising-single__special-schedule-nav ul li.is-active:hover {
    opacity: 1;
}
.page-cruising-single__special-schedule-list {
    width: 100%;
    margin-top: 40px;
    display: none;
    opacity: 0;
    animation: fadeOut 0.5s ease-in 0s forwards;
}
.page-cruising-single__special-schedule-list.is-show {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s ease-in 0s forwards;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule-list {
        margin-top: 20px;
    }
}
.page-cruising-single__special-schedule-list li {
    position: relative;
    z-index: 10;
    display: flex;
    width: 100%;
    min-height: 90px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.page-cruising-single__special-schedule-list li::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #c43527;
    position: absolute;
    z-index: 0;
    top: 15px;
    left: 77px;
}
.page-cruising-single__special-schedule-list li:last-child {
    min-height: auto;
    padding-bottom: 0;
}
.page-cruising-single__special-schedule-list li:last-child::before {
    display: none;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule-list li {
        min-height: auto;
    }
    .page-cruising-single__special-schedule-list li::before {
        left: 47px;
    }
}
.page-cruising-single__special-schedule-list-time,
.page-cruising-single__special-schedule-list-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule-list-time,
    .page-cruising-single__special-schedule-list-title {
        font-size: 12px;
    }
}
.page-cruising-single__special-schedule-list-time {
    width: 40px;
    margin-right: 30px;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule-list-time {
        width: 30px;
        margin-right: 10px;
    }
}
.page-cruising-single__special-schedule-list-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 30px;
    background: #f3f3f3;
    border: solid 3px #c43527;
    border-radius: 8px;
    box-sizing: border-box;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule-list-icon {
        margin-top: 1px;
        margin-right: 10px;
        border: solid 2px #c43527;
    }
}
.page-cruising-single__special-schedule-list-text {
    margin-top: 10px;
    font-size: 12px;
}
.page-cruising-single__special-schedule-list-text-wrap {
    width: 100%;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule-list-text {
        margin-top: 5px;
        font-size: 10px;
        line-height: 1.2;
    }
}
.page-cruising-single__special-schedule-list-img {
    position: relative;
    width: 120px;
    height: 80px;
    margin-left: 20px;
    border: solid 2px #fff;
    border-radius: 4px;
    flex-shrink: 0;
    overflow: hidden;
}
@media (max-width: 600px) {
    .page-cruising-single__special-schedule-list-img {
        width: 60px;
        height: 60px;
        margin-left: 10px;
    }
}
.page-cruising-single__special-schedule-list-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
.page-cruising-single__special-menu {
    background: #f3f3f3;
}
.page-cruising-single__special-menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: fle;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
@media (max-width: 600px) {
    .page-cruising-single__special-menu-list {
        margin-top: 10px;
    }
}
.page-cruising-single__special-menu-list li {
    position: relative;
    width: calc(50% - 10px);
    margin-top: 20px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-cruising-single__special-menu-list li {
        width: 100%;
        margin-top: 10px;
        font-size: 12px;
    }
}
.page-cruising-single__special-menu-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #c43527;
    border-radius: 8px;
}
.page-cruising-single__special-remarks {
    margin-top: 60px;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .page-cruising-single__special-remarks {
        margin-top: 30px;
    }
}
.page-cruising-single__special-remarks-title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
}
.page-cruising-single__special-remarks-title:first-of-type {
    margin-top: 0;
}
.page-cruising-single__special-remarks-title::before {
    content: "【 ";
}
.page-cruising-single__special-remarks-title::after {
    content: " 】";
}
@media (max-width: 600px) {
    .page-cruising-single__special-remarks-title {
        margin-top: 10px;
        font-size: 12px;
    }
}
.page-cruising-single__special-remarks > ul,
.page-cruising-single__special-remarks > p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-cruising-single__special-remarks > ul,
    .page-cruising-single__special-remarks > p {
        margin-top: 5px;
        font-size: 12px;
    }
}
.page-cruising-single__special-remarks > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.page-cruising-single__special-remarks > ul > li {
    position: relative;
    margin-top: 5px;
    margin-right: 10px;
    padding-left: 1rem;
}
@media (max-width: 600px) {
    .page-cruising-single__special-remarks > ul > li {
        margin-top: 2px;
    }
}
.page-cruising-single__special-remarks > ul > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.page-cruising-single__special-img {
    max-width: 800px;
    margin: 60px auto 0;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 600px) {
    .page-cruising-single__special-img {
        margin-top: 30px;
        border-radius: 5px;
    }
}
.page-cruising-single__special-img img {
    width: 100%;
}
.page-cruising-single__special-img .swiper-pagination {
    z-index: 20;
    bottom: 0;
    margin-bottom: 0;
}
.page-cruising-single__special-img .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 0 0 8px !important;
    background: #fff !important;
}
.page-cruising-single__special-img .swiper-pagination-bullet:first-child {
    margin: 0 !important;
}
.page-cruising-single__special-img .swiper-pagination-bullet-active {
    background: #c43527 !important;
}
.page-cruising-single__special-img .swiper-button-next,
.page-cruising-single__special-img .swiper-button-prev {
    color: #fff;
}
.page-cruising-single__special-img .swiper-button-next:after,
.page-cruising-single__special-img .swiper-button-prev:after {
    font-size: 30px;
}
@media (max-width: 600px) {
    .page-cruising-single__special-img .swiper-button-next:after,
    .page-cruising-single__special-img .swiper-button-prev:after {
        font-size: 20px;
    }
}
.page-cruising-single__steps {
    margin-top: 40px;
    margin-bottom: 20px;
}
@media (max-width: 600px) {
    .page-cruising-single__steps {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
.page-cruising-single__steps-inner {
    width: 100%;
    padding: 0px 0px 30px;
    border-radius: 15px;
}
@media (max-width: 600px) {
    .page-cruising-single__steps-inner {
        padding: 15px 15px 20px;
        border: 1px solid #c1c1c1;
        margin-top: 10px;
    }
}
.page-cruising-single__steps-inner .pc {
    display: block;
}
@media (max-width: 600px) {
    .page-cruising-single__steps-inner .pc {
        display: none;
    }
}
.page-cruising-single__steps-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-cruising-single__steps-title h2 {
    position: relative;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.page-cruising-single__steps-title h2 span {
    margin: 0 4px;
    font-size: 40px;
}
.page-cruising-single__steps-title h2::before,
.page-cruising-single__steps-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: url("../img/step-icon.png") no-repeat center;
    background-size: cover;
}
.page-cruising-single__steps-title h2::before {
    left: -50px;
}
.page-cruising-single__steps-title h2::after {
    right: -50px;
}
@media (max-width: 600px) {
    .page-cruising-single__steps-title h2 {
        font-size: 16px;
    }
    .page-cruising-single__steps-title h2 span {
        margin: 0 2px;
        font-size: 20px;
    }
    .page-cruising-single__steps-title h2::before,
    .page-cruising-single__steps-title h2::after {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .page-cruising-single__steps-title h2::before {
        left: -28px;
    }
    .page-cruising-single__steps-title h2::after {
        right: -28px;
    }
}
.page-cruising-single__steps-list {
    max-width: 1030px;
    margin: 20px auto 0;
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list {
        margin-top: 15px;
    }
}
.page-cruising-single__steps-list-header {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.page-cruising-single__steps-list-header li {
    width: calc((50% - 60px) / 4);
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-header {
        flex-direction: column;
    }
    .page-cruising-single__steps-list-header li {
        width: 100%;
    }
}
.page-cruising-single__steps-list-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.page-cruising-single__steps-list-body li {
    width: calc((100% - 60px) / 4);
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-body {
        flex-direction: column;
    }
    .page-cruising-single__steps-list-body li {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-header {
        display: none;
    }
}
.page-cruising-single__steps-list-header li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 30px;
    box-sizing: border-box;
    background: #c43527;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 25px;
}
.page-cruising-single__steps-list-header li::before,
.page-cruising-single__steps-list-header li::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 135px;
    height: 2px;
    background-color: #c43527;
    z-index: -1;
}
.page-cruising-single__steps-list-header li::before {
    left: 0;
    border-color: transparent transparent transparent #c43527;
}
.page-cruising-single__steps-list-header li::after {
    right: -150px;
    border-color: transparent transparent transparent #c43527;
}
.page-cruising-single__steps-list-header li:last-child::before,
.page-cruising-single__steps-list-header li:last-child::after {
    display: none;
}
.page-cruising-single__steps-list-body {
    margin-top: 10px;
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-body {
        margin-top: 0;
    }
}
.page-cruising-single__steps-list-body li {
    padding: 20px 3px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-body li {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        padding: 15px;
        border-radius: 4px;
    }
    .page-cruising-single__steps-list-body li:last-child {
        margin-bottom: 0;
    }
    .page-cruising-single__steps-list-body li:last-child::after {
        display: none;
    }
}
.page-cruising-single__steps-list-img {
    width: 100%;
    height: 90px;
}
.page-cruising-single__steps-list-img img {
    width: 100%;
    height: 70px;
    margin: 10px 0;
    object-fit: contain;
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-img {
        width: 75px;
        height: 75px;
        margin-right: 15px;
        flex-shrink: 0;
    }
    .page-cruising-single__steps-list-img img {
        width: 100%;
        height: 55px;
        margin: 10px 0;
    }
}
.page-cruising-single__steps-list-title,
.page-cruising-single__steps-list-text {
    line-height: 1.5;
    text-align: center;
    color: #333333;
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-title,
    .page-cruising-single__steps-list-text {
        text-align: left;
    }
}
.page-cruising-single__steps-list-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-title {
        margin-top: 0;
        font-size: 16px;
        font-weight: bold;
    }
}
.page-cruising-single__steps-list-text {
    margin-top: 13px;
    font-size: 14px;
    text-align: center !important;
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-text {
        font-size: 12px;
        text-align: left !important;
    }
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-text-wrap {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .page-cruising-single__steps-list-text br.display-pc {
        display: none;
    }
}
.page-cruising-single__review {
    padding-bottom: 70px;
}
@media (max-width: 600px) {
    .page-cruising-single__review {
        padding-bottom: 35px;
    }
}
.page-cruising-single__review-title {
    padding-bottom: 20px;
    border-bottom: solid 1px #c1c1c1;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-cruising-single__review-title {
        padding-bottom: 10px;
        font-size: 18px;
    }
}
.page-cruising-single__review-rate {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
@media (max-width: 600px) {
    .page-cruising-single__review-rate {
        margin-top: 15px;
    }
}
.page-cruising-single__review-rate-number {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-cruising-single__review-rate-number {
        font-size: 20px;
    }
}
.page-cruising-single__review-rate-star {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}
.page-cruising-single__review-rate-star img {
    width: auto;
    height: 18px;
}
@media (max-width: 600px) {
    .page-cruising-single__review-rate-star img {
        height: 14px;
    }
}
.page-cruising-single__review-list {
    margin-top: 30px;
}
@media (max-width: 600px) {
    .page-cruising-single__review-list {
        margin-top: 15px;
    }
}
.page-cruising-single__review-list > li {
    display: flex;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}
.page-cruising-single__review-list > li:first-child {
    margin-top: 0;
}
.page-cruising-single__review-list > li:nth-child(even) {
    flex-direction: row-reverse;
}
.page-cruising-single__review-list
    > li:nth-child(even)
    .page-cruising-single__review-list-gender {
    margin-right: 0;
    margin-left: 30px;
}
.page-cruising-single__review-list
    > li:nth-child(even)
    .page-cruising-single__review-list-text-wrap::before {
    left: auto;
    right: -10px;
    border-left: 10px solid #f8f8f8;
    border-right: 0;
}
@media (max-width: 600px) {
    .page-cruising-single__review-list > li {
        margin-top: 15px;
        padding: 15px 15px 20px;
        background: #f8f8f8;
        border-radius: 5px;
    }
}
.page-cruising-single__review-list-gender {
    width: 90px;
    margin-right: 30px;
    flex-shrink: 0;
}
.page-cruising-single__review-list-gender img {
    width: 100%;
}
.page-cruising-single__review-list-gender p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}
@media (max-width: 600px) {
    .page-cruising-single__review-list-gender {
        width: 60px;
        margin-right: 15px;
    }
    .page-cruising-single__review-list-gender p {
        margin-top: 5px;
        font-size: 11px;
    }
}
.page-cruising-single__review-list-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
}
.page-cruising-single__review-list-text-wrap {
    position: relative;
    width: 100%;
    padding: 20px 25px 25px;
    background: #f8f8f8;
    border-radius: 10px;
    box-sizing: border-box;
}
.page-cruising-single__review-list-text-wrap::before {
    content: "";
    position: absolute;
    top: 40px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #f8f8f8;
    border-left: 0;
}
@media (max-width: 600px) {
    .page-cruising-single__review-list-text-wrap {
        padding: 0;
        background: transparent;
    }
    .page-cruising-single__review-list-text-wrap::before {
        display: none;
    }
}
@media (max-width: 600px) {
    .page-cruising-single__review-list-text {
        margin-top: 5px;
        font-size: 10px;
    }
}
.page-cruising-single__review-list-info {
    display: flex;
    align-items: center;
}
.page-cruising-single__review-list-rate {
    display: flex;
    align-items: center;
}
.page-cruising-single__review-list-rate-number {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}
.page-cruising-single__review-list-rate-star {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}
.page-cruising-single__review-list-rate-star img {
    width: auto;
    height: 14px;
}
@media (max-width: 600px) {
    .page-cruising-single__review-list-rate-star {
        margin-left: 5px;
    }
    .page-cruising-single__review-list-rate-star img {
        height: 12px;
    }
}
.page-cruising-single__review-list-purpose {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 12px;
    line-height: 1.5;
}
.page-cruising-single__review-list-purpose::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #c43527;
    margin-right: 3px;
}
@media (max-width: 600px) {
    .page-cruising-single__review-list-purpose {
        margin-left: 10px;
        font-size: 10px;
    }
    .page-cruising-single__review-list-purpose::before {
        width: 8px;
        height: 8px;
    }
}
.page-cruising-single__option {
    background: #f4f4f4;
    padding: 67px 0 65px;
    overflow: hidden;
}
@media (max-width: 600px) {
    .page-cruising-single__option {
        padding: 39px 0;
    }
}
.page-cruising-single__option-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 19px;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .page-cruising-single__option-lists {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}
.page-cruising-single__option-lists-wrap {
    margin-right: calc(50% - 50vw);
    max-width: 1060px;
    overflow-x: auto;
    padding-bottom: 20px;
    --sb-track-color: #dddddd;
    --sb-thumb-color: #c43527;
    --sb-size: 5px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
@media (max-width: 600px) {
    .page-cruising-single__option-lists-wrap {
        margin-right: 0 !important;
    }
}
.page-cruising-single__option-lists-wrap::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size);
}
.page-cruising-single__option-lists-wrap::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
}
.page-cruising-single__option-lists-wrap::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
}
.page-cruising-single__option-list {
    display: flex;
    flex-direction: column;
    width: 243px;
}
.page-cruising-single__option-list img {
    width: 243px;
    height: 137px;
    object-fit: cover;
    border-radius: 5px;
}
.page-cruising-single__option-list-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7222222222;
    margin-top: 10px;
}
.page-cruising-single__option-list-ttl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.page-cruising-single__option-list-ttl-wrap span {
    color: #c43527;
    font-size: 10px;
    text-decoration: underline;
    font-weight: bold;
}
.page-cruising-single__option-list-txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4166666667;
    margin-top: 10px;
}
.page-cruising-single__option-list-price {
    margin-top: 10px;
    display: flex;
}
.page-cruising-single__option-list-price-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2222222222;
}
.page-cruising-single__option-list-price-sub {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.7;
}
.page-cruising-single__option-list-price-txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.75;
    display: flex;
    align-items: center;
}
.page-cruising-single__option-list-price-wrap {
    margin-left: auto;
}
.page-cruising-single__option-new {
    background: #f4f4f4;
    padding: 67px 0 65px;
    overflow: hidden;
}
@media (max-width: 600px) {
    .page-cruising-single__option-new {
        padding: 0;
        background: #fff;
    }
}
.page-cruising-single__option-new .page-cruising-single__option-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 19px;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .page-cruising-single__option-new .page-cruising-single__option-lists {
        grid-template-columns: 1fr;
    }
}
.page-cruising-single__option-new
    .page-cruising-single__option-lists
    .page-cruising-single__option-lists-wrap {
    max-width: 1060px;
    padding-bottom: 20px;
    --sb-track-color: #dddddd;
    --sb-thumb-color: #c43527;
    --sb-size: 5px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
@media (max-width: 600px) {
    .page-cruising-single__option-new
        .page-cruising-single__option-lists
        .page-cruising-single__option-lists-wrap {
        margin-right: 0 !important;
    }
}
.page-cruising-single__option-new
    .page-cruising-single__option-lists
    .page-cruising-single__option-lists-wrap
    .page-cruising-single__option-lists-wrap::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size);
}
.page-cruising-single__option-new
    .page-cruising-single__option-lists
    .page-cruising-single__option-lists-wrap
    .page-cruising-single__option-lists-wrap::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
}
.page-cruising-single__option-new
    .page-cruising-single__option-lists
    .page-cruising-single__option-lists-wrap
    .page-cruising-single__option-lists-wrap::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
}
.page-cruising-single__option-new .page-cruising-single__option-list {
    display: flex;
    flex-direction: column;
    max-width: 243px;
}
@media (max-width: 600px) {
    .page-cruising-single__option-new .page-cruising-single__option-list {
        width: 100%;
        max-width: 100%;
    }
}
.page-cruising-single__option-new
    .page-cruising-single__option-list
    .page-cruising-single__option-list-img {
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
}
@media (max-width: 600px) {
    .page-cruising-single__option-new
        .page-cruising-single__option-list
        .page-cruising-single__option-list-img {
        padding-top: 41.66%;
    }
}
.page-cruising-single__option-new .page-cruising-single__option-list img {
    width: 243px;
    height: 137px;
    object-fit: cover;
    border-radius: 5px;
}
.page-cruising-single__option-new
    .page-cruising-single__option-list
    .page-cruising-single__option-list-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7222222222;
    margin-top: 10px;
}
.page-cruising-single__option-new
    .page-cruising-single__option-list
    .page-cruising-single__option-list-ttl
    .page-cruising-single__option-list-ttl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.page-cruising-single__option-new
    .page-cruising-single__option-list
    .page-cruising-single__option-list-ttl
    .page-cruising-single__option-list-ttl-wrap
    span {
    color: #c43527;
    font-size: 10px;
    text-decoration: underline;
    font-weight: bold;
}
.page-cruising-single__option-new
    .page-cruising-single__option-list
    .page-cruising-single__option-list-txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4166666667;
    margin-top: 10px;
}
.page-cruising-single__option-new
    .page-cruising-single__option-list
    .page-cruising-single__option-list-price {
    margin-top: 10px;
    display: flex;
}
.page-cruising-single__option-new
    .page-cruising-single__option-list
    .page-cruising-single__option-list-price
    .page-cruising-single__option-list-price-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2222222222;
}
.page-cruising-single__option-new
    .page-cruising-single__option-list
    .page-cruising-single__option-list-price
    .page-cruising-single__option-list-price-sub {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.7;
}
.page-cruising-single__option-new
    .page-cruising-single__option-list
    .page-cruising-single__option-list-price
    .page-cruising-single__option-list-price-txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.75;
    display: flex;
    align-items: center;
}
.page-cruising-single__option-new
    .page-cruising-single__option-list
    .page-cruising-single__option-list-price
    .page-cruising-single__option-list-price-wrap {
    margin-left: auto;
}
.page-cruising-single__option-new .cva_button {
    width: 100%;
    max-width: 480px;
}
.page-cruising-single__other {
    padding: 69px 0 68px;
}
.page-cruising-single__other-img {
    position: relative;
}
@media (max-width: 600px) {
    .page-cruising-single__other-img img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 329/185;
    }
}
.page-cruising-single__other-img-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.page-cruising-single__other-img-icon img {
    width: 21px;
    height: 21px;
}
.page-cruising-single__other-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page-cruising-single__other-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.page-cruising-single__other-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.page-cruising-single__other-lists {
    margin-top: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 21px;
}
@media (max-width: 768px) {
    .page-cruising-single__other-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .page-cruising-single__other-lists {
        grid-template-columns: 1fr;
    }
}
.page-cruising-single__other-list {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.page-cruising-single__other-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    left: 7px;
    top: 10px;
    right: 7px;
}
.page-cruising-single__other-list-head-ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.7058823529;
    width: fit-content;
    width: 70px;
}
.page-cruising-single__other-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6875;
    flex: 1;
}
.page-cruising-single__other-list-detail {
    background: #fff;
    padding: 14px 40px 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.page-cruising-single__other-list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.page-cruising-single__other-list-detail-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.page-cruising-single__other-list-detail-price span {
    font-size: 20px;
    font-weight: 500;
    margin: 0 5px;
}
.page-cruising-single__other-list-detail::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #c43527;
    border-right: 2px solid #c43527;
}
.page-cruising-single__other-new {
    padding: 69px 0 68px;
}
@media (max-width: 600px) {
    .page-cruising-single__other-new {
        padding: 40px 0 40px;
    }
}
.page-cruising-single__other-new .page-cruising-single__other-img {
    position: relative;
}
@media (max-width: 600px) {
    .page-cruising-single__other-new .page-cruising-single__other-img img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 329/185;
    }
}
.page-cruising-single__other-new .page-cruising-single__other-img-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.page-cruising-single__other-new .page-cruising-single__other-img-icon img {
    width: 21px;
    height: 21px;
}
.page-cruising-single__other-new .page-cruising-single__other-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page-cruising-single__other-new .page-cruising-single__other-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.page-cruising-single__other-new .page-cruising-single__other-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.page-cruising-single__other-new .page-cruising-single__other-lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*
  margin-top: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 21px;
  @include tablet {
    grid-template-columns: 1fr 1fr;
  }
  @include sp {
    grid-template-columns: 1fr;
  }
  */
}
@media (max-width: 600px) {
    .page-cruising-single__other-new .page-cruising-single__other-lists {
        grid-template-columns: 1fr;
    }
}
.page-cruising-single__other-new
    .page-cruising-single__other-lists
    .page-cruising__item-detail {
    padding: 15px;
}
.page-cruising-single__other-new
    .page-cruising-single__other-lists
    .page-cruising__item-title {
    font-size: 14px;
}
.page-cruising-single__other-new
    .page-cruising-single__other-lists
    .page-cruising__item-time,
.page-cruising-single__other-new
    .page-cruising-single__other-lists
    .page-cruising__item-price {
    font-size: 10px;
}
.page-cruising-single__other-new
    .page-cruising-single__other-lists
    .page-cruising__item-time
    span,
.page-cruising-single__other-new
    .page-cruising-single__other-lists
    .page-cruising__item-price
    span {
    font-size: 18px;
    margin: 0 4px;
}
.page-cruising-single__other-new .page-cruising-single__other-list {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.page-cruising-single__other-new
    .page-cruising-single__other-list
    .page-cruising-single__other-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    left: 7px;
    top: 10px;
    right: 7px;
}
.page-cruising-single__other-new
    .page-cruising-single__other-list
    .page-cruising-single__other-list-head
    .page-cruising-single__other-list-head-ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.7058823529;
    width: fit-content;
    width: 70px;
}
.page-cruising-single__other-new
    .page-cruising-single__other-list
    .page-cruising-single__other-list-head
    .page-cruising-single__other-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6875;
    flex: 1;
}
.page-cruising-single__other-new
    .page-cruising-single__other-list
    .page-cruising-single__other-list-detail {
    background: #fff;
    padding: 14px 40px 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.page-cruising-single__other-new
    .page-cruising-single__other-list
    .page-cruising-single__other-list-detail
    .page-cruising-single__other-list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.page-cruising-single__other-new
    .page-cruising-single__other-list
    .page-cruising-single__other-list-detail
    .page-cruising-single__other-list-detail-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.page-cruising-single__other-new
    .page-cruising-single__other-list
    .page-cruising-single__other-list-detail
    .page-cruising-single__other-list-detail-price
    span {
    font-size: 20px;
    font-weight: 500;
    margin: 0 5px;
}
.page-cruising-single__other-new
    .page-cruising-single__other-list
    .page-cruising-single__other-list-detail
    .page-cruising-single__other-list-detail::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #c43527;
    border-right: 2px solid #c43527;
}
.page-cruising-single__common-ttl {
    --min-size: 18;
    --max-size: 22;
    font-size: var(--clamp-size);
    line-height: 0.9;
    font-weight: bold;
}
.page-cruising-single__popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: 0.4s ease;
}
.page-cruising-single__popup.ok {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.page-cruising-single__popup-inner {
    max-width: 500px;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-cruising-single__popup-inner button {
    position: absolute;
    right: 0;
    top: -46px;
    background: transparent;
    height: 26px;
    width: 26px;
}
.page-cruising-single__popup-inner button::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    width: 38px;
    height: 1px;
    background: #fff;
}
.page-cruising-single__popup-inner button::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%) rotate(-45deg);
    width: 38px;
    height: 1px;
    background: #fff;
}

.page-cruising-single__course-detail-list-item-text.caution {
    display: none;
}

.page-cruising-single__course-detail-list-item-text.caution.is-show {
    display: block;
}

.page-cruising-single__other-list-head {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    left: 7px;
    position: absolute;
    right: 7px;
    top: -10px;
}
.page-cruising-single__other-list-head-ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.7058823529;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100px;
}
@media (max-width: 600px) {
    .page-cruising-single__other-list-head-ttl {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.7058823529;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: 100px;
    }
}
.page-cruising-single__other-list-head-txt {
    flex: 1;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6875;
    margin: 5px 0px 0 5px;
    letter-spacing: -0.5px;
}
.page-cruising-single__other-list-detail {
    padding: 14px 30px 14px 20px;
}
.page-cruising-single__other-list-detail-prices {
    display: flex;
    align-items: baseline;
}
.page-cruising-single__other-list-detail-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.page-cruising-single__other-list-detail-list_price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
    font-size: 12px;
    padding: 4px 0px 0 0;
    font-weight: 500;
    line-height: 1.6666666667;
}
.page-cruising-single__other-list-detail-list_price span {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 0 12px;
}
.page-cruising-single__course-lists {
    display: flex;
    gap: 15px;
    justify-content: center;
    position: relative;
    z-index: 1;
    max-width: 1030px;
    width: 100%;
    margin: -60px auto 0;
}
@media (max-width: 768px) {
    .page-cruising-single__course-lists {
        gap: 6px;
        margin-top: -34px;
        background-color: #fff;
        padding: 10px 16px 0px 16px;
    }
}
.page-cruising-single__course-list_price-pc span {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #838383;
    color: #838383;
    font-weight: 500;
}
.page-cruising-single__course-list_price {
    display: none;
}
.page-cruising-single__course-list-time {
    --min-size: 22;
    --max-size: 28;
    font-family: Montserrat;
    font-size: var(--clamp-size);
    font-weight: 600;
    /* color: #C43527; */
}
.page-cruising-single__course-list-content-item {
    display: flex;
    gap: 64px;
    justify-content: space-between;
}
.page-cruising-single__course-list-content-item-detail-deep {
    display: flex;
    gap: 80px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7142857143;
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-detail-deep {
        gap: 40px;
    }
}
.page-cruising-single__course-list-content-item-detail-deep-single {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-cruising-single__course-list-content-item-detail-deep span.normal {
    font-size: 16px;
    margin: 0 0 0 4px;
}
.page-cruising-single__course-list-content-item-detail-txt {
    font-size: 12px;
    text-align: left;
    padding: 5px 67px 0px 0;
    color: #838383;
    font-weight: 400;
}
@media (max-width: 1100px) {
    .page-cruising-single__course-list-content-item-detail-txt {
        padding: 0px 62px 0px 0;
    }
}
@media (max-width: 768px) {
    .page-cruising-single__course-list-content-item-detail-txt {
        padding: 0px 127px 0px 0;
        margin: 0 0 -15px 0;
    }
}
@media (max-width: 600px) {
    .page-cruising-single__course-list-content-item-detail-txt {
        padding: 0px 30px 0px 0px;
    }
}
.page-cruising-single__course-list-content-item-main img {
    width: 30px;
}
.page-cruising-single__course-list-content-item-main a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 1;
}
.page-cruising-single__course-list-content-item-main .left {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.page-cruising-single__course-list-content-item-main .right {
    display: flex;
    justify-content: flex-end;
}
.page-cruising-single__course-detail-ttl-lists .sp {
    display: flex;
    font-size: 12px;
    margin: 20px auto;
    justify-content: flex-start;
}
.page-cruising-single__course-detail-ttl-lists .sp ul {
    padding-right: 80px;
}
.page-cruising-single__course-detail-ttl-lists .sp {
    display: none;
}
.page-cruising-single__course-detail-ttl-lists .pc {
    margin: 20px auto 50px;
}
.page-cruising-single__course-detail-ttl-lists .pc ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-cruising-single__course-detail-ttl-lists .pc li {
    width: 200px;
}
.page-cruising-single__course-detail .buttom {
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
    padding: 0 16px;
}
.page-cruising-single__course-plan-btn {
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    color: #121212;
    display: flex;
    font-size: 15px;
    height: 50px;
    justify-content: center;
    margin: 15px 0 0px 0;
    width: 100%;
    border: solid 1px #a3a3a3;
}
.page-cruising-single__course-plan-btn img {
    width: 20px;
    margin: 10px;
}
.page-cruising-single__course-plan-btn-stxt {
    color: #ed760f;
}
.page-cruising-single__course-plan-btn-mtxt {
    color: #4b557e;
}
.page-cruising-single__course-plan-btn-arrow {
    border-left: 2px solid #333333;
    border-top: 2px solid #333333;
    height: 10px;
    transform: rotate(135deg);
    width: 10px;
    /* margin: 0 0 0 160px; */
}
.page-cruising-single__step {
    margin-top: 0px;
}
@media (max-width: 600px) {
    .page-cruising-single__step {
        margin-top: 35px;
    }
}
.page-cruising-single__step .dt-sp {
    display: none;
}
@media (max-width: 600px) {
    .page-cruising-single__step .dt-sp {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.page-cruising-single__step-main-ttl {
    margin: 10px 0;
    font-size: 16px;
    color: #c43527;
}
.page-cruising-single__step-main-step {
    width: 20%;
}
.page-cruising-single__step-main-txt {
    padding: 0 10px 0 0;
    font-size: 16px;
    letter-spacing: -1px;
}

@media (max-width: 1060px) {
    .page-cruising-single__other-list--detail-price {
        font-size: 12px;
    }
    .page-cruising-single__other-list--detail-price span {
        font-size: 16px;
        margin: 0 2px;
    }
    .page-cruising-single__other-list--detail-list_price {
        font-size: 12px;
        padding: 0px 3px 0 0;
    }
    .page-cruising-single__other-list--detail-list_price span {
        font-size: 10px;
        margin: 0 0 0 0;
    }
}
@media (max-width: 768px) {
    .page-cruising-single__course {
        /*
    &-list_price {
      font-size: 14px;
      text-decoration: line-through;
      text-decoration-color: #838383;
      color: #838383;
      display: block;
    }
    */
    }
    .page-cruising-single__course-detail-ttl-lists .pc {
        display: none;
    }
    .page-cruising-single__course-detail-ttl-lists .sp ul {
        padding-right: 15px;
    }
    .page-cruising-single__course-detail-ttl-lists .sp {
        display: flex;
        font-size: 12px;
        margin: 20px auto;
        justify-content: center;
    }
    .page-cruising-single__course-plan-btn {
        align-items: center;
        background: #ffffff;
        border-radius: 5px;
        color: #121212;
        display: flex;
        font-size: 15px;
        height: 50px;
        justify-content: center;
        margin: 10px 0 10px 0;
        width: 100%;
        border: solid 1px #a3a3a3;
    }
    .page-cruising-single__course-plan-btn-stxt {
        color: #ed760f;
    }
    .page-cruising-single__course-plan-btn-mtxt {
        color: #4b557e;
    }
    .page-cruising-single__course-plan-btn-arrow {
        border-left: 2px solid #333333;
        border-top: 2px solid #333333;
        height: 10px;
        transform: rotate(135deg);
        width: 10px;
        margin: 10px;
    }
    .page-cruising-single__course-plan-btn img {
        width: 20px;
        margin: 10px;
    }
    .page-cruising-single__course-list_price-pc {
        display: block;
    }
    .page-cruising-single__course-list_price-pc span {
        font-size: 14px;
        text-decoration: line-through;
        text-decoration-color: #838383;
        color: #838383;
        display: none;
    }
    .page-cruising-single__course-list-btn {
        margin-top: 20px;
    }
    .page-cruising-single__course-list-content-item-main .pc {
        display: none;
    }
    .page-cruising-single__course-list-content-item-detail-deep-single {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .page-cruising-single__course-list-content-item-main {
        margin-right: 0;
        margin-top: -30px;
        width: 100%;
    }
    .page-cruising-single__other-list--detail-price {
        font-size: 12px;
    }
    .page-cruising-single__other-list--detail-price span {
        font-size: 20px;
    }
    .page-cruising-single__other-list--detail-list_price {
        font-size: 12px;
    }
    .page-cruising-single__other-list--detail-list_price span {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .page-cruising-single__course-list-content-item-main .sp {
        display: none;
    }
}
@media (max-width: 600px) {
    .page-cruising-single-kv-cover {
        background: rgba(0, 0, 0, 0.6);
        inset: 0;
        position: absolute;
        z-index: 1;
        height: 220px;
    }
    .page-cruising-single__course-detail-list-item-ttl {
        padding: 10px 3px 10px 0;
        color: #c43527;
    }
    .page-cruising-single__step-main-step {
        width: auto;
    }
    .page-cruising-single__other-list--detail-price {
        font-size: 12px;
    }
    .page-cruising-single__other-list--detail-price span {
        font-size: 24px;
    }
    .page-cruising-single__other-list--detail-list_price {
        font-size: 12px;
    }
    .page-cruising-single__other-list--detail-list_price span {
        font-size: 12px;
    }
}
/* スライダー（swiper） */
.swiper-pagination {
    margin-bottom: 50px;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
    --swiper-theme-color: #c43527;
    background: var(--swiper-pagination-bullet-inactive-color, #c43527);
    background-color: #c43527;
}
.swiper-pagination-bullet {
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    background: var(--swiper-pagination-bullet-inactive-color, #dddddd);
}
.swiper-pagination-bullet.swiper-pagination-horizontal {
    bottom: 160px;
    left: 0;
    width: 100%;
}

.cva_button {
    padding: 0 20px;
    max-width: 1070px;
    width: 20%;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .cva_button {
        width: 100%;
    }
}

#single-cruising .sp-img {
    display: none;
}
@media (max-width: 600px) {
    #single-cruising .sp-img {
        display: block;
    }
    #single-cruising .pc-img {
        display: none;
    }
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }
    1% {
        display: none;
        opacity: 1;
    }
    100% {
        display: none;
        opacity: 0;
    }
}
#fancybox-wrap {
    width: auto !important;
}

#fancybox-close {
    background: url("../img/close.png") center center;
    background-size: 30px auto;
}
@media (max-width: 600px) {
    #fancybox-close {
        top: -5px;
        right: -5px;
    }
}

.page-faq {
    margin-top: 70px;
    margin-bottom: 100px;
    padding: 50px 0 77px;
}
@media (max-width: 600px) {
    .page-faq .top__faq {
        padding: 40px 0px;
        margin-top: 40px;
    }
}
.page-faq__inner h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}
.page-faq__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page-faq__head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.page-faq__head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.page-faq__lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .page-faq__lists {
        grid-template-columns: 1fr;
    }
}
.page-faq__list {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    background: #ffffff;
    height: 67px;
}
.page-faq__list.active {
    height: auto;
}
.page-faq__list-ttl {
    display: flex;
    align-items: center;
    padding: 22px 20px;
    height: 67px;
    justify-content: space-between;
}
.page-faq__list-ttl-main {
    display: flex;
    align-items: center;
}
.page-faq__list-ttl-main span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2222222222;
    color: #c43527;
    font-family: Montserrat;
}
.page-faq__list-ttl-main p {
    margin-left: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.page-faq__list-ttl button span {
    height: 8px;
    width: 8px;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
    display: inline-block;
}
.page-faq__list-ttl.active button span {
    height: 8px;
    width: 8px;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(-135deg);
    display: inline-block;
}
.page-faq__list-txt {
    height: 0;
    padding: 22px 20px;
    display: none;
    transition: 0.3s;
}
.page-faq__list-txt.is-open {
    align-items: center;
    height: 100%;
    transition: 0.3s;
    display: flex;
}
.page-faq__list-txt span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2222222222;
    color: #c43527;
    font-family: Montserrat;
}
.page-faq__list-txt p {
    margin-left: 15px;
    font-size: 15px;
}
.page-faq__list-txt-inner {
    display: flex;
}
.page-golf__kv {
    position: relative;
}
.page-golf__kv-img {
    min-height: 400px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .page-golf__kv-img {
        min-height: 550px;
        height: 550px;
    }
}
.page-golf__kv-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.page-golf__kv-head {
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-golf__kv-head-ttl {
    --min-size: 12;
    --max-size: 16;
    font-size: var(--clamp-size);
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.page-golf__kv-head-ttl-txt {
    --min-size: 20;
    --max-size: 30;
    font-size: var(--clamp-size);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.07em;
    line-height: 1.5;
    margin-top: 14px;
}
.page-golf__enjoy {
    padding: 102px 0 107px;
    background: #fff;
}
@media (max-width: 768px) {
    .page-golf__enjoy {
        padding: 69px 0 30px;
    }
}
.page-golf__enjoy-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .page-golf__enjoy-inner {
        flex-direction: column;
    }
}
.page-golf__enjoy-content {
    width: 38.640776699%;
}
@media (max-width: 768px) {
    .page-golf__enjoy-content {
        width: 100%;
    }
}
.page-golf__enjoy-img {
    width: 56.213592233%;
}
@media (max-width: 768px) {
    .page-golf__enjoy-img {
        width: 100%;
        margin-top: 30px;
    }
}
.page-golf__common-ttl02 {
    --min-size: 25;
    --max-size: 34;
    font-size: var(--clamp-size);
    color: #c43527;
    font-size: bold;
    line-height: 1.2352941176;
    font-weight: bold;
    font-family: Montserrat;
    text-align: center;
}
.page-golf__common-ttl02 + p {
    --min-size: 12;
    --max-size: 16;
    font-size: var(--clamp-size);
    margin-top: 4px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.page-golf__common-ttl {
    --min-size: 30;
    --max-size: 30;
    font-size: var(--clamp-size);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.07em;
}
@media (max-width: 900px) {
    .page-golf__common-ttl br {
        display: none;
    }
}
.page-golf__common-ttl + p {
    --min-size: 14;
    --max-size: 16;
    font-size: var(--clamp-size);
    margin-top: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .page-golf__common-ttl + p {
        margin-top: 20px;
    }
}
.page-golf__common-ttl--sp-small {
    --min-size: 25;
}
.page-golf__common-ttl--sp-small + p {
    --min-size: 16;
}
.page-golf__about {
    background: #f4f4f4;
    padding: 88px 0 175px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .page-golf__about {
        padding: 50px 0 79px;
    }
}
.page-golf__about-points {
    margin-top: 70px;
}
@media (max-width: 768px) {
    .page-golf__about-points {
        margin-top: 60px;
    }
}
.page-golf__about-point {
    display: flex;
}
@media (max-width: 768px) {
    .page-golf__about-point {
        flex-direction: column-reverse;
    }
}
.page-golf__about-point:not(:first-child) {
    margin-top: 60px;
}
.page-golf__about-point--reverse {
    flex-direction: row-reverse;
}
@media (max-width: 768px) {
    .page-golf__about-point--reverse {
        flex-direction: column-reverse;
    }
}
.page-golf__about-point-img {
    margin-left: calc(50% - 50vw);
    max-width: 50vw;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    margin-right: 5.625vw;
}
@media (max-width: 1100px) {
    .page-golf__about-point-img {
        margin-right: 5.625vw;
    }
}
@media (max-width: 768px) {
    .page-golf__about-point-img {
        margin: 30px calc(50% - 50vw) 0;
        max-width: 100vw;
        width: 100vw;
    }
}
.page-golf__about-point-img--reverse {
    margin-right: calc(50% - 50vw);
    max-width: 50vw;
    border-radius: 10px 0 0 10px;
    margin-left: 72px;
}
@media (max-width: 1100px) {
    .page-golf__about-point-img--reverse {
        margin-left: 5.625vw;
    }
}
@media (max-width: 768px) {
    .page-golf__about-point-img--reverse {
        margin: 30px calc(50% - 50vw) 0;
        max-width: 100vw;
        width: 100vw;
    }
}
.page-golf__about-point-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-golf__about-point-ttl-sub {
    margin-bottom: 3px;
    --min-size: 20;
    --max-size: 20;
    font-size: var(--clamp-size);
    color: #c43527;
    line-height: 1.2;
    font-weight: bold;
    font-family: Montserrat;
}
.page-golf__step {
    padding-top: 111px;
}
.page-golf__step-inner {
    background: #f4f4f4;
    margin-top: 32px;
    padding: 44px 80px;
}
@media (max-width: 1100px) {
    .page-golf__step-inner {
        padding: 4.2718446602vw 7.7669902913vw;
    }
}
@media (max-width: 768px) {
    .page-golf__step-inner {
        padding: 15.2727272727vw 11.2vw;
    }
}
.page-golf__step-lists {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .page-golf__step-lists {
        flex-direction: column;
        align-items: center;
    }
}
.page-golf__step-list {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 22.9126213592vw;
    max-width: 236px;
}
@media (max-width: 768px) {
    .page-golf__step-list {
        width: 100%;
    }
    .page-golf__step-list:not(:first-child) {
        margin-top: 50px;
    }
}
.page-golf__step-list img {
    width: 44px;
}
.page-golf__step-list-ttl {
    --min-size: 16;
    --max-size: 16;
    font-size: var(--clamp-size);
    line-height: 0.8333333333;
    font-weight: bold;
    margin-top: 7px;
}
.page-golf__step-list-ttl + p {
    margin-top: 24px;
    --min-size: 14;
    --max-size: 14;
    font-size: var(--clamp-size);
    font-weight: 500;
    line-height: 1.6428571429;
}
@media (max-width: 600px) {
    .page-golf__step-list-ttl + p {
        text-align: left;
    }
}
.page-golf__step-list-ttl-sub {
    --min-size: 16;
    --max-size: 16;
    font-size: var(--clamp-size);
    color: #c43527;
    line-height: 0.8421052632;
    font-weight: bold;
    font-family: Montserrat;
    margin-top: 10px;
}
.page-golf__plan {
    padding-top: 74px;
    padding-bottom: 88px;
}
.page-golf__plan-lists {
    margin-top: 60px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.page-golf__plan-list {
    display: inline-block;
    width: calc((100% - 40px) / 2);
    border-radius: 5px;
}
.page-golf__plan-list:nth-child(odd) {
    margin-left: 36px;
}
@media (max-width: 600px) {
    .page-golf__plan-list:nth-child(odd) {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .page-golf__plan-list {
        width: 100%;
    }
}
.page-golf__plan-list-photo {
    max-width: 495px;
    width: 100%;
}
.page-golf__plan-list-photo * {
    min-height: 0;
    min-width: 0;
    line-height: 0;
}
@media (max-width: 600px) {
    .page-golf__plan-list-photo {
        max-width: 100%;
    }
}
.page-golf__plan-list-photo-thumb {
    position: relative;
}
.page-golf__plan-list-photo-lists .slick-list .slick-track {
    margin-left: 0 !important;
    transform: none !important;
}
.page-golf__plan-list-photo-list {
    position: relative;
}
.page-golf__plan-list-photo-list .slider-nav .slick-track {
    transform: unset !important;
}
.page-golf__plan-list-photo .slick-img img {
    object-fit: cover;
    aspect-ratio: 309/197;
    border-radius: 5px 5px 0 0;
}
.page-golf__plan-list-photo .slick-slide .slider-nav-img {
    opacity: 0.3;
    transition: opacity 0.4s linear;
}
.page-golf__plan-list-photo .slick-slide .slider-nav-img img {
    object-fit: cover;
    aspect-ratio: 309/197;
    display: relative;
}
.page-golf__plan-list-photo .slick-track {
    margin-left: 0 !important;
}
.page-golf__plan-list-photo .slick-slide.slick-current .slider-nav-img {
    opacity: 1;
}
.page-golf__plan-list-photo .slider,
.page-golf__plan-list-photo .slider-nav {
    line-height: 0;
    font-size: 0;
}
.page-golf__plan-list-ttl-sub {
    position: absolute;
    left: 20px;
    top: 14px;
    --min-size: 10;
    --max-size: 12;
    font-size: var(--clamp-size);
    color: #ffffff;
    line-height: 1.4166666667;
    font-weight: bold;
}
.page-golf__plan-list-hp {
    width: 78px;
    height: 26px;
    background: #ffffff;
    padding: 5px 15px 5px 10px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 14px;
}
.page-golf__plan-list-hp::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 5px;
    width: 5px;
    border-top: 1px solid #c43527;
    border-right: 1px solid #c43527;
    transition: ease 0.3s;
}
.page-golf__plan-list-hp:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
@media (max-width: 1060px) {
    .page-golf__plan-list-hp {
        right: 15px;
        bottom: initial;
        top: 10px;
    }
}
.page-golf__plan-list-content {
    background: #fff;
    line-height: initial;
    padding: 18px 20px;
}
.page-golf__plan-list-content-ttl {
    --min-size: 20;
    --max-size: 20;
    font-size: var(--clamp-size);
    line-height: 1.3;
    font-weight: bold;
}
.page-golf__plan-list-content-price {
    margin-top: 10px;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-golf__plan-list-content-price-inner {
    display: flex;
}
@media (max-width: 1100px) {
    .page-golf__plan-list-content-price-inner {
        width: 100%;
    }
}

.page-golf__kv {
    position: relative;
}
.page-golf__kv-img {
    min-height: 400px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .page-golf__kv-img {
        min-height: 550px;
        height: 550px;
    }
}
.page-golf__kv-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.page-golf__kv-head {
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-golf__kv-head-ttl {
    --min-size: 12;
    --max-size: 16;
    font-size: var(--clamp-size);
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.page-golf__kv-head-ttl-txt {
    --min-size: 20;
    --max-size: 30;
    font-size: var(--clamp-size);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.07em;
    line-height: 1.5;
    margin-top: 14px;
}
.page-golf__enjoy {
    padding: 102px 0 107px;
    background: #fff;
}
@media (max-width: 768px) {
    .page-golf__enjoy {
        padding: 69px 0 30px;
    }
}
.page-golf__enjoy-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .page-golf__enjoy-inner {
        flex-direction: column;
    }
}
.page-golf__enjoy-content {
    width: 38.640776699%;
}
@media (max-width: 768px) {
    .page-golf__enjoy-content {
        width: 100%;
    }
}
.page-golf__enjoy-img {
    width: 56.213592233%;
}
@media (max-width: 768px) {
    .page-golf__enjoy-img {
        width: 100%;
        margin-top: 30px;
    }
}
.page-golf__common-ttl02 {
    --min-size: 25;
    --max-size: 34;
    font-size: var(--clamp-size);
    color: #c43527;
    font-size: bold;
    line-height: 1.2352941176;
    font-weight: bold;
    font-family: Montserrat;
    text-align: center;
}
.page-golf__common-ttl02 + p {
    --min-size: 12;
    --max-size: 16;
    font-size: var(--clamp-size);
    margin-top: 4px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.page-golf__common-ttl {
    --min-size: 30;
    --max-size: 30;
    font-size: var(--clamp-size);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.07em;
}
@media (max-width: 900px) {
    .page-golf__common-ttl br {
        display: none;
    }
}
.page-golf__common-ttl + p {
    --min-size: 14;
    --max-size: 16;
    font-size: var(--clamp-size);
    margin-top: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .page-golf__common-ttl + p {
        margin-top: 20px;
    }
}
.page-golf__common-ttl--sp-small {
    --min-size: 25;
}
.page-golf__common-ttl--sp-small + p {
    --min-size: 16;
}
.page-golf__about {
    background: #f4f4f4;
    padding: 88px 0 175px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .page-golf__about {
        padding: 50px 0 79px;
    }
}
.page-golf__about-points {
    margin-top: 70px;
}
@media (max-width: 768px) {
    .page-golf__about-points {
        margin-top: 60px;
    }
}
.page-golf__about-point {
    display: flex;
}
@media (max-width: 768px) {
    .page-golf__about-point {
        flex-direction: column-reverse;
    }
}
.page-golf__about-point:not(:first-child) {
    margin-top: 60px;
}
.page-golf__about-point--reverse {
    flex-direction: row-reverse;
}
@media (max-width: 768px) {
    .page-golf__about-point--reverse {
        flex-direction: column-reverse;
    }
}
.page-golf__about-point-img {
    margin-left: calc(50% - 50vw);
    max-width: 50vw;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    margin-right: 5.625vw;
}
@media (max-width: 1100px) {
    .page-golf__about-point-img {
        margin-right: 5.625vw;
    }
}
@media (max-width: 768px) {
    .page-golf__about-point-img {
        margin: 30px calc(50% - 50vw) 0;
        max-width: 100vw;
        width: 100vw;
    }
}
.page-golf__about-point-img--reverse {
    margin-right: calc(50% - 50vw);
    max-width: 50vw;
    border-radius: 10px 0 0 10px;
    margin-left: 72px;
}
@media (max-width: 1100px) {
    .page-golf__about-point-img--reverse {
        margin-left: 5.625vw;
    }
}
@media (max-width: 768px) {
    .page-golf__about-point-img--reverse {
        margin: 30px calc(50% - 50vw) 0;
        max-width: 100vw;
        width: 100vw;
    }
}
.page-golf__about-point-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-golf__about-point-ttl-sub {
    margin-bottom: 3px;
    --min-size: 20;
    --max-size: 20;
    font-size: var(--clamp-size);
    color: #c43527;
    line-height: 1.2;
    font-weight: bold;
    font-family: Montserrat;
}
.page-golf__step {
    padding-top: 111px;
}
.page-golf__step-inner {
    background: #f4f4f4;
    margin-top: 32px;
    padding: 44px 80px;
}
@media (max-width: 1100px) {
    .page-golf__step-inner {
        padding: 4.2718446602vw 7.7669902913vw;
    }
}
@media (max-width: 768px) {
    .page-golf__step-inner {
        padding: 15.2727272727vw 11.2vw;
    }
}
.page-golf__step-lists {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .page-golf__step-lists {
        flex-direction: column;
        align-items: center;
    }
}
.page-golf__step-list {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 22.9126213592vw;
    max-width: 236px;
}
@media (max-width: 768px) {
    .page-golf__step-list {
        width: 100%;
    }
    .page-golf__step-list:not(:first-child) {
        margin-top: 50px;
    }
}
.page-golf__step-list img {
    width: 44px;
}
.page-golf__step-list-ttl {
    --min-size: 16;
    --max-size: 16;
    font-size: var(--clamp-size);
    line-height: 0.8333333333;
    font-weight: bold;
    margin-top: 7px;
}
.page-golf__step-list-ttl + p {
    margin-top: 24px;
    --min-size: 14;
    --max-size: 14;
    font-size: var(--clamp-size);
    font-weight: 500;
    line-height: 1.6428571429;
}
@media (max-width: 600px) {
    .page-golf__step-list-ttl + p {
        text-align: left;
    }
}
.page-golf__step-list-ttl-sub {
    --min-size: 16;
    --max-size: 16;
    font-size: var(--clamp-size);
    color: #c43527;
    line-height: 0.8421052632;
    font-weight: bold;
    font-family: Montserrat;
    margin-top: 10px;
}
.page-golf__plan {
    padding-top: 74px;
    padding-bottom: 88px;
}
.page-golf__plan-lists {
    margin-top: 60px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.page-golf__plan-list {
    display: inline-block;
    width: calc((100% - 40px) / 3);
    border-radius: 5px;
}
.page-golf__plan-list:nth-child(odd) {
    margin-left: 36px;
}
@media (max-width: 600px) {
    .page-golf__plan-list:nth-child(odd) {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .page-golf__plan-list {
        width: 100%;
    }
}
.page-golf__plan-list-photo {
    max-width: 495px;
    width: 100%;
}
.page-golf__plan-list-photo * {
    min-height: 0;
    min-width: 0;
    line-height: 0;
}
@media (max-width: 600px) {
    .page-golf__plan-list-photo {
        max-width: 100%;
    }
}
.page-golf__plan-list-photo-thumb {
    position: relative;
}
.page-golf__plan-list-photo-lists .slick-list .slick-track {
    margin-left: 0 !important;
    transform: none !important;
}
.page-golf__plan-list-photo-list {
    position: relative;
}
.page-golf__plan-list-photo-list .slider-nav .slick-track {
    transform: unset !important;
}
.page-golf__plan-list-photo .slick-img img {
    object-fit: cover;
    aspect-ratio: 309/197;
    border-radius: 5px 5px 0 0;
}
.page-golf__plan-list-photo .slick-slide .slider-nav-img {
    opacity: 0.3;
    transition: opacity 0.4s linear;
}
.page-golf__plan-list-photo .slick-slide .slider-nav-img img {
    object-fit: cover;
    aspect-ratio: 309/197;
    display: relative;
}
.page-golf__plan-list-photo .slick-track {
    margin-left: 0 !important;
}
.page-golf__plan-list-photo .slick-slide.slick-current .slider-nav-img {
    opacity: 1;
}
.page-golf__plan-list-photo .slider,
.page-golf__plan-list-photo .slider-nav {
    line-height: 0;
    font-size: 0;
}
.page-golf__plan-list-ttl-sub {
    position: absolute;
    left: 20px;
    top: 14px;
    --min-size: 10;
    --max-size: 12;
    font-size: var(--clamp-size);
    color: #ffffff;
    line-height: 1.4166666667;
    font-weight: bold;
}
.page-golf__plan-list-hp {
    width: 78px;
    height: 26px;
    background: #ffffff;
    padding: 5px 15px 5px 10px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 14px;
}
.page-golf__plan-list-hp::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 5px;
    width: 5px;
    border-top: 1px solid #c43527;
    border-right: 1px solid #c43527;
    transition: ease 0.3s;
}
.page-golf__plan-list-hp:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
@media (max-width: 1060px) {
    .page-golf__plan-list-hp {
        right: 15px;
        bottom: initial;
        top: 10px;
    }
}
.page-golf__plan-list-content {
    background: #fff;
    line-height: initial;
    padding: 20px 0px;
}
.page-golf__plan-list-content-ttl {
    --min-size: 20;
    --max-size: 20;
    font-size: var(--clamp-size);
    line-height: 1.3;
    font-weight: bold;
}
.page-golf__plan-list-content-price {
    margin-top: 10px;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-golf__plan-list-content-price-inner {
    display: flex;
}
@media (max-width: 1100px) {
    .page-golf__plan-list-content-price-inner {
        width: 100%;
    }
}

.golfplan__inner {
    margin: 0 auto;
    max-width: 1070px;
    padding: 0 20px;
    width: 100%;
}

.page-golf__step {
    /* padding-top: 111px; */
    padding-top: 50px;
}

.golf-ttl-sp {
    display: none;
}

@media (max-width: 600px) {
    .golf-plan-btn {
        margin-top: 5px;
    }
    .golf-plan-btn-inner {
        width: 100%;
    }
    .golf-ttl-pc {
        display: none;
    }
    .golf-ttl-sp {
        display: block;
    }
    .page-golf__about-point-img {
        border-radius: 0px;
    }
}
@media (max-width: 768px) {
    .page-golf__about {
        /* padding: 50px 0 79px; */
        padding: 50px 0 0px;
    }
    .page-golf__about-points {
        margin-top: 20px;
    }
    .page-golf__enjoy-img {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
}
.page-michelin-completion {
    background: url("../img/michelin/page-michelin-completion.jpg") no-repeat
        center center/cover;
    height: auto;
    width: 100%;
    color: #fff;
    padding-top: 102px;
    padding-bottom: 206px;
    text-align: center;
}
@media (max-width: 600px) {
    .page-michelin-completion {
        padding-top: 80px;
        padding-bottom: 163px;
    }
}

.page-michelin-completion__inner {
    margin: 0 auto;
    padding-top: 30px;
}
@media (max-width: 600px) {
    .page-michelin-completion__inner {
        padding-top: 52px;
    }
}

.page-michelin-completion__ttl {
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    --min-size: 41;
    --max-size: 60;
    font-size: var(--clamp-size);
    letter-spacing: 0.1em;
    line-height: 1.512195122;
    line-height: 1;
}

.page-michelin-completion__ttl-sub {
    text-align: center;
}

.page-michelin-completion__txt {
    text-align: center;
}
@media (max-width: 600px) {
    .page-michelin-completion__txt {
        text-align: left;
    }
}
.page-michelin-completion__txt:not(:first-child) {
    margin-top: 21px;
}

.page-michelin-completion__btn-wrap {
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.page-michelin-completion__btn-tel {
    max-width: 350px;
    width: 100%;
    display: inline-flex;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: bold;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding-left: 14px;
}
.page-michelin-completion__btn-tel span {
    position: relative;
}
.page-michelin-completion__btn-tel span::before {
    position: absolute;
    content: "";
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/michelin/icon-tel.svg") no-repeat center
        center/cover;
    width: 18px;
    height: 18px;
}
.page-michelin-completion__btn-tel a[href*="tel:"] {
    pointer-events: none;
}
@media (max-width: 600px) {
    .page-michelin-completion__btn-tel a[href*="tel:"] {
        pointer-events: initial;
    }
}

.page-michelin-completion__btn-line {
    max-width: 350px;
    width: 100%;
    display: inline-flex;
    background: #fff;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
}
.page-michelin-completion__btn-line span {
    position: relative;
}
.page-michelin-completion__btn-line span::before {
    position: absolute;
    content: "";
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/michelin/icon-line.svg") no-repeat center
        center/cover;
    width: 20px;
    height: 20px;
}

.page-michelin-confirmation {
    /* ミステリお支払い */
}
.page-michelin-confirmation .page-reserve__payment {
    background: #fcf9f9;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 50px 28px;
}
.page-michelin-confirmation .page-reserve__payment dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-michelin-confirmation .page-reserve__payment dl dt {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.page-michelin-confirmation .page-reserve__payment dl dd {
    font-family: Montserrat;
    font-size: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.page-michelin-confirmation .page-reserve__payment dl dd span {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.page-michelin-confirmation input[type="submit"] {
    background: #c43527;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.page-michelin-confirmation .payment {
    padding: 0;
}
.page-michelin-confirmation .payment-flex {
    display: flex;
}
.page-michelin-confirmation .payment-date {
    padding: 0 20px 0 0;
}
.page-michelin-confirmation .security {
    margin: 0 0 0 80px;
    /* width: 35%; */
}
.page-michelin-confirmation .term {
    margin: 0 50px 0 0;
    /* width: 50%; */
}
.page-michelin-confirmation .page-michelin-confirmation__contact {
    background: #f4f4f4;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-remarks {
    margin-top: 30px;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-remarks-any {
    align-items: center;
    background: transparent;
    border: 1px solid #707070;
    color: #707070;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    justify-content: center;
    letter-spacing: 0.05em;
    width: 37px;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-remarks-ttl {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-remarks-txt {
    background: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
    padding: 14px 25px;
    width: 100%;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-remarks-txt::-moz-placeholder,
.page-michelin-confirmation
    .page-michelin-confirmation__contact-remarks-txt::placeholder {
    color: #c1c1c1;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-remarks-txt
    textarea {
    height: 130px;
    width: 100%;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-submit-wrap {
    margin-top: 40px;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-submit-txt {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 16px;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-item-label {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-label-box {
    align-items: center;
    display: flex;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-label-box-detail {
    font-size: 12px;
    margin-left: 20px;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item
    .text-wrap {
    margin-top: 15px;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item
    .textarea-wrap {
    background-color: #fff;
    padding: 14px 25px;
    margin-top: 15px;
    min-height: 100px;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-item-required {
    align-items: center;
    background: #c43527;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    justify-content: center;
    letter-spacing: 0.05em;
    width: 37px;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-item-img1 {
    width: 30px;
    position: relative;
    top: 42px;
    left: 10px;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-item-img2 {
    width: 30px;
    position: relative;
    top: -42px;
    left: 520px;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-item-img3 {
    width: 30px;
    position: relative;
    top: -45px;
    left: 240px;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-item-magin {
    margin: -30px 0 0 0;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-item-radio {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio-detail {
    font-size: 12px;
    line-height: 1.75;
    margin-left: 12px;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio
    label {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    justify-content: flex-start;
    padding: 8px;
    padding-left: 30px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio
    label
    div {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    text-align: center;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio
    label
    div
    .time {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio
    label
    div
    .time-detail {
    font-size: 8px;
    line-height: 1;
    margin-top: 1px;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio
    label::before,
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio
    label::after {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio
    label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 20px;
    left: 5px;
    width: 20px;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio
    label::after {
    background-color: #ddd;
    border-radius: 50%;
    height: 16px;
    left: 7px;
    opacity: 0;
    width: 16px;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio
    label
    input[type="checkbox"]:checked
    + label::after {
    background: #c43527;
    opacity: 1;
}
.page-michelin-confirmation
    .page-michelin-confirmation__contact-item-radio
    label
    .visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-kv {
    align-items: center;
    background: url("../img/michelin/page-michelin-contact.jpg") no-repeat
        center center/cover;
    display: flex;
    height: 250px;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 0;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-ttl {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 12px;
    text-align: center;
}
.page-michelin-confirmation .page-michelin-confirmation__contact-inner {
    margin: 0 auto;
    max-width: 562px;
    padding: 44px 16px 75px;
}
.page-michelin-confirmation .page-michelin-confirmation-check-box {
    /* デフォルトのチェックボックスを非表示に */
}
.page-michelin-confirmation
    .page-michelin-confirmation-check-box
    input[type="checkbox"] {
    display: none;
}
.page-michelin-confirmation
    .page-michelin-confirmation-check-box
    .custom-style {
    cursor: pointer;
    padding: 5px 30px;
    position: relative;
}
.page-michelin-confirmation
    .page-michelin-confirmation-check-box
    .custom-style:before {
    background: #fff;
    border: 1px solid #ccc;
    /* チェックボックスの枠 */
    border-radius: 3px;
    height: 16px;
    /* チェックボックスの高さ */
    left: 5px;
    margin-top: -8px;
    width: 16px;
    /* チェックボックスの幅 */
}
.page-michelin-confirmation
    .page-michelin-confirmation-check-box
    .custom-style:after,
.page-michelin-confirmation
    .page-michelin-confirmation-check-box
    .custom-style:before {
    content: "";
    position: absolute;
    top: 50%;
}
.page-michelin-confirmation
    .page-michelin-confirmation-check-box
    .custom-style::after {
    border-bottom: 3px solid tomato;
    /* チェックマークの色 */
    border-right: 2px solid tomato;
    /* チェックマークの色 */
    content: "";
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.page-michelin-confirmation
    .page-michelin-confirmation-check-box
    input[type="checkbox"]:checked
    + .custom-style::after {
    opacity: 1;
}
.page-michelin-confirmation .page-michelin-confirmation-check-box {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-top: 32px;
}
.page-michelin-confirmation .page-michelin-confirmation-check-box-box-txt {
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin-top: 10px;
    padding: 14px 16px;
}
.page-michelin-confirmation
    .page-michelin-confirmation--confirmation
    .text-wrap,
.page-michelin-confirmation
    .page-michelin-confirmation--confirmation
    .pre-radio {
    background: #fff;
    padding: 8px 16px;
}
.page-michelin-confirmation
    .page-michelin-confirmation--confirmation
    .page-michelin__contact-check-box-wrap {
    display: none;
}
.page-michelin-confirmation input[type="submit"].page-michelin__contact-submit {
    align-items: center;
    background: #c43527;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 55px;
    justify-content: center;
    width: 100%;
}
.page-michelin-confirmation
    input[type="submit"].page-michelin__contact-submit-return {
    align-items: center;
    background: #c1c1c1;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 55px;
    justify-content: center;
    width: 100%;
}
.page-michelin-confirmation .page-michelin__contact-item {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}
.page-michelin-confirmation .page-michelin .mwform-checkbox-field-text {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.page-michelin-confirmation .page-michelin .pre-check {
    margin-top: 30px;
}
.page-michelin-confirmation .page-michelin .pre-check label {
    display: flex;
}
.page-michelin-confirmation .page-michelin .pre-check input[type="checkbox"] {
    margin-right: 10px;
    margin-top: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.page-michelin-confirmation .pre-radio {
    margin-top: 15px;
    display: flex;
    position: relative;
}
.page-michelin-confirmation .pre-radio label {
    display: flex;
}
.page-michelin-confirmation .pre-radio input[type="radio"] {
    margin-right: 10px;
    margin-top: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.page-michelin-confirmation
    .pre-radio
    input[type="checkbox"]:checked
    + label::after {
    background: #c43527;
    opacity: 1;
}
.page-michelin-confirmation .page-michelin__contact-check-box {
    /* デフォルトのチェックボックスを非表示に */
}
.page-michelin-confirmation
    .page-michelin__contact-check-box
    input[type="checkbox"] {
    display: none;
}
.page-michelin-confirmation .page-michelin__contact-check-box .custom-style {
    cursor: pointer;
    padding: 5px 30px;
    position: relative;
}
.page-michelin-confirmation
    .page-michelin__contact-check-box
    .custom-style:before {
    background: #fff;
    border: 1px solid #ccc;
    /* チェックボックスの枠 */
    border-radius: 3px;
    height: 16px;
    /* チェックボックスの高さ */
    left: 5px;
    margin-top: -8px;
    width: 16px;
    /* チェックボックスの幅 */
}
.page-michelin-confirmation
    .page-michelin__contact-check-box
    .custom-style:after,
.page-michelin-confirmation
    .page-michelin__contact-check-box
    .custom-style:before {
    content: "";
    position: absolute;
    top: 50%;
}
.page-michelin-confirmation
    .page-michelin__contact-check-box
    .custom-style::after {
    border-bottom: 3px solid tomato;
    /* チェックマークの色 */
    border-right: 2px solid tomato;
    /* チェックマークの色 */
    content: "";
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.page-michelin-confirmation
    .page-michelin__contact-check-box
    input[type="checkbox"]:checked
    + .custom-style::after {
    opacity: 1;
}
.page-michelin-confirmation .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
.page-michelin-confirmation .page-michelin__contact-item input {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
    padding: 14px 25px;
    width: 100%;
}
.page-michelin-confirmation .page-michelin__contact-item input.crad {
    padding: 14px 50px;
}
@media (max-width: 600px) {
    .page-michelin-confirmation .page-michelin__contact-kv {
        height: 150px;
    }
    .page-michelin-confirmation .page-michelin__contact-item {
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 30px;
    }
    .page-michelin-confirmation .page-michelin__contact-item-img1 {
        width: 30px;
        position: relative;
        top: 42px;
        left: 10px;
    }
    .page-michelin-confirmation .page-michelin__contact-item-img2 {
        width: 30px;
        position: relative;
        top: -42px;
        left: 80vw;
    }
    .page-michelin-confirmation .page-michelin__contact-item-img3 {
        width: 30px;
        position: relative;
        top: -45px;
        left: 35vw;
    }
    .page-michelin-confirmation .page-michelin__contact-item-label-box {
        align-items: flex-start;
        flex-direction: column;
    }
    .page-michelin-confirmation .page-michelin__contact-radio {
        width: 100%;
    }
    .page-michelin-confirmation .page-michelin__contact-radio label {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .page-michelin-confirmation .page-michelin__contact-radio-wrap {
        border-bottom: 1px solid #c1c1c1;
        grid-template-columns: 1fr;
        padding-bottom: 30px;
    }
    .page-michelin-confirmation .page-michelin__contact-check-box-wrap {
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 30px;
    }
    .page-michelin-confirmation .security {
        margin: 0;
        width: 35%;
    }
    .page-michelin-confirmation .term {
        margin: 0;
        width: 50%;
    }
}

.card_data-wrap {
    margin-top: 15px;
    padding: 14px 25px;
    background: #fff;
}

.page-michelin__contact-item-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
@media (max-width: 600px) {
    .page-michelin__contact-item-double {
        grid-template-columns: 1fr;
    }
}

.page-reserve__payment {
    background: #fcf9f9;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 50px 28px;
}
.page-reserve__payment dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-reserve__payment dl dt {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.page-reserve__payment dl dd {
    font-family: Montserrat;
    font-size: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.page-reserve__payment dl dd span {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

input[type="submit"] {
    background: #c43527;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

/* ミステリお支払い */
.payment {
    padding: 0;
}
.payment-flex {
    display: flex;
}
.payment-date {
    padding: 0 20px 0 0;
}

.security {
    margin: 0 0 0 80px;
    /* width: 35%; */
}

.term {
    margin: 0 50px 0 0;
    /* width: 50%; */
}

.page-michelin__contact {
    background: #f4f4f4;
}
.page-michelin__contact-remarks {
    margin-top: 30px;
}
.page-michelin__contact-remarks-any {
    align-items: center;
    background: transparent;
    border: 1px solid #707070;
    color: #707070;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    justify-content: center;
    letter-spacing: 0.05em;
    width: 37px;
}
.page-michelin__contact-remarks-ttl {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.page-michelin__contact-remarks-txt {
    background: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
    padding: 14px 25px;
    width: 100%;
}
.page-michelin__contact-remarks-txt::-moz-placeholder,
.page-michelin__contact-remarks-txt::placeholder {
    color: #c1c1c1;
}
.page-michelin__contact-remarks-txt textarea {
    height: 130px;
    width: 100%;
}
.page-michelin__contact-submit-wrap {
    margin-top: 40px;
}
.page-michelin__contact-submit-txt {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 16px;
}
.page-michelin__contact-item-label {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.page-michelin__contact-item-label-box {
    align-items: center;
    display: flex;
}
.page-michelin__contact-item-label-box-detail {
    font-size: 12px;
    margin-left: 20px;
}
.page-michelin__contact-item-required {
    align-items: center;
    background: #c43527;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    justify-content: center;
    letter-spacing: 0.05em;
    width: 37px;
}
.page-michelin__contact-item-img1 {
    width: 30px;
    position: relative;
    top: 42px;
    left: 10px;
}
.page-michelin__contact-item-img2 {
    width: 30px;
    position: relative;
    top: -42px;
    left: 520px;
}
.page-michelin__contact-item-img3 {
    width: 30px;
    position: relative;
    top: -45px;
    left: 240px;
}
.page-michelin__contact-item-magin {
    margin: -30px 0 0 0;
}
.page-michelin__contact-item-radio {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.page-michelin__contact-item-radio-detail {
    font-size: 12px;
    line-height: 1.75;
    margin-left: 12px;
}
.page-michelin__contact-item-radio-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.page-michelin__contact-item-radio label {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    justify-content: flex-start;
    padding: 8px;
    padding-left: 30px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.page-michelin__contact-item-radio label div {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    text-align: center;
}
.page-michelin__contact-item-radio label div .time {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.page-michelin__contact-item-radio label div .time-detail {
    font-size: 8px;
    line-height: 1;
    margin-top: 1px;
}
.page-michelin__contact-item-radio label::before,
.page-michelin__contact-item-radio label::after {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page-michelin__contact-item-radio label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 20px;
    left: 5px;
    width: 20px;
}
.page-michelin__contact-item-radio label::after {
    background-color: #ddd;
    border-radius: 50%;
    height: 16px;
    left: 7px;
    opacity: 0;
    width: 16px;
}
.page-michelin__contact-item-radio
    label
    input[type="checkbox"]:checked
    + label::after {
    background: #c43527;
    opacity: 1;
}
.page-michelin__contact-item-radio label .visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.page-michelin__contact-kv {
    align-items: center;
    background: url("../img/michelin/page-michelin-contact.jpg") no-repeat
        center center/cover;
    display: flex;
    height: 250px;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 0;
}
.page-michelin__contact-ttl {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.page-michelin__contact-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 12px;
    text-align: center;
}
.page-michelin__contact-inner {
    margin: 0 auto;
    max-width: 562px;
    padding-bottom: 75px;
    padding-top: 44px;
}
.page-michelin-check-box {
    /* デフォルトのチェックボックスを非表示に */
}
.page-michelin-check-box input[type="checkbox"] {
    display: none;
}
.page-michelin-check-box .custom-style {
    cursor: pointer;
    padding: 5px 30px;
    position: relative;
}
.page-michelin-check-box .custom-style:before {
    background: #fff;
    border: 1px solid #ccc;
    /* チェックボックスの枠 */
    border-radius: 3px;
    height: 16px;
    /* チェックボックスの高さ */
    left: 5px;
    margin-top: -8px;
    width: 16px;
    /* チェックボックスの幅 */
}
.page-michelin-check-box .custom-style:after,
.page-michelin-check-box .custom-style:before {
    content: "";
    position: absolute;
    top: 50%;
}
.page-michelin-check-box .custom-style::after {
    border-bottom: 3px solid tomato;
    /* チェックマークの色 */
    border-right: 2px solid tomato;
    /* チェックマークの色 */
    content: "";
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.page-michelin-check-box input[type="checkbox"]:checked + .custom-style::after {
    opacity: 1;
}
.page-michelin-check-box {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-top: 32px;
}
.page-michelin-check-box-box-txt {
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin-top: 10px;
    padding: 14px 16px;
}
.page-michelin--confirmation .text-wrap,
.page-michelin--confirmation .pre-radio {
    background: #fff;
    padding: 8px 16px;
}
.page-michelin--confirmation .page-michelin__contact-check-box-wrap {
    display: none;
}

input[type="submit"].page-michelin__contact-submit {
    align-items: center;
    background: #c43527;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 55px;
    justify-content: center;
    width: 100%;
}
input[type="submit"].page-michelin__contact-submit-return {
    align-items: center;
    background: #c1c1c1;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 55px;
    justify-content: center;
    width: 100%;
}

.common__inner {
    margin: 0 auto;
    max-width: 1070px;
    padding: 0 20px;
    width: 100%;
}

.page-michelin__contact-item {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}
.page-michelin .mwform-checkbox-field-text {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.page-michelin .pre-check {
    margin-top: 30px;
}
.page-michelin .pre-check label {
    display: flex;
}
.page-michelin .pre-check input[type="checkbox"] {
    margin-right: 10px;
    margin-top: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.pre-radio {
    margin-top: 15px;
}
.pre-radio label {
    display: flex;
}
.pre-radio input[type="radio"] {
    margin-right: 10px;
    margin-top: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}

.page-michelin__contact--confirmation .text-wrap,
.page-michelin__contact--confirmation .pre-radio {
    background: #fff;
    padding: 8px 16px;
}
.page-michelin__contact-item input {
    background: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
    padding: 14px 25px;
    width: 100%;
}
.page-michelin__contact-item input.crad {
    padding: 14px 50px;
}

@media (max-width: 600px) {
    .page-michelin__contact-kv {
        height: 150px;
    }
    .page-michelin__contact-item {
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 30px;
    }
    .page-michelin__contact-item-img1 {
        width: 30px;
        position: relative;
        top: 42px;
        left: 10px;
    }
    .page-michelin__contact-item-img2 {
        width: 30px;
        position: relative;
        top: -42px;
        left: 80vw;
    }
    .page-michelin__contact-item-img3 {
        width: 30px;
        position: relative;
        top: -45px;
        left: 35vw;
    }
    .page-michelin__contact-item-label-box {
        align-items: flex-start;
        flex-direction: column;
    }
    .page-michelin__contact-radio {
        width: 100%;
    }
    .page-michelin__contact-radio label {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .page-michelin__contact-radio-wrap {
        border-bottom: 1px solid #c1c1c1;
        grid-template-columns: 1fr;
        padding-bottom: 30px;
    }
    .page-michelin__contact-check-box-wrap {
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 30px;
    }
    .security {
        margin: 0;
        width: 35%;
    }
    .term {
        margin: 0;
        width: 50%;
    }
}
.page-michelin__about {
    background: #011c40;
    padding: 70px 0;
}
@media (max-width: 600px) {
    .page-michelin__about {
        overflow: hidden;
    }
}

.page-michelin__about-inner {
    padding: 62px 20px 62px 20px;
    max-width: 937px;
}
@media (max-width: 600px) {
    .page-michelin__about-inner {
        padding-top: 32px;
        padding-bottom: 0;
    }
}

.page-michelin__ttl {
    font-family: "Cormorant Garamond", serif;
    color: rgba(1, 28, 64, 0.5);
    --min-size: 41;
    --max-size: 41;
    font-size: var(--clamp-size);
    text-align: center;
    line-height: 1.512195122;
    letter-spacing: 0.1em;
}
.page-michelin__ttl--bg-navy {
    color: rgba(255, 255, 255, 0.3);
}
.page-michelin__ttl--contact {
    z-index: 1;
    color: rgba(255, 255, 255, 0.5);
}

.page-michelin__ttl-sm {
    font-family: "Noto Serif JP", serif;
}

.page-michelin__about-ttl-sub {
    font-family: "Noto Serif JP", serif;
    color: #fff;
    --min-size: 24;
    --max-size: 24;
    font-size: var(--clamp-size);
    letter-spacing: 0.07em;
    line-height: 1.25;
    text-align: center;
    margin-top: 8px;
    position: relative;
    margin-bottom: 25px;
}
.page-michelin__about-ttl-sub::after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url("../img/michelin/michelin-ttl-dec.svg") no-repeat center
        center/cover;
    width: 154px;
    height: 15px;
    display: inline-block;
}

.page-michelin__ttl-sm {
    font-family: "Noto Serif JP", serif;
    line-height: 1.25;
    line-height: 1;
    color: #011c40;
    --min-size: 24;
    --max-size: 24;
    font-size: var(--clamp-size);
    text-align: center;
}
.page-michelin__ttl-sm + p {
    margin-top: 10px;
    color: #011c40;
    text-align: center;
}
.page-michelin__ttl-sm--store {
    margin-top: 15px;
}

.page-michelin__about-content {
    display: flex;
    gap: 48px;
    padding-top: 30px;
}
@media (max-width: 600px) {
    .page-michelin__about-content {
        flex-direction: column-reverse;
    }
}

.page-michelin__about-content-ttl {
    text-align: center;
}

.page-michelin__about-content-img {
    flex: 1;
}
@media (max-width: 600px) {
    .page-michelin__about-content-img {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
}

.page-michelin__about-content-txt {
    flex: 1;
    color: #fff;
    display: flex;
    align-items: center;
}

.page-michelin__item {
    background: #f4f4f4;
    padding: 62px 0 88px 0;
}

.page-michelin__item-content {
    margin-top: 40px;
    background: #fff;
    padding: 56px 20px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
@media (max-width: 600px) {
    .page-michelin__item-content {
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 20px;
        overflow: hidden;
    }
}
@media (max-width: 600px) {
    .page-michelin__item-content::before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        height: 200px;
        background: #f4f4f4;
        z-index: 1;
    }
}
.page-michelin__item-content:first-child {
    margin-top: 30px;
}
.page-michelin__item-content--img {
    padding: 0;
}
@media (max-width: 600px) {
    .page-michelin__item-content--img {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 600px) {
    .page-michelin__item-content picture {
        position: relative;
        z-index: 2;
    }
}

.page-michelin__item-content-ttl {
    position: relative;
    z-index: 1;
}
.page-michelin__item-content-ttl--flow {
    margin-top: 9px;
}

.page-michelin__item-img {
    flex: 1;
    display: flex;
}
@media (max-width: 600px) {
    .page-michelin__item-img {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        position: relative;
        z-index: 2;
    }
}

.page-michelin__item-img img {
    max-width: 424px;
    width: 100%;
    height: auto;
    aspect-ratio: 424/239;
    object-fit: cover;
}
@media (max-width: 600px) {
    .page-michelin__item-img img {
        max-width: 100%;
    }
}

.page-michelin__item-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.page-michelin__item-content-inner {
    max-width: 896px;
    margin: 0 auto;
}

.page-michelin__item-content-item {
    display: flex;
    gap: 48px;
    margin: 30px 0;
}
@media (max-width: 600px) {
    .page-michelin__item-content-item {
        flex-direction: column;
    }
}

.page-michelin__item-content-item-ttl {
    font-family: "Noto Serif JP", serif;
    line-height: 1.35;
    letter-spacing: 0.07em;
    font-size: 20px;
    color: #011c40;
}
@media (max-width: 768px) {
    .page-michelin__item-content-item-ttl br {
        display: none;
    }
}

.page-michelin__item-content-item-txt {
    font-size: 15px;
    font-size: var(--clamp-size);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.4666666667;
    color: #011c40;
    margin: 16px 0;
}

.page-michelin__item-content-item-gray {
    background: #f4f4f4;
    max-width: 414px;
    margin: 30px auto 0;
    padding: 16px;
    text-align: center;
}
@media (max-width: 600px) {
    .page-michelin__item-content-item-gray {
        max-width: 100%;
    }
}

.page-michelin__item-content-item-gray-ttl {
    font-size: 15px;
    font-size: var(--clamp-size);
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.8;
    color: #333333;
}

.page-michelin__item-content-item-gray-txt {
    color: #333333;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    line-height: 1.9285714286;
}
.page-michelin__item-content-item-gray-txt .price {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.07em;
    margin-left: 4px;
}

.page-michelin__store {
    padding-top: 52px;
    padding-bottom: 72px;
    overflow: hidden;
}

.page-michelin__store-head {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 600px) {
    .page-michelin__store-head {
        flex-direction: column;
    }
}

.page-michelin__store-ttl {
    max-width: 300px;
    width: 100%;
    text-align: left;
}
.page-michelin__store-ttl h2,
.page-michelin__store-ttl h3,
.page-michelin__store-ttl p {
    text-align: left;
}
@media (max-width: 600px) {
    .page-michelin__store-ttl h2,
    .page-michelin__store-ttl h3,
    .page-michelin__store-ttl p {
        text-align: center;
    }
}

.page-michelin__store-ttl-img {
    max-width: 268px;
}

.page-michelin__store-content-ttl {
    text-align: center;
    margin: 50px auto 0;
}
@media (max-width: 600px) {
    .page-michelin__store-content-ttl {
        text-align: left;
    }
}
.page-michelin__store-content-ttl--first {
    margin-top: 40px;
}

.page-michelin__store-content-ttl-img01 + p {
    margin-top: 10px;
    color: #333333;
    font-family: "Noto Serif JP", serif;
}

.page-michelin__store-content-ttl-img02 + p {
    margin-top: 10px;
    color: #333333;
    font-family: "Noto Serif JP", serif;
}

.page-michelin__store-content-ttl-img01 img {
    max-width: 171px;
    pointer-events: none;
}

.page-michelin__store-content-ttl-img02 img {
    max-width: 344px;
    pointer-events: none;
}

.page-michelin__store-content-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 24px;
    gap: 9px;
    width: 1030px;
    overflow-x: auto;
    margin-right: calc(50% - 50vw);
}

.page-michelin__store-content-lists-wrap {
    overflow: auto;
    margin-right: calc(50% - 50vw);
    padding-bottom: 16px;
}

.page-michelin__store-content-list img {
    border-radius: 3px;
}

.page-michelin__store-content-list-ttl {
    font-size: 18px;
    color: #333333;
    line-height: 2.2222222222;
    font-family: "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    height: 35px;
}

.page-michelin__store-content-list-ttl--narrow {
    letter-spacing: -0.1em;
    font-size: 15px;
}

.page-michelin__store-content-list-place {
    font-size: 12px;
    color: #919191;
    line-height: 1.6666666667;
}

.page-michelin__store-content-list-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
}

.page-michelin__flow-lists {
    display: flex;
    gap: 20px;
    margin-top: 28px;
}
@media (max-width: 600px) {
    .page-michelin__flow-lists {
        flex-direction: column;
    }
}

.page-michelin__flow-list {
    background: #ffffff;
    color: #011c40;
    flex: 1;
    padding: 24px;
}
.page-michelin__flow-list dl dt {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
}
.page-michelin__flow-list dl dt span {
    margin-right: 10px;
}
.page-michelin__flow-list dl dd {
    margin-top: 9px;
    letter-spacing: 0.03em;
    line-height: 1.4666666667;
    font-weight: 500;
}

.page-michelin__flow {
    background: #f4f4f4;
    padding: 62px 0 68px 0;
}

.page-michelin__contact {
    background: #f4f4f4;
}

.page-michelin__contact-kv {
    height: 250px;
    position: relative;
    width: 100%;
    background: url("../img/michelin/page-michelin-contact.jpg") no-repeat
        center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
@media (max-width: 600px) {
    .page-michelin__contact-kv {
        height: 150px;
    }
}

.page-michelin__contact-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.page-michelin__contact-txt {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    margin-top: 12px;
}

.page-michelin__contact-item {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
@media (max-width: 600px) {
    .page-michelin__contact-item {
        padding-bottom: 30px;
        border-bottom: 1px solid #c1c1c1;
    }
}
.page-michelin__contact-item input {
    padding: 14px 25px;
    background: #ffffff;
    line-height: 1;
    width: 100%;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 500;
}
.page-michelin__contact-item .mwform-checkbox-field-text {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.page-michelin__contact-item .pre-check {
    margin-top: 30px;
}
.page-michelin__contact-item .pre-check label {
    display: flex;
}
.page-michelin__contact-item .pre-check input[type="checkbox"] {
    width: fit-content;
    margin-top: initial;
    margin-right: 10px;
}
.page-michelin__contact-item .pre-radio {
    margin-top: 15px;
}
.page-michelin__contact-item .pre-radio label {
    display: flex;
}
.page-michelin__contact-item .pre-radio input[type="radio"] {
    width: fit-content;
    margin-top: initial;
    margin-right: 10px;
}

.page-michelin__contact-item--wrap {
    border-bottom: none;
    padding-bottom: initial;
}

.page-michelin__contact-item-required {
    background: #c43527;
    color: #fff;
    width: 37px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.page-michelin__contact-item-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-michelin__contact-item-radio {
    position: relative;
    width: fit-content;
}
@media (max-width: 600px) {
    .page-michelin__contact-item-radio {
        width: 100%;
    }
}
.page-michelin__contact-item-radio label {
    display: inline-flex;
    padding: 8px;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    font-size: 16px;
}
@media (max-width: 600px) {
    .page-michelin__contact-item-radio label {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}
.page-michelin__contact-item-radio label div {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    text-align: center;
}
.page-michelin__contact-item-radio label div .time {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
}
.page-michelin__contact-item-radio label div .time-detail {
    font-size: 8px;
    line-height: 1;
    margin-top: 1px;
}
.page-michelin__contact-item-radio label::before,
.page-michelin__contact-item-radio label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.page-michelin__contact-item-radio label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
}
.page-michelin__contact-item-radio label::after {
    background-color: #ddd;
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 7px;
}
.page-michelin__contact-item-radio input[type="radio"]:checked + label::after {
    opacity: 1;
    background: #c43527;
}
.page-michelin__contact-item-radio .visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

.page-michelin__contact-item-radio-detail {
    font-size: 12px;
    line-height: 1.75;
    margin-left: 12px;
}

.page-michelin__contact-item-radio-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
    .page-michelin__contact-item-radio-wrap {
        grid-template-columns: 1fr;
        padding-bottom: 30px;
        border-bottom: 1px solid #c1c1c1;
    }
}

.page-michelin__contact-item-label-box-detail {
    font-size: 12px;
    margin-left: 20px;
}

.page-michelin__contact-item-label-box {
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
    .page-michelin__contact-item-label-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.page-michelin__contact-check-box {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-top: 32px;
}

.page-michelin__contact-check-box-txt {
    background: #fff;
    padding: 14px 16px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .page-michelin__contact-check-box-wrap {
        padding-bottom: 30px;
        border-bottom: 1px solid #c1c1c1;
    }
}
.page-michelin__contact-check-box-wrap .pre-check {
    margin-top: 30px;
}
.page-michelin__contact-check-box-wrap .pre-check label {
    display: flex;
}
.page-michelin__contact-check-box-wrap .pre-check input[type="checkbox"] {
    width: fit-content;
    margin-top: initial;
    margin-right: 10px;
}
.page-michelin__contact-check-box-wrap .pre-check .mwform-checkbox-field-text {
    color: #333333;
    font-size: 14px;
}

.page-michelin__contact-check-box {
    /* デフォルトのチェックボックスを非表示に */
}
.page-michelin__contact-check-box input[type="checkbox"] {
    display: none;
}
.page-michelin__contact-check-box .custom-style {
    position: relative;
    padding: 5px 30px;
    cursor: pointer;
}
.page-michelin__contact-check-box .custom-style:before {
    width: 16px; /* チェックボックスの幅 */
    height: 16px; /* チェックボックスの高さ */
    left: 5px;
    border: 1px solid #ccc; /* チェックボックスの枠 */
    border-radius: 3px;
    margin-top: -8px;
    background: #fff;
}
.page-michelin__contact-check-box .custom-style:after,
.page-michelin__contact-check-box .custom-style:before {
    position: absolute;
    content: "";
    top: 50%;
}
.page-michelin__contact-check-box .custom-style::after {
    position: absolute;
    width: 5px;
    height: 9px;
    top: 50%;
    left: 10px;
    border-right: 2px solid tomato; /* チェックマークの色 */
    border-bottom: 3px solid tomato; /* チェックマークの色 */
    content: "";
    margin-top: -7px;
    opacity: 0;
    transform: rotate(45deg);
}
.page-michelin__contact-check-box
    input[type="checkbox"]:checked
    + .custom-style::after {
    opacity: 1;
}

.page-michelin__contact-remarks {
    margin-top: 30px;
}

.page-michelin__contact-remarks-ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-michelin__contact-remarks-any {
    color: #707070;
    border: 1px solid #707070;
    background: transparent;
    width: 37px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.page-michelin__contact-remarks-txt {
    padding: 14px 25px;
    background: #ffffff;
    line-height: 1;
    width: 100%;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 500;
}
.page-michelin__contact-remarks-txt::placeholder {
    color: #c1c1c1;
}
.page-michelin__contact-remarks-txt textarea {
    width: 100%;
    height: 130px;
}

.page-michelin__contact-submit {
    background: #c43527;
    color: #fff;
    width: 100%;
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 5px;
}

.page-michelin__contact-submit-wrap {
    margin-top: 40px;
}

.page-michelin__contact-submit-txt {
    font-size: 12px;
    color: #333333;
    margin-top: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.page-michelin__contact--confirmation .text-wrap,
.page-michelin__contact--confirmation .pre-radio {
    background: #fff;
    padding: 8px 16px;
}
.page-michelin__contact--confirmation .page-michelin__contact-check-box-wrap {
    display: none;
}

.page-michelin__contact--completion {
    background: url("../img/michelin/page-michelin-completion.jpg") no-repeat
        center center/cover;
    height: 500px;
    width: 100%;
    color: #fff;
    padding-top: 102px;
    padding-bottom: 206px;
}
.page-michelin__contact--completion .page-michelin__ttl-tanks {
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    --min-size: 41;
    --max-size: 60;
    font-size: var(--clamp-size);
    letter-spacing: 0.1em;
    line-height: 1.512195122;
    line-height: 1;
}
.page-michelin__contact--completion .page-michelin__ttl-tanks-sub {
    text-align: center;
}

.page-michelin__contact-button {
    padding-top: 40px;
}

.page-michelin__contact-submit-back {
    margin-top: 40px;
    align-items: center;
    background: #c43527;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 55px;
    justify-content: center;
    width: 100%;
    cursor: pointer;
}

.page-news__kv {
    position: relative;
}
.page-news__kv-img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 600px) {
    .page-news__kv-img {
        height: 220px;
    }
}
.page-news__kv-head {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-news__kv-head-ttl {
    --min-size: 25;
    --max-size: 30;
    font-size: var(--clamp-size);
    font-weight: bold;
    line-height: 1.1;
}
.page-news__kv-head-txt {
    --min-size: 14;
    --max-size: 20;
    font-size: var(--clamp-size);
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1.2;
}
.page-news__inner {
    display: flex;
}
@media (max-width: 768px) {
    .page-news__inner {
        flex-direction: column-reverse;
        overflow: hidden;
    }
}
.page-news__main {
    z-index: 1;
    position: relative;
}
.page-news__main-aside {
    background: #f4f4f4;
    width: 33%;
    padding: 40px 53px 40px 30px;
    position: relative;
}
@media (max-width: 768px) {
    .page-news__main-aside {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .page-news__main-aside {
        padding: 60px 10px 50px;
    }
}
.page-news__main-aside-ttl {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 30px;
    line-height: 1;
    position: relative;
    font-weight: bold;
}
.page-news__main-aside-ttl::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 122px;
    background: #c43527;
    height: 1px;
    z-index: 3;
}
.page-news__main-aside-ttl::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: #c1c1c1;
    height: 1px;
    z-index: 2;
}
.page-news__main-aside-bg {
    background: #f4f4f4;
    position: absolute;
    left: -10%;
    right: -10%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.page-news__main-aside-list {
    margin-top: 15.5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.7142857143;
}
.page-news__main-aside-list-time {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.6666666667;
}
.page-news__main-content {
    padding: 40px 30px 0;
    background: #fff;
    width: 67%;
    z-index: 1;
    position: relative;
}
@media (max-width: 768px) {
    .page-news__main-content {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .page-news__main-content {
        padding: 0 10px;
        margin-top: 50px;
    }
}
.page-news__main-content-lists {
    padding-bottom: 40px;
}
.page-news__main-content-list:not(:first-child) {
    margin-top: 30px;
}
@media (max-width: 600px) {
    .page-news__main-content-list:not(:first-child) {
        margin-top: 20px;
    }
}
.page-news__main-content-list-link {
    display: block;
    width: 100%;
}
.page-news__main-content-list-head {
    display: flex;
    align-items: flex-end;
}
.page-news__main-content-list-time {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.6666666667;
    font-family: Montserrat;
    color: #666666;
}
.page-news__main-content-list-cat {
    background: #c43527;
    color: #ffffff;
    margin-left: 15px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: fit-content;
    height: 21px;
    padding: 5px 16px;
}
.page-news__main-content-list-ttl {
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c6c6c6;
}
@media (max-width: 600px) {
    .page-news__main-content-list-ttl {
        margin-top: 15px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.page-news__main-content-nav {
    text-align: center;
    margin-bottom: 70px;
}
@media (max-width: 600px) {
    .page-news__main-content-nav {
        margin-bottom: 80px;
    }
}
.page-news__main-content-nav span {
    font-size: 12px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1.25;
    color: #666666;
}
.page-news__main-content-nav span.current {
    color: #c43527;
}
.page-news__main-content-nav span + span {
    margin-left: 4px;
}
.page-news__main-bg {
    background: #f4f4f4;
    position: absolute;
    left: 0;
    right: 70%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
@media (max-width: 768px) {
    .page-news__main-bg {
        bottom: 0;
        top: 30%;
        left: 0;
        right: 0;
        background: initial;
    }
}
.page-news-single {
    overflow: hidden;
}
.page-news-single__inner {
    display: flex;
}
@media (max-width: 768px) {
    .page-news-single__inner {
        flex-direction: column-reverse;
        overflow: hidden;
    }
}
.page-news-single__main {
    z-index: 1;
    position: relative;
}
.page-news-single__main-aside {
    background: #f4f4f4;
    width: 33%;
    padding: 40px 53px 40px 30px;
    position: relative;
}
@media (max-width: 768px) {
    .page-news-single__main-aside {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .page-news-single__main-aside {
        padding: 60px 10px 50px;
    }
}
.page-news-single__main-aside-ttl {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1;
    position: relative;
    font-weight: bold;
}
.page-news-single__main-aside-ttl::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 122px;
    background: #c43527;
    height: 1px;
    z-index: 3;
}
.page-news-single__main-aside-ttl::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: #c1c1c1;
    height: 1px;
    z-index: 2;
}
.page-news-single__main-aside-bg {
    background: #f4f4f4;
    position: absolute;
    left: -10%;
    right: -10%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.page-news-single__main-aside-list {
    margin-top: 15.5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.7142857143;
}
.page-news-single__main-aside-list-time {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.6666666667;
}
.page-news-single__main-content {
    padding: 40px 30px 0;
    background: #fff;
    width: 67%;
    z-index: 1;
    position: relative;
}
@media (max-width: 768px) {
    .page-news-single__main-content {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .page-news-single__main-content {
        padding: 0;
        margin-top: 28px;
    }
}
.page-news-single__main-content-inner {
    padding-bottom: 40px;
}
.page-news-single__main-content-head {
    display: flex;
    align-items: flex-end;
}
.page-news-single__main-content-time {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.6666666667;
    font-family: Montserrat;
    color: #666666;
}
.page-news-single__main-content-cat {
    background: #c43527;
    color: #ffffff;
    margin-left: 15px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: fit-content;
    height: 21px;
    padding: 5px 16px;
}
.page-news-single__main-content-ttl {
    margin-top: 20px;
    --min-size: 20;
    --max-size: 30;
    font-size: var(--clamp-size);
    font-weight: bold;
}
@media (max-width: 600px) {
    .page-news-single__main-content-ttl {
        margin-top: 12px;
        margin-bottom: 20px;
    }
}
.page-news-single__main-content-img {
    margin-top: 24px;
    margin-bottom: 40px;
}
@media (max-width: 600px) {
    .page-news-single__main-content-img {
        margin: 0 calc(50% - 50vw);
    }
}
.page-news-single__main-content-edit h2 {
    margin-top: 32px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5238095238;
}
.page-news-single__main-content-edit p {
    margin-top: 16px;
}
.page-news-single__main-content-edit a {
    text-decoration: underline;
    text-decoration-color: #c43527;
    color: #c43527;
}
.page-news-single__main-content-btn {
    display: none;
}
@media (max-width: 600px) {
    .page-news-single__main-content-btn {
        display: flex;
        background: #c43527;
        color: #fff;
        padding: 18px;
        width: 100%;
        max-width: 100%;
        font-weight: bold;
        font-size: 14px;
        border-radius: 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
        position: relative;
    }
    .page-news-single__main-content-btn::before {
        content: "";
        position: absolute;
        left: 18px;
        height: 8px;
        width: 8px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(-45deg);
    }
}
.page-news-single__main-content-sns {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.page-news-single__main-content-sns a {
    text-decoration: initial;
    text-decoration-color: initial;
}
.page-news-single__main-content-sns-facebook {
    background: #0051e0;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}
.page-news-single__main-content-sns-facebook-icon {
    color: #fff;
    margin-right: 4px;
    display: flex;
    align-items: center;
}
.page-news-single__main-content-sns-facebook-icon img {
    width: 22px;
    height: auto;
    display: flex;
    align-items: center;
}
.page-news-single__main-content-sns-facebook-icon .white {
    fill: #fff;
}
.page-news-single__main-content-sns-twitter {
    background: #00a2f9;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: bold;
    border-radius: 5px;
}
.page-news-single__main-content-sns-twitter-icon {
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 4px;
}
.page-news-single__main-content-sns-twitter-icon img {
    width: 22px;
    height: auto;
}
.page-news-single__main-content-sns-twitter-icon .white {
    fill: #fff;
}
.page-news-single__main-content-sns-inner {
    display: flex;
    align-items: center;
}
.page-news-single__main-content-relation {
    margin-top: 50px;
    overflow: hidden;
}
.page-news-single__main-content-relation-ttl {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5238095238;
}
.page-news-single__main-content-relation-lists {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
@media (max-width: 600px) {
    .page-news-single__main-content-relation-lists {
        grid-template-columns: 1fr 1fr;
    }
}
.page-news-single__main-content-relation-list a {
    display: flex;
    flex-direction: column;
}
.page-news-single__main-content-relation-list img {
    border-radius: 5px;
}
.page-news-single__main-content-relation-list-ttl {
    margin-top: 6px;
    font-size: 16px;
    letter-spacing: 0.07em;
    font-weight: bold;
    line-height: 1.5;
}
.page-news-single__main-content-relation-list-time {
    margin-top: 6px;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 1.6666666667;
}
.page-news-single__main-content-relation-txt {
    margin-right: calc(50% - 50vw);
    width: 100vw;
}
.page-news-single__main-bg {
    background: #f4f4f4;
    position: absolute;
    left: 0;
    right: 70%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
@media (max-width: 768px) {
    .page-news-single__main-bg {
        bottom: 0;
        top: 30%;
        left: 0;
        right: 0;
        background: initial;
    }
}

.page-news-single__main-aside-lists {
    margin: 15px 0;
}
.page-news-single__main-aside-lists-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.page-news-single__main-aside-tag {
    border: 1px solid #c43527;
    border-radius: 15px;
    color: #c43527;
    font-size: 10px;
    margin: 10px 5px 0;
    padding: 2px 10px;
    text-align: center;
}
.page-news-single__main-aside-ranking {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.page-news-single__main-aside-img {
    width: 100px;
    height: 55px;
}
.page-news-single__main-aside-number {
    text-align: center;
    background-color: #c43527;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: relative;
    top: 25px;
    left: 5px;
    line-height: 1.5;
}
.page-news-single__main-aside-txt {
    width: 60%;
    font-size: 14px;
    padding: 0 0 0 3px;
    line-height: 1.3;
}

.top-category {
    padding-top: 0;
}

.page-404 {
    padding: 105px 0;
    text-align: center;
    color: #fff;
    background: url("./../img/404-bg.png") no-repeat center center/cover;
}
.page-404__heading {
    font-size: 45px;
    font-weight: bold;
    font-family: Montserrat;
    line-height: 1;
}
.page-404__heading-sub {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
}
.page-404__txt {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
}
.page-404__txt--ja {
    margin-top: 40px;
}
.page-404__txt--en {
    margin-top: 20px;
}

.page-registration__info {
    width: 100%;
    margin: 100px auto;
}
.page-registration__about {
    margin: 50px 0;
}
.page-registration__about-tit {
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 1px #cd392c;
}
.page-registration__about-table {
    max-width: 1290px;
    width: 100%;
    height: auto;
    margin: 50px 0;
}
.page-registration__about-table td {
    font-weight: bold;
    border: 1px solid #707070;
    padding: 20px;
    font-family: "游ゴシック", YuGothic, "Yu Gothic Medium", "Yu Gothic",
        Verdana, Meiryo, sans-serif;
}
.page-registration__about-table .linkR {
    color: #c43527;
    text-decoration: underline;
    text-decoration-color: #c43527;
}
.page-registration__about-table th {
    font-weight: bold;
    background-color: #f4f4f4;
    border: 1px solid #707070;
    padding: 20px;
}
.page-registration__about-table .sp {
    display: none;
}

@media (max-width: 1280px) {
    .page-registration__info {
        max-width: 1040px;
    }
    .page-registration__info-tit {
        display: none;
    }
    .page-registration__about-table {
        max-width: 1040px;
    }
    .page-registration__about-table th {
        background-color: #f4f4f4;
    }
}
@media (max-width: 390px) {
    .page-registration__info {
        margin: 60px auto;
    }
    .page-registration__info-tit {
        display: none;
    }
    .page-registration__info-img {
        width: 100%;
        max-width: 230px;
    }
    .page-registration__about-tit {
        font-size: 24px;
        font-weight: bold;
        border-bottom: solid 1px #cd392c;
    }
    .page-registration__about-table {
        max-width: 360px;
    }
    .page-registration__about-table th {
        width: 100px;
        font-size: 16px;
        background-color: #f4f4f4;
        padding: 20px 0;
        text-align: center;
    }
    .page-registration__about-table .sp {
        display: block;
    }
    .page-registration__about-table td {
        font-size: 16px;
        font-weight: normal;
        font-family: "游ゴシック", YuGothic, "Yu Gothic Medium", "Yu Gothic",
            Verdana, Meiryo, sans-serif;
    }
}
.page-reserve {
    margin-top: 73px;
    margin-bottom: 60px;
}
.page-reserve__head {
    border-top: 1px solid #c1c1c1;
    margin-top: 30px;
    padding-top: 30px;
}
.page-reserve__inner {
    width: 100%;
    display: flex;
    gap: 30px;
}
@media (max-width: 768px) {
    .page-reserve__inner {
        flex-direction: column;
    }
}
.page-reserve__inner-left {
    max-width: 672px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    padding: 10px 55px 50px;
}
@media (max-width: 768px) {
    .page-reserve__inner-left {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .page-reserve__inner-left {
        padding: 10px 20px 40px;
    }
}
.page-reserve__inner-right {
    width: 328px;
}
@media (max-width: 768px) {
    .page-reserve__inner-right {
        max-width: 100%;
        width: 100%;
    }
}
.page-reserve__heading02 {
    font-size: 20px;
    line-height: 2.1;
    font-weight: bold;
    text-align: center;
}
.page-reserve__body-meta {
    margin-top: 24px;
}
@media (max-width: 600px) {
    .page-reserve__body-meta {
        margin-top: 30px;
    }
}
.page-reserve__body-lists {
    display: flex;
}
@media (max-width: 600px) {
    .page-reserve__body-lists {
        flex-direction: column;
    }
}
.page-reserve__body-list {
    flex: 1;
}
@media (max-width: 600px) {
    .page-reserve__body-list:not(first-child) {
        margin-top: 10px;
    }
}
.page-reserve__body-list span {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #2b3a4d;
}
.page-reserve__body-list p {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 10px;
}
.page-reserve__body-info-item-ttl {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #2b3a4d;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
}
.page-reserve__body-info-item-tag {
    background: #c43527;
    color: #fff;
    border-radius: 8px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 10px;
    padding: 3px 9px;
}
.page-reserve__body-info-item-tag--any {
    background: #fff;
    color: #333333;
    border: 1px solid #333333;
}
.page-reserve__body-info-item-input {
    margin-top: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    width: 100%;
    padding: 13px;
    line-height: 1;
    color: #9b9d9f;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}
.page-reserve__body-info-item-input::placeholder {
    font-size: 14px;
    font-weight: bold;
    color: #9b9d9f;
    letter-spacing: 0.05em;
}
.page-reserve__body-info-item .hasDatepicker {
    margin-top: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    width: 100%;
    padding: 13px;
    line-height: 1;
    color: #9b9d9f;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}
@media (max-width: 600px) {
    .page-reserve__body-info-item .hasDatepicker {
        font-size: 11px;
    }
}
@media (max-width: 375px) {
    .page-reserve__body-info-item .hasDatepicker {
        font-size: 10px;
    }
}
.page-reserve__body-info-item .hasDatepicker::placeholder {
    font-size: 14px;
    font-weight: bold;
    color: #9b9d9f;
    letter-spacing: 0.05em;
}
@media (max-width: 600px) {
    .page-reserve__body-info-item .hasDatepicker::placeholder {
        font-size: 11px;
    }
}
@media (max-width: 375px) {
    .page-reserve__body-info-item .hasDatepicker::placeholder {
        font-size: 10px;
    }
}
.page-reserve__body-info-item-select-txt {
    width: calc(100% - 102px - 20px);
    font-size: 12px;
    color: #2b3a4d;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-reserve__body-info-item-select-txt {
        width: 100%;
    }
}
.page-reserve__body-info-item-select-wrap {
    width: 102px;
    position: relative;
}
.page-reserve__body-info-item-select-wrap select {
    border: 1px solid #e2e2e2;
    width: 102px;
    padding: 13px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    border-radius: 5px;
}
.page-reserve__body-info-item-select-wrap::after {
    border-right: 2px solid #c43527;
    border-top: 2px solid #c43527;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    content: "";
    height: 10px;
    position: absolute;
    right: 13px;
    width: 10px;
}
.page-reserve__body-info-item-select-box {
    display: flex;
    gap: 20px;
    align-items: center;
}
@media (max-width: 600px) {
    .page-reserve__body-info-item-select-box {
        flex-direction: column;
        align-items: flex-start;
    }
}
.page-reserve__body-info-item-wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}
.page-reserve__body-info-item-wrap--wide {
    gap: 0;
    grid-template-columns: initial;
}
.page-reserve__body-caution {
    margin-top: 30px;
    padding: 30px 0 0;
    border-top: 1px solid #c1c1c1;
}
.page-reserve__body-caution-item {
    margin-top: 20px;
    display: flex;
    align-items: center;
    /* チェックボックスデザイン */
}
.page-reserve__body-caution-item input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.page-reserve__body-caution-item input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
}
.page-reserve__body-caution-item input[type="checkbox"]::before,
.page-reserve__body-caution-item input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}
.page-reserve__body-caution-item input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 2px solid #333333;
    border-radius: 3px;
    width: 20px; /*チェックボックスの横幅*/
    height: 20px; /*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}
.page-reserve__body-caution-item input[type="checkbox"]::after {
    border-bottom: 2px solid #666464; /*チェックの太さ*/
    border-left: 2px solid #666464; /*チェックの太さ*/
    opacity: 0; /*チェック前は非表示*/
    height: 6px; /*チェックの高さ*/
    width: 11px; /*チェックの横幅*/
    top: 50%;
    transform: rotate(-45deg) translate(calc(-50% + 4px), calc(-50% - 4px));
    left: 50%;
}
.page-reserve__body-caution-item input[type="checkbox"]:checked::after {
    opacity: 1; /*チェック後表示*/
}
.page-reserve__body-caution-item label {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 14px;
}
.page-reserve__body-caution-area {
    margin-top: 10px;
    background: #efefef;
    padding: 20px;
    border-radius: 5px;
}
.page-reserve__body-caution-area-ttl {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 0;
}
.page-reserve__body-caution-area-txt01 {
    font-size: 12px;
    color: #2b3a4d;
    line-height: 1.5;
}
.page-reserve__body-caution-area-txt02 {
    font-size: 12px;
    color: #2b3a4d;
    line-height: 1.5;
    margin-top: 4px;
}
.page-reserve__body-caution-area--operate {
    text-align: center;
}
.page-reserve__body-caution-area--operate .page-reserve-completion__line {
    margin-top: 20px;
}
.page-reserve__body-option-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
@media (max-width: 600px) {
    .page-reserve__body-option-lists {
        grid-template-columns: 1fr;
    }
}
.page-reserve__body-option-list {
    border-radius: 5px 5px 0 0;
    border: 1px solid #e2e2e2;
    /* チェックボックスデザイン */
}
.page-reserve__body-option-list-box {
    padding: 10px;
}
.page-reserve__body-option-list .mwform-checkbox-field label,
.page-reserve__body-option-list .mwform-radio-field label {
    display: flex;
    align-items: center;
}
.page-reserve__body-option-list input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.page-reserve__body-option-list input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
}
.page-reserve__body-option-list input[type="checkbox"]::before,
.page-reserve__body-option-list input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}
.page-reserve__body-option-list input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 2px solid #333333;
    border-radius: 3px;
    width: 20px; /*チェックボックスの横幅*/
    height: 20px; /*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}
.page-reserve__body-option-list input[type="checkbox"]::after {
    border-bottom: 2px solid #666464; /*チェックの太さ*/
    border-left: 2px solid #666464; /*チェックの太さ*/
    opacity: 0; /*チェック前は非表示*/
    height: 6px; /*チェックの高さ*/
    width: 11px; /*チェックの横幅*/
    transform: rotate(-45deg);
    top: -4px; /*チェック時の位置調整*/
    left: 10px; /*チェック時の位置調整*/
}
.page-reserve__body-option-list input[type="checkbox"]:checked::after {
    opacity: 1; /*チェック後表示*/
}
.page-reserve__body-option-list label {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 14px;
}
.page-reserve__body-option-list-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-reserve__body-option-list-detail-ttl {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6666666667;
}
.page-reserve__body-option-list-detail-txt {
    font-size: 10px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.page-reserve__body-option-list-detail-txt-number {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    font-family: Montserrat;
}
.page-reserve__body-option-items {
    display: grid;
    grid-template-columns: 1fr;
}
.page-reserve__body-option-items span {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #333333;
    margin-top: 12px;
}
.page-reserve__body-option-remarks {
    margin-top: 30px;
}
.page-reserve__body-option-remarks textarea {
    padding: 20px 16px;
    height: 130px;
    border: 1px solid #e2e2e2;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.25;
}
.page-reserve__body-option-remarks textarea::placeholder {
    font-size: 14px;
    font-weight: bold;
    color: #9b9d9f;
    letter-spacing: 0.05em;
}
.page-reserve__body-option-remarks-txt {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    color: #2b3a4d;
    margin-top: 10px;
}
.page-reserve__payment {
    border: 1px solid #dbdbdb;
    background: #fcf9f9;
    border-radius: 5px;
    padding: 50px 28px;
}
.page-reserve__payment dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-reserve__payment dl dt {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.page-reserve__payment dl dd {
    font-size: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    font-family: Montserrat;
}
.page-reserve__payment dl dd span {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.page-reserve__payment-txt {
    font-size: 10px;
    color: #2b3a4d;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 10px;
    line-height: 1.5;
}
.page-reserve__payment input[type="submit"] {
    background: #c43527;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-top: 15px;
}
.page-reserve-confirmation .page-reserve__body-caution,
.page-reserve-confirmation .page-reserve__body-caution-item,
.page-reserve-confirmation .page-reserve__body-info-item-tag,
.page-reserve-confirmation .page-reserve__body-option-remarks-txt,
.page-reserve-confirmation .page-reserve__body-info-item-select-wrap::after {
    display: none;
}
.page-reserve-confirmation .page-reserve__body-info-item-ttl + p {
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}
.page-reserve-confirmation .page-reserve__body-info-item-select-wrap {
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}
.page-reserve-confirmation .page-reserve__body-option-items {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.page-reserve-confirmation .form-transition {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 50px 66px 50px;
    gap: 94px;
    align-items: flex-end;
    justify-content: center;
}
.page-reserve-confirmation .form-transition li {
    text-align: center;
}
@media (max-width: 408px) {
    .page-reserve-confirmation .form-transition {
        gap: 17.1568627451vw;
    }
}
@media (max-width: 330px) {
    .page-reserve-confirmation .form-transition {
        gap: 15.931372549vw;
    }
}
@media (max-width: 320px) {
    .page-reserve-confirmation .form-transition {
        gap: 14.7058823529vw;
    }
}
.page-reserve-confirmation .form-transition__circle1 {
    margin: 0 auto;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #c43527;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.page-reserve-confirmation .form-transition__circle2,
.page-reserve-confirmation .form-transition__circle3 {
    margin: 0 auto;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #333;
    border: 2px solid #c43527;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.page-reserve-confirmation .form-transition__circle2 {
    position: relative;
    background: #c43527;
    color: #fff;
}
.page-reserve-confirmation .form-transition__circle2::before {
    position: absolute;
    content: url("http://www.tesa-test.site/client/ariair/wp-content/uploads/2023/03/da8538870e30640bbabe3e6ce655a41f.png");
    top: 0;
    left: -79.5px;
}
@media (max-width: 408px) {
    .page-reserve-confirmation .form-transition__circle2::before {
        left: -67.5px;
    }
}
@media (max-width: 330px) {
    .page-reserve-confirmation .form-transition__circle2::before {
        left: -58.5px;
    }
}
.page-reserve-confirmation .form-transition__circle2::after {
    position: absolute;
    content: url("http://www.tesa-test.site/client/ariair/wp-content/uploads/2023/03/dotted.png");
    top: 0;
    right: -79.5px;
}
@media (max-width: 408px) {
    .page-reserve-confirmation .form-transition__circle2::after {
        right: -67.5px;
    }
}
@media (max-width: 330px) {
    .page-reserve-confirmation .form-transition__circle2::after {
        right: -62.5px;
    }
}
.page-reserve-confirmation .form-transition__text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.page-reserve-completion {
    text-align: center;
}
.page-reserve-completion-head {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
}
.page-reserve-completion-txt01 {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    color: #2b3a4d;
}
.page-reserve-completion-txt02 {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    color: #2b3a4d;
}
.page-reserve-completion .form-transition {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 50px 66px 50px;
    gap: 94px;
    align-items: flex-end;
    justify-content: center;
}
.page-reserve-completion .form-transition li {
    text-align: center;
}
@media (max-width: 408px) {
    .page-reserve-completion .form-transition {
        gap: 17.1568627451vw;
    }
}
@media (max-width: 330px) {
    .page-reserve-completion .form-transition {
        gap: 15.931372549vw;
    }
}
@media (max-width: 320px) {
    .page-reserve-completion .form-transition {
        gap: 14.7058823529vw;
    }
}
.page-reserve-completion .form-transition__circle1 {
    margin: 0 auto;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #c43527;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.page-reserve-completion .form-transition__circle2,
.page-reserve-completion .form-transition__circle3 {
    margin: 0 auto;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    background: #c43527;
    color: #fff;
    border: 2px solid #c43527;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.page-reserve-completion .form-transition__circle2 {
    position: relative;
}
.page-reserve-completion .form-transition__circle2::before {
    position: absolute;
    content: url("http://www.tesa-test.site/client/ariair/wp-content/uploads/2023/03/da8538870e30640bbabe3e6ce655a41f.png");
    top: 0;
    left: -79.5px;
}
@media (max-width: 408px) {
    .page-reserve-completion .form-transition__circle2::before {
        left: -67.5px;
    }
}
@media (max-width: 330px) {
    .page-reserve-completion .form-transition__circle2::before {
        left: -58.5px;
    }
}
.page-reserve-completion .form-transition__circle2::after {
    position: absolute;
    content: url("http://www.tesa-test.site/client/ariair/wp-content/uploads/2023/03/da8538870e30640bbabe3e6ce655a41f.png");
    top: 0;
    right: -79.5px;
}
@media (max-width: 408px) {
    .page-reserve-completion .form-transition__circle2::after {
        right: -67.5px;
    }
}
@media (max-width: 330px) {
    .page-reserve-completion .form-transition__circle2::after {
        right: -62.5px;
    }
}
.page-reserve-completion .form-transition__text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.page-reserve-completion__line {
    background: #06c755;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.page-reserve-completion__line {
    background: #06c755;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 272px;
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-reserve-completion__top {
    background: #fff;
    border-radius: 5px;
    color: #c43527;
    border: 1px solid #c43527;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    max-width: 272px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-reserve-completion__payment {
    background: #c1c1c1;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.mwform-checkbox-field-text {
    color: #2b3a4d;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}

.page-taxi-single__search {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9000;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.page-taxi-single__search-header {
    position: relative;
    width: 100%;
    height: 30px;
    cursor: pointer;
}
@media (max-width: 600px) {
    .page-taxi-single__search-header {
        height: 15px;
    }
}
.page-taxi-single__search-header.is-active
    .page-taxi-single__search-btn::after {
    top: 7px;
    transform: rotate(-45deg);
}
.page-taxi-single__search-body {
    width: 100%;
    height: 80px;
    padding: 0 0 30px;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .page-taxi-single__search-body {
        height: 110px;
        padding-bottom: 15px;
    }
}
.page-taxi-single__search-wrap {
    display: flex;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
@media (max-width: 600px) {
    .page-taxi-single__search-wrap {
        width: calc(100% + 10px);
        margin: 0 -5px;
        flex-wrap: wrap;
    }
}
.page-taxi-single__search-departure,
.page-taxi-single__search-destination,
.page-taxi-single__search-oneway,
.page-taxi-single__search-person {
    padding: 0 10px;
    box-sizing: border-box;
}
.page-taxi-single__search-departure-wrap,
.page-taxi-single__search-destination-wrap,
.page-taxi-single__search-oneway-wrap,
.page-taxi-single__search-person-wrap {
    position: relative;
    height: 50px;
}
.page-taxi-single__search-departure-wrap::after,
.page-taxi-single__search-destination-wrap::after,
.page-taxi-single__search-oneway-wrap::after,
.page-taxi-single__search-person-wrap::after {
    border-left: 1px solid #c43527;
    border-top: 1px solid #c43527;
    content: "";
    font-size: 20px;
    height: 5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    width: 5px;
    z-index: 1;
}
.page-taxi-single__search-departure-wrap .common__select-taxi,
.page-taxi-single__search-destination-wrap .common__select-taxi,
.page-taxi-single__search-oneway-wrap .common__select-taxi,
.page-taxi-single__search-person-wrap .common__select-taxi {
    height: 50px;
}
@media (max-width: 600px) {
    .page-taxi-single__search-departure-wrap,
    .page-taxi-single__search-destination-wrap,
    .page-taxi-single__search-oneway-wrap,
    .page-taxi-single__search-person-wrap {
        height: 40px;
    }
    .page-taxi-single__search-departure-wrap .common__select-taxi,
    .page-taxi-single__search-destination-wrap .common__select-taxi,
    .page-taxi-single__search-oneway-wrap .common__select-taxi,
    .page-taxi-single__search-person-wrap .common__select-taxi {
        height: 40px;
    }
}
@media (max-width: 600px) {
    .page-taxi-single__search-departure,
    .page-taxi-single__search-destination,
    .page-taxi-single__search-oneway,
    .page-taxi-single__search-person {
        padding: 5px;
    }
}
.page-taxi-single__search-departure,
.page-taxi-single__search-destination {
    width: 33.3%;
}
@media (max-width: 600px) {
    .page-taxi-single__search-departure,
    .page-taxi-single__search-destination {
        width: 50%;
    }
}
.page-taxi-single__search-departure-wrap,
.page-taxi-single__search-destination-wrap {
    background: #fff;
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 32px;
}
.page-taxi-single__search-departure-wrap::before,
.page-taxi-single__search-destination-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 1;
    width: 16px;
    height: 20px;
    background: url(../img/point.png) no-repeat center center/cover;
    pointer-events: none;
}
@media (max-width: 600px) {
    .page-taxi-single__search-departure-wrap,
    .page-taxi-single__search-destination-wrap {
        padding-left: 0;
    }
    .page-taxi-single__search-departure-wrap::before,
    .page-taxi-single__search-destination-wrap::before {
        display: none;
    }
}
.page-taxi-single__search-departure-title,
.page-taxi-single__search-destination-title {
    color: #c1c1c1;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    margin: 5px;
    min-width: 32px;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 600px) {
    .page-taxi-single__search-departure-title,
    .page-taxi-single__search-destination-title {
        min-width: 30px;
        transform: scale(0.8);
        transform-origin: 0;
    }
}
.page-taxi-single__search-departure-select,
.page-taxi-single__search-destination-select {
    width: calc(100% - 40px);
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-left: 12px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 600px) {
    .page-taxi-single__search-departure-select,
    .page-taxi-single__search-destination-select {
        margin-left: 0;
        font-size: 12px;
    }
}
.page-taxi-single__search-departure-input,
.page-taxi-single__search-destination-input {
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-left: 12px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 600px) {
    .page-taxi-single__search-departure-input,
    .page-taxi-single__search-destination-input {
        margin-left: 0;
        font-size: 12px;
    }
}
.page-taxi-single__search-oneway,
.page-taxi-single__search-person {
    width: 16.6%;
}
@media (max-width: 600px) {
    .page-taxi-single__search-oneway,
    .page-taxi-single__search-person {
        width: 50%;
    }
}
.page-taxi-single__search-oneway-select,
.page-taxi-single__search-person-select {
    font-size: 14px;
}
@media (max-width: 600px) {
    .page-taxi-single__search-oneway-select,
    .page-taxi-single__search-person-select {
        font-size: 12px;
    }
}
.page-taxi-single__search-btn {
    position: absolute;
    top: -8px;
    left: 50%;
    right: 0;
    margin-left: -12px;
    z-index: 9001;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: #c43527;
}
.page-taxi-single__search-btn::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(135deg);
}
.page-taxi-single__kv {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 400px;
    background: no-repeat center;
    background-size: cover;
    line-height: 1.5;
    color: #fff;
    /*
  &-text {
    margin-top: 10px;
    font-size: 24px;
    @include sp {
      margin-top: 5px;
      font-size: 16px;
    }
  }
  */
}
.page-taxi-single__kv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 840px;
    height: 400px;
    background: transparent
        linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) 0%
        0% no-repeat padding-box;
    opacity: 1;
}
@media (max-width: 600px) {
    .page-taxi-single__kv {
        height: 200px;
    }
    .page-taxi-single__kv::after {
        width: 65%;
        height: 200px;
    }
}
.page-taxi-single__kv .common__inner {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    height: 100%;
}
.page-taxi-single__kv-title {
    margin-top: 5px;
    font-size: 50px;
    font-weight: 600;
}
.page-taxi-single__kv-title-en {
    font-size: 16px;
    font-weight: 300;
}
@media (max-width: 600px) {
    .page-taxi-single__kv-title {
        margin-top: 3px;
        font-size: 32px;
    }
    .page-taxi-single__kv-title-en {
        font-size: 12px;
    }
}
.page-taxi-single__kv-place {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}
@media (max-width: 600px) {
    .page-taxi-single__kv-place {
        margin-top: 0;
        flex-direction: column;
    }
}
.page-taxi-single__kv-place li {
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
    .page-taxi-single__kv-place li {
        margin-top: 10px;
    }
}
.page-taxi-single__kv-place li:first-child {
    margin-right: 30px;
}
.page-taxi-single__kv-place-dep,
.page-taxi-single__kv-place-dest {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9019607843);
}
.page-taxi-single__kv-place-dep-title,
.page-taxi-single__kv-place-dest-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 23px;
    margin-right: 12px;
    padding: 0 15px;
    background: #c43527;
    border-radius: 100px;
    font-size: 12px;
}
@media (max-width: 600px) {
    .page-taxi-single__kv-place:first-child {
        margin-right: 15px;
    }
    .page-taxi-single__kv-place-dep,
    .page-taxi-single__kv-place-dest {
        font-size: 16px;
    }
    .page-taxi-single__kv-place-dep-title,
    .page-taxi-single__kv-place-dest-title {
        height: 16px;
        margin-right: 8px;
        font-size: 10px;
        transform: scale(0.9);
        transform-origin: 0;
    }
}
.page-taxi-single__detail {
    padding: 45px 0;
    background: #f4f4f4;
}
@media (max-width: 600px) {
    .page-taxi-single__detail {
        padding: 30px 0;
    }
}
.page-taxi-single__detail .common__inner {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 600px) {
    .page-taxi-single__detail .common__inner {
        flex-direction: column;
    }
}
.page-taxi-single__detail-content {
    width: calc(50% - 32px);
}
@media (max-width: 600px) {
    .page-taxi-single__detail-content {
        width: 100%;
        margin-top: 20px;
    }
    .page-taxi-single__detail-content:first-of-type {
        margin-top: 0;
    }
}
.page-taxi-single__detail-place {
    width: 100%;
    padding: 2px 15px 0;
    background: #fff;
    border-radius: 8px;
    border: solid 1px #ddd;
    box-sizing: border-box;
}
.page-taxi-single__detail-place li {
    display: flex;
    align-items: center;
    padding: 13px 0 13px 20px;
    background: url("../img/point.png") no-repeat left center;
    background-size: 14px auto;
    font-weight: 600;
    line-height: 1.5;
}
.page-taxi-single__detail-place li:first-child {
    border-bottom: solid 1px #ddd;
}
.page-taxi-single__detail-place li span {
    margin-right: 10px;
    font-size: 10px;
    font-weight: 400;
    color: #666;
}
.page-taxi-single__detail-info {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.page-taxi-single__detail-info-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 10px;
}
.page-taxi-single__detail-info-title {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}
.page-taxi-single__detail-info-list {
    display: flex;
}
.page-taxi-single__detail-info-list li {
    margin-right: 5px;
    padding: 1px 10px;
    background: #fff;
    border: solid 1px #c43527;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    color: #c43527;
}
.page-taxi-single__detail-time-wrap,
.page-taxi-single__detail-price-wrap {
    display: flex;
}
.page-taxi-single__detail-time-title,
.page-taxi-single__detail-time-text,
.page-taxi-single__detail-price-title,
.page-taxi-single__detail-price-text {
    font-weight: 400;
    line-height: 1.5;
}
.page-taxi-single__detail-time-text,
.page-taxi-single__detail-price-text {
    margin-top: 5px;
    font-size: 16px;
}
.page-taxi-single__detail-time-text span,
.page-taxi-single__detail-price-text span {
    font-size: 40px;
    font-weight: 600;
}
@media (max-width: 600px) {
    .page-taxi-single__detail-time-text,
    .page-taxi-single__detail-price-text {
        margin-top: 0;
        font-size: 14px;
    }
    .page-taxi-single__detail-time-text span,
    .page-taxi-single__detail-price-text span {
        font-size: 32px;
    }
}
.page-taxi-single__detail-time {
    margin-right: 40px;
}
@media (max-width: 600px) {
    .page-taxi-single__detail-time {
        margin-right: 20px;
    }
}
.page-taxi-single__detail-time-title {
    font-size: 14px;
}
@media (max-width: 600px) {
    .page-taxi-single__detail-time-title {
        font-size: 12px;
    }
}
.page-taxi-single__detail-caution {
    margin-top: 20px;
}
.page-taxi-single__detail-caution p {
    font-size: 12px;
    line-height: 1.5;
}
.page-taxi-single__detail-caution ul {
    margin-top: 5px;
}
.page-taxi-single__detail-caution ul li {
    position: relative;
    padding-left: 1rem;
    font-size: 12px;
    line-height: 1.5;
}
.page-taxi-single__detail-caution ul li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.page-taxi-single__detail-btn {
    margin-top: 10px;
    height: 50px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.page-taxi-single__plan {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .page-taxi-single__plan {
        margin-top: 20px;
    }
}
@media (max-width: 600px) {
    .page-taxi-single__plan {
        margin-top: 320px;
    }
}
@media (max-width: 600px) {
    .page-taxi-single__plan {
        overflow: hidden;
    }
}
.page-taxi-single__plan-hotel {
    margin-top: 80px;
    margin-top: 10px;
}
@media (max-width: 600px) {
    .page-taxi-single__plan-hotel {
        margin-top: 10px;
    }
}
.page-taxi-single__plan-inner {
    display: flex;
    justify-content: center;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 0;
    gap: 64px;
    margin-top: 18px;
    margin-bottom: 28px;
}
@media (max-width: 600px) {
    .page-taxi-single__plan-inner {
        flex-direction: column;
        gap: 0;
    }
}
.page-taxi-single__plan-detail {
    padding: 30px 0 70px;
}
@media (max-width: 600px) {
    .page-taxi-single__plan-detail {
        padding: 30px 0;
    }
}
.page-taxi-single__plan-detail-ttl {
    position: relative;
    padding-left: 18px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}
.page-taxi-single__plan-detail-ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
    width: 6px;
    height: 36px;
    background: #c43527;
}
@media (max-width: 600px) {
    .page-taxi-single__plan-detail-lists {
        padding-top: 0;
    }
}
.page-taxi-single__plan-detail-lists-ttl {
    --min-size: 15;
    --max-size: 18;
    font-size: var(--clamp-size);
}
.page-taxi-single__plan-detail-list-item-ttl {
    --min-size: 15;
    --max-size: 18;
    font-size: var(--clamp-size);
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #c1c1c1;
    padding-top: 18px;
    padding-bottom: 18px;
}
@media (max-width: 600px) {
    .page-taxi-single__plan-detail-list-item-ttl--first {
        border-top: none;
    }
}
.page-taxi-single__plan-detail-list-item-ttl span {
    width: 10px;
    height: 10px;
    border-left: 2px solid #c43527;
    border-top: 2px solid #c43527;
    transform: rotate(225deg);
}
.page-taxi-single__plan-detail-list-item-ttl.active span {
    width: 10px;
    height: 10px;
    border-left: 2px solid #c43527;
    border-top: 2px solid #c43527;
    transform: rotate(45deg);
}
.page-taxi-single__plan-detail-list-item-txt {
    padding-top: 12px;
    padding-bottom: 18px;
    display: none;
}
.page-taxi-single__plan-detail-list-item-txt.is-open {
    display: block;
    border-top: 1px dashed #c1c1c1;
}
.page-taxi-single__plan-detail-list-item-txt a {
    text-decoration: underline;
}
.page-taxi-single__plan-detail-list-item-txt-item {
    margin-top: 25px;
}
.page-taxi-single__plan-detail-list-item-txt-item-ttl {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.page-taxi-single__plan-detail-list-item-txt-item-content {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6666666667;
}
.page-taxi-single__plan-detail-list-item-txt-item-content span {
    font-size: 12px;
    line-height: 1.3333333333;
    font-weight: bold;
}
.page-taxi-single__plan-detail-list-item-txt-item-content-place {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}
.page-taxi-single__plan-detail-list-item-txt-item-content-place p {
    color: #c43527;
    border: 1px solid #c43527;
    line-height: 1;
    padding: 6px 11px;
    border-radius: 13px;
}
.page-taxi-single__plan-detail-list-item-txt-machine {
    overflow: hidden;
}
@media (max-width: 600px) {
    .page-taxi-single__plan-detail-list-item-txt-machine {
        margin-right: calc(50% - 50vw);
        width: 100vw;
        overflow: initial;
    }
}
.page-taxi-single__plan-detail-list-item-txt-machine h4 {
    margin-top: 29px;
}
.page-taxi-single__plan-detail-list-item-txt-machine h4.first {
    margin-top: 0;
}
.page-taxi-single__plan-detail-list-item-txt-machine-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    overflow-x: auto;
    gap: 10px;
    width: 470px;
    margin-top: 15px;
}
@media (max-width: 600px) {
    .page-taxi-single__plan-detail-list-item-txt-machine-lists {
        max-width: 100%;
        width: 100%;
    }
}
.page-taxi-single__plan-detail-list-item-txt-machine-list {
    width: 205px;
    padding-bottom: 20px;
}
.page-taxi-single__plan-detail-list-item-txt-machine-list img {
    width: 205px;
    height: auto;
}
.page-taxi-single__plan-detail-list-item-single {
    font-size: 14px;
    font-weight: 500;
}
.page-taxi-single__plan-detail-list-item-single--last {
    border-bottom: 1px solid #c1c1c1;
}
.page-taxi-single__plan-detail-list-item-img {
    margin-top: 10px;
}
.page-taxi-single__plan-detail-list-item-img.tabImg {
    display: none;
}
.page-taxi-single__plan-detail-list-item-img.tabImg.is-show {
    display: block;
}
.page-taxi-single__plan-detail-left,
.page-taxi-single__plan-detail-right {
    width: calc((100% - 64px) / 2);
}
@media (max-width: 600px) {
    .page-taxi-single__plan-detail-left,
    .page-taxi-single__plan-detail-right {
        width: 100%;
    }
}
.page-taxi-single__near {
    padding-bottom: 88px;
}
@media (max-width: 600px) {
    .page-taxi-single__near {
        padding-bottom: 40px;
    }
}
.page-taxi-single__near-lists {
    margin-top: 30px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.page-taxi-single__near-list {
    display: inline-flex;
    flex-direction: column;
    width: calc((100% - 40px) / 2);
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 600px) {
    .page-taxi-single__near-list {
        width: 100%;
    }
}
.page-taxi-single__near-list-photo {
    max-width: 495px;
    width: 100%;
}
.page-taxi-single__near-list-photo * {
    min-height: 0;
    min-width: 0;
    line-height: 0;
}
@media (max-width: 600px) {
    .page-taxi-single__near-list-photo {
        max-width: 100%;
    }
}
.page-taxi-single__near-list-photo-thumb {
    position: relative;
}
.page-taxi-single__near-list-photo-lists .slick-list .slick-track {
    margin-left: 0 !important;
    transform: none !important;
}
.page-taxi-single__near-list-photo-list {
    position: relative;
}
.page-taxi-single__near-list-photo-list .slider-nav .slick-track {
    transform: unset !important;
}
.page-taxi-single__near-list-photo .slick-img img {
    object-fit: cover;
    aspect-ratio: 309/197;
    border-radius: 5px 5px 0 0;
}
.page-taxi-single__near-list-photo .slick-slide .slider-nav-img {
    opacity: 0.3;
    transition: opacity 0.4s linear;
}
.page-taxi-single__near-list-photo .slick-slide .slider-nav-img img {
    object-fit: cover;
    aspect-ratio: 309/197;
    display: relative;
}
.page-taxi-single__near-list-photo .slick-track {
    margin-left: 0 !important;
}
.page-taxi-single__near-list-photo .slick-slide.slick-current .slider-nav-img {
    opacity: 1;
}
.page-taxi-single__near-list-photo .slider,
.page-taxi-single__near-list-photo .slider-nav {
    line-height: 0;
    font-size: 0;
}
.page-taxi-single__near-list-ttl {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
}
.page-taxi-single__near-list-ttl-sub {
    position: absolute;
    left: 20px;
    top: 14px;
    --min-size: 10;
    --max-size: 12;
    font-size: var(--clamp-size);
    color: #ffffff;
    line-height: 1.4166666667;
    font-weight: bold;
}
.page-taxi-single__near-list-hp {
    width: auto;
    height: 26px;
    background: #ffffff;
    padding: 5px 15px 5px 10px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 14px;
}
.page-taxi-single__near-list-hp::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 5px;
    width: 5px;
    border-top: 1px solid #c43527;
    border-right: 1px solid #c43527;
    transition: ease 0.3s;
}
.page-taxi-single__near-list-hp:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
@media (max-width: 1060px) {
    .page-taxi-single__near-list-hp {
        right: 15px;
        bottom: initial;
        top: 10px;
    }
}
.page-taxi-single__near-list-content {
    background: #fff;
    line-height: initial;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}
.page-taxi-single__near-list-content-ttl {
    --min-size: 20;
    --max-size: 20;
    font-size: var(--clamp-size);
    line-height: 1.3;
    font-weight: bold;
}
.page-taxi-single__near-list-content-txt {
    margin-top: 12px;
}
.page-taxi-single__near-list-content-detail {
    margin-top: 10px;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.page-taxi-single__near-list-content-detail-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    width: 100%;
}
@media (max-width: 1100px) {
    .page-taxi-single__near-list-content-detail-inner {
        flex-direction: column;
    }
}
.page-taxi-single__near-list-content-detail-item {
    flex-direction: column;
    display: flex;
    width: 203px;
}
@media (max-width: 1100px) {
    .page-taxi-single__near-list-content-detail-item {
        width: 100%;
    }
}
.page-taxi-single__near-list-content-detail-item--price {
    width: 160px;
    margin-top: 10px;
}
@media (max-width: 1100px) {
    .page-taxi-single__near-list-content-detail-item--price {
        width: fit-content;
        margin-right: auto;
    }
}
.page-taxi-single__near-list-content-detail-item--wide {
    width: 100%;
}
.page-taxi-single__near-list-content-detail-item-link {
    width: calc(100% - 203px - 18px);
}
@media (max-width: 1100px) {
    .page-taxi-single__near-list-content-detail-item-link {
        margin-top: 12px;
        width: 100%;
    }
}
.page-taxi-single__near-list-content-detail-item-link a {
    border: 1px solid #c43527;
    padding: 10px;
    height: 50px;
    max-width: 374px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 5px;
    color: #c43527;
    font-weight: bold;
    font-size: 15px;
    flex-direction: column;
    margin-top: auto;
    transition: ease-in-out 0.3s;
}
@media (max-width: 1100px) {
    .page-taxi-single__near-list-content-detail-item-link a {
        max-width: 100%;
    }
}
.page-taxi-single__near-list-content-detail-item-link a:hover {
    background: #c43527;
    color: #fff;
    transition: ease-in 0.3s;
}
.page-taxi-single__near-list-content-detail-item-link a span {
    font-size: 10px;
    font-weight: 500;
    margin-top: 2px;
}
.page-taxi-single__near-list-content-detail-item-tag {
    color: #c43527;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.7;
    position: relative;
    padding-left: 14px;
}
.page-taxi-single__near-list-content-detail-item-tag::before {
    position: absolute;
    content: "";
    background: url("../img/price-tag.svg") no-repeat center center/cover;
    width: 9px;
    height: 9px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-taxi-single__near-list-content-detail-item-txt {
    color: #808080;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.8;
}
.page-taxi-single__near-list-content-detail-item-ttl {
    color: #333333;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.7;
}
.page-taxi-single__near-list-content-detail-item-number {
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat;
    line-height: 1.2083333333;
    color: #333333;
}
.page-taxi-single__near-list-content-detail-item-number span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7692307692;
}
.page-taxi-single__near-list-content-none {
    margin-top: -30px;
    --min-size: 10;
    --max-size: 12;
    font-size: var(--clamp-size);
}
.page-taxi-single__scenery {
    overflow: hidden;
}
.page-taxi-single__scenery-lists {
    display: flex;
    gap: 34px;
    margin-top: 20px;
    width: 1030px;
}
.page-taxi-single__scenery-lists-wrap {
    margin-right: calc(50% - 50vw);
    width: 100vw;
    overflow-x: auto;
    padding-bottom: 20px;
    --sb-track-color: #dddddd;
    --sb-thumb-color: #c43527;
    --sb-size: 5px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
.page-taxi-single__scenery-lists-wrap::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size);
}
.page-taxi-single__scenery-lists-wrap::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
}
.page-taxi-single__scenery-lists-wrap::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
}
.page-taxi-single__scenery-list {
    background: #f4f4f4;
    height: 190px;
    width: 320px;
}
.page-taxi-single__option {
    padding: 50px 0 60px;
    overflow: hidden;
}
@media (max-width: 600px) {
    .page-taxi-single__option {
        padding: 39px 0;
    }
}
.page-taxi-single__option-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 19px;
    margin-top: 30px;
}
.page-taxi-single__option-lists-wrap {
    margin-right: calc(50% - 50vw);
    max-width: 1060px;
    overflow-x: auto;
    padding-bottom: 20px;
    --sb-track-color: #dddddd;
    --sb-thumb-color: #c43527;
    --sb-size: 5px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
.page-taxi-single__option-lists-wrap::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size);
}
.page-taxi-single__option-lists-wrap::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
}
.page-taxi-single__option-lists-wrap::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
}
.page-taxi-single__option-list {
    display: flex;
    flex-direction: column;
    width: 243px;
}
.page-taxi-single__option-list-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7222222222;
    margin-top: 10px;
}
.page-taxi-single__option-list-ttl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.page-taxi-single__option-list-ttl-wrap span {
    color: #c43527;
    font-size: 10px;
    text-decoration: underline;
    font-weight: bold;
}
.page-taxi-single__option-list-txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4166666667;
    margin-top: 10px;
}
.page-taxi-single__option-list-price {
    margin-top: 10px;
    display: flex;
}
.page-taxi-single__option-list-price-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2222222222;
}
.page-taxi-single__option-list-price-sub {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.7;
}
.page-taxi-single__option-list-price-txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.75;
    display: flex;
    align-items: center;
}
.page-taxi-single__option-list-price-wrap {
    margin-left: auto;
}
.page-taxi-single__common-ttl {
    --min-size: 18;
    --max-size: 22;
    font-size: var(--clamp-size);
    line-height: 0.9;
    font-weight: bold;
}
.page-taxi-single__common-contact {
    margin: 50px auto 0;
    align-items: center;
    background: #c43527;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
    justify-content: center;
    line-height: 1.7333333333;
    width: 100%;
    max-width: 350px;
}
@media (max-width: 600px) {
    .page-taxi-single__common-contact {
        width: 100%;
    }
}

.page-taxi__kv {
    width: 100%;
    height: 400px;
    background: url("../img/taxi-kv.jpg") no-repeat left top;
    background-size: cover;
    line-height: 1.5;
    color: #fff;
}
@media (max-width: 600px) {
    .page-taxi__kv {
        height: 200px;
    }
}
.page-taxi__kv .common__inner {
    display: flex;
    align-items: center;
    height: 100%;
}
.page-taxi__kv-title {
    margin-top: 5px;
    font-size: 50px;
    font-weight: 600;
}
.page-taxi__kv-title-en {
    font-size: 16px;
    font-weight: 300;
}
@media (max-width: 600px) {
    .page-taxi__kv-title {
        margin-top: 3px;
        font-size: 32px;
    }
    .page-taxi__kv-title-en {
        font-size: 12px;
    }
}
.page-taxi__kv-text {
    margin-top: 10px;
    font-size: 24px;
}
@media (max-width: 600px) {
    .page-taxi__kv-text {
        margin-top: 5px;
        font-size: 16px;
    }
}
.page-taxi__intro {
    margin-top: 60px;
}
@media (max-width: 600px) {
    .page-taxi__intro {
        margin-top: 30px;
    }
}
.page-taxi__intro-title {
    position: relative;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
.page-taxi__intro-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 4px;
    background: #c43527;
}
.page-taxi__intro-title-en {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #666;
    text-align: center;
}
@media (max-width: 600px) {
    .page-taxi__intro-title {
        font-size: 22px;
        padding-bottom: 15px;
    }
    .page-taxi__intro-title::after {
        width: 80px;
        height: 3px;
        margin-left: -40px;
    }
    .page-taxi__intro-title-en {
        margin-bottom: 5px;
        font-size: 12px;
    }
}
.page-taxi-lead {
    font-size: 16px;
    line-height: 1.75;
}
@media (max-width: 600px) {
    .page-taxi-lead {
        font-size: 14px;
    }
}
.page-taxi__scene {
    margin-top: 60px;
}
@media (max-width: 600px) {
    .page-taxi__scene {
        margin-top: 30px;
    }
}
.page-taxi__scene-card {
    width: 33.3%;
    padding: 0 10px;
}
@media (max-width: 600px) {
    .page-taxi__scene-card {
        margin-top: 20px;
        width: 100%;
        padding: 0;
    }
    .page-taxi__scene-card:first-child {
        margin-top: 0;
    }
}
.page-taxi__scene-card-wrap {
    display: flex;
    margin: 30px -10px 0;
}
@media (max-width: 600px) {
    .page-taxi__scene-card-wrap {
        flex-direction: column;
        margin: 20px 0 0;
    }
}
.page-taxi__scene-card-img {
    width: 100%;
    border-radius: 5px;
}
.page-taxi__scene-card-title {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
@media (max-width: 600px) {
    .page-taxi__scene-card-title {
        margin-top: 10px;
    }
}
.page-taxi__scene-card-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.75;
}
@media (max-width: 600px) {
    .page-taxi__scene-card-text {
        margin-top: 3px;
    }
}
.page-taxi__route {
    margin-top: 60px;
}
@media (max-width: 600px) {
    .page-taxi__route {
        margin-top: 30px;
    }
}
.page-taxi__route-card {
    width: calc((100% - 40px) / 3);
    margin-top: 20px;
    margin-right: 20px;
    padding-bottom: 17px;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
    overflow: hidden;
}
.page-taxi__route-card:nth-child(3n) {
    margin-right: 0;
}
@media (max-width: 600px) {
    .page-taxi__route-card {
        margin-top: 20px;
        width: 100%;
        padding: 0;
    }
    .page-taxi__route-card:first-child {
        margin-top: 0;
    }
}
.page-taxi__route-card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px 0;
}
@media (max-width: 600px) {
    .page-taxi__route-card-wrap {
        flex-direction: column;
        margin: 20px 0 0;
    }
}
.page-taxi__route-card-link {
    display: block;
    width: 100%;
}
@media (max-width: 600px) {
    .page-taxi__route-card-link {
        padding-bottom: 15px;
    }
}
.page-taxi__route-card-img {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 600px) {
    .page-taxi__route-card-img {
        padding-top: 33.33%;
    }
}
.page-taxi__route-card-title {
    margin: 17px 17px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
@media (max-width: 600px) {
    .page-taxi__route-card-title {
        margin: 10px 15px 0;
    }
}
.page-taxi__route-card-tag {
    background: #f4f1f0;
    border-radius: 100px;
    font-size: 10px;
    line-height: 1;
    margin: 5px 5px 0 0;
    padding: 3px 8px;
}
.page-taxi__route-card-tag-list {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 17px 0;
}
@media (max-width: 600px) {
    .page-taxi__route-card-tag-list {
        margin: 3px 15px 0;
    }
}
.page-taxi__route-card-price,
.page-taxi__route-card-time {
    font-size: 12px;
    line-height: 1.5;
}
.page-taxi__route-card-price span,
.page-taxi__route-card-time span {
    font-size: 22px;
    font-weight: 500;
}
.page-taxi__route-card-time span {
    margin: 0 3px 0 3px;
}
.page-taxi__route-card-price span {
    margin: 0 3px 0 3px;
}
.page-taxi__route-card-price-wrap {
    display: flex;
    justify-content: space-between;
    margin: 10px 17px 0;
}
@media (max-width: 600px) {
    .page-taxi__route-card-price-wrap {
        margin: 5px 15px 0;
    }
}
.page-taxi__map {
    margin-top: 80px;
    padding: 70px 0;
    background: #f4f4f4;
}
@media (max-width: 600px) {
    .page-taxi__map {
        margin-top: 40px;
        padding: 40px 0;
    }
}
.page-taxi__map-search {
    margin-top: 30px;
    display: flex;
    gap: 42px;
}
@media (max-width: 1060px) {
    .page-taxi__map-search {
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .page-taxi__map-search {
        background: #fff;
        border-radius: 10px;
        gap: 24px;
    }
}
.page-taxi__map-search-area {
    width: 629px;
    min-height: 340px;
}
@media (max-width: 1060px) {
    .page-taxi__map-search-area {
        width: 100%;
        min-height: initial;
    }
}
.page-taxi__map-search-area img {
    width: 629px;
    border-radius: 10px;
}
@media (max-width: 1060px) {
    .page-taxi__map-search-area img {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .page-taxi__map-search-area {
        width: 100%;
    }
    .page-taxi__map-search-area img {
        width: 100%;
    }
}
.page-taxi__map-search-edit {
    width: calc(100% - 42px - 629px);
}
@media (max-width: 1060px) {
    .page-taxi__map-search-edit {
        display: flex;
        width: 100%;
        gap: 42px;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .page-taxi__map-search-edit {
        flex-direction: column;
        width: 100%;
        padding: 0 16px 20px;
        border-radius: 10px;
        gap: 0;
    }
}
@media (max-width: 1060px) {
    .page-taxi__map-search-edit form {
        display: flex;
        width: 100%;
        gap: 60px;
        align-items: flex-end;
    }
}
@media (max-width: 600px) {
    .page-taxi__map-search-edit form {
        flex-direction: column;
        gap: initial;
    }
}
.page-taxi__map-search-edit-process {
    padding-bottom: 24px;
    border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 1060px) {
    .page-taxi__map-search-edit-process {
        width: 50%;
        border-bottom: none;
        padding-bottom: 0;
    }
}
@media (max-width: 600px) {
    .page-taxi__map-search-edit-process {
        width: 100%;
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 24px;
    }
}
@media (max-width: 1060px) {
    .page-taxi__map-search-edit-output {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .page-taxi__map-search-edit-output {
        width: 100%;
    }
}
.page-taxi__map-search-edit-single:not(:first-child) {
    margin-top: 20px;
}
.page-taxi__map-search-edit-single-label {
    position: relative;
}
.page-taxi__map-search-edit-single-label.first::before {
    content: "";
    background-image: linear-gradient(
        to bottom,
        #707070,
        #707070 3px,
        transparent 3px,
        transparent 3px
    );
    background-size: 6px 1px;
    background-repeat: repeat-y;
    position: absolute;
    width: 1px;
    top: 27px;
    left: 14px;
    height: 63px;
}
.page-taxi__map-search-edit-single-label label {
    display: flex;
    padding-left: 8px;
    align-items: center;
    justify-content: center;
    width: 116.5px;
    position: relative;
    cursor: pointer;
}
.page-taxi__map-search-edit-single-label label::before,
.page-taxi__map-search-edit-single-label label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.page-taxi__map-search-edit-single-label label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
}
.page-taxi__map-search-edit-single-label label::after {
    background-color: #ddd;
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 7px;
}
.page-taxi__map-search-edit-single-label input:checked + label::after {
    opacity: 1;
    background: #c43527;
}
.page-taxi__map-search-edit-single-label .visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}
.page-taxi__map-search-edit-single-label-area {
    font-weight: bold;
}
.page-taxi__map-search-edit-single-select {
    margin-left: 42px;
    margin-top: 8px;
}
.page-taxi__map-search-edit-directions {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.page-taxi__map-search-edit-direction {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    line-height: 1;
    width: 97px;
    position: relative;
}
.page-taxi__map-search-edit-direction.is-active {
    background: #c43527;
    color: #fff;
}
.page-taxi__map-search-edit-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.page-taxi__map-search-edit-detail-txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
    display: flex;
    flex-wrap: wrap;
}
.page-taxi__map-search-edit-detail-number {
    font-family: Montserrat;
    font-weight: 600;
    line-height: 1.0909090909;
    font-size: 20px;
    margin: 0 5px;
}
.page-taxi__map-search-edit-detail-unit {
    font-weight: bold;
}
.page-taxi__map-search-edit-detail-btn {
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    background: #c43527;
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 1.3333333333;
    padding: 16px 10px;
}
.page-taxi__map-search-edit-detail-btn:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
.page-taxi__area {
    background: #f4f4f4;
    padding: 70px 0;
}
@media (max-width: 600px) {
    .page-taxi__area {
        padding: 40px 0;
    }
}
.page-taxi__area-ttl {
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.72;
}
.page-taxi__area-lists {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 16px;
}
@media (max-width: 768px) {
    .page-taxi__area-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .page-taxi__area-lists {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.page-taxi__area-list {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.page-taxi__area-list img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 330/186;
}
.page-taxi__area-list-ttl {
    position: absolute;
    right: 14px;
    bottom: 1px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.72;
    color: #fff;
}
.page-taxi__area-list-ttl-ossm {
    position: absolute;
    right: 8px;
    bottom: 0px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.72;
    color: #fff;
}
.page-taxi__area-list-price {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7142857143;
    color: #fff;
}
.page-taxi__area-list-price-number {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 7px 0 5px;
}
.page-taxi__active {
    padding: 70px 0;
    overflow: hidden;
}
.page-taxi__active-single {
    padding: 30px 0 20px;
}
.page-taxi__active-single:not(:last-child) {
    border-bottom: 1px solid #c1c1c1;
}
.page-taxi__active-single-head {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.page-taxi__active-single-head-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin-right: 14px;
}
.page-taxi__active-single-head-ttl-sub {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7142857143;
    color: #898989;
}
.page-taxi__active-single-lists {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 17px;
    padding-bottom: 20px;
    padding-right: 4px;
    padding-left: 4px;
    width: 1030px;
}
.page-taxi__active-single-lists-wrap {
    --sb-track-color: #dddddd;
    --sb-thumb-color: #c43527;
    --sb-size: 5px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    padding-bottom: 20px;
}
@media (max-width: 1200px) {
    .page-taxi__active-single-lists-wrap {
        overflow-x: hidden;
    }
}
@media (max-width: 1060px) {
    .page-taxi__active-single-lists-wrap {
        overflow-x: auto;
        max-width: 1060px;
        margin-right: calc(50% - 50vw);
    }
}
.page-taxi__active-single-lists-wrap::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size);
}
.page-taxi__active-single-lists-wrap::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
}
.page-taxi__active-single-lists-wrap::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
}
.page-taxi__active-single-lists-wrap:not(:last-child) {
    border-bottom: 1px solid #c1c1c1;
}
.page-taxi__active-single-list {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.page-taxi__active-single-list-img img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.page-taxi__active-single-list-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.page-taxi__active-single-list-cat {
    border-radius: 13px;
    background: #ebebeb;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    width: fit-content;
    padding: 6px 13px;
    line-height: 1;
}
.page-taxi__active-single-list-cat-wrap {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 6px;
}
.page-taxi__active-single-list-content {
    padding: 12px 18px;
}
.page-taxi__active-single-list-detail {
    display: flex;
    margin-top: 10px;
}
.page-taxi__active-single-list-detail-ttl {
    font-size: 10px;
    color: #333333;
    font-weight: 500;
}
.page-taxi__active-single-list-detail-time {
    display: flex;
    flex-direction: column;
    padding-right: 26px;
}
.page-taxi__active-single-list-detail-time
    + .page-taxi__active-single-list-detail-price {
    border-left: 1px solid #707070;
}
.page-taxi__active-single-list-detail-price {
    display: flex;
    flex-direction: column;
    padding-left: 26px;
}
.page-taxi__active-single-list-detail-txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6666666667;
}
.page-taxi__active-single-list-detail-txt-number {
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
}

.page-taxi-single__kv-search-head-single-info {
    color: #c1c1c1;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    min-width: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5px;
}

@media (max-width: 600px) {
    .page-taxi-single__kv-img {
        height: 170px;
        min-height: 170px;
    }
    .page-taxi-single__kv__plan {
        margin-top: 430px;
    }
    .page-taxi-single__kv-search {
        margin-top: 0px;
        background: #e0e0e0;
        /* margin-bottom: -310px; */
        margin-bottom: -415px;
    }
    .page-taxi-single__kv-search-head-single {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        padding-left: 22px;
        position: relative;
        width: 100%;
    }
    .page-taxi-single__kv-search-head-single-ttl {
        margin: 2px;
        width: 100%;
    }
    .page-taxi-single__kv-search-head-inner {
        background: #fff;
        /* border: 1px solid #c1c1c1; */
        border-radius: 5px;
        padding: 10px 16px;
    }
    .page-taxi-single__kv-search-head-inner
        + .page-taxi-single__kv-search-head-inner {
        margin-top: 10px;
        /* border-top: 1px solid #c1c1c1; */
        border-top: none;
    }
    .page-taxi-single__kv-search-content-detail-box {
        background: #fff;
    }
    .page-taxi-single__kv-search-content-detail-box-price {
        border-left: none;
    }
    .page-taxi-single__kv-search-content-detail-number {
        font-size: 26px;
    }
    .page-taxi-single__kv-search-content-select {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .page-taxi-single__kv-search-content-select-single {
        width: 48%;
    }
    .page-taxi-single__kv-search-content-select-single label {
        font-size: 10px;
        font-weight: bold;
        width: 60px;
        color: #c1c1c1;
        margin-left: 10px;
    }
    .page-taxi-single__kv-head {
        align-items: flex-start;
    }
    .page-taxi-single__kv-head-ttl {
        text-align: start;
    }
    .page-taxi-single__kv-head-ttl-root {
        font-size: 12px;
    }
    .taxi-pc {
        display: none;
    }
    .taxi-sp {
        display: block;
    }
}
.taxi-sp {
    display: none;
}

@media (max-width: 768px) {
    .page-taxi-single__kv-search {
        /* padding: 24px 20px; */
        padding: 10px;
    }
    .page-taxi-single__kv-search-content {
        flex-direction: column;
        gap: 10px;
        margin-top: 0px;
    }
}
@media (max-width: 600px) {
    .page-taxi-single__kv-search-head-single {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        padding-left: 22px;
        position: relative;
        width: 100%;
    }
    .page-taxi-single__kv-search-head-single-ttl {
        margin-left: 0;
        margin-top: 2px;
        width: 100%;
    }
}
.hero {
    padding-top: 80px;
    padding-bottom: 73px;
    width: 100%;
    min-height: 594px;
    background: url("../img/hero__bg.png") no-repeat center center/cover;
    /*選択されているタブのコンテンツのみを表示*/
}
@media (max-width: 768px) {
    .hero {
        min-height: 655px;
    }
}
@media (max-width: 600px) {
    .hero {
        min-height: auto;
        min-height: initial;
        padding-top: 50px;
        padding-bottom: initial;
    }
}
.hero__head {
    text-align: center;
    padding-top: 90px;
}
@media (max-width: 768px) {
    .hero__head {
        padding-top: 50px;
    }
}
@media (max-width: 600px) {
    .hero__head {
        padding-top: initial;
    }
}
.hero__head-txt {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
    --min-size: 12;
    --max-size: 18;
    font-size: var(--clamp-size);
}
.hero__head-logo {
    margin-top: 12px;
    width: 190px;
    height: 59.5px;
}
.hero__head-logo-cap {
    color: #fff;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.7;
}
.hero__tab {
    padding-bottom: 1em;
    margin: 40px auto 0;
    z-index: 1;
    position: relative;
}
.hero__tab-item {
    width: 25%;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.6666666667;
    transition: all 0.2s ease;
    position: relative;
}
@media (max-width: 768px) {
    .hero__tab-item {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .hero__tab-item--left {
        border-radius: 5px 0 0 0px;
        height: 40px;
    }
}
@media (max-width: 768px) {
    .hero__tab-item--right {
        border-radius: 0 5px 0px 0;
        height: 40px;
    }
}
.hero__tab-content {
    display: none;
    padding: 26px 35px 30px;
    clear: both;
    overflow: hidden;
    background-color: #fff;
}
@media (max-width: 768px) {
    .hero__tab-content {
        background: transparent;
        padding: 17px 0;
    }
}
@media (max-width: 768px) and (max-width: 600px) {
    .hero__tab-content {
        margin-top: 8px;
    }
}
.hero__tab-content-submit {
    background: #c43527;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7333333333;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .hero__tab-content-submit {
        width: 100%;
        background: transparent;
        height: 55px;
    }
}
.hero__tab-content-submit:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
.hero__tab-content-01 {
    display: flex;
    width: 100%;
}
@media (max-width: 768px) {
    .hero__tab-content-01 {
        flex-direction: column;
    }
}
.hero__tab-content-01-setting {
    width: 50%;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1100px) {
    .hero__tab-content-01-setting {
        flex-direction: column;
        width: 100%;
    }
}
.hero__tab-content-01-submit {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .hero__tab-content-01-submit {
        width: 100%;
        margin-top: 17px;
    }
}
@media (max-width: 768px) and (max-width: 600px) {
    .hero__tab-content-01-submit {
        margin-top: 8px;
    }
}
.hero__tab-content-01-select {
    width: 233px;
    font-weight: 500;
}
@media (max-width: 1100px) {
    .hero__tab-content-01-select {
        width: 100%;
    }
}
.hero__tab-content-01-radio {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    display: flex;
    max-width: 233px;
    width: 100%;
    background: #fff;
}
.hero__tab-content-01-radio--zh label {
    width: 170px !important;
}
@media (max-width: 1100px) {
    .hero__tab-content-01-radio {
        margin-top: 17px;
        max-width: 100%;
        justify-content: space-evenly;
    }
}
@media (max-width: 1100px) and (max-width: 600px) {
    .hero__tab-content-01-radio {
        margin-top: 8px;
    }
}
.hero__tab-content-01-radio-inner {
    width: 50%;
    display: flex;
    justify-content: center;
}
.hero__tab-content-01-radio-inner-night {
    border-left: 1px solid #c1c1c1;
}
.hero__tab-content-01-radio label {
    display: flex;
    padding: 13px;
    align-items: center;
    justify-content: center;
    width: 150px;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}
.hero__tab-content-01-radio label div {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
}
.hero__tab-content-01-radio label div .time {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
}
.hero__tab-content-01-radio label div .time-detail {
    font-size: 15px;
    line-height: 1;
    margin-top: 1px;
    margin: 0 5px;
}
.hero__tab-content-01-radio label::before,
.hero__tab-content-01-radio label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.hero__tab-content-01-radio label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
}
.hero__tab-content-01-radio label::after {
    background-color: #ddd;
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 7px;
}
.hero__tab-content-01-radio input:checked + label::after {
    opacity: 1;
    background: #c43527;
}
.hero__tab-content-01-radio .visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}
.hero__tab-content-02 p {
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .hero__tab-content-02 p {
        color: #fff;
    }
}
.hero__tab-content-02-submit {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .hero__tab-content-02-submit {
        width: 100%;
        margin-top: 17px;
    }
}
@media (max-width: 768px) and (max-width: 600px) {
    .hero__tab-content-02-submit {
        margin-top: 8px;
    }
}
.hero__tab-content select {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    position: relative;
    padding: 13px 13px 13px 42px;
    line-height: 1;
    height: 42px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}
.hero__tab-content .select-wrap {
    position: relative;
    width: 100%;
}
.hero__tab-content .select-wrap::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 16px;
    height: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    background: url("../img/point.png") no-repeat center center/cover;
    z-index: 1;
}
.hero__tab-content .select-wrap::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #c43527;
    border-left: 1px solid #c43527;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
    z-index: 1;
}
.hero input[name="tab_item"] {
    display: none;
}
.hero #tab1:checked ~ #tab1_content,
.hero #tab2:checked ~ #tab2_content {
    display: block;
}
.hero .hero__tab input:checked + .hero__tab-item {
    background-color: #e0e0e0;
    color: #c43527;
}
@media (max-width: 600px) {
    .hero .hero__tab input:checked + .hero__tab-item {
        font-size: 14px;
        height: 40px;
    }
}
.hero #all:checked ~ #all_content,
.hero #programming:checked ~ #programming_content,
.hero #design:checked ~ #design_content {
    display: block;
}

#page_top {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    position: fixed;
    right: 5px;
    bottom: 62px;
    background: rgba(123, 123, 123, 0.5);
    padding: 0.3rem 0.7rem 0 0.4rem;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
}
@media (max-width: 768px) {
    #page_top {
        width: 90px;
        height: 40px;
        position: fixed;
        right: 4px;
        bottom: 100px;
        background: rgba(123, 123, 123, 0.5);
        padding: 0.3rem 0.7rem 0 0.4rem;
        opacity: 0.7;
        border-radius: 0;
    }
}
#page_top a {
    display: block;
    width: 80px;
    height: 40px;
    text-decoration: none;
    border: none;
    z-index: 50;
}
@media (max-width: 768px) {
    #page_top a {
        position: relative;
        border: none;
        display: flex;
        align-items: center;
        z-index: 50;
    }
}
#page_top a::before {
    content: "▲";
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    margin: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
    #page_top a::before {
        content: "▲ TOP";
        font-size: 0.9rem;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 40px;
        transform: translate(-50%, calc(-50% + 2px));
        margin: auto;
        text-align: center;
    }
}

.hero {
    padding-top: 100px;
}
.hero__tab {
    padding-bottom: 1em;
    margin: -59px auto 0;
    z-index: 1;
    position: relative;
}
@media (max-width: 768px) {
    .hero__tab {
        margin: -39px auto 0;
    }
}
.hero__tab-content {
    background-color: #e0e0e0;
    border-radius: 0 0 5px 5px;
}
.hero__tab-content-01-setting {
    width: 280%;
}
@media (max-width: 1100px) {
    .hero__tab-content-01-setting {
        width: 100%;
    }
}
.hero__tab-content-01-select {
    width: 312px;
}
@media (max-width: 1100px) {
    .hero__tab-content-01-select {
        width: unset;
    }
}
.hero__tab-content-01-radio {
    max-width: 344px;
    height: 42px;
}
@media (max-width: 1100px) {
    .hero__tab-content-01-radio {
        max-width: unset;
        height: 42px;
    }
}
.hero__tab-content-01-submit {
    width: 79%;
}
@media (max-width: 768px) {
    .hero__tab-content-01-submit {
        width: 100%;
    }
}
.hero__tab-content-submit {
    width: 90%;
}
@media (max-width: 768px) {
    .hero__tab-content-submit {
        width: 100%;
        background: #c43527;
    }
}
.hero__tab-content {
    padding: 20px 20px;
}
@media (max-width: 600px) {
    .hero__tab-content {
        padding: 8px;
    }
}

.hero {
    padding-top: 100px;
    padding-bottom: 0;
    width: 100%;
    min-height: auto;
    background: none;
}

.top__charter {
    background: #fff;
    padding: 50px 0;
    position: relative;
}
@media (max-width: 600px) {
    .top__charter {
        padding: 40px 0;
    }
}
.top__charter-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.95);
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    font-family: Montserrat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top__charter-lists {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 21px;
}
@media (max-width: 768px) {
    .top__charter-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .top__charter-lists {
        grid-template-columns: 1fr;
    }
}
.top__charter-list {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.top__charter-list-img {
    border-radius: 5px 5px 0 0;
    position: relative;
}
.top__charter-list-inner-top {
    left: 10px;
    top: 10px;
    position: absolute;
    color: #fff;
}
.top__charter-list-inner-top-ttl {
    font-weight: bold;
    line-height: 1;
    font-size: 25px;
}
.top__charter-list-inner-top-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1666666667;
}
.top__charter-list-inner-bottom {
    left: 10px;
    bottom: 10px;
    position: absolute;
    color: #fff;
    line-height: 1;
}
.top__charter-list-inner-bottom-price {
    font-size: 14px;
}
.top__charter-list-inner-bottom-price span {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    margin: 0 6px;
}

.new_top__charter {
    background: #f4f4f4;
    padding: 80px 0 50px;
}
.new_top__charter--zh .new_top__charter-list-detail {
    padding: 5px 10px;
}
.new_top__charter--en .new_top__charter-list-head {
    top: 10px;
    left: 10px;
}
.new_top__charter--en .new_top__charter-list-head-ttl {
    line-height: 1.5;
}
.new_top__charter--en .new_top__charter-list-detail {
    padding: 5px 10px 15px;
}
.new_top__charter--en .new_top__charter-list-details {
    margin-top: 5px;
    align-items: flex-end;
}
.new_top__charter--en .new_top__charter-time {
    width: 40px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
}
.new_top__charter--en .new_top__charter-list-detail-price {
    line-height: 1;
}
.new_top__charter-time {
    font-size: 11px;
}
.new_top__charter-time span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__charter-inner {
    overflow: hidden;
}
@media (max-width: 600px) {
    .new_top__charter {
        padding: 40px 0;
    }
}
.new_top__charter-img img {
    border-radius: 5px 5px 0 0;
}
@media (max-width: 600px) {
    .new_top__charter-img img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 329/185;
        border-radius: 5px 5px 0 0;
    }
}
.new_top__charter-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.new_top__charter-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.new_top__charter-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.new_top__charter-lists {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px) {
    .new_top__charter-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .new_top__charter-lists {
        grid-template-columns: 1fr;
        overflow-x: auto;
        gap: 21px;
    }
}
.new_top__charter-list {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0 0 5px 5px;
    margin: 0 0 1px 0;
}
.new_top__charter-list-details {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.new_top__charter-list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_top__charter-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    color: #fff;
    left: 7px;
    top: -10px;
}
@media (max-width: 600px) {
    .new_top__charter-list-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        color: #fff;
        left: 7px;
        top: -10px;
    }
}
.new_top__charter-list-head-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 3.2222222222;
    width: fit-content;
    width: 235px;
}
@media (max-width: 600px) {
    .new_top__charter-list-head-ttl {
        font-size: 20px;
        font-weight: bold;
        line-height: 3.2222222222;
        width: fit-content;
        width: 235px;
    }
}
.new_top__charter-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6875;
    flex: 1;
    margin: 5px 0px 0 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 600px) {
    .new_top__charter-list-head-txt {
        margin-left: 10px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6875;
        flex: 1;
        margin: 5px 0px 0 5px;
        letter-spacing: -0.5px;
    }
}
.new_top__charter-list-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.new_top__charter-list-icon img {
    width: 34px;
    height: 34px;
}
.new_top__charter-list-detail {
    background: #fff;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    border-radius: 0 0 5px 5px;
}
.new_top__charter-list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.new_top__charter-list-detail-prices {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.new_top__charter-list-detail-prices-list_price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
    font-size: 12px;
    padding: 4px 0px 0 0;
    font-size: 12px;
    line-height: 1.6666666667;
}
.new_top__charter-list-detail-prices-list_price span {
    font-size: 12px;
    margin: 0 0 0 12px;
}
.new_top__charter-list-detail-price {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.new_top__charter-list-detail-price span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__charter-list-detail-list-price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
}
.new_top__charter-plans {
    background: #fff;
}
.new_top__charter-plans-lists {
    display: flex;
}
.new_top__charter-plans-list {
    border-radius: 5px;
    width: 50%;
    position: relative;
}
.new_top__charter-plans-list a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.new_top__charter-plans-list:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #707070;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_top__charter-plans-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.new_top__charter-list-detail-list_price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #838383;
    color: #838383;
}

.new_top__charter {
    background: #fff;
    padding: 0px;
    margin: 0 0 -15px 0;
}

.top__cruising {
    background: #f4f4f4;
    padding: 80px 0 50px;
}
@media (max-width: 600px) {
    .top__cruising {
        padding: 40px 0;
    }
}
.top__cruising-img {
    position: relative;
}
@media (max-width: 600px) {
    .top__cruising-img img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 329/185;
    }
}
.top__cruising-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top__cruising-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.top__cruising-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.top__cruising-lists {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 21px;
}
@media (max-width: 768px) {
    .top__cruising-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .top__cruising-lists {
        grid-template-columns: 1fr;
    }
}
.top__cruising-list {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.top__cruising-list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top__cruising-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    color: #fff;
    left: 7px;
    top: -10px;
}
@media (max-width: 600px) {
    .top__cruising-list-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        color: #fff;
        left: 7px;
        top: -10px;
    }
}
.top__cruising-list-head-ttl {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.7058823529;
    width: fit-content;
    max-width: 105px;
    margin: 10px 0px;
}
@media (max-width: 600px) {
    .top__cruising-list-head-ttl {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.7058823529;
        width: fit-content;
    }
}
.top__cruising-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.35;
    flex: 1;
    margin: 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 600px) {
    .top__cruising-list-head-txt {
        margin-left: 10px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6875;
        flex: 1;
        margin: 5px 0px 0 5px;
        letter-spacing: -0.5px;
    }
}
.top__cruising-list-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.top__cruising-list-icon img {
    width: 21px;
    height: 21px;
}
.top__cruising-list-detail {
    background: #fff;
    padding: 14px 30px 14px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.top__cruising-list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.top__cruising-list-detail-prices {
    display: flex;
    align-items: baseline;
}
.top__cruising-list-detail-prices-list_price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
    font-size: 12px;
    padding: 4px 0px 0 0;
    font-size: 12px;
    line-height: 1.6666666667;
}
.top__cruising-list-detail-prices-list_price span {
    font-size: 12px;
    margin: 0 0 0 12px;
}
.top__cruising-list-detail-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.top__cruising-list-detail-price span {
    font-size: 20px;
    font-weight: 500;
    margin: 0 2px;
}
.top__cruising-list-detail::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #c43527;
    border-right: 2px solid #c43527;
}
.top__cruising-list-detail-list-price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
}
.top__cruising-list-txt {
    position: absolute;
    right: 40px;
    bottom: 11px;
    font-size: 10px;
    color: #333333;
    background: #f4f4f4;
    padding: 0px 10px;
    border-radius: 15px;
    font-weight: 500;
}
.top__cruising-plans {
    background: #fff;
}
.top__cruising-plans-lists {
    display: flex;
}
.top__cruising-plans-list {
    width: 50%;
    position: relative;
}
.top__cruising-plans-list a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.top__cruising-plans-list:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #707070;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.top__cruising-plans-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.top__cruising-list-detail-list_price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #838383;
    color: #838383;
}

.new_top__cruising {
    background: #f4f4f4;
    padding: 80px 0 50px;
    font-size: 11px;
}
.new_top__cruising--zh .new_top__cruising-list-detail {
    padding: 5px 10px;
}
.new_top__cruising--en .new_top__cruising-list-head {
    top: 0;
    left: 10px;
}
.new_top__cruising--en .new_top__cruising-list-head-ttl {
    font-size: 30px;
}
.new_top__cruising--en .new_top__cruising-list-detail {
    padding: 5px 10px 15px;
}
.new_top__cruising--en .new_top__cruising-list-detail-ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_top__cruising--en .new_top__cruising-list-details {
    align-items: flex-end;
}
.new_top__cruising--en .new_top__cruising-time {
    width: 40px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
}
.new_top__cruising--en .new_top__cruising-list-detail-price {
    line-height: 1.5;
}
.new_top__cruising-time span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__cruising-inner {
    overflow: hidden;
}
@media (max-width: 600px) {
    .new_top__cruising {
        padding: 40px 0;
    }
}
.new_top__cruising-img {
    position: relative;
}
.new_top__cruising-img img {
    border-radius: 5px 5px 0 0;
}
@media (max-width: 600px) {
    .new_top__cruising-img img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 329/185;
        border-radius: 5px 5px 0 0;
    }
}
.new_top__cruising-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.new_top__cruising-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.new_top__cruising-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.new_top__cruising-lists {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px) {
    .new_top__cruising-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .new_top__cruising-lists {
        grid-template-columns: 1fr;
        overflow-x: auto;
        gap: 21px;
    }
}
.new_top__cruising-list {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0 0 5px 5px;
    margin: 0 0 1px 0;
}
.new_top__cruising-list-details {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.new_top__cruising-list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_top__cruising-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    color: #fff;
    left: 7px;
    top: -10px;
}
@media (max-width: 600px) {
    .new_top__cruising-list-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        color: #fff;
        left: 7px;
        top: -10px;
    }
}
.new_top__cruising-list-head-ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.7058823529;
    width: fit-content;
    width: 150px;
}
@media (max-width: 600px) {
    .new_top__cruising-list-head-ttl {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.7058823529;
        width: fit-content;
        width: 150px;
    }
}
.new_top__cruising-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.35;
    flex: 1;
    margin: 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 600px) {
    .new_top__cruising-list-head-txt {
        margin-left: 10px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6875;
        flex: 1;
        margin: 5px 0px 0 5px;
        letter-spacing: -0.5px;
    }
}
.new_top__cruising-list-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.new_top__cruising-list-icon img {
    width: 28px;
    height: 28px;
}
.new_top__cruising-list-price {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 8px 10px 0;
    box-sizing: border-box;
    background: transparent
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5019607843) 100%
        )
        0% 0% no-repeat padding-box;
}
.new_top__cruising-list-price p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-align: right;
}
.new_top__cruising-list-price p span {
    font-size: 10px;
    margin-left: 4px;
}
.new_top__cruising-list-txt {
    position: absolute;
    right: 5px;
    top: 122px;
    font-size: 10px;
    color: #333333;
    background: #f4f4f4;
    padding: 0px 10px;
    border-radius: 15px;
    font-weight: 500;
}
@media (max-width: 600px) {
    .new_top__cruising-list-txt {
        top: 78px;
    }
}
.new_top__cruising-list-detail {
    background: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    border-radius: 0 0 5px 5px;
}
.new_top__cruising-list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.new_top__cruising-list-detail-prices {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.new_top__cruising-list-detail-prices-list_price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
    font-size: 12px;
    padding: 4px 0px 0 0;
    font-size: 12px;
    line-height: 1.6666666667;
}
.new_top__cruising-list-detail-prices-list_price span {
    font-size: 12px;
    margin: 0 0 0 12px;
}
.new_top__cruising-list-detail-price {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.new_top__cruising-list-detail-price span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__cruising-list-detail-list-price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
}
.new_top__cruising-plans {
    background: #fff;
}
.new_top__cruising-plans-lists {
    display: flex;
}
.new_top__cruising-plans-list {
    border-radius: 5px;
    width: 50%;
    position: relative;
}
.new_top__cruising-plans-list a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.new_top__cruising-plans-list:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #707070;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_top__cruising-plans-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.new_top__cruising-list-detail-list_price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #838383;
    color: #838383;
}

.new_top__cruising {
    background: #fff;
    padding: 0px;
    margin-bottom: -10px;
}

.new_top__cruising-image {
    background: #f4f4f4;
    padding: 80px 0 50px;
}
.new_top__cruising-image-time span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__cruising-image-inner {
    overflow: hidden;
}
.new_top__cruising-image-img {
    position: relative;
    width: 505px;
    height: 190px;
}
.new_top__cruising-image-img::after {
    width: 505px;
    height: 237px;
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(
        89deg,
        rgba(67, 67, 67, 0.4) 0 35%,
        rgba(233, 233, 233, 0.4588235294) 95%
    );
}
@media (max-width: 600px) {
    .new_top__cruising-image-img {
        width: 100%;
        height: 0px;
        object-fit: cover;
        border-radius: 5px;
    }
    .new_top__cruising-image-img::after {
        width: 100%;
        height: 200px;
        border-radius: 5px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(
            89deg,
            rgba(67, 67, 67, 0.4) 0 35%,
            rgba(233, 233, 233, 0.4588235294) 95%
        );
    }
}
.new_top__cruising-image-img img {
    width: 505px;
    height: 237px;
    border-radius: 5px;
}
@media (max-width: 600px) {
    .new_top__cruising-image-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 5px;
    }
}
.new_top__cruising-image-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.new_top__cruising-image-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.new_top__cruising-image-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.new_top__cruising-image-lists {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px) {
    .new_top__cruising-image-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .new_top__cruising-image-lists {
        grid-template-columns: 1fr;
    }
}
.new_top__cruising-image-list {
    width: 505px;
    height: 237px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 600px) {
    .new_top__cruising-image-list {
        width: 100%;
        height: 200px;
    }
}
.new_top__cruising-image-list-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.new_top__cruising-image-list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_top__cruising-image-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    color: #fff;
    left: 7px;
    top: -10px;
}
@media (max-width: 600px) {
    .new_top__cruising-image-list-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        color: #fff;
        left: 7px;
        top: -10px;
    }
}
.new_top__cruising-image-list-head-ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.7058823529;
    width: fit-content;
    width: 100px;
}
@media (max-width: 600px) {
    .new_top__cruising-image-list-head-ttl {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.7058823529;
        width: fit-content;
        width: 100px;
    }
}
.new_top__cruising-image-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6875;
    flex: 1;
    margin: 5px 0px 0 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 600px) {
    .new_top__cruising-image-list-head-txt {
        margin-left: 10px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6875;
        flex: 1;
        margin: 5px 0px 0 5px;
        letter-spacing: -0.5px;
    }
}
.new_top__cruising-image-list-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.new_top__cruising-image-list-icon img {
    width: 34px;
    height: 34px;
}
.new_top__cruising-image-list-detail {
    padding: 5px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    top: -160px;
    color: #fff;
    flex-wrap: wrap;
    border-radius: 0 0 5px 5px;
    flex-direction: column;
}
@media (max-width: 600px) {
    .new_top__cruising-image-list-detail {
        top: 10px;
    }
}
.new_top__cruising-image-list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.new_top__cruising-image-list-detail-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.new_top__cruising-image-list-detail-prices-list_price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
    font-size: 12px;
    padding: 4px 0px 0 0;
    font-size: 12px;
    line-height: 1.6666666667;
}
.new_top__cruising-image-list-detail-prices-list_price span {
    font-size: 12px;
    margin: 0 0 0 12px;
}
.new_top__cruising-image-list-detail-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.new_top__cruising-image-list-detail-price span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__cruising-image-list-detail-list-price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
}
.new_top__cruising-image-plans {
    background: #fff;
}
.new_top__cruising-image-plans-lists {
    display: flex;
}
.new_top__cruising-image-plans-list {
    border-radius: 5px;
    width: 50%;
    position: relative;
}
.new_top__cruising-image-plans-list a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.new_top__cruising-image-plans-list:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #707070;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_top__cruising-image-plans-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.new_top__cruising-image-list-detail-list_price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #838383;
    color: #838383;
}

.new_top__cruising-image {
    background: #fff;
    padding: 0px;
    margin: 0 0 -90px 0;
}

@media (max-width: 600px) {
    .new_top__cruising-image {
        margin: 0 0 0px 0;
    }
}
.top__faq {
    margin-top: 70px;
    background: #f4f4f4;
    padding: 50px 0 77px;
    /*
  @media (max-width: 600px) {
    .top__faq {
    padding: 40px 0px;
    margin-top: 40px;
    }
  }
  */
}
@media (max-width: 600px) {
    .top__faq {
        margin-top: 40px;
        padding: 40px 0;
    }
}
.top__faq-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top__faq-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.top__faq-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.top__faq-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .top__faq-lists {
        grid-template-columns: 1fr;
    }
}
.top__faq-list {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    background: #ffffff;
    height: 67px;
}
.top__faq-list.active {
    height: auto;
}
.top__faq-list-ttl {
    display: flex;
    align-items: center;
    padding: 22px 20px;
    height: 67px;
    justify-content: space-between;
}
.top__faq-list-ttl-main {
    display: flex;
    align-items: center;
}
.top__faq-list-ttl-main span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2222222222;
    color: #c43527;
    font-family: Montserrat;
}
.top__faq-list-ttl-main p {
    margin-left: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.top__faq-list-ttl button span {
    height: 8px;
    width: 8px;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
    display: inline-block;
}
.top__faq-list-ttl.active button span {
    height: 8px;
    width: 8px;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(-135deg);
    display: inline-block;
}
.top__faq-list-txt {
    height: 0;
    padding: 22px 20px;
    display: none;
    transition: 0.3s;
}
.top__faq-list-txt.is-open {
    align-items: center;
    height: 100%;
    transition: 0.3s;
    display: flex;
}
.top__faq-list-txt span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2222222222;
    color: #c43527;
    font-family: Montserrat;
}
.top__faq-list-txt p {
    margin-left: 15px;
    font-size: 15px;
}
.top__faq-list-txt-inner {
    display: flex;
}
.top__headline {
    background: #fff;
    padding: 30px 0 25px;
}
.top__headline-lists {
    overflow: hidden;
}
.top__headline-list {
    margin-bottom: 10px;
}
.top__headline-list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
@media (max-width: 768px) {
    .top__headline-list a {
        flex-wrap: wrap;
    }
}
.top__headline-list a::after {
    position: absolute;
    content: "";
    right: 2px;
    border-top: 1px solid #c43527;
    border-right: 1px solid #c43527;
    right: 10px;
    height: 8px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.top__headline-time {
    font-size: 12px;
    line-height: 1.6666666667;
    font-weight: 500;
    width: 65px;
}
.top__headline-cat {
    margin-left: 13px;
    background: #f4f4f4;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    display: inline-flex;
    padding: 8px 20px;
}
@media (max-width: 768px) {
    .top__headline-cat {
        background: none;
        font-size: 13px;
        font-weight: bold;
    }
}
.top__headline-ttl {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
@media (max-width: 768px) {
    .top__headline-ttl {
        margin-left: 0;
        font-size: 14px;
        margin-right: 20px;
    }
}

.top__ride {
    overflow: hidden;
}
@media (max-width: 600px) {
    .top__ride {
        margin-top: 20px;
    }
}
.top__ride-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top__ride-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.top__ride-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.top__ride-lists {
    margin-top: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    gap: 18px;
    padding-bottom: 20px;
}
.top__ride-lists-wrap {
    --sb-track-color: #dddddd;
    --sb-thumb-color: #c43527;
    --sb-size: 5px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
@media (max-width: 1200px) {
    .top__ride-lists-wrap {
        overflow-x: hidden;
    }
}
@media (max-width: 1060px) {
    .top__ride-lists-wrap {
        overflow-x: auto;
        max-width: 1060px;
        margin-right: calc(50% - 50vw);
    }
}
.top__ride-lists-wrap::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size);
}
.top__ride-lists-wrap::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
}
.top__ride-lists-wrap::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
}
.top__ride-list {
    width: 244px;
}
.top__ride-list dl {
    display: flex;
    align-items: flex-end;
    margin-top: 14px;
}
.top__ride-list dl dt {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    color: #c43527;
}
.top__ride-list dl dd {
    margin-left: 12px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7333333333;
}
.top__ride-list-img {
    border-radius: 5px;
    overflow: hidden;
}
.top__ride-list-txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4166666667;
}

.top__search {
    margin-top: 50px;
    margin-bottom: 90px;
}
.top__search-item {
    margin-top: 50px;
    margin-bottom: 27px;
}
.top__search-item-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #c43527;
    line-height: 1.7;
}
.top__search-item-single-wrap {
    display: flex;
    gap: 23px;
    margin-top: 27px;
}
@media (max-width: 600px) {
    .top__search-item-single-wrap {
        flex-direction: column;
        gap: 8px;
    }
}
.top__search-item-single-wrap:not(:first-child) {
    margin-top: 18px;
}
.top__search-item-single-area {
    width: 96px;
}
.top__search-item-single-pref {
    width: calc(100% - 96px);
}
@media (max-width: 600px) {
    .top__search-item-single-pref {
        width: 100%;
    }
}
.top__search-item-single-pref-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.top__search-item-single-pref-list {
    text-decoration: underline;
    font-weight: 500;
    --min-size: 12;
    --max-size: 14;
    font-size: var(--clamp-size);
}
.top__search-item-feature {
    margin-top: 22px;
}
.top__search-item-feature-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 17px;
}
.top__search-item-feature-item {
    --min-size: 12;
    --max-size: 14;
    font-size: var(--clamp-size);
    font-weight: 500;
    text-decoration: underline;
}

.top__news {
    margin-top: 50px;
}
@media (max-width: 600px) {
    .top__news {
        margin-top: 40px;
        /*
    .top__news {
      margin: 40px 0px;
    }
    */
    }
}
.top__news-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top__news-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.top__news-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.top__news-area {
    margin-top: 30px;
    padding: 38px 40px;
    background: #f4f4f4;
    height: 297px;
    overflow: auto;
    --sb-track-color: #dddddd;
    --sb-thumb-color: #c43527;
    --sb-size: 5px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
.top__news-area::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size);
}
.top__news-area::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
}
.top__news-area::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
}
@media (max-width: 600px) {
    .top__news-area {
        padding: 30px 18px;
        margin-left: -16px;
        margin-right: -16px;
        background: initial;
        border-top: 1px solid #c1c1c1;
        border-bottom: 1px solid #c1c1c1;
    }
}
.top__news-list {
    font-size: 16px;
    font-weight: 500;
}
.top__news-list-time {
    color: #707070;
    width: 88px;
}
.top__news-list-ttl {
    margin-left: 15px;
}
.top__news-list a {
    display: flex;
}
@media (max-width: 600px) {
    .top__news-list {
        flex-direction: column;
    }
}
.top__news-list:not(:first-child) {
    margin-top: 25px;
}

.top__banner {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 600px) {
    .top__banner {
        margin: 40px 0;
        /*
    .top__banner {
      margin: 40px 0;
    }
    */
    }
}
@media (max-width: 600px) {
    .top__banner {
        margin-bottom: 60px;
    }
}
.top__banner-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
@media (max-width: 600px) {
    .top__banner-inner {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }
}

@media (min-width: 764px) {
    #page_top-line-banner {
        visibility: hidden;
        width: 100%;
        height: 25px;
        position: fixed;
        bottom: 0px;
        background: #00b900;
        margin: 0 auto;
        border-radius: 0;
        z-index: 11;
    }
    .line-banner {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .line-banner-text {
        color: #fff;
        font-size: 12px;
        position: fixed;
        z-index: 11;
    }
    .line-banner-bottom {
        display: flex;
        flex-direction: column;
        position: relative;
        bottom: 16px;
        right: -140px;
        z-index: 10;
        width: 60px;
    }
    .line-banner-triangle {
        position: relative;
        bottom: 25px;
        right: -5px;
        width: 0px;
        height: 0px;
        border-top: 25px solid transparent;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-bottom: 50px solid #00b900;
        z-index: 0;
    }
    .line-banner-icon {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 768px) {
    #page_top-line-banner {
        visibility: visible;
        width: 100%;
        height: 25px;
        position: fixed;
        bottom: 0px;
        background: #00b900;
        margin: 0 auto;
        border-radius: 0;
        z-index: 11;
    }
    .line-banner {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .line-banner-text {
        color: #fff;
        font-size: 12px;
        position: fixed;
        z-index: 11;
    }
    .line-banner-bottom {
        display: flex;
        flex-direction: column;
        position: relative;
        bottom: 16px;
        right: -44%;
        z-index: 10;
        width: 60px;
    }
}
@media (max-width: 768px) and (max-width: 600px) {
    .line-banner-bottom {
        right: -38%;
    }
}
@media (max-width: 768px) {
    .line-banner-triangle {
        position: relative;
        bottom: 25px;
        right: -5px;
        width: 0px;
        height: 0px;
        border-top: 25px solid transparent;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-bottom: 50px solid #00b900;
        z-index: 0;
    }
    .line-banner-icon {
        width: 100%;
        height: auto;
    }
}
.new_top__banner {
    margin: 10px 0 -10px;
    padding: 20px 0 0px;
}
.new_top__banner--zh .new_top__banner-list-detail {
    padding: 5px 10px;
}
.new_top__banner--en .new_top__banner-list-head {
    top: 10px;
    left: 10px;
}
.new_top__banner--en .new_top__banner-list-head-ttl {
    line-height: 1.5;
}
.new_top__banner--en .new_top__banner-list-detail {
    padding: 5px 10px 15px;
}
.new_top__banner--en .new_top__banner-list-details {
    margin-top: 5px;
    align-items: flex-end;
}
.new_top__banner--en .new_top__banner-time {
    width: 40px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.new_top__banner--en .new_top__banner-list-detail-price {
    line-height: 1;
}
.new_top__banner-inner {
    overflow: hidden;
}
@media (max-width: 600px) {
    .new_top__banner {
        margin: 0 0 -40px 0px;
        padding-top: 0;
    }
    .new_top__banner-list {
        width: 100% !important;
    }
}
@media (max-width: 600px) {
    .new_top__banner-img img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 9/2;
    }
}
.new_top__banner-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 600px) {
    .hero {
        padding-bottom: 0px;
    }
}

.new_top__hotel {
    background: #f4f4f4;
    padding: 80px 0 50px;
}
.new_top__hotel--zh .new_top__hotel-list-detail {
    padding: 5px 10px;
}
.new_top__hotel--en .new_top__hotel-list-head {
    top: 10px;
    left: 10px;
}
.new_top__hotel--en .new_top__hotel-list-head-ttl {
    line-height: 1.5;
}
.new_top__hotel--en .new_top__hotel-list-detail {
    padding: 5px 10px 15px;
}
.new_top__hotel--en .new_top__hotel-list-detail-ttl {
    line-height: 1.5;
}
.new_top__hotel--en .new_top__hotel-list-detail-name {
    margin-top: 5px;
}
.new_top__hotel--en .new_top__hotel-list-detail-prices {
    margin-top: 5px;
    align-items: flex-end;
}
.new_top__hotel--en .new_top__hotel-list-detail-price {
    line-height: 1;
}
.new_top__hotel--en .new_top__hotel-list-detail-price--left {
    width: 40px;
    text-align: center;
}
.new_top__hotel-time span {
    background-color: #c43527;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
}
.new_top__hotel-inner {
    overflow: hidden;
}
@media (max-width: 600px) {
    .new_top__hotel {
        padding: 40px 0;
    }
}
.new_top__hotel-img img {
    border-radius: 5px 5px 0 0;
}
@media (max-width: 600px) {
    .new_top__hotel-img img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 329/185;
        border-radius: 5px 5px 0 0;
    }
}
.new_top__hotel-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.new_top__hotel-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.new_top__hotel-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.new_top__hotel-lists {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px) {
    .new_top__hotel-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .new_top__hotel-lists {
        grid-template-columns: 1fr;
        overflow-x: auto;
        gap: 21px;
    }
}
.new_top__hotel-list {
    position: relative;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0 0 5px 5px;
    margin: 0 0 1px 0;
}
.new_top__hotel-list-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
}
.new_top__hotel-list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_top__hotel-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    color: #fff;
    left: 7px;
    top: -10px;
}
@media (max-width: 600px) {
    .new_top__hotel-list-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        color: #fff;
        left: 7px;
        top: 6px;
    }
}
.new_top__hotel-list-head-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 3.2222222222;
    width: fit-content;
    width: 235px;
}
@media (max-width: 600px) {
    .new_top__hotel-list-head-ttl {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2083333333;
        width: fit-content;
        width: 235px;
    }
}
.new_top__hotel-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6875;
    flex: 1;
    margin: 5px 0px 0 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 600px) {
    .new_top__hotel-list-head-txt {
        margin-left: 10px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6875;
        flex: 1;
        margin: 5px 0px 0 5px;
        letter-spacing: -0.5px;
    }
}
.new_top__hotel-list-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.new_top__hotel-list-icon img {
    width: 34px;
    height: 34px;
}
.new_top__hotel-list-detail {
    background: #fff;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    border-radius: 0 0 5px 5px;
}
.new_top__hotel-list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.new_top__hotel-list-detail-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
}
.new_top__hotel-list-detail-list_price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
    padding: 4px 0px 0 0;
    line-height: 1.6666666667;
}
.new_top__hotel-list-detail-list_price span {
    font-size: 12px;
    margin: 0 0 0 12px;
}
.new_top__hotel-list-detail-price {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.new_top__hotel-list-detail-price span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__hotel-list-detail-list-price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
}
.new_top__hotel-plans {
    background: #fff;
}
.new_top__hotel-plans-lists {
    display: flex;
}
.new_top__hotel-plans-list {
    border-radius: 5px;
    width: 50%;
    position: relative;
}
.new_top__hotel-plans-list a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.new_top__hotel-plans-list:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #707070;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_top__hotel-plans-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.new_top__hotel-list-detail-prices {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.new_top__hotel-list-detail-list_price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #838383;
    color: #838383;
}

.new_top__hotel {
    background: #fff;
    padding: 0;
    margin: 0 0 -15px 0;
}

.new_top__airtrip {
    background: #f4f4f4;
}
.new_top__airtrip--zh .new_top__airtrip-list-detail {
    padding: 5px 10px;
}
.new_top__airtrip--en .new_top__airtrip-list-detail {
    padding: 5px 10px 15px;
}
.new_top__airtrip--en .new_top__airtrip-list-detail-ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_top__airtrip--en .new_top__airtrip-time {
    margin-top: 2px;
}
.new_top__airtrip--en .new_top__airtrip-list-detail-prices {
    margin-top: 2px;
    align-items: flex-end;
}
.new_top__airtrip--en .new_top__airtrip-list-detail-price {
    line-height: 1;
}
.new_top__airtrip--en .new_top__airtrip-list-detail-price--left {
    width: 40px;
    text-align: center;
}
.new_top__airtrip-time span {
    color: #707070;
    padding: 2px;
    border-radius: 10px;
    font-size: 12px;
}
.new_top__airtrip-inner {
    overflow: hidden;
}
@media (max-width: 600px) {
    .new_top__airtrip {
        padding: 0;
    }
}
.new_top__airtrip-img {
    position: relative;
    width: 250px;
}
.new_top__airtrip-img img {
    border-radius: 5px 5px 0 0;
}
@media (max-width: 600px) {
    .new_top__airtrip-img img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 329/185;
        border-radius: 5px 5px 0 0;
    }
}
.new_top__airtrip-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.new_top__airtrip-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.new_top__airtrip-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.new_top__airtrip-lists {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px) {
    .new_top__airtrip-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .new_top__airtrip-lists {
        grid-template-columns: 1fr;
        overflow-x: auto;
        gap: 21px;
    }
}
.new_top__airtrip-list {
    position: relative;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0 0 5px 5px;
    margin: 0 0 1px 0;
}
.new_top__airtrip-list-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
}
.new_top__airtrip-list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_top__airtrip-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    color: #fff;
    left: 7px;
    top: -10px;
}
@media (max-width: 600px) {
    .new_top__airtrip-list-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        color: #fff;
        left: 7px;
        top: -10px;
    }
}
.new_top__airtrip-list-head-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 3.2222222222;
    width: fit-content;
    width: 190px;
}
@media (max-width: 600px) {
    .new_top__airtrip-list-head-ttl {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.7058823529;
        width: fit-content;
        width: 100px;
    }
}
.new_top__airtrip-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6875;
    flex: 1;
    margin: 5px 0px 0 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 600px) {
    .new_top__airtrip-list-head-txt {
        margin-left: 10px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6875;
        flex: 1;
        margin: 5px 0px 0 5px;
        letter-spacing: -0.5px;
    }
}
.new_top__airtrip-list-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.new_top__airtrip-list-icon img {
    width: 34px;
    height: 34px;
}
.new_top__airtrip-list-detail {
    background: #fff;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    border-radius: 0 0 5px 5px;
}
.new_top__airtrip-list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.new_top__airtrip-list-detail-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
}
.new_top__airtrip-list-detail-list_price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
    padding: 4px 0px 0 0;
    line-height: 1.6666666667;
}
.new_top__airtrip-list-detail-list_price span {
    font-size: 12px;
    margin: 0 0 0 12px;
}
.new_top__airtrip-list-detail-price {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.new_top__airtrip-list-detail-price span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__airtrip-list-detail-list-price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
}
.new_top__airtrip-plans {
    background: #fff;
}
.new_top__airtrip-plans-lists {
    display: flex;
}
.new_top__airtrip-plans-list {
    border-radius: 5px;
    width: 50%;
    position: relative;
}
.new_top__airtrip-plans-list a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.new_top__airtrip-plans-list:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #707070;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_top__airtrip-plans-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.new_top__airtrip-list-detail-prices {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.new_top__airtrip-list-detail-list_price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #838383;
    color: #838383;
}

.new_top__airtrip {
    background: #fff;
    margin: 0 0 -15px 0;
}

.top__scene {
    background: #f4f4f4;
    padding: 80px 0 50px;
}
@media (max-width: 600px) {
    .top__scene {
        padding: 40px 0;
    }
}
.top__scene-img {
    position: relative;
}
@media (max-width: 600px) {
    .top__scene-img img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 329/185;
    }
}
.top__scene-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top__scene-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.top__scene-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.top__scene-lists {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 21px;
}
@media (max-width: 768px) {
    .top__scene-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .top__scene-lists {
        grid-template-columns: 1fr;
    }
}
.top__scene-list {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.top__scene-list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top__scene-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    color: #fff;
    left: 7px;
    top: -10px;
}
@media (max-width: 600px) {
    .top__scene-list-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        color: #fff;
        left: 7px;
        top: -10px;
    }
}
.top__scene-list-head-ttl {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.7058823529;
    width: fit-content;
    max-width: 105px;
    margin: 10px 0px;
}
@media (max-width: 600px) {
    .top__scene-list-head-ttl {
        font-size: 35px;
        font-weight: bold;
        line-height: 1.7058823529;
        width: fit-content;
    }
}
.top__scene-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.35;
    flex: 1;
    margin: 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 600px) {
    .top__scene-list-head-txt {
        margin-left: 10px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6875;
        flex: 1;
        margin: 5px 0px 0 5px;
        letter-spacing: -0.5px;
    }
}
.top__scene-list-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.top__scene-list-icon img {
    width: 21px;
    height: 21px;
}
.top__scene-list-detail {
    background: #fff;
    padding: 14px 30px 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.top__scene-list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.top__scene-list-detail-prices {
    display: flex;
    align-items: baseline;
}
.top__scene-list-detail-prices-list_price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
    font-size: 12px;
    padding: 4px 0px 0 0;
    font-size: 12px;
    line-height: 1.6666666667;
}
.top__scene-list-detail-prices-list_price span {
    font-size: 12px;
    margin: 0 0 0 12px;
}
.top__scene-list-detail-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.top__scene-list-detail-price span {
    font-size: 20px;
    font-weight: 500;
    margin: 0 2px;
}
.top__scene-list-detail::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #c43527;
    border-right: 2px solid #c43527;
}
.top__scene-list-detail-list-price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
}
.top__scene-list-txt {
    position: absolute;
    right: 40px;
    bottom: 11px;
    font-size: 10px;
    color: #333333;
    background: #f4f4f4;
    padding: 0px 10px;
    border-radius: 15px;
    font-weight: 500;
}
.top__scene-plans {
    background: #fff;
}
.top__scene-plans-lists {
    display: flex;
}
.top__scene-plans-list {
    width: 50%;
    position: relative;
}
.top__scene-plans-list a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.top__scene-plans-list:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #707070;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.top__scene-plans-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.top__scene-list-detail-list_price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #838383;
    color: #838383;
}

.new_top__scene {
    background: #f4f4f4;
    padding: 80px 0 50px;
}
.new_top__scene--zh .new_top__scene-list-detail {
    padding: 5px 10px;
}
.new_top__scene--en .new_top__scene-list-head {
    top: 0;
    left: 10px;
}
.new_top__scene--en .new_top__scene-list-head-ttl {
    font-size: 30px;
}
.new_top__scene--en .new_top__scene-list-detail {
    padding: 5px 10px 15px;
}
.new_top__scene--en .new_top__scene-list-detail-ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_top__scene--en .new_top__scene-list-details {
    align-items: flex-end;
}
.new_top__scene--en .new_top__scene-time {
    width: 40px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.new_top__scene--en .new_top__scene-list-detail-price {
    line-height: 1.5;
}
.new_top__scene-time span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__scene-inner {
    overflow: hidden;
}
@media (max-width: 600px) {
    .new_top__scene {
        padding: 40px 0;
    }
}
.new_top__scene-img img {
    border-radius: 10px;
}
.new_top__scene-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.new_top__scene-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.new_top__scene-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.new_top__scene-lists {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .new_top__scene-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 900px) {
    .new_top__scene-lists {
        overflow-x: auto;
    }
}
@media (max-width: 600px) {
    .new_top__scene-lists {
        grid-template-columns: 1fr;
        gap: 21px;
        overflow-x: unset;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 20px;
    }
}
.new_top__scene-list {
    border-radius: 0 0 5px 5px;
    margin: 0 8px 1px 8px;
}
.new_top__scene-list-details {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.new_top__scene-list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_top__scene-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    color: #fff;
    left: 7px;
    top: -10px;
}
@media (max-width: 600px) {
    .new_top__scene-list-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        color: #fff;
        left: 7px;
        top: -10px;
    }
}
.new_top__scene-list-head-ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.7058823529;
    width: fit-content;
    width: 150px;
}
@media (max-width: 600px) {
    .new_top__scene-list-head-ttl {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.7058823529;
        width: fit-content;
        width: 150px;
    }
}
.new_top__scene-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.35;
    flex: 1;
    margin: 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 600px) {
    .new_top__scene-list-head-txt {
        margin-left: 10px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6875;
        flex: 1;
        margin: 5px 0px 0 5px;
        letter-spacing: -0.5px;
    }
}
.new_top__scene-list-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.new_top__scene-list-icon img {
    width: 34px;
    height: 34px;
}
.new_top__scene-list-txt {
    position: absolute;
    right: 5px;
    top: 122px;
    font-size: 10px;
    color: #333333;
    background: #f4f4f4;
    padding: 0px 10px;
    border-radius: 15px;
    font-weight: 500;
}
@media (max-width: 600px) {
    .new_top__scene-list-txt {
        top: 78px;
    }
}
.new_top__scene-list-detail {
    background: #f4f4f4;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    border-radius: 0 0 5px 5px;
}
.new_top__scene-list-detail-txt p {
    font-size: 14px;
}
.new_top__scene-list-detail-ttl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 330px;
    width: 100%;
}
.new_top__scene-list-detail-ttl h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6875;
}
.new_top__scene-list-detail-ttl p {
    font-size: 13px;
    color: #c43527;
    border-bottom: solid 1px;
    line-height: 1;
}
.new_top__scene-list-detail-prices {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.new_top__scene-list-detail-prices-list_price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
    font-size: 12px;
    padding: 4px 0px 0 0;
    font-size: 12px;
    line-height: 1.6666666667;
}
.new_top__scene-list-detail-prices-list_price span {
    font-size: 12px;
    margin: 0 0 0 12px;
}
.new_top__scene-list-detail-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.new_top__scene-list-detail-price span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__scene-list-detail-list-price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
}
.new_top__scene-plans {
    background: #fff;
}
.new_top__scene-plans-lists {
    display: flex;
}
.new_top__scene-plans-list {
    border-radius: 5px;
    width: 50%;
    position: relative;
}
.new_top__scene-plans-list a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.new_top__scene-plans-list:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #707070;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_top__scene-plans-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.new_top__scene-list-detail-list_price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #838383;
    color: #838383;
}

.new_top__scene {
    background: #f4f4f4;
    padding: 0px;
    padding-bottom: 50px;
}
.new_top__scene .common__inner-scene {
    padding: 0 16px;
}

.new_top__scene-image {
    background: #f4f4f4;
    padding: 80px 0 50px;
}
.new_top__scene-image-time span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__scene-image-inner {
    overflow: hidden;
}
.new_top__scene-image-img {
    position: relative;
    width: 505px;
    height: 190px;
}
.new_top__scene-image-img::after {
    width: 505px;
    height: 237px;
    border-radius: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(
        89deg,
        rgba(67, 67, 67, 0.4) 0 35%,
        rgba(233, 233, 233, 0.4588235294) 95%
    );
}
@media (max-width: 600px) {
    .new_top__scene-image-img {
        width: 100%;
        height: 0px;
        object-fit: cover;
        border-radius: 5px;
    }
    .new_top__scene-image-img::after {
        width: 100%;
        height: 200px;
        border-radius: 5px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(
            89deg,
            rgba(67, 67, 67, 0.4) 0 35%,
            rgba(233, 233, 233, 0.4588235294) 95%
        );
    }
}
.new_top__scene-image-img img {
    width: 505px;
    height: 237px;
    border-radius: 5px;
}
@media (max-width: 600px) {
    .new_top__scene-image-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 5px;
    }
}
.new_top__scene-image-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.new_top__scene-image-head-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.7058823529;
}
.new_top__scene-image-head-txt {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
.new_top__scene-image-lists {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 768px) {
    .new_top__scene-image-lists {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .new_top__scene-image-lists {
        grid-template-columns: 1fr;
    }
}
.new_top__scene-image-list {
    width: 505px;
    height: 237px;
}
@media (max-width: 600px) {
    .new_top__scene-image-list {
        width: 100%;
        height: 200px;
    }
}
.new_top__scene-image-list-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.new_top__scene-image-list a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_top__scene-image-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    color: #fff;
    left: 7px;
    top: -10px;
}
@media (max-width: 600px) {
    .new_top__scene-image-list-head {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        color: #fff;
        left: 7px;
        top: -10px;
    }
}
.new_top__scene-image-list-head-ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.7058823529;
    width: fit-content;
    width: 100px;
}
@media (max-width: 600px) {
    .new_top__scene-image-list-head-ttl {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.7058823529;
        width: fit-content;
        width: 100px;
    }
}
.new_top__scene-image-list-head-txt {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6875;
    flex: 1;
    margin: 5px 0px 0 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 600px) {
    .new_top__scene-image-list-head-txt {
        margin-left: 10px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6875;
        flex: 1;
        margin: 5px 0px 0 5px;
        letter-spacing: -0.5px;
    }
}
.new_top__scene-image-list-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.new_top__scene-image-list-icon img {
    width: 34px;
    height: 34px;
}
.new_top__scene-image-list-detail {
    padding: 5px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    top: -160px;
    color: #fff;
    flex-wrap: wrap;
    border-radius: 0 0 5px 5px;
    flex-direction: column;
}
@media (max-width: 600px) {
    .new_top__scene-image-list-detail {
        top: 10px;
    }
}
.new_top__scene-image-list-detail-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6875;
}
.new_top__scene-image-list-detail-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.new_top__scene-image-list-detail-prices-list_price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
    font-size: 12px;
    padding: 4px 0px 0 0;
    font-size: 12px;
    line-height: 1.6666666667;
}
.new_top__scene-image-list-detail-prices-list_price span {
    font-size: 12px;
    margin: 0 0 0 12px;
}
.new_top__scene-image-list-detail-price {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6666666667;
}
.new_top__scene-image-list-detail-price span {
    font-size: 22px;
    font-weight: 500;
    margin: 0 2px;
}
.new_top__scene-image-list-detail-list-price {
    text-decoration: line-through;
    text-decoration-color: #c4c3c3;
    color: #c4c3c3;
}
.new_top__scene-image-plans {
    background: #fff;
}
.new_top__scene-image-plans-lists {
    display: flex;
}
.new_top__scene-image-plans-list {
    border-radius: 5px;
    width: 50%;
    position: relative;
}
.new_top__scene-image-plans-list a {
    width: 100%;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.new_top__scene-image-plans-list:nth-child(2)::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #707070;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_top__scene-image-plans-ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}
.new_top__scene-image-list-detail-list_price {
    font-size: 14px;
    text-decoration: line-through;
    text-decoration-color: #838383;
    color: #838383;
}

.new_top__scene-image {
    background: #fff;
    padding: 0px;
    margin: 0 0 -90px 0;
}

@media (max-width: 600px) {
    .new_top__scene-image {
        margin: 0 0 0px 0;
    }
}
.new_top__scene {
    position: relative;
}
.new_top__scene .pc {
    display: none;
}
@media (max-width: 600px) {
    .new_top__scene .pc {
        display: block;
    }
}
.new_top__scene-top-img {
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    object-fit: cover;
    object-position: 0% 25%;
}
.new_top__scene-top-wave {
    left: 0;
    position: relative;
    bottom: 190px;
    object-fit: cover;
    object-position: 0% 25%;
}
@media (max-width: 900px) {
    .new_top__scene-top-wave {
        bottom: 20vw;
    }
}
.new_top__scene-ttl-underline {
    height: 2px;
    width: 52px;
    background-color: #c43527;
}
.new_top__scene-img-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #c43527;
    border-radius: 20px;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
.new_top__scene-img-icon {
    position: absolute;
    bottom: 100px;
    right: 10px;
    width: 60px;
}
.new_top__scene .common__head {
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 600px) {
    .new_top__scene .common__head {
        align-content: center;
    }
}
.new_top__scene .common__head-ttl {
    z-index: 2;
    margin-right: 0;
    margin-bottom: 10px;
}
@media (max-width: 600px) {
    .new_top__scene .common__head-ttl {
        text-align: center;
    }
}
.new_top__scene .u-pc {
    height: 240px;
}
@media (max-width: 900px) {
    .new_top__scene .u-pc {
        height: 170px;
    }
}

.column-common__inner {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 20px;
    width: 100%;
}

@media (max-width: 600px) {
    .common__inner {
        padding: 0 15px;
    }
}
.page-column__single {
    max-width: 1320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.page-column__single-main-title {
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #c1c1c1;
}
.page-column__single-main-title-ttl {
    font-size: 24px;
    font-weight: bold;
}
.page-column__single-main-title-txt {
    font-size: 14px;
}
.page-column__single-main-column {
    margin: 50px 0;
    display: flex;
    justify-content: flex-start;
}
.page-column__single-main-column-img {
    max-width: 598px;
    max-height: 337px;
    height: auto;
    object-fit: cover;
}
.page-column__single-main-column-details {
    width: 50%;
    max-width: 698px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 30px;
}
.page-column__single-main-column-details-category {
    display: flex;
}
.page-column__single-main-column-details-category-cat {
    font-size: 14px;
    background-color: #efefef;
    padding: 0px 5px;
}
.page-column__single-main-column-details-category-time {
    font-size: 14px;
    color: #7e7e7e;
    margin: 0 5px;
}
.page-column__single-main-column-details-text {
    height: 280px;
}
.page-column__single-main-column-details-text-ttl {
    padding: 20px 0 5px;
    font-size: 30px;
    letter-spacing: 1;
    font-weight: bold;
}
.page-column__single-main-column-details-text-txt {
    font-size: 16px;
    padding: 20px 0 0px;
}
.page-column__single-main-column-details-icons {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.page-column__single-main-column-details-icons-icon {
    width: 27px;
    height: 27px;
    border-radius: 50px;
    background-color: black;
}
.page-column__single-main-column-details-icons-name {
    font-size: 14px;
    padding-left: 10px;
}
.page-column__single-sub {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #c1c1c1;
}
.page-column__single-sub-title {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #c1c1c1;
}
.page-column__single-sub-title-ttl {
    font-size: 24px;
    font-weight: bold;
}
.page-column__single-sub-title-txt {
    font-size: 14px;
}
.page-column__single-sub-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 395px;
    width: 100%;
}
.page-column__single-sub-column-img {
    width: 100%;
    max-width: 395px;
    height: auto;
    object-fit: cover;
}
.page-column__single-sub-column-details {
    width: 100%;
    max-width: 395px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-column__single-sub-column-details-category {
    display: flex;
}
.page-column__single-sub-column-details-category-cat {
    display: none;
    font-size: 14px;
    background-color: #efefef;
}
.page-column__single-sub-column-details-category-time {
    font-size: 14px;
    position: relative;
    top: 100px;
    color: #7e7e7e;
}
.page-column__single-sub-column-details-text {
    height: auto;
}
.page-column__single-sub-column-details-text-ttl {
    padding: 0px 0 30px;
    font-size: 22px;
    letter-spacing: 1;
    font-weight: bold;
}
.page-column__single-sub-column-details-text-txt {
    display: none;
    font-size: 16px;
    padding: 20px 0 0px;
}
.page-column__single-sub-column-details-icons {
    display: none;
    align-items: center;
    padding-bottom: 10px;
}
.page-column__single-sub-column-details-icons-icon {
    width: 27px;
    height: 27px;
    border-radius: 50px;
    background-color: black;
}
.page-column__single-sub-column-details-icons-name {
    font-size: 14px;
    padding-left: 10px;
}
.page-column__single-list {
    display: flex;
    flex-direction: column;
    padding: 50px 15px 50px 0px;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
}
.page-column__single-list-title {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #c1c1c1;
}
.page-column__single-list-title-ttl {
    font-size: 24px;
    font-weight: bold;
}
.page-column__single-list-title-txt {
    font-size: 14px;
}
.page-column__single-list-column {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 10px 30px 0;
    align-items: flex-start;
    border-bottom: 1px solid #c1c1c1;
}
.page-column__single-list-column-img {
    max-width: 253px;
    height: 143px;
    object-fit: cover;
}
.page-column__single-list-column-details {
    max-width: 617px;
    margin-left: 30px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-column__single-list-column-details-category {
    display: flex;
}
.page-column__single-list-column-details-category-cat {
    display: none;
    font-size: 14px;
    background-color: #efefef;
}
.page-column__single-list-column-details-category-time {
    font-size: 14px;
    color: #7e7e7e;
}
.page-column__single-list-column-details-text {
    height: auto;
}
.page-column__single-list-column-details-text-ttl {
    padding: 0px 0 30px;
    font-size: 22px;
    letter-spacing: 1;
    font-weight: bold;
}
.page-column__single-list-column-details-text-txt {
    display: none;
    font-size: 16px;
    padding: 20px 0 0px;
}
.page-column__single-list-column-details-icons {
    display: none;
    align-items: center;
    padding-bottom: 10px;
}
.page-column__single-list-column-details-icons-icon {
    width: 27px;
    height: 27px;
    border-radius: 50px;
    background-color: black;
}
.page-column__single-list-column-details-icons-name {
    font-size: 14px;
    padding-left: 10px;
}
.page-column__single-category {
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    border-bottom: 1px solid #c1c1c1;
}
.page-column__single-category p {
    font-size: 24px;
}
.page-column__single-category-title {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #c1c1c1;
}
.page-column__single-category-title-ttl {
    font-size: 24px;
    font-weight: bold;
}
.page-column__single-category-title-txt {
    font-size: 14px;
}
.page-column__single-category-column {
    width: 100%;
    width: 395px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0 10px;
    align-items: flex-start;
    border-bottom: 1px solid #c1c1c1;
}
.page-column__single-category-column-img {
    width: 172px;
    height: 97px;
    object-fit: cover;
}
.page-column__single-category-column-details {
    margin-left: 15px;
    width: 205px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-column__single-category-column-details-category {
    display: flex;
}
.page-column__single-category-column-details-category-cat {
    display: none;
    font-size: 14px;
    background-color: #efefef;
}
.page-column__single-category-column-details-category-time {
    font-size: 14px;
    color: #7e7e7e;
}
.page-column__single-category-column-details-text {
    height: auto;
}
.page-column__single-category-column-details-text-ttl {
    padding: 0px 0 30px;
    font-size: 14px;
    letter-spacing: 1;
    font-weight: bold;
}
.page-column__single-category-column-details-text-txt {
    display: none;
    font-size: 16px;
    padding: 20px 0 0px;
}
.page-column__single-category-column-details-icons {
    display: none;
    align-items: center;
    padding-bottom: 10px;
}
.page-column__single-category-column-details-icons-icon {
    width: 27px;
    height: 27px;
    border-radius: 50px;
    background-color: black;
}
.page-column__single-category-column-details-icons-name {
    font-size: 14px;
    padding-left: 10px;
}
.page-column__single-colums {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .page-column__single-main-column {
        margin: 50px 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .page-column__single-main-column-details {
        width: 100%;
        max-width: 698px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px;
    }
    .page-column__single-sub-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 5px;
    }
}
@media (max-width: 1000px) {
    .page-column__single-main-column-details-text-ttl {
        font-size: 3vw;
    }
    .page-column__single-sub-column-details-text-ttl {
        font-size: 2.2vw;
    }
    .page-column__single-list-column-details-text-ttl {
        font-size: 2.2vw;
    }
    .page-column__single-colums {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-column__single-category {
        width: 100%;
    }
    .page-column__single-category-column {
        max-width: none;
    }
    .page-column__single-category-column-details {
        width: 100%;
    }
    .page-column__single-category-column {
        width: 100%;
    }
    .page-column__single-category-column-img {
        width: 220px;
    }
}
.pagination__btn--last,
.pagination__btn--first,
.pagination__btn--next,
.pagination__btn--prev,
.pagination__item a,
.pagination__item--current {
    box-sizing: border-box;
    display: block;
    color: #a4a4a4;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border-radius: 2em;
    min-width: 52px;
    min-height: 52px;
    transition: all 0.2s;
    padding: calc(0.5em - 1px) 0.5em;
}
.pagination__btn--last:hover,
.pagination__btn--first:hover,
.pagination__btn--next:hover,
.pagination__btn--prev:hover,
.pagination__item a:hover,
.pagination__item--current:hover {
    color: #fff;
    background: #c43527;
    border-color: #c43527;
}
@media (min-width: 520px) {
    .pagination__btn--last,
    .pagination__btn--first,
    .pagination__btn--next,
    .pagination__btn--prev,
    .pagination__item a,
    .pagination__item--current {
        margin: 0 0.28em;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    color: #a4a4a4;
    line-height: 1;
    margin: 0;
    padding: 2em 0;
}
.pagination__list {
    display: none;
}
.pagination__item {
    margin: 0;
}
.pagination__item--current {
    background: #c43527;
    color: #fff;
    font-weight: bold;
    border-color: #c43527;
    margin: 0 0.28em;
}
.pagination__item--current a {
    color: #fff;
    line-height: 2.5;
}
.pagination__item a {
    line-height: 2.5;
}
.pagination__pos {
    order: 2;
    margin: 0 1em;
    padding: 0.5em;
}
.pagination__btn--prev {
    order: 1;
}
.pagination__btn--next {
    order: 3;
}
.pagination__btn--first {
    display: none;
}
.pagination__btn--last {
    display: none;
}
@media (min-width: 520px) {
    .pagination__list {
        order: 2;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .pagination__pos {
        display: none;
    }
    .pagination__btn--prev {
        margin-right: 1.14em;
    }
    .pagination__btn--next {
        margin-left: 1.14em;
    }
}
@media (min-width: 360px) {
    .pagination__list {
        order: 3;
    }
    .pagination__btn--prev {
        order: 2;
        line-height: 2.5;
    }
    .pagination__btn--next {
        order: 4;
        line-height: 2.5;
    }
    .pagination__btn--first {
        order: 1;
        display: block;
        line-height: 2.5;
    }
    .pagination__btn--last {
        order: 5;
        display: block;
        line-height: 2.5;
    }
}
.pagination .btn-pc {
    display: block;
}

.btn-sp {
    display: none;
}

@media (max-width: 600px) {
    .page-column__single {
        max-width: 1320px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .page-column__single-main {
        display: flex;
        justify-content: space-between;
        padding-bottom: 50px;
        border-bottom: 1px solid #c1c1c1;
    }
    .page-column__single-main-title {
        margin: 50px 0;
        padding-bottom: 50px;
        border-bottom: 1px solid #c1c1c1;
    }
    .page-column__single-main-title-ttl {
        font-size: 24px;
        font-weight: bold;
    }
    .page-column__single-main-title-txt {
        font-size: 14px;
    }
    .page-column__single-main-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-column__single-main-column-img {
        width: 100%;
        max-width: 395px;
        height: 223px;
        object-fit: cover;
    }
    .page-column__single-main-column-details {
        width: 100%;
        max-width: 395px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .page-column__single-main-column-details-category {
        display: flex;
    }
    .page-column__single-main-column-details-category-cat {
        display: none;
        font-size: 14px;
        background-color: #efefef;
    }
    .page-column__single-main-column-details-category-time {
        font-size: 14px;
        position: relative;
        top: 100px;
        color: #7e7e7e;
    }
    .page-column__single-main-column-details-text {
        height: auto;
    }
    .page-column__single-main-column-details-text-ttl {
        padding: 0px 0 30px;
        font-size: 22px;
        letter-spacing: 1;
        font-weight: bold;
    }
    .page-column__single-main-column-details-text-txt {
        display: none;
        font-size: 16px;
        padding: 20px 0 0px;
    }
    .page-column__single-main-column-details-icons {
        display: none;
        align-items: center;
        padding-bottom: 10px;
    }
    .page-column__single-main-column-details-icons-icon {
        width: 27px;
        height: 27px;
        border-radius: 50px;
        background-color: black;
    }
    .page-column__single-main-column-details-icons-name {
        font-size: 14px;
        padding-left: 10px;
    }
    .page-column__single-sub {
        display: flex;
        justify-content: space-between;
        padding-bottom: 50px;
        border-bottom: 1px solid #c1c1c1;
        flex-direction: column;
        align-items: center;
    }
    .page-column__single-sub-title {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #c1c1c1;
    }
    .page-column__single-sub-title-ttl {
        font-size: 24px;
        font-weight: bold;
    }
    .page-column__single-sub-title-txt {
        font-size: 14px;
    }
    .page-column__single-sub-column {
        margin: 50px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .page-column__single-sub-column-img {
        width: 100%;
        max-width: 395px;
        height: 223px;
        object-fit: cover;
    }
    .page-column__single-sub-column-details {
        width: 100%;
        max-width: 395px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .page-column__single-sub-column-details-category {
        display: flex;
    }
    .page-column__single-sub-column-details-category-cat {
        display: none;
        font-size: 14px;
        background-color: #efefef;
    }
    .page-column__single-sub-column-details-category-time {
        font-size: 14px;
        position: relative;
        top: 100px;
        color: #7e7e7e;
    }
    .page-column__single-sub-column-details-text {
        height: auto;
    }
    .page-column__single-sub-column-details-text-ttl {
        padding: 0px 0 30px;
        font-size: 22px;
        letter-spacing: 1;
        font-weight: bold;
    }
    .page-column__single-sub-column-details-text-txt {
        display: none;
        font-size: 16px;
        padding: 20px 0 0px;
    }
    .page-column__single-sub-column-details-icons {
        display: none;
        align-items: center;
        padding-bottom: 10px;
    }
    .page-column__single-sub-column-details-icons-icon {
        width: 27px;
        height: 27px;
        border-radius: 50px;
        background-color: black;
    }
    .page-column__single-sub-column-details-icons-name {
        font-size: 14px;
        padding-left: 10px;
    }
    .page-column__single .column-hidden {
        display: none;
    }
    .page-column__single-list {
        width: 100%;
        display: flex;
        padding-bottom: 50px;
        border-bottom: 1px solid #c1c1c1;
        padding: 50px 0 50px 0px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-column__single-list-title {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #c1c1c1;
    }
    .page-column__single-list-title-ttl {
        font-size: 24px;
        font-weight: bold;
    }
    .page-column__single-list-title-txt {
        font-size: 14px;
    }
    .page-column__single-list-column {
        border-bottom: none;
        width: 49%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-column__single-list-column-img {
        width: 100%;
        max-width: 175px;
        height: 99px;
        object-fit: cover;
    }
    .page-column__single-list-column-details {
        margin-left: 0px;
        width: 100%;
        max-width: 175px;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .page-column__single-list-column-details-category {
        display: flex;
    }
    .page-column__single-list-column-details-category-cat {
        display: none;
        font-size: 14px;
        background-color: #efefef;
    }
    .page-column__single-list-column-details-category-time {
        font-size: 14px;
        color: #7e7e7e;
    }
    .page-column__single-list-column-details-text {
        height: auto;
    }
    .page-column__single-list-column-details-text-ttl {
        padding: 0px;
        font-size: 12px;
        letter-spacing: 1;
        font-weight: bold;
    }
    .page-column__single-list-column-details-text-txt {
        display: none;
        font-size: 16px;
        padding: 20px 0 0px;
    }
    .page-column__single-list-column-details-icons {
        display: none;
        align-items: center;
        padding-bottom: 10px;
    }
    .page-column__single-list-column-details-icons-icon {
        width: 27px;
        height: 27px;
        border-radius: 50px;
        background-color: black;
    }
    .page-column__single-list-column-details-icons-name {
        font-size: 14px;
        padding-left: 10px;
    }
    .page-column__single-category {
        display: flex;
        justify-content: space-between;
        padding-bottom: 50px;
        border-bottom: 1px solid #c1c1c1;
        align-items: flex-start;
        width: 100%;
    }
    .page-column__single-category-title {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #c1c1c1;
    }
    .page-column__single-category-title-ttl {
        font-size: 24px;
        font-weight: bold;
    }
    .page-column__single-category-title-txt {
        font-size: 14px;
    }
    .page-column__single-category-column {
        display: flex;
        align-items: flex-start;
        padding: 20px 0 20px;
    }
    .page-column__single-category-column-img {
        width: 100%;
        max-width: 127px;
        height: 72px;
        object-fit: cover;
    }
    .page-column__single-category-column-details {
        width: 100%;
        max-width: 219px;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        margin-left: 15px;
    }
    .page-column__single-category-column-details-category {
        display: flex;
        width: 100%;
    }
    .page-column__single-category-column-details-category-cat {
        display: none;
        font-size: 14px;
        background-color: #efefef;
    }
    .page-column__single-category-column-details-category-time {
        font-size: 10px;
        color: #7e7e7e;
    }
    .page-column__single-category-column-details-text {
        height: auto;
    }
    .page-column__single-category-column-details-text-ttl {
        padding: 0px;
        font-size: 12px;
        letter-spacing: 1;
        font-weight: bold;
    }
    .page-column__single-category-column-details-text-txt {
        display: none;
        font-size: 16px;
        padding: 20px 0 0px;
    }
    .page-column__single-category-column-details-icons {
        display: none;
        align-items: center;
        padding-bottom: 10px;
    }
    .page-column__single-category-column-details-icons-icon {
        width: 27px;
        height: 27px;
        border-radius: 50px;
        background-color: black;
    }
    .page-column__single-category-column-details-icons-name {
        font-size: 14px;
        padding-left: 10px;
    }
    .page-column__single-colums {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .pagination__item--current,
    .pagination__item a,
    .pagination__btn--prev,
    .pagination__btn--next,
    .pagination__btn--first,
    .pagination__btn--last {
        box-sizing: border-box;
        display: block;
        color: #a4a4a4;
        text-decoration: none;
        text-align: center;
        background: #fff;
        border-radius: 2em;
        min-width: 52px;
        min-height: 52px;
        transition: all 0.2s;
        padding: calc(0.5em - 1px) 0.5em;
    }
    .pagination__item--current:hover,
    .pagination__item a:hover,
    .pagination__btn--prev:hover,
    .pagination__btn--next:hover,
    .pagination__btn--first:hover,
    .pagination__btn--last:hover {
        color: #fff;
        background: #c43527;
        border-color: #c43527;
    }
}
@media (max-width: 600px) and (min-width: 320px) {
    .pagination__item--current,
    .pagination__item a,
    .pagination__btn--prev,
    .pagination__btn--next,
    .pagination__btn--first,
    .pagination__btn--last {
        margin: 0 0.28em;
    }
}
@media (max-width: 600px) {
    .pagination {
        display: flex;
        justify-content: center;
        color: #a4a4a4;
        line-height: 1;
        margin: 0;
        padding: 2em 0;
    }
    .pagination__list {
        display: none;
    }
    .pagination__item {
        margin: 0;
    }
    .pagination__item--current {
        background: #c43527;
        color: #fff;
        font-weight: bold;
        border-color: #c43527;
        margin: 0 0.28em;
    }
    .pagination__item--current a {
        color: #fff;
        line-height: 2.5;
    }
    .pagination__item a {
        line-height: 2.5;
    }
    .pagination__pos {
        order: 2;
        margin: 0 1em;
        padding: 0.5em;
    }
    .pagination__btn--prev {
        order: 1;
    }
    .pagination__btn--next {
        order: 3;
    }
    .pagination__btn--first {
        display: none;
    }
    .pagination__btn--last {
        display: none;
    }
}
@media (max-width: 600px) and (min-width: 320px) {
    .pagination__list {
        order: 2;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: center;
    }
    .pagination__pos {
        display: none;
    }
    .pagination__btn--prev {
        margin-right: 1.14em;
    }
    .pagination__btn--next {
        margin-left: 1.14em;
    }
}
@media (max-width: 600px) and (min-width: 960px) {
    .pagination__list {
        order: 3;
    }
    .pagination__btn--prev {
        order: 2;
        line-height: 2.5;
    }
    .pagination__btn--next {
        order: 4;
        line-height: 2.5;
    }
    .pagination__btn--first {
        order: 1;
        display: block;
        line-height: 2.5;
    }
    .pagination__btn--last {
        order: 5;
        display: block;
        line-height: 2.5;
    }
}
@media (max-width: 600px) {
    .btn-pc {
        display: none;
    }
}
.page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2em;
}
.page-numbers:hover {
    color: #fff;
    background: #c43527;
    border-color: #c43527;
}

.page-numbers.current {
    background: #c43527;
    color: #fff;
}

.hotel__head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 40px;
}
.hotel__plan-p {
    font-weight: bold;
}
.hotel__plan-prices {
    margin: 5px 0;
}
.hotel__plan-label span {
    background-color: #c43527;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}
.hotel__plan-price {
    font-size: 20px;
}
.hotel__precautions {
    margin: 20px 0;
}
.hotel__precautions dl {
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}
.hotel__precautions-ttl {
    border-top: unset;
    padding: 18px;
}
.hotel__precautions-txt p {
    padding: 10px 18px;
    font-weight: 400;
}
.hotel_bgc {
    background: #f4f4f4;
    padding: 10px 16px 40px;
    margin: 0 auto 60px;
}

.page-michelin__contact-item input {
    background: #fff;
    padding: 14px 14px;
    color: #333333;
    font-weight: 400;
}
.page-michelin__contact-item-radio-wrap {
    background: #f4f4f4;
}

.hotel_confirmation .page-michelin__contact-item input {
    font-weight: 400;
}
.hotel_confirmation .page-michelin__contact-button {
    padding-top: 24px;
}
.hotel_confirmation .page-michelin__contact-inner {
    padding-top: 1px;
    margin-bottom: 60px;
}
.hotel_confirmation .page-michelin__contact-item-label {
    font-weight: 400;
}

.page-michelin__contact-item-radio-wrap {
    border-bottom: unset;
    padding-bottom: 0px;
}

.page-michelin__contact-remarks-txt {
    background: #fff;
}

.page-michelin__contact-item-radio {
    background: #fff;
    width: 97%;
    margin: 5px;
}

.page-michelin__contact-check-box-txt {
    background: #f4f4f4;
}

.confirmation .hotel_confirmation .text-wrap,
.pre-radio {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-top: 8px;
    padding: 0px !important;
    width: 100%;
    background: unset !important;
}

.confirmation .text-wrap,
.pre-radio {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
    padding: 14px 25px;
    width: 100%;
    background: #fff;
}

.module__reserve {
    font-weight: 400 !important;
}
.module__reserve .page-michelin__contact-inner,
.module__reserve .page-michelin__contact-txt,
.module__reserve .page-michelin__contact-check-box-txt,
.module__reserve .hotel__plan {
    font-weight: 400 !important;
}

.item-line-bottom {
    border-bottom: unset;
    padding-bottom: 0;
}

.thanks-page {
    text-align: center;
    --min-size: 18;
    --max-size: 20;
    color: #333333;
    font-size: var(--clamp-size);
    font-weight: bold;
    line-height: 2.1;
    text-align: center;
    margin: 40px 0 100px 0;
}
.thanks-page .heading h2 {
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
    .thanks-page .hotel-top-btn {
        width: 100%;
        height: 41px;
    }
    .thanks-page .hotel-top-btn a {
        font-size: 15px;
    }
}

.thanks-lists {
    text-align: center;
}

.hotel-top-btn {
    align-items: center;
    background: #c43527;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 55px;
    justify-content: center;
    margin: 0 auto;
    width: 60%;
}

.page-hotel__contact-txt {
    margin-bottom: 12px;
}

.hotel_bgc {
    /* デフォルトのラジオボタンのスタイル */
    /* 選択されたラジオボタンのスタイル */
}
.hotel_bgc .text-wrap-select {
    background: #fff;
    padding: 10px 14px;
    width: 95%;
    font-size: 16px;
    cursor: pointer;
}
@media (max-width: 600px) {
    .hotel_bgc .text-wrap-select {
        width: 90%;
    }
}
.hotel_bgc .page-michelin__contact-item {
    font-weight: 400;
}
.hotel_bgc .text-wrap-select option[value="選択して下さい"] {
    color: #999;
}
.hotel_bgc .text-wrap.people {
    background: #fff;
    margin-top: 8px;
    cursor: pointer;
}
.hotel_bgc .people::after {
    content: "";
    display: inline-block;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    height: 10px;
    transform: rotate(225deg);
    width: 10px;
}
.hotel_bgc .is-selected {
    color: #333333;
}
.hotel_bgc .text-wrap.people option[value="選択して下さい"] {
    color: #999; /* テキストの色を薄くするスタイルを適用 */
}
.hotel_bgc .text-wrap.people option[value="1人"] {
    color: #333333; /* テキストの色を薄くするスタイルを適用 */
}
.hotel_bgc .text-wrap.people option[value="2人"] {
    color: #333333; /* テキストの色を薄くするスタイルを適用 */
}
.hotel_bgc .text-wrap.people option[value="3人"] {
    color: #333333; /* テキストの色を薄くするスタイルを適用 */
}
.hotel_bgc .text-wrap {
    color: #6b6b6b; /* テキストの色を薄くするスタイルを適用 */
}
.hotel_bgc .page-michelin__contact-item-radio input[type="radio"] {
    display: none; /* デフォルトのラジオボタンを非表示にする */
}
.hotel_bgc
    .page-michelin__contact-item-radio
    input[type="radio"]:checked
    + label {
    color: #333333; /* 選択されたときのテキスト色 */
    font-weight: bold; /* 選択されたときの太字 */
}
.hotel_bgc .page-michelin__contact-item {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 30px;
}
.hotel_bgc .item-line-bottom {
    border-bottom: unset;
    padding-bottom: 0;
}

.confirmation .text-wrap {
    color: #333333;
}
.confirmation .hotel_bgc .text-wrap.people::after {
    display: none;
}
.confirmation .page-michelin__contact-button {
    margin-top: unset;
}

.hotel_confirmation-reception {
    font-size: 12px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .page-hotel__contact-ttl {
        font-size: 18px;
    }
    .page-hotel__contact-txt {
        font-size: 14px;
        text-align: start;
        margin-bottom: 12px;
    }
}
.hotel__plan {
    background-color: #f4f4f4;
    padding: 16px;
}
.hotel__plan-label {
    margin: 10px 0px;
}
.hotel__plan li {
    font-size: 14px;
}
.hotel__plan-p {
    font-size: 12px;
}
.hotel__plan-price {
    font-size: 16px;
}
.hotel__plan-warn {
    font-size: 12px;
}

.MWWPForm::placeholder {
    color: #ff0000;
}

.hotel__precautions-txt.is-open {
    border-top: 1px solid #c1c1c1;
}

.privacy-url {
    color: #c43527;
    text-decoration: underline;
}

.hotel-reserve-check {
    padding: 0px;
    margin-top: 20px;
    line-height: 1.5;
}

.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
    display: inline-block;
    width: 30%;
}

.thanks-page-heading {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thanks-page .heading {
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 100;
    line-height: 1;
}
.thanks-page .heading-p {
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
}
.thanks-page .page-hotel__contact-txt {
    text-align: start;
    font-weight: 400;
    font-size: 12px;
    margin: 10px 0 50px;
    line-height: 1.5;
}
.thanks-page .page-hotel__contact-txt .heading-pc {
    display: none;
}
@media (min-width: 426px) {
    .thanks-page .page-hotel__contact-txt {
        text-align: center;
        margin: 0px auto 40px;
        width: 540px;
    }
    .thanks-page .page-hotel__contact-txt .heading-pc {
        display: block;
    }
}

.module__reserve .page-michelin__contact-inner {
    padding-top: 1px;
    padding-bottom: unset;
}
.module__reserve .hotel_confirmation .page-hotel__kv-common_btn {
    margin-top: 16px;
}
.module__reserve .page-hotel__kv-common_btn .page-hotel__kv-common_btn_link {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #c43527;
    border: 2px solid #c43527;
    margin: 10px auto;
    padding: 12px 0;
}
.module__reserve
    .page-hotel__kv-common_btn
    .page-hotel__kv-common_btn_link:hover {
    color: #c43527;
    background: #fff;
    border: 2px solid #c43527;
    transition: all 0.2s ease-in;
}
@media (max-width: 600px) {
    .module__reserve .page-hotel__kv-bottom .page-hotel__kv-common_btn {
        background: #fff;
    }
    .module__reserve .page-hotel__kv-common_btn::after {
        content: "";
        line-height: 0;
    }
    .module__reserve
        .page-hotel__kv-common_btn
        .page-hotel__kv-common_btn_link {
        width: 100%;
    }
}
.module__reserve .page-michelin__contact-submit-back {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #c43527;
    border: 2px solid #c43527;
    margin: 10px auto;
    padding: 12px 0;
    border-radius: 0px;
}
.module__reserve
    .page-hotel__kv-common_btn
    .page-michelin__contact-submit-back:hover {
    color: #c43527;
    background: #fff;
    border: 2px solid #c43527;
    transition: all 0.2s ease-in;
}
.module__reserve .page-michelin__contact-submit {
    border-radius: 0px;
}
.module__reserve .page-hotel__contact-check-box {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-top: 32px;
    display: flex;
    align-items: center;
    /* チェックボックス01 */
    /* ラジオボタン01 */
}
.module__reserve .page-hotel__contact-check-box .custom-style {
    padding-left: 5px;
}
.module__reserve .page-hotel__contact-check-box input[type="checkbox"] {
    display: none;
}
.module__reserve .page-hotel__contact-check-box .checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.module__reserve .page-hotel__contact-check-box .checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.module__reserve .page-hotel__contact-check-box .checkbox01::after {
    border-bottom: 2px solid #c43527;
    border-right: 2px solid #c43527;
    content: "";
    display: block;
    height: 10px;
    left: 10px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
}
.module__reserve
    .page-hotel__contact-check-box
    input[type="checkbox"]:checked
    + .checkbox01::after {
    opacity: 1;
}
.module__reserve .page-hotel__contact-check-box input[type="radio"] {
    display: none;
}
.module__reserve .page-hotel__contact-check-box .radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.module__reserve .page-hotel__contact-check-box .radio01::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.module__reserve .page-hotel__contact-check-box .radio01::after {
    background: #ed7a9c;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
.module__reserve
    .page-hotel__contact-check-box
    input[type="radio"]:checked
    + .radio01::after {
    opacity: 1;
}

.page-private-jet {
    background: #f5f9fc;
}
.page-private-jet h1,
.page-private-jet h2,
.page-private-jet h3,
.page-private-jet h4,
.page-private-jet h4,
.page-private-jet p,
.page-private-jet li {
    letter-spacing: 0.025em;
}
.page-private-jet__kv {
    width: 100%;
}
.page-private-jet__kv img {
    width: 100%;
}
.page-private-jet__kv .swiper-pagination {
    z-index: 20;
    bottom: 0;
    margin-bottom: 0;
}
.page-private-jet__kv .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 0 0 8px !important;
    background: #fff !important;
}
.page-private-jet__kv .swiper-pagination-bullet:first-child {
    margin: 0 !important;
}
.page-private-jet__kv .swiper-pagination-bullet-active {
    background: #c43527 !important;
}
.page-private-jet__kv .swiper-button-next,
.page-private-jet__kv .swiper-button-prev {
    color: #fff;
}
.page-private-jet__kv .swiper-button-next:after,
.page-private-jet__kv .swiper-button-prev:after {
    font-size: 40px;
}
.page-private-jet__section {
    padding: 40px 0 0;
}
.page-private-jet__section-title {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
.page-private-jet__section-title-en {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #666;
    text-align: center;
}
.page-private-jet__section-movie {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}
.page-private-jet__section-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 600px) {
    .page-private-jet__section {
        padding-top: 20px;
    }
    .page-private-jet__section-title {
        font-size: 22px;
    }
    .page-private-jet__section-title-en {
        margin-bottom: 5px;
        font-size: 12px;
    }
}
.page-private-jet__about {
    padding-bottom: 0;
    background: url("../img/private-jet/bg.jpg") no-repeat center bottom 300px;
    background-size: 100% auto;
}
@media (max-width: 600px) {
    .page-private-jet__about {
        background-position: center botttom;
        background-size: auto;
    }
}
.page-private-jet__about-lead {
    position: relative;
    width: 100%;
    margin-top: 60px;
}
@media (max-width: 600px) {
    .page-private-jet__about-lead {
        margin-top: 30px;
    }
}
.page-private-jet__about-lead-img {
    width: calc(100% - 480px);
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-private-jet__about-lead-img img {
    display: none;
    width: 100%;
}
@media (max-width: 600px) {
    .page-private-jet__about-lead-img {
        width: 100%;
        height: auto;
        background: none;
    }
    .page-private-jet__about-lead-img img {
        display: block;
    }
}
.page-private-jet__about-lead .common__inner {
    position: relative;
    height: 100%;
}
.page-private-jet__about-lead-title {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-private-jet__about-lead-title {
        font-size: 18px;
    }
}
.page-private-jet__about-lead-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
}
@media (max-width: 600px) {
    .page-private-jet__about-lead-text {
        margin-top: 10px;
        font-size: 12px;
    }
}
.page-private-jet__about-lead-text--caution {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-private-jet__about-lead-text--caution {
        margin-top: 5px;
        font-size: 10px;
    }
}
.page-private-jet__about-lead-text-wrap {
    position: absolute;
    bottom: 30px;
    width: 615px;
    padding: 30px 30px 40px;
    background: #fff;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .page-private-jet__about-lead-text-wrap {
        position: relative;
        bottom: auto;
        z-index: 10;
        width: 100%;
        margin-top: -30px;
        padding: 15px 15px 20px;
    }
}
.page-private-jet__about-lead--01 .page-private-jet__about-lead-img {
    margin-left: 480px;
    background-image: url("../img/private-jet/img_about01.jpg");
}
@media (max-width: 600px) {
    .page-private-jet__about-lead--01 .page-private-jet__about-lead-img {
        margin-left: 0;
    }
}
.page-private-jet__about-lead--01 .page-private-jet__about-lead-text-wrap {
    left: 0;
}
@media (max-width: 600px) {
    .page-private-jet__about-lead--01 .page-private-jet__about-lead-text-wrap {
        left: auto;
    }
}
.page-private-jet__about-lead--02 .page-private-jet__about-lead-img {
    margin-right: 480px;
    background-image: url("../img/private-jet/img_about02.jpg");
}
@media (max-width: 600px) {
    .page-private-jet__about-lead--02 .page-private-jet__about-lead-img {
        margin-right: 0;
    }
}
.page-private-jet__about-lead--02 .page-private-jet__about-lead-text-wrap {
    right: 0;
}
@media (max-width: 600px) {
    .page-private-jet__about-lead--02 .page-private-jet__about-lead-text-wrap {
        right: auto;
    }
}
.page-private-jet__about-movie {
    max-width: 800px;
    margin: 60px auto 0;
}
@media (max-width: 600px) {
    .page-private-jet__about-movie {
        margin-top: 30px;
    }
}
.page-private-jet__about-point {
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding: 60px 0;
    background: #173b50;
    /*
  &::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 10;
    border-top: 20px solid transparent;
    border-right: 50% solid #173b50;
    border-bottom: 20px solid #173b50;
    border-left: 50% solid #173b50;
  }
  */
}
@media (max-width: 600px) {
    .page-private-jet__about-point {
        margin-top: 40px;
        padding: 30px 0;
    }
}
.page-private-jet__about-point-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 600px) {
    .page-private-jet__about-point-list {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -7.5px;
    }
}
.page-private-jet__about-point-list li {
    width: calc((100% - 120px) / 5);
}
.page-private-jet__about-point-list li img {
    width: 100%;
}
@media (max-width: 600px) {
    .page-private-jet__about-point-list li {
        width: 33.3333333333%;
        padding: 0 7.5px;
        box-sizing: border-box;
    }
    .page-private-jet__about-point-list li:nth-child(4),
    .page-private-jet__about-point-list li:nth-child(5) {
        margin-top: 15px;
    }
}
.page-private-jet__about-point-list-title {
    margin-top: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
@media (max-width: 600px) {
    .page-private-jet__about-point-list-title {
        margin-top: 5px;
        font-size: 10px;
    }
}
.page-private-jet__price {
    padding-bottom: 80px;
    background: #fff;
}
@media (max-width: 600px) {
    .page-private-jet__price {
        padding-bottom: 40px;
    }
}
.page-private-jet__price-lead {
    margin-top: 40px;
    padding-top: 60px;
    border-top: solid 1px #333;
}
.page-private-jet__price-lead p {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 3;
    text-align: center;
}
.page-private-jet__price-lead p span {
    font-size: 32px;
}
@media (max-width: 600px) {
    .page-private-jet__price-lead {
        margin-top: 20px;
        padding-top: 30px;
    }
    .page-private-jet__price-lead p {
        font-size: 16px;
        line-height: 2;
    }
    .page-private-jet__price-lead p span {
        font-size: 24px;
    }
}
.page-private-jet__price-domestic,
.page-private-jet__price-inter {
    margin-top: 80px;
}
@media (max-width: 600px) {
    .page-private-jet__price-domestic,
    .page-private-jet__price-inter {
        margin-top: 40px;
    }
}
.page-private-jet__price-title {
    display: flex;
    width: 100%;
    height: 300px;
}
@media (max-width: 600px) {
    .page-private-jet__price-title {
        height: auto;
        flex-direction: column;
    }
}
.page-private-jet__price-title-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 540px;
    height: 100%;
    background: #173b50;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .page-private-jet__price-title-left {
        width: 100%;
        height: auto;
        padding: 15px;
    }
}
.page-private-jet__price-title-right {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-private-jet__price-title-right img {
    display: none;
    width: 100%;
}
@media (max-width: 600px) {
    .page-private-jet__price-title-right {
        height: auto;
        background: none;
    }
    .page-private-jet__price-title-right img {
        display: block;
    }
}
.page-private-jet__price-title-wrap h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}
@media (max-width: 600px) {
    .page-private-jet__price-title-wrap h3 {
        font-size: 24px;
        text-align: center;
    }
}
.page-private-jet__price-title-wrap p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
}
@media (max-width: 600px) {
    .page-private-jet__price-title-wrap p {
        margin-top: 5px;
        font-size: 14px;
    }
}
.page-private-jet__price-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.page-private-jet__price-subtitle::before,
.page-private-jet__price-subtitle::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #333;
}
.page-private-jet__price-subtitle::before {
    margin-right: 20px;
}
.page-private-jet__price-subtitle::after {
    margin-left: 20px;
}
@media (max-width: 600px) {
    .page-private-jet__price-subtitle {
        margin-top: 30px;
        font-size: 18px;
    }
    .page-private-jet__price-subtitle::before {
        margin-right: 15px;
    }
    .page-private-jet__price-subtitle::after {
        margin-left: 15px;
    }
}
.page-private-jet__price-domestic .page-private-jet__price-title-right {
    background-image: url("../img/private-jet/img_ttl_domestic.jpg");
}
.page-private-jet__price-domestic-point {
    position: relative;
    margin-top: 90px;
    padding: 50px 30px 50px 490px;
    background: #f5f5f5;
    min-height: 280px;
}
@media (max-width: 600px) {
    .page-private-jet__price-domestic-point {
        margin-top: 30px;
        padding: 0 15px 20px;
        min-height: auto;
    }
}
.page-private-jet__price-domestic-point-img {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 480px;
}
.page-private-jet__price-domestic-point-img img {
    width: 100%;
}
@media (max-width: 600px) {
    .page-private-jet__price-domestic-point-img {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% + 30px);
        margin: 0 -15px 15px;
    }
}
.page-private-jet__price-inter .page-private-jet__price-title-right {
    background-image: url("../img/private-jet/img_ttl_inter.jpg");
}
.page-private-jet__price-inter .page-private-jet__price-point-title {
    margin-top: 60px;
    text-align: center;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter .page-private-jet__price-point-title {
        margin-top: 30px;
    }
}
.page-private-jet__price-inter-point {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}
.page-private-jet__price-inter-point-img {
    width: 490px;
    margin-right: 40px;
    flex-shrink: 0;
}
.page-private-jet__price-inter-point-img img {
    width: 100%;
}
.page-private-jet__price-inter-point-text {
    width: 100%;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-point {
        flex-direction: column;
        margin-top: 20px;
    }
    .page-private-jet__price-inter-point-img {
        width: 100%;
        margin-right: 0;
    }
}
.page-private-jet__price-inter-sim {
    margin-top: 30px;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim {
        margin-top: 15px;
    }
}
.page-private-jet__price-inter-sim-tab {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.page-private-jet__price-inter-sim-tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 5px;
    background: #173b50;
}
.page-private-jet__price-inter-sim-tab li {
    width: calc((100% - 8px) / 5);
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-tab li {
        width: calc((100% - 4px) / 5);
    }
}
.page-private-jet__price-inter-sim-tab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px 0;
    box-sizing: border-box;
    background-color: rgba(23, 59, 80, 0.85);
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.page-private-jet__price-inter-sim-tab li a.is-active {
    background-color: rgb(23, 59, 80);
}
.page-private-jet__price-inter-sim-tab li a br {
    display: none;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-tab li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        padding: 0;
        font-size: 10px;
    }
    .page-private-jet__price-inter-sim-tab li a br {
        display: block;
    }
}
.page-private-jet__price-inter-sim-panel .panel {
    display: none;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 0 0 5px 5px;
}
.page-private-jet__price-inter-sim-panel .panel.is-show {
    display: block;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-panel .panel {
        padding: 15px;
    }
}
.page-private-jet__price-inter-sim-case {
    margin-top: 30px;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case {
        margin-top: 15px;
    }
}
.page-private-jet__price-inter-sim-case > li {
    margin-top: 60px;
}
.page-private-jet__price-inter-sim-case > li:first-child {
    margin-top: 0;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case > li {
        margin-top: 30px;
    }
}
.page-private-jet__price-inter-sim-case-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case-title {
        font-size: 14px;
    }
}
.page-private-jet__price-inter-sim-case-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case-wrap {
        flex-direction: column;
        margin-top: 15px;
    }
}
.page-private-jet__price-inter-sim-case-img,
.page-private-jet__price-inter-sim-case-plan {
    width: calc(50% - 15px);
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case-img,
    .page-private-jet__price-inter-sim-case-plan {
        width: 100%;
        margin-top: 15px;
    }
}
.page-private-jet__price-inter-sim-case-img {
    margin-top: 0;
}
.page-private-jet__price-inter-sim-case-img img {
    width: 100%;
}
.page-private-jet__price-inter-sim-case-plan > li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 2px;
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
}
.page-private-jet__price-inter-sim-case-plan > li:first-child {
    margin-top: 0;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case-plan > li {
        padding: 10px 5px;
    }
}
.page-private-jet__price-inter-sim-case-plan-item {
    width: 85px;
    text-align: right;
    margin-right: 30px;
    font-size: 14px;
    line-height: 1.5;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case-plan-item {
        width: 60px;
        margin-right: 15px;
        font-size: 12px;
    }
}
.page-private-jet__price-inter-sim-case-plan-text {
    width: 100%;
}
.page-private-jet__price-inter-sim-case-plan-text-dist,
.page-private-jet__price-inter-sim-case-plan-text-price,
.page-private-jet__price-inter-sim-case-plan-text-seat {
    font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case-plan-text-dist,
    .page-private-jet__price-inter-sim-case-plan-text-price,
    .page-private-jet__price-inter-sim-case-plan-text-seat {
        font-size: 12px;
    }
}
.page-private-jet__price-inter-sim-case-plan-text-price,
.page-private-jet__price-inter-sim-case-plan-text-seat {
    display: flex;
    margin-top: 8px;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case-plan-text-price,
    .page-private-jet__price-inter-sim-case-plan-text-seat {
        margin-top: 4px;
    }
}
.page-private-jet__price-inter-sim-case-plan-text-price-seat-wrap {
    display: flex;
}
.page-private-jet__price-inter-sim-case-plan-text-price-seat-wrap > li {
    display: flex;
    flex-direction: column;
    width: 140px;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case-plan-text-price-seat-wrap > li {
        width: 100px;
    }
}
.page-private-jet__price-inter-sim-case-plan-text-dist {
    display: flex;
    flex-wrap: wrap;
}
.page-private-jet__price-inter-sim-case-plan-text-dist span {
    margin-left: 3px;
    padding-left: 28px;
    background: url("../img/private-jet/icon_jet.svg") no-repeat center left;
}
.page-private-jet__price-inter-sim-case-plan-text-dist span:first-of-type {
    margin-left: 0;
    padding-left: 0;
    background: none;
}
@media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case-plan-text-dist span {
        margin-left: 5px;
        padding-left: 20px;
        background-size: auto 14px;
    }
}
.page-private-jet__price-point-title {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-private-jet__price-point-title {
        font-size: 20px;
    }
}
.page-private-jet__price-point-list {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.page-private-jet__price-point-list li {
    position: relative;
    margin-top: 10px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.75;
}
.page-private-jet__price-point-list li:first-child {
    margin-top: 0;
}
.page-private-jet__price-point-list li::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: counter(my-counter);
    counter-increment: my-counter;
    border: solid 1px #333;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    color: #333;
    font-size: 14px;
    line-height: 1;
}
@media (max-width: 600px) {
    .page-private-jet__price-point-list {
        margin-top: 15px;
    }
    .page-private-jet__price-point-list li {
        margin-top: 2px;
        padding-left: 20px;
        font-size: 14px;
    }
    .page-private-jet__price-point-list li br {
        display: none;
    }
    .page-private-jet__price-point-list li::before {
        width: 16px;
        height: 16px;
        font-size: 12px;
    }
}
.page-private-jet__price-equipment {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
@media (max-width: 600px) {
    .page-private-jet__price-equipment {
        flex-direction: column;
        margin-top: 0;
    }
}
.page-private-jet__price-equipment-left,
.page-private-jet__price-equipment-right {
    width: calc(50% - 20px);
}
@media (max-width: 600px) {
    .page-private-jet__price-equipment-left,
    .page-private-jet__price-equipment-right {
        width: 100%;
        margin-top: 15px;
    }
}
.page-private-jet__price-equipment-list {
    border-top: solid 1px #ccc;
}
.page-private-jet__price-equipment-list li {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: solid 1px #ccc;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-private-jet__price-equipment-list li {
        font-size: 14px;
    }
}
.page-private-jet__price-equipment-list-item {
    width: 100px;
    margin-right: 40px;
    text-align: right;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .page-private-jet__price-equipment-list-item {
        width: 80px;
        margin-right: 20px;
    }
}
.page-private-jet__price-equipment-list-text {
    width: 100%;
}
.page-private-jet__price-equipment-img img {
    width: 100%;
}
.page-private-jet__price-equipment-img .swiper-pagination {
    z-index: 20;
    bottom: 0;
    margin-bottom: 0;
}
.page-private-jet__price-equipment-img .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 0 0 8px !important;
    background: #fff !important;
}
.page-private-jet__price-equipment-img .swiper-pagination-bullet:first-child {
    margin: 0 !important;
}
.page-private-jet__price-equipment-img .swiper-pagination-bullet-active {
    background: #c43527 !important;
}
.page-private-jet__price-equipment-img .swiper-button-next,
.page-private-jet__price-equipment-img .swiper-button-prev {
    color: #fff;
}
.page-private-jet__price-equipment-img .swiper-button-next:after,
.page-private-jet__price-equipment-img .swiper-button-prev:after {
    font-size: 20px;
}
.page-private-jet__price-button {
    max-width: 400px;
    margin: 60px auto 0;
}
@media (max-width: 600px) {
    .page-private-jet__price-button {
        margin-top: 30px;
    }
}
.page-private-jet__price-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    height: 80px;
    background: #c43527;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}
.page-private-jet__price-button a span {
    font-size: 18px;
    font-weight: 600;
}
.page-private-jet__price-button a:hover {
    background-color: rgba(196, 53, 39, 0.8);
}
@media (max-width: 600px) {
    .page-private-jet__price-button a {
        height: 70px;
        font-size: 10px;
    }
    .page-private-jet__price-button a span {
        font-size: 16px;
    }
}
.page-private-jet__contact {
    padding-bottom: 120px;
    background: #f8f8f8;
}
@media (max-width: 600px) {
    .page-private-jet__contact {
        padding-bottom: 60px;
    }
}
.page-private-jet__contact-text {
    margin-top: 40px;
    padding-top: 60px;
    border-top: solid 1px #333;
    text-align: center;
}
@media (max-width: 600px) {
    .page-private-jet__contact-text {
        margin-top: 20px;
        padding-top: 30px;
    }
}
.page-private-jet__contact-text-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.page-private-jet__contact-text-tel p {
    font-size: 16px;
    line-height: 1.5;
}
.page-private-jet__contact-text-tel p br {
    display: none;
}
.page-private-jet__contact-text-tel img {
    width: auto;
    height: 30px;
    margin-right: 10px;
}
.page-private-jet__contact-text-tel span {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
}
@media (max-width: 600px) {
    .page-private-jet__contact-text-tel {
        margin: 5px 0;
    }
    .page-private-jet__contact-text-tel p {
        font-size: 14px;
    }
    .page-private-jet__contact-text-tel p br {
        display: block;
    }
    .page-private-jet__contact-text-tel span {
        font-size: 28px;
    }
}
.page-private-jet__contact-text-buttons {
    display: flex;
    justify-content: center;
    max-width: 840px;
    margin: 60px auto 0;
}
.page-private-jet__contact-text-buttons li {
    width: calc(50% - 20px);
}
.page-private-jet__contact-text-buttons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    height: 80px;
    background: #c43527;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}
.page-private-jet__contact-text-buttons li a span {
    font-size: 18px;
    font-weight: 600;
}
.page-private-jet__contact-text-buttons li a:hover {
    background-color: rgba(196, 53, 39, 0.8);
}
@media (max-width: 600px) {
    .page-private-jet__contact-text-buttons li a {
        height: 70px;
        font-size: 10px;
    }
    .page-private-jet__contact-text-buttons li a span {
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    .page-private-jet__contact-text-buttons {
        flex-direction: column;
        margin-top: 30px;
    }
    .page-private-jet__contact-text-buttons li {
        width: 100%;
        margin-top: 15px;
    }
    .page-private-jet__contact-text-buttons li:first-child {
        margin-top: 0;
    }
}

.page-kuroshari {
    background: #000;
    padding: 0 0 80px;
    color: #fff;
    letter-spacing: 0.025em;
}
@media (max-width: 600px) {
    .page-kuroshari {
        margin-top: 20px;
        padding-bottom: 40px;
    }
}
.page-kuroshari__tokuten {
    padding: 60px 0;
    background: url("../img/kuroshari/bg.jpg") no-repeat center top;
    background-size: cover;
}
@media (max-width: 600px) {
    .page-kuroshari__tokuten {
        padding: 0 0 30px;
    }
}
.page-kuroshari__tokuten-title {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    text-align: center;
}
@media (max-width: 600px) {
    .page-kuroshari__tokuten-title {
        top: 13px;
        font-size: 24px;
    }
}
.page-kuroshari__tokuten-title-wrap {
    position: relative;
    max-width: 674px;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .page-kuroshari__tokuten-title-wrap {
        margin: 0 -16px;
    }
}
.page-kuroshari__tokuten-title-img {
    position: relative;
}
.page-kuroshari__tokuten-title-img--pc {
    display: block;
}
@media (max-width: 600px) {
    .page-kuroshari__tokuten-title-img--pc {
        display: none;
    }
}
.page-kuroshari__tokuten-title-img--sp {
    display: none;
}
@media (max-width: 600px) {
    .page-kuroshari__tokuten-title-img--sp {
        display: block;
    }
}
.page-kuroshari__tokuten-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
@media (max-width: 600px) {
    .page-kuroshari__tokuten-list {
        flex-direction: column;
        margin-top: 0;
    }
}
.page-kuroshari__tokuten-list li {
    width: calc(50% - 15px);
}
@media (max-width: 600px) {
    .page-kuroshari__tokuten-list li {
        width: 100%;
        margin-top: 20px;
    }
}
.page-kuroshari__tokuten-list-img {
    width: 100%;
}
.page-kuroshari__tokuten-list-title {
    margin-top: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 600px) {
    .page-kuroshari__tokuten-list-title {
        font-size: 20px;
    }
}
.page-kuroshari__tokuten-list-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.page-kuroshari__tokuten-list-text br {
    display: none;
}
@media (max-width: 600px) {
    .page-kuroshari__tokuten-list-text {
        margin-top: 5px;
        font-size: 14px;
    }
    .page-kuroshari__tokuten-list-text br {
        display: block;
    }
}
.page-kuroshari__detail {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
@media (max-width: 600px) {
    .page-kuroshari__detail {
        flex-direction: column;
        margin-top: 0;
    }
}
.page-kuroshari__detail-title {
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.page-kuroshari__detail-title span {
    position: relative;
    z-index: 10;
    padding: 0 20px;
    background: #000;
}
@media (max-width: 600px) {
    .page-kuroshari__detail-title {
        font-size: 16px;
    }
}
.page-kuroshari__detail-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 1px;
    background: #d9bf78;
}
.page-kuroshari__schedule,
.page-kuroshari__menu {
    width: calc(50% - 35px);
}
@media (max-width: 600px) {
    .page-kuroshari__schedule,
    .page-kuroshari__menu {
        width: 100%;
        margin-top: 30px;
    }
}
.page-kuroshari__schedule-list {
    width: 100%;
    margin-top: 40px;
}
@media (max-width: 600px) {
    .page-kuroshari__schedule-list {
        margin-top: 20px;
    }
}
.page-kuroshari__schedule-list li {
    display: flex;
    width: 100%;
    height: 90px;
}
.page-kuroshari__schedule-list li:last-child {
    height: auto;
}
.page-kuroshari__schedule-list
    li:last-child
    .page-kuroshari__schedule-list-icon::before {
    display: none;
}
@media (max-width: 600px) {
    .page-kuroshari__schedule-list li {
        height: 80px;
    }
}
.page-kuroshari__schedule-list-time,
.page-kuroshari__schedule-list-text p {
    font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-kuroshari__schedule-list-time,
    .page-kuroshari__schedule-list-text p {
        font-size: 12px;
    }
}
.page-kuroshari__schedule-list-time {
    width: 40px;
    margin-right: 30px;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .page-kuroshari__schedule-list-time {
        width: 30px;
        margin-right: 20px;
    }
}
.page-kuroshari__schedule-list-icon {
    position: relative;
    z-index: 10;
    width: 16px;
    height: 16px;
    margin-right: 30px;
    background: #000;
    border: solid 3px #d9bf78;
    border-radius: 8px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.page-kuroshari__schedule-list-icon::before {
    content: "";
    width: 2px;
    height: 74px;
    background: #d9bf78;
    position: absolute;
    z-index: 0;
    top: 13px;
    left: 50%;
    margin-left: -1px;
}
@media (max-width: 600px) {
    .page-kuroshari__schedule-list-icon {
        margin-top: 1px;
        margin-right: 20px;
        border: solid 2px #d9bf78;
    }
    .page-kuroshari__schedule-list-icon::before {
        height: 65px;
    }
}
.page-kuroshari__schedule-list-text {
    width: 100%;
}
.page-kuroshari__schedule-list-text p {
    margin-top: 10px;
}
@media (max-width: 600px) {
    .page-kuroshari__schedule-list-text p {
        margin-top: 5px;
    }
}
.page-kuroshari__schedule-list-text p:first-of-type {
    margin-top: 0;
}
.page-kuroshari__schedule-list-text p span {
    font-size: 12px;
}
@media (max-width: 600px) {
    .page-kuroshari__schedule-list-text p span {
        font-size: 10px;
        line-height: 1.2;
    }
}
.page-kuroshari__menu-list {
    width: 100%;
    margin-top: 40px;
}
@media (max-width: 600px) {
    .page-kuroshari__menu-list {
        margin-top: 20px;
    }
}
.page-kuroshari__menu-list li {
    position: relative;
    margin-top: 15px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-kuroshari__menu-list li {
        margin-top: 10px;
        font-size: 12px;
    }
}
.page-kuroshari__menu-list li:first-child {
    margin-top: 0;
}
.page-kuroshari__menu-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #d9bf78;
    border-radius: 8px;
}
.page-kuroshari__remarks {
    margin-top: 50px;
    width: 100%;
    padding: 30px 30px 40px;
    background: #202020;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .page-kuroshari__remarks {
        margin-top: 40px;
        padding: 20px 15px;
    }
}
.page-kuroshari__remarks-title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
}
.page-kuroshari__remarks-title:first-of-type {
    margin-top: 0;
}
@media (max-width: 600px) {
    .page-kuroshari__remarks-title {
        margin-top: 10px;
        font-size: 12px;
    }
}
.page-kuroshari__remarks-list,
.page-kuroshari__remarks-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-kuroshari__remarks-list,
    .page-kuroshari__remarks-text {
        margin-top: 5px;
        font-size: 12px;
    }
}
.page-kuroshari__remarks-list {
    display: flex;
    flex-wrap: wrap;
}
.page-kuroshari__remarks-list li {
    position: relative;
    margin-right: 10px;
    padding-left: 1rem;
}
@media (max-width: 600px) {
    .page-kuroshari__remarks-list li {
        margin-top: 2px;
    }
}
.page-kuroshari__remarks-list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.page-safety {
    padding: 40px 0 120px;
}
@media (max-width: 600px) {
    .page-safety {
        padding: 20px 0 60px;
    }
}
.page-safety__title {
    width: 100%;
    justify-content: center;
    text-align: center;
}
@media (max-width: 600px) {
    .page-safety__title {
        justify-content: flex-start;
        text-align: left;
    }
}
.page-safety__section {
    margin: 60px 0 0;
}
@media (max-width: 600px) {
    .page-safety__section {
        margin-top: 30px;
    }
}
.page-safety__section-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
@media (max-width: 600px) {
    .page-safety__section-title {
        font-size: 16px;
    }
}
.page-safety__section p,
.page-safety__section table,
.page-safety__section ol {
    margin-top: 20px;
}
@media (max-width: 600px) {
    .page-safety__section p,
    .page-safety__section table,
    .page-safety__section ol {
        margin-top: 10px;
    }
}
.page-safety__section p {
    font-size: 16px;
    line-height: 2;
}
@media (max-width: 600px) {
    .page-safety__section p {
        font-size: 14px;
    }
}
.page-safety__section table {
    width: 100%;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
}
.page-safety__section table th,
.page-safety__section table td {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    vertical-align: middle;
}
@media (max-width: 600px) {
    .page-safety__section table th,
    .page-safety__section table td {
        padding: 8px 12px;
        font-size: 14px;
    }
}
.page-safety__section table th {
    font-weight: 600;
    text-align: center;
}
.page-safety__section ol li {
    position: relative;
    list-style-type: none;
    counter-increment: cnt;
    margin-top: 5px;
    padding-left: 1.2rem;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-safety__section ol li {
        font-size: 14px;
    }
}
.page-safety__section ol li::before {
    content: counter(cnt) ".";
    position: absolute;
    top: 0;
    left: 0;
}
.page-safety__section ol li:first-child {
    margin-top: 0;
}

.page-special {
    background: #fff;
}
.page-special h1,
.page-special h2,
.page-special h3,
.page-special h4,
.page-special h4,
.page-special p,
.page-special li {
    letter-spacing: 0.025em;
}
.page-special__kv {
    width: 100%;
}
.page-special__kv img {
    width: 100%;
}
.page-special__kv-pc {
    display: block;
}
@media (max-width: 600px) {
    .page-special__kv-pc {
        display: none;
    }
}
.page-special__kv-sp {
    display: none;
}
@media (max-width: 600px) {
    .page-special__kv-sp {
        display: block;
    }
}
.page-special__section {
    padding: 60px 0 80px;
}
.page-special__section:last-of-type {
    padding-bottom: 120px;
}
.page-special__section-title {
    position: relative;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
.page-special__section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 4px;
    background: #c43527;
}
.page-special__section-title-en {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #666;
    text-align: center;
}
@media (max-width: 600px) {
    .page-special__section {
        padding: 30px 0 40px;
    }
    .page-special__section:last-of-type {
        padding-bottom: 60px;
    }
    .page-special__section-title {
        padding-bottom: 15px;
        font-size: 22px;
    }
    .page-special__section-title::after {
        margin-left: -40px;
        width: 80px;
        height: 3px;
    }
    .page-special__section-title-en {
        margin-bottom: 5px;
        font-size: 12px;
    }
}
.page-special__head .common__inner {
    position: relative;
}
.page-special__head-tag {
    position: absolute;
    top: -77px;
    left: 20px;
    padding: 5px 20px;
    background: #c43527;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
@media (max-width: 600px) {
    .page-special__head-tag {
        top: -47px;
        padding: 5px 10px;
        font-size: 14px;
    }
}
.page-special__head-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-special__head-title {
        font-size: 28px;
    }
}
.page-special__head-lead {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
}
@media (max-width: 600px) {
    .page-special__head-lead {
        font-size: 16px;
    }
}
.page-special__head-intro {
    margin-top: 60px;
    padding: 50px 40px 60px;
    background: #f8f8f8;
}
@media (max-width: 600px) {
    .page-special__head-intro {
        margin-top: 20px;
        padding: 20px 20px 30px;
    }
}
.page-special__head-intro-inner {
    max-width: 800px;
    margin: 0 auto;
}
.page-special__head-intro-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 600px) {
    .page-special__head-intro-title {
        font-size: 24px;
        text-align: left;
    }
    .page-special__head-intro-title br {
        display: none;
    }
}
.page-special__head-intro-text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.8;
}
@media (max-width: 600px) {
    .page-special__head-intro-text {
        margin-top: 20px;
        font-size: 14px;
    }
}
.page-special__head-intro-img,
.page-special__head-intro-movie {
    margin-top: 40px;
}
.page-special__head-intro-img img,
.page-special__head-intro-movie img {
    width: 100%;
}
@media (max-width: 600px) {
    .page-special__head-intro-img,
    .page-special__head-intro-movie {
        margin-top: 20px;
    }
}
.page-special__head-intro-movie {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}
.page-special__head-intro-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.page-special__contents {
    position: relative;
    background: #f8f8f8;
}
.page-special__contents-shoulder {
    position: absolute;
    left: 20px;
    top: 180px;
    z-index: 10;
    width: calc(100% - 20px);
    overflow: hidden;
}
.page-special__contents-shoulder p {
    font-family: "Montserrat";
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: rgba(0, 0, 0, 0.08);
}
@media (max-width: 600px) {
    .page-special__contents-shoulder {
        top: 110px;
    }
    .page-special__contents-shoulder p {
        font-size: 40px;
    }
}
.page-special__contents-point {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: 60px;
}
@media (max-width: 600px) {
    .page-special__contents-point {
        margin-top: 30px;
    }
    .page-special__contents-point:first-of-type {
        margin-top: 82px;
    }
}
.page-special__contents-point-img {
    width: calc(100% - 480px);
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-special__contents-point-img img {
    display: none;
    width: 100%;
}
@media (max-width: 1400px) {
    .page-special__contents-point-img {
        height: 480px;
    }
}
@media (max-width: 1200px) {
    .page-special__contents-point-img {
        height: 400px;
    }
}
@media (max-width: 600px) {
    .page-special__contents-point-img {
        width: 100%;
        height: auto;
        background: none;
    }
    .page-special__contents-point-img img {
        display: block;
    }
}
.page-special__contents-point .common__inner {
    position: relative;
    height: 100%;
}
.page-special__contents-point-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-special__contents-point-title {
        font-size: 18px;
    }
}
.page-special__contents-point-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
}
@media (max-width: 600px) {
    .page-special__contents-point-text {
        margin-top: 10px;
        font-size: 12px;
    }
}
.page-special__contents-point-text--caution {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
}
@media (max-width: 600px) {
    .page-special__contents-point-text--caution {
        margin-top: 5px;
        font-size: 10px;
    }
}
.page-special__contents-point-text-wrap {
    position: absolute;
    bottom: 30px;
    width: 615px;
    padding: 30px 30px 40px;
    background: #fff;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    .page-special__contents-point-text-wrap {
        position: relative;
        bottom: auto;
        z-index: 10;
        width: 100%;
        margin-top: -30px;
        padding: 15px 15px 20px;
    }
}
.page-special__contents-point:nth-of-type(odd)
    .page-special__contents-point-img {
    margin-left: 480px;
}
@media (max-width: 600px) {
    .page-special__contents-point:nth-of-type(odd)
        .page-special__contents-point-img {
        margin-left: 0;
    }
}
.page-special__contents-point:nth-of-type(odd)
    .page-special__contents-point-text-wrap {
    left: 0;
}
@media (max-width: 600px) {
    .page-special__contents-point:nth-of-type(odd)
        .page-special__contents-point-text-wrap {
        left: auto;
    }
}
.page-special__contents-point:nth-of-type(even)
    .page-special__contents-point-img {
    margin-right: 480px;
}
@media (max-width: 600px) {
    .page-special__contents-point:nth-of-type(even)
        .page-special__contents-point-img {
        margin-right: 0;
    }
}
.page-special__contents-point:nth-of-type(even)
    .page-special__contents-point-text-wrap {
    right: 0;
}
@media (max-width: 600px) {
    .page-special__contents-point:nth-of-type(even)
        .page-special__contents-point-text-wrap {
        right: auto;
    }
}

.common__inner {
    padding: 0 20px;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .common__inner {
        padding: 0 16px;
    }
}
.common__btn {
    font-size: 15px;
    color: #fff;
    background: #c43527;
    line-height: 1;
    padding: 16px 45px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.common__btn:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
@media (max-width: 768px) {
    .common__btn {
        width: 100%;
    }
}
.common__btn-outer {
    margin: 0 auto;
    text-align: center;
}
.common__btn-outer--more {
    margin-top: 30px;
}
.common__btn--golf {
    margin: 0 auto;
    margin-top: 35px;
    max-width: 250px;
    text-align: center;
    width: 100%;
}
.common__btn--golf-plan {
    max-width: 185px;
    width: 100%;
    margin-left: auto;
}
@media (max-width: 1100px) {
    .common__btn--golf-plan {
        max-width: 100%;
        margin-top: 24px;
    }
}
.common__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.common__head--singletaxi {
    margin-top: 72px;
}
@media (max-width: 600px) {
    .common__head--singletaxi {
        margin-top: 30px;
    }
}
.common__head--first {
    margin-top: 30px;
}
@media (max-width: 600px) {
    .common__head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.common__head-ttl {
    font-weight: bold;
    line-height: 1.7058823529;
    margin-right: 10px;
    --min-size: 24;
    --max-size: 34;
    font-size: var(--clamp-size);
}
@media (max-width: 600px) {
    .common__head-ttl {
        line-height: 1.7083333333;
    }
}
.common__head-ttl--singletaxi {
    --min-size: 18;
    --max-size: 20;
    font-size: var(--clamp-size);
}
.common__head-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6875;
}
@media (max-width: 600px) {
    .common__head-txt {
        font-size: 13px;
        line-height: 1.7692307692;
    }
}
.common__head-txt--singletaxi {
    --min-size: 12;
    --max-size: 14;
    font-size: var(--clamp-size);
}
.common__breadcrumbs {
    background: #f4f4f4;
    color: #9a9a9a;
    padding: 9px 0 8px;
}
.common__breadcrumbs-lists {
    display: flex;
}
.common__breadcrumbs-list {
    font-size: 10px;
}
.common__breadcrumbs-list:not(:first-child) {
    padding-left: 14px;
    position: relative;
}
.common__breadcrumbs-list:not(:first-child)::before {
    content: ">";
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.common__select {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    position: relative;
    padding: 13px 13px 13px 42px;
    line-height: 1;
    height: 42px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}
.common__select--normal {
    padding-left: 13px;
}
.common__select-wrap {
    position: relative;
    width: 100%;
}
.common__select-wrap::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 16px;
    height: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    background: url("../img/point.png") no-repeat center center/cover;
    z-index: 1;
}
.common__select-wrap--normal::before {
    background: none;
}
.common__select-wrap::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #c43527;
    border-left: 1px solid #c43527;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
    z-index: 1;
}
.common__search-submit {
    align-items: center;
    background: #c43527;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
    justify-content: center;
    line-height: 1.7333333333;
    width: 80%;
    margin-left: auto;
}
.common__search-submit:hover {
    opacity: 0.8;
    transition: ease 0.3s;
}
@media (max-width: 600px) {
    .common__search-submit {
        width: 100%;
    }
}
.common__search-submit--normal {
    width: 100%;
}
.common__break-sp {
    display: none;
}
@media (max-width: 600px) {
    .common__break-sp {
        display: block;
    }
}
.common__break-sp-none {
    display: block;
}
@media (max-width: 600px) {
    .common__break-sp-none {
        display: none;
    }
}
.common__break-tablet {
    display: none;
}
@media (max-width: 768px) {
    .common__break-tablet {
        display: block;
    }
}
.common__break-tablet-none {
    display: block;
}
@media (max-width: 768px) {
    .common__break-tablet-none {
        display: none;
    }
}
@media (max-width: 600px) {
    .common__taxi-search {
        padding: 24px 10px;
        margin-bottom: -200px;
    }
}
.common__taxi-search-inner {
    display: flex;
}
@media (max-width: 768px) {
    .common__taxi-search-inner {
        flex-direction: column;
    }
}
.common__taxi-search-inner-select {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .common__taxi-search-inner-select {
        flex-direction: column;
        gap: 17px;
    }
}
@media (max-width: 768px) and (max-width: 600px) {
    .common__taxi-search-inner-select {
        gap: 8px;
    }
}
.common__taxi-search-inner-select-box {
    width: calc((100% - 14px) / 2);
}
@media (max-width: 768px) {
    .common__taxi-search-inner-select-box {
        width: 100%;
    }
}
.common__taxi-search-inner-btn {
    flex: 1;
}
@media (max-width: 768px) {
    .common__taxi-search-inner-btn {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .common__taxi-search-inner-btn {
        margin-top: 14px;
    }
}

.common__select-wrap::after {
    top: 50%;
}
.common__break-tablet-none {
    display: block;
}

@media (max-width: 600px) {
    .common__btn {
        align-items: center;
        background: #c43527;
        border-radius: 5px;
        color: #fff;
        display: inline-flex;
        font-size: 15px;
        font-weight: bold;
        justify-content: center;
        line-height: 1;
        padding: 13px;
    }
    .common__btn--golf-plan {
        margin-top: 5px;
        max-width: 100%;
    }
    .common__break-tablet-none {
        display: none;
    }
    .common__select-taxi {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        border: 1px solid #c1c1c1;
        border-radius: 5px;
        height: 42px;
        line-height: 1;
        padding: 13px;
        position: relative;
        width: 100%;
        border: 1px solid #c1c1c1;
    }
    .common__select-taxi {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        border: none;
        border-radius: 5px;
        height: 42px;
        line-height: 1;
        padding: 13px 13px 13px 5px;
        position: relative;
        width: 100%;
    }
    .common__select-tit {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        /* padding-left: 22px; */
        position: relative;
        width: 100%;
    }
    .common__select-wrap {
        appearance: none;
        background: #fff;
        /* border: 1px solid #c1c1c1; */
        border-radius: 5px;
    }
}
.common__select-taxi {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    height: 42px;
    line-height: 1;
    padding: 13px;
    position: relative;
    width: 100%;
    border: 1px solid #c1c1c1;
}

.common__head_top {
    justify-content: space-between;
}
.common__head_top-ttl-link {
    color: #c43527;
    border-bottom: 1px solid #c43527;
    font-size: 18px;
    line-height: 1;
}
@media (max-width: 600px) {
    .common__head_top-ttl-link {
        font-size: 13px;
        line-height: 1;
    }
}
@media (max-width: 600px) {
    .common__head_top {
        display: flex;
        flex-direction: row;
        align-content: space-between;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .common__head_top--zh,
    .common__head_top--en {
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    .common__head_top--zh .common__head-ttl,
    .common__head_top--en .common__head-ttl {
        line-height: 1.2;
    }
    .common__head_top--zh .common__head-ttl img,
    .common__head_top--en .common__head-ttl img {
        width: 80px;
    }
    .common__head_top--zh .common__head_top-ttl-link,
    .common__head_top--en .common__head_top-ttl-link {
        white-space: nowrap;
        margin-bottom: 10px;
        font-size: 12px;
    }
}
.common__head-ttl {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 600px) {
    .common__head-ttl-txt {
        font-size: 24px;
    }
}
.common__head-ttl img {
    width: 120px;
    padding-left: 20px;
}
@media (max-width: 600px) {
    .common__head-ttl img {
        padding-left: 5px;
    }
}

.prot__select-wrap::after {
    top: 70%;
}

@media (max-width: 600px) {
    .common__select-taxi {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        border: none;
        border-radius: 5px;
        height: 42px;
        line-height: 1;
        padding: 13px 13px 13px 5px;
        position: relative;
        width: 100%;
    }
    .common__select-wrap::after {
        top: 50%;
    }
}
.golf-plan-btn,
.hotel-plan-btn {
    max-width: 120px;
    padding: 16px 20px;
}

@media (max-width: 768px) {
    .golf-plan-btn,
    .hotel-plan-btn {
        max-width: 100%;
        padding: 16px 20px;
    }
}
.new_top__cruising .common__inner,
.new_top__charter .common__inner,
.new_top__hotel .common__inner,
.new_top__airtrip .common__inner,
.new_top__cruising-image .common__inner {
    padding: 2px 20px;
}
@media (max-width: 600px) {
    .new_top__cruising .common__inner,
    .new_top__charter .common__inner,
    .new_top__hotel .common__inner,
    .new_top__airtrip .common__inner,
    .new_top__cruising-image .common__inner {
        padding: 2px 0px;
    }
}

.heading02 {
    --min-size: 18;
    --max-size: 20;
    font-size: var(--clamp-size);
    font-weight: bold;
    line-height: 2.1;
    color: #333333;
    text-align: center;
}
.heading02--left {
    text-align: left;
}
.heading02--tab {
    display: none;
}
@media (max-width: 768px) {
    .heading02--tab {
        display: block;
    }
}
.heading02--pc {
    display: block;
}
@media (max-width: 768px) {
    .heading02--pc {
        display: none;
    }
}

.module__recommend {
    padding: 70px 0 50px;
    background: #fff;
    overflow: hidden;
}
@media (max-width: 600px) {
    .module__recommend {
        padding: 40px 0;
    }
}
.module__recommend-lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
    gap: 18px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.module__recommend-lists-wrap {
    --sb-track-color: #dddddd;
    --sb-thumb-color: #c43527;
    --sb-size: 5px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
@media (max-width: 1200px) {
    .module__recommend-lists-wrap {
        overflow-x: hidden;
    }
}
@media (max-width: 1060px) {
    .module__recommend-lists-wrap {
        overflow-x: auto;
        max-width: 1060px;
        margin-right: calc(50% - 50vw);
    }
}
.module__recommend-lists-wrap::-webkit-scrollbar {
    width: var(--sb-size);
    height: var(--sb-size);
}
.module__recommend-lists-wrap::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
}
.module__recommend-lists-wrap::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
}
.module__recommend-list {
    width: 244px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 244/137;
}
.module__recommend-list img {
    width: 244px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 244/137;
}
.module__observation {
    background: #f4f4f4;
    padding: 70px 0;
    overflow: hidden;
    display: none;
}
.module__observation--top {
    background: #fff;
}
.module__observation-inner {
    position: relative;
}
.module__observation-swiper {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}
.module__observation-swiper img {
    width: auto;
}
.module__observation-swiper-nav {
    position: absolute;
    right: 0;
    top: -50px;
    width: 100px;
    height: 34px;
    z-index: 1;
    display: flex;
    align-items: center;
}
.module__observation-swiper-nav .swiper-button-prev {
    border-radius: 50px;
    height: 34px;
    width: 34px;
    background: #fff;
    border: 1px solid #c1c1c1;
}
.module__observation-swiper-nav .swiper-button-prev::after {
    transform: scale(0.3);
    color: #c43527;
}
.module__observation-swiper-nav .swiper-button-next {
    border-radius: 50px;
    height: 34px;
    width: 34px;
    background: #fff;
    border: 1px solid #c1c1c1;
}
.module__observation-swiper-nav .swiper-button-next::after {
    transform: scale(0.3);
    color: #c43527;
} /*# sourceMappingURL=style.css.map */








/* New Private Jet Page */
.txt-center {
    text-align: center;
  }
  
  .btn-flights-type {
    display: block;
    padding: 0 15px;
    background-color: #fff;
    color: #333;
  }
  
  .private-jet {
    background: #f5f9fc;
  }
  .private-jet h1,
  .private-jet h2,
  .private-jet h3,
  .private-jet h4,
  .private-jet h4,
  .private-jet p,
  .private-jet li {
    letter-spacing: 0.025em;
  }
  .private-jet__main-title {
    font-size: 32px;
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
  }
  @media (max-width: 600px) {
    .private-jet__main-title {
      font-size: 24px;
    }
  }
  .private-jet__main-title.light {
    color: #fff;
  }
  .private-jet__sub-title {
    font-size: 28px;
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.5;
  }
  .private-jet__sub-title.light {
    color: #fff;
  }
  .private-jet__sub-title-line {
    text-align: center;
    margin: 20px 0 15px;
    overflow: hidden;
    font-family: "Zen Old Mincho", serif;
  }
  .private-jet__sub-title-line span {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding: 0 12px;
  }
  @media (max-width: 600px) {
    .private-jet__sub-title-line span {
      font-size: 18px;
    }
  }
  .private-jet__sub-title-line span::before, .private-jet__sub-title-line span::after {
    display: block;
    width: 65px;
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #d6d6d6;
    transform: translateY(-50%);
  }
  .private-jet__sub-title-line span::before {
    right: calc(100% + 12px);
  }
  .private-jet__sub-title-line span::after {
    left: calc(100% + 12px);
  }
  .private-jet__sub-title-line.small span::before, .private-jet__sub-title-line.small span::after {
    width: 105px;
  }
  
  .embed-video {
    width: 100%;
    aspect-ratio: 560/315;
  }
  .embed-video iframe {
    width: 100%;
    height: 100%;
  }
  
  .short-line {
    height: 1px;
    margin: 15px 0 30px;
    position: relative;
  }
  .short-line::after {
    content: "";
    display: block;
    width: 40px;
    border-bottom: 1px solid #C43527;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .short-line.dark::after {
    border-bottom-color: #fff;
  }
  
  .private-jet-price-slider {
    overflow: hidden;
  }
  
  .slider-pagination-box {
    margin-top: 10px;
    text-align: center;
  }
  
  .private-jet__sub-title-en {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  
  .lbl-business-cal-element {
    display: inline-block;
    min-width: 80px;
    padding: 0 15px;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
  }
  .lbl-business-cal-multiplication {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/private-jet/icon-multiplication.png") no-repeat center center/cover;
  }
  
  .step-number {
    color: #C43527;
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 100;
  }
  
  .private-jet {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .private-jet__top-banner {
    background: url("../img/private-jet/private_jet_top_banner_bg.png") no-repeat center center/cover;
  }
  @media (max-width: 768px) {
    .private-jet__top-banner {
      background-image: url("../img/private-jet/private_jet_top_banner_bg_sm.png");
    }
  }
  .private-jet__top-banner-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 870px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 60px 0 40px;
  }
  @media (max-width: 600px) {
    .private-jet__top-banner-wrapper {
      padding: 30px 15px 15px 15px;
      gap: 5px;
    }
  }
  .private-jet__top-banner-btn-flights {
    display: flex;
    gap: 10px;
  }
  @media (max-width: 600px) {
    .private-jet__top-banner-btn-flights {
      padding-bottom: 10px;
    }
  }
  .private-jet__top-banner-title-small {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    font-family: "Zen Old Mincho", serif;
  }
  .private-jet__top-banner-title-big {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
  }
  @media (max-width: 600px) {
    .private-jet__top-banner-title-big {
      line-height: 1.2;
    }
  }
  .private-jet__top-banner-price {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
  }
  .private-jet__top-banner-price-main {
    font-size: 24px;
  }
  .private-jet__top-banner-btn-see-price {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 6px 30px;
    background-color: #C43527;
    position: relative;
    min-width: 150px;
  }
  .private-jet__top-banner-btn-see-price::after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
  }
  @media (max-width: 600px) {
    .private-jet__top-banner-btn-see-price {
      margin-top: 20px;
    }
  }
  .private-jet__top-banner-flight-status {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 360px;
    gap: 25px;
    padding: 7px 35px;
    margin-top: 55px;
    background-color: #E3E3E3;
    color: #333;
    position: relative;
  }
  @media (max-width: 768px) {
    .private-jet__top-banner-flight-status {
      margin-top: 65px;
    }
  }
  .private-jet__top-banner-flight-status .status-label {
    position: absolute;
    display: block;
    padding: 1px 12px;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .private-jet__top-banner-flight-status .time {
    flex: 1 0 40%;
    font-size: 12px;
    font-weight: 500;
    padding-top: 10px;
  }
  .private-jet__top-banner-flight-status .status-name {
    flex: 1 0 60%;
    display: block;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 3px 0;
  }
  .private-jet__top-banner-flight-status .status-name span {
    display: inline-block;
    padding-left: 20px;
    position: relative;
  }
  .private-jet__top-banner-flight-status .status-name span::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .private-jet__top-banner-flight-status .status-name span.success::before {
    background: url("../img/icon-success.png") no-repeat center center/cover;
  }
  .private-jet__top-banner-flight-status .status-name span.warning::before {
    background: url("../img/icon-delete.png") no-repeat center center/cover;
  }
  .private-jet__top-banner-flight-status .status-name span.danger::before {
    background: url("../img/icon-warning.png") no-repeat center center/cover;
  }
  .private-jet__top-banner-note {
    color: #dadada;
    font-size: 10px;
    font-weight: 500;
  }
  .private-jet__introduction {
    background: #e3ecf1 url("../img/private-jet/private_jet_introduction_bg.png") no-repeat center bottom/cover;
  }
  .private-jet__introduction-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 870px;
    padding: 80px 0 120px;
    text-align: center;
  }
  @media (max-width: 600px) {
    .private-jet__introduction-wrapper {
      padding: 90px 15px 100px;
    }
  }
  .private-jet__introduction-description {
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }
  .private-jet__introduction-description p {
    line-height: 2.2;
  }
  .private-jet__introduction-description .small {
    font-size: 12px;
    margin: 20px 0;
  }
  .private-jet__introduction-video {
    margin-top: 30px;
  }
  .private-jet__introduction-video__tab {
    display: flex;
    border-bottom: 1px solid #bebebe;
    padding: 0 85px;
  }
  @media (max-width: 600px) {
    .private-jet__introduction-video__tab {
      padding: 0;
    }
  }
  .private-jet__introduction-video__tab-item {
    flex: 1 0 50%;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    font-weight: 500;
    transition: all 0.5s;
  }
  .private-jet__introduction-video__tab-item.actived {
    border-bottom-color: #C43527;
    color: #C43527;
    font-weight: bold;
  }
  .private-jet__introduction-video__tab-item label, .private-jet__introduction-video__tab-item a {
    display: block;
    padding: 3px 0;
    text-align: center;
  }
  .private-jet__introduction-video__content {
    margin-top: 15px;
    background-color: #333;
  }
  .private-jet__introduction-video__content .embed-video {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s;
  }
  .private-jet__introduction-video__content .embed-video.actived {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .private-jet__features {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .private-jet__features-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1070px;
    padding: 80px 20px 90px;
    text-align: center;
  }
  @media (max-width: 600px) {
    .private-jet__features-wrapper {
      padding: 55px 0 130px;
    }
  }
  .private-jet__features-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 50px;
  }
  @media (max-width: 600px) {
    .private-jet__features-list {
      margin-top: 40px;
      gap: 40px;
    }
  }
  .private-jet__features-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
  }
  @media (max-width: 600px) {
    .private-jet__features-item {
      flex-direction: column;
      gap: 20px;
    }
  }
  .private-jet__features-item__info {
    flex: 1 0 28%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
  }
  @media (max-width: 600px) {
    .private-jet__features-item__info {
      padding: 0 24px;
      order: 2;
      gap: 8px;
    }
  }
  .private-jet__features-item__point {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Zen Old Mincho", serif;
  }
  .private-jet__features-item__point .point-number {
    font-size: 18px;
  }
  .private-jet__features-item__image {
    flex: 1 1 72%;
  }
  @media (max-width: 600px) {
    .private-jet__features-item__image {
      order: 1;
    }
  }
  .private-jet__features-item__image img {
    width: 100%;
    aspect-ratio: 7/3.3;
  }
  .private-jet__features-item.even .private-jet__features-item__info {
    order: 2;
  }
  .private-jet__features-item.even .private-jet__features-item__image {
    order: 1;
  }
  .private-jet__features-point {
    margin-top: 80px;
  }
  @media (max-width: 600px) {
    .private-jet__features-point {
      margin-top: 60px;
    }
  }
  .private-jet__features-point__list {
    margin: 0 auto;
    width: 100%;
    max-width: 870px;
    display: flex;
    flex-flow: row wrap;
    column-gap: 18px;
    row-gap: 10px;
  }
  @media (max-width: 600px) {
    .private-jet__features-point__list {
      margin-top: 60px;
      padding: 0 15px;
    }
  }
  .private-jet__features-point__item {
    flex: 0 0 calc((100% - 18px) / 2);
    display: flex;
    background-color: #fff;
    color: #333;
    font-size: 18px;
  }
  @media (max-width: 600px) {
    .private-jet__features-point__item {
      flex-basis: 100%;
    }
  }
  .private-jet__features-point__item-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    border-right: 1px solid #ededed;
  }
  .private-jet__features-point__item-icon img {
    max-width: 40px;
  }
  .private-jet__features-point__item-text {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }
  @media (max-width: 600px) {
    .private-jet__features-point__item-text {
      text-align: left;
      padding: 0 30px;
    }
  }
  .private-jet__features-point__item-text span {
    display: inline-block;
  }
  .private-jet__features-point__video {
    margin: 60px auto 0;
    width: 100%;
    max-width: 870px;
  }
  @media (max-width: 600px) {
    .private-jet__features-point__video {
      margin-top: 40px;
      padding: 0 15px;
    }
  }
  .private-jet__price {
    padding: 80px 0 0;
    background-color: #fff;
  }
  .private-jet__price-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1030px;
  }
  @media (max-width: 600px) {
    .private-jet__price-wrapper {
      padding: 0 15px;
    }
  }
  .private-jet__price-calculator p {
    font-size: 16px;
  }
  .private-jet__price-business {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
  }
  .private-jet__price-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  .private-jet__price-item {
    border: 1px solid #333;
  }
  .private-jet__price-item__head {
    padding: 6px 10px;
    background-color: #333;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
    font-family: "Zen Old Mincho", serif;
  }
  .private-jet__price-item__head-anchor {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: -60px;
  }
  @media (max-width: 600px) {
    .private-jet__price-item__head-anchor {
      top: -102px;
    }
  }
  .private-jet__price-item__content {
    padding: 30px 80px 55px;
  }
  @media (max-width: 600px) {
    .private-jet__price-item__content {
      padding: 30px 20px 20px;
    }
  }
  .private-jet__price-info {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  @media (max-width: 600px) {
    .private-jet__price-info {
      flex-direction: column;
      gap: 15px;
    }
  }
  .private-jet__price-info__table {
    flex: 1 0 50%;
  }
  .private-jet__price-info__table ul li {
    padding: 12px 20px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .private-jet__price-info__table ul li:last-of-type {
    border-bottom: none;
  }
  .private-jet__price-info__table-device li {
    gap: 30px !important;
    align-items: flex-start !important;
  }
  .private-jet__price-info__table-device li span:nth-child(1) {
    width: 70px;
  }
  .private-jet__price-info__table-device li span:nth-child(2) {
    flex: 1 1;
  }
  .private-jet__price-info__image {
    flex: 1 1 50%;
    max-width: 50%;
  }
  @media (max-width: 600px) {
    .private-jet__price-info__image {
      max-width: 100%;
    }
  }
  .private-jet__price-info__image img {
    aspect-ratio: 4.2/2.3;
    object-fit: cover;
  }
  .private-jet__contact {
    background: #fff;
  }
  .private-jet__contact-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 575px;
    text-align: center;
    color: #333;
    padding: 80px 0;
  }
  @media (max-width: 600px) {
    .private-jet__contact-wrapper {
      padding: 70px 22px;
    }
  }
  .private-jet__contact-phone {
    font-size: 62px;
    font-weight: 800;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
  }
  @media (max-width: 600px) {
    .private-jet__contact-phone {
      font-size: 36px;
    }
  }
  .private-jet__contact-to {
    display: flex;
    justify-content: center;
    margin: 50px 0 30px;
  }
  @media (max-width: 600px) {
    .private-jet__contact-to {
      margin: 50px 0 10px;
    }
  }
  .private-jet__contact-to a {
    width: 100%;
    max-width: 422px;
  }
  .private-jet__contact-social {
    display: flex;
    gap: 20px;
  }
  @media (max-width: 600px) {
    .private-jet__contact-social {
      gap: 10px;
    }
  }
  .private-jet__contact-social .btn-social {
    flex: 1 1 50%;
  }
  .private-jet__contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .private-jet__contact-btn.main {
    font-size: 18px;
    background-color: #C43527;
  }
  .private-jet__contact-btn.line-app {
    background-color: #02B902;
  }
  .private-jet__contact-btn.line-app img {
    width: 35px;
  }
  .private-jet__contact-btn.wechat-app {
    background-color: #02B902;
  }
  .private-jet__contact-btn.wechat-app img {
    width: 48px;
  }
  @media (max-width: 600px) {
    .private-jet__contact-btn {
      height: 44px;
    }
    .private-jet__contact-btn.line-app img {
      width: 24px;
    }
    .private-jet__contact-btn.wechat-app img {
      width: 28px;
    }
    .private-jet__contact-btn.main {
      height: 58px;
    }
  }
  .private-jet__contact p {
    font-size: 16px;
    font-weight: 500;
  }
  
  .private_jet_price_title_sticky {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1030px;
    transition: all 0.3s;
    padding: 6px 10px;
    background-color: #333;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    font-family: "Zen Old Mincho", serif;
  }
  .private_jet_price_title_sticky.show {
    opacity: 1;
    visibility: visible;
  }
  @media (max-width: 768px) {
    .private_jet_price_title_sticky {
      top: 102px;
      font-size: 18px;
      padding: 3px 5px;
    }
  }
  
  .page-private-jet__price-inter-sim-tab {
    padding: 0 55px;
  }
  @media (max-width: 768px) {
    .page-private-jet__price-inter-sim-tab {
      padding: 0;
    }
  }
  .page-private-jet__price-inter-sim-tab::after {
    display: none;
  }
  .page-private-jet__price-inter-sim-tab li {
    flex: 1 1 20%;
    width: auto;
  }
  .page-private-jet__price-inter-sim-tab li a {
    padding: 5px 20px;
    border-bottom: 3px solid transparent;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    white-space: nowrap;
  }
  @media (max-width: 600px) {
    .page-private-jet__price-inter-sim-tab li a {
      font-size: 10px;
      padding: 5px 10px;
    }
  }
  .page-private-jet__price-inter-sim-tab li a.is-active {
    font-weight: bold;
    color: #C43527;
    border-bottom-color: #C43527;
    background-color: transparent;
  }
  .page-private-jet__price-inter-sim-panel {
    padding: 0;
  }
  .page-private-jet__price-inter-sim-panel .panel {
    padding: 20px;
  }
  @media (max-width: 768px) {
    .page-private-jet__price-inter-sim-panel .panel {
      padding: 15px 10px;
    }
  }
  .page-private-jet__price-inter-sim-case {
    margin-top: 0;
  }
  .page-private-jet__price-inter-sim-case > li {
    margin: 0;
  }
  .page-private-jet__price-inter-sim-case-title {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
  }
  .page-private-jet__price-inter-sim-case-wrap {
    margin-top: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }
  @media (max-width: 600px) {
    .page-private-jet__price-inter-sim-case-wrap {
      gap: 0;
    }
  }
  .page-private-jet__price-inter-sim-case-img {
    border: 1px solid #d9d9d9;
    flex: 1 0 53%;
  }
  .page-private-jet__price-inter-sim-case-plan {
    flex: 1 1 47%;
  }
  .page-private-jet__price-inter-sim-case-plan > li {
    margin-top: 0;
    padding: 15px 20px;
    background-color: transparent;
    border-bottom: 1px solid #d6d6d6;
  }
  .page-private-jet__price-inter-sim-case-plan > li:last-of-type {
    border-bottom: none;
  }
  .page-private-jet__price-inter-sim-case-plan-item {
    width: auto;
  }
  .page-private-jet__price-inter-sim-case-plan-text-dist {
    column-gap: 20px;
    flex-flow: row wrap;
  }
  .page-private-jet__price-inter-sim-case-plan-text-dist span {
    margin-left: 0;
    padding: 0;
    background: none;
  }
  .page-private-jet__price-inter-sim-case-plan-text-price-seat-wrap li {
    width: auto;
    flex: 1 1 50%;
  }

  
  
  /* Resort Page */
  .c_container {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
  }
  .c_container.small {
    max-width: 870px;
  }
  
  .resort-page {
    font-size: 16px;
    color: #333;
    font-weight: 400;
  }
  .resort-page .dark {
    color: #fff;
  }
  .resort-page .block-title {
    text-align: center;
    margin-bottom: 25px;
    font-family: "Zen Old Mincho", serif;
  }
  .resort-page .block-title h2 {
    font-size: 50px;
    line-height: 1;
  }
  .resort-page .block-title span {
    font-size: 12px;
  }
  @media (max-width: 600px) {
    .resort-page .block-title h2 {
      font-size: 40px;
    }
  }
  .resort-page .tag {
    background-color: #C43527;
    display: inline-block;
    font-weight: bold;
    color: #fff;
  }
  .resort-page .tag.small {
    font-size: 12px;
    padding: 0 10px;
    border-radius: 10px;
  }
  .resort-page_banner-wrapper {
    padding: 190px 0 75px;
    color: #fff;
  }
  @media (max-width: 600px) {
    .resort-page_banner-wrapper {
      padding: 270px 15px 30px;
    }
  }
  .resort-page_banner-logo {
    width: auto;
    max-height: 100px;
  } 
  .resort-page_banner-text {
    font-size: 14px;
    margin: 10px 0;
  }
  .resort-page_banner-button {
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    color: #C43527;
    display: inline-block;
    background-color: #fff;
    padding: 10px 40px;
  }
  .resort-page_intro-wrapper {
    padding: 50px 0 210px;
  }
  .resort-page_intro-logo {
    margin-bottom: 20px;
  }
  .resort-page_intro-logo img {
    width: auto;
    max-height: 35px;
  }
  .resort-page_intro h2 {
    font-size: 32px;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
  }
  .resort-page_intro-text {
    text-align: center;
  }
  @media (max-width: 600px) {
    .resort-page_intro-wrapper {
      padding: 55px 15px 185px;
    }
    .resort-page_intro h2 {
      font-size: 24px;
    }
  }
  .resort-page_about {
    background-color: #2c2c2c;
  }
  .resort-page_about-wrapper {
    position: relative;
    padding-top: 300px;
    padding-bottom: 120px;
  }
  .resort-page_about-banner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .resort-page_about-banner img {
    aspect-ratio: 8.7/3.3;
    object-fit: cover;
  }
  .resort-page_about-list {
    --rgap: 60px;
    --cgap: 30px;
    --cols: 2;
    display: flex;
    row-gap: var(--rgap);
    column-gap: var(--cgap);
    flex-flow: row wrap;
  }
  .resort-page_about-item {
    flex: 1 0 calc((100% - (var(--cols) - 1) * var(--cgap)) / var(--cols));
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .resort-page_about-item_img img {
    aspect-ratio: 4.9/3.3;
    object-fit: cover;
  }
  .resort-page_about-item_title {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    .resort-page_about-wrapper {
      padding: 175px 15px 75px;
    }
    .resort-page_about-list {
      --cols: 1;
      --rgap: 40px;
    }
    .resort-page_about-banner {
      padding: 0 15px;
    }
    .resort-page_about-banner img {
      aspect-ratio: 3.6/2.6;
    }
  }
  .resort-page_plan-wrapper {
    padding: 70px 0 0;
  }
  @media (max-width: 600px) {
    .resort-page_plan-wrapper {
      padding: 60px 15px 0;
    }
  }
  .resort-page_plan-info {
    --rgap: 30px;
    --cgap: 40px;
    --cols: 2;
    display: flex;
    align-items: center;
    row-gap: var(--rgap);
    column-gap: var(--cgap);
    flex-flow: row wrap;
  }
  @media (max-width: 600px) {
    .resort-page_plan-info {
      --cols: 1;
    }
  }
  .resort-page_plan-slider {
    flex: 0 0 calc((100% - (var(--cols) - 1) * var(--cgap)) / var(--cols));
    max-width: calc((100% - (var(--cols) - 1) * var(--cgap)) / var(--cols));
  }
  .resort-page_plan-content {
    flex: 1 0 calc((100% - (var(--cols) - 1) * var(--cgap)) / var(--cols));
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .resort-page_plan-title {
    font-size: 32px;
    line-height: 1.3;
  }
  
  .resort-page_plan-fee {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 15px 20px;
    position: relative;
  }
  .resort-page_plan-fee .btn-icon-plus {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #C43527;
    color: #fff;
    font-size: 30px;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1.01;
    text-align: center;
    font-weight: bold;
  }
  .resort-page_plan-fee h4 {
    font-weight: bold;
  }
  .resort-page_plan-fee_airport {
    display: flex;
    gap: 15px;
  }
  .resort-page_plan-fee_airport-item {
    flex: 1 0 calc((100% - 15px) / 2);
    display: flex;
    height: 40px;
    gap: 12px;
    align-items: center;
    padding: 0 10px 0 45px;
    border-radius: 3px;
    background: #fff url("../img/point.png") no-repeat 15px center/15px;
  }
  .resort-page_plan-fee_airport-item .fee-lbl {
    font-size: 12px;
  }
  .resort-page_plan-fee_airport-item .fee-address {
    font-weight: bold;
  }
  .resort-page_plan-fee_price-list {
    display: flex;
    justify-content: space-between;
  }
  .resort-page_plan-fee_price-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .resort-page_plan-fee_price-item div {
    flex: 1;
  }
  .resort-page_plan-fee_price-item .number {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
  }
  .resort-page_plan-fee_price-item .unit {
    font-size: 14px;
  }
  .resort-page_plan-fee_price-note {
    font-size: 12px;
  }
  @media (max-width: 600px) {
    .resort-page_plan {
      font-size: 14px;
    }
    .resort-page_plan-title {
      font-size: 28px;
      line-height: 1.2;
    }
    .resort-page_plan-map-link {
      font-size: 12px;
    }
    .resort-page_plan-fee_airport {
      gap: 8px;
      flex-flow: row wrap;
      padding-bottom: 15px;
    }
    .resort-page_plan-fee_airport-item {
      flex: 1 0 100%;
    }
    .resort-page_plan-fee_price-item.sh-vertical {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      line-height: 1.5;
    }
  }
  .resort-page_rplans-wrapper {
    padding: 50px 0 20px;
  }
  @media (max-width: 600px) {
    .resort-page_rplans-wrapper {
      padding: 30px 15px 20px;
    }
  }
  .resort-page_rplans-list {
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    padding: 50px 80px;
    border-radius: 5px;
  }
  .resort-page_rplans-list_label {
    padding-bottom: 35px;
  }
  .resort-page_rplans-list_label span {
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    background-color: #C43527;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
  }
  @media (max-width: 600px) {
    .resort-page_rplans-list {
      padding: 25px;
    }
    .resort-page_rplans-list_label {
      padding-bottom: 25px;
    }
    .resort-page_rplans-list_label span {
      font-size: 14px;
    }
  }
  .resort-page_rplans-item {
    flex: 1 1 100%;
    display: flex;
    gap: 20px;
  }
  .resort-page_rplans-item_time {
    flex: 0 0 110px;
    color: #C43527;
    font-size: 25px;
    font-family: Montserrat;
    padding-right: 20px;
    border-right: 1px solid #d5d5d5;
    position: relative;
  }
  .resort-page_rplans-item_time::after {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #C43527;
    position: absolute;
    top: 0;
    right: 0;
    border: 7px solid #f4f4f4;
    transform: translateX(50%);
  }
  .resort-page_rplans-item_content {
    flex: 1;
    display: flex;
    gap: 40px;
    padding-bottom: 55px;
  }
  .resort-page_rplans-item_content-left {
    flex: 0 0 36%;
  }
  .resort-page_rplans-item_content-right {
    flex: 1;
  }
  .resort-page_rplans-item_content-right img {
    aspect-ratio: 4.1/1.8;
    object-fit: cover;
    border-radius: 20px;
  }
  .resort-page_rplans-item_title {
    font-size: 20px;
    font-weight: bold;
  }
  .resort-page_rplans-item_des {
    font-size: 18px;
  }
  @media (max-width: 600px) {
    .resort-page_rplans-item_time {
      font-size: 15px;
      flex-basis: 75px;
    }
    .resort-page_rplans-item_content {
      flex-direction: column;
      gap: 15px;
      padding-bottom: 22px;
    }
    .resort-page_rplans-item_content-left, .resort-page_rplans-item_content-right {
      flex: 1;
    }
    .resort-page_rplans-item_content-right img {
      border-radius: 5px;
    }
    .resort-page_rplans-item_title {
      font-size: 12px;
    }
    .resort-page_rplans-item_des {
      font-size: 10px;
    }
  }
  .resort-page_booking-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px 0;
  }
  .resort-page_booking-button {
    flex: 1 1 50%;
    max-width: 360px;
  }
  .resort-page_booking-button a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #C43527;
    transition: all 0.3s;
  }
  .resort-page_booking-button a.btn-red {
    color: #fff;
    background-color: #C43527;
  }
  .resort-page_booking-button a.btn-red:hover {
    background-color: #df4435;
  }
  .resort-page_booking-button a.btn-white {
    color: #C43527;
    background-color: #fff;
  }
  .resort-page_booking-button a.btn-white:hover {
    color: #df4435;
    border-color: #df4435;
  }
  .resort-page_booking-note {
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
  }
  @media (max-width: 600px) {
    .resort-page_booking-wrapper {
      gap: 12px;
      flex-flow: row wrap;
    }
    .resort-page_booking-button {
      flex: 1 0 100%;
    }
  }
  .resort-page_bottom-fixed {
    position: fixed;
    display: flex;
    gap: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #C43527;
    padding: 12px 15px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
  }
  .resort-page_bottom-fixed-btn {
    flex: 1 1 50%;
    height: 48px;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #C43527;
    border-radius: 5px;
  }
  .resort-page_bottom-fixed-btn.left {
    color: #fff;
    background-color: #C43527;
  }
  .resort-page_bottom-fixed-btn.right {
    color: #C43527;
    background-color: #fff;
  }
  .resort-page_bottom-fixed-btn .sm-text {
    font-size: 8px;
  }
  @media (max-width: 600px) {
    .resort-page_bottom-fixed {
      opacity: 1;
      visibility: visible;
    }
  }
  .resort-page .private-jet__contact-wrapper {
    padding: 40px 22px 80px;
  }
  
  .page-banner-base__plan-list-photo-thumb img {
    aspect-ratio: 1/1 !important;
    border-radius: 0 !important;
  }
  
  #resort-plan-slider-sub {
    margin: 10px -5px 0px;
  }
  #resort-plan-slider-sub li {
    padding: 0 5px;
  }
  #resort-plan-slider-sub img {
    aspect-ratio: 1/1;
  }
  .after-link {
    display: inline-block;
    position: relative;
    padding-right: 22px;
    color: #C43527;
    font-weight: bold;
  }

  .after-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url("../img/common_icon/after_link.png") no-repeat center center/contain;
  }