#contentsArea img.special-plan-img{
    max-width: 1120px;
    width:92vw;
    margin: 0 auto;
    height: 280px;
    display: block;
    object-fit: contain;
}
.special-plan-detail-section-title{
    font-size: 30px;
    text-align: center;
    font-family: var(--font-mincho);
    margin-top: 50px;
}
.special-plan-detail-main{
    display: grid;
    grid-template-areas:
    "cost img"
    "lead img";
    grid-template-columns:calc(100% - 70px - 180px) 180px;
    grid-template-rows: 150px calc(100% - 150px);
    max-width: 870px;
    margin: 35px auto 0;
    column-gap:70px;
}
.special-plan-detail-cost{
    grid-area:cost;
}
.special-plan-detail-cost-condition{
    font-size: 20px;
    font-weight: bold;
}
.special-plan-detail-cost-main{
    color:#97152b;
    font-size: 32px;
    font-weight: bold;
}
.special-plan-detail-cost-main-yen{
    font-size: 28px;
}
.special-plan-detail-cost-note{
    font-size: 16px;
}
.special-plan-detail-lead{
    grid-area:lead;
    font-size: 18px;
}
.special-plan-detail-img{
    grid-area:img;
    width:180px;
}
.guam-h3-section{
    margin: 70px auto 0;
    max-width: 1120px;
    width: 92vw;
}
.guam-h3-section-title{
    font-size: 30px;
    font-family: var(--font-mincho);
    font-weight: bold;
    border-bottom: 3px dotted #b89770;
    width: 17em;
    text-align: center;
    margin: 0 auto;
}
.guam-h3-section-lead{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 65px;
    font-size: 18px;
}
.guam-h3-section-lead-note{
    font-size: 14px;
    display: block;
}
.guam-h4-section{
    max-width: 1120px;
    margin-top: 70px;
}
.guam-h4-section-title{
    font-size: 26px;
    color: #b89770;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}
.guam-h4-section-lead{
    font-size: 18px;
    text-align: center;
}
.guam-h4-section-lead-note{
    font-size: 14px;
}
.special-plan-detail-lead-note{
    font-size: 14px;
    display: block;
}

.guam-komikomi-schedules{
    display: flex;
    flex-wrap: wrap;
    row-gap:45px;
    margin-top: 60px;
}
.guam-komikomi-schedule{
    position: relative;
    background-color:#f9f6f2;
    display: flex;
    column-gap: 55px;
    padding: 30px;
    width: 100%;
}
.guam-komikomi-schedule-term{
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top:-20px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.guam-komikomi-schedule-term::before{
    content: "";
    background: url(/honeymoon/area/images/guam/guam-komikomi-schedule-term-bg.png) no-repeat;
    width:24px;
    height:24px;
    display: block;
}
.guam-komikomi-images{
    width:400px;
    column-gap: 20px;
    display: flex;
}
#contentsArea img.guam-komikomi-image{
    width:calc(50% - 10px);
    display: block;
    object-fit: contain;
}
.guam-komikomi-text{
    width:calc(100% - 420px - 55px);
}
.guam-komikomi-title{
    font-size: 24px;
    font-weight: bold;
    color: #b89770;
    margin-bottom: 15px;
}
.guam-komikomi-lead{
    font-size: 16px;
    margin-bottom: 10px;
}
.guam-komikomi-lineup{
    font-size: 14px;
    background-color: #b89770;
    color: #fff;
    width: 9em;
    border-radius: 4px;
    text-align: center;
}
.guam-komikomi-examples{
    font-size: 16px;
}
.guam-komikomi-recommends{
    max-width: 940px;
    width:90.66vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.guam-komikomi-recommend{
    background-color:#f9f6f2;
    width:calc((100% - 60px) / 3);
    padding: 15px;
    border-radius: 20px;
    height:270px;
    position: relative;
}
.guam-komikomi-recommend-img{
    display: block;
    margin: 0 auto;
    top: auto;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
}
#contentsArea img.guam-komikomi-recommend-img1{
    width:183px;
}
#contentsArea img.guam-komikomi-recommend-img2{
    width:97px;
}
#contentsArea img.guam-komikomi-recommend-img3{
    width:157px;
}
.guam-komikomi-recommend-p{
    font-size: 20px;
    font-weight: bold;
    color: #927a5a;
    text-align: center;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
}
.how-to-use-wrap{
    background-color:#f9f6f2;
    padding: 40px;
    max-width: 940px;
    width: 90.66vw;
    margin: 0 auto;
}
.how-to-use-li{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 18px;
}
.how-to-use-li::before{
    content: "";
    background: url(/honeymoon/area/images/guam/check-mark.png) no-repeat;
    width:1em;
    height:1em;
    display: inline-block;
}
.how-to-use-li:last-child{
    margin-bottom: 0;
}
.how-to-use-point-title{
    background-color: #f77c7c;
    color: #fff;
    display: inline-block;
    padding: 0 1em;
    border-radius: 15px;
    margin-right: 1em;
}

.hotel-cassettes{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.hotel-cassette{
    width: calc((100% - 54px) / 3);
    background-color: #f9f6f2;
    border: 1px solid #b89770;
}
.hotel-cassette-main{
    padding: 20px 20px 40px;
}
.hotel-cassette-title{
    font-size: 24px;
    font-weight: bold;
}
.hotel-cassette-info{
    display: flex;
    column-gap: 1em;
    margin-bottom: 1em;
}
.hotel-cassette-left{
    background-color:#b89770;
    color: #fff;
    font-size: clamp(13px , 1.1vw ,16px);
    width:100px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    height: 1.5em;
}
.hotel-cassette-right{
    font-size: 16px;
    width: calc(100% - 100px - 1em);
}
.hotel-cassette-right-bold{
    font-weight: bold;
}
.hotel-cassette-title{
    line-height: 34px;
    margin-bottom: 20px;
}
.hotel-tour-cost{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.hotel-tour-cost-left{
    font-size: 16px;
    font-weight: bold;
    margin-right: 1em;
}
.hotel-tour-cost-right{
    font-size: 24px;
    font-weight: bold;
    color:#97152b;
}
.hotel-tour-cost-right-yen{
    font-size: 18px;
}
.hotel-tour-cost-note{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.hotel-tour-links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap:7px;
    margin-top: 25px;
}
a.hotel-tour-link{
    background-color: #b89770;
    color: #fff;
    width:350px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    position: relative;
    font-size: clamp(0px, 3.7333vw, 18px);
    box-sizing: content-box !important;
}
a.hotel-tour-link:hover{
    width:346px;
    color:#b89770;
    height:56px;
    line-height: 56px;
    background-color: #fff;
    border: 2px solid #b89770;
}
a.hotel-tour-link:hover::after{
    border-color: #b89770;
    top:21px;
    right:13px;
}
.hotel-tour-link::after{
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    width:10px;
    height: 10px;
    display: block;
    position: absolute;
    top:23px;
    right:15px;
}

.futari-guam-phamph{
    display: grid;
    grid-template-columns:25% 75%;
    grid-template-areas:
    "futari-img futari-text"
    "futari-img futari-link";
    background-color:#f9f2ea;
    column-gap:50px;
    padding: 30px;
    max-width: 668px;
    margin: 70px auto 0;
}
#contentsArea img.futari-guam-phamph-img{
    width: 163px;
    display: block;
    grid-area: futari-img;
}
.futari-guam-phamph-lead{
    font-size: 20px;
    font-weight: bold;
    color: #b89770;
    margin-bottom: 30px;
    grid-area: futari-text;
    margin-top: 50px;
    margin-bottom: 0;
}
a.futari-guam-phamph-link{
    background-color:#b89770;
    color: #fff;
    width:300px;
    height:70px;
    line-height: 70px;
    display: block;
    position: relative;
    padding-left: 20px;
    grid-area: futari-link;
}
a.futari-guam-phamph-link:hover{
    color: #b89770;
    background-color: #fff;
    border: 2px solid #b89770;
}
a.futari-guam-phamph-link:hover::after{
    border-color: #b89770;
    top:28px;
    right: 18px;
}
a.futari-guam-phamph-link::after{
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    width:10px;
    height: 10px;
    display: block;
    position: absolute;
    top:30px;
    right:20px;
}
a.how-to-use-link{
    color: #000;
    text-decoration: underline;
    display: block;
}
a.digi-catalog-link{
    background-color: #b89770;
    color: #fff;
    width: 300px;
    height: 70px;
    line-height: 70px;
    display: block;
    position: relative;
    padding-left: 20px;
    margin: 15px auto 0;
}
.digi-catalog-link::after{
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
}
.guam-h3-section-title-hotel{
    width:20em;
}

a.futari-guam-reservation{
    color:#b89770;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #b89770;
    display: block;
    height:80px;
    line-height: 80px;
    text-align: center;
    width:550px;
    margin: 100px auto 0;
    border-radius: 40px;
    position: relative;
}
a.futari-guam-reservation:hover{
    background-color: #b89770;
    color: #fff;
}
a.futari-guam-reservation:hover::after{
    border-color:#fff;
    top:35px;
    right: 45px;
}
a.futari-guam-reservation::after{
    content: "";
    border-left: 2px solid #b89770;
    border-top: 2px solid #b89770;
    transform: rotate(135deg);
    width:10px;
    height: 10px;
    display: block;
    position: absolute;
    top:35px;
    right:45px;
}
.consulting-links{
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin: 50px auto 0;
}
a.consulting-link{
    background-color:#734a16;
    color: #fff;
    text-align: center;
    width:450px;
    height:80px;
    line-height: 80px;
    border-radius: 40px;
    position: relative;
}
a.consulting-link:hover{
    background-color: #fff;
    color: #734a16;
    border: 2px solid #734a16;
}
a.consulting-link::after{
    content: "";
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    width:10px;
    height: 10px;
    display: block;
    position: absolute;
    top:35px;
    right:45px;
}
a.consulting-link:hover::after{
    border-color: #734a16;
    top:33px;
    right: 43px;
}
a.hotel-cassette-link{
    width:calc(100% - 60px);
    margin: 20px auto 0;
    display: block;
    font-size: 18px;
}
a.hotel-cassette-link::after{
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background: url(/honeymoon/common/images/icon-another_window.png) no-repeat left top / 100%;
    position: relative;
    top: 1px;
}
a.hotel-cassette-link:hover{
    text-decoration: underline;
}
.how-to-use-point{
    margin-top: 45px;
}
.mystyle.-style2 .mystyle-section.-full{
    width: 90.624vw;
    max-width: 1100px;
    margin: 45px auto 0;
}
.mystyle.-style2 .mystyle-menu-wrap ,
.mystyle.-style2 .mystyle-pictures {
    padding: 0 20px;
}
.mystyle.-style2 .mystyle-tourinfo{
    width:100%;
    max-width: 1100px;
    margin-top: 0;
    padding-top: 0;
}
.mystyle.-style2 .mystyle-section-figure{
    margin-bottom: 20px;
}
.mystyle.-style2 .mystyle-pictures{
    margin-top: 0;
}
.mystyle.-style2 .-under-margin{
    margin-bottom: 1em;
    display: block;
}
.mystyle.-style2 a.mystyle-link{
    margin-top: 65px;
}
.mystyle.-style2 .mystyle-logo-aritoku{
    position: absolute;
    left: 0;
}
.mystyle.-style2 .mystyle-title-block-wrap{
    position: relative;
    width: 850px;
    max-width: 1130px;
}
.mystyle.-style2{
    padding: 0 0 70px;
}
.mystyle.-style2 .mystyle-lead-main{
    text-align: center;
}
.mystyle-section-note{
    max-width: 1100px;
    width:90.624vw;
    margin: 20px auto 0;
}
@media (max-width:1170px) {
    .guam-komikomi-recommends{
        flex-wrap: wrap;
        row-gap: 30px;
        justify-content: center;
    }
    .guam-komikomi-recommend{
        width:calc((100% - 30px) / 2);
    }
    .hotel-cassette{
        width:calc((100% - 27px) / 2);
    }
    .how-to-use-point .pc-hide{
        display: block;
    }
}
@media (max-width:1050px) {
    .guam-komikomi-text{
        width: calc(100% - 200px - 55px);
    }
}
@media (max-width:768px) {
    .hotel-cassette-infos{
        height: 50px;
    }
    #contentsArea{
        overflow-x: hidden;
    }
    .special-plan-detail-lead{
        width:90.66vw;
        font-size: 16px;
    }
    .special-plan-detail-img{
        max-height: 170px;
        object-fit: contain;
        display: none;
    }
    .special-plan-section-title{
        font-size: clamp(14px, 5vw, 24px);
        line-height: 1.3;
        width:90vw;
        margin-bottom: 20px;
    }
    .special-plan-detail-section-title{
        font-size: 22px;
    }
    .special-plan-detail-cost-condition{
        font-size: 15px;
        margin-bottom: 10px;
        text-align: center;
        width: 90.66vw;
    }
    .special-plan-detail-cost-note{
        font-size: 13px;
        margin-top: 10px;
        width: 90.66vw;
        text-align: center;
    }
    .special-plan-detail-main{
        grid-template-areas:
        "cost cost"
        "lead lead";
        grid-template-columns:25% 75%;
        grid-template-rows: 120px calc(100% - 120px);
        column-gap:5%;
        width: 90.66vw;
    }
    .guam-h3-section-title{
        font-size: clamp(15px ,5.3vw , 20px);
    }
    .guam-h4-section{
        margin-top: 40px;
    }
    .guam-h4-section-title{
        font-size: clamp(14px , 5vw , 19px);
    }
    .guam-h4-section-lead{
        font-size: 16px;
        text-align: left;
    }
    .guam-komikomi-schedule{
        width:90.66vw;
        flex-direction: column-reverse;
    }
    .guam-komikomi-schedule-term{
        font-size: 18px;
    }
    .guam-komikomi-title{
        font-size: 19px;
    }
    .guam-komikomi-text{
        width:100%;
    }
    .guam-komikomi-images{
        width: 100%;
    }
    .guam-komikomi-examples{
        margin-bottom: 1em;
    }
    .guam-komikomi-recommends{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .guam-komikomi-recommend{
        width:100%;
        display: flex;
        height: auto;
        justify-content: space-between;
        padding:25px 5px;
        column-gap: 3%;
    }
    .guam-komikomi-recommend-wrap{
        width:32%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .guam-komikomi-recommend-img{
        object-fit: contain;
        position: static;
        margin: 0 auto;
    }
    #contentsArea img.guam-komikomi-recommend-img1{
        width:90%;
    }
    #contentsArea img.guam-komikomi-recommend-img2{
        width:40%;
    }
    #contentsArea img.guam-komikomi-recommend-img3{
        width:70%;
    }
    .guam-komikomi-recommend-p{
        width: 65%;
        text-align: left;
        font-size: clamp(14px , 4vw ,18px);
        position: static;
        height: auto;
        margin: 0;
    }
    .how-to-use-wrap{
        padding: 20px;
    }
    .how-to-use-li{
        font-size: 16px;
    }
    .how-to-use-li::before{
        width: 40px;
        height: 11px;
        background-size: contain;
        margin-bottom: auto;
        margin-top: 10px;
    }
    .how-to-use-point{
        margin-top: 25px;
        font-size: 16px;
    }
    a.digi-catalog-link{
        width:90.66vw;
        font-size: 16px;
    }
    .guam-h3-section-lead{
        text-align: left;
        font-size: 16px;
        margin-bottom: 37.5px;
    }
    .guam-h3-section-title-hotel{
        width:70%;
    }
    .special-plan-detail-cost-main{
        line-height: 0.9;
        font-size: 28px;
        text-align: center;
        width: 90.66vw;
    }
    .recommend-point-cassette, .hotel-cassette{
        width:100%;
    }
    .hotel-cassette-img-title{
        display: flex;
    }
    #contentsArea img.hotel-cassette-image{
        display: block;
    }
    .hotel-cassette-title{
        font-size: 18px;
    }
    .hotel-cassette-left{
        height: 1.6em;
        font-size: clamp(13px, 3.5vw, 16px);
    }
    .hotel-cassette-right{
        width: calc(100% - 100px);
    }
    .hotel-cassette{
        margin: 0 10px;
    }
    .slick-dots{
        bottom:clamp(-40px , -10vw , -80px);
    }
    a.futari-guam-reservation{
        width:92vw;
        font-size: 15px;
        font-size: clamp(12px, 4vw, 15px);
        height: 60px;
        line-height: 60px;
    }
    .recommend-point-cassette-title{
        font-size: clamp(14px , 4.8vw ,18px);
    }
    .recommend-point-cassette-main{
        padding:5vw;
    }
    a.futari-guam-reservation::after ,
    a.futari-guam-reservation:hover::after{
        right: 10px;
        top:24px;
    }
    .consulting-links{
        flex-wrap: wrap;
        margin-top:15px;
        row-gap: 15px;
    }
    a.consulting-link{
        width:92vw;
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }
    a.consulting-link::after ,
    a.consulting-link:hover::after{
        right: 20px;
        top: 24px;
    }
    .futari-guam-phamph{
        width: 100%;
        display: grid;
        grid-template-areas: 
        "futari-img futari-text"
        "futari-link futari-link";
        grid-template-columns: 30% 65%;
        column-gap: 5%;
    }
    .futari-guam-phamph-lead{
        margin-top: 30px;
        line-height: 1.3;
        font-size: 16px;
    }
    a.futari-guam-phamph-link{
        height: 45px;
        line-height: 45px;
        width:65.7vw;
        margin: 15px auto 0;
        padding-left: 0;
        text-align: center;
        font-size: clamp(12px, 4vw, 18px);
    }
    #contentsArea img.futari-guam-phamph-img{
        width:25vw;
        max-width: 180px;
    }
    a.futari-guam-phamph-link::after ,
    a.futari-guam-phamph-link:hover::after{
        top:17px;
        right: 10px;
    }
    .hotel-cassette-img-title{
        padding: 4vw 4vw 1em;
        display: grid;
        grid-template-columns:40% 55%;
        grid-template-rows: 20% 80%;
        column-gap: 5%;
        grid-template-areas: 
        "hotel-cassette-image hotel-cassette-title"
        "hotel-cassette-image hotel-cassette-title";
    }
    .hotel-cassette-main{
        padding: 0 4vw 4vw;
    }
    .hotel-cassette-image{
        grid-area:hotel-cassette-image;
    }
    .hotel-cassette-title{
        grid-area:hotel-cassette-title;
    }
    a.hotel-cassette-link{
        margin: 0;
        width:100%;
        line-height: 1.3;
    }
    .hotel-cassette-img-title-no-tag{
        grid-template-areas: 
        "hotel-cassette-image hotel-cassette-title";
    }
    .slick-dots li.slick-active button:before ,
    .slick-dots li.slick-active button:hover:before ,
    .slick-dots li.slick-active button:focus:before{
        color: #b89770 !important;
        font-size: 15px;
        opacity:1;
    }
    .slick-dots li button:hover:before, .slick-dots li button:focus:before{
        opacity: 0.25;
    }
    #contentsArea img.special-plan-img{
        height: auto;
    }
    .digi-catalog-link{
        height: 45px;
        line-height: 45px;
        width: 65.7vw;
        margin: 15px auto 0;
        padding-left: 0;
        text-align: center;
    }
    .digi-catalog-link::after{
        top: 28px;
    }
    .hotel-tour-cost-right{
        font-size: clamp(19px , 5.4vw , 24px);
        text-size-adjust: none;
        -webkit-text-size-adjust:none;
    }
    .hotel-tour-cost-right-yen{
        font-size: clamp(13px , 4.4vw , 18px);
        text-size-adjust: none;
        -webkit-text-size-adjust:none;
    }
    .hotel-tour-cost-left{
        font-size: clamp(12px , 3.8vw , 16px);
        text-size-adjust: none;
        -webkit-text-size-adjust:none;
    }
    .special-plan-detail-cost-main-yen{
        font-size: 20px;
    }
    .mystyle.-style2 .mystyle-logo-aritoku{
        position: static;
    }
    .mystyle.-style2 .mystyle-title-block-wrap{
        width: auto;
    }
    .mystyle.-style2 .mystyle-section .mystyle-section-title{
        height: 12vw;
    }
    .mystyle.-style2 .mystyle-section.-full{
        width: 92vw;
        margin: 10px auto 0;
    }
    .mystyle.-style2 .mystyle-menu-block{
        width:100%;
    }
    .mystyle.-style2 a.mystyle-link{
        margin-top: 30px;
    }
    .mystyle.-style2 .mystyle-tourinfo{
        padding-bottom: 0;
    }
    .mystyle.-style2 .mystyle-pictures{
        margin-bottom: 0;
    }
    .recommended_tours-ohter-link.button.-lg-fs-md.other-excursion-link{
        height: calc(100 / 750 * 100vw);
    }
}