@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap');
/*******************************************
*** Custom prop
********************************************/
:root {
    --main-color: #0047d4;
    --sub-color01: #dbe4f7;
    --sub-color02: #6e6e6e;
    --sub-color03: #f8f8f8;
    --sub-color04: #003333;
    --point-color: #e64e51;
    --bg-color: #ebf1fc;
}

/*******************************************
*** Utillity Setting
********************************************/
#hamiltonisland_lp .center {
    text-align: center;
}
#hamiltonisland_lp .sp_only {
    display: none;
}
#hamiltonisland_lp .sp_fluid {
    width: 100%;
    max-width: 768px;
}
#hamiltonisland_lp .img-fluid {
    width: 100%;
}

@media screen and (max-width:768px) {
    #hamiltonisland_lp .sp_only {
        display: block !important;
    }

    #hamiltonisland_lp .pc_only {
        display: none !important;
    }
}
/*******************************************
*** Font Style
***(*****************************************/
#hamiltonisland_lp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: #313131;
}
#hamiltonisland_lp h1,
#hamiltonisland_lp h2 {
    font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", serif;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 1.6;
    position: relative;
}
#hamiltonisland_lp h2 {
    margin-bottom: 6rem;
}
#hamiltonisland_lp h3 {
    font-weight: 700;
    font-style: normal;
    font-family: "Yu Gothic", sans-serif;
    position: relative;
    line-height: 1.6;
}
#hamiltonisland_lp .sans-serif {
    font-family: "sans-serif";
}
#hamiltonisland_lp .italic {
    font-style: italic;
}
#hamiltonisland_lp .size-2 {
    font-size: 120%;
}
#hamiltonisland_lp p {
    font-family: "Noto Sans JP", sans-serif;
    color: #313131;
    font-size: 14px;
    margin: 0;
}
#hamiltonisland_lp p.lead {
    text-align: center;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    #hamiltonisland_lp h1,
    #hamiltonisland_lp h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 560px) {
    #hamiltonisland_lp #hotel .area h3 {
        line-height: 1;
    }
}
#hamiltonisland_lp .scale-down{
    font-size: 80%;
}
#hamiltonisland_lp .highlight{
    background: linear-gradient(transparent 40%, #f9e165 40%);
}

#hamiltonisland_lp .bold{
    font-weight: bold!important;
}

#hamiltonisland_lp .normal {
    font-weight: normal!important;
}

#hamiltonisland_lp .left{
    text-align: left!important;
}

#hamiltonisland_lp .right{
    text-align: right!important;
}

#hamiltonisland_lp .center{
    text-align: center!important;
}
#hamiltonisland_lp .wordmark {
    font-family: "Oswald", sans-serif !important;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
}
#hamiltonisland_lp .point-color {
    color: var(--point-color);
}
@media screen and (min-width: 540px) {
    .br_540 {
        display: none;
    }
}
/*******************************************
*** Layout Style
********************************************/
#hamiltonisland_lp img {
    width: 100%;
}
.inner_wrap {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.contents_wrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.flex_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.reverse_row_wrap {
    flex-direction: row-reverse;
}
.reverse_col_wrap {
    flex-direction: column-reverse;
}
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.onethird,
.twothird {
    flex-wrap: wrap;
}
.col2 > * {
    width: calc((100% / 2) - (12px / 2));
}
.col3 > * {
    width: calc((100% / 3) - (24px / 3));
}
.col4 > * {
    width: calc((100% / 4) - (37px / 4));
}
.col5 > * {
    width: calc((100% / 5) - (49px / 5));
}
.col6 > * {
    width: calc((100% / 6) - (61px / 6));
}
.col7 > * {
    width: calc((100% / 7) - (74px / 14));
}
.onethird > *:first-child {
    width: calc((100% / 3) - (12px / 2));
}
.onethird > *:last-child {
    width: calc((100% * (2 / 3)) - (12px / 2));
}
.twothird > *:first-child {
    width: calc((100% * (2 / 3)) - (12px / 2));
}
.twothird > *:last-child {
    width: calc((100% / 3) - (12px / 2));
}

@media screen and (max-width: 1200px) {
    #hamiltonisland_lp .inner_wrap {
        padding: 0 12px;
    }
}
@media screen and (max-width: 768px) {
    .col2 > *,
    .col3 > * {
        width: 100%;
    }
    .col4 > * {
        width: calc(100% / 2);
    }
    .onethird > *:first-child,
    .onethird > *:last-child,
    .twothird > *:first-child,
    .twothird > *:last-child {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .col5 {
        width: calc(100% / 2);
    }
}

/*******************************************
*** Animation Settings
********************************************/
@keyframes delighter-top_in {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	75% { 
        opacity: 0.5;
    }
	100% {
		transform: none;
		opacity: 1;
	}
}

#hamiltonisland_lp .animate-top_in.delighter{
	transform: translateY(-100%);
	opacity: 0;
	will-change: transform, opacity;
}
#hamiltonisland_lp .animate-top_in.delighter.started {
	animation: delighter-top_in 1.2s ease-out both;
}

@keyframes delighter-bottom_in {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	75% {
		opacity: 0.5;
	}
	100% {
		transform: none;
		opacity: 1;
	}
}

#hamiltonisland_lp .animate-bottom_in.delighter{
	transform: translateY(100%);
	opacity: 0;
	will-change: transform, opacity;
}

#hamiltonisland_lp .animate-bottom_in.delighter.started {
	animation: delighter-bottom_in 1.2s ease-out both;
}

@keyframes delighter-pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

/*******************************************
*** Header & Footer
********************************************/
/*.header_wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    z-index: 3;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    background: #fff;
}
footer {
    background: top center / cover no-repeat url(../images/bg_footer.webp);
    padding: 74px 0 12px;
}
.footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}*/

/*******************************************
*** Contents Style
********************************************/
section:is(#intro,#comparison_table,#experience,#expenses,#hotel,#faq,#order) {
    padding: 60px 0 80px;
}
#hamiltonisland_lp h2:before {
    position: relative;
    display: block;
}
#comparison_table h2:before {
    content: url(../images/ttl_comparison-table.webp);
}
#expenses h2:before {
    content: url(../images/ttl_travel-expenses.webp);
}
#experience h2:before {
    content: url(../images/ttl_experience.webp);
}
#hotel h2:before {
    content: url(../images/ttl_holiday-homes.webp);
}
#faq h2:before {
    content: url(../images/ttl_faq.webp);
}
#hamiltonisland_lp a.btn,
#hamiltonisland_lp button.btn {
    position: relative;
    background-image: linear-gradient(-45deg, rgb(19,181,177) 0%, rgb(179,212,101) 100%);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    padding: 12px 24px;
    border: 2px solid #fff;
    outline: none;
    border-radius: 100vh;
}
#hamiltonisland_lp a.btn:before,
#hamiltonisland_lp button.btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: repeat url(../images/btn-ptn.webp);
    width: 100%;
    height: 100%;

}
section:is(#firstview) {
    position: relative;
    z-index: 2;
}
#hamiltonisland_lp h2:after {
    background-color: var(--sub-color02);
    position: absolute;
    transform: translateX(-50%);
    bottom: -12px;
    content: "";
    height: 2px;
    left: 50%;
    width: 60px;
}

#firstview>.fv_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: center / cover no-repeat url(../images/bg_fv.webp);
    width: 100%;
    line-height: 0;
    height: auto;
    aspect-ratio: 16 / 7;
    max-height: 640px;
    min-height: 460px;
}
#firstview h1 {
    grid-column: 2;
    max-width: 521px;
    width: 100%;
    justify-self: start;
    align-self: center;
    right: 40px;
}
#firstview h1 img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 768px) {
    section:is(#intro,#comparison_table,#experience,#expenses,#hotel,#faq,#order) {
    padding: 40px 0;
}
    #firstview>.fv_main {
        display: flex;
        background: center / cover no-repeat url(../images/bg_fv_sp.webp);
        min-height: 768px;
    }
    #firstview h1 {
        margin: 0 auto;
        right: 0;
        max-width: 600px;
        padding: 0 2rem;
    }
}
@media (max-width: 560px) {
    #firstview>.fv_main {
        display: flex;
        background: center / cover no-repeat url(../images/bg_fv_sp.webp);
        min-height: 560px;
    }
}
#intro {
    position: relative;
    /* 複数の背景を指定：1枚目に白→透明のグラデーション、2枚目に写真 */
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 30%), url(../images/bg_intro.webp) 57% center / cover no-repeat;
    /* 下側を逆三角形（ホームベース型）に切り抜く */
    /* polygon(左上, 右上, 右下の肩, 真ん中下の頂点, 左下の肩) */
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 50% 100%, 0 calc(100% - 120px));
    z-index: 2;
    padding-bottom: 100px; /* 切り抜きで見えなくなる分、余白を多めにとる */
    transform: translateZ(0)
}
#intro>.inner_wrap {
    text-align: center;
}
#intro h2 {
    margin-bottom: 2rem;
}
#intro h2:before {
    content: url(../images/intro_icon.webp);
    position: relative;
    display: block;
    top: 0;
    left: 0;
}
#intro h2:after {
    content: none;
}
#intro ul {
    margin: 0 auto;
    max-width: 460px;
    width: 100%;
}
#intro ul li {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: var(--sub-color04);
    background-color: rgba(250, 250, 250, 0.8);
    padding: 1rem;
    margin: 1rem 0 1rem 13px;
    border-radius: .5rem;
}
#intro ul li:before {
    content: url(../images/check_icon.webp);
    position: absolute;
    left: -13px;

}
#intro p {
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-size: 14px;
    line-height: 2;
    font-weight:400;
}
.intro_image {
   max-width: 554px;
   margin: 0 auto;
   padding-top: 2rem;
}
#holidayhome .photoarea {
    line-height: 0;
}
#holidayhome .photoarea>img {
    width: 100%;
}
#holidayhome {
    background: var(--bg-color);
    position: relative;
    z-index: 1;
    background: var(--bg-color);
    padding-top: 160px;
    margin-top: -120px;
}
#expenses {
    background: var(--bg-color);
}
#expenses .chart {
    text-align: center;
    margin-top: 60px;
}
#expenses .chart h3 {
    font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", serif;
    margin-bottom: 2rem;
}
#expenses .chart h3>span {
    font-size: 20px;
    color: var(--main-color);
}
#expenses .chart .table>.caution {
    font-size: 12px;
    text-align: right;
}
#expenses .chart .table>img {
    max-width: 450px;
}
#expenses .chart .graph>img {
    max-width: 400px;
}
#expenses .flex_wrap.col2 {
    justify-content: center;
    gap: 28px;
}
#expenses .chart .table,
#expenses .chart .graph {
    width: auto;
    flex: 0 1 auto;
}
#holidayhome .description {
    position: relative;
}
#holidayhome .description img {
    max-width: 218px;
    width: 100%;
}
#holidayhome .description:before {
    content: url(../images/ttl_holiday-homes.webp);
    position: relative;
    display: block;
    margin-bottom: 1rem;
}
#holidayhome .description h2 {
    color: var(--main-color);
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    #intro {
        /* スマホでは100%から50px分だけ削る（角度を緩やかにする） */
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
    }
    #intro ul li {
        font-size: 16px;
    }
}
.description {
    text-align: center;
    padding-bottom: 60px;
}
.description h2 span {
    background: linear-gradient(transparent 50%, #f5f17e 20%);
}
.description h2:after {
    content: none;
}
#experience .text>h3 {
    position: relative;
    font-family: "YuMincho", "Yu Mincho", "游明朝", "游明朝体", serif;
    font-size: 20px;
    padding-left: 74px;
    margin-bottom: 1.5rem;
}
#experience .text>h3 span {
    background: linear-gradient(transparent 50%, var(--sub-color01) 20%);
}
#experience .flex_wrap:nth-child(1) h3:before {
    content: url(../images/no_icon01.webp);
}
#experience .flex_wrap:nth-child(2) h3:before {
    content: url(../images/no_icon02.webp);
}
#experience .flex_wrap:nth-child(3) h3:before {
    content: url(../images/no_icon03.webp);
}
#experience .flex_wrap:nth-child(4) h3:before {
    content: url(../images/no_icon04.webp);
}
#experience .text>h3:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    line-height: 0;
}
.experience_area>.flex_wrap {
    gap: 2rem;
    margin-bottom: 2rem;
}
.experience_area>.col2 > * {
    width: calc((100% / 2) - (2rem / 2));
}
@media (max-width: 768px) {
    #experience .text>h3 {
        font-size: 18px;
    }
    .experience_area>.col2 > * {
        width: 100%;
    }
    .experience_area>.flex_wrap {
        margin-bottom: 4rem;
    }
}
#order {
    background: center / cover no-repeat url(../images/bg_tsj.webp);
}
#order>.inner_wrap {
    text-align: center;
}
#order .text {
    margin-bottom: 2rem;
}
#order .text>img {
    max-width: 338px;
    width: 100%;
}
#order .cta_03 a {
    max-width: 540px;
    width: 100%;
    padding: 2rem;
    border-radius: 100vw;
    margin: 0 auto;
    background: var(--main-color);
    display: block;
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: 700;
}
#order .cta_03 a:hover{
    transform: scale(1.02);
    transition: transform .3s ease;
}
/*******************************************
*** エリアボタン
********************************************/
#btn {
    padding: 3rem 0;
}
#btn .flex_wrap {
    justify-content: center;
}
#btn .flex_wrap>li {
    max-width: 380px;
}
#btn .flex_wrap>li a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
#btn .flex_wrap>li:hover {
    filter: brightness(0.7); 
}
@media screen and (max-width: 768px){
    #btn .flex_wrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #btn .flex_wrap>li a {
        display: block;
        overflow: hidden;
    }
    #btn .flex_wrap>li a img {
        width: 120%;
        margin-left: -10%;
    }
    #btn .flex_wrap > li:nth-child(-n+2) {
        width: calc(50% - 12px);
    }
    #btn .flex_wrap > li:nth-child(n+3) {
        width: calc(33.333% - 12px);
    }
    #btn .flex_wrap > li img {
        width: 100%;
        height: auto;
        display: block;
    }
}

/*******************************************
*** ホテル一覧
********************************************/
#hotel {
    background: var(--sub-color01);
}
#hotel .area {
    background: #fff;
    box-shadow: 0 0 12px 12px rgba(178, 199, 242, 0.3);
    padding: 3rem 2.5rem;
    margin-bottom: 4rem;
}
.area h3 {
    font-size: 28px;
    font-weight: 600;
    position: relative;
}
.area p {
    margin-top: .5rem;
}
.area>.text {
    padding: 3rem 0;
}
.area>.text.flex_wrap {
    align-items: flex-start;
}
#hotel .image {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.area h3>span {
    font-size: 14px;
    color: var(--sub-color02);    
    position: relative;
    left: 1rem;
}
#hamiltonisland_lp .text_profile>p {
    margin: 1.5rem 0;
}
.text_profile>.tag {
    margin: 0;
}
.text_profile>.tag span {
    background: var(--point-color);
    padding: .25rem 1rem;
    font-weight: 700;
    color: #fff;
}
.text_detail {
    background: #f2f2f2;
    padding: 2rem;
}
.text_detail h4 {
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: .5rem;
}
.text_detail h4:nth-of-type(2) {
    margin-top: 2rem;
}
@media screen and (max-width: 1015px){
    .area_contents .inner_wrap>ul.flex_wrap {
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 768px){
    #hotel .area {
        padding: 2rem;
    }
    .area h3 {
        font-size: 24px;
    }
    .text_detail p {
        font-size: 12px;
    }
    .hotellist .area_ttl {
        padding: 60px 0;
    }
    .area_contents>ul.flex_wrap {
        justify-items: center;
    }
}
@media screen and (max-width: 560px){
    #hamiltonisland_lp .text_profile>.tag {
        margin-top: 1rem;
    }
}

/*******************************************
*** FAQ
********************************************/
#faq h2 {
    margin-bottom: 6rem;
}
#faq h3 {
    padding-left: 54px;
    margin-bottom: 2rem;
    font-family: "Noto Sans JP", sans-serif;
}
#faq h3:before {
    content: url(../images/question_icon.webp);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    line-height: 0;
}
#faq .answer {
    background: var(--sub-color03);
    padding: 2rem 1.5rem;
}
#faq .answer>ul {
    font-size: 12px;
    margin: 1.5rem 0;
}
#faq .answer a {
    color: var(--main-color);
    font-weight: 700;
    border-bottom: 1px solid;

}
.faq_contents {
    padding: 2rem 0;
}
/*******************************************
*** 比較表
********************************************/
#comparison_table .table {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px;
}
#comparison_table .table>table {
    padding: 2rem 0;
}
#comparison_table .table>p {
    margin-top: 2rem;
}
#hamiltonisland_lp table,
#hamiltonisland_lp thead,
#hamiltonisland_lp tbody,
#hamiltonisland_lp tr,
#hamiltonisland_lp th,
#hamiltonisland_lp td {
    text-align: center;
    width: 100%;
    position: relative;
}
#hamiltonisland_lp th, #hamiltonisland_lp td {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    position: relative;
    box-sizing: border-box; /* paddingで幅が崩れないように */
}
#hamiltonisland_lp th {
    background: #f1f1f1;
    font-weight: bold;
    background: var(--sub-color01);
}
#hamiltonisland_lp tr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#hamiltonisland_lp th {
    padding: 1.5rem 1rem;
    color: var(--main-color);
}
#hamiltonisland_lp td {
    width: 50%;
    padding: .75em;
}
#hamiltonisland_lp td.hotel {
    background: var(--sub-color03);
    color: var(--main-color);
    font-size: 16px;
}
#hamiltonisland_lp table .hotel span {
    font-size: 14px;
}
#comparison_table .table td.holidayhomes {
    background-image: linear-gradient(90deg, #0047d4, #13b5b1);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
#hamiltonisland_lp table .sort {
    display: flex;
    flex-wrap: nowrap;
}
#hamiltonisland_lp table .sort>th {
    width: 50%;
    color: #fff;
    font-size: 20px;
}
#hamiltonisland_lp table .sort>.hotel {
    background: #b5b5b5;
    padding: 1rem 0.5rem 1rem 88px;
}
#hamiltonisland_lp table .sort>.holidayhomes {
    background-image: linear-gradient(90deg, #0047d4, #13b5b1);
    padding: 1rem .5rem 1rem 30px;
}
#hamiltonisland_lp table .holidayhomes span {
    font-size: 24px;
    color: #fff100;
}
#hamiltonisland_lp table .sort>th.hotel:before,
#hamiltonisland_lp table .sort>th.holidayhomes:before {
    max-width: 84px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(6px, -50%);
}
#hamiltonisland_lp table .sort>th.hotel:before {
    content: url(../images/table_img01.webp);
}

#hamiltonisland_lp table .sort>th.holidayhomes:before {
    content: url(../images/table_img02.webp);
}
@media screen and (max-width: 900px){
    #hamiltonisland_lp table .sort>.hotel,
    #hamiltonisland_lp table .sort>.holidayhomes {
        padding: 1rem;
    }
    #hamiltonisland_lp table .sort>th.hotel:before,
    #hamiltonisland_lp table .sort>th.holidayhomes:before {
        transform: translate(0%, -80%);
    }
}
@media screen and (max-width: 768px){
    #hamiltonisland_lp table .sort {
        line-height: 1.2;
    }
    #comparison_table .table td.holidayhomes {
        font-size: 16px;
    }
    #comparison_table .table td.hotel {
        font-size: 14px;
    }
    #hamiltonisland_lp table .hotel span {
        line-height: 2;
    }
}
/*******************************************
*** CTA
********************************************/
.cta_area>* a {
    margin: 6px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    border-radius: 100vw;
    font-weight: 500;
    color: #fff;
}
.cta_area>* a:hover{
    transform: scale(1.02);
    transition: transform .3s ease;
}
.cta_01 a {
    padding: 2rem;
    background-image: linear-gradient(90deg, #0047d4, #13b5b1);
}
.cta_02 a {
    position:relative;
    padding: 2rem;
    background: #fff;
    background: #003333;
}
@media screen and (max-width: 768px){
    .cta_area>* a {
        font-size: 18px;
    }
}
/*******************************************
*** slider
********************************************/
.hotelMain {
    width: 100%;
    margin-bottom: 10px;
}
.hotelMain .swiper-slide {
    max-height: 540px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hotelMain .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.hotelsub {
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.hotelsub .swiper-slide {
    max-height: 140px;
    aspect-ratio: 3 / 2;
    opacity: 0.4; /* 非選択時は少し薄くする */
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid transparent;
    overflow: hidden;
}
/* 選択されているサムネイルを明るく、枠線をつける */
.hotelsub .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid var(--main-color);
}
.hotelsub .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.hotelMain .swiper-button-next:after,
.hotelMain .swiper-button-prev:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    color: #fff;
}
.hotelMain .swiper-button-next {
    right: 1.5rem;
}
.hotelMain .swiper-button-prev {
    left: 1.5rem;
}
.hotelMain .swiper-button-next:after {
    content: "\f138";
}
.hotelMain .swiper-button-prev:after {
    content: "\f137";
}
.hotelMain .swiper-button-next:hover,
.hotelMain .swiper-button-prev:hover {
    opacity: 0.8;
}
/* IDが振ってある写真（またはそのクラス）に対して指定 */
#area01, #area02, #area03, #area04, #area05 {
    /* 100px分、止まる位置を「手前（上）」にする */
    scroll-margin-top: 600px;
}
@media screen and (max-width: 768px){
    .cta_area>* a {
        font-size: 18px;
    }
    .hotelMain .swiper-button-next {
        right: .5rem;
    }
    .hotelMain .swiper-button-prev {
        left: .5rem;
    }
    #area01, #area02, #area03, #area04, #area05 {
        scroll-margin-top: 380px;
    }
}