@charset "utf-8";

/*-----------------------------------------------
	common
-----------------------------------------------*/
.mainTitBox.lazyloaded{ background:url(../img/title/bgLand.jpg) top center / cover no-repeat;}
@media only screen and (max-width:767px){
    .mainTitBox.lazyloaded{ background:url(../img/title/bgLand_sp.jpg) top center / cover no-repeat;}
}

/*-----------------------------------------------
	topBnr
-----------------------------------------------*/
.topBnr{
    width: 1180px;
    margin: 50px auto 0;
}
@media only screen and (max-width:767px){
    .topBnr{
        width: 92%;
        margin: 26px auto 0;
    }
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secSelectPro */
.secSelectPro{
    margin-top: 50px;
    text-align: center;
}
.secSelectPro .tit{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-top: 55px;
}
.secSelectPro .tit::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/land/iconSerch.gif) top center no-repeat;
    background-size: cover;
    width: 27px;
    height: 27px;
}
.secSelectPro .selectList{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.secSelectPro .selectItem{
    width: 460px;
    height: 80px;
}
.secSelectPro .selectItem:first-child{
    margin-right: 20px;
}
.secSelectPro input{
    display: none;
}
.secSelectPro .aBox{
    display: block;
    height: 100%;
    cursor: pointer;
    position: relative;
    background-color: #89aaa5;
}
.secSelectPro .aBox.active{
    background-color: #012923;
}
.secSelectPro .itemTxt{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    margin-top: 32px;
}
@media only screen and (max-width:767px){
    .secSelectPro{
        margin: 26px auto 0;
    }
    .secSelectPro .tit{
        font-size: 14px;
        letter-spacing: 0.5px;
        padding-left: 0;
        margin-top: 62px;
    }
    .secSelectPro .tit::before{
        width: 19px;
        height: 19px;
        right: 0;
        top: -60px;
    }
    .secSelectPro .selectItem{
        width: 49%;
        height: 50px;
        line-height: 0px;
    }
    .secSelectPro .selectItem:first-child {
        margin-right: 2%;
    }
    .secSelectPro .itemTxt{
        font-size: 13px;
        font-weight: bold;
        letter-spacing: normal;
        padding-top: 26px;
        margin-top: 0;
    }
}




/* secMainSearch */
.secMainSearch{
    margin-top: 45px;
}
.secMainSearch .titBox{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 90px;
}
.secMainSearch .titBox .secCmnPager {
    margin-top: 0;
    min-height: 36px;
    text-align: center;
    margin-left: 0;
}
.secMainSearch .titBox .TopTit{
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 680px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.secMainSearch .titBox .TopTit span{
    color: #006253;
    font-size: 34px;
    padding: 0 6px;
    letter-spacing: normal;
}
@media only screen and (max-width:1340px){
    .secMainSearch .titBox .TopTit{
        font-size: 15px;
        width: 630px;
    }
    .secMainSearch .titBox .TopTit span{
        font-size: 30px;
    }
}
.secMainSearch .titBox .inputBox .titInput {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 3px;
}
.secMainSearch .titBox .inputBox{
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;
}
.secMainSearch .titBox .inputBox select {
    height: 50px;
    width: 150px;
    padding-left: 10px;
    border-color: #e6e6e6;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: inherit;
}


.secMainSearch .secConditionsBtn{
    width: 360px;
    height: 70px;
    margin: 30px auto 0;
    border: solid 1px #000;
}
.secMainSearch .secConditionsBtn a{
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    padding-top: 26px;
    font-size: 16px;
    position: relative;
    color: #000;
}
.secMainSearch .secConditionsBtn a::after {
    position: absolute;
    right: 28px;
    bottom: 32px;
    width: 30px;
    height: 6px;
    overflow: hidden;
    background: url(../img/common/imgArrow01.png) right center / cover no-repeat;
    content: "";
}




.secMainSearch .subBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.secMainSearch .sortBox{
    width: 950px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #f7f6f4;
    border-radius: 50px;
    padding: 23px 0;
}
.secMainSearch .sortBox form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secMainSearch .sortBox .inputBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 40px;
}
.secMainSearch .sortBox .inputBox:last-child{
    margin-right: 0;
}
.secMainSearch .sortBox .titInput {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 3px;
}
.secMainSearch .sortBox select{
    height: 54px;
    width: 220px;
    padding-left: 10px;
    border-color: #e6e6e6;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: inherit;
}

.secMainSearch .pagerBox.top{
    position: absolute;
    bottom: 0;
    right: 0;
}
.secMainSearch .pagerBox.bottom{
    margin-top: 60px;
}
.secMainSearch .pagerList{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.secMainSearch .pagerList li:not(:last-child) {
    margin-right: 5px;
}
.secMainSearch .pagerList .prev, .secMainSearch .pagerList .next {
    position: relative;
    width: 50px;
    height: 36px;
}
.secMainSearch .pagerList .prev{
    margin-right: 5px;
}
.secMainSearch .pagerList .next{
    margin-left: 5px;
}
.secMainSearch .pagerList li a, .secMainSearch .pagerList li span {
    display: block;
    width: 30px;
    height: 30px;
    padding: 8px 0;
    font-size: 12px;
    border: 1px solid #e1e1e1;
    color: #1D1D1D;
    text-align: center;
}
.secCmnPager li span.current {
    color: #fff;
}
.secMainSearch .estateBox .titList{
    background: #f8f8f8;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 50px;
    border: #CCC solid 1px;
}
.secMainSearch .estateBox .titList .titIn{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-right: solid 1px #ccc;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 80px;
    color: #000;
}
.secMainSearch .estateBox .titList .titIn.area01{
    width: 31.8%;
}
.secMainSearch .estateBox .titList .titIn.area02{
    width: 33.5%;
}
.secMainSearch .estateBox .titList .titIn.area03{
    width: 17.35%;
}
.secMainSearch .estateBox .titList .titIn.area04{
    width: 17.35%;
    border-right: none;
}
.secMainSearch .itemList .item{
    border: #CCC solid 1px;
    border-top: none;
}
.secMainSearch .itemList .itemLink{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    color: #000;
}
.secMainSearch .itemList .itemIn{
    height: 305px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-right: #CCC solid 1px;
    font-weight: 700;
}
.secMainSearch .itemList .itemIn:nth-child(2){
    padding: 0 40px;
}
.secMainSearch .itemList .itemIn:nth-child(3),
.secMainSearch .itemList .itemIn:nth-child(4){
    padding: 0 35px;
    text-align: center;
}
.secMainSearch .itemList .itemIn:last-child{
    border-right: none;
}
.secMainSearch .itemList .itemIn.area01{
    width: 31.8%;
}
.secMainSearch .itemList .itemIn.area02{
    width: 33.5%;
}
.secMainSearch .itemList .itemIn.area03{
    width: 17.35%;
    display: flex;
}
.secMainSearch .itemList .itemIn.area03 .area03Box{
    text-align: left;
    font-size: 15px;
    line-height: 26px;
}
.secMainSearch .itemList .itemIn.area03 .area03Box .areaItem{
    margin-top: 17px;
}
.secMainSearch .itemList .itemIn.area03 .area03Box .areaItem:first-child{
    margin-top: 0;
}



.secMainSearch .itemList .itemIn.area04{
    width: 17.35%;
}
.secMainSearch .itemList .imgRe{
    width: 380px;
    margin: 0 auto;
}
.secMainSearch .itemList .imgBox{
    width: 100%;
    height: 0;
    padding-top: 64.4738%;
}
.secMainSearch .itemList .iconBox{
    display: flex;
    margin-bottom: 10px;
}
.secMainSearch .itemList .iconArea{
    background: #006253;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    width: 110px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 5px;
}
.secMainSearch .itemList .iconType01{
    background: #1176b0;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    width: 110px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 5px;
    margin-left: 5px;
}
.secMainSearch .itemList .iconType02{
    background: #b28850;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    width: 110px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 5px;
    margin-left: 5px;
}
.secMainSearch .itemList .iconType03{
    background: #556fb5;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    width: 110px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 5px;
    margin-left: 5px;
}
.secMainSearch .itemList .txtPrice{
    margin-top: 15px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}
.secMainSearch .itemList .txtPrice span{
    font-size: 38px;
}
.secMainSearch .itemList .titIn{
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    overflow: hidden;
    max-height: 60px;
}
.secMainSearch .itemList .txtAddress{
    font-size: 14px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
}
.secMainSearch .itemList .txtItem{
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 700;
}
.secMainSearch .itemList .txtItem.height{
    line-height: 1.73;
}
@media only screen and (max-width:767px){
    .secMainSearch{
        margin-top: 30px;
    }
    .secMainSearch .titBox{
        border-top: none;
        font-size: 14px;
        letter-spacing: 1px;
        padding-top: 0;
    }
    .secMainSearch .titBox .bottomTit{
        margin-top: 7px;
    }
    .secMainSearch .sortBox{
        width: 100%;
        border-radius: 0;
        padding: 20px 4%;
        display: block;
    }
    .secMainSearch .sortBox form {
       display: block;
    }
    .secMainSearch .sortBox .titInput {
        font-size: 12px;
    }
    .secMainSearch .sortBox select{
        height: 40px;
        width: 69.38%;
        padding-left: 5px;
    }
    .secMainSearch .sortBox .inputBox{
        margin-right: 0;
        justify-content: center;
    }
    .secMainSearch .sortBox .inputBox:last-child {
        margin-top: 10px;
    }
    .secMainSearch .secConditionsBtn {
        width: 86.667%;
        height: 56px;
        margin: 20px auto 0;
    }
    .secMainSearch .secConditionsBtn a {
        padding-top: 20px;
        font-size: 14px;
    }
    .secMainSearch .secConditionsBtn a::after {
        position: absolute;
        right: 20px;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    .secMainSearch .titBox {
       display: block;
        margin-top: 45px;
    }
    .secMainSearch .titBox .TopTit {
        font-size: 14px;
        width: 100%;
        line-height: 1.5;
        text-align: center;
    }
    .secMainSearch .titBox .TopTit span {
        font-size: 26px;
    }
    .secMainSearch .titBox .inputBox {
        margin: auto;
        justify-content: center;
        margin-top: 20px;
    }
    .secMainSearch .titBox .inputBox .titInput {
        font-size: 12px;
    }
    .secMainSearch .titBox .inputBox select {
        height: 40px;
        width: 120px;
        font-size: 12px;
    }
    .secMainSearch .titBox .secCmnPager {
        margin-top: 27px;
    }




    .secMainSearch .subBox{
        display: block;
    }
    .secMainSearch .sortBox{
        width: 100%;
        border-radius: 0;
        padding: 20px 4%;
    }
    .secMainSearch .pagerBox.top{
        position: static;
        margin-top: 20px;
    }
    .secMainSearch .pagerBox.bottom {
        margin-top: 30px;
    }
    .secMainSearch .estateBox .titList{
        display: none;
    }
    .secMainSearch .itemList{
        margin-top: 40px;
    }
    .secMainSearch .itemList .item {
        border-right: none;
        border-left: none;
        margin-top: 0;
    }
    .secMainSearch .itemList .item:first-child {
        border-top: solid 1px #cecece;
    }
    .secMainSearch .itemList .itemLink{
       display: block;
       padding: 20px 15px 0;
       font-size: 0;
    }
    .secMainSearch .itemList .itemIn{
        height: auto;
        position: static;
        display: block;
        border-right: none;
    }
    /*area01*/
    .secMainSearch .itemList .itemIn.area01{
        width: 45%;
        display: inline-block;
        vertical-align: middle;
    }
    .secMainSearch .itemList .itemIn.area01 .iconArea{
        width: 100%;
        font-size: 12px;
        padding: 6px 7px;
        max-width: 100%;
    }
    .secMainSearch .itemList .iconType01{
        width: 61px;
        font-size: 10px;
        padding: 6px 00px;
        margin-left: 0px;
    }
    .secMainSearch .itemList .iconType02{
        width: 61px;
        font-size: 10px;
        padding: 6px 00px;
        margin-left: 0px;
    }
    .secMainSearch .itemList .iconType03{
        width: 61px;
        font-size: 10px;
        padding: 6px 00px;
        margin-left: 0px;
    }
    .secMainSearch .itemList .itemIn.area01 .imgRe{
        width: 100%;
    }

    /*area02*/
    .secMainSearch .itemList .itemIn:nth-child(2) {
        padding: 0 10px;
        vertical-align: middle;
        margin-top: 0;
    }
    .secMainSearch .itemList .itemIn.area02{
        width: 54%;
        display: inline-block;
        position: relative;
    }
    .secMainSearch .itemList .itemIn.area02::after{
        position: absolute;
        content: "";
        width: 22px;
        height: 22px;
        background: url(../img/land/bgLinkBtn.gif) center top / cover;
        right: 0;
        bottom: 0;
    }
    .secMainSearch .itemList .itemIn.area02 .area02Cover{
        display: flex;
        display: -webkit-flex;
        flex-flow: column;
        min-height: 134px;
        justify-content: center;
    }
    .secMainSearch .itemList .txtPrice{
        order: 3;
        margin-top: 9px;
        font-size: 13px;
        letter-spacing: 0;
        padding-right: 15px;
    }
    .secMainSearch .itemList .txtPrice span{
        font-size: 20px;
    }
    .secMainSearch .itemList .titIn{
        margin-top: 0;
        font-size: 14px;
        letter-spacing: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        overflow: hidden;
        max-height: 42px;
        order: 1;
    }
    .secMainSearch .itemList .txtAddress{
        font-size: 12px;
        order: 2;
        margin-top: 7px;
        /* padding-bottom: 5px; */
    }



    /*area03*/
    .secMainSearch .itemList .itemIn.area03{
        width: 100%;
        display: block;
        margin-top: 15px;
        padding: 0;
        align-items: center;
        flex-direction: row;
    }
    .secMainSearch .itemList .itemIn.area03 .area03Box .areaItem{
        margin-top: 0;
        border-right: solid 1px #cecece;
    }
    .secMainSearch .itemList .itemIn.area03 .area03Box .areaItem:first-child {
        width: 20.8%;
        margin-top: 0;
    }
    .secMainSearch .itemList .itemIn.area03 .area03Box .areaItem:nth-child(2) {
        width: 39.6%;
        margin-top: 0;
        border-right: solid 1px #cecece;
    }
    .secMainSearch .itemList .itemIn.area03 .area03Box .areaItem:last-child {
        width: 39.6%;
        margin-top: 0;
        border-right: solid 1px #cecece;
    }
    .secMainSearch .itemList .itemIn.area03 .area03Box {
        display: flex;
        display: -webkit-flex;
        font-size: 11px;
        border: solid 1px #cecece;
        text-align: center;
    }
    .secMainSearch .itemList .itemIn.area03 .area03Box .areaItem {
        margin-top: 0;
        border-right: solid 1px #cecece;
    }
    .secMainSearch .itemList .itemIn.area03 .area03Box .areaItem:last-child{
        border-right: none;
    }
    .secMainSearch .itemList .itemIn.area03 .area03Box .areaItem .itemTopTxt{
        padding: 4px;
        border-bottom: solid 1px #cecece;
        background: #f8f8f8;
    }
    .secMainSearch .itemList .itemIn.area03 .area03Box .areaItem .itemInner{
        padding: 4px;
    }

    /*area04*/
    .secMainSearch .itemList .itemIn.area04{
        width: 100%;
        padding: 9px 0 13px;
    }
    .secMainSearch .itemList .itemIn.area04 .titSp.spOnly{
        display: inline;
    }
    .secMainSearch .itemList .itemIn.area04 .txtItem {
        font-size: 12px;
        line-height: 2;
        letter-spacing: 0.5px;
        text-align: left;
        font-weight: 700;
    }
}





/* secIndex */
.secIndex{
    position:relative;
}
/* secIndexLis */
.secIndexList{
    margin:80px 20px 0;
}
@media only screen and (max-width:767px){
	.secIndexList{
		margin:50px 0 0;
	}
}



/*-----------------------------------------------
	details
-----------------------------------------------*/

/*secTit*/
.secDetails .secTit{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	-webkit-flex-direction:column;
	justify-content:center;
	-webkit-justify-content:center;
	margin-bottom:55px;
	text-align:center;
}
.secDetails .secTit .titJpn{
	margin-top:18px;
    color:#253038;
	font-weight:bold;
	font-size:22px;
	letter-spacing:2px;
}
.secDetails .secTit .titEng{
	font-weight:700;
	font-size:40px;
	letter-spacing:1.5px;
}
@media only screen and (max-width:767px){
	.secDetails .secTit{
		margin-bottom:20px;
	}
	.secDetails .secTit .titJpn{
		margin-top:10px;
		font-size:14px;
		letter-spacing:1px;
        line-height: 1.6;
	}
	.secDetails .secTit .titEng{
		font-size:24px;
		letter-spacing:1px;
	}
}


.detailsCmnTit{
    margin-top: 90px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
.detailsCmnTit .cmnInner{
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
    letter-spacing: 2px;
}
.detailsCmnTit .cmnInner::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #006253;
}
@media only screen and (max-width:767px){
    .detailsCmnTit{
        margin-top: 40px;
        padding-bottom: 10px;
    }
    .detailsCmnTit .cmnInner{
        font-size: 14px;
        padding: 8px 0;
        padding-left: 12px;
        letter-spacing: 1px;
    }
    .detailsCmnTit .cmnInner::after{
        width: 4px;
    }
}




.secDetailsTop{
    margin-top: 90px;
}
.secDetailsTop .detailsTit{
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    position: relative;
}
.secDetailsTop .detailsTit::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -22px;
}
.secDetailsTop .detailsTxt{
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    margin-top: 42px;
}
.secDetailsTop .detailsIcon{
    display: block;
    font-size: 14px;
    font-weight: 700;
    width: 72px;
    height: 32px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    padding-top:9px;
}
.secDetailsTop .detailsIcon.estate{
    background-color: #556fb5;
}
.secDetailsTop .detailsIcon.land{
    background-color: #b28850;
}
.secDetailsTop .detailsIcon.sales{
    background-color: #1176b0;
}

.secDetailsTop .detailsTopBox{
    display: flex;
    display: -webkit-flex;
    background-color: #f7f6f4;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    justify-content: center;
    margin-top: 30px;
}
.secDetailsTop .detailsTopBox .detailsAddress{
    margin-right: 40px;
    padding-left: 28px;
    position: relative;
}
.secDetailsTop .detailsTopBox .detailsAddress::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 26px;
    background: url(../img/land/iconAddress.gif) center top / cover;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.secDetailsTop .detailsTopBox .detailsPrice{
    padding-left: 35px;
    position: relative;
}
.secDetailsTop .detailsTopBox .detailsPrice::after{
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    background: url(../img/land/iconPrice.gif) center top / cover;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media only screen and (max-width:767px){
    .secDetailsTop {
        margin-top: 27px;
    }
    .secDetailsTop .detailsTit {
        font-size: 17px;
        line-height: 1.4;
    }
    .secDetailsTop .detailsTit::after {
        width: 19px;
        bottom: -14px;
    }
    .secDetailsTop .detailsTxt {
        font-size: 13px;
        line-height: 21px;
        margin-top: 28px;
    }
    .secDetailsTop .detailsIcon {
        font-size: 11px;
        width: 65px;
        height: 24px;
        margin: 10px auto 0;
        padding-top: 6px;
    }
    .secDetailsTop .detailsTopBox {
        display: block;
        padding: 11.5px 12px 10.5px;
        font-size: 12px;
        margin-top: 14px;
    }
    .secDetailsTop .detailsTopBox .detailsAddress {
        margin-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .secDetailsTop .detailsTopBox .detailsAddress::after,.secDetailsTop .detailsTopBox .detailsPrice::after {
        display: none;
    }
    .secDetailsTop .detailsTopBox .detailsPrice {
        padding-left: 0;
        margin-top: 2px;
        text-align: center;
    }
}





.secDetailsMain{
    margin-top: 30px;
}
.secDetailsMain .boxImg{
    text-align: center;
}
.secDetailsMain .boxImg img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
.secDetailsMain .wrapImg.land{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.secDetailsMain .wrapImg.land .boxImg,
.secDetailsMain .wrapImg.land .boxBm{
    width: 49.275%;
}
.secDetailsMain .boxBm{
    margin-left: 1.45%;
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    position: relative;
    height: 438px;
}
.secDetailsMain .boxBm img{
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    width:auto;
    height:auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.secDetailsMain .mainTit{
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    margin-top: 55px;
    letter-spacing: 1px;
}
.secDetailsMain .mainTxt{
    font-size: 16px;
    line-height: 36px;
    margin-top: 16px;
}
@media only screen and (max-width:767px){
    .secDetailsMain .wrapImg.land{
        display: block;
    }
    .secDetailsMain .wrapImg.land .boxImg,
    .secDetailsMain .wrapImg.land .boxBm{
        width: 100%;
    }
    .secDetailsMain .boxBm{
        margin-left: 0;
        margin-top: 10px;
        padding: 10px;
        height: 223px;
    }
    .secDetailsMain .boxBm img{
        max-width: calc(100% - 20px);
        max-height: calc(100% - 20px);
    }

    .secDetailsMain{
        margin-top: 15px;
    }
    .secDetailsMain .mainTit {
        font-size: 15px;
        line-height: 26px;
        margin-top: 17px;
    }
    .secDetailsMain .mainTxt {
        font-size: 12px;
        line-height: 23px;
        margin-top: 10px;
    }
}

.secDetailsPriceBox{
    margin-top: 80px;
}
.secDetailsPriceBox .boxCover{
    display: flex;
    display: -webkit-flex;
}
.secDetailsPriceBox .boxCover .leftBox{
    width: 5.8%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    background-color: #006253;
    display: flex;
    align-items: center;
    padding: 34px 0;
}
.secDetailsPriceBox .boxCover .rightBox{
    width: 94.2%;
    display: flex;
    display: -webkit-flex;
    padding: 30px 26px 30px 30px;
    border: solid 1px #cccccc;
    border-left: none;
}
.secDetailsPriceBox .boxCover .rightBox .txtPriceCover{
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: center;
    border: solid 1px #ccc;
    flex-shrink: 0;
}
.secDetailsPriceBox .boxCover .rightBox .txtPriceCover .txtPrice{
    display: inline-block;
    width: 280px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    padding: 42px 8px;
    vertical-align: middle;
}
.secDetailsPriceBox .boxCover .rightBox .txtPrice .priceSpan{
    font-size: 18px;
}
.secDetailsPriceBox .boxCover .rightBox .boxPayment{
    width: 280px;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 10px;
    flex-shrink: 0;
}
.secDetailsPriceBox .boxCover .rightBox .boxPayment .paymentTxt,.secDetailsPriceBox .boxCover .rightBox .boxPayment .bonusTxt{
    width: 100%;
    border: solid 1px #ccc;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    padding: 10px 5px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}
.secDetailsPriceBox .boxCover .rightBox .repaymentCover{
    margin-left: 78px;
    max-width: 590px;
    width: 100%;
}
.secDetailsPriceBox .boxCover .rightBox .repaymentCover .boxRepayment{
    padding: 28px 8px;
    max-width: 480px;
    width: 100%;
    border: solid 2px #b09b11;
    box-shadow: inset 0px 6px 10px 0px rgba(62, 62, 62, 0.15);
    border-radius: 50px;
    color: #b09b11;
    font-weight: 700;
    position: relative;
    margin-top: 33px;
    display: inline-block;
}
.secDetailsPriceBox .boxCover .rightBox .repaymentCover .boxRepayment::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 8px;
    background: url(../img/land/iconRepayment.gif) center top / cover;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.secDetailsPriceBox .boxCover .rightBox .repaymentCover .boxRepayment .txtRepayment{
    font-size: 42px;
    text-align: center;
    letter-spacing: 3px;
}
.secDetailsPriceBox .boxCover .rightBox .repaymentCover .boxRepayment .txtRepayment .repaySpan{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.secDetailsPriceBox .boxCover .rightBox .repaymentCover .boxRepayment .txtRepayment .repayYenSpan{
    font-size: 18px;
}
.secDetailsPriceBox .boxCover .rightBox .repaymentCover .interestTxt{
    text-align: right;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: auto;
    padding-top: 23px;
}
@media only screen and (max-width:767px){
    .secDetailsPriceBox{
        margin-top: 30px;
    }
    .secDetailsPriceBox .boxCover {
       display: block;
    }
    .secDetailsPriceBox .boxCover .leftBox {
        width: 100%;
        writing-mode: inherit;
        font-size: 13px;
        display: block;
        text-align: center;
        padding: 14px 0 13px;
    }
    .secDetailsPriceBox .boxCover .rightBox {
        width: 100%;
        display: block;
        padding: 11px 15px 20px 15px;
        border: solid 1px #cccccc;
    }
    .secDetailsPriceBox .boxCover .rightBox .txtPriceCover {
        display: block;
        text-align: center;
        border: none;
        flex-shrink: 0;
    }
    .secDetailsPriceBox .boxCover .rightBox .txtPriceCover .txtPrice {
        display: inline-block;
        width: 100%;
        font-size: 23px;
        line-height: 1.4;
        padding: 0px 5px;
    }
    .secDetailsPriceBox .boxCover .rightBox .txtPrice .priceSpan {
        font-size: 14px;
        padding-right: 8px;
    }
    .secDetailsPriceBox .boxCover .rightBox .boxPayment {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .secDetailsPriceBox .boxCover .rightBox .boxPayment .paymentTxt, .secDetailsPriceBox .boxCover .rightBox .boxPayment .bonusTxt {
       display: none;
    }
    .secDetailsPriceBox .boxCover .rightBox .boxPayment .spPayment{
        text-align: center;
        font-size: 12px;
        margin-top: 9px;
    }
    .secDetailsPriceBox .boxCover .rightBox .repaymentCover {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }
    .secDetailsPriceBox .boxCover .rightBox .repaymentCover .boxRepayment {
        padding: 13px 3px;
        min-width: auto;
        width: 100%;
        position: relative;
        margin-top: 15px;
        box-shadow: none;
    }
    .secDetailsPriceBox .boxCover .rightBox .repaymentCover .boxRepayment::after {
        display: none;
    }
    .secDetailsPriceBox .boxCover .rightBox .repaymentCover .boxRepayment .txtRepayment .repaySpan {
        font-size: 13px;
        vertical-align: middle;
        margin-right: 6px;
    }
    .secDetailsPriceBox .boxCover .rightBox .repaymentCover .boxRepayment .txtRepayment {
        font-size: 22px;
        text-align: center;
        letter-spacing: 0;
    }
    .secDetailsPriceBox .boxCover .rightBox .repaymentCover .boxRepayment .txtRepayment .repayYenSpan {
        font-size: 13px;
    }
    .secDetailsPriceBox .boxCover .rightBox .repaymentCover .interestTxt {
        text-align: center;
        font-size: 11px;
        padding-top: 18px;
    }
}




.secSurroundings .surroundingsBox{
    margin-top: 21px;
}
.secSurroundings .surroundingsBox .surroundingsList{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.secSurroundings .surroundingsBox .surroundingsList li{
    width: 15.58%;
    margin-right: 1.304%;
}
.secSurroundings .surroundingsBox .surroundingsList li:nth-child(6n){
    margin-right: 0;
}
.secSurroundings .surroundingsBox .surroundingsList li:nth-child(n+7){
    margin-top: 27px;
}
.secSurroundings .surroundingsBox .surroundingsList li .img{
    width: 100%;
    padding-top: 73.023%;
}
.secSurroundings .surroundingsBox .surroundingsList li .txtBox{
    text-align: center;
}
.secSurroundings .surroundingsBox .surroundingsList li .txtBox .txtPlace{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 17px;
}
.secSurroundings .surroundingsBox .surroundingsList li .txtBox .txtDistance{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 2px;
}
@media only screen and (max-width:767px){
    .secSurroundings .surroundingsBox {
        margin-top: 17px;
    }
    .secSurroundings .surroundingsBox .surroundingsList li {
        width: 47.8%;
        margin-right: 4.4%;
    }
    .secSurroundings .surroundingsBox .surroundingsList li:nth-child(2n){
        margin-right: 0;
    }
    .secSurroundings .surroundingsBox .surroundingsList li:nth-child(n+3) {
        margin-top: 22px;
    }
    .secSurroundings .surroundingsBox .surroundingsList li .txtBox .txtPlace {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 9px;
        font-weight: 700;
    }
    .secSurroundings .surroundingsBox .surroundingsList li .txtBox .txtDistance {
        font-size: 11px;
        line-height: 1.4;
        margin-top: 3px;
    }
    .secSurroundings .surroundingsBox .surroundingsList li .txtBox {
        text-align: left;
    }
    .secSurroundings .surroundingsBox .surroundingsList li:nth-child(n+5){
        display: none;
    }
    .secSurroundings.show .surroundingsBox .surroundingsList li:nth-child(n+5){
        display: block;
    }
}

/*table*/
.secSurroundings .surroundingsTable .boxTable {
    width: 100%;
    margin-top: 50px;
}
.secSurroundings .surroundingsTable .boxTable th {
    width: 24.5%;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    padding: 27px 23px;
    background: #f9f9f9;
    border: #CCC solid 1px;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 1px;
}
.secSurroundings .surroundingsTable .boxTable td {
    width: 25.5%;
    padding: 14px 28px 13px;
    line-height: 2.3;
    border: #CCC solid 1px;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .secSurroundings .surroundingsTable .boxTable{
        display: none;
    }
}



/*moreLoad*/
@media only screen and (max-width:767px){
    .secSurroundings .moreLoad{
        width: 265px;
        height: 48px;
        margin: 30px auto 0;
    }
    .secSurroundings .moreLoad .loadBtn{
        display: block;
        width: 100%;
        height: 100%;
        font-size: 12px;
        text-align: center;
        padding-top: 18px;
        text-decoration: none;
        color: #000;
        border: solid 1px #ccc;
        border-radius: 50px;
        font-weight: 500;
    }
    .secSurroundings.show .moreLoad{
        display: none;
    }
}

/* detailsGallery */
.detailsGallery{
    position:relative;
	margin-top:130px;
}
.detailsGallery .secTit{
    position:absolute;
    top:-34px;
    left:calc(50% - 690px);
    z-index:10;
}
@media only screen and (max-width:1410px){
    .detailsGallery .secTit{
        left:calc(50% - 620px);
    }
}


.detailsGallery .swiper-container{ width:100%;}
.detailsGallery .img{
	width:100%;
	height:0;
	padding-top:58%;
}
.boxSlider .swiper-button-prev,
.boxSlider .swiper-button-next{
	width: 60px;
	height: 60px;
	margin: 0;
	top: calc(50% - 30px);
	z-index: 10;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(0,0,0,.15);
	background: #fff;
    opacity: 1 !important;
}
.boxSlider .swiper-button-prev{
	left: -35px;
    transform: scale(-1, 1);
}
.boxSlider .swiper-button-next{
	right: -35px;
}
.boxSlider .swiper-button-prev::after,
.boxSlider .swiper-button-next::after{
    content: "";
    position: absolute;
    top: 24px;
    left: 20px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.boxSlider .swiper-pagination{
    display: none;
}
@media only screen and (max-width:767px){
	.detailsGallery{
		margin-top:50px;
	}
    .detailsGallery .secTit{
        position:static;
        margin-bottom:20px;
        text-align:center;
    }
    .detailsGallery .secTit .titEng img{
        width:176px;
    }
    .detailsGallery .secTit .titJpn{
        margin-top:0;
        letter-spacing:0;
    }
	.detailsGallery .img{
		width:100%;
	}
	.boxGallery .swiper-container{
		width:100%;
	}
}

/*gallerySlider*/
.gallerySlider{
    margin: 0 auto 100px;
}
.gallerySlider .boxSlider{
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.gallerySlider .boxSlider .swiper-container{
    width: 100%;
    overflow: visible;
}
.gallerySlider .boxSlider .swiper-slide{
    opacity:.3;
}
.gallerySlider .boxSlider.disabled .swiper-slide,
.gallerySlider .boxSlider .swiper-slide-active{
    opacity:1;
}
.gallerySlider .boxSlider img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.gallerySlider .boxSlider .swiper-button-prev{
    left:-30px;
}
.gallerySlider .boxSlider .swiper-button-next{
    right:-30px;
}
.boxThumb{
    width: 1100px;
    margin: -85px auto 0;
    position: relative;
}
.boxThumb .wrapThumb{
    width: 854px;
    margin: 0 auto 0;
    overflow: hidden;
}
.boxThumb .swiper-container{
    width: 170px;
    margin: 0 auto;
    overflow: visible;
}
.boxThumb .swiper-slide{
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transform-origin: center center;
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
    cursor: pointer;
}
.boxThumb .swiper-slide::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 10;
}
.boxThumb .swiper-slide:hover::before{
    opacity: 1;
}
.boxThumb .swiper-slide:nth-child(1){
    margin-left: -14px;
}
.boxThumb .swiper-slide::after{
    content: "";
    border: #FFF solid 3px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.boxThumb .swiper-slide-prev{
    margin-right: 16px!important;
}
.boxThumb .swiper-slide-active{
    -webkit-transform: none;
    transform: none;
}
.boxThumb .swiper-slide::after{
    content: "";
}
.boxThumb.noSlide .swiper-container{
    width: 854px;
}
.boxThumb.noSlide .swiper-wrapper{
   justify-content: center;
}
.boxThumb.noSlide .swiper-slide-active{
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
}
.boxThumb.noSlide .swiper-slide-thumb-active{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.boxThumb.noSlide .swiper-button-prev,
.boxThumb.noSlide .swiper-button-next{
    display: none;
}
.boxThumb.noSlide .swiper-slide:nth-child(1){
    margin-left: 0;
}
.boxThumb .imgBox{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.boxThumb .swiper-button-prev,
.boxThumb .swiper-button-next{
	width: 60px;
	height: 60px;
	margin: 0;
	top: calc(50% - 30px);
	z-index: 10;
    border-radius:50%;
}
.boxThumb .swiper-button-prev{
	left: 0;
	background:#253038 url("../img/common/iconArrowSp.png") center / 60px no-repeat;
    transform:scale(-1, 1);
}
.boxThumb .swiper-button-next{
	right: 0;
	background:#253038 url("../img/common/iconArrowSp.png") center / 60px no-repeat;
}
.boxThumb .swiper-button-prev::after,
.boxThumb .swiper-button-next::after{
    display: none;
}
@media only screen and (max-width:767px){
    .gallerySlider{
        margin-bottom: 48px;
    }
    .gallerySlider .boxSlider{
        width: 92%;
        margin:0 auto;
        position: relative;
    }
    .gallerySlider .boxSlider .swiper-slide{
        opacity:.5;
    }
    .gallerySlider .boxSlider .swiper-slide-active{
        opacity:1;
    }
    .gallerySlider .boxSlider .swiper-button-prev,
    .gallerySlider .boxSlider .swiper-button-next{
        display: none;
    }
    .boxThumb{
        display:none;
    }
    .boxThumb .swiper-slide::after{
        border-width:1px;
    }
    .boxThumb .swiper-container{
        width: 65px;
        margin: 0 auto;
        overflow: visible;
    }
    .boxThumb .swiper-slide:nth-child(1){
        margin-left: -4px;
    }
    .boxThumb .swiper-slide-prev{
        margin-right: 4px!important;
    }
    .boxThumb .swiper-slide-active{
        margin-right: 4px!important;
    }
    .boxThumb .swiper-button-prev,
    .boxThumb .swiper-button-next{
        display: none;
    }
    .boxSlider .swiper-button-prev,
    .boxSlider .swiper-button-next{
        display: block;
        width: 30px;
        height: 30px;
        margin: 0;
        top: calc(50% - 15px);
        z-index: 10;
    }
    .boxSlider .swiper-button-prev{
        left: 2%;
        background: #253038 url("../img/common/iconArrow.png") center / 30px no-repeat;
    }
    .boxSlider .swiper-button-next{
        right: 2%;
        background: #253038 url("../img/common/iconArrow.png") center / 30px no-repeat;
    }
    .boxSlider .swiper-button-prev::after,
    .boxSlider .swiper-button-next::after{
        display: none;
    }
    .boxThumb.noSlide .swiper-container{
        width: 100%;
    }
    .boxThumb.noSlide .swiper-slide:nth-child(1){
        margin-left: -4px;
    }
    .boxSlider .swiper-pagination{
        display:block;
        position:static;
        margin-top:18px;
    }
    .boxSlider .swiper-pagination-bullet{
        width:9px;
        height:9px;
        margin:0 5px;
        background:#d4d4d4;
        opacity:1;
    }
    .boxSlider .swiper-pagination-bullet-active{
        background:#006253;
    }
    .boxThumb{
        display: none;
    }
    .boxSlider .swiper-button-prev,
    .boxSlider .swiper-button-next{
        display: none;
    }
}

/* detailsPoint */
.detailsPoint{
    margin-top: 100px;
}
.detailsPoint .boxTit{
    font-weight:700;
    font-size:28px;
    letter-spacing:2px;
    text-align:center;
}
.detailsPoint .boxTit span{
    padding-bottom:20px;
    border-bottom:2px solid #000;
}
.detailsPoint .boxEntry{
    margin-top:80px;
}
.detailsPoint .boxEntry h2{
    margin-top:40px;
    font-weight:700;
    font-size:22px;
    line-height:2;
}
.detailsPoint .boxEntry p{
    margin-top:15px;
    font-size:15px;
    line-height:31px;
}
.detailsPoint .boxList{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-top:70px;
}
.detailsPoint .boxList .item{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:column-reverse;
    flex-direction:column-reverse;
    width:47.826%;
}
.detailsPoint .boxList .item:nth-child(n + 3){
    margin-top:70px;
}
.detailsPoint .item .boxTxt{
    margin-top:32px;
}
.detailsPoint .item .boxTxt .tit{
    font-weight:700;
    font-size:22px;
    line-height:38px;
}
.detailsPoint .item .boxTxt .txt{
    margin-top:15px;
    font-size:15px;
    line-height:31px;
}
@media only screen and (max-width:767px){
    .detailsPoint{
        margin-top: 48px;
    }
    .detailsPoint .boxTit{
        font-size:17px;
        line-height:44px;
        letter-spacing:.75px;
        font-feature-settings:"palt";
    }
    .detailsPoint .boxTit span{
        padding-bottom:10px;
        border-width:1px;
    }
    .detailsPoint .boxEntry{
        margin-top:27px;
    }
    .detailsPoint .boxEntry img{
        max-width:100%;
        height:auto;
    }
    .detailsPoint .boxEntry h2{
        margin-top:20px;
        font-size:15px;
        line-height:24px;
    }
    .detailsPoint .boxEntry p{
        margin-top:8px;
        font-size:13px;
        line-height:23px;
    }
    .detailsPoint .boxList{
        margin-top:45px;
    }
    .detailsPoint .boxList .item{
        width:100%;
    }
    .detailsPoint .boxList .item:nth-child(n + 2){
        margin-top:44px;
    }
    .detailsPoint .item .boxTxt{
        margin-top:20px;
    }
    .detailsPoint .item .boxTxt .tit{
        font-size:15px;
        line-height:24px;
    }
    .detailsPoint .item .boxTxt .txt{
        margin-top:8px;
        font-size:13px;
        line-height:23px;
    }
}
@media only screen and (max-width:359px){
    .detailsPoint .boxTit{
        font-size:16px;
        letter-spacing:normal;
    }
}

/* detailsMap */
.detailsMap{
	margin-top:123px;
}
.detailsMap .secTit{
    margin-bottom:60px;
}
.detailsMap .secTit .titJpn{
    margin-top:20px;
    font-size:18px;
}
.detailsMap .boxAddress{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
    position:relative;
	padding: 26px 24px 21px;
    background:#006253;
    color:#fff;
    line-height: 1.5;
}
.detailsMap .boxAddress::before{
    position:absolute;
    top:-20px;
    left:calc(50% - 15px);
    width:31px;
    height:40px;
    background:url(../img/modelhouse/iconAccess.png) center center / contain no-repeat;
    content:"";
}
.detailsMap .boxAddress .txt{
	padding:10px 0;
    font-weight:700;
	font-size:22px;
	letter-spacing:2px;
}
.detailsMap .btn{
    width:400px;
    margin:30px auto;
}
.detailsMap .btn a{
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    position:relative;
    width:100%;
    height:66px;
    border:1px solid #000;
    color:#000;
    font-weight:700;
    font-size:15px;
    letter-spacing:1.5px;
    text-align:center;
}
.detailsMap .btn a::after{
    position:absolute;
    right:30px;
    bottom:calc(50% - 6px);
    width:41px;
    height:8px;
    overflow:hidden;
    background:url(../img/common/iconArrowBlk.png) right center / cover no-repeat;
    content:"";
}
.detailsMap .boxMap{
	position:relative;
	margin-top:20px;
}
.detailsMap .boxMap iframe{
	max-width:100%;
}
@media only screen and (max-width:767px){
	.detailsMap{
		margin-top:45px;
	}
    .detailsMap .secTit{
        margin-bottom:25px;
    }
    .detailsMap .titEng img{
        width:91px;
    }
    .detailsMap .secTit .titJpn{
        margin-top:8px;
        font-size:14px;
    }
	.detailsMap .boxAddress{
		flex-direction:column;
		-webkit-flex-direction:column;
		padding:5px 20px;
	}
    .detailsMap .boxAddress::before{
        width:24px;
        height:32px;
    }
	.detailsMap .boxAddress .txt{
		font-size:13px;
		line-height:20px;
        letter-spacing:.5px;
        text-align:center;
	}
    .detailsMap .btn{
        width:100%;
        margin-top:0;
        margin-bottom:10px;
        padding:0 20px 20px;
        background:#f9f9f9;
    }
    .detailsMap .btn a{
        width:245px;
        height:44px;
        margin:0 auto;
        background:#fff;
        font-size:13px;
        letter-spacing:.5px;
    }
    .detailsMap .btn a::after{
        display:none;
    }
	.detailsMap .boxMap{
		width:100%;
		height:0;
		padding-top:52.174%;
		margin-top:10px;
		position:relative;
	}
	.detailsMap iframe{
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
	}
}


/*.secDetailsAbout*/
.secDetailsAbout{
    margin-top: 120px;
}
.secDetailsAbout .secTit .titJpn{
    margin-top:20px;
    font-size:18px;
}
.secDetailsAbout .boxTable {
    width: 100%;
    margin-top: 40px;
    letter-spacing: 0.5px;
}
.secDetailsAbout .boxTable th {
    width: 240px;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    padding: 27px 28px;
    background: #f9f9f9;
    border: #CCC solid 1px;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 1px;
}
.secDetailsAbout .boxTable td {
    width: 450px;
    padding: 20px 30px 19px;
    line-height: 25px;
    border: #CCC solid 1px;
    vertical-align: middle;
    font-size: 14px;
}
.secDetailsAbout .boxTable td[colspan="3"] {
    width: 1140px;
}
@media only screen and (max-width:767px){
    .secDetailsAbout{
        margin-top: 58px;
    }
    .secDetailsAbout .titEng img {
        width: 75px;
    }
    .secDetailsAbout .secTit .titJpn {
        margin-top: 8px;
        font-size: 14px;
    }
    .secDetailsAbout .boxTable{
		margin-top: 20px;
	}
	.secDetailsAbout .boxTable tr:first-child{
		border-top: 1px solid #CCC;
	}
	.secDetailsAbout .boxTable,
	.secDetailsAbout .boxTable tbody,
	.secDetailsAbout .boxTable tr{
		display: block;
		font-size: 0;
	}
	.secDetailsAbout .boxTable tr{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.secDetailsAbout .boxTable th{
		width: 110px;
		display: -webkit-flex;
 		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		font-size: 13px;
		line-height: 17px;
		border-top: none;
		border-right: none;
		letter-spacing: 0;
		padding: 12px 13px 13px;
        white-space: pre-wrap;
	}
	.secDetailsAbout .boxTable td,
    .secDetailsAbout .boxTable td[colspan="3"],
	.secDetailsAbout .boxTable .tdPrice{
		width: calc(100% - 110px);
		display: -webkit-flex;
 		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		font-size: 13px;
		line-height: 1.5;
		border-top: none;
		padding: 12px 10px 13px;
	}
	.secDetailsAbout .boxTable .tdPrice{
		letter-spacing: 0.5px;
	}
	.secDetailsAbout .boxTable .numPrice{
		font-size: 18px;
		line-height: 1;
	}
}


/*secMadori*/
.secMadori{
    margin: 100px auto 0;
    position: relative;
}
.secMadori .detailsCmnTit {
    margin-top: 0;
}
.secMadori .txtZoom{
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 2;
    font-size: 13px;
    display: inline-block;
    padding: 0 0 0 30px;
    background: url("../img/land/iconZoom.gif") left center /22px no-repeat;
}
.secMadori .imgRe{
    margin: 20px auto 0;
    border: 1px solid #e1e1e1;
    padding: 0;
}
.secMadori .imgBox{
    width: 100%;
    height: 560px;
    display: block;
    padding: 55px 200px;
}
.secMadori .imgBox a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.secMadori .txtMadori{
    width: 400px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin: 30px auto 0;
}
@media only screen and (max-width:767px){
    .secMadori{
        margin: 30px auto 0;
        padding:0;
    }
    .secMadori .txtZoom{
        display: none;
    }
    .secMadori .imgRe{
        width: 100%;
        margin: 18px auto 0;
        padding: 20px 0;
        position: relative;
    }
    .secMadori .imgRe::after{
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background: url(../img/land/iconPlus.gif) center top / cover;
        right: 0;
        bottom: 0;
    }
    .secMadori .imgBox {
        height: 280px;
        padding: 20px;
    }
    .secMadori .txtMadori{
        width: 90%;
        font-size: 12px;
        margin: 20px auto 0;
    }
}

/*secEx*/
.secEx{
    margin: 100px auto 0;
    position: relative;
}
.secEx .detailsCmnTit {
    margin-top: 0;
}
.secEx .txtZoom{
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 2;
    font-size: 13px;
    display: inline-block;
    padding:0 0 0 30px;
    background: url("../img/land/iconZoom.gif") left center /22px no-repeat;
}
.secEx .txtZoom.sp{
    display: none;
}
.secEx .txtUnder{
    text-align: right;
    margin-top: 10px;
    font-size: 10px;
}
.secEx .btnList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 20px auto 40px;
}
.secEx .btnList .btn{
    display: block;
    width: 560px;
    height: 160px;
    text-align: center;
    color: #FFF;
    padding: 36px 0 0;
}
.secEx .btnList .btnReserve{
    background: #CEBF62;
}
.secEx .btnList .btnPdf{
    background: #202020;
}
.secEx .txtBtn{
    margin-top: 20px;
    letter-spacing: 3px;
    font-size: 26px;
}
@media only screen and (max-width:767px){
    .secEx{
        margin: 30px auto 0;
    }
    .secEx .titParcel{
        font-size: 16px;
        padding: 9px 0 9px 10px;
        border-left: 4px solid #6eb82b;
        letter-spacing: 1.5px;
        margin-bottom: 5px;
    }
    .secEx .titParcel::after{
        display: none;
    }
    .secEx .txtZoom{
        top: 8px;
        font-size: 11px;
        padding: 0 0 0 20px;
        background: url(../img/land/iconZoom.gif) left center /15px no-repeat;
    }
    .secEx .txtZoom.pc{
        display: none;
    }
    .secEx .txtZoom.sp{
        display: block;
    }
    .secEx .txtUnder{
        line-height: 1.4;
    }
    .secEx .btnList{
        margin: 20px auto;
    }
    .secEx .btnList .btn{
        width: 49%;
        height: auto;
        padding: 20px 0;
    }
    .secEx .txtBtn{
        margin-top: 0;
        letter-spacing: 0.5px;
        font-size: 15px;
        line-height: 1.4;
    }
}
/*secEx mainBox*/
.secEx .boxSlider2{
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    border: #CCC solid 1px;
    background: #F2F2F2;
}
.secEx .mainBox{
    width: calc(100% - 590px);
    border-right: #CCC solid 1px;
    position: relative;
    padding: 55px 0 53px;
    background: #FFF;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secEx .mainBox .swiper-container{
    width: 80.051%;
    margin: 0 auto;
    position: relative;
}
.secEx .mainBox .swiper-slide{
    width: 100%;
    height: auto;
    background: #fff;
}
.secEx .mainBox .swiper-slide:last-child{
    margin-right: 0!important;
}
.secEx .mainBox .link{
    display: block;
}
.secEx .mainBox .imgBox{
    width: 100%;
    height: 0;
    padding-top: 71.429%;
}
.secEx .mainBox .txtBox{
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    background: #FFF;
}
.secEx .mainBox .swiper-button-prev,
.secEx .mainBox .swiper-button-next{
	width: 82px;
	height: 82px;
	margin: 0;
    top: calc(50% - 75px);
	z-index: 10;
}
.secEx .mainBox .swiper-button-prev{
	left: 35px;
	background: url(../img/land/btnPrev02.png) center top / cover no-repeat;
}
.secEx .mainBox .swiper-button-next{
	right: 35px;
	background: url(../img/land/btnNext02.png) center top / cover no-repeat;
}
.secEx .mainBox .swiper-button-prev.swiper-button-disabled{
	background: url(../img/land/btnPrev02_no.png) center top / cover no-repeat;
}
.secEx .mainBox .swiper-button-next.swiper-button-disabled{
	background: url(../img/land/btnNext02_no.png) center top / cover no-repeat;
}
.secEx .mainBox .swiper-pagination{
    position: static;
}
.secEx .mainBox .countBox{
    text-align: center;
    font-weight: bold;
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    right: 10px;
    top: 0;
    z-index: 100;
    border-radius: 15px;
}
.secEx .mainBox .swiper-button-next:after,.secEx .mainBox .swiper-button-prev:after {
    display: none;
}
@media only screen and (max-width:767px){
    .secEx .boxSlider2{
        display: block;
    }
    .secEx .boxSlider2 {
        border:none;
        background: #F2F2F2;
    }
    .secEx .mainBox{
        width: 100%;
        border:none;
        padding: 15px 0;
    }
    @-webkit-keyframes sideItem {
        0%     { transform:translateX(0); }
        25%     { transform:translateX(10px) }
        50% { transform:translateX(0); }
        75% { transform:translateX(-10px); }
        100% { transform:translateX(0); }
    }
    @keyframes sideItem {
        0%     { transform:translateX(0); }
        25%     { transform:translateX(10px) }
        50% { transform:translateX(0); }
        75% { transform:translateX(-10px); }
        100% { transform:translateX(0); }
    }
    .secEx .mainBox .swiper-container{
        width: 100%;
        margin: 0 auto;
        overflow: visible;
    }
    .secEx .mainBox .txtBox{
        margin-top: 10px;
        font-size: 11px;
    }
    .secEx .mainBox .imgBox {
        width: 100%;
        height: 0;
        padding-top: 71.86%;
    }
    .secEx .mainBox .swiper-button-prev,
    .secEx .mainBox .swiper-button-next{
        display: none;
    }
    .secEx .swiper-button-prev,
    .secEx .swiper-button-next{
        display: none;
    }
    .secEx .swiper-wrapper{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .secEx .mainBox .swiper-slide{
        width: calc(50% - 7.5px);
    }
    .secEx .swiper-slide:nth-child(2n){
        margin-left: 15px;
    }
    .secEx .swiper-slide:nth-child(n+3){
        margin-top: 20px;
    }
    .secEx .swiper-slide:nth-child(n+5){
        display: none;
    }
    .secEx.show .swiper-slide:nth-child(n+5){
        display: block;
    }
    .secEx .moreLoad {
        width: 265px;
        height: 48px;
        margin: 30px auto 0;
    }
    .secEx.show .moreLoad {
       display: none;
    }
    .secEx .moreLoad .loadBtn {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 12px;
        text-align: center;
        padding-top: 18px;
        text-decoration: none;
        color: #000;
        border: solid 1px #ccc;
        border-radius: 50px;
        font-weight: 500;
    }
    .secEx .mainBox .countOut{
        display: none;
    }
    .secEx .mainBox .link{
        pointer-events: none;
    }
}

/*secEx mainBox*/
.secEx .bgThumb2{
    padding: 70px 30px 70px;
    width: 590px;
    flex-shrink: 0;
}
.secEx .boxThumb2{
    height: 485px;
    position: relative;
}
.secEx .boxThumb2 .swiper-container{
    width: 100%;
    height: 485px!important;
    margin: 0;
}
.secEx .boxThumb2 .swiper-wrapper{
    font-size: 0;
}
.secEx .boxThumb2 .img{
    width: 23.487%;
    margin: 0 2.017% 3px 0;
    display: inline-block;
    vertical-align: top;
}

.secEx .boxThumb2 .img:nth-child(4n){
    margin-right: 0;
}
.secEx .boxThumb2 .link{
    display: block;
}
.secEx .boxThumb2 .imgBox{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 71.775%;
    position: relative;
}
.secEx .boxThumb2 .img.on .imgBox::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #000;
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
}
.secEx .boxThumb2 .on .imgBox::after{
    border: #0064A6 solid 3px;
}
.secEx .boxThumb2 .txtIn{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 5px;
    color: #000;
}
.secEx .boxThumb2 .thumbUnder{
    width: 190px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.secEx .boxThumb2 .swiper-button-prev,
.secEx .boxThumb2 .swiper-button-next{
	width: 16px;
	height: 10px;
	margin: 0;
	z-index: 10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.secEx .boxThumb2.disabled .swiper-button-prev,
.secEx .boxThumb2.disabled .swiper-button-next{
    display: none;
}
.secEx .boxThumb2 .swiper-button-prev{
	background: url("../img/land/btnPrev03.gif") center top / cover no-repeat;
    top: -40px;
}
.secEx .boxThumb2 .swiper-button-next{
	background: url("../img/land/btnNext03.gif") center / cover no-repeat;
    bottom: -40px;
    top: auto;
}
.secEx .boxThumb2 .swiper-button-prev::after,
.secEx .boxThumb2 .swiper-button-next::after{
    display: none;
}
.secEx .swiper-button-next.swiper-button-disabled, .secEx .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.secEx .boxThumb2 .swiper-button-prev.swiper-button-disabled{
	background: url("../img/land/btnPrev03_no.gif") center top / cover no-repeat;
}
.secEx .boxThumb2 .swiper-button-next.swiper-button-disabled{
	background: url("../img/land/btnNext03_no.gif") center / cover no-repeat;
}
.secEx .boxThumb2 .swiper-pagination{
    position: static;
    width: 66px;
    margin: 0 auto;
}
.secEx .boxThumb2 .swiper-pagination-bullet{
    background: #CCC;
    opacity: 1;
    width: 7px;
    height: 7px;
    vertical-align: top;
    margin: 3px 2px;
    border-radius: 0;
}
.secEx .boxThumb2 .swiper-pagination-bullet-active{
    background: #0064A7;
}

@media only screen and (max-width:767px){
    .secEx .bgThumb{
        padding: 20px 10px 12px;
    }
    .secEx .boxThumb2 .swiper-container{
        width: 260px;
        margin: 0 auto;
    }
    .secEx .boxThumb2 .swiper-wrapper{
        font-size: 0;
    }
    .secEx .boxThumb2 .img{
        width: 80px;
        margin: 0 10px 10px 0;
        display: inline-block;
        vertical-align: top;
    }
    .secEx .boxThumb2 .img:nth-child(3n){
        margin-right: 0;
    }
    .secEx .boxThumb2 .link{
        display: block;
    }
    .secEx .boxThumb2 .imgBox{
        display: block;
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    .secEx .boxThumb2 .imgBox::before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border: #FFF solid 5px;
        z-index: 5;
    }
    .secEx .boxThumb2 .imgBox::after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border: #CCC solid 1px;
        z-index: 8;
    }
    .secEx .boxThumb2 .on .imgBox::after{
        border: #0064A6 solid 3px;
    }
    .secEx .boxThumb2 .txtIn{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 10px;
        line-height: 1.4;
        margin-top: 5px;
        color: #000;
    }
    .secEx .boxThumb2 .thumbUnder{
        width: 190px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
    .secEx .boxThumb2 .swiper-button-prev,
    .secEx .boxThumb2 .swiper-button-next{
        width: 60px;
        height: 30px;
        margin: 0;
        z-index: 10;
        position: static
    }
    .secEx .boxThumb2 .swiper-button-prev{
        background: url("../img/land/btnPrev02.gif") center top / cover no-repeat;
    }
    .secEx .boxThumb2 .swiper-button-next{
        background: url("../img/land/btnNext02.gif") center top / cover no-repeat;
    }
    .secEx .boxThumb2 .swiper-pagination{
        position: static;
        width: 66px;
        margin: 0 auto;
    }
    .secEx .boxThumb2 .swiper-pagination-bullet{
        background: #CCC;
        opacity: 1;
        width: 7px;
        height: 7px;
        vertical-align: top;
        margin: 3px 2px;
        border-radius: 0;
    }
    .secEx .boxThumb2 .swiper-pagination-bullet-active{
        background: #0064A7;
    }
}


.secContactLink{
    margin-top: 80px;
}
.secContactLink .linkTit{
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 30px 0;
    background-color: #006253;
    color: #fff;
    letter-spacing: 2px;
}
.secContactLink .linkTxt{
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin-top: 41px;
}
.secContactLink .linkBox{
    display: flex;
    display: -webkit-flex;
    padding: 0 48px;
    margin-top: 46px;
}
.secContactLink .linkBox a{
    width: 840px;
    display: block;
    margin: 0 auto;
}
/* .secContactLink .linkBox a:first-child{
   margin-right: 3.426%;
} */
.secContactLink .telBox {
    margin-top: 40px;
    padding: 0 48px;
}
.secContactLink .telBox a{
    padding: 58px 0 63px;
    text-align: center;
    background: #f8f8f8;
    display: block;
    color: #000;
}
.secContactLink .telTit {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.secContactLink .telNumber {
    font-size: 34px;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 2px;
}
.secContactLink .telNumber span{
    position: relative;
    padding-left: 25px;
}
.secContactLink .telNumber span::before {
    position: absolute;
    content: "";
    background: url(../img/land/iconTel.gif) top center no-repeat;
    background-size: cover;
    width: 17px;
    height: 23px;
    top: 10px;
    left: 0;
}
.secContactLink .telSub {
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 25px;
    font-weight: 700;
}
@media only screen and (max-width:767px){
    .secContactLink {
        margin-top: 34px;
        padding-bottom: 40px;
        border-bottom: solid 1px #e8e9ea;
    }
    .secContactLink .linkTit {
        font-size: 14px;
        padding: 20px 0;
        letter-spacing: 1px;
    }
    .secContactLink .linkTxt {
        font-size: 17px;
        line-height: 1.4;
        margin-top: 20px;
    }
    .secContactLink .linkBox{
        padding: 0 ;
        margin-top: 20px;
    }
    /* .secContactLink .linkBox a{
        width: 47.826%;
    } */
    .secContactLink .telBox{
        margin-top: 20px;
        padding: 0;
    }
    .secContactLink .telBox a {
        padding: 40px 0;
    }
    .secContactLink .telTit{
        font-size: 15px;
        letter-spacing: normal;
    }
    .secContactLink .telNumber{
        font-size: 26px;
        display: inline-block;
        margin-top: 17px;
    }
    .secContactLink .telNumber span::before{
        top: 6px;
        left: 2px;
    }
    .secContactLink .telSub{
        font-size: 12px;
        margin-top: 18px;
        letter-spacing: normal;
    }
    .spTxt{
        width: 205px;
        height: 28px;
        font-size: 12px;
        text-align: center;
        margin: 16px auto 0;
        color: #fff;
        background-color: #000;
        border-radius: 30px;
        padding-top: 8px;
    }
}


/* detailsReserve */
.detailsReserve{
	margin-top:160px;
    padding-top:98px;
    border-top:1px solid #e8e9ea;
}
.detailsReserve > .tit{
	font-weight:700;
	font-size:26px;
    line-height:50px;
    letter-spacing:3px;
	text-align:center;
}
.detailsReserve > .tit span{
    padding-bottom:2px;
    background:linear-gradient(transparent 70%, #ffd800 70%);
}
.detailsReserve .boxList{
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:space-between;
	justify-content:space-between;
    max-width:1330px;
	margin:55px auto 0;
}
.detailsReserve .boxList .item{
	display:-webkit-flex;
	display:flex;
    -webkit-flex-direction:column-reverse;
    flex-direction:column-reverse;
    position:relative;
	width:21.053%;
	margin-right:5.2627%;
}
.detailsReserve .boxList .item:nth-child(4n),
.detailsReserve .boxList .item:last-child{
	margin-right:0;
}
.detailsReserve .item .tit{
    margin-top:30px;
    font-weight:700;
	font-size:18px;
	line-height:33px;
    letter-spacing:.5px;
    font-feature-settings:"palt";
    text-align:center;
}
@media only screen and (max-width:1320px){
    .detailsReserve .item .tit{
        font-size:17px;
        letter-spacing: normal;
    }
}
.detailsReserve .boxImg{
	position:relative;
    border-radius:50%;
    overflow:hidden;
}
.detailsReserve .img{
	height:0;
	padding-top:100%;
}
.detailsReserve .boxBtn{
	width:600px;
	margin:40px auto 0;
}
.detailsReserve .boxBtn a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	padding:22px 0 23px;
	background-color:#ffde00;
	border:1px solid #282f38;
	border-radius:3px;
	font-weight:700;
	font-size:15px;
	letter-spacing:1px;
	text-align:center;
}
.detailsReserve .boxBtn a::after{
	position:absolute;
	top:calc(50% - 7px);
	right:20px;
	width:9px;
	height:14px;
	background:url(../img/common/imgArrow02.png) center center / contain no-repeat;
	content:"";
}
.detailsReserve .btn span{
	display:block;
	margin:-4px 0 10px;
	line-height:32px;
}
.detailsReserve .btn span img{
	vertical-align:middle;
}
@media only screen and (max-width:767px){
	.detailsReserve{
		margin-top:45px;
        padding-top:0;
        border-top:0;
	}
	.detailsReserve  > .tit{
		font-size:15px;
		line-height:26px;
        letter-spacing:.5px;
	}
    .detailsReserve > .tit .sub{
        font-size:14px;
    }
    .detailsReserve > .tit .dots{
        padding-top:4px;
        background-size:1.05em 4px;
        background-image:radial-gradient(2px 2px at center center,#6eb82b,#6eb82b 100%,transparent)
    }
	.detailsReserve .boxList{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
        margin-top:25px;
	}
	.detailsReserve .boxList .item{
		width:49.333%;
		margin-right:0;
		margin-bottom:20px;
	}
	.detailsReserve .item .tit{
        width:100%;
        margin-top:15px;
		font-size:13px;
        line-height:20px;
        letter-spacing:0;
	}
    .detailsReserve .item .tit .titIn{
        padding:2px 4px;
    }
    .detailsReserve .boxImg{
        width:140px;
        margin:0 auto;
    }
	.detailsReserve .img{
		padding-top:100%;
	}
	.detailsReserve .boxBtn{
		width:100%;
		margin-top:20px;
	}
	.detailsReserve .boxBtn{
		width:295px;
	}
	.detailsReserve .boxBtn a{
		padding:10px 0 12px;
    font-size:12px;
    letter-spacing:.5px;
	}
	.detailsReserve .boxBtn span{
		height:20px;
		margin:0 0 8px;
		line-height:20px;
	}
	.detailsReserve .boxBtn span img{
		width:auto;
		height:20px;
	}
}

@media only screen and (max-width:359px){
    .detailsReserve .item .tit {
        font-size: 11px;
    }
}


/* 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;
    }
}


/* 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-bottom:0;
    padding:24px 0;
    font-size:15px;
}


.secFormTable td .contentsList{
    padding: 12px 0 3px;
}
.secFormTable td .contentsList li{
    margin-top: 3px;
}
.secFormTable td .contentsList li:first-child{
    margin-top: 0;
}
.secFormTable td .label04{
    display: inline-block;
}
.secFormTable td .contentsTxt .otherSpan{
    font-size: 13px;
}
.secFormTable tr:first-child {
    border-top: 1px solid #e1e1e1;
}
@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-top:0;
        margin-bottom:30px;
        padding:10px 0;
        font-size:14px;
    }
    .secFormTable td .contentsList{
        padding:  0 ;
    }
    .secFormTable td .contentsTxt .otherSpan{
        font-size: 11px;
    }
    .secFormTable td .contentsList li{
        margin-top: 0;
    }
    .secFormTable tr:first-child th{
        padding: 15px 0 10px;
    }
    .secForm.co .secFormTable tr:first-child th {
        padding: 15px 0;
    }
}

.secForm.ok .secCmnBack{
    margin-bottom:0;
}
@media only screen and (max-width:767px){
    .secCmnBack{
        padding:0 0 30px;
        border-top:0;
    }
}

/* secBnrbox */
.secBnrbox{
    width: 1180px;
    margin: 0 auto;
    margin-top: 80px;
}
.secBnrbox.mt50{
    margin-top: 50px;
}
.secBnrbox .linkbtn{
    display: block;
}
@media only screen and (max-width:767px){
    .secBnrbox{
    width: 92%;
    margin-top: 25px;
    }
    .secBnrbox.mt50{
        margin-top: 30px;
    }
    .secBnrbox .linkbtn{
    }
    .secBnrbox .txt{
        font-size: 11px;
        line-height: 20px;
        text-align: left;
        color: #676767;
        padding-top: 12px;
    }
}