@charset "utf-8";

.secCmnReservationTop{
    position: relative;
    height: auto;
    overflow: hidden;
}
.secCmnReservationTop .img{
    position: static;
    width: 100%;
    /* top: 0;
    left: calc(50% - 96rem); */
}
@media only screen and (max-width:750px){
    .secCmnReservationTop{
        height: auto;
    }
    .secCmnReservationTop .img{
        position: static;
        width: 100%;
    }
}
/* secReserveBtn */
.secReserveBtn{
    margin: 5rem auto 0;
    width: 70rem;
}
.secReserveBtn .btn{
    width: 100%;
    height: 12rem;
    background: var(--ColorRed);
    color: var(--ColorWhite);
    font-weight: bold;
    border-radius: 6rem;
    border: solid 0.1rem var(--indexMoreborderColor);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.secReserveBtn .btn.lazyloaded{
    background: url(../img/reservation/iconArrow.png) right 5rem center / 3.5rem auto no-repeat var(--ColorRed);
}
.secReserveBtn .txtTop{
    font-size: var(--pcFontSize18);
    color: var(--colorYellow);
}
.secReserveBtn .txtMain{
    font-size: var(--pcFontSize26);
    color: var(--ColorWhite);
    margin-top: 2rem;
}
@media only screen and (max-width:1215px){
    .secReserveBtn{
        margin: 4rem auto 0;
        width: 89.334%;
    }
    .secReserveBtn .btn{
        height: 10rem;
        border-radius: 5rem;
    }
    .secReserveBtn .btn.lazyloaded{
        background-size: 1.9rem auto;
        background-position: right 3rem center;
    }
    .secReserveBtn .txtTop{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        text-align: center;
    }
    .secReserveBtn .txtMain{
        font-size: var(--spFontSize18);
        margin-top: 0.6rem;
    }
}

/* secTop */
.secTop{
    margin-top: 7rem;
}
.secTop .topTxt{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_44);
    letter-spacing: var(--pcLetterSpacing22_50);
    text-align: center;
    font-weight: bold;
}
.secTop .spanRed{
    color: var(--ColorRed);
}
.secTop .list{
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
}
.secTop .item{
    width: 31.377%;
    margin-right: 2.9345%;
}
.secTop .item:nth-child(3){
    margin-right: 0;
}
@media only screen and (max-width:1215px){
    .secTop{
        margin-top: 3.5rem;
    }
    .secTop .topTxt{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_26);
        letter-spacing: var(--spLetterSpacing15_50);
        text-align: center;
    }
    .secTop .list{
        display: block;
        margin-top: 2rem;
    }
    .secTop .item{
        width: 100%;
        margin-right: 0;
    }
    .secTop .item:nth-child(n+2){
        margin-top: 1rem;
    }
}

/* secCampaign */
.secCampaign{
    padding-bottom: 10rem;
    border-bottom: solid 0.1rem var(--ColorBlack_20);
}
.secCampaign .txtQuestion{
    margin: 12rem auto 0;
    text-align: center;
}
.secCampaign .txtQuestion .tit{
    text-align: center;
    width: 54rem;
    margin: 0 auto;
}
.secCampaign .txtQuestion .redTit{
	color: #c92340;
	font-size: var(--pcFontSize18);
	font-weight: bold;
    margin-top: 2rem;
}
.secCampaign .txtQuestion .secTit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_36);
    margin-top: 2rem;
    font-weight: bold;
}
.secCampaign .txtQuestion .secTxt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_24);
    margin-top: 2.5rem;
    margin-bottom: -0.5rem;
}
@media only screen and (max-width:1215px){
    .secCampaign{
        width: 89.334%;
        margin: 5rem auto 0;
        padding-bottom: 3.5rem;
    }
    .secCampaign .txtQuestion{
        margin-top: 0;
    }
    .secCampaign .txtQuestion .tit{
        width: 100%;
        max-width: 33.5rem;
        margin: 0 auto;
    }
    .secCampaign .txtQuestion .redTit{
        font-size: var(--spFontSize13);
        margin-top: 0.5rem;
        text-align: center;
    }
    .secCampaign .txtQuestion .secTit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        letter-spacing: var(--spLetterSpacing-025);
        margin-top: 1.5rem;
        text-align: left;
    }
    .secCampaign .txtQuestion .secTxt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_22);
        margin-top: 0.8rem;
        margin-bottom: 0;
    }
}
.secCampaign .list{
    margin-top: 5.8rem;
    padding: 6rem 0;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--GalleryTagBackColor);
    border-radius: 1rem;
}
.secCampaign .item{
    width: 42.029%;
    display: flex;
    align-items: center;
    background: var(--ColorRed);
    color: var(--ColorWhite);
    border-radius: 1rem;
    padding: 2rem;
}
.secCampaign .item:nth-child(2){
    margin-left: 3.624%;
}
.secCampaign .itemImg{
    width: 20rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.secCampaign .itemTxtBox{
    width: calc(100% - 20rem);
    padding: 1rem 0 0 4rem;
}
.secCampaign .itemTit{
    font-size: var(--pcFontSize24);
    font-weight: bold;
    color: #ffd800;
}
.secCampaign .itemTxt{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_40);
    font-weight: bold;
    margin-top: 2.3rem;
}
@media only screen and (max-width:1215px){
    .secCampaign .list{
        margin-top: 2.2rem;
        padding: 2.5rem 0;
        display: block;
        border-radius: 0;
    }
    .secCampaign .item{
        width: 89.334%;
        padding: 1rem;
        margin: 0 auto;
    }
    .secCampaign .item:nth-child(2){
        margin: 1.5rem auto 0;
    }
    .secCampaign .itemImg{
        width: 11.5rem;
    }
    .secCampaign .itemTxtBox{
        width: calc(100% - 11.5rem);
        padding: 1rem 0 0 1.7rem;
    }
    .secCampaign .itemTit{
        font-size: var(--spFontSize16);
    }
    .secCampaign .itemTxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_24);
        margin-top: 1rem;
    }
}
@media only screen and (max-width:359px){
    .secCampaign .itemTxt{
        font-size: var(--spFontSize12);
    }
}
.secCampaign .txtList{
    margin-top: 3.5rem;
    display: flex;
}
.secCampaign .txtItem{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_24);
}
.secCampaign .txtItem:nth-child(2){
    margin-left: 3rem;
}
@media only screen and (max-width:1215px){
    .secCampaign .txtList{
        margin: 1.5rem auto 0;
        width: 89.334%;
        display: block;
    }
    .secCampaign .txtItem{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_22);
    }
    .secCampaign .txtItem:nth-child(2){
        margin-left: 0;
    }
}
/* secHouse */
.secHouse{
    width: calc(100% - 7rem);
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 8rem;
}
.secHouse.lazyloaded{
    background: url(../img/reservation/bgHouse.png) repeat;
}
.secHouse::after,
.secHouse::before{
    position: absolute;
    content: "";
    width: 192rem;
    height: 80.5rem;
    left: calc(50% - 96rem);
}
.secHouse::after{
    top: 0;
}
.secHouse::before{
    bottom: 0;
}
.secHouse.lazyloaded::after{
    background: url(../img/reservation/bgHouse01.png) center top / cover;
}
.secHouse.lazyloaded::before{
    background: url(../img/reservation/bgHouse02.png) center top / cover;
}
.secHouse .wrapper{
    position: relative;
    z-index: 10;
    padding-bottom: 6.6rem;
}
.secHouse .titBox{
    text-align: center;
}
.secHouse .tit{
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_75);
    font-weight: bold;
}
.secHouse .engTit{
    width: 27.6rem;
    margin: 3rem auto 0;
}
.secHouse .list{
    display: flex;
    flex-wrap: wrap;
}
.secHouse .item{
    width: 30.76%;
    margin-right: 3.86%;
    height: auto;
    border-radius: 1rem;
    padding-bottom: 3.5rem;
    overflow: hidden;
    background: var(--ColorWhite);
    box-shadow: 0rem 0rem 0.49rem 0.01rem rgba(34, 24, 21, 0.25);
}
.secHouse .item:nth-child(3n){
    margin-right: 0;
}
.secHouse .item:nth-child(n+4){
    margin-top: 6rem;
}
.secHouse .inner{
    position: relative;
    padding: 3rem 3rem 0;
    display: block;
    color: var(--textColor);
}
.secHouse .icon{
    position: absolute;
    width: 13rem;
    height: 4rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ColorWhite);
    border-radius: 1rem 0 1rem 0;
    font-size: var(--pcFontSize13);
    font-weight: bold;
    z-index: 10;
}
.secHouse .icon.ico02{
    background: var(--tabBorderColor);
}
.secHouse .icon.ico01{
    background: var(--modelMoreColor);
}
.secHouse .img{
    border-radius: 1rem;
    overflow: hidden;
    padding-top: 65.728%;
}
.secHouse .itemTit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_33);
    text-align: center;
    font-weight: bold;
    margin-top: 2.3rem;
}
.secHouse .btnList{
    padding: 1.4rem 3rem 0;
    display: flex;
    justify-content: center;
}
.secHouse .btnItem{
    width: calc(50% - 0.7rem);
}
.secHouse .btnItem:nth-child(2){
    margin-left: 1.4rem;
}
.secHouse .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--textColor);
    height: 6rem;
    border-radius: 3rem;
    border: solid 0.1rem var(--indexMoreborderColor);
    font-size: var(--pcFontSize15);
    font-weight: bold;
    position: relative;
}
.secHouse .btnItem.reservationBtn .btnInner{
    color: var(--ColorWhite);
    background: var(--ColorRed);
}
.secHouse .btnInner::after{
    position: absolute;
    content: "";
    width: 2rem;
    height: 2rem;
    right: 1.8rem;
    top: calc(50% - 1rem);
    border: solid 0.1rem var(--ColorWhite);
    border-radius: 50%;
}
.secHouse.lazyloaded .btnInner::after{
    background: url(../img/index/imgHeroArrow.png) center center no-repeat;
    background-size: 0.8rem auto;
}
.secHouse .btnItem.reservationBtn .btnInner::after{
    background-color: var(--ColorRed);
}
.secHouse .btnItem.detailsBtn .btnInner::after{
    background-color: var(--GalleryTagColor);
}
/* 追記 */
.secHouse .txtMap{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_28);
    letter-spacing: var(--pcLetterSpacing14_50);
    margin-top: 0.6rem;
    text-align: center;
    padding: 0 1rem;
}
.secHouse .spanIcon{
    position: relative;
    padding-left: 2rem;
}
.secHouse .spanIcon::before{
    position: absolute;
    content: "";
    width: 1.1rem;
    height: 1.5rem;
    left: 0;
    top: 0.3rem;
}
.secHouse .spanIcon.lazyloaded::before{
    background: url(../img/reservation/iconMap.png) center center / 100% auto no-repeat;
}
.secHouse .mapLink{
    margin-left: 1.8rem;
    font-size: var(--pcFontSize15);
    color: var(--keyColor);
    text-decoration: underline;
    text-underline-offset: 0.1rem;
}
@media only screen and (max-width:1680px){
    .secHouse .btnInner{
        padding-right: 1rem;
    }
    .secHouse .btnInner::after{
        right: 1.5rem;
    }
}
@media only screen and (max-width:1215px){
    .secHouse{
        width: 100%;
        margin: 0 auto;
        padding-top: 3rem;
    }
    .secHouse::after,
    .secHouse::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 2.667vw;
        left: 0;
    }
    .secHouse.lazyloaded::after{
        background: url(../img/reservation/bgHouse01_sp.png) center top / cover;
    }
    .secHouse.lazyloaded::before{
        background: url(../img/reservation/bgHouse02_sp.png) center top / cover;
    }
    .secHouse .wrapper{
        padding-bottom: 5rem;
    }
    .secHouse .titBox{
        text-align: center;
    }
    .secHouse .tit{
        font-size: var(--spFontSize18);
        letter-spacing: var(--pcLetterSpacing40_75);
    }
    .secHouse .engTit{
        width: 22rem;
        margin: 1.5rem auto 0;
    }
    .secHouse .list{
        margin-top: 0;
    }
    .secHouse .item{
        width: calc(50% - 0.75rem);
        margin-right: 1.5rem;
        border-radius: 1rem;
        padding-bottom: 1.5rem;
    }
    .secHouse .item:nth-child(3n){
        margin-right: 1.5rem;
    }
    .secHouse .item:nth-child(2n){
        margin-right: 0;
    }
    .secHouse .item:nth-child(n+3){
        margin-top: 1.5rem;
    }
    .secHouse .inner{
        padding: 1.5rem 1.5rem 0;
    }
    .secHouse .icon{
        width: 8rem;
        height: 2.1rem;
        font-size: var(--spFontSize10);
    }
    .secHouse .itemTit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_18);
        margin-top: 1rem;
    }
    .secHouse .btnList{
        padding: 0.8rem 1.5rem 0;
        display: block;
    }
    .secHouse .btnItem{
        width: 100%;
    }
    .secHouse .btnItem:nth-child(2){
        margin: 0.6rem auto 0;
    }
    .secHouse .btnInner{
        height: 3rem;
        border-radius: 1.5rem;
        font-size: var(--spFontSize11);
        padding-right: 0;
    }
    .secHouse .btnInner::after{
        width: 1.4rem;
        height: 1.4rem;
        right: 1rem;
        top: calc(50% - 0.7rem);
    }
    .secHouse.lazyloaded .btnInner::after{
        background: url(../img/reservation/imgHeroArrow02.png) center center no-repeat;
        background-size: 0.4rem auto;
    }
    .secHouse .btnItem.reservationBtn .btnInner::after{
        background-color: var(--ColorRed);
    }
    .secHouse .btnItem.detailsBtn .btnInner::after{
        background-color: var(--GalleryTagColor);
    }
    /* 追記 */
    .secHouse .txtMap{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_15);
        letter-spacing: var(--spLetterSpacing10_50);
        margin-top: 0.3rem;
        padding: 0 1.5rem 0 3rem;
        text-align: left;
    }
    .secHouse .spanIcon{
        padding-left: 0;
    }
    .secHouse .spanIcon::before{
        left: -1.2rem;
        top: 0.3rem;
        width: 0.9rem;
        height: 1.2rem;
    }
    .secHouse .mapLink{
        margin-left: 1rem;
        font-size: var(--spFontSize11);
    }
}
@media only screen and (max-width:359px){
    .secHouse .btnInner::after{
        right: 0.5rem;
    }
}
/* secForm */
.secForm{
    /* margin-top: 8.4rem; */
    margin-top: 15rem;
}
@media only screen and (max-width:1215px){
    .secForm{
        margin-top: 0;
        padding-top: 5rem;
    }
}
.secForm.co{
    margin-top: 0;
}
@media only screen and (max-width:1215px){
    .secForm.co{
        margin-top: 0;
        padding-top: 5rem;
    }
}


/* secMap */
.secMap{
    margin-top: 10rem;
}
.secMap .tit{
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_75);
    font-weight: bold;
    text-align: center;
}
.secMap .titEng{
    margin: 3rem auto 0;
    text-align: center;
}
.secMap .wrapperMap{
    width: 100%;
    height: 50rem;
    margin-top: 6rem;
}
.secMap .notetxt{
    font-size: var(--pcFontSize16);
    text-align: center;
    margin-top: 3rem;
}
.secMap .poi-info-window {
    padding: 12px;
}
.secMap .gm-style .gm-style-iw-c{
    border-radius: 5px !important;
    padding: 0 !important;
    overflow: visible !important;
    max-width: none !important;
    top: -5px !important;
}
.secMap .gm-style .gm-style-iw-c .gm-style-iw-d {
    overflow: visible !important;
}
.secMap .gm-style .gm-style-iw-c button:hover {
    opacity: 0.8 !important;
}
.secMap .gm-style-moc{
    display: none !important;
}
.secMap .gm-style .gm-style-iw-t::after {
    display: none;
}
.secMap .mapmenu{
    margin-top: 4rem;
    background: #f5f5f5;
    padding: 4rem 0 4.1rem;
}
.secMap .mapmenu .list{
    display: flex;
    justify-content: center;
}
.secMap .mapmenu .list .item{
    position: relative;
    font-size: var(--pcFontSize18);
    font-weight: bold;
    padding-left: 4rem;
    margin-right: 4.2rem;
}
.secMap .mapmenu .list .item::after{
    content: "";
    position: absolute;
    left: 1rem;
    top: calc(50% - 1.2rem);
    width: 2.2rem;
    height: 3rem;
}
.secMap .mapmenu .list .item:nth-child(1):after{
    background: url(../img/reservation/iconMapPin01.png) center top / cover;
}
.secMap .mapmenu .list .item:nth-child(2):after{
    background: url(../img/reservation/iconMapPin02.png) center top / cover;
}
.secMap .mapmenu .list .item:nth-child(3):after{
    background: url(../img/reservation/iconMapPin03.png) center top / cover;
}
.secMap .mapmenu .list .item:last-child{
    margin-right: 0;
}
@media only screen and (max-width:1215px){
    .secMap{
        margin-top: 4rem;
    }
    .secMap .tit{
        font-size: var(--spFontSize18);
        letter-spacing: var(--spLetterSpacing18_100);
    }
    .secMap .titEng{
        width: 22rem;
        margin: 1.5rem auto 0;
    }
    .secMap .wrapperMap{
        margin-top: 2.5rem;
        height: 40rem;
    }
    .secMap .notetxt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_24);
        margin-top: 1.5rem;
    }
    .secMap .mapmenu{
        margin-top: 1.5rem;
        padding: 1.5rem 0 2rem;
    }
    .secMap .mapmenu .list .item{
        font-size: var(--spFontSize13);
        padding: 3rem 0 0;
        margin-right: 3rem;
    }
    .secMap .mapmenu .list .item::after{
        left: calc(50% - 0.85rem);
        top: 0;
        width: 1.7rem;
        height: 2.3rem;
    }
    .secMap .mapmenu .list .item:last-child{
        margin-right: 0;
    }
    .secMap .gm-style .gm-style-iw-c{
        top: -20px !important;
    }
}

/* secMapPopup */
.secMapPopup{
    width: 25rem;
    background: #fff;
    border-radius: 5px;
    position: relative;
    font-family: "YakuHanJP_Narrow","YakuHanJP_Narrow","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.secMapPopup .inner{
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem 3.3rem;
    text-decoration: none;
    color: var(--textColor);
}
.secMapPopup .inner::after{
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/reservation/iconArrow02.png) center center / 0.7rem auto no-repeat var(--ColorRed);
    border-radius: 50%;
    bottom: 1.5rem;
    right: 1.5rem;
}
.secMapPopup.multi{
    width: 4.3rem;
    display: flex;
    flex-wrap: wrap;
}
.secMapPopup.multi .inner{
    width: 25rem;
    padding: 0 0 3.3rem;
}
.secMapPopup.multi .inner{
    margin: 0 1rem 0 0;
}
.secMapPopup.multi .inner:nth-child(2n){
    margin-right: 0;
}
.secMapPopup.multi .inner:nth-child(-n+2){
    margin-top: 0;
}
.secMapPopup::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.1rem 0.6rem 0 0.6rem;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
}
.secMapPopup .boxImg{
    width: 100%;
    display: flex;
}
.secMapPopup .img{
    width: 49.091%;
    padding-top: 31.819%;
}
.secMapPopup .img + .img{
    margin-left: 1.818%;
}
.secMapPopup .inner .boxTxt{
    margin-top: 1.4rem;
    position: relative;
    flex-grow: 1;
}
.secMapPopup .tit{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_22);
    font-weight: 700;
}
.gm-style-iw-chr{
    padding: 0.7rem 1.2rem 0.5rem !important;
}
.gm-ui-hover-effect{
    width: 2.4rem !important;
    height: 2.4rem !important;
}
.gm-ui-hover-effect>span{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}
@media only screen and (max-width:1215px){
    .secMapPopup.multi{
        width: 3.2rem;
    }
    .secMapPopup.multi .inner,
    .secMapPopup.multi .aBtnLink{
        width: 14.5rem;
    }
}
@media only screen and (max-width:359px){
    .secMapPopup.multi{
        width: 29rem;
    }
    .secMapPopup.multi .inner,
    .secMapPopup.multi .aBtnLink{
        width: 13rem;
    }
}
/* ▼260519 */
.secHouse .coverInbox{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
}
.secHouse .coverIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secHouse .coverTxt{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_40);
    font-weight: bold;
    color: var(--ColorWhite);
}
.secHouse .titintab{
    display: block;
    width: 9.5rem;
    margin: 0 auto;
    margin-top: 1rem;
}
.secHouse .tabin{
    width: 100%;
    height: 3rem;
    background-color: var(--ColorRed);
    color: var(--ColorWhite);
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
}
.secHouse .tabtxt{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_22);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secHouse .coverTxt{
        font-size: var(--spFontSize10);
    }
    .secHouse .titintab{
        display: block;
        width: 6.6rem;
        margin: 0 auto;
        margin-top: 5px;
    }
    .secHouse .tabin{
        height: 2rem;
    }
    .secHouse .tabtxt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_16);
    }
}
/* secOnlineBnr */
.secOnlineBnr{
    margin-top: calc(15rem - 6.6rem);
}
.secOnlineBnr .bnrLink{
    display: block;
}
@media only screen and (max-width:1215px){
    .secOnlineBnr{
        margin-top: calc(7rem - 5rem );
        max-width: 70rem;
    }
}