@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* -----secMerit----- */
.secMerit{
    margin-top: 6rem;
}
.secMerit .titTop{
    font-size: var(--pcFontSize30);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing30_80);
    text-align: center;
}
.secMerit .list{
    display: flex;
    align-items: center;
    margin-top: 13rem;
}
.secMerit .list .item{
    margin-right: 4.5rem;
    width: calc((100% - 9rem) / 3);
    text-align: center;
    padding: 20.6rem 2rem 7.4rem;
    background: var(--taglistColor);
    position: relative;
}
.secMerit .list .imgMerit{
    position: absolute;
    top: -8rem;
    left: calc(50% - 11.5rem);
    width: 23rem;
    height: 23rem;
    border-radius: 50%;
    overflow: hidden;
}
.secMerit .list .titMerit{
    margin-bottom: 4.5rem;
}
.secMerit .list .tit{
    font-weight: bold;
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_100);
    margin-bottom: 3rem;
}
.secMerit .list .txt{
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_100);
    line-height: var(--pcLineHeight16_36);
}
@media only screen and (max-width:1215px){
    .secMerit {
        margin-top: 2.4rem;
    }
    .secMerit .titTop {
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
        letter-spacing: var(--spLetterSpacing16_80);
    }
    .secMerit .list {
        display: block;
        align-items: left;
        margin-top: 3rem;
    }
    .secMerit .list .item {
        margin-right: 0;
        width: 100%;
        text-align: left;
        padding: 2.2rem 1rem;
        display: flex;
        align-items: center;
        max-width: 33.5rem;
        margin: 0 auto;
    }
    .secMerit .list .item:nth-child(n+2) {
        margin-top: 2.8rem;
    }
    .secMerit .list .item:nth-child(3) {
        margin-right: auto;
    }
    .secMerit .list .imgMerit {
        position: static;
        width: 9.6rem;
        height: 9.6rem;
        flex-shrink: 0;
        margin-right: 1rem;
    }
    .secMerit .list .titMerit {
        margin-bottom: 0;
        position: absolute;
        top: -7px;
        left: calc(50% - 3.35rem);
        height: 1.7rem;
        width: 6.7rem;
    }
    .secMerit .list .tit {
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_100);
        margin-bottom: 0.5rem;
    }
    .secMerit .list .txt {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_100);
        line-height: var(--spLineHeight12_20);
    }
}
/* -----secReserve----- */
.secReserve{
    margin-top: 7rem;
}
.secReserve .titTop{
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_80);
    line-height: var(--pcLineHeight30_48);
    font-weight: bold;
    text-align: center;
}
.secReserve .titTop .bgRed{
    background: var(--ColorRed);
    color: var(--ColorWhite);
    padding: 0 0.5rem;
}
.secReserve .list{
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}
.secReserve .list .item{
    width: 55.4rem;
}
.secReserve .list .txt{
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_100);
    line-height: var(--pcLineHeight24_40);
    text-align: center;
    font-weight: bold;
}
.secReserve .list .txtRed{
    color: var(--ColorRed);
}
@media only screen and (max-width:1215px){
    .secReserve {
        margin-top: 4.2rem;
    }
    .secReserve .titTop {
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
        letter-spacing: 0;
    }
    .secReserve .list {
        margin-top: 2.5rem;
        gap: 2rem;
        flex-direction: column;
    }
    .secReserve .list .item {
        max-width: 33.5rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .secReserve .list .imgbox {
        width: 18.4rem;
    }
    .secReserve .list .txtbox {
        width: calc(100% - 21rem);
    }
    .secReserve .list .item:nth-child(odd){
        display: flex;
        flex-direction: row-reverse;
    }
    .secReserve .list .item:nth-child(odd) .txtbox{
        width: calc(100% - 19.2rem);
    }
    .secReserve .list .txt {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_100);
        line-height: var(--spLineHeight12_25);
        text-align: left;
    }
}
@media only screen and (max-width:360px){
    .secReserve .list .txtbox {
        width: calc(100% - 17rem);
    }
    .secReserve .list .item:nth-child(odd) .txtbox {
        width: calc(100% - 15.2rem);
    }
    .secReserve .list .imgbox {
        width: 14.4rem;
    }
}
/* -----secWelcome----- */
.secWelcome{
    margin-top: 16.5rem;
    padding-top: 15.2rem;
    padding-bottom: 8rem;
}
.secWelcome .bgTxt{
    position: relative;
}
.secWelcome .imgTxt{
    width: 45.3rem;
    position: absolute;
    top: -80px;
    left: calc(50% - 22.7rem);
}
.secWelcome.lazyloaded{
    background: url(../img/reservation/bgWelcome.jpg) center top / cover no-repeat;
}
.secWelcome .innerTxt{
    font-size: var(--pcFontSize30);
    letter-spacing: var(--pcLetterSpacing30_80);
    line-height: var(--pcLineHeight30_48);
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.secWelcome .imgStaff{
    width: 97rem;
    margin: 4rem auto 0; 
}
@media only screen and (max-width:1215px){
    .secWelcome {
        margin-top: 5rem;
        padding-top: 7rem;
        padding-bottom: 3rem;
    }
    .secWelcome .innerTxt {
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
        letter-spacing: var(--spLetterSpacing16_80);
    }
    .secWelcome .imgStaff {
        width: 100%;
        margin: 2.5rem auto 0;
    }
    .secWelcome.lazyloaded {
        background: url(../img/reservation/bgWelcome_sp.jpg) center top / cover no-repeat;
    }
    .secWelcome .imgTxt {
        width: 23rem;
        top: -4.2rem;
        left: calc(50% - 11.5rem);
    }
}
/* -----secFormContent----- */
.secFormContent{
    margin-top: 16.5rem;
}
.secModellist .titleInner .titEng {
    width: 73.3rem;
    margin: 0 auto;
}
.secModellist .titleInner .titEng {
    position: relative;
    padding-bottom: 3.2rem;
    z-index: 4;
}
.secModellist .titleInner .titEng::before, 
.secModellist .titleInner .titEng::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0.2rem;
    left: calc(50% - 1.5rem);
}
.secModellist .titleInner .titEng::before {
    background-color: var(--ColorBlack_20);
    width: 3rem;
}
.secModellist .titleInner .titEng::after {
    width: 1.5rem;
    background-color: var(--ColorRed);
    z-index: 2;
}
.secModellist .titleInner .titJpn {
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    font-weight: bold;
    margin-top: 1.8rem;
    position: relative;
    z-index: 4;
    text-align: center;
}
.secModellist .titModelhouse {
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_48);
    font-weight: bold;
    margin-top: 2.8rem;
    text-align: center;
}
.secModellist .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
}
.secModellist .list .item{
    width: calc((100% - 4rem) / 2);
    margin-right: 4rem;
}
.secModellist .list .item:nth-child(2n){
    margin-right: 0;
}
.secModellist .list .item:nth-child(n+3){
    margin-top: 8rem;
}
.secModellist .list .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc((345 / 670) * 100%);
    overflow: hidden;
    border-radius: 0.4rem;
}
.secModellist .modelIn {
    display: block;
    position: relative;
    width: 100%;
    pointer-events: all;
    cursor: pointer;
}
.secModellist .inbox {
    display: block;
    width: 100%;
    height: 100%;
}
.secModellist .modelInput {
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0;
    left: 0;
    visibility: hidden;
}
.modelIn span {
    display: block;
}
.secModellist .txtbox {
    text-align: center;
    margin-top: 1.8rem;
}
.secModellist .tit {
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_50);
    letter-spacing: var(--pcLetterSpacing24_100);
    font-weight: bold;
}
.secModellist .addtxt {
    font-size: var(--pcFontSize13);
    line-height: var(--pcLineHeight13_36);
    letter-spacing: var(--pcLetterSpacing13_50);
    position: relative;
    display: inline-block;
}
.secModellist .addtxt:before {
    content: '';
    position: absolute;
    left: -2.5rem;
    top: 0.8rem;
    width: 1.6rem;
    height: 2rem;
}
.secModellist.lazyloaded .addtxt:before {
    background: url(../img/reservation/iconAdd.png)center top / cover no-repeat;
}
.secModellist .linktxt {
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_100);
    font-weight: bold;
    margin-top: 0.8rem;
    position: relative;
    padding-right: 3rem;
    display: inline-block;
}
.secModellist .linktxt:before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: var(--ColorGray);
    border-radius: 50%;
    top: calc(50% - 1rem);
    right: 0;
}
.secModellist .linktxt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid var(--ColorWhite);
    border-right: 1px solid var(--ColorWhite);
    transform: translate(-50%, -50%) rotate(45deg);
}
.secModellist .modelIn .btnbox {
    width: 40rem;
    height: 7rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border: 0.1rem solid;
    border-color: var(--textColor);
    background-color: var(--ColorWhite);
    margin-top: 2.8rem;
    position: relative;
}
.secModellist .modelIn .btnbox:before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: var(--ColorRed);
    border-radius: 50%;
    top: calc(50% - 1rem);
    right: 2rem;
}
.secModellist .modelIn .btnbox:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.5rem;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid var(--ColorWhite);
    border-right: 1px solid var(--ColorWhite);
    transform: translate(-50%, -50%) rotate(45deg);
}
.secModellist .modelIn .btntxt {
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_100);
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secModellist .modelIn .btntxt.check, 
.secModellist .modelInput:checked + .modelbox .btntxt.no_check {
    display: none;
}
.secModellist .modelInput:checked + .modelbox .btntxt.check {
    display: inline-block;
    color: var(--ColorWhite);
}
.secModellist .modelInput:checked + .modelbox .btnbox {
    background-color: var(--ColorRed);
    border: none;
}
.secModellist .modelInput:checked + .modelbox .btnbox:before{
    background: var(--ColorWhite);
}
.secModellist .modelInput:checked + .modelbox .btnbox:after{
    border-top: 1px solid var(--ColorRed);
    border-right: 1px solid var(--ColorRed);
}
@media only screen and (max-width:1215px){
    .secFormContent {
        margin-top: 5rem;
        margin-bottom: 8rem;
    }
    .secModellist .titleInner .titEng {
        width: 33.4rem;
        margin: 0 auto;
    }
    .secModellist .titleInner .titEng {
        padding-bottom: 2.3rem;
    }
    .secModellist .titleInner .titJpn {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_100);
        line-height: var(--spLineHeight12_36);
        margin-top: 0.6rem;
    }
    .secModellist .titModelhouse {
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
        letter-spacing: var(--spLetterSpacing16_80);
        margin-top: 1rem;
    }
    .secModellist .list {
        display: block;
        margin-top: 2rem;
    }
    .secModellist .list .item {
        width: 100%;
        margin-right: 0;
    }
    .secModellist .modelIn .btnbox {
        width: calc(335 / 375 * 100%);
        height: 5rem;
        margin-top: 1rem;
    }
    .secModellist .modelIn .btntxt {
        font-size: var(--spFontSize13);
        letter-spacing: var(--spLetterSpacing13_50);
    }
    .secModellist .linktxt {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
    }
    .secModellist .addtxt {
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_50);
        margin-left: 1.7rem;
    }
    .secModellist .addtxt:before {
        top: 0.5rem;
    }
    .secModellist .tit {
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_36);
        letter-spacing: var(--spLetterSpacing18_50);
    }
    .secModellist .list .item:nth-child(n+2) {
        margin-top: 5rem;
    }
    .secForm .titleInner .titJpn {
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_50);
        font-weight: bold;
        margin-top: 1.8rem;
        position: relative;
        z-index: 4;
        text-align: center;
    }
}
@media only screen and (max-width:360px){
    .secModellist .titleInner .titEng {
        width: 266px;
        margin: 0 auto;
    }
}
/*-----------------------------------------------
    co
-----------------------------------------------*/
.formPage.co .imgTitle{
    height: 20rem;
    background: var(--textColor);
}
.formPage.co .secFormContent {
    margin-top: 0;
    margin-bottom: 0;
}
.formPage.co .secForm {
    margin-top: 0;
}
@media only screen and (max-width:1215px){
    .formPage.co .imgTitle {
        height: 6rem;
    }
}
