@charset "utf-8";

/*-----------------------------------------------
	common
-----------------------------------------------*/
.mainTitBox.lazyloaded{ background:url(../img/title/bgEvent.jpg) top center / cover no-repeat;}
@media only screen and (max-width:767px){
    .mainTitBox.lazyloaded{ background:url(../img/title/bgEventSp.jpg) top center / cover no-repeat;}
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secSearch */
.secSearch{
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    margin-top:30px;
}
.boxSearch{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    padding:29px 80px 25px;
    border-radius:40px;
    background:#f7f6f4;
    font-weight:300;
    font-size:14px;
    line-height:20px;
    letter-spacing:.5px;
}
.boxSearch dt{
    margin-right:6px;
}
.boxSearch .boxList{
    display:-webkit-flex;
    display:flex;
}
.boxSearch .boxList li:not(:first-child){
    margin-left:17px;
}
.boxSearch input[type="checkbox"]{
    width:16px;
    height:16px;
    margin-right:6px;
    border-color:#d2d1cf;
    vertical-align:middle;
}
@media only screen and (max-width:767px){
    .secSearch{
        margin-top:18px;
    }
    .boxSearch{
        -webkit-justify-content:flex-start;
        justify-content:flex-start;
        padding:22px 16px 18px;
        border-radius:0;
        font-size:13px;
    }
    .boxSearch dt{ margin:0 0 4px 4px;}
    .boxSearch dt::before{
        content:"▼";
    }
    .boxSearch .boxList{
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .boxSearch .boxList li,
    .boxSearch .boxList li:not(:first-child){
        margin:0 10px 2px 0;
        line-height:2;
    }
    .boxSearch input[type="checkbox"]{
        vertical-align:-2px;
    }
}

/* secIndex */
.secIndex{
    margin-top:50px;
}
.secIndex > .wrapper{
    position:relative;
    z-index:1;
}
.secIndex .list{
    display:flex;
    display:-webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	margin-top:50px;
}
.secIndex .box{
	width:30.4348%;
	position:relative;
	margin-right:4.3478%;
    display: flex;
}
.secIndex .box:nth-child(3n){ margin-right:0;}
.secIndex .box:nth-child(n + 4){ margin-top:4.3478%;}
.secIndex .aBox{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    align-items: flex-start;
    align-content: flex-start;
    position:relative;
    background: #f7f6f4;
	color:#000;
    width: 100%;
}
.secIndex .aBox::before{
    position:absolute;
    bottom:30px;
    right:25px;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#fff;
    border:1px solid #000;
    content:"";
}
.secIndex .aBox::after{
    position:absolute;
    bottom:40px;
    right:37px;
    width:8px;
    height:8px;
    border-top:1.5px solid #000;
    border-right:1.5px solid #000;
    transform:rotate(45deg);
    content:"";
}
.secIndex .aBox > .boxTxt{
    width:40.299%;
    margin-left:4.328%;
    margin-bottom:6px;
}
.secIndex .aBox > .boxTxt .boxTit{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
	font-weight:700;
	font-size:19px;
	line-height:32px;
    letter-spacing:.75px;
	height:66px;
	max-height:66px;
}
.secIndex .txtIn{
    overflow:hidden;
    font-size:15px;
    line-height:25px;
    letter-spacing:.5px;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.secIndex .aBox > .boxTxt .listIcon{ margin-top:20px;}
.secIndex .imgBoxIn{
    position:relative;
    width:100%;
}
.secIndex .imgBox{
	width:100%;
	padding-top:64.2857%;
}
.secIndex .imgBoxIn .txtIn{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:10px;
    background:rgba(0,0,0,.75);
    color:#b09b11;
    font-weight:700;
    font-size:17px;
    letter-spacing:.75px;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:center;
}
.secIndex .iconNew{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.secIndex .boxIn{
    width:100%;
    padding:25px 5.95238% 30px;
    background:#f7f6f4;
}
.secIndex .boxIn .titIn{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height:62px;
    max-height:62px;
    font-weight:700;
    font-size:19px;
    line-height:30px;
    letter-spacing:.75px;
}
.secIndex .boxIn .listIcon{
    margin-top:10px;
}
.secIndex .boxIn .listIcon .iconIn{
    display:inline-block;
    margin-right:2px;
    padding:0 18px;
    border:1px solid #6eb82b;
    border-radius:17px;
    background:#fff;
    color:#6eb82b;
    font-weight:700;
    font-size:12px;
    line-height:32px;
    letter-spacing:.75px;
}
.secIndex .boxIn .boxBtn{
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    position:relative;
    width:42.623%;
    min-width:240px;
    height:66px;
    background:#ffe220;
    color:#253038;
    font-weight:700;
    font-size:15px;
    letter-spacing:.75px;
}
.secIndex .boxIn .boxBtn::after{
    position:absolute;
    right:20px;
    bottom:30px;
    width:41px;
    height:8px;
    overflow:hidden;
    background:url(../img/common/iconArrowBlk.png) right center / cover no-repeat;
    content:"";
}
/* end */
.secIndex .end .boxIn{
    color:#969696;
}
.secIndex .boxEnd{
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	margin:auto;
	background:rgba(0,0,0,.75);
	text-align:center;
	color:#fff;
}
.secIndex .txtEng{
    display:inline-block;
    margin-top:5px;
}
.secIndex .txtEnd{
    margin-top:15px;
    font-weight:700;
	font-size:14px;
	line-height:24px;
}
.secIndex .txtNote{
    margin-top:8px;
	font-size:12px;
	line-height:24px;
}
.secIndex .end .boxIn .listIcon .iconIn{
    border-color:#fff;
    background:transparent;
    color:#fff;
}
.secIndex .end .boxIn .boxBtn{
    background:#fff;
}
@media only screen and (max-width:767px){
	.mainTitBox.lazyloaded{ background:url(../img/title/bgEventSp.jpg) top center / cover no-repeat;}
    .secIndex{
        margin-top:26px;
    }
	.secIndex .list{
		display:block;
		margin-top:30px;
		border-top:none;
		padding-top:0;
	}
	.secIndex .box{
		width:100%;
		margin-right:0%;
	}
	.secIndex .box:nth-child(n + 2){ margin-top:40px;}
    .secIndex .aBox{
        -webkit-flex-direction:column;
        flex-direction:column;
        padding:0;
    }
    .secIndex .aBox::before{
        right:20px;
        bottom:20px;
        z-index:1;
        width:22px;
        height:22px;
    }
    .secIndex .aBox::after{
        right:29px;
        bottom:28px;
        z-index:2;
        width:6px;
        height:6px;
    }
    .secIndex .aBox > .boxTxt{
        order:2;
        width:100%;
        margin:0;
        padding:4.505% 5.705% 4%;
    }
    .secIndex .aBox > .boxTxt .boxTit{
		height:44px;
		max-height:44px;
        font-size:14px;
        line-height:22px;
        letter-spacing:.5px;
    }
	.secIndex .boxIn{
        order:3;
        position:relative;
        margin-top:0;
        padding:15px 5.705% 20px;
    }
    .secIndex .boxIn .boxTxt{
        width:100%;
    }
	.secIndex .boxIn .titIn{
        height: auto;
        max-height:44px;
        max-height:44px;
		font-size:16px;
		line-height:22px;
        letter-spacing:.75px;
	}
    .secIndex .txtIn{
        margin-top:4px;
        font-size:13px;
        line-height:21px;
    }
    .secIndex .boxIn .listIcon{
        margin-top:8px;
    }
    .secIndex .boxIn .listIcon .iconIn{
        padding:0 15px;
        font-size:11px;
        line-height:24px;
    }
    .secIndex .imgBoxIn .txtIn{
        padding:10px;
        font-size:14px;
        line-height:20px;
    }
    .secIndex .boxSub{
        display:-webkit-flex;
        display:flex;
        -webkit-align-items:center;
        align-items:center;
        -webkit-justify-content:space-between;
        justify-content:space-between;
        margin-top:7px;
    }
    .secIndex .aBox > .boxTxt .listIcon{
        margin-top:0;
    }
    .secIndex .txtBtn{
        position:relative;
        margin-right:28px;
        padding-bottom:2px;
        border-bottom:1px solid #000;
        font-size:12px;
    }
    .secIndex .txtBtn::before{
    }
    .secIndex .txtBtn::after{
        position:absolute;
        top:calc(50% - 2px);
        right:-19px;
        width:6px;
        height:6px;
        border-top:1.5px solid #fff;
        border-right:1.5px solid #fff;
        transform:rotate(45deg);
        content:"";
    }
    .secIndex .boxEnd{
        padding-bottom:8px;
    }
    .secIndex .boxEnd .imgBoxIn .txtIn{
        display:none;
    }
	.secIndex .titEng{
		width:205px;
		margin:0 auto;
	}
    .secIndex .boxIn .boxBtn{
        display:none;
    }
    .secIndex .txtSub{
        font-size: 15px;
        text-align: center;
        margin-top: 20px;
    }
}

.secCmnNextLoad{
    margin-top:60px;
}
@media only screen and (max-width:767px){
    .secCmnNextLoad{
        margin-top:40px;
    }
    .secBnrReserve{
        margin-bottom:0;
    }
}

/*-----------------------------------------------
	details
-----------------------------------------------*/
/* detailsTit */
.detailsTit{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-align-items:center;
    align-items:center;
	position:relative;
    margin:60px auto 50px;
    padding:0 0 42px;
    border-bottom:1px solid #e8e9ea;
}
.detailsTit::after{
    position:absolute;
    bottom:-1px;
    left:0;
    width:70px;
    height:1px;
    background:#000;
    content:"";
}
.detailsTit .boxTit{
    order:1;
    width:100%;
    margin-top:18px;
	font-weight:700;
	font-size:28px;
	line-height:44px;
	letter-spacing:3px;
}
.detailsTit .listIcon li.icon{
    min-width:78px;
    font-size:14px;
    line-height:36px;
}
.detailsTit .txtDate{
    margin-left:18px;
    font-weight:700;
    font-size:20px;
    letter-spacing:2px;
}
.detailsTit .txtAdd{
    position:relative;
    margin-left:15px;
    padding-left:15px;
    font-size:16px;
    line-height:20px;
    letter-spacing:.75px;
}
.detailsTit .txtAdd::before{
    position:absolute;
    top:calc(50% - 8px);
    left:0;
    width:1px;
    height:16px;
    background:#c3c3c3;
    content:"";
}
.detailsTit .txtCat{
    order:4;
    width:100%;
    margin-top:16px;
    font-size:16px;
    line-height:24px;
    letter-spacing:.5px;
}
.secDetails .entry h2 + p{
    margin-top:20px;
}
@media only screen and (max-width:767px){
	.secDetails .detailsTit{
        margin:26px auto 22px;
        padding-bottom:18px;
    }
    .detailsTit::after{
        width:30px;
    }
	.secDetails .detailsTit .boxTit{
        margin-top:10px;
		font-size:16px;
        line-height:24px;
		letter-spacing:.5px;
	}
	.secDetails .detailsTit .txtDate{
        margin-left:10px;
		font-size:14px;
		letter-spacing:.75px;
	}
    .detailsTit .listIcon li.icon{
        min-width:58px;
        font-size:12px;
        line-height:26px;
    }
    .detailsTit .txtAdd{
        display:none;
        font-size:13px;
    }
    .detailsTit .txtCat{
        margin-top:8px;
        font-size:10px;
        line-height:1.5;
    }
    .secDetails .entry h2 + p{
        margin-top:10px;
    }
}

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

/* secAbout */
.secAbout{
    margin-top:90px;
    padding-top:80px;
    border-top:1px solid #e8e9ea;
}
.secAbout .secTit{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:column-reverse;
    flex-direction:column-reverse;
    -webkit-align-items:center;
    align-items:center;
}
.secAbout .secTit .titJpn{
    margin-top:22px;
    font-weight:700;
    font-size:16px;
}
.secAbout .boxTable{
    width:100%;
    margin-top:38px;
}
.secAbout th,
.secAbout td{
	padding:20px 30px;
	border:1px solid #ccc;
    font-weight:400;
	font-size:15px;
	line-height:29px;
    letter-spacing:.5px;
	vertical-align:middle;
}
.secAbout th{
	width:250px;
	background:#f9f9f9;
	text-align:center;
    vertical-align:middle;
}
.secAbout td a{
	display:inline-block;
    color:#000;
	text-decoration:underline;
}
.secAbout .boxMap{
    margin-top:40px;
}
.secAbout iframe{
	width:100%;
	height:400px;
}
@media only screen and (max-width:767px){
	.secAbout{
        margin-top:50px;
        padding-top:30px;
    }
    .secAbout .secTit .titJpn{
        margin-top:15px;
        font-size:13px;
    }
    .secAbout .secTit .titEng img{
        width:76px;
    }
    .secAbout .boxTable{
        margin-top:20px;
    }
	.secAbout th,
	.secAbout td{
		font-size:13px;
		line-height:18px;
		padding:15px 10px 15px 12px;
        letter-spacing:0;
        font-feature-settings:"palt";
	}
	.secAbout th{ width:80px;}
    .secAbout .boxMap{
        position:relative;
        height:0;
        margin-top:20px;
        padding-top:52.174%;
    }
	.secAbout iframe{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
	}
}

/* secDetailsSlider */
.secDetailsSlider{
	margin-top:50px;
}
.secDetailsSlider .boxSlider{
    position:relative;
    width:100%;
    margin:0 auto;
}
.secDetailsSlider .swiper-container{ width:100%;}
.secDetailsSlider .swiper-slide a{ display:block;}
.secDetailsSlider .swiper-slide .img{
    display:block;
    height:0;
    padding-top:57.8125%;
}
.secDetailsSlider .swiper-button-prev,
.secDetailsSlider .swiper-button-next{
    top:calc(50% - 34px);
    width:60px;
    height:60px;
    border-radius:50%;
    background-size:contain;
}
.secDetailsSlider .swiper-button-prev{
    background-image:url(../img/icon/btnPrev.png);
    left:-20px;
}
.secDetailsSlider .swiper-button-next{
    background-image:url(../img/icon/btnNext.png);
    right:-20px;
}
.secDetailsSlider .swiper-button-prev:after,
.secDetailsSlider .swiper-button-next:after{ display:none;}
.secDetailsSlider .swiper-pagination{
    position:static;
    padding-top:40px;
}
.secDetailsSlider .swiper-pagination .swiper-pagination-bullet{
    background:#e7e7e7;
    margin:0 5px !important;
    opacity:1;
    width:50px;
    height:3px;
    border-radius:0;
}
.secDetailsSlider .swiper-pagination .swiper-pagination-bullet-active{ background:#23b8c5;}
@media only screen and (max-width:767px){
	.secDetailsSlider{
		margin-top:30px;
	}
	.secDetailsSlider::after{ width:30px;}
	.secDetailsSlider .swiper-button-prev,
    .secDetailsSlider .swiper-button-next{
        top:calc(50% - 8px);
        width:36px;
        height:36px;
    }
    .secDetailsSlider .swiper-button-prev{
        left:-18px;
    }
    .secDetailsSlider .swiper-button-next{
        right:-18px;
    }
    .secDetailsSlider .swiper-box{
        margin-top:15px;
        text-align:center;
    }
	.secDetailsSlider .swiper-pagination{
        padding-top:0;
    }
	.secDetailsSlider .swiper-pagination .swiper-pagination-bullet{
		width:30px;
		height:3px;
	}
}

/* secDetailsEntry */
.secDetailsEntry{ padding-top:50px;}
.secDetailsEntry .boxEntry{
    font-weight:400;
	font-size:15px;
	line-height:32px;
    letter-spacing:.5px;
}
.secDetailsEntry h2{
    margin-bottom:25px;
}
@media only screen and (max-width:767px){
	.secDetailsEntry{ padding-top:30px;}
	.secDetailsEntry .boxEntry{
		font-size:14px;
		line-height:27px;
	}
    .secDetailsEntry h2{
        margin-bottom:15px;
    }
    .secDetailsEntry iframe{
        width:100%;
        height:calc(100vw * .50625);
    }
}

/* secDetailsYouTube */
.secDetailsYouTube{
	width:800px;
	margin:90px auto 0;
}
.secDetailsYouTube iframe{
	width:100%;
	height:450px;
	margin:0 auto;
}
@media only screen and (max-width:767px){
	.secDetailsYouTube{
		width:89.334%;
		margin:35px auto 0;
		position:relative;
		padding-top:calc(56.25% * .89334);
	}
	.secDetailsYouTube iframe{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
	}
}

/* secLinkTwo */
.secLinkTwo{
	display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
	background:#f3f3f3;
	margin-top:45px;
	padding:45px 0;
}
.secLinkTwo .aBox{
    position:relative;
    font-weight:700;
	font-size:12px;
	line-height:20px;
    letter-spacing:.5px;
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
	border:3px solid #000;
	background:#fff;
	text-decoration:none;
	width:380px;
	height:90px;
	color:#000;
	text-align:center;
}
.secLinkTwo .aBox:nth-child(2){
	background:#23b8c5;
	margin-left:20px;
	border:3px solid #23b8c5;
	color:#fff;
}
.secLinkTwo .aBoxTxt{
	position:relative;
	display:inline-block;
}
.secLinkTwo .aBoxTxt .aBoxTxtIn{
    display:block;
    font-weight:600;
    font-size:16px;
    letter-spacing:2px;
}
.secLinkTwo .aBox:nth-child(1)::before{
}
.secLinkTwo .aBox:nth-child(1)::after{
    position:absolute;
    top:calc(50% - 5.5px);
    left:40px;
    margin:auto;
    width:8px;
    height:8px;
    border-top:2px solid #000;
    border-right:2px solid #000;
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    content:"";
}
.secLinkTwo .aBox:nth-child(2)::before{
	content:"";
	position:absolute;
	top:-20px;
	left:calc(50% - 17.5px);
	background:url(../img/modelhouse/iconFlag.png) top center / cover no-repeat;
	width:35px;
	height:36px;
}
@media only screen and (max-width:767px){
	.secLinkTwo{
        display:-webkit-flex;
        display:flex;
        -webkig-flex-direction:column;
        flex-direction:column;
        width:100%;
        margin-top:30px;
        padding:20px 0;
	}
	.secLinkTwo .aBox{
        width:265px;
        height:65px;
        margin:0 auto;
        padding:10px 0;
        font-size:12px;
        line-height:20px;
	}
	.secLinkTwo .aBox:nth-child(2){
		order:1;
		margin:15px auto 0;
	}
	.secLinkTwo .aBox:nth-child(1)::after{
        left:30px;
	}
	.secLinkTwo .aBox:nth-child(2)::before{
		top: calc(50% - 20px);
        left: 25px;
	}
    .secLinkTwo .aBoxTxt .aBoxTxtIn{
        font-size:14px;
    }
}

/* secPromise */
.secPromise{
    margin-top:65px;
    padding-top:55px;
}
.secPromise .titMain{
    font-size:24px;
    line-height:52px;
}
@media only screen and (max-width:767px){
    .secPromise{
        margin-top:40px;
        padding-top:30px;
    }
    .secPromise .titMain{
        font-size:15px;
        line-height:30px;
    }
    .secPromise .list{
        margin-top:10px;
    }
}

/* btnPrevMain */
.btnPrevMain{ margin:60px auto 150px;}
@media only screen and (max-width:767px){
	.btnPrevMain{ margin:50px auto 80px;}
}

/* secForm */
.secForm.co,
.secForm.ok{
    margin-top:0;
    margin-bottom:0;
    padding-top:120px;
    padding-bottom:100px;
}
.secForm.co .bgBox,
.secForm.ok .bgBox{ margin-top:75px;}
.secForm.co .btnPrevMain{
    margin-top:0;
    margin-bottom:0;
    padding:24px 0;
    font-size:15px;
}
@media only screen and (max-width:767px){
    .secForm{
        margin-top:60px;
    }
    .secForm.co,
    .secForm.ok{
        margin-top:0;
        margin-bottom:0;
        padding-top:20px;
        padding-bottom:0;
    }
    .secForm.co .bgBox,
    .secForm.ok .bgBox{ margin-top:70px;padding-bottom:50px;}
    .secForm.ok .bgBox{ padding-bottom:40px;}
    .secForm.co .btnPrevMain{
        margin-bottom:30px;
        padding:10px 0;
        font-size:14px;
    }
}

.secForm.ok .secCmnBack{
    margin-bottom:0;
}
@media only screen and (max-width:767px){
    .secCmnBack{
        padding:0 0 30px;
        border-top:0;
    }
}

/* secHousing */
.secHousing{
	margin-top: 125px;
	text-align: center;
}
.secHousing .imgSp{
    display: none;
}
.secHousing .tit {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}
.secHousing .subTit {
    font-size: 18px;
    line-height: 2.2;
    margin-top: 25px;
    letter-spacing: 1px;
}
.secHousing .housingList{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
	margin-top: 40px;
}
.secHousing .housingList::before{
    position: absolute;
    content: "";
    background: url(../img/contact/imgWoman.png) top center no-repeat;
    width: 218px;
    height: 215px;
    top: -215px;
    left: 60px;
}
.secHousing .housingList::after{
    position: absolute;
    content: "";
    background: url(../img/contact/imgMan.png) top center no-repeat;
    width: 241px;
    height: 215px;
    top: -215px;
    right: 50px;
}
.secHousing .housingItem{
	width: 48.5%;
}

@media only screen and (max-width:767px){
	.secHousing{
		margin-top: 45px;
	}
	.secHousing .tit {
		font-size: 16px;
		line-height: 1.8;
	}
	.secHousing .imgSp{
        display: block;
        text-align: center;
        margin: 0 auto 15px;
    }
	.secHousing .subTit {
		font-size: 11px;
		margin-top: 10px;
	}
	.secHousing .housingList{
		display: block;
	}
	.secHousing .housingList::before{
		width: 72.66px;
        height: 112.666px;
        background-size: cover;
        z-index: -10;
        top: -110px;
        left: 1%;
	}
	.secHousing .housingList::after{
		width: 80.333px;
        height: 121.666px;
        background-size: cover;
        z-index: -10;
        top: -110px;
        right: 1%;
	}
	.secHousing .housingItem{
		width: 92%;
		margin: 20px auto 0;
	}
	.secHousing .housingItem:last-child{
		margin-top: 10px;
	}
}
/*-----------------------------------------------
ok
-----------------------------------------------*/
.secForm.ok .boxCenter{
    padding-bottom: 80px;
}
.secForm .txtOk {
    padding-bottom: 40px;
}
.secForm.ok .txtbox{
    width: 1140px;
    background: #fbfbfb;
    text-align: left;
    padding: 40px 49px;
    margin: 0 auto;
}
.secForm.ok .txtbox .undertit{
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 20px;
}
.secForm.ok .txtbox .t_box{
    margin-bottom: 29px;
}
.secForm.ok .txtbox .t_box:first-child{}
.secForm.ok .txtbox .t_box .txt{
    font-size: 13px;
    line-height: 28px;
}
.secBnrBottom{
    padding-top: 120px;
}
@media only screen and (max-width:767px){
    .secForm.ok .boxCenter{
        padding-bottom: 40px;
    }
    .secForm .txtOk {
        padding-bottom: 30px;
    }
    .secForm.ok .txtbox{
        width: 96%;
        background: #fbfbfb;
        text-align: left;
        padding: 20px 3%;
        margin: 0 auto;
    }
    .secForm.ok .txtbox .undertit{
        font-size: 14px;
        line-height: 1.6;
        padding-bottom: 20px;
    }
    .secForm.ok .txtbox .t_box{
        margin-bottom: 10px;
    }
    .secForm.ok .txtbox .t_box:first-child{}
    .secForm.ok .txtbox .t_box .txt{
        font-size: 12px;
        line-height: 1.8;
    }
    .secBnrBottom{
        padding-top: 60px;
    }
}
.secForm .secNote{
    width: 590px;
}
.br380,
.sp380{
    display: none;
}
@media only screen and (max-width:767px){
    .secForm .secNote{
        width: 100%;
    }
    .secForm .btnQuestionnaire .onBtn{
        top: 0;
    }
}