@charset "utf-8";

/* secBnrReserve */
.secReservationHero{
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 900px;
    height: 835px;
}
.secReservationHero .decoBox{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1591px;
    width: 92%;
}
.secReservationHero .titImg{
    display: block;
    width: 1920px;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
@media only screen and (max-width:767px){
    .secReservationHero{
        height: auto;
    }
    .secReservationHero .decoBox{
        display: none;
    }
    .secReservationHero .titImg{
        width: 100%;
        position: static;
    } 
}

/* secTopSlider */
.secTopSlider{
	position: relative;
}
.secTopSlider .slick-slide{
	width: 400px !important;
}
@media only screen and (max-width:767px){
	.secTopSlider li img{
		width: 148px;
		height: auto;
	}
	.secTopSlider .slick-slide{
		width: 148px !important;
	}
}


#pnkz {
    z-index: 10;
    position: relative;
}
@media only screen and (max-width:767px){
    #pnkz {
        position: absolute;
    }
}

/* secPromise */
.secPromise{
    background: url(/image/bgPromise.jpg) center top no-repeat;
    text-align: center;
    font-weight: bold;
    padding: 80px 0 10px;
    margin-top: 50px;
}
.secPromise .tit{
    font-size: 25px;
    font-weight: bold;
}
.secPromise .txt{
    font-size: 18px;
    line-height: 2.1;
    margin-top: 30px;
    letter-spacing: 0.5px;
}
.secPromise .list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 103px;
    position: relative;
    z-index: 10;
}
.secPromise .list::after{
    position: absolute;
    content: "";
    background: url(/image/imgHuman.png?240112) center top no-repeat;
    width: 1096px;
    height: 297px;
    top: -260px;
    left: 140px;
    z-index: -10;
}
.secPromise .item{
    background: #fff;
    box-shadow: 0px 0px 7.76px 0.24px rgb(0 0 0 / 40%);
    height: 340px;
}
.secPromise .itemBox{
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.75px;
    padding-top: 25px;
}
@media only screen and (max-width:767px){
    .secPromise{
        background: url(/image/bgPromise_sp.jpg) top center / 100% auto no-repeat;
        padding: 65px 0 10px;
        margin-top: 30px;
    }
    .secPromise .tit{
        font-size: 16px;
    }
    .secPromise .txt{
        font-size: 13px;
        line-height: 1.9;
        margin-top: 24px;
        letter-spacing: 0.5px;
    }
    .secPromise .list{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .secPromise .list::after{
        position: absolute;
        content: "";
        background: url(/image/imgMan.png) center top no-repeat;
        background-size: cover;
        width: 81px;
        height: 151px;
        top: -151px;
        left: -2%;
        z-index: -10;
    }
    .secPromise .list::before{
        position: absolute;
        content: "";
        background: url(/image/imgWoman.png?240112) center top no-repeat;
        background-size: cover;
        width: 74px;
        height: 126px;
        top: -126px;
        right: -2%;
        z-index: -10;
    }
    .secPromise .item{
        height: auto;
        margin-top: 0;
        width: calc((100% - 15px) / 2);
    }
    .secPromise .item:nth-child(n+3){
        margin-top: 15px;
    }
    .secPromise .itemBox{
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 0.75px;
        padding: 13px 10px;
        padding-left: 10px;
        text-align: center;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
}
@media only screen and (max-width:359px){
    .secPromise .txt{
        font-size: 11px;
        letter-spacing: 0;
    }
    .secPromise .list::after{
        left: -4%;
    }
    .secPromise .list::before{
        right: -4%;
    }
    .secPromise .itemBox{
        padding-left: 10px;
        font-size: 11px;
        letter-spacing: 0;
    }
}

/* secSupport */
.secSupport{
    margin-top: 95px;
    padding-top: 70px;
    text-align: center;
    height: 330px;
    background: url(/image/bgSupport.jpg?240112) center top no-repeat;
}
.secSupport .txt{
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 17px;
}
@media only screen and (max-width:767px){
    .secSupport{
        margin-top: 45px;
        padding-top: 0;
        height: auto;
        background: none;
    }
    .secSupport .imgTit{
        padding: 0 2%;
    }
    .secSupport .txt{
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .secSupport .imgSp{
        margin-top: 25px;
    }
}
@media only screen and (max-width:359px){
    .secSupport .txt{
        font-size: 13px;
    }
}

/* secFlow */
.secFlow{
    margin-top: 103px;
    text-align: center;
}
.secFlow .tit{
    height: 80px;
    line-height: 80px;
    background: #232d36;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}
.secFlow .list{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 40px;
}
.secFlow .item{
    width: 16.666%;
    height: 220px;
    border: 1px solid #000;
    border-radius: 5px;
    padding-top: 25px;
    position: relative;
}
.secFlow .item::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 14px;
    border-color: transparent transparent transparent #000;
    top: 50%;
    transform: translateY(-50%);
    right: -16%;
}
.secFlow .item:last-child:after{
    display: none;
}
.secFlow .item.red{
    border: 2px solid #e02321;
    color: #e02321;
}
.secFlow .txtBox{
    margin-top: 15px;
}
.secFlow .itemTit{
    font-size: 18px;
    font-weight: bold;
}
.secFlow .itemTxt{
    font-size: 13px;
    line-height: 1.85;
    margin-top: 15px;
}
.secFlow .boxNote{
    font-size: 13px;
    line-height: 2.15;
    text-align: left;
    width: 730px;
    margin: 35px auto 0;
}
@media only screen and (max-width:767px){
    .secFlow{
        margin-top: 50px;
    }
    .secFlow .tit{
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .secFlow .list{
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: flex-end;
    }
    .secFlow .item{
        width: calc((100% - 30px) / 3);
        height: 157px;
        padding: 15px 10px;
        align-items: center;
        margin-top: 0;
        margin-right: 15px;
    }
    .secFlow .item .imgBox{
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }
    .secFlow .item:last-child .imgBox{
        width: 61px;
    }
    .secFlow .item:nth-child(3),
    .secFlow .item:nth-child(5){
        margin-right: 0;
    }
    .secFlow .item:first-child{
        margin-top: 0;
    }
    .secFlow .item:nth-child(n+4){
        width: 45.51%;
        height: 138px;
        margin-top: 15px;
    }
    .secFlow .item::after{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        border-color: #000 transparent transparent transparent;
        top: auto;
        bottom: 72px;
        transform: translateX(-50%);
        transform: rotate(270deg);
        left: -14px;
    }
    .secFlow .item:nth-child(n+4)::after{
        bottom: 62px;
        left: -14px;
    }
    .secFlow .item:first-child:after{
        display: none;
    }
    .secFlow .item:last-child:after{
        display: block;
    }
    .secFlow .txtBox{
        margin-top: 0;
        text-align: center;
        margin-left: 0;
    }
    .secFlow .itemTit{
        font-size: 13px;
        line-height: calc(18 / 13);
        margin-top: 10px;
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .secFlow .item:nth-child(n+4) .itemTit{
        min-height: auto;
    }
    .secFlow .itemTxt{
        font-size: 11px;
        line-height: 1.3;
        margin-top: 1px;
    }
    .secFlow .boxNote{
        width: 100%;
        font-size: 13px;
        line-height: 1.8;
        margin-top: 23px;
        text-align: left;
    }
}
@media only screen and (max-width:360px){
    .secFlow .itemTxt {
        font-size: 10px;
    }
    .secFlow .itemTit {
        font-size: 11px;
    }
}
/* secModel */
.secModel{
    margin-top: 95px;
    text-align: center;
}
.secModel .tit{
    height: 80px;
    line-height: 80px;
    background: #232d36;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}
.secModel .titShow{
    font-size: 22px;
    font-weight: bold;
    margin-top: 47px;
    position: relative;
    padding-bottom: 30px;
}
.secModel .titShow::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.secModel .secShowroomList{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.secModel .secShowroomList.top{
    padding-bottom: 80px;
    border-bottom: 1px solid #ddd;
}
.secModel .itemList{
    width: 100%;
    background: #f5f5f5;
}
.secModel .itemList .boxFlex{
    display: flex;
    flex-wrap: wrap;
}
.secModel .itemList .imgWrapper{
    width: 50%;
}
.secModel .imgBox{
    width: 100%;
    padding-top: 70%;
}
.secModel .itemList .txtBox{
    padding: 15px 28px 25px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.secModel .itemTit{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-top: 13px;
}
.secModel .address{
    font-size: 12px;
    line-height: 1.3;
    margin-top: 13px;
    letter-spacing: 0.5px;
}
.secModel .innerTxt{
    font-size: 13px;
    line-height: calc(28 / 13);
    margin-top: 10px;
    letter-spacing: 0.5px;
}
.secModel .btnList{
    display: flex;
    margin-top: 0;
    justify-content: flex-end;
    flex-direction: column;
    margin-left: 25px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 13px;
    min-height: 110px;
}
.secModel .btnList a{
    display: block;
    width: 180px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
}
.secModel .btnList .aReserve{
    background: #e02321;
    color: #fff;
    margin-bottom: 6px;
}
.secModel .btnList .aDetail{
    margin-left: 0;
    line-height: 46px;
    position: relative;
    font-size: 15px;
}
.secModel .btnList .aDetail:before{
    content: '';
    display: inline-block;
    margin-right: 0.5em;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #333;
}
.secModel .txtCome{
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
}
@media only screen and (max-width:1440px){
    .secModel .itemList{
        margin-right: 40px;
    }
}
@media only screen and (max-width:767px){
    .secModel{
        margin-top: 30px;
    }
    
    .secModel .tit{
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .secModel .titShow{
        font-size: 15px;
        margin-top: 25px;
        padding-bottom: 15px;
    }
    .secModel .secShowroomList{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0px;
        padding:0 4%;
    }
    .secModel .secShowroomList.top{
        padding-bottom: 30px;
    }
    .secModel .itemList{
        width: 100%;
        margin-right: 0;
        background: #f5f5f5;
    }
    .secModel .itemList:nth-child(3n){
        margin-right: 0;
    }
    .secModel .itemList:nth-child(n + 3){
        margin-top: 0;
    }
    .secModel .itemList:nth-child(n + 4){
        margin-top: 0;
    }
    .secModel .itemList .txtBox{
        padding: 0 4% 20px;
        display: block;
    }
    .secModel .itemTit{
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: bold;
        margin-top: 20px;
        text-align: center;
    }
    .secModel .address{
        font-size: 10px;
        margin-top: 6px;
        text-align: center;
    }
    .secModel .btnList{
        margin: 12px auto 0;
        width: 90%;
        flex-direction: row;
        min-height: unset;
        justify-content: center;
    }
    .secModel .btnList:not(:has(.aReserve)) .aDetail {
        margin-left: 160px;
    }
    .secModel .btnList a{
        width: 140px;
        height: 42px;
        line-height: 40px;
        font-size: 13px;
        border-radius: 5px;
    }
    .secModel .btnList .aReserve {
        margin-bottom: 0;
    }
    .secModel .btnList .aDetail{
        width: auto;
        margin-left: 20px;
        margin-top: 0;
        font-size: 13px;
        letter-spacing: 0;
    }
    .secModel .txtCome{
        font-size: 16px;
        margin-top: 10px;
    }
    .secModel .innerTxt {
        font-size: 12px;
        line-height: calc(22 / 12);
        margin-top: 10px;
    }
    .secModel .btnList .aDetail:before {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #333;
        position: relative;
        top: -1px;
    }
}

/* secForm */
.secCmnForm{
    margin: 40px 0 0;
    background-size: cover;
}
.secForm .secCalendar {
    width:100%;
    max-width:1140px;
    margin:0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-top: 1px solid #e1e1e1;
}
.secForm .boxNoteC{
    border:1px solid #000;
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    margin:0 0 5px;
}
.secCalendar .titCalendar{
    padding-top:70px;
    width: 210px;
    line-height: 1.8;
    padding: 43px 0;
    font-size: 15px;
    position: relative;
    letter-spacing: 1px;
    vertical-align: top;
    text-align: left;
}
.secCalendar .secFormCalendar{
    width:calc(100% - 210px);
    font-size:15px;
    line-height:32px;
    padding:40px 0 0;
    vertical-align:top;
    position:relative;
}
.secForm .boxNoteC .ico{
    font-size:13px;
    line-height:50px;
    margin-right:30px;
}
.secForm .boxNoteC .ico:last-child{ margin-right:0;}
.secForm .boxNoteC .activeOn{
    width:16px;
    height:16px;
    border:2px solid #e02321;
    border-radius:50%;
    display:inline-block;
    vertical-align:-4px;
}
.secForm .boxNoteC .batsu{
    font-size:16px;
    font-weight:700;
    vertical-align:-2px;
}
.secForm .btnZip{
    background: #000;
}
@media only screen and (max-width:767px){
    .secCmnForm .titEng {
        margin-top: 22px;
        width: 60.67%;
        margin: 0 auto;
    }
    .secForm .secCalendar{
        display: block;
        width: 100%;
        border: none;
    }
    .secCalendar .titCalendar{
        width: 100%;
        line-height: 1.8;
        padding: 13px 0;
        font-size: 13px;
        background-color: #fafafa;
        padding-left: 4.35%;
        padding-right: 4.35%;
    }
    .secCalendar .secFormCalendar{
        display: block;
        width: 100%;
        padding: 0 2.985%;
        margin-bottom: 0;
    }
    .secForm .boxNoteC{margin:10px 0 10px;}
    .secForm .boxNoteC .ico{
        margin-right:10px;
        line-height:44px;
    }
    .secCmnForm .secFormTable th.spNone{
        display: none;
    }
    .secCmnForm .secFormTable th.pdPc{
	    padding-left: 2.35%;
    	padding-right: 1.35%;
	}
    .labelName {
    	margin: 0px 0 6.5px 0;
	}
	.secCmnForm .secFormTable .labelName input {
		height: 20px;
		width: 20px;
		font-size: 13px;
	}
    .secCmnForm .titFlowBox{
		display: flex;
		flex-direction: column-reverse;
	}
}


/* アンケート */
.secFormTable.ann tr th {
    line-height: 30px;
    letter-spacing: 0.5px;
}
.secFormTable.ann tr td {
    line-height: 30px;
}
.secForm .btnQuestionnaire {
    display: block;
    width: 100%;
    height: 110px;
    margin: 20px auto 20px;
    padding: 23px 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background: #E50012;
    color: #FFF;
    border-bottom: solid 4px rgba(0,0,0,0.2);
    border-radius: 10px;
    font-size: 26px;
    font-weight: bold;
}
.secForm .btnQuestionnaire::after {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    content: "";
    background: url(/img/reservation/imgAnnTxt.png?251226) center / contain no-repeat;
}
.secForm .btnQuestionnaire.on::after{
    padding: 20px;
    background: none;
    content: "【 アンケートを閉じる 】▲";
}
.secForm .boxQuestionnaire{
    display: none;
}
.secForm .none{
    display: none;
}
.secForm .titFormTable{
    background: #eee;
    padding: 19px 0 17px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.secForm .boxMore{
    padding-top: 20px;
    display: none;
}
.secForm .boxMore.active {
    display: table-row;
}
.secForm .boxMore .titMore{
    background: #eee;
    padding: 4px 10px 3px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: bold;
}
.secForm .boxMore .txtMore{
    padding: 10px 10px 5px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.secForm input[type="radio"] {
    margin: -3px 10px 0 0;
    width: 20px;
    height: 20px;
}
.secForm input[type="checkbox"]{
    margin:-2px 10px 0 0;
    width: 20px;
    height: 20px;
}
.secForm .boxMore .boxMoreContent{
    padding: 0 15px;
}
.secForm .boxMore .boxMoreContent.small{
    padding: 0 26px;
}
.secFormTable .boxAreaList .item { margin-bottom:5px;}
.secFormTable.ann .mt12 {
	margin-top: 12px;
}
.secForm .ml3 {
	margin:0 10px;
}
.secForm .ml3.ml0 {
	margin:0 10px 0 0;
}
.secForm .boxMoreContent.details .w120 {
	width: 120px;
}
.secForm .flBox {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.secForm .item .others {
    font-size: 14px;
    color: #666;
    margin-left: 12px;
    letter-spacing: 0.75px;
}
@media only screen and (max-width:767px) {
    .secForm .ml3 {
        margin: 0 5px;
    }
    .secForm .ml3.ml0Sp {
        margin:0 10px 0 0;
    }
    .secForm .mb5 {
       margin: 5px 5px;
    }
    .secForm .ml3sp {
		margin:0 0 0 7px;
	}
    .secForm .boxMore.active {
        display: block!important;
    }
}

@media only screen and (max-width:767px){
    .secFormTable.ann tr th {
        line-height: 1.8;
        letter-spacing: 0;
    }
    .secFormTable.ann tr td {
        line-height: 1.5;
    }
	.secForm .btnQuestionnaire{
		display: block;
		width: 95%;
		height: 60px;
		margin: 20px auto 20px;
		padding: 12px 0;
		font-size: 18px;
	}
	.secForm .btnQuestionnaire::after{
		width: 295px;
		height: 36px;
		margin: 0 auto;
		display: block;
        background: url(/img/reservation/imgAnnTxt_sp.png?251226) center / contain no-repeat;
        background-size: contain;
	}
	.secForm .btnQuestionnaire.on::after{
		padding: 8px 0;
		content: "【 アンケートを閉じる 】▲";
	}
	.secForm .titFormTable{
		padding: 10px 0 17px;
		font-size: 18px;
		letter-spacing: .5px;
	}
    .secForm .titFormTable{
        padding: 13px 0 12px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .secFormTable .boxAreaList .item {
        margin-bottom: 10px;
    }
    .secForm .btnQuestionnaire{
        margin-top: 0;
        font-size: 16px;
    }
    .secForm .line{
        display: block;
        margin:  10px 0;
    }
    .secForm .mr25{margin-right:10px;}
    .secFormTable .m05{
        margin-right: 14px;
    }
    .secForm .txtIn{
        margin: 0 10px 0 3px;
    }
    .secForm .txtIn2{
        margin: 0 10px 0 0;
    }
    /* .secForm .ml30{margin-left: 30px;} */
	.secForm .boxMore .titMore{
		width: 100%;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secForm .boxMore .txtMore{
		font-size: 14px;
		line-height: 1.5;
        padding: 10px 0 5px;
	}
    .secCmnForm .secFormTable input {
        height: 40px;
    }
    .secForm .boxAreaList input[type="radio"]{
        height: 25px;
    }
    .secForm .boxAreaList input.h40{
        height: 40px;
    }
    .secForm .boxMore .boxMoreContent {
        padding: 0;
    }
    .secForm .boxMore .boxMoreContent.small {
        padding: 0;
    }
    .secForm .item .others {
        display: block;
        margin-top: 5px;
        margin-left: 0;
        font-size: 12px;
        line-height: 1.5;
    }
}
@media only screen and (max-width:345px){
    .secForm .btnQuestionnaire::after{
		width: 270px;
        height: 33px;
	}
}

/* btnBack */
.btnBack{
    display: block;
    width: 444px;
    height: 60px;
    line-height: 54px;
    background: #fff;
    border: 3px solid #232d36;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    margin: 100px auto 0;
}
@media only screen and (max-width:767px){
    .btnBack{
        width: 92%;
        margin: 40px auto 0;
    }
}

#pnkz.pnkzCo,
#pnkz.pnkzOk{
	padding-top:140px;
	background-color: #ebeef1;
}
#pnkz.pnkzCo li,
#pnkz.pnkzOk li{
    color: #000;
}
#pnkz.pnkzCo a,
#pnkz.pnkzOk a{ 
	color: #000;
}
#pnkz.pnkzCo li::before,
#pnkz.pnkzOk li::before{
	color: #000;
}
@media only screen and (max-width:767px){
    #pnkz a{
        color: #000;
    }
	#pnkz.pnkzCo,
	#pnkz.pnkzOk{
	padding-top:0;
	}
}
/*-----------------------------------------------
	co
-----------------------------------------------*/
/* secCmnBack */
.secCmnBack{
	margin: 90px auto 80px;
}

/* ------------------------------------------
				co
------------------------------------------ */
.secCmnForm.co{
	background: none;
	background-color: #ebeef1;
	padding: 0 0 70px;
    margin-top: 0;
}
.secCmnForm.co .secFormTable td{
    padding-left: 40px;
}
@media only screen and (max-width:767px){
    .secCmnForm.co .secFormTable td{
        padding: 18px 4.35%;
    }
}

/* ------------------------------------------
				ok
------------------------------------------ */
.secCmnForm.ok{
    margin-top: 0;
}
.secCmnForm.ok .txtNote {
	font-size:16px;
}
.secCmnBack {
    margin: 80px auto 150px;
}
.secCmnForm.ok .secFormWrap {
	padding-bottom:0;
}
@media only screen and (max-width: 767px){
    .secCmnForm.ok .txtNote {
		width: 90%;
		text-align: left;
		font-size:12px;
		padding: 0;
		margin: 25px auto 0;
	}
	.secCmnForm.ok .secFormWrap{
		margin-bottom: 0;
	}
	.secCmnBack {
		margin: 40px auto 90px;
	}
}
/* 220824 */
.secForm .sectxtNone{
	background: #eeeeee;
	width: 560px;
	margin: 50px auto;
	padding: 53px 0px;
}
.secForm .sectxtNone .tit{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.secForm .sectxtNone .subtit{
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #e02321;
	text-align: center;
}
.secForm .sectxtNone .txt{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 0 auto;
	margin-top: 23px;
	width: 430px;
}
@media only screen and (max-width: 767px){
    .secForm .sectxtNone{
        background: #eeeeee;
        width: 95%;
        margin: 30px auto;
        padding: 27px 0%;
    }
    .secForm .sectxtNone .tit{
        font-size: 16px;
        letter-spacing: 0;
    }
    .secForm .sectxtNone .subtit{
        font-size: 13px;
    }
    .secForm .sectxtNone .txt{
        font-size: 12px;
        line-height: 22px;
        text-align: left;
        margin: 0 auto;
        margin-top: 12px;
        width: 94%;
        max-width: 385px;
    }
    .secFormTable .w60 {
        margin-right: 0;
    }
}
@media only screen and (max-width: 370px){
    .secForm .sectxtNone .txt{
        font-size: 11px;
    }
    .secForm .sectxtNone .tit {
        font-size: 13px;
    }
}
/* secLinkbox */
.secLinkbox{
    max-width:840px;
    margin: 0 auto;
    margin-top: 50px;
}
.secLinkbox .link{
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    background: #e12220;
    text-align: center;
    box-shadow: inset 0px -10px 0px 0px rgba(1, 1, 1, 0.08);
    border-radius: 100px;
    padding: 34px 0 43px;
}
.secLinkbox .link::after{
    content: "";
    position: absolute;
    width: 104px;
    height: 160px;
    top: 0;
    left: 110px;
}
.secLinkbox.lazyloaded .link::after{
    background: url(/img/reservation/imgItemLinkbox.png) center center no-repeat;
    background-size: 104px auto;
}
.secLinkbox .link:hover::after{
    animation: btnAnimation 1s ease forwards;
}
.secLinkbox .link .inner::after{
    content: "";
    position: absolute;
    width: 90px;
    height: 92px;
    left: 87px;
    top: calc(50% - 44px);
    background: url(/img/reservation/imgItemPayPay.png?251226) center center no-repeat;
    background-size: 100% auto;
}
.secLinkbox .link::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 23px;
    right: 80px;
    top: calc(50% - 11.5px);
    background: url(/img/reservation/imgArrow.gif) center center no-repeat;
    background-size: 100% auto;
}
.secLinkbox .link .inner{
    position: relative;
    text-align: center;
    padding-left: 24px;
    width: 100%;
}
.secLinkbox .link .inner .y_txt{
    font-size:20px;
    line-height: 32px;
    font-weight: bold;
    color: #fcd900;
    letter-spacing: 0.5px;
}
.secLinkbox .link .inner .txt{
    font-size:38px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 11px;
}
@media only screen and (max-width: 767px){
    .secLinkbox{
        margin-top: 50px;
    }
    .secLinkbox .link{
        box-shadow: inset 0px -6px 0px 0px rgba(1, 1, 1, 0.1);
        padding: 0;
    }
    .secLinkbox .link .inner::after{
        width: 45px;
        height: 46px;
        left: calc(50% - 27.5px);
        top: calc(0% - 22px);
    }
    .secLinkbox .link::before{
        display: none;
    }
    .secLinkbox .link .inner{
        padding-left: 0px;
        padding: 31px 0 25px;
    }
    .secLinkbox .link .inner .y_txt{
        font-size:14px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .secLinkbox .link .inner .txt{
        font-size:23px;
        line-height: 1.5;
        margin-top: 3px;
    }
    .secLinkbox .link::after{
        width: 75px;
        height: 115px;
        left: 60px;
    }
    .secLinkbox.lazyloaded .link::after{
        background: url(/img/reservation/imgItemLinkbox_sp.png) center center no-repeat;
        background-size: 75px auto;
    }
}
/* commentbox */
.secModel .commentbox{
    width: 1150px;
    background: #e7f4d5;
    padding: 53px 50px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    /* margin-top: 40px; */
}
.secModel .commentbox .txtbox{
    flex: 1;
    padding-right: 20px;
    text-align: left;
}
.secModel .commentbox .txtbox .c_tit{
    font-size:17px;
    line-height: 32px;
    font-weight: bold;
}
.secModel .commentbox .txtbox .c_txt{
    font-size:14px;
    line-height: 2;
    margin-top: 8px;
}
.secModel .commentbox .imgbox{
    width: 341px;
}
@media only screen and (max-width: 767px){
    .secModel .commentbox{
        width: 92%;
        padding: 27px 15px 48px;
        position: relative;
        display:block;
        align-items: center;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 52px;
    }
    .secModel .commentbox .txtbox{
        flex: 1;
        padding-right: 0px;
        text-align: left;
    }
    .secModel .commentbox .txtbox .c_tit{
        font-size:14px;
        line-height: 1.5;
    }
    .secModel .commentbox .txtbox .c_txt{
        font-size:11px;
        line-height:1.63;
        margin-top: 7px;
    }
    .secModel .commentbox .imgbox{
        width: 204px;
        position: absolute;
        left: calc(50% - 102px);
        bottom: calc(0% - 22px);
    }
}

.secChangearea{
    display: flex;
    margin-top: 53px;
    flex-wrap: wrap;
}
.secChangearea .item{
    display: none;
    margin-right: 40px;
}
.secChangearea .item:nth-child(2n){
    margin-right: 0px;
}
.secChangearea .item:nth-child(n+3){
    margin-top: 40px;
}
.secChangearea .item.active{
    display: block;
    width: calc((100% - 40px) / 2);
}
@media only screen and (max-width: 767px){
    .secChangearea{
        margin-top: 23px;
    }
    .secChangearea .item.active{
        width: 100%;
    }
    .secChangearea .item{
        margin-right: 0px;
    }
    .secChangearea .item:nth-child(n+2){
        margin-top: 25px;
    }
}
