.main_lead p{
    font-size: clamp(12px , 3.5vw , 16px);
}

.mystyle{
    small{
        display: block;
        font-size: 14px;
    }
}
.mystyle-logo-aritoku{
    width: 124px;
    margin-right: 10px;
}
.mystyle-title-block{
    background-color:#ece4e1;
    display: flex;
    align-items: center;
    height:90px;
    width: 1130px;
    margin: 0 auto;
}
.mystyle-special-icon{
    border:2px solid #ab3549;
    padding:9px;
    color: #ab3549;
    font-weight: bold;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    margin-right: 30px;
}
.mystyle-special-days{
    background-color: #ab3549;
    color: #fff;
    padding:5px;
    width:170px;
    text-align: center;
    line-height: 1;
}
.mystyle-special-lead{
    width:170px;
    padding: 10px 5px 0;
    text-align: center;
    line-height: 1;
}
.mystyle-title-main{
    padding-right: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.mystyle-lead-block{
    text-align: center;
}
.mystyle-lead-main{
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
}
.mystyle-lead-red{
    color: #ab3549;
    font-size: 24px;
}
.mystyle-lead-special-days{
    background-color: #ab3549;
    color: #fff;
    padding:8px;
    line-height: 1;
    margin:0 4px;
}
.mystyle-lead-note{
    font-size: 16px;
    margin-top: 10px;
}
.mystyle-menu-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width:1130px;
    margin: 30px auto;
}
.mystyle-menu-block{
    display: flex;
    font-size: 18px;
    gap: 13px;
}
.mystyle-menu-title{
    width:240px;
    padding-left: 10px;
    border:2px solid #b08f66;
    font-weight: bold;
}
.mystyle-menu-main{
    font-weight: bold;
}
.mystyle-menu-main-note{
    font-size: 14px;
    font-weight: normal;
}
.mystyle-pictures{
    display: flex;
    justify-content: center;
    margin-top: 35px;
    column-gap: 50px;
}
.mystyle-sections{
    display: flex;
    justify-content: center;
    margin-top: 35px;
    column-gap: 50px;
    position: relative;
}
.mystyle-section{
    width:536px;
    background-color:#ece4e1;
    padding:40px;
}
.mystyle-section-title{
    color: #ab3549;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.mystyle-or{
    color: #fff;
    background-color: #ab3549;
    border-radius:40px;
    height:80px;
    width:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40px;
    position: absolute;
}
.mystyle-section-sub-title{
    border:1px solid #ab3549;
    color: #ab3549;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 10px auto 20px;
}
.mystyle-section-main-title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
    .red{
        color: #ab3549;
    }
}
.mystyle-section-lead{
    font-size: 16px;
}
.mystyle-section-figure{
    margin-bottom: 30px;
    img{
        height: auto;
    }
}
.mystyle-section-main-no-sub-title .mystyle-section-figure{
    margin-bottom: 20px;
}
.mystyle-section-figcaption{
    font-size: 14px;
    text-align: right;
    line-height: 1;
    margin-top: 8px;
}
.mystyle-section-title-black{
    color: #333;
}
.mystyle-section-main-no-sub-title{
    margin-top: 47px;
}
a.mystyle-link{
    background-color: #b08f64;
    color: #fff;
    height: 80px;
    width:556px;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
a.mystyle-link::after{
    content:"";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width:12px;
    height: 12px;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top:32px;
    right:20px;
}
.mystyle-tourinfo{
    background-color:#ece4e1;
    width:1130px;
    margin: 20px auto 0;
    padding:20px 25px;
}
.mystyle-tourinfo-main{
    font-size: 16px;
    font-weight: bold;
}
.mystyle-tourinfo-main-note{
    font-weight: normal;
    display: block;
}
.mystyle-tourinfo-note{
    font-size: 16px;
    width:1130px;
    margin: 1em auto 0;
}
.mystyle.-style2 {
    padding: 125px 0;
    .mystyle-title-block-wrap{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        .mystyle-title-block{
            flex: none;
            width: auto;
            margin: 0;
            padding: 0;
            background-color: transparent;
            font-family: var(--font-mincho);
            text-align: center;
        }
    }
    .mystyle-title-main{
        padding-right: 0;
    }
    .mystyle-section{
        padding: 0;
        background-color: #ffffff;
        border: 1px solid #ac374b;
        .mystyle-section-title{
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            background-color: #ac374b;
            color: #ffffff;
            line-height: 1.3;
        }
        .mystyle-section-main{
            padding: 40px;
        }
        .mystyle-section-main-title{
            width: 110%;
            margin-left: -5%;
            line-height: 2;
            span{
                display: block;
            }
        }
    }
    .mystyle-tourinfo{
        background-color: #ffffff;
    }
    a.mystyle-link{
        margin: 0 auto;
        line-height: 1.2;
    }
}
@media (min-width:1131px){
    .mystyle{
        .pc-fs18{
            font-size: 1.8rem;
        }
        .pc-fs22{
            font-size: 2.2rem;
        }
    }
    .mystyle-title-block-wrap{
        width: 1130px;
    }
    /* .mystyle-title-block{
        .tab-block{
            display: block;
        }
    } */
}
@media (min-width: 769px) {
    .mystyle-title-main br ,
    .mystyle-hawaii-lead-main br ,
    .mystyle-lead-red br{
        display: none;
    }
    a.mystyle-link{
        transition: .3s ease-out;
      &:hover{
        border-radius: 20px;
        &::after{
            transform: rotate(45deg) translate(2px, -2px);
        }
      }  
    }
    .mystyle.-style2 {
        .mystyle-title-main br:not(.pc-hide){
            display: block;
        }
    }
    .mystyle-sections.-col1{
        .mystyle-section{
            width: 840px;
        }
        .mystyle-section-body{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 40px;
        }
    }
}

@media (min-width:769px) and (max-width:1130px) {
    .mystyle{
        width:92vw;
        margin: 0 auto;
        .pc-fs18{
            font-size:calc(18 / 1120 * 100vw);
        }
        .pc-fs22{
            font-size:calc(22 / 1120 * 100vw);
        }
    }
    .mystyle-title-block ,
    .mystyle-tourinfo ,
    .mystyle-tourinfo-note ,
    .mystyle-menu-wrap{
        width:100%;
    }
    .mystyle-section-main-title{
        line-height: 1.3;
    }
    .mystyle-section-title ,
    .mystyle-section-title-black{
        font-size:calc(16 / 750 * 100vw);
    }
    .mystyle-section{
        padding:calc(20 / 750 * 100vw);
    }
    .mystyle-section-main-title{
        font-size:calc(14 / 750 * 100vw);
    }
    .mystyle-menu-block{
        flex-direction: column;
    }
    .mystyle-lead-main{
        text-align: left;
    }
    .mystyle-section-sub-title br{
        display: none;
    }
    .mystyle-lead-block br{
        display: none;
    }
    .mystyle-menu-title{
        width:260px;
    }
    .mystyle-sections.-style2{
        column-gap: 30px;
        .mystyle-section-main {
            padding: calc(20 / 750* 100vw);
        }
    }
    .mystyle.-style2{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    /* .mystyle-title-main{
        font-size: calc(22 / 1130* 100vw);
    } */
}
@media (max-width:768px) {
    .mystyle{
        .sp-fs12{
            font-size: calc(24 / 750* 100vw);
        }
        .sp-fs14{
            font-size: calc(28 / 750* 100vw);
        }
    }
    .mystyle-title-block{
        width:92vw;
        margin: 0 auto;
        flex-direction: column;
        height: auto;
        padding: 4vw;
    }
    .mystyle-title-block-wrap{
        position: relative;
    }
    .mystyle-logo-aritoku{
        width: calc(110 / 750* 100vw);
    }
    .mystyle-logo-aritoku + .mystyle-title-block{
        .mystyle-special-icon{
            padding-left: 10vw;
            .mystyle-special-days{
                width: 36vw;
            }
        }
    }
    .mystyle-special-icon{
        flex-direction: row;
        margin-right: 0;
        padding:1.33vw;
    }
    .mystyle-special-days ,
    .mystyle-special-lead{
        width:40vw;
        font-size: calc(36 / 750 * 100vw);
    }
    .mystyle-special-lead{
        display: flex;
        justify-content: center;
        align-items: center;
        padding:0;
    }
    .mystyle-title-main{
        font-size: calc(32 / 750 * 100vw);
        margin-top: calc(20 / 750* 100vw);
    }
    .mystyle-title-main{
        text-align: center;
    }
    .mystyle-lead-main{
        font-size: calc(30 / 750 * 100vw);
        line-height: calc(56 / 750 * 100vw);
    }
    .mystyle-lead-red{
        font-size: calc(32 / 750* 100vw);
    }
    .mystyle-lead-special-days{
        padding:calc(5 / 750 * 100vw);
    }
    .mystyle-lead-note{
        font-size: calc(24 / 750 * 100vw);
    }
    .mystyle-lead-note{
        width:92vw;
        margin: 0 auto;
    }
    .mystyle-menu-wrap{
        width:100%;
    }
    .mystyle-menu-block{
        flex-direction: column;
        width: 92vw;
        margin: 0 auto;
        gap:calc(24 / 750 * 100vw);
    }
    .mystyle-menu-title{
        width:100%;
        font-size:calc(28 / 750 * 100vw);
        text-align: center;
        padding: 2px 0;
    }
    .mystyle-menu-main{
        font-size:calc(28 / 750 * 100vw);
    }
    .mystyle-menu-main-note{
        display: block;
        font-size:calc(24 / 750 * 100vw);
    }
    .mystyle-pictures{
        flex-direction: column;
        width:92vw;
        margin: 0 auto calc(50 / 750 * 100vw);
    }
    .mystyle-sections{
        flex-direction: column;
        row-gap: calc(80 / 750* 100vw);
        width:92vw;
        margin:calc(30 / 750 * 100vw) auto 0;
    }
    .mystyle-section{
        width:92vw;
        margin: 0 auto;
        padding:calc(40 / 750 * 100vw);
    }
    .mystyle.-style2 {
        .mystyle-sections{
            row-gap: 20px;
        }
        .mystyle-section {
            .mystyle-section-main {
                padding: 20px;
            }
        }
    }
    .mystyle-or{
        position: relative;
        margin:calc(-100 / 750 * 100vw)  auto;
        z-index: 1;
        top:0;
        font-size:calc(30 / 750 * 100vw);
        height:calc(120 / 750 * 100vw);
        width:calc(120 / 750 * 100vw);
    }
    .mystyle-section-title{
        font-size:calc(32 / 750 * 100vw);
    }
    .mystyle-section-sub-title{
        font-size:calc(24 / 750 * 100vw);
        line-height: 1.3;
        padding: 2vw 1vw;
        margin: calc(20 / 750 * 100vw) auto calc(30 / 750 * 100vw);
    }
    .mystyle-section-main-title{
        font-size:calc(30 / 750 * 100vw);
        margin-bottom:calc(30 / 750 * 100vw);
    }
    .mystyle-section-figure{
        margin-bottom:calc(20 / 750 * 100vw);
    }
    .mystyle-section-lead{
        font-size:calc(26 / 750 * 100vw);
    }
    .mystyle-section-main-no-sub-title{
        margin-top:calc(35 / 750 * 100vw);
    }
    .mystyle-section-figcaption{
        font-size: calc(24 / 750* 100vw);
    }
    .mystyle-section-main-no-sub-title .mystyle-section-figure{
        margin-bottom:calc(20 / 750 * 100vw);
    }
    .mystyle-tourinfo{
        width:92vw;
        margin: 20px auto calc(60 / 750* 100vw);
        padding:calc(40 / 750* 100vw);
    }
    .mystyle-tourinfo-main{
        font-size: calc(28 / 750* 100vw);
    }
    .mystyle-tourinfo-note{
        width:92vw;
        margin: 0 auto;
        font-size: calc(24 / 750* 100vw);
    }
    a.mystyle-link{
        font-size: calc(32 / 750* 100vw);
        width:92vw;
        height:calc(124 / 750* 100vw);
        margin: calc(60 / 750* 100vw) auto 0;
    }
    a.mystyle-link::after{
        width:calc(20 / 750* 100vw);
        height:calc(20 / 750* 100vw);
        top:calc(48 / 750* 100vw);
        right:calc(20 / 750* 100vw);
    }
    .mystyle.-style2 {
        padding: 70px 0;
        .mystyle-title-main{
            margin-top: 0;
            margin-right: 0;
            margin-left: auto;
            text-align: left;
            /* font-size: calc(30 / 750* 100vw); */
        }
    }
}

.mystyle-lazy_image-wrap{
	padding-bottom: calc( 374 / 610 * 100%) ;
}