html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(33, 50, 91, 0.0001);
    block-size: 100%;
    -webkit-text-size-adjust: none;
}

body {
    min-block-size: 100dvb;
    font-size: 1rem;
    line-height: 1.75;
    font-family: "Noto Sans JP", sans-serif !important;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    color: #21325b;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    min-block-size: 100%;
}
.f-en {
    font-family: "Space Grotesk", sans-serif;
}
:where(a) {
    -webkit-text-decoration-skip: objects;
}
:where(a):link, :where(a):visited {
    text-decoration: none;
    color: #21325b;
}
@media (hover: hover) {
    :where(a) img {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    :where(a):hover img, :where(a):active img, :where(a):focus img {
        opacity: 0.7;
    }
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
    line-height: 1;
}

:where(img, svg, video) {
    block-size: auto;
    max-inline-size: 100%;
}

:where(h1, h2, h3, h4, h5, h6) {
    text-wrap: pretty;
}

input[type=button], input[type=submit], input[type=reset], label {
    cursor: pointer;
}

input[type=button], input[type=submit], input[type=reset] {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0001);
    background: transparent;
}

:where(:focus:not(:focus-visible)) {
    outline: none;
}

:where(:focus-visible) {
    outline-offset: 3px;
}

[tabindex="-1"]:focus-visible {
    outline: none !important;
}

.header-logo a:hover img,
.footer-logo a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}

b,
strong {
    font-weight: bolder;
}

:where(svg) {
    stroke: none;
    fill: currentColor;
}
:where(svg):not(:root) {
    overflow: hidden;
    vertical-align: middle;
}

:where(svg):where(:not([fill])) {
    stroke: currentColor;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
    color: inherit;
    font: inherit;
    font-size: inherit;
    letter-spacing: inherit;
}

:where(input[type=radio], input[type=checkbox]) {
    padding: 0;
}

:where(input[type=date], input[type=time], input[type=datetime-local], input[type=month]) {
    -webkit-appearance: listbox;
}

:where(textarea) {
    overflow: auto;
    resize: vertical;
}

@supports (resize: block) {
    :where(textarea) {
        resize: block;
    }
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

:where(input[type=file]) {
    cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
    cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
    cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
    :focus-visible {
        -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
        transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    }
    :where(:not(:active)):focus-visible {
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
    }
}
:where(:not(:active)):focus-visible {
    outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset], [disabled]) {
    cursor: not-allowed;
}

:where(time) {
    text-autospace: no-autospace;
}
/*=============Header================*/
.header-top{
    padding: 0.5em 0;
    background: #033DCE;
    color: #fff;
}
.header-top .text{
    font-size: 0.75em;
    line-height: 1.35;
}
.nav-link-top {
    padding: 0rem 0.6rem !important;
    font-size: 0.8rem !important;
}

#header .menu-nav-list{
    font-size: 16px;
    font-weight: bold;
    color: black;
    font-family: "Noto Sans JP", sans-serif;
}
#header .phone-nav-list{
    font-weight: 700;
    font-size: 2em;
    line-height: 1.35;
}
#header .email-nav-list{
    font-weight: 700;
    font-size: 1.4em;
}
#header a.menu-nav-list:hover, #header a.menu-nav-list:active {
    color: #377DFF !important;
}

#header .contact-nav-list {
    display: block;
    padding: 0.3em 0.8em 0.3em 0.6em;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #377DFF;
    background: #377DFF;
    font-family: "Noto Sans JP", sans-serif;
}
@media(hover: hover) {
    #header .contact-nav-list {
        -webkit-transition: color 0.3s, background 0.3s;
        transition: color 0.3s, background 0.3s;
    }
    #header a.contact-nav-list:hover {
        color: #377DFF;
        background: #fff;
    }
}
#header .contact-nav-list i {
    display: inline-block;
    margin-top: -0.1em;
    padding-right: 0.15em;
    vertical-align: middle;
    font-size: 1.77em;
}
/*Banner Home*/
.l-mv {
    overflow: hidden;
}
.l-mv .mv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.l-mv .mv-txt-container {
    max-width: 930px;
    margin: auto;
}
.l-mv .mv-txt {
    position: relative;
    color: #fff;
    line-height: 1.35;
    z-index: 1;
}
.l-mv .mv-txt .line01 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.875em;
    font-weight: 700;
}
.l-mv .mv-txt .line02 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.125em;
    margin-top: 0.7em;
}
.l-mv .mv-txt .line02 span:not(.small) {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.15em 0.5em;
    color: #21325b;
    letter-spacing: 0.01em;
    background: rgba(255, 255, 255, 0.85);
}
.l-mv .mv-txt .line03 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.0625em;
    font-weight: 700;
}
.l-mv .mv-txt .stl {
    padding: 3.725em 1.75em 1em;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
    position: relative;
}
.l-mv .mv-txt .stl:before {
    position: absolute;
    right: 1em;
    top: 3.125em;
    content: "";
    width: 18em;
    height: 1px;
    background: #fff;
}
.l-mv .mv-txt .stl:after {
    position: absolute;
    right: 1em;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
}
.l-mv .mv-txt h1 {
    font-family: "Noto Sans JP", sans-serif;
    color: white;
    font-weight: 700;
    padding: 0 2em;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
    background: url(../img/mv_img_03.svg) no-repeat left center/auto 0.85em;
}
.l-mv .mv-img-01 {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 42%;
    z-index: -1;
}
.l-mv .mv-img-02 {
    position: absolute;
    right: 0;
    bottom: 0.7em;
    max-width: 21%;
    z-index: -1;
}
.l-mv .mv-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5%;
    margin-top: 0.5em;
}
.l-mv .mv-search fieldset {
    padding: 0.625em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.85);
}
.l-mv .mv-search .form-group {
    position: relative;
    border: 1px solid #e8e8e8;
    margin-bottom: 0 !important;
}
.l-mv .mv-search .area-select {
    background: #fff url(../img/icon_area.svg) no-repeat left 0.2em bottom 0.25em/1.7em;
}
.l-mv .mv-search .plan-select {
    background: #fff url(../img/icon_plan.svg) no-repeat left 0.2em bottom 0.25em/1.7em;
}
.l-mv .mv-search label {
    font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    color: #999;
    font-size: 0.75em;
}
.l-mv .mv-search select {
    font-family: "Noto Sans JP", sans-serif;
    border: none;
    padding: 1.7em 0.5em 0.2em 2.2em;
    font-weight: 700;
    font-size: 0.875em;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.l-mv .mv-search select:focus {
    outline: none;
}
.l-mv .mv-search input[type=submit] {
    font-family: "Noto Sans JP", sans-serif;
    background: #377DFF;
    color: #fff;
    border: none;
    padding: 0.75em 1em 0.75em 2.5em;
    border-radius: 5px;
    font-weight: 700;
    background: #377DFF url(../img/icon_search.svg) no-repeat 0.75em center/1.25em;
}
@media (hover: hover) {
    .l-mv .mv-search input[type=submit] {
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    .l-mv .mv-search input[type=submit]:hover, .l-mv .mv-search input[type=submit]:active {
        background-color: #033DCE;
    }
}
.l-mv .mv-line {
    padding-top: 0.75em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.l-mv .mv-line a {
    position: relative;
    display: block;
    margin: auto;
    max-width: 13.125em;
    width: 100%;
    text-align: center;
    padding: 1.05em 1em 0.55em;
    color: #fff;
    font-weight: 700;
    background: #06C755;
    border: 2px solid #06C755;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 0.075em;
}
@media (hover: hover) {
    .l-mv .mv-line a {
        -webkit-transition: background 0.3s, color 0.3s;
        transition: background 0.3s, color 0.3s;
    }
    .l-mv .mv-line a:hover, .l-mv .mv-line a:active {
        background: #fff;
        color: #06C755 !important;
    }
    .l-mv .mv-line a:hover span, .l-mv .mv-line a:active span {
        background: #06C755;
        color: #fff;
    }
    .l-mv .mv-line a:hover span:after, .l-mv .mv-line a:active span:after {
        border-color: #06C755 transparent transparent transparent;
    }
}
.l-mv .mv-line span {
    position: absolute;
    font-size: 0.75em;
    top: -1.25em;
    left: calc(50% - 6em);
    display: block;
    width: 12em;
    padding: 0.2em 0;
    color: #06C755;
    border: 2px solid #06C755;
    border-radius: 2em;
    text-align: center;
    background: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.l-mv .mv-line span:before, .l-mv .mv-line span:after {
    position: absolute;
    left: calc(50% - 8px);
    content: "";
}
.l-mv .mv-line span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #06C755 transparent transparent transparent;
}
.l-mv .mv-line span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.l-mv .mv-quick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625em;
    margin-top: 0.625em;
    padding: 0.625em 1em;
    background: rgba(3, 61, 206, 0.85);
    line-height: 1.35;
}
.l-mv .mv-quick dt {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    color: #fff;
    font-weight: 700;
    margin-bottom: -0.3em;
}
.l-mv .mv-quick dd a {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    padding: 0.25em 1.25em;
    border-radius: 2em;
    font-size: 0.875em;
    color: #fff;
    font-weight: 700;
    border: 1px solid;
    background: rgba(255, 255, 255, 0.15);
}
@media (hover: hover) {
    .l-mv .mv-quick dd a {
        -webkit-transition: background 0.3s, color 0.3s;
        transition: background 0.3s, color 0.3s;
    }
    .l-mv .mv-quick dd a:hover, .l-mv .mv-quick dd a:active {
        background: #fff;
        color: #377DFF;
    }
}
@media only screen and (min-width: 768px) {
    .l-mv {
        background: url(../img/mv_bg@2x.jpg) no-repeat center/cover;
    }
    .l-mv .mv-inner {
        height: min(40em, 80vh);
    }
    .l-mv .mv-txt-container {
        font-size: min(1em, 1.5vw);
    }
    .l-mv .mv-txt h1 {
        font-size: 3.625em;
    }
}
@media only screen and (max-width: 767px) {
    .l-mv {
        background: url(../img/sp_mv_bg@2x.jpg) no-repeat center/cover;
        padding-bottom: 5vw;
    }
    .l-mv .mv-txt {
        padding-top: 10vw;
        font-size: min(1em, 2.5vw);
    }
    .l-mv .mv-txt .stl {
        text-align: center;
    }
    .l-mv .mv-txt .line01 {
        font-size: 2.4em;
    }
    .l-mv .mv-txt h1 {
        margin-top: 2vw;
        padding: 0 0 0 1.1em;
        font-size: 4.2em;
        line-height: 1.2;
        letter-spacing: 0.075em;
        background: url(../img/mv_img_03.svg) no-repeat left top 0.4em/auto 0.65em;
    }
    .l-mv .mv-img-01 {
        left: -15%;
        top: 6vw;
        max-width: 65%;
    }
    .l-mv .mv-img-02 {
        display: none;
    }
    .l-mv .mv-search {
        margin-top: 8vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1em;
    }
    .l-mv .mv-search fieldset {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .l-mv .mv-search .form-group, .l-mv .mv-search div {
        width: 100%;
    }
    .l-mv .mv-search select {
        width: 100%;
    }
    .l-mv .mv-search input {
        margin-top: 0.5em;
        width: 100%;
    }
    .l-mv .mv-line a {
        max-width: 100%;
    }
    .l-mv .mv-quick {
        gap: 1em 0.75em;
        padding-bottom: 1.5em;
    }
    .l-mv .mv-quick dd {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
    }
    .l-mv .mv-quick dd a {
        font-size: 1em;
    }
}
/*End Banner Home*/
.wrap {
    max-width: calc(1140px + 12.5%);
    margin: 0 auto;
    padding: 0 6.25%;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .hidden-pc {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .hidden-pc {
        display: block;
    }
}

.local-nav-menu {
    position: sticky;
    z-index: 25;
    top: 0;
    padding: 0.5em 0 0.5em 0;
    background: url(../img/bg_dot.png) repeat 0 0/6px !important;
}
.local-nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.3em min(2.5em, 4.5vw);
    margin-bottom: 0 !important;
}
.local-nav-menu li {
    position: relative;
    height: 100%;
}
.local-nav-menu li:not(:last-child):after {
    content: "";
    position: absolute;
    right: max(-1.25em, -2.25vw);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 1em;
    background: #e7eaf3;
}
.local-nav-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 1em 0.25em 1em 2em;
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1.2;
}
.local-nav-menu a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: no-repeat left center/1.5em;
}
@media (hover: hover) {
    .local-nav-menu a {
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
    .local-nav-menu a:hover, .local-nav-menu a:active {
        color: #377DFF;
    }
}
.local-nav-menu a span {
    display: inline-block;
}
.local-nav-menu .lnav01 a:before {
    background-image: url(../img/icon_pack.svg);
}
.local-nav-menu .lnav02 a:before {
    background-image: url(../img/icon_plan_02.svg);
}
.local-nav-menu .lnav03 a:before {
    background-image: url(../img/icon_tour.svg);
}
.local-nav-menu .lnav04 a:before {
    background-image: url(../img/icon_spot.svg);
}
.local-nav-menu .lnav05 a:before {
    background-image: url(../img/icon_blog.svg);
}
.local-nav-menu .lnav06 a:before {
    background-image: url(../img/icon_guide.svg);
}
@media screen and (max-width: 1200px) {
    .local-nav-menu {
        padding-top: 0em;
        padding-bottom: 0em;
    }
    .local-nav-menu ul {
        padding: 0 6.25%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .local-nav-menu ul:after {
        content: "";
        width: 87.5%;
        height: 1px;
        background: #e7eaf3;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    .local-nav-menu a {
        padding-left: 0;
        padding-top: 3em;
        text-align: center;
    }
    .local-nav-menu a:before {
        top: 1em;
        left: 0;
        right: 0;
        bottom: auto;
    }
    .local-nav-menu li:nth-child(3n):after {
        content: none;
    }
}
@media only screen and (max-width: 767px) {
    .local-nav-menu ul {
        gap: 0.3em min(2.5em, 1vw);
    }
    .local-nav-menu a {
        padding: 0.5em 0 1.3em;
        font-size: min(0.75em, 3vw);
        background: url(../img/icon_arw_03.svg) no-repeat center bottom 0.25em/1em;
    }
    .local-nav-menu a:before {
        content: none;
    }
}
/*=============================*/
.tp-ttl-layout {
    margin-bottom: min(4.375em, 9.1vw);
    text-align: center;
    font-weight: 700;
    line-height: 1.35;
}
.tp-ttl-layout .stl {
    font-size: 1.5em;
    color: #377DFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0.5em;
}
.tp-ttl-layout .stl:before, .tp-ttl-layout .stl:after {
    content: "";
    width: 0.75em;
    height: 1.175em;
}
.tp-ttl-layout .stl:before {
    background: url(../img/deco_01.svg) no-repeat left bottom 0.15em/contain;
}
.tp-ttl-layout .stl:after {
    background: url(../img/deco_02.svg) no-repeat right bottom 0.15em/contain;
}
.tp-ttl-layout .ttl {
    font-size: 2em;
    font-weight: 700;
}
.tp-ttl-layout .ttl span {
    font-size: 0.75em;
    display: block;
}
.tp-ttl-layout .ttl strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, rgba(55, 125, 255, 0.35)));
    background: linear-gradient(transparent 70%, rgba(55, 125, 255, 0.35) 30%);
    font-weight: 700;
}
.tp-ttl-layout .intro-txt {
    margin-top: 2.22em;
    margin-bottom: -0.55em;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
    text-align: left;
    font-size: 1.125em;
    font-weight: normal;
}
@media only screen and (min-width: 768px) {
    .tp-ttl-layout {
        font-size: min(1em, 1.65vw);
    }
}
@media only screen and (max-width: 767px) {
    .tp-ttl-layout {
        font-size: min(1em, 2.6vw);
    }
}

.card-list {
    position: relative;
    display: grid;
    gap: min(3em, 6.24vw) min(1.5em, 3%);
}
.card-list a {
    display: block;
    height: 100%;
}
.card-list .card-item:not(:has(a)),
.card-list .card-item > a {
    position: relative;
}
.card-list .card-img {
    margin-bottom: 0.35em;
    aspect-ratio: 364/273;
}
.card-list .card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.card-list .card-txt:has(.price-box) {
    padding-bottom: 5em;
}
.card-list .card-ttl {
    font-size: min(1.125em, 3.4vw);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.35;
}
.card-list .card-desc {
    line-height: 1.5;
    margin-top: 0.3125em;
}
.card-list .card-expt {
    margin-top: 0.36em;
    font-size: 0.875em;
    line-height: 1.5;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.card-list .card-info {
    margin-top: 0.3125em;
    line-height: 1.5;
}
.card-list .card-info li {
    padding-left: 1.5em;
    background: no-repeat left 0.1em/1.25em;
}
.card-list .card-info .airline {
    background-image: url(../img/icon_airline.svg);
}
.card-list .card-info .hotel {
    background-image: url(../img/icon_hotel.svg);
}
.card-list .card-info .area {
    background-image: url(../img/icon_area_02.svg);
}
.card-list .card-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625em;
    margin-top: 0.625em;
    margin-bottom: 0.3125em;
}
.card-list .card-tags li {
    padding: 0.35em;
    color: #377DFF;
    font-weight: 700;
    line-height: 1.5;
    border: 1px solid;
    background: #fff;
}
.card-list .price-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: right;
}
.card-list .price-note {
    font-size: 0.875em;
    color: #999;
    line-height: 1.35;
}
.card-list .price-no {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.35;
    color: #377DFF;
}
.card-list .price-no .unit {
    font-size: 0.66em;
}
@media only screen and (min-width: 768px) {
    .card-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .card-list > .swiper-wrapper {
        display: contents;
    }
    .card-list > .swiper-wrapper .card-item {
        width: auto !important;
        margin: 0 !important;
    }
    .card-list > .swiper-wrapper .swiper-slide-duplicate {
        display: none;
    }
    .card-list + .swiper-ctrl {
        display: none;
    }
    .card-list .card-tags li {
        font-size: 0.875em;
    }
}
@media only screen and (max-width: 767px) {
    .card-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-list.swiper {
        display: block;
        margin-bottom: min(7.5em, 15.6vw);
    }
    .card-list.swiper .card-txt:has(.price-box) {
        padding-bottom: 0;
    }
    .card-list.swiper .price-box {
        margin-top: 1em;
        position: static;
    }
    .card-list.swiper .swiper-slide {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .card-list.swiper .swiper-slide-next,
    .card-list.swiper .swiper-slide-prev {
        opacity: 0.5;
    }
    .card-list + .swiper-ctrl .swiper-pagination {
        bottom: max(-5em, -10.4vw);
    }
    .card-list + .swiper-ctrl .swiper-button-prev {
        background: url(../img/icon_arw_left.svg) no-repeat center/contain;
        width: 3.65em;
        height: 3.65em;
        left: -1.825em;
        margin-top: -1.825em;
        font-size: min(1em, 3vw);
    }
    .card-list + .swiper-ctrl .swiper-button-next {
        background: url(../img/icon_arw_right.svg) no-repeat center/contain;
        width: 3.65em;
        height: 3.65em;
        right: -1.825em;
        margin-top: -1.825em;
        font-size: min(1em, 3vw);
    }
    .card-list + .swiper-ctrl .swiper-pagination-bullet {
        position: relative;
        width: 0.75em;
        height: 0.75em;
        margin: 0 0.6em;
    }
    .card-list .card-tags li {
        font-size: 0.75em;
    }
}
@media only screen and (max-width: 480px) {
    .card-list .card-tags li {
        font-size: 0.875em;
    }
}

.card-slide {
    position: relative;
    margin-bottom: min(7.5em, 15.6vw);
}
.card-slide a {
    display: block;
    height: 100%;
}
.card-slide .card-img {
    margin-bottom: 0.35em;
    aspect-ratio: 364/273;
}
.card-slide .card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.card-slide .card-txt:has(.price-box) {
    position: relative;
    padding-bottom: 5em;
}
.card-slide .card-ttl {
    font-size: min(1.1255em, 3.4vw);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.35;
}
.card-slide .card-desc {
    line-height: 1.5;
    margin-top: 0.3125em;
}
.card-slide .card-expt {
    margin-top: 0.36em;
    font-size: 0.875em;
    line-height: 1.5;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.card-slide .card-info {
    margin-top: 0.3125em;
    line-height: 1.5;
}
.card-slide .card-info li {
    padding-left: 1.5em;
    background: no-repeat left 0.2em/1em;
}
.card-slide .card-info .airline {
    background-image: url(../img/icon_airline.svg);
}
.card-slide .card-info .hotel {
    background-image: url(../img/icon_hotel.svg);
}
.card-slide .card-info .area {
    background-image: url(../img/icon_area_02.svg);
}
.card-slide .price-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: right;
}
.card-slide .price-note {
    font-size: 0.875em;
    color: #999;
    line-height: 1.35;
}
.card-slide .price-no {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.35;
    color: #377DFF;
}
.card-slide .price-no .unit {
    font-size: 0.66em;
}
.card-slide .swiper-ctrl .swiper-pagination {
    bottom: max(-5em, -10.4vw);
}

.card-slide .slick-prev {
    background: url(../img/icon_arw_left.svg) no-repeat center/contain;
    width: 3.65em;
    height: 3.65em;
    left: 0;
    margin-top: -1.825em;
}
.card-slide .slick-next {
    background: url(../img/icon_arw_right.svg) no-repeat center/contain;
    width: 3.65em;
    height: 3.65em;
    right: 0;
    margin-top: -1.825em;
}
.card-slide .swiper-ctrl .swiper-pagination-bullet {
    position: relative;
    width: 0.75em;
    height: 0.75em;
    margin: 0 0.6em;
}
@media only screen and (min-width: 768px) {
    .card-slide .slick-prev,
    .card-slide .slick-next {
        font-size: min(1em, 1.5vw);
    }
}
@media only screen and (max-width: 767px) {
    .card-slide .swiper-slide {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .card-slide .slick-next,
    .card-slide .slick-prev {
        opacity: 0.5;
    }
    .card-slide .slick-prev,
    .card-slide .slick-next {
        font-size: min(1em, 3vw);
    }
}

.tp-pack {
    padding: min(6.25em, 13vw) 0;
}
.tp-pack .tp-pack-slide {
    position: relative;
}
.tp-plan {
    padding: min(6.25em, 13vw) 0;
    background: #EFF5FF;
}
.tp-plan .card-img {
    aspect-ratio: 364/240;
}
.tp-tour {
    padding: min(6.25em, 13vw) 0;
}
.tp-tour .card-list .card-txt:has(.price-box) {
    padding-bottom: 3em;
}
.more-btn {
    margin-top: min(4.375em, 9.1vw);
}

.tp-area {
    padding: min(6.25em, 13vw) 0;
    background: #EFF5FF;
}
.tp-area .tp-area-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em 1.5em;
    max-width: 800px;
    margin: 0 auto 2.5em;
}
.tp-area .tp-area-tab div {
    padding: 0.3125em;
    color: #999;
    line-height: 1.35;
    border: 1px solid;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    cursor: pointer;
}
@media (hover: hover) {
    .tp-area .tp-area-tab div:hover, .tp-area .tp-area-tab div:active, .tp-area .tp-area-tab div:focus {
        color: #377DFF;
        border-color: #377DFF;
    }
}
.tp-area .tp-area-tab div.current {
    background: #377DFF;
    color: #fff;
    border-color: #377DFF;
}
.tp-area .tp-area-tab dt {
    font-size: 1.25em;
}
.tp-area .tp-area-tab dd {
    font-size: 0.875em;
}
.tp-area .tp-area-item h3 {
    margin-bottom: 0.1em;
    text-align: center;
    font-weight: 700;
    color: #377DFF;
    text-align: center;
    line-height: 1.35;
}
.tp-area .tp-area-item .tp-area-img {
    margin-bottom: 0.3125em;
}
.tp-area .tp-area-item .tp-area-txt {
    max-width: 800px;
    margin: 1em auto 3.75em;
}
.tp-area .tp-area-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em 1.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tp-area .tp-area-btn-list .more-btn {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .tp-area .tp-area-tab div {
        width: 13.75em;
        font-size: min(1em, 3.9vw);
    }
    .tp-area .tp-area-item h3 {
        font-size: min(2em, 3vw);
    }
}
@media only screen and (max-width: 767px) {
    .tp-area .tp-area-tab {
        gap: 1em 3%;
    }
    .tp-area .tp-area-tab div {
        font-size: min(1em, 3vw);
        width: 48.5%;
    }
    .tp-area .tp-area-item h3 {
        font-size: min(2em, 4.5vw);
    }
    .tp-area .tp-area-btn-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tp-spot {
    padding: min(6.25em, 13vw) 0;
}
.tp-spot .spot-list {
    display: grid;
    gap: 3em min(1.5em, 3%);
}
.tp-spot .spot-img {
    margin-bottom: 0.35em;
}
.tp-spot .spot-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.tp-spot .spot-ttl {
    margin-bottom: 0.1em;
    color: #377DFF;
    font-weight: 700;
    line-height: 1.35;
}
.tp-spot .spot-desc {
    line-height: 1.5;
}
@media only screen and (min-width: 768px) {
    .tp-spot .spot-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .tp-spot .spot-ttl {
        font-size: min(1.5em, 3.9vw);
    }
}
@media only screen and (max-width: 767px) {
    .tp-spot .spot-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .tp-spot .spot-ttl {
        font-size: min(1.25em, 3.9vw);
    }
}

.tp-guide {
    padding: min(6.25em, 13vw) 0;
    background: #EFF5FF;
}
.tp-guide .tp-guide-table th {
    color: #fff;
    font-weight: 700;
    background: #377DFF;
}
.tp-guide .tp-guide-table th span {
    display: inline-block;
}
.tp-guide .tp-guide-table td {
    line-height: 1.5;
    letter-spacing: 0.05em;
    background: #fff;
}
@media only screen and (min-width: 768px) {
    .tp-guide .tp-guide-table th {
        width: 28%;
        padding: 1.45em 1.755%;
        font-size: min(1.25em, 3.9vw);
        border-bottom: 1px solid #e8e8e8;
    }
    .tp-guide .tp-guide-table td {
        width: 72%;
        padding: 1.45em 1.755%;
        border-bottom: 1px solid #e8e8e8;
    }
}
@media only screen and (max-width: 767px) {
    .tp-guide .tp-guide-table th, .tp-guide .tp-guide-table td {
        display: block;
    }
    .tp-guide .tp-guide-table th {
        padding: 0.25em 3%;
        letter-spacing: 0.05em;
        font-size: min(1.125em, 4.2vw);
    }
    .tp-guide .tp-guide-table td {
        padding: 0.75em 3% 1.75em;
    }
}

.tp-qa {
    padding: min(6.25em, 13vw) 0;
}
.tp-qa .tp-qa-list {
    max-width: 1000px;
    margin: auto;
}
.tp-qa .tp-qa-list div {
    border: 1px solid #377DFF;
    background: #fff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.tp-qa .tp-qa-list div::before {
    content: "Q";
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    position: absolute;
    color: #377DFF;
    left: 0.7em;
    top: 0.6em;
    line-height: 1;
}
.tp-qa .tp-qa-list div + div {
    margin-top: 1.5em;
}
.tp-qa .tp-qa-list dt {
    font-size: 1.125em;
    font-weight: 700;
    letter-spacing: 0.075em;
    position: relative;
    padding-right: 2em;
}
.tp-qa .tp-qa-list dt .ph-caret-down {
    position: absolute;
    right: 0;
    color: #377DFF;
    font-size: 1.3em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.tp-qa .tp-qa-list dd {
    margin-top: 1.1em;
    padding-top: 0.9em;
    border-top: 1px solid #EFF5FF;
    letter-spacing: 0.05em;
    display: none;
}
.tp-qa .tp-qa-list a {
    color: #377DFF;
    text-decoration: underline;
}
.tp-qa .tp-qa-list .st-open .ph-caret-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tp-qa .tp-qa-list ul li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5;
    margin-bottom: 0.35em;
}
.tp-qa .tp-qa-list ul li:before {
    position: absolute;
    content: "・";
    left: 0.25em;
    top: 0;
}
.tp-qa .tp-qa-list ul.note li:before {
    content: "※";
}
@media (hover: hover) {
    .tp-qa .tp-qa-list div:hover {
        background: #EFF5FF;
    }
}
@media only screen and (min-width: 768px) {
    .tp-qa .tp-qa-list div {
        padding: 2em 1.875em 2em 5.4em;
    }
    .tp-qa .tp-qa-list div::before {
        font-size: 2.5em;
    }
}
@media only screen and (max-width: 767px) {
    .tp-qa .tp-qa-list div {
        padding: 1em 1.875em 1em 3.4em;
    }
    .tp-qa .tp-qa-list div::before {
        font-size: 1.8em;
    }
}

.tp-support {
    padding: min(6.25em, 13vw) 0;
    background: #EFF5FF;
}
.tp-support .tp-support-message {
    max-width: 800px;
    margin: auto;
    letter-spacing: 0.05em;
}
.tp-support .cta-btn {
    margin-top: 5em;
}
@media only screen and (min-width: 768px) {
    .tp-support .tp-support-message {
        font-size: 1.125em;
    }
}
@media only screen and (max-width: 767px) {
    .tp-support .tp-support-message {
        font-size: 1em;
    }
}
.cta-btn a {
    position: relative;
    display: block;
    margin: auto;
    width: min(100%, 380px);
    text-align: center;
    padding: 1.25em 3% 0.75em;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    background: #06C755;
    border: 2px solid #06C755;
    letter-spacing: 0.075em;
}
@media (hover: hover) {
    .cta-btn a {
        -webkit-transition: background 0.3s, coloor 0.3s;
        transition: background 0.3s, coloor 0.3s;
    }
    .cta-btn a:hover, .cta-btn a:active {
        background: #fff;
        color: #06C755 !important;
    }
    .cta-btn a:hover span, .cta-btn a:active span {
        background: #06C755;
        color: #fff;
    }
    .cta-btn a:hover span:after, .cta-btn a:active span:after {
        border-color: #06C755 transparent transparent transparent;
    }
}
.cta-btn span {
    position: absolute;
    font-size: 0.75em;
    top: -1.25em;
    left: calc(50% - 10em);
    display: block;
    width: 20em;
    padding: 0.2em 0;
    color: #06C755;
    border: 2px solid #06C755;
    border-radius: 2em;
    text-align: center;
    background: #fff;
    -webkit-transition: background 0.3s, coloor 0.3s;
    transition: background 0.3s, coloor 0.3s;
}
.cta-btn span:before, .cta-btn span:after {
    position: absolute;
    left: calc(50% - 8px);
    content: "";
}
.cta-btn span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #06C755 transparent transparent transparent;
}
.cta-btn span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}

.tp-voice {
    padding: min(6.25em, 13vw) 0;
}
.tp-voice .swiper {
    padding-bottom: 2.65em;
    margin-top: -1.3em;
}
.tp-voice .swiper-slide {
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1px #377DFF;
    box-shadow: inset 0px 0px 0px 1px #377DFF;
    border-radius: 10px;
    margin-top: 1.3em;
    padding: 1.4em 1.7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    position: relative;
}
.tp-voice .swiper-slide:after {
    position: absolute;
    content: "";
    right: 1.3em;
    top: -1.3em;
    width: 2.3em;
    height: 2.3em;
    background: url(../img/icon_dbl_quote.svg) no-repeat center/contain;
}
.tp-voice .tp-voice-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
}
.tp-voice .tp-voice-img {
    width: 25%;
    text-align: center;
}
.tp-voice .tp-voice-img img {
    border-radius: 50%;
    border: 1px solid #EFF5FF;
}
.tp-voice .tp-voice-txt {
    width: 70%;
    padding-top: 0.6em;
}
.tp-voice .tp-voice-ttl {
    font-weight: 700;
    font-size: 1.125em;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.tp-voice .tp-voice-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tp-voice .tp-voice-star dt {
    width: 4em;
}
.tp-voice .tp-voice-star dt:after {
    content: ":";
    padding: 0 0.25em;
}
.tp-voice .tp-voice-star dd {
    width: calc(100% - 4em);
    color: #377DFF;
}
.tp-voice .tp-voice-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tp-voice .tp-voice-data dt {
    width: 5em;
}
.tp-voice .tp-voice-data dt:after {
    content: ":";
    padding: 0 0.25em;
}
.tp-voice .tp-voice-data dd {
    width: calc(100% - 5em);
}
.tp-voice .tp-voice-body {
    letter-spacing: 0.05em;
}
.tp-voice .tp-voice-date {
    text-align: right;
    font-size: 0.875em;
    color: #666;
    margin-top: 1em;
}
.tp-voice .ctrl-wrap {
    position: relative;
}
.tp-voice .swiper-pagination {
    top: 0.25em;
    bottom: auto;
}
.tp-voice .swiper-button-prev {
    background: url(../img/icon_arw_left.svg) no-repeat center/contain;
    width: 2em;
    height: 2em;
    left: 0;
    top: 0;
    margin: 0;
}
.tp-voice .swiper-button-next {
    background: url(../img/icon_arw_right.svg) no-repeat center/contain;
    width: 2em;
    height: 2em;
    right: 0;
    top: 0;
    margin: 0;
}
.tp-voice .swiper-pagination-bullet {
    width: 0.75em;
    height: 0.75em;
    margin: 0 0.6em;
}
@media only screen and (min-width: 768px) {
    .tp-voice {
        padding: 6.25em 0;
    }
    .tp-voice .swiper-wrapper {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch !important;
        height: auto !important;
    }
    .tp-voice .ctrl-wrap {
        margin-top: 1em;
    }
}
@media only screen and (max-width: 767px) {
    .tp-voice {
        padding: 13vw 0;
    }
    .tp-voice .ctrl-wrap {
        margin-top: 1.5em;
    }
}

.tp-movie {
    padding: min(6.25em, 13vw) 0;
    background: #EFF5FF;
}
.tp-movie .tp-movie-list {
    display: grid;
    gap: 3em min(1.5em, 3%);
}
.tp-movie .tp-movie-list .tp-movie-item {
    cursor: pointer;
}
@media (hover: hover) {
    .tp-movie .tp-movie-list .tp-movie-item:hover .tp-movie-img:before, .tp-movie .tp-movie-list .tp-movie-item:active .tp-movie-img:before {
        opacity: 0;
    }
}
.tp-movie .tp-movie-list .tp-movie-img {
    position: relative;
    aspect-ratio: 267/150;
    margin-bottom: 0.3125em;
    overflow: hidden;
}
.tp-movie .tp-movie-list .tp-movie-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.tp-movie .tp-movie-list .tp-movie-img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    aspect-ratio: 1;
    max-width: 3.5em;
    max-height: 3.5em;
    width: 30%;
    height: 30%;
    background: url(../img/icon_play.svg) no-repeat center/contain;
    z-index: 2;
}
.tp-movie .tp-movie-list .tp-movie-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.tp-movie .tp-movie-list .tp-movie-txt .ttl {
    font-weight: 700;
    font-size: min(1.125em, 3.4vw);
    line-height: 1.5;
}
@media only screen and (min-width: 768px) {
    .tp-movie .tp-movie-list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .tp-movie .tp-movie-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 480px) {
    .tp-movie .tp-movie-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .tp-movie .tp-movie-txt .ttl {
        font-size: 1.125em;
    }
}

.tp-column {
    padding: min(6.25em, 13vw) 0;
}
.tp-column .tp-column-list {
    display: grid;
    gap: 3em min(1.5em, 3%);
}
.tp-column .tp-column-img {
    position: relative;
    aspect-ratio: 267/176;
    margin-bottom: 0.3125em;
}
.tp-column .tp-column-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.tp-column .tp-column-txt .ttl {
    font-weight: 700;
    font-size: min(1.125em, 3.4vw);
    line-height: 1.5;
}
@media only screen and (min-width: 768px) {
    .tp-column .tp-column-list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .tp-column .tp-column-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 480px) {
    .tp-column .tp-column-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .tp-column .tp-column-txt .ttl {
        font-size: 1.125em;
    }
}

.tp-link {
    padding-bottom: min(3.75em, 7.8vw);
}
.tp-link .tp-link-ttl {
    margin-bottom: 0.8em;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    font-size: 1.5625em;
}
.tp-link .tp-link-searchlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1.875em 3%;
    gap: 1.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: min(3.75em, 7.8vw);
    text-align: center;
    background: #EFF5FF;
}
.tp-link .tp-link-searchlist a {
    display: block;
    position: relative;
    padding: 1.25em 1em;
    color: #377DFF;
    border: 1px solid;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.tp-link .tp-link-searchlist a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 0.75em;
    height: 100%;
    background: rgba(55, 125, 255, 0.2) url(../img/icon_arw_02_b.svg) no-repeat center/0.75em;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
@media (hover: hover) {
    .tp-link .tp-link-searchlist a:hover img, .tp-link .tp-link-searchlist a:active img {
        opacity: 1;
    }
    .tp-link .tp-link-searchlist a:hover:after, .tp-link .tp-link-searchlist a:active:after {
        background: #377DFF url(../img/icon_arw_02_w.svg) no-repeat center/0.75em;
    }
}
.tp-link .tp-link-searchlist .icon {
    margin-bottom: 0.75em;
}
.tp-link .tp-link-searchlist .txt {
    font-weight: 700;
    line-height: 1.5;
}
.tp-link .tp-link-selectlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1.875em 3%;
    gap: 2em 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: #EFF5FF;
}
.tp-link .tp-link-selectlist li {
    position: relative;
    padding: 0 1.867%;
}
.tp-link .tp-link-selectlist li:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 1px;
    height: 1.25em;
    background: #fff;
}
.tp-link .tp-link-selectlist a {
    font-weight: 700;
}
@media (hover: hover) {
    .tp-link .tp-link-selectlist a {
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
    .tp-link .tp-link-selectlist a:hover, .tp-link .tp-link-selectlist a:active {
        color: #377DFF;
    }
}
@media only screen and (min-width: 768px) {
    .tp-link .tp-link-searchlist li {
        max-width: 300px;
        width: calc((100% - 3em) / 3);
    }
}
@media only screen and (max-width: 767px) {
    .tp-link .tp-link-searchlist {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tp-link .tp-link-searchlist br {
        display: none;
    }
    .tp-link .tp-link-selectlist {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tp-link .tp-link-selectlist li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
    }
    .tp-link .tp-link-selectlist li:nth-child(4):after {
        content: none;
    }
}
@media only screen and (max-width: 480px) {
    .tp-link .tp-link-selectlist li {
        width: 50%;
    }
    .tp-link .tp-link-selectlist li:nth-child(2n):after {
        content: none;
    }
}

.tp-info {
    padding: min(3.75em, 7.8vw) 0;
    background: #EFF5FF;
}
.tp-info .wrap {
    container-type: inline-size;
}
.tp-info .tp-info-list {
    display: grid;
    gap: 2cqw;
}
.tp-info .tp-info-list > li {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #377DFF;
}
.tp-info .tp-info-list li:not(:has(> a)) {
    padding: 2.5em 5%;
}
.tp-info .tp-info-list > li > a {
    position: relative;
    display: block;
    padding: 2.5em 5%;
    height: 100%;
}
.tp-info .tp-info-list > li > a:after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    margin: auto;
    width: 0.9375em;
    height: 0.9375em;
    aspect-ratio: 1;
    background: #377DFF;
    clip-path: path("M15 0V15H0L15 0Z");
}
@media (hover: hover) {
    .tp-info .tp-info-list > li > a:hover .tp-info-body, .tp-info .tp-info-list > li > a:active .tp-info-body {
        color: #377DFF;
    }
}
.tp-info .tp-info-icon {
    text-align: center;
    margin: 0 auto 1.5625em;
    max-width: 30%;
}
.tp-info .tp-info-ttl {
    margin-bottom: 1em;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.125em;
    text-align: center;
    color: #377DFF;
}
.tp-info .tp-info-ttl span {
    display: inline-block;
}
.tp-info .tp-info-body {
    line-height: 1.5;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.tp-info .tp-info-tel {
    font-weight: 700;
    text-align: center;
}
.tp-info .tp-info-tel i {
    display: inline-block;
    margin-top: -0.2em;
    margin-right: -0.2em;
    vertical-align: middle;
}
.tp-info .tp-info-note {
    text-align: center;
}
.tp-info .tp-info-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    gap: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .tp-info .tp-info-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .tp-info .tp-info-tel {
        font-size: min(2em, 3vw);
    }
}
@media only screen and (max-width: 767px) {
    .tp-info .tp-info-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .tp-info .tp-info-tel {
        font-size: min(2em, 4.5vw);
    }
}
@media only screen and (max-width: 480px) {
    .tp-info .tp-info-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .tp-info .tp-info-tel {
        font-size: min(2em, 8.5vw);
    }
}
.tp-popular {
    padding: min(6.25em, 13vw) 0;
}
.tp-popular .tp-popular-ttl {
    margin-bottom: 0.8em;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    font-size: 1.5625em;
}
.tp-popular .tp-popular-list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em 0;
}
.tp-popular .tp-popular-list dt {
    padding: 0.25em 0.8em;
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 1.25em;
    color: #377DFF;
    line-height: 1.35;
    border-bottom: 2px solid;
    width: 100%;
}
.tp-popular .tp-popular-list dd {
    padding: 0 1em;
    line-height: 1.5;
}
.tp-popular .tp-popular-list dd a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
@media (hover: hover) {
    .tp-popular .tp-popular-list dd a {
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
    .tp-popular .tp-popular-list dd a:hover, .tp-popular .tp-popular-list dd a:active {
        color: #377DFF;
    }
}
.tp-popular .tp-popular-list div + div {
    margin-top: min(2.5em, 5.2vw);
}

.tp-img {
    background: #e7eaf3;
    padding: min(3.125vw, 2.8125em);
}
.tp-img .tp-img-inner {
    padding: 1.5em 0;
    text-align: center;
    background: #fff;
}
.slick-arrow:not(.slick-disabled):hover {
    color:#fff;
    background-color:#377dff;
    border-radius: 35px;
}
/*==================================*/
