@charset "utf-8";

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

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secIndex */
.secIndex{
    margin-top:40px;
}
.secAreaTab{
    margin-top:100px;
}
.titSearch{
    margin-top:55px;
    font-weight:700;
    font-size:22px;
    line-height:32px;
    letter-spacing:2px;
    text-align:center;
}
.mainTitBox{
    padding-top: 210px;
}
.mainTitBox .titEng.minTit {
    font-size: 22px;
    margin-bottom: 24px;
}
@media only screen and (max-width:767px){
    .secIndex{
        margin-top:28px;
    }
    .secAreaTab{
        margin-top:0;
    }
    .titSearch{
        margin-top:20px;
        font-size:15px;
        letter-spacing:.5px;
    }
    .mainTitBox{
        padding-top: 0;
    }
    .mainTitBox .titEng.minTit {
        font-size: 15px;
        margin-bottom: 13px;
    }
}

/* secTxt */
.secTxt .imgBox{
    margin: 50px auto 25px;
    text-align: center;
}
.secTxt .txtBox{
    text-align: center;
}
.secTxt .tit{
    font-size: 24px;
    font-weight: bold;
    margin: 27px 0 40px 0;
}
.secTxt .txt{
    font-size: 16px;
    line-height: 2.25;
}
@media only screen and (max-width:767px){
    .secTxt .imgBox{
        margin: 34px auto 10px;
        text-align: center;
    }
    .secTxt .imgBox img{
        width: 41.45%;
    }
    .secTxt .tit{
        font-size: 15px;
        margin: 10px 0 20px 0;
        line-height: 1.86;
    }
    .secTxt .txt{
        text-align: left;
        font-size: 11px;
        font-weight: bold;
        line-height: 2;
    }

}
/* secIndexList */
.secIndexList{
	margin-top:50px;
}
.secIndexList .box{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column-reverse;
	flex-direction:column-reverse;
}
.secIndexList .box:not(:last-child){
	margin-bottom:70px;
	padding-bottom:70px;
	border-bottom:1px solid #e8e9ea;
}
.secIndexList .box:last-child{
    margin-bottom:90px;
}
.secIndexList .boxBody{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	padding:50px 0 0;
}
.secIndexList .boxTxt{
	width:calc(100% - 460px);
}
.secIndexList .boxTit{
	overflow:hidden;
	font-weight:700;
	font-size:36px;
	letter-spacing:8px;
	text-overflow:ellipsis;
	white-space:nowrap;
    margin-right: 15px;
}
.secIndexList .txtSub{
    margin: 15px 0 0 0;
    color:#b09b11;
    font-weight:700;
    font-size:22px;
    letter-spacing:4px;
}
.secIndexList .txtIn{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    width:100%;
	margin-top:30px;
    font-weight:400;
	font-size:18px;
    line-height:35px;
	letter-spacing:1px;
}
.secIndexList .boxBtn{
    width:360px;
    margin-top:5px;
}
.secIndexList .boxBtn .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:74px;
    padding-right:22px;
    border:1px solid #000;
    color:#000;
	font-weight:700;
	font-size:16px;
	text-align:center;
}
.secIndexList .boxBtn .btn:last-child a{
	margin-top:15px;
    padding-right:28px;
    border-color:#006253;
	background:#006253;
    color:#fff;
}
.secIndexList .boxBtn .btn a::before{
    display:inline-block;
    width:18px;
    height:18px;
    margin-right:10px;
    background:url(../img/common/iconSearch.png) center center / contain no-repeat;
    content:"";
}
.secIndexList .boxBtn .btn:last-child a::before{
    width:28px;
    height:26px;
    margin-right:5px;
    background-image:url(../img/common/iconReserve.png);
}
.secIndexList .boxBtn .btn 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:"";
}
.secIndexList .boxBtn .btn:last-child a::after{
    background-image:url(../img/common/imgArrow02.png);
}
.secIndexList .boxImg{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	width:100%;
}
.secIndexList .img{
	width:50%;
	height:0;
	padding-top:calc(70.1% * .5);
}
@media only screen and (max-width:767px){
	.secIndexList{
		margin-top:20px;
	}
	.secIndexList .box:not(:last-child){
		margin-bottom:50px;
		padding-bottom:0;
        border-bottom:0;
	}
    .secIndexList .box:last-child{
        margin-bottom:70px;
    }
    .secIndexList .img{
        width:100%;
        padding-top:66.667%;
    }
    .secIndexList .img:last-child{
        display:none;
    }
	.secIndexList .boxBody{
		flex-direction:column;
		-webkit-flex-direction:column;
		padding:22px 0 0;
	}
	.secIndexList .boxTxt{
		width:100%;
	}
	.secIndexList .boxTit{
        width:100%;
		font-size:22px;
        line-height:26px;
		letter-spacing:1.5px;
	}
    .secIndexList .txtSub{
        width:100%;
        margin-top:15px;
        margin-left:0;
        font-size:16px;
        letter-spacing:1px;
    }
	.secIndexList .txtIn{
		margin-top:12px;
		font-size:13px;
		line-height:24px;
		letter-spacing:.5px;
	}
	.secIndexList .boxTxt .add{
		margin-top:10px;
		font-size:12px;
		line-height:1.6;
		letter-spacing:0;
	}
	.secIndexList .boxBtn{
        display:-webkit-flex;
        display:flex;
        -webkit-justify-content:space-between;
        justify-content:space-between;
        width:100%;
		margin-top:18px;
	}
	.secIndexList .boxBtn .btn{
        width:calc(50% - 4px);
		letter-spacing:.5px;
	}
    .secIndexList .boxBtn .btn a{
        width:100%;
        height:56px;
        padding-right:0;
        font-size:14px;
        letter-spacing:0;
    }
    .secIndexList .boxBtn .btn:last-child a{
        margin-top:0;
        padding-right:0;
    }
    .secIndexList .boxBtn .btn a::before,
    .secIndexList .boxBtn .btn a::after{
        display:none;
    }
    .secBnrBottom{
        padding-top:0;
    }
}

/*-----------------------------------------------
	details
-----------------------------------------------*/
.secDetails{
    margin-top:40px;
}

/* secTit */
.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;
}
.secTit .titJpn{
	margin-top:18px;
    color:#253038;
	font-weight:bold;
	font-size:22px;
	letter-spacing:2px;
}
.secTit .titEng{
	font-weight:700;
	font-size:40px;
	letter-spacing:1.5px;
}
@media only screen and (max-width:767px){
	.secTit{
		margin-bottom:20px;
	}
	.secTit .titJpn{
		margin-top:10px;
		font-size:14px;
		letter-spacing:1px;
        line-height: 1.6;
	}
	.secTit .titEng{
		font-size:24px;
		letter-spacing:1px;
	}
}

.detailsHero{
    position:relative;
    min-height:680px;
}
.detailsTit{
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
    -webkit-align-items:center;
    align-items:center;
    position:absolute;
    top:0;
    left: 0;
    z-index:10;
    width: calc(100% - 970px);
    height:100%;
    background:#006253;
    color:#fff;
    padding-left: 20px;
}
.detailsTit .boxIn{
    position:relative;
    width:665px;
    padding:40px 50px 40px 0;
}
.detailsTit .tit{
    font-weight:700;
    font-size:44px;
    line-height:62px;
    letter-spacing:10px;
}
.detailsTit .subTit{
    margin-top:12px;
    color:#b09b11;
    font-weight:700;
    font-size:22px;
    line-height:38px;
    letter-spacing:2px;
}
.detailsTit .add{
    margin-top:15px;
    font-weight:700;
    font-size:19px;
    line-height:36px;
    letter-spacing:1px;
}
.detailsTit .tel{
    margin-top:24px;
}
.detailsTit .tel a{
    position:relative;
    padding-left:34px;
    color:#fff;
    font-weight:700;
    font-size:22px;
    letter-spacing:2px;
}
.detailsTit .tel a::before{
    position:absolute;
    top:calc(50% - 12px);
    left:3px;
    width:21px;
    height:25px;
    background:url(../img/common/iconTel.png) center center / contain no-repeat;
    content:"";
}
.detailsTit .hour{
    position:relative;
    margin-top:20px;
    padding-left:34px;
    font-weight:700;
    font-size:15px;
    line-height:25px;
    letter-spacing:.75px;
}
.detailsTit .hour::before{
    position:absolute;
    top:calc(50% - 10px);
    left:0;
    width:24px;
    height:24px;
    background:url(../img/common/iconOpening.png) center center / contain no-repeat;
    content: "";
}
.detailsTit .btn{
    width:360px;
    margin:40px 0 20px;
}
.detailsTit .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:74px;
    padding-right:22px;
    border:2px solid #fff;
    color:#fff;
    font-weight:700;
    font-size:16px;
    text-align:center;
}
.detailsTit .btn a::before{
    display:inline-block;
    width:28px;
    height:26px;
    margin-right:5px;
    background:url(../img/common/iconReserve.png) center center / contain no-repeat;
    content:"";
}
.detailsTit .btn a::after{
    position:absolute;
    right:28px;
    bottom:32px;
    width:30px;
    height:6px;
    overflow:hidden;
    background:url(../img/common/imgArrow02.png) right center / cover no-repeat;
    content:"";
}
#sliderHero{
    position: absolute;
    right: 0;
    width: 970px;
}
#sliderHero .swiper-container{
    width: 100%;
    overflow: visible;
}
.boxSlider .swiper-pagination{
    display:none;
}
#sliderHero .img{
    width: 100%;
    height: 0;
    padding-top: 70.103%;
}
@media only screen and (max-width:1779px){
    .detailsHero{
        min-height:575px;
    }
    .detailsTit{
        width: calc(100% - 820px);
    }
    #sliderHero{
        width:820px;
        right: 0;
    }
}
@media only screen and (max-width:767px){
    .secDetails{
        margin-top:20px;
    }
    .detailsHero{
        display:-webkit-flex;
        display:flex;
        -webkit-flex-direction:column-reverse;
        flex-direction:column-reverse;
    }
    .detailsTit{
        position:static;
        width:100%;
        transform:none;
        padding-left: 0;
    }
    .detailsTit .boxIn{
        display:-webkit-flex;
        display:flex;
        -webkit-flex-direction:column;
        flex-direction:column;
        padding:34px 4% 34px;
    }
    .detailsTit .tit{
        font-size:26px;
        line-height:1.6;
        letter-spacing:2px;
    }
    .detailsTit .subTit{
        margin-top:4px;
        font-size:19px;
        line-height:30px;
    }
    .detailsTit .add{
        margin-top:10px;
        font-weight:500;
        font-size:14px;
        line-height:25px;
        letter-spacing:.5px;
    }
    .detailsTit .tel{
        margin-top:12px;
    }
    .detailsTit .tel a{
        padding-left:24px;
        font-size:18px;
    }
    .detailsTit .tel a::before{
        top:calc(50% - 10px);
        width:17px;
        height:22px;
    }
    .detailsTit .hour{
        margin-top:14px;
        padding-left:30px;
        font-size:13px;
    }
    .detailsTit .hour::before{
        left:2px;
        width:20px;
        height:20px;
    }
    .detailsTit .btn{
        order:5;
        width:94.2%;
        max-width:325px;
        margin:24px auto 0;
    }
    .detailsTit .btn a{
        height:56px;
        padding-right:0;
        font-size:14px;
    }
    .detailsTit .btn a::before{
        display:none;
    }
    .detailsTit .btn a::after{
        right:18px;
        bottom:18px;
    }
    #sliderHero,
    #sliderHero .swiper-slide{
        position:relative;
        left:0;
        width:100%;
        margin:0 auto;
        -webkit-transition: -webkit-transform 0.4s ease-out;
        transition: transform 0.4s ease-out;
        transform-origin: center center;
    }
    #sliderHero .swiper-slide.swiper-slide-active {
        width: 345px !important;
    }
    #sliderHero .swiper-slide.swiper-slide-active{
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
    .boxSlider .swiper-pagination{
        display:block;
        position:static;
        margin-top:18px;
    }
    #sliderHero .swiper-pagination{
        position:absolute;
        left:0;
        width:100%;
    }
    .boxSlider .swiper-pagination-bullet{
        width:9px;
        height:9px;
        margin:0 5px;
        background:#d4d4d4;
        opacity:1;
    }
    .boxSlider .swiper-pagination-bullet-active{
        background:#006253;
    }
    #sliderHero .swiper-pagination-bullet{
        background:#00483d;
    }
    #sliderHero .swiper-pagination-bullet-active{
        background:#fff;
    }
    #sliderHero .swiper-button-prev,
    #sliderHero .swiper-button-next{
        display:none;
    }
}
@media only screen and (max-width:360px){
    #sliderHero .swiper-container, 
    #sliderHero .swiper-slide.swiper-slide-active {
        width: 300px !important;
    }
}

/* detailsTop */
.detailsTop{ margin-top:82px;}
.detailsTop .tit{
	font-weight:700;
	font-size:26px;
	line-height:40px;
	letter-spacing:2px;
}
.detailsTop .txt{
    margin-top:12px;
	font-weight:400;
	font-size:16px;
	line-height:36px;
	letter-spacing:1px;
}
@media only screen and (max-width:767px){
    .detailsTop{
        margin-top:45px;
    }
    .detailsTop .tit{
        font-size:15px;
        line-height:26px;
        letter-spacing:.5px;
    }
    .detailsTop .txt{
        margin-top:7px;
        font-size:13px;
        line-height:23px;
    }
}

/* detailsStaff */
.detailsStaff{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
    -webkit-align-items:center;
    align-items:center;
    margin-top:70px;
    padding:70px 60px 0;
    background:#f7f6f4;
}
.detailsStaff .boxIn{
    width:72.222%;
    margin-bottom:60px;
}
.detailsStaff .boxIn .tit{
    font-weight:700;
    font-size:22px;
}
.detailsStaff .boxIn .txt{
    margin-top:20px;
    font-size:14px;
    line-height:30px;
}
.detailsStaff .boxImg{
    position:relative;
    width:23.81%;
}
.detailsStaff .boxImg .img{
    width:100%;
    height:0;
    padding-top:103.334%;
    clip-path: polygon(50% 0, 100% 26%, 100% 100%, 0 100%, 0 26%);
}
.detailsStaff .boxImg .txt{
    position:absolute;
    top:-12px;
    left:-36px;
    width:183px;
    height:65px;
}
@media only screen and (max-width:767px){
    .detailsStaff{
        -webkit-flex-direction:column-reverse;
        flex-direction:column-reverse;
        margin-top:105px;
        padding:140px 6.52% 28px;
    }
    .detailsStaff .boxIn{
        width:100%;
        margin-bottom:0;
    }
    .detailsStaff .boxIn .tit{
        font-size:16px;
    }
    .detailsStaff .boxIn .txt{
        margin-top:10px;
        font-size:13px;
        line-height:23px;
    }
    .detailsStaff .boxImg{
        width:58.334%;
        margin-top:-200px;
        margin-bottom:25px;
    }
    .detailsStaff .boxImg .txt{
        top:-8px;
        left:-52px;
        width:126px;
        height:44px;
    }
}

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

/* secBnrReservation */
.secBnrReservation{
    margin-top:100px;
}
.detailsReserve + .secBnrReservation{
    margin-top:75px;
}
@media only screen and (max-width:767px){
    .secBnrReservation{
        margin-top:50px;
    }
    .detailsReserve + .secBnrReservation{
        margin-top:30px;
    }
}

/* detailsGallery */
.detailsGallery{
    position:relative;
	margin-top:130px;
}
.detailsGallery .secTit{
    position:absolute;
    top:-34px;
    left:calc(50% - 690px);
    z-index:10;
}
.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);
}
@media only screen and (max-width:1779px){
    .boxSlider .swiper-button-next {
        right: 10px;
    }.boxSlider .swiper-button-prev {
        left: 10px;
    }
}
@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;
    }
}

/* 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;
}
.detailsPoint .has-medium-font-size{
    font-size: 20px!important;
}
@media only screen and (max-width:767px){
    .detailsPoint{
        margin-top: 50px;
    }
    .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;
    }
}

/* detailsLayout */
.detailsLayout{
    margin-top:95px;
}
.detailsLayout .boxTxt{
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
    padding:40px;
    background:#006253;
    color:#fff;
    text-align:center;
}
.detailsLayout .boxTxt .txt{
    font-weight:700;
    font-size:20px;
    letter-spacing:.5px;
}
.detailsLayout .boxImg{
    border:1px solid #e8e9ea;
    border-top:0;
}
.detailsLayout .boxImg .img{
    width:100%;
    height:0;
    padding-top:49.203%;
}
.detailsLayout .boxImg .img img{
    max-width:85.632%;
    max-height:85.632%;
}
@media only screen and (max-width:767px){
    .detailsLayout{
        margin-top:45px;
    }
    .detailsLayout .boxTxt{
        padding:16px;
    }
    .detailsLayout .boxTxt .txt{
        font-size:13px;
        line-height:23px;
    }
    .detailsLayout .boxImg .img img{
        max-width:88.921%;
        max-height:88.921%;
    }
}

/* detailsReserve */
.detailsReserve{
	margin-top:100px;
    padding-top:68px;
    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;
}
.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:55px;
        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;
        align-items: flex-start;
        margin-top:25px;
	}
	.detailsReserve .boxList .item{
		width: 48%;
        margin-right:0;
        margin-bottom:30px;
        position: unset;
	}
	.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: 100%;
        margin:0 auto;
        border-radius: 0;
    }
	.detailsReserve .img{
		padding-top:0;
		height: auto;
	}
    .detailsReserve .boxImg .imgFit img{
        position: unset;
        width: 100%;
        height: auto;
    }
	.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;
	}
}

/* detailsMap */
.detailsMap{
	margin-top:70px;
}
.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:30px;
    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 .boxList{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin:20px auto 0;
}
.detailsMap .boxList li{
	width:49.2754%;
	padding:40px;
	border:1px solid #ccc;
}
.detailsMap .boxList li:last-child{
	padding-top:25px;
}
.detailsMap .boxList li .tit{
	font-weight:700;
	font-size:16px;
	letter-spacing:1px;
}
.detailsMap .boxList li .tit span{
	margin-right:12px;
}
.detailsMap .boxList li:last-child .tit span{
    vertical-align:-2px;
}
.detailsMap .boxList li .txt{
	margin-top:20px;
	font-size:16px;
	letter-spacing:.25px;
}
.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 .boxList{
		flex-direction:column;
		-webkit-flex-direction:column;
        margin-top:10px;
		margin-bottom:0;
	}
	.detailsMap .boxList li{
		width:100%;
		padding:25px 16px 18px;
	}
	.detailsMap .boxList li:last-child{
		margin-top:10px;
        padding-top:16px;
	}
	.detailsMap .boxList li .tit{
		font-size:13px;
		letter-spacing:.5px;
	}
    .detailsMap .boxList li .tit span img{
        width:30px;
        height:auto;
        vertical-align:text-bottom;
    }
	.detailsMap .boxList li .txt{
		margin-top:10px;
		font-size:13px;
		line-height:20px;
		letter-spacing:.5px;
	}
	.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;
	}
}

/* secCmnBack */
.secCmnBack{
    width:1380px;
	margin:120px auto 90px;
    padding-top:70px;
    border-top:1px solid #e8e9ea;
}
.secCmnBack .btnPrevMain{
    display:block;
	width:360px;
    margin:0 auto;
}
@media only screen and (max-width:767px){
	.secCmnBack{
        width:92%;
		margin-top:60px;
        margin-bottom:70px;
        padding-top:30px;
	}
    .secCmnBack .btnPrevMain{
        width:100%;
    }
}

.secBnrReserveIn{
    margin-top: 65px;
}
@media only screen and (max-width:767px){
    .secBnrReserveIn{
        margin: 25px auto 0;
        width: 92%;
    }
}

/* 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;
	}
}