@charset "utf-8";

/* secInnerHero */
.secInnerHero{
    height: 360px;
    background: url(../img/title/bgOwnersModelhouse.jpg) top center no-repeat;
    text-align: center;
    padding-top: 120px;
}
@media only screen and (max-width:767px){
    .secInnerHero{
        height: 53.33vw;
        background: url(../img/title/bgOwnersModelhouse_sp.jpg) top center no-repeat;
        padding-top: 24%;
        background-size: cover;
    }
    .secInnerHero .titImg{
        width: 50.135%;
        margin: 0 auto;
    }
}

.iconNew{
	width: 50px;
	display: block;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 6px 0;
	position: absolute;
	right: 0;
	top: 0;
	color: #e02321;
}
.iconNew:empty{
	display: none;
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secIndexTop */
.secIndexTop{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 50px;
	padding: 21px 25px;
	background-color: #232d36;
}
.secIndexTop .txtResult{
	font-size: 15px;
	line-height: 1.5;
	max-width: 49%;
	color: #fff;
	font-weight: 700;
}
.secIndexTop .txtResult .num{
	font-size: 32px;
	font-weight: bold;
	color: #e02321;
	margin-right: 2px;
	word-wrap: break-word;
}
.secIndexTop .boxStyle{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-left: auto;
}
.secIndexTop .boxStyle .tit{
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}
.secIndexTop .boxStyle select{
	width: 175px;
	height: 50px;
	padding-left: 9px;
	font-size: 14px;
}
.secIndexTop .linkCover{
	display: flex;
	display: -webkit-flex;
	margin-right: 0;
	margin-left: 27px;
}
.secIndexTop .linkCover  a{
	display: block;
	width: 140px;
	margin-left: 10px;
	padding: 18px 10px 17px;
	color: #000;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 5px;
}
.secIndexTop .linkCover  a:first-child{
	margin-left: 0;
}
.secIndexTop .linkCover .btnMember{
	background: #e0cc21;
}
.secIndexTop .linkCover .btnLogin{
	background: #fff;
}
@media only screen and (max-width:767px){
	.secIndexTop{
		flex-flow: column;
		margin-top: 25px;
		padding: 0;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		background-color: #fff;
	}
	.secIndexTop .txtResult{
		font-size: 13px;
		text-align: center;
		max-width: none;
		order: 2;
		color: #000;
	}
	.secIndexTop .txtResult .num{
		font-size: 24px;
		margin-right: 1px;
	}
	.secIndexTop .boxStyle{
		width: 100%;
		margin: 0 0 20px;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
		order: 1;
		background-color: #232d36;
		padding: 15px 20px;
	}
	.secIndexTop .boxStyle .tit {
		font-size: 12px;
		font-weight: 400;
	}
	.secIndexTop .boxStyle select {
		width: 160px;
		height: 40px;
		padding-left: 9px;
		font-size: 12px;
		margin-left: 12px;
	}
	.secIndexTop .linkCover{
		order: 3;
		margin-left: 0;
		padding: 0 20px;
		flex-wrap: wrap;
		margin-top: 18px;
		width: 100%;
	}
	.secIndexTop .linkCover a{
		width: 48.358%;
		padding: 18px 10px 17px;
		font-size: 15px;
		margin-left: 3.284%;
	}
	.secIndexTop .linkCover a:nth-child(2n+1){
		margin-left: 0;
	}
	.secIndexTop .linkCover .btnLogin {
		border: solid 1px #000;
	}
}


/* secIndexList */
.secIndexList{
	margin: 40px auto 70px;
}
.secMember + .secIndexList{
	margin: 40px auto 150px;
}
@media only screen and (max-width:767px){
	.secIndexList,
	.secMember + .secIndexList{
		margin: 30px auto 30px;
	}
}


.secGalleryList .list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.secGalleryList .item{
    width: 23.188%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7.76px 0.24px rgba(0, 0, 0, 0.2);
    position: relative;
	margin-right: 2.416%;
}
.secGalleryList .item:nth-child(4n){
	margin-right: 0;
}
.secGalleryList .item::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/index/iconArrow.gif) top center no-repeat;
    background-size: cover;
    bottom: 10px;
    right: 10px;
}
.secGalleryList .aBox{
    display: block;
}
.secGalleryList .boxOut{
    position: relative;
}
.secGalleryList .label{
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #e02321;
    font-size: 13px;
	z-index: 10;
}
.secGalleryList .item:nth-child(n + 5){
    margin-top: 40px;
}
.secGalleryList .imgBox{
    padding-top: 128.125%;
}
.secGalleryList .txtBox{
    padding: 23px 20px 30px;
    text-align: left;
	display: block;
}
.secGalleryList .itemTit{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #232d36;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 72px;
}
.secGalleryList .itemTagList{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 11px;
}
.secGalleryList .itemTag{
    color: #000;
    font-size: 11px;
    margin-right: 6px;
    padding: 8px 0;
}
.secGalleryList .itemTag span{
    color: #e02321;
    margin-right: 2px;
}
.secGalleryList .btnMore{
    margin: 70px auto 0;
}

@media only screen and (max-width:767px){

	.secGalleryList .list{
		margin-top: 30px;
	}
	.secGalleryList .item{
		width: 49.8%;
		margin-top: 1px;
		margin-right: 0.4%;
		box-shadow: none;
		display: flex;
		display: -webkit-flex;
	}
	.secGalleryList .item:nth-child(2n){
		margin-right: 0;
	}
	.secGalleryList .item:nth-child(n+3){
		margin-top: 2px;
	}
	.secGalleryList .imgBox{
		padding-top: 127.81%;
	}
	.secGalleryList .txtBox{
		padding: 20px 5% 40px;
		background-color: #f5f5f5;
	}
	.secGalleryList .itemTit{
		font-size: 12px;
		line-height: 19px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		max-height: 57px;
	}
	.secGalleryList .itemTagList{
		margin-top: 10px;
		max-height: 19px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		display: block;
	}
	.secGalleryList .itemTag{
		display: inline;
		color: #000;
		font-size: 11px;
		margin-right: 6px;
		padding: 4px 0;
	}
	.secGalleryList .itemTag span{
		margin-right: 1px;
	}
	.secGalleryList .btnMore{
		margin: 30px auto 0;
	}
	.secGalleryList .aBox {
		background-color: #f5f5f5;
		width: 100%;
	}
}



/* memberOnly */
.memberOnly{
	position: relative;
}
.memberOnly .memberOnlyBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 6px #232d36;
}
.memberOnly .memberOnlyBox .boxCover{
	background-color: rgba(0, 0, 0,0.5);
	height: 100%;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	flex-flow: column;
	justify-content: center;
}
.memberOnly .memberOnlyBox .boxCover .titJpn{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-top: 12px;
	letter-spacing: 2px;
}
.memberOnly .memberLinkBox{
	margin-top: 25px;
}
.memberOnly .memberLinkBox .memberBtn{
	display: block;
	width: 200px;
	padding: 18px 0 17px;
	margin: 0 auto;
	border-radius: 3px;
	font-size: 15px;
}
.memberOnly .memberLinkBox .memberBtn.linkMember{
	background-color: #e0cc21;
	color: #000;
}
.memberOnly .memberLinkBox .memberBtn.login{
	color: #fff;
	border: solid 2px #fff;
	margin-top: 8px;
}
@media only screen and (max-width:767px){
	.memberOnly .memberOnlyBox .boxCover .titImg{
		width: 85%;
		margin: 0 auto;
	}
	.memberOnly .memberOnlyBox .boxCover .titJpn {
		font-size: 14px;
		margin-top: 12px;
		letter-spacing: 2px;
	}
	.memberOnly .memberLinkBox .memberBtn {
		width: 70%;
		padding: 12px 0;
		font-size: 12px;
	}
	.memberOnly .memberLinkBox .memberBtn.login {
		padding: 10px 0;
	}
}

.secGalleryList.underList .list{
	padding-bottom: 100px;
	border-bottom: solid 1px #dddddd;
}
@media only screen and (max-width:767px){
	.secGalleryList.underList .list{
		padding-bottom: 45px;
		border-bottom: none;
		position: relative;
	}
	.secGalleryList.underList .list::after{
		position: absolute;
		content: "";
		width: 89.334%;
		height: 1px;
		background-color: #ddd;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
}



/* secMember */
.secMember{
	margin: 80px auto;
}
.secMember .boxMember{
	height: 440px;
	background: url(../img/ownershouse/bgMember.jpg?220118) center top no-repeat;
	background-size: cover;
	color: #FFF;
	text-align: center;
	position: relative;
}
.secMember .boxMember .btnList{
	margin: 30px auto 0;
	font-size: 0;
}
.secMember .boxMember .titImg{
	padding-top: 35px;
}
.secMember .boxMember .btnList li{
	display: inline-block;
	margin: 0 9px;
	vertical-align: top;
}
.secMember .boxMember a{
	display: block;
}
@media only screen and (max-width:767px){
	.secMember{
		margin:30px auto 0;
	}
	.secMember .txtMember{
		margin-bottom: 25px;
		padding: 20px 10px;
		font-size: 16px;
		line-height: 1.4;
		letter-spacing: 0.5px;
		text-indent: 0.5px;
	}
	.secMember .boxMember{
		height: auto;
		padding: 0;
		background: none;
	}
	.secMember .boxMember .titImg {
		padding-top:  0;
	}
	.secMember .boxMember .btnList {
		margin: 10px auto 0;
	}
	.secMember .boxMember .btnList li {
		display: inline-block;
		margin: 0 auto;
	}
	.secMember .boxMember .btnList li.btnLogin{
		margin-top: 10px;
	}
}
@media only screen and (max-width:767px){
	.secCmnNextLoad {
		width: 89.334%;
	}
}



/*-----------------------------------------------
	details
-----------------------------------------------*/
.iconNewDetails{
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	color: #e02321;
}

/* secDetailsTit */
.secDetailsTit{
	margin-top: 25px;
	padding: 40px 0 34px;
	border-bottom: 1px solid #000;
	text-align: center;
	position:relative;
}
.secDetailsTit .tit{
	margin-top: 20px;
	font-size: 18px;
	line-height: 29px;
	font-weight: bold;
}
.secDetailsTit .txt{
	font-size: 11px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 17px;
}
.secDetailsTit .txt .first-letter{
	color: #e02321;
}
@media only screen and (max-width:767px){
	.secDetailsTit{
		margin-top: 30px;
		padding: 20px 0;
	}
	.secDetailsTit .tit{
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.5;
	}
	.secDetailsTit .txt{
		font-size: 13px;
		letter-spacing: 0.5px;
	}
}

/* secDetailsImg */
.secDetailsImg{
	margin-top: 50px;
}
.secDetailsImg .img{
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 57.8125%;
}
@media only screen and (max-width:767px){
	.secDetailsImg{
		height: auto;
		margin-top: 25px;
	}
	.secPageVoice .secDetailsImg .img {
		padding-top: 130%;
	}
}


/* secDetailsVoice */
.secDetailsVoice{
	margin-top: 60px;
}
.secDetailsVoice .bgMovie{
	position: relative;
	padding: 75px 240px;
	background-color: #f5f5f5;
}
.secDetailsVoice .bgMovie .movieTxtEng{
	position: absolute;
	right: 0;
	bottom: 0;
}
.secDetailsVoice iframe{
	width: 800px;
	height: 450px;
}
@media only screen and (max-width:767px){
	.secDetailsVoice{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		margin-top: 30px;
	}
	.secDetailsVoice .movieBox{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.2%;
		margin-top: -15px;
	}
	.secDetailsVoice .movieBox iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.secDetailsVoice .bgMovie .movieTxtEng{
		width: 183px;
		position: static;
		margin: 0 auto;
	}
	.secDetailsVoice .bgMovie{
		position: relative;
		padding: 0 20px 45px;
	}
}

/* secDetailsEntry */
.secDetailsEntry{
	margin-top: 30px;
}
@media only screen and (max-width:767px){
	.secDetailsEntry{
		margin-top: 30px;
	}
}

.mainDetails{
	margin-top: 50px;
}
.mainDetails .txtDetails{
	position: relative;
	height: 620px;
}
.mainDetails .txtDetails .txt{
	position: absolute;
	top: 50%;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 1px;
	transform: translateY(-50%);
	font-feature-settings: "palt";
}
.mainDetails img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.mainDetails .boxType1,
.mainDetails .boxType2{
	margin-bottom: 80px;
}
.mainDetails .boxType1 .txtDetails{
	float: left;
	width: 700px;
}
.mainDetails .titDetails{
	font-weight:bold;
	font-size:20px;
	line-height:1.89;
	padding-bottom:20px;
}
.mainDetails .boxType1 .img{
	float: right;
	width: 550px;
	height: 620px;
}
.mainDetails .boxType2 .txtDetails{
	float: right;
	width: 505px;
}
.mainDetails .boxType2 .img{
	float: left;
	width: 550px;
}


.secDetailsIn{
	margin-bottom: 97px;
}
.secDetailsIn:last-child{
	margin-bottom: 0;
}
.secDetailsIn .boxImg{
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto 42px;
}
.secDetailsIn .boxImg img{
	height: auto;
	/*width: 100%;*/
	max-width: 1280px;
}
.secDetailsIn .imgLeft{
	float: left;
	width: 66.66666%;
	height: 640px;
	overflow: hidden;
}
.secDetailsIn .imgRight{
	float: right;
	width: 33.33333%;
	height: 640px;
	overflow: hidden;
	text-align: right;
}
.secDetailsIn .boxInr .boxTxt{
	float: left;
	width: 800px;
}
.secDetailsIn .boxImg .imgLeftWrap + .imgRight{
	width: 66.66666%;
	height: 640px;
}
.secDetailsIn .boxImg .imgLeftWrap{
	float: left;
	width: 33.33333%;
	position: relative;
}
.secDetailsIn .imgRight::after,
.secDetailsIn .boxImg .imgLeftWrap .imgLeft::after{
	content: "";
	width: 1px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}
.secDetailsIn .boxImg .imgLeftWrap .imgLeft::after{
	left: auto;
	right: 0;
}
.secDetailsIn .boxImg .imgLeftWrap + .imgRight::after{
	display: none;
}
.secDetailsIn .boxImg .imgLeftWrap::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: calc(50% - 0.5px);
	left: 0;
}
.secDetailsIn .boxImg .imgLeftWrap .imgLeft{
	width: 100%;
	height: 320px;
}
.secDetailsIn .boxImgSet{
	float: right;
	width: 422px;
}
.secDetailsIn .boxImgSet .imgSet{
	display: block;
	float: left;
	margin: 1px 0 0 1px;
}
.secDetailsIn .tit{
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 2px;
	font-feature-settings: "palt";
	margin: 0 0 15px;
}
.secDetailsIn .txt{
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 1px;
	font-feature-settings: "palt";
}
.secDetailsIn .boxTxt .txt{
	margin-bottom: 0;
}
@media only screen and (max-width:767px){
	.secDetailsEntry{
		margin-top: 40px;
	}
	.secDetails .imgTop{
		margin-top: 40px;
	}
	.mainDetails .boxType1 .img{
		height: 0;
		padding-top: 112.72727%;
	}
	.mainDetails .boxType1 .img,
	.mainDetails .boxType1 .txtDetails{
		float: none;
		width: 100%;
	}
	.mainDetails .boxType1 .txtDetails{
		width: 94.67%;
		height: auto;
		margin: 20px auto 0;
	}
	.mainDetails .txtDetails .txt{
		position: relative;
		top: inherit;
		left: inherit;
		font-size: 13px;
		line-height: 180%;
		transform: none;
        width: 100%;
	}
	.mainDetails .boxType1,
	.mainDetails .boxType2{
		margin-bottom: 40px;
	}
	.secDetailsIn {
		margin-bottom: 22px;
	}
	.secDetailsIn .boxImg{
		margin-bottom: 0;
	}
	.secDetailsIn .boxImg img,
	.secDetailsIn .boxImgSet img{
		width: 100%;
		height: auto;
	}
	.secDetailsIn .tit{
		margin: 0;
		padding: 12px 20px 5px;
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 0.5px;
	}
	.secDetailsIn .txt{
		padding: 0 20px;
		font-size: 13px;
		line-height: 28px;
		letter-spacing: 0;
	}
	.secDetailsIn .boxInr{
		margin-bottom: 30px;
	}
	.secDetailsIn .boxInr .wrapper{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
	}
	.secDetailsIn .boxInr .boxTxt{
		float: none;
		width: 100%;
	}
	.secDetailsIn .boxImgSet{
		float: none;
		width: 100%;
		margin: 0;
	}
	.secDetailsIn .boxImgSet .imgSet{
		width: calc((100% - 3px) / 4);
	}
	.secDetailsIn .boxImgSet .inner:first-child .imgSet:first-child{
		margin-left: 0;
	}
	.secDetailsIn .boxImgSet .imgSet img{
		vertical-align: middle;
	}
	.secDetailsIn .imgLeft{
		height: 0;
		padding-top: 50%;
	}
	.secDetailsIn .imgRight{
		height: 0;
		padding-top: 50%;
	}
	.secDetailsIn .boxImg .imgLeftWrap + .imgRight{
		height: 0;
		padding-top: 50%;
	}
	.secDetailsIn .boxImg .imgLeftWrap .imgLeft{
		height: 0;
		padding-top: 75%;
	}
	.mainDetails .titDetails {
		font-size: 18px;
		padding-bottom: 10px;
	}
}

/* secCmnBack */

.secCmnBack {
    width: 444px;
    height: 60px;
    margin: 88px auto 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.secCmnBack .btn {
    width: 100%;
    height: 100%;
    background: #FFF;
    border: 3px solid #333;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}

@media only screen and (max-width:767px){
	.secCmnBack {
		width: 100%;
		padding: 0 20px;
		height: 60px;
		margin-top: 40px;
	}
	.secCmnBack .btn {
		font-size: 15px;
	}
}



/* secContactBnr */
.secContactBnr{
    height: 450px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 165px;
}
.secContactBnr a{
    display: block;
    width: 1920px;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
@media only screen and (max-width:767px){
    .secContactBnr{
        height: auto;
        margin-top: 45px;
    }
    .secContactBnr a{
        width: 100%;
        position: static;
    }
}

/* secReserveBnr */
.secReserveBnr{
    height: 450px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 165px 0 20px;
}
.secReserveBnr a{
    display: block;
    width: 1920px;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
@media only screen and (max-width:767px){
    .secReserveBnr{
        height: auto;
        margin-top: 45px;
    }
    .secReserveBnr a{
        width: 100%;
        position: static;
    }
}
.secCmnShowroom .bgBox{
	margin-top: 184px;
	margin-bottom: 10px;
}
.secCmnShowroom .bgBox::after {
    width: 688px;
    height: 546px;
}
.secCmnShowroom .bgBox.lazyloaded::after{
    background: url(../img/common/iconShowroom05.png?230123) center top / cover;
}
@media only screen and (max-width:767px){
	.secCmnShowroom .bgBox{
		margin-top: 85px;
		margin-bottom: 1px;
	}
	.secCmnShowroom .bgBox::after {
		width: 190px;
		height: 159px;
	}
	.secCmnShowroom .bgBox.lazyloaded::after{
		background: url(../img/common/iconShowroom05_sp.png??230123) center top / cover;
	}
}


/* 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: 710px;
    height: 68px;
    margin: 0 auto;
    display: block;
    content: "";
    background: url(../img/reservation/imgAnnTxt15000.png?250901) center / cover 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: 248px;
		height: 36px;
		margin: 0 auto;
		display: block;
        background: url(../img/reservation/imgAnnTxt15000_sp.png?250901) center / cover no-repeat;
        background-size: cover;
	}
	.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;
    }
}

/* 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;
    }
}
/* 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: 72px;
    left: 87px;
    top: calc(50% - 32px);
    background: url(../img/reservation/imgItemQuo.png) 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: 55px;
        height: 44px;
        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;
    }
}

@media only screen and (max-width: 767px){
    .secDetailsEntry p:not(:has(.txt)) {
        width: 89.334%;
        margin: 0 auto;
    }
}