@charset "utf-8";
.secCmnHero{
    background-image: url(../img/reserve/bgHero.jpg);
}
#btnNavi{
    position: absolute;
}
@media only screen and (max-width:767px){
    .secCmnHero{
        background-image: url(../img/reserve/bgHero_sp.jpg);
    }
}

#sliderTicker .swiper-wrapper{
    transition-timing-function: linear;
}
#sliderTicker .swiper-slide{
    width: 36rem!important;
}
@media only screen and (max-width:1215px){
    #sliderTicker .swiper-slide{
        width: 12.5rem!important;
    }
}

/* secTxtTop */
.secTxtTop{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_46);
    letter-spacing: var(--pcLetterSpacing24_50);
    font-weight: bold;
    text-align: center;
    margin-top: 8.9rem;
}
@media only screen and (max-width:1215px){
    .secTxtTop{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        letter-spacing: var(--spLetterSpacing0);
        margin-top: 4.3rem;
    }
}

/* secCmnBnr */
.secCmnBnr{
    margin-top: 6.9rem;
}
.secCmnBnr img{
    border-radius: 1rem;
}
@media only screen and (max-width:1215px){
    .secCmnBnr{
        margin-top: 3.4rem;
    }
    .secCmnBnr img{
        border-radius: 0.5rem;
    }
}

/* secService */
.secService{
    margin-top: 10rem;
}
.secService .tit{
    font-size: var(--pcFontSize28);
    font-weight: bold;
    position: relative;
    text-align: center;
}
.secService .tit::before{
    content: '';
    width: 100%;
    height: 0.1rem;
    background: var(--textColor);
    position: absolute;
    top: calc(50% - 0.05rem);
    left: 0;
}
.secService .bg{
    position: relative;
    z-index: 1;
    background: var(--whiteColor);
    padding: 0 4.6rem 0 4.9rem;
    display: inline-block;
}
.secService .list{
    margin-top: 6.5rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.secService .item{
    width: calc((100% - 3rem) / 3);
}
.secService .img{
    width: 28rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.secService .txt{
    font-size: var(--pcFontSize21);
    line-height: var(--pcLineHeight21_40);
    font-weight: bold;
    text-align: center;
    margin-top: 3rem;
}
@media only screen and (max-width:1215px){
    .secService{
        margin-top: 4.5rem;
    }
    .secService .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_32);
    }
    .secService .bg{
        padding: 0 1rem;
        text-align: center;
        box-decoration-break: clone;
    }
    .secService .list{
        margin-top: 3.5rem;
        display: block;
        gap: 0;
    }
    .secService .item{
        width: 100%;
        align-items: center;
        display: flex;
    }
    .secService .item:nth-child(n+2){
        margin-top: 3.5rem;
    }
    .secService .img{
        width: 12rem;
    }
    .secService .txt{
        width: calc(100% - 12rem - 2rem);
        padding-left: 2rem;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_19);
        letter-spacing: -0.09rem;
        text-align: left;
        margin-top: 0;
    }
}

/* secSelect */
.secSelect{
    margin-top: 12.1rem;
    text-align: center;
}
.secSelect .topTit{
    font-size: var(--pcFontSize60);
    letter-spacing: var(--pcLetterSpacing60_50);
    font-weight: 300;
    font-style: italic;
    text-align: center;
}
.secSelect .topSubTxt{
    font-size: var(--pcFontSize18);
    text-align: center;
    margin-top: 3rem;
    border-bottom: 0.1rem solid var(--textColor);
    display: inline-block;
    padding-bottom: 1rem;
}
.secSelect .list{
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 3.6rem;
}
.secSelect .item{
    width: calc((100% - 10.8rem) / 4);
    padding-bottom: calc(6.5rem + 2.7rem);
    position: relative;
}
.secSelect .inner{
    display: block;
    text-decoration: none;
    color: var(--textColor);
    position: relative;
}
.secSelect .img{
    padding-top: calc(220 / 403 * 100%);
    overflow: hidden;
}
.secSelect .txtBox{
    padding: 1.8rem 1rem 0;
}
.secSelect .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_40);
    letter-spacing: var(--pcLetterSpacing22_50);
    font-weight: bold;
    text-align: center;
}
.secSelect .txtAddress{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_22);
    letter-spacing: var(--pcLetterSpacing14_50);
    text-align: center;
    margin-top: 0.7rem;
    color: var(--textColor02);
    display: flex;
    flex-direction: column;
}
.secSelect .subList{
    display: flex;
    justify-content: center;
    margin-top: 1.6rem;
}
.secSelect .subItem:nth-child(2){
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    border-left: 0.1rem solid var(--borderColorGray);
}
.secSelect .subInner{
    display: block;
    text-decoration: none;
    border-bottom: 0.1rem solid var(--keyColor);
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_50);
    font-weight: bold;
    color: var(--keyColor);
    padding: 0 0 0.2rem 0;
}
.secSelect .boxCmnBtn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.secSelect .cmnBtn{
    width: 24rem;
    height: 6.5rem;
    border-radius: 0.5rem;
    padding: 0 3rem 0 3.1rem;
}
.secSelect .cmnBtn .txtBtn{
    font-weight: bold;
    text-align: left;
}
@media only screen and (max-width:1215px){
    .secSelect{
        margin-top: 7rem;
    }
    .secSelect .topTit{
        font-size: var(--spFontSize34);
    }
    .secSelect .topSubTxt{
        font-size: var(--spFontSize14);
        margin-top: 1.8rem;
    }
    .secSelect .list{
        margin-top: 3rem;
        gap: 0;
    }
    .secSelect .item{
        width: calc((100% - 0.1rem) / 2);
        padding-bottom: calc(4rem + 1rem + 3rem + 1rem);
        margin-right: 0.1rem;
    }
    .secSelect .item:nth-child(2n){
        margin-right: 0;
    }
    .secSelect .item:nth-child(n+3){
        margin-top: 3rem;
    }
    .secSelect .txtBox{
        padding: 1rem 2rem 0;
    }
    .secSelect .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
    }
    .secSelect .txtAddress{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_16);
        margin-top: 0.7rem;
    }
    
    .secSelect .subList{
        padding: 0 2rem;
        width: 100%;
        position: absolute;
        bottom: 5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .secSelect .subItem{
        width: calc((100% - 0.5rem) / 2);
        height: auto;
        display: flex;
        justify-content: center;
    }
    .secSelect .subItem:nth-child(2){
        padding-left: 0;
        margin-left: 0.5rem;
        border-left: none;
    }
    .secSelect .subInner{
        font-size: var(--spFontSize10);
        padding: 0;
        width: 100%;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--borderColorGray);
        text-align: center;
        color: var(--textColor);
        border-radius: 0.3rem;
    }
    .secSelect .cmnBtn{
        width: calc(300 / 375 * 100%);
        height: 4rem;
        border-radius: 0.3rem;
        padding: 0 1.5rem 0 1.5rem;
    }
}