@charset "utf-8";

/* reset */
#page {
    font-family: unset;
    line-height: unset;
    overflow: unset;
    width: unset;
    min-width: unset;
    color: unset;
    font-weight: unset;
}
/* /reset */

/* all */
:root {
    --sp-fs10: 2.6667vw;
    --sp-fs11: 2.9334vw;
    --sp-fs12: 3.2vw;
    --sp-fs13: 3.4667vw;
    --sp-fs14: 3.7334vw;
    --sp-fs15: 4vw;
    --sp-fs16: 4.2667vw;
    --sp-fs17: 4.5334vw;
    --sp-fs18: 4.8vw;
    --sp-fs19: 5.0667vw;
    --sp-fs20: 5.3334vw;
    --sp-fs21: 5.6vw;
    --sp-fs22: 5.8667vw;
    --sp-fs23: 6.1334vw;
    --sp-fs24: 6.4vw;
}
* { box-sizing: border-box;}

#page { color: #404040;}

#page a {
    opacity: 1;
	transition: opacity .25s ease-in-out;
    text-decoration: none;
}
#page a:hover {
    opacity: .65;
    text-decoration: none;
}
img { width: 100%;}

figure,
picture {
    display: block;
}

#idn {
    font-family: hiragino-mincho-pron, sans-serif;
    padding-top: 34px;
}
#idn h1{
    font-size: 18px;
    font-weight: 500;
}
#idn .heading {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    letter-spacing: .04em;
    padding-block: 59px 25px;
}
#idn .heading span {
    font-family: helvetica-lt-pro, sans-serif;
    font-size: 18px;
}
#idn .subheading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
}
#idn .subheading::before,
#idn .subheading::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin-inline: 24px;
    background-color: #404040;
}
#idn .sp-only {
    display: none;
}
@media screen and (max-width: 700px) {
    #idn .heading {
        font-size: var(--sp-fs22);
        padding-block: 11% 6.5%;
    }
    #idn .heading span {
        line-height: 1.5;
        display: inline-block;
        font-size: 16px;
        margin-bottom: 6px;
    }
    #idn .subheading {
        font-size: var(--sp-fs18);
    }
    #idn .pc-only {
        display: none;
    }
    #idn .sp-only {
        display: block;
    }
}
/* /all */

/* KV */
#idn h1 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    padding-block: 19px;
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
}
#idn .contents-lead {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 80px;
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
}

#idn .logo { margin-inline: auto;}
#idn .logo.suirankyoto { width: 87px;}
#idn .logo.shisuinara { width: 72px;}
#idn .logo.iraphsui-okinawamiyako { width: 70px;}

#idn .kv_wrapper {
    max-width: 1020px;
    margin: 0 auto;
}

@font-face {
    font-family: "あおぞら明朝";
    src: url(../font/AozoraMinchoMedium.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@media screen and (max-width: 700px) {
    #idn { padding-top: 6%;}
    #idn .logo.suirankyoto { width: 19.625%;}
    #idn .logo.shisuinara { width: 16.295%;}

    #idn h1 {
        font-size: var(--sp-fs15);
        text-align: center;
        padding-block: 4.5% 4.3%;
    }
    #idn .contents-lead {
        font-size: var(--sp-fs15);
        padding-inline: 6%;
        padding-bottom: 13%;
        line-height: 1.7;
        text-align: left;
    }
}
/* /KV */

/* infinite-slider */
#idn .swiper {
    /* max-width: 1440px; */
    margin-inline: auto;
}
#idn .infinite-slider {
	padding: 0;
}

#idn .infinite-slider .swiper-wrapper {
	transition-timing-function: linear;
}

#idn .infinite-slider .swiper-slide {
    width: 360px;
    height: 280px;
    margin-inline: 5px;
}
@media screen and (max-width:700px) {
    #idn .infinite-slider .swiper-slide {
        width: 63.2%;
        height: auto;
        margin-inline: 1%;
    }
}
/* /infinite-slider */

/* about_benefit */
#idn .about_benefit .heading {
    padding-block: 83px 50px;
}
#idn .plan_wrapper {
    padding-inline: 5px;
    padding-bottom: 80px;
    margin: 0 auto;
    max-width: 1440px;
}
#idn .planSwiper{
    width:100%;
    max-width: 1440px;
    overflow: hidden;
    padding: 22px 0 45px;
    margin-bottom: 12px;
}
#idn .planSwiper .swiper-slide{
    transition:.5s;
    transform:scale(.8);
    opacity:.8;
    background-color: #f8f8f8;
}
#idn .planSwiper .swiper-slide-active{
    transform:scale(1);
    opacity:1;
}
#idn .planSwiper .swiper-button-prev,
#idn .planSwiper .swiper-button-next{
    width:50px;
    height:50px;
    background: #444;
    border-radius:50%;
    top: 47%;
}
#idn .planSwiper .swiper-button-prev:after,
#idn .planSwiper .swiper-button-next:after{
    color:#fff;
    font-size:18px;
}
#idn .planSwiper .swiper-button-prev{
    left: calc(50% - 425px);
}
#idn .planSwiper .swiper-button-next{
    right: calc(50% - 425px);
}
#idn .planSwiper .swiper-pagination-bullet-active {
    background-color: #444;
}
#idn .planSwiper .swiper-pagination-bullet {
    margin-right: 10px !important;
}
#idn .planSwiper .swiper-slide .gray_box {
    margin-inline: auto;
    padding-block: 30px;
    width: 100%;
    max-width: 780px;
    background-color: #f8f8f8;
}
#idn .planSwiper .swiper-slide .gray_box .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-inline: 36px;
    padding-bottom: 15px;
    gap: 25px;
}
#idn .planSwiper .swiper-slide .gray_box .flex-box figure {
    width: 50%;
    max-width: 340px;
}
#idn .planSwiper .swiper-wrapper .swiper-slide .plan_text {
    padding-top: 10px;
    width: 45%;
}
#idn .planSwiper .swiper-slide .plan_text p {
    font-size: 18px;
    line-height: 1.6;
    color: #404040;
    margin-bottom: 12px;
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
}
#idn .planSwiper .swiper-slide .plan_text p .long{
    letter-spacing: -1px;
}
#idn .planSwiper .swiper-slide .plan_text p small {
    display: block;
    letter-spacing: 1%;
    font-size: 15px;
}
#idn .planSwiper .swiper-slide .plan_text .period small {
    font-size: 13px;
    margin-top: -4px;
}
#idn .planSwiper .swiper-slide .gray_box .btn_reserve {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    width: 260px;
    max-width: 90%;
    height: 50px;
    background-color: #FFF;
    font-size: 16px;
    color: #444444;
    border: 1px solid currentColor;
    position: relative;
}
#idn .planSwiper .swiper-slide .gray_box .btn_reserve::after {
    content: "";
    position: absolute;
    right: 72px;
    width: 11.2px;
    height: 10px;
    margin-right: 3px;
    background-image: url(../img/idn/2026/point_right.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#idn .all_plan a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    width: 780px;
    max-width: 90%;
    height: 50px;
    background-color: rgba(204, 204, 204, 0.15);
    font-size: 16px;
    color: #444444;
    border: 1px solid #444444;
    position: relative;
}
#idn .all_plan a::after {
    content: "";
    position: absolute;
    right: 282px;
    width: 11.2px;
    height: 10px;
    margin-right: 3px;
    background-image: url(../img/idn/2026/point_right.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#idn .planSwiper .swiper-slide .gray_box .btn_reserve span {
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
}
#idn .annotation {
    font-size: 13px;
    line-height: 1.6;
    color: #7a7a7a;
    text-align: center;
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
    padding: 25px 20px 0;
}
@media screen and (max-width:1400px) {
    #idn .planSwiper .swiper-button-prev{
        left: calc(50% - 30%);
    }
    #idn .planSwiper .swiper-button-next{
        right: calc(50% - 30%);
    }
}
@media screen and (max-width:1050px) {
    #idn .planSwiper .swiper-slide .gray_box .flex-box{
        flex-wrap: wrap;
    }
    #idn .planSwiper .swiper-slide .gray_box .flex-box figure,
    #idn .planSwiper .swiper-wrapper .swiper-slide .plan_text {
        width: 100%;
        max-width: 100%;
    }
    #idn .planSwiper .swiper-button-prev{
        left: calc(50% - 35%);
    }
    #idn .planSwiper .swiper-button-next{
        right: calc(50% - 35%);
    }
    #idn .all_plan a::after {
        right: 31vw;
    }
}
@media screen and (max-width:800px) {
    #idn .gray_box .flex-box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
}
@media screen and (max-width:700px) {
    #idn .about_benefit .heading {
        padding: 35px 7px;
        line-height: 1.6;
        font-size: var(--sp-fs20);
    }
    #idn .subheading::before,
    #idn .subheading::after {
        width: 12.69%;
        margin-inline: 5.5%;
    }
    #idn .plan_wrapper {
        padding-inline: 0;
        padding-bottom: 12.6%;
    }
    #idn .gray_box {
        padding-block: 6% 7.3%;
    }
    #idn .gray_box .flex-box {
        padding-inline: 5.2% !important;
        padding-bottom: 3.5%;
    }
    #idn .gray_box .flex-box figure {
        width: 100%;
    }
    #idn .plan_text {
        width: 100%;
        padding-top: 9%;
    }
    #idn .plan_text p {
        font-size: var(--sp-fs16);
        margin-bottom: 5.5%;
    }
    #idn .planSwiper .swiper-slide .plan_text p {
        font-size: var(--sp-fs16);
    }
    #idn .plan_text p small {
        display: block;
        font-size: var(--sp-fs13);
        margin-top: -0.3%;
    }
    #idn .planSwiper {
        padding: 22px 0 25px;
        margin-bottom: 17px;
    }
    #idn .planSwiper .swiper-slide .plan_text p small {
        font-size: var(--sp-fs13);
    }
    #idn .planSwiper .swiper-pagination{
        bottom: 0 !important;
    }
    #idn .plan_text .period small {
        font-size: 3.2vw;
    }
    #idn .gra_-box .btn_reserve {
        font-size: var(--sp-fs15);
        width: 65.974%;
        height: auto;
        aspect-ratio: 1 / 0.1924;
    }
    #idn .annotation {
        font-size: var(--sp-fs12);
        text-align: left;
        padding-top: 6%;
    }
    #idn .planSwiper .swiper-button-prev{
        left: calc(50% - 42%);
        top: 44%;
    }
    #idn .planSwiper .swiper-button-next{
        right: calc(50% - 42%);
        top: 44%;
    }
    #idn .all_plan a::after {
        right: 50px;
        top: 16px;
    }
    #idn .planSwiper .swiper-slide .gray_box .btn_reserve {
        font-size: 15px;
        width: 90%;
        max-width: 221px;
        height: 43px;
    }
    #idn .all_plan a{
        font-size: 15px;
        width: 90%;
        max-width: 295px;
        height: 43px;
    }
    #idn .planSwiper .swiper-slide .gray_box .btn_reserve::after {
        right: 50px;
    }
}
@media screen and (max-width:500px) {
    #idn .planSwiper .swiper-button-prev,
    #idn .planSwiper .swiper-button-next {
        width: 36px;
        height: 36px;
    }
    #idn .planSwiper .swiper-slide .gray_box .btn_reserve::after {
        right: 55px;
    }
    #idn .all_plan a::after {
        right: 38px;
        top: 16px;
    }
    #idn .planSwiper .swiper-button-prev{
        left: calc(50% - 44%);
        top: 47%;
    }
    #idn .planSwiper .swiper-button-next{
        right: calc(50% - 44%);
        top: 47%;
    }
    #idn .planSwiper .swiper-slide .gray_box .btn_reserve {
        font-size: var(--sp-fs15);
    }
    #idn .all_plan a {
        font-size: var(--sp-fs15);
    }
}
@media screen and (max-width:400px) {
    #idn .planSwiper .swiper-slide .gray_box .btn_reserve::after {
        width: 9.2px;
        height: 9px;
    }

    #idn .all_plan a::after {
        right: 56px;
        width: 9.2px;
        height: 9px;
    }
}
@media screen and (max-width:350px) {
    #idn .planSwiper .swiper-button-prev{
        left: calc(50% - 46%);
    }
    #idn .planSwiper .swiper-button-next{
        right: calc(50% - 46%);
    }
}
/* /about_benefit */

/* about_room */
#idn .about_room {
    background-color: #00263A;
    padding: 56px 20px 54px;
}
#idn .about_room_wrapper {
    max-width: 1020px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#idn .about_room li {
    width: 490px;
}
#idn .about_room li p {
    color: #FFF;
}
#idn .about_room li .room-type {
    font-family: helvetica-lt-pro, sans-serif;
    font-size: 24px;
    letter-spacing: .04em;
    padding-block: 13px 20px;
}
#idn .about_room li .room-type span {
    font-family: hiragino-mincho-pron, sans-serif;
    font-size: 16px;
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
    margin-left: 16px;
    letter-spacing: 0;
}
#idn .about_room li .room-caption {
    font-size: 16px;
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
    line-height: 1.8;
}
@media screen and (max-width:1060px) {
    #idn .about_room li {
        width: 48%;
    }
}
@media screen and (max-width:700px) {
    #idn .about_room {
        padding: 10.7% 5.3334% 1.3%;
    }
    #idn .about_room_wrapper {
        display: block;
    }
    #idn .about_room li {
        width: 100%;
        padding-bottom: 10.5%;
    }
    #idn .about_room li .room-type {
        font-size: var(--sp-fs21);
    }
    #idn .about_room li .room-type span {
        font-size: var(--sp-fs14);
        margin-left: 4%;
    }
    #idn .about_room li .room-caption {
        font-size: var(--sp-fs14);
    }
    #idn .about_room li .room-type {
        padding-block: 3.5% 4%;
    }
}
/* /about_room */

/* reserve_room */
#idn .reserve_wrapper {
    padding: 80px 20px;
}
#idn .reserve_text {
    font-size: 18px;
    text-align: center;
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
    padding-bottom: 25px;
}
#idn .reserve_wrapper .subheading {
    margin-bottom: 9px;
}
#idn .reserve_wrapper dl {
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
}
#idn .reserve_wrapper dt {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 8px;
}
#idn .reserve_wrapper dd {
    font-size: 15px;
    text-align: center;
    padding-bottom: 33px;
    line-height: 1.8;
}

#idn .reserve_wrapper dd.form a {
    border-bottom: 1px solid #444;
}
#idn .reserve_wrapper dd a.btn{
    display: inline-block;
    font-size: 15px;
    text-align: center;
    border-radius: 30px;
    border: #444 solid 1px;
    padding: 7px 40px;
    margin-top: 10px;
    position: relative;
    color: #444 !important;
}
#idn .reserve_wrapper dd a.btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 11.59px;
    height: 10.59px;
    margin-right: 3px;
    background-image: url(../img/idn/2026/point_right.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
#idn .reserve_wrapper .gray-box {
    padding-block: 30px 10px;
    background-color: rgba(204, 204, 204, 0.15);
    width: 95%;
    max-width: 780px;
    margin: 0 auto;
}
@media screen and (max-width:700px) {
    #idn .reserve_wrapper {
        padding: 13% 5.3334%;
    }
    #idn .reserve_text {
        font-size: var(--sp-fs16);
        padding-bottom: 5.7%;
    }
    #idn .reserve_wrapper .gray-box {
        padding-block: 6.7% 2.5%;
        padding-inline: 6%;
    }
    #idn .reserve_wrapper dt {
        font-size: var(--sp-fs16);
        padding-bottom: 2.2%;
    }
    #idn .reserve_wrapper dd {
        font-size: var(--sp-fs13);
        line-height: 1.8;
        padding-bottom: 6.5%;
        text-align: left;
    }
    #idn .reserve_wrapper dd a.btn{
        font-size: var(--sp-fs14);
        padding: 7px;
        width: 100%;
    }
    #idn .reserve_wrapper dd a.btn span{
                font-size: var(--sp-fs12);
    }
    #idn .reserve_wrapper dd a.btn::after {
        right: 5px;
        width: 10.59px;
        height: 10.59px;
        top: 22px;
    }
}
@media screen and (max-width:500px) {
    #idn .reserve_wrapper dd a.btn::after {
        right: 8px;
        width: 8.59px;
        height: 8.59px;
        top: 15px;
    }
}

/* /reserve_room */

/* sightseen */
#idn .sightseen .subheading{
    font-size: 22px;
    margin-bottom: 15px;
    margin-bottom: 20px;
}
#idn .sightseen_flex{
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 780px;
    margin: 0 auto 70px;
}
#idn .sightseen_flex .flex_c{
    width: 31%;
}
#idn .sightseen_flex .flex_c p{
    font-size: 15px;
    margin-top: 11px;
}
#idn .sightseen_flex .flex_c p small{
    font-size: 13px !important;
}
#idn .sightseen_flex .flex_c a{
    color: #444 !important;
    border-bottom: 1px #444 solid
}
@media screen and (max-width:700px) {
    #idn .sightseen .subheading{
        font-size: var(--sp-fs18);
    }
    #idn .sightseen_flex .flex_c p {
        font-size: var(--sp-fs13);
    }
    #idn .sightseen_flex {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto 45px;
    }
    #idn .sightseen_flex .flex_c {
        width: 48%;
        margin-bottom: 20px;
    }
    #idn .sightseen_flex .flex_c p small {
        font-size: 11px !important;
    }
}
/* /sightseen */

/* footer */
#idn footer {
    background-color: #00263A;
    padding-block: 80px;
}
#idn footer address {
    font-style: normal;
}
#idn footer dl {
    color: #FFF;
    transform: rotate(0.05deg);/*m-plus-1pのジャギー対策*/
}
#idn footer dl a {
    color: #FFF;
}
#idn footer dt {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 20px;
}
#idn footer dd {
    font-size: 15px;
    line-height: 2;
    text-align: center;
}
#idn address dt a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/idn/2026/point_web.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    margin-left: 5px;
}
@media screen and (max-width:700px) {
    #idn footer {
        padding-block: 13% 9.5%;
        padding-inline: 5.3334%;
    }
    #idn footer dt {
        font-size: var(--sp-fs14);
        padding-bottom: 4.5%;
        text-align: left;
    }
    #idn footer dd {
        font-size: var(--sp-fs13);
        text-align: left;
        line-height: 1.6;
    }
    #idn footer dd p {
        padding-bottom: 3.5%;
    }
    #idn address dt a::after {
        width: 3.5821%;
        height: auto;
        aspect-ratio: 1;
        margin-bottom: -0.1%;
        margin-left: 2.1%;
    }
}
@media screen and (max-width:500px) {
    #idn .reserve_wrapper {
        padding: 13% 3%;
    }

}
/* /footer */