@charset "UTF-8";

body{ width: 100% !important; }
.pc{ display: block !important; }
.sp-bl{ display: none !important; }

@media screen and (max-width: 768px){
	.pc{ display: none !important; }
	.sp-bl{ display: block !important; }
}



#design201910{
	position: relative;
	color: #333;
	font-family: 'Yu Gothic', Yugothic, sans-serif;
	margin-bottom: 50px;
}
	#design201910 h3{
		font-family: 'Yu Gothic', Yugothic, sans-serif;
	}
	#design201910 .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	#design201910 button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	}


#first-modal .modalContents{
	max-width: 800px;
	height: 80%;
	-ms-overflow-style:none;
}
#first-modal .modalContents::-webkit-scrollbar{
	display: none;
}
#first-modal .modalSubBox{
	max-width: 800px;
	height: 80%;
}
	#first-modal .modalContents img{
	    width: 100%;
	}
	.firstModalWeb {
	    display: block;
	    width: 39%;
	    height: 0;
	    padding-top: 10%;
	    position: absolute;
	    /*top: 69.5%; /* 通常 */
	    /*top: 80.2%;*/ /* 台風 */
	    /*top: 73.6%;*/ /* 休業告知あり */
	    top: 76.5%;
	    left: 10%;
	    background: #fff;
	    opacity: 0;
	    transition: .3s ease-in-out;
	}
	.firstModalTel {
	    display: block;
	    width: 35%;
	    height: 0;
	    padding-top: 5.5%;
	    position: absolute;
	    /*top: 72%; /* 通常 */
	    /*top: 82.1%;*/ /* 台風 */
	    /*top: 76.1%;*/ /* 休業告知あり */
	    top: 78%;
	    left: 53%;
	    background: #fff;
	    opacity: 0;
	    transition: .3s ease-in-out;
	}
	.firstModalWeb:hover,
	.firstModalTel:hover{
		opacity: .2;
	}
@media screen and (max-width: 768px){
	.firstModalWeb {
	    width: 73%;
	    padding-top: 19.856%;
	    /*top: 48.6%; /* 通常 */
	    /*top: 67.875%;*/ /* 台風 */
	    /*top: 55.5%;*/ /* 休業告知あり */
	    left: 13.333333%;
	    top: 55.6%;
	}
	.firstModalTel {
	    width: 75.6%;
	    padding-top: 12.6%;
	    /*top: 79.8%; /* 通常 */
	    /*top: 87.375%;*/ /* 台風 */
	    /*top: 80.9%;*/ /* 休業告知あり */
	    left: 12.333333%;
	    top: 82%;
	}
}


#mvSlide{
	line-height: 0;
}
#mvSlide.movie_play{
	opacity: 0;
}
	#mvSlide img{
		width: 100%;
	}

#mainImage{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	opacity: 0;
	transition: .5s ease-in-out;
}
#mainImage.movie_play{
	opacity: 1;
}
@media screen and (max-width: 768px){
	#mvBox{
		height: 518px;
	}
}
@media screen and (max-width: 414px){
	#mvBox{
		height: 518px;
	}
}
@media screen and (max-width: 375px){
	#mvBox{
		height: 469px;
	}
}
@media screen and (max-width: 320px){
	#mvBox{
		height: 400px;
	}
}



#meritBox{
	background: #153e75;
	padding-top: 25px;
	padding-bottom: 22px;
}
	#meritBox .inner{
		max-width: 969px;
	}
@media screen and (max-width: 768px){
	#meritBox .inner{
		max-width: 560px;
	}
}
@media screen and (max-width: 767px){
	#meritBox{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#meritBox .inner{
		width: 100%;
		max-width: 320px;
	}
}



#infoBox{
	padding-top: 50px;
	/*padding-bottom: 85px;*/
	padding-bottom: 45px;
}
	#infoBox .inner{
		max-width: 1000px;
	}
		#infoBox h3 {
		    max-width: 172px;
		    margin: auto;
		}
		.last1{
			max-width: 900px;
			margin: 30px auto;
		}
			.last1 img{
				width: 100%;
			}
		.infoContent {
		    color: #333;
		    font-size: 35px;
		    line-height: 1.4;
		    letter-spacing: .05em;
		    font-family: 'Yu mincho',Yumincho, serif;
		    font-weight: normal;
		    margin-top: 30px;
		}
			.infoContent span {
			    color: #ba4026;
			    font-weight: normal;
			    display: block;
			    margin-bottom: 10px;
			}
				.infoContent span b{
					font-family: 'Yu Gothic', Yugothic, sans-serif;
					font-weight: normal;
				}
		.senchaku{
			max-width: 900px;
			margin: 10px auto 40px;
		}
			.senchaku img{
				display: block;
				width: 100%;
				margin: auto;
			}
			.senchaku .notes {
			    display: block;
			    text-align: left;
			    margin-top: 10px;
			    font-size: 10px;
			    letter-spacing: .1em;
			    line-height: 1.4;
			    font-feature-settings: "palt";
			}
		.terrasse{
			max-width: 900px;
    		margin: 50px auto;
		}
			.terrasse a{
				display: block;
			}
@media screen and (max-width: 767px){
	#infoBox{
		/*padding-bottom: 65px;*/
		padding-bottom: 0;
		padding-top: 25px;
	}
	#infoBox h3{
		max-width: 126px;
	}
	.last1{
		margin: 20px auto;
	}
	.infoContent{
		margin-top: 10px;
		font-size: 21px;
	}
}


.kokuchi {
    box-sizing: border-box;
    border: 1px solid #ba4026;
    margin: 0 auto 60px;
    padding: 20px;
    max-width: 800px !important;
}
	.kokuchi h4 {
	    color: #ba4026;
	    font-size: 16px;
	    font-weight: normal;
	    font-family: 'Yu mincho',Yumincho, serif;
	    font-feature-settings: "palt";
	    letter-spacing: .05em;
	    line-height: 1.4;
	}
	.kokuchi span{
		display: block;
		margin-top: 10px;
	}
@media screen and (max-width: 767px){
	.kokuchi{
		margin-top: 20px;
		padding: 14px;
	}
	.kokuchi h4{
		font-size: 12px;
		line-height: 2;
	}
	.kokuchi span{
		font-size: 10px;
		margin-top: 5px;
	}
}


.rinji {
    max-width: 830px;
    background: #fff;
    margin: 30px auto;
    box-sizing: border-box;
    padding: 30px;
    border: 3px solid #ba4026;
    text-align: left;
    line-height: 1.4;
}
.rinji h4 {
	color:  #ba4026;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.rinji h4 + p {
    font-size: 14px;
    margin-top: 20px;
    color: #000;
}
.rinji table {
    border-top: 1px solid #999;
    margin-top: 10px;
}
.rinji table th {
    width: 170px;
    white-space: nowrap;
    padding: 10px 0 0;
    vertical-align: top;
    font-feature-settings: "palt";
    color: #000;
    font-size: 14px;
    letter-spacing: .05em;
}
.rinji table td {
    padding: 10px 0 0;
}
.rinji table td h5 {
	color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1em;
}
.rinji table td h5.red{
	color: #ba4026;
}
.rinji table td p{
	font-size: 12px;
	color: #000;
	line-height: 1.6;
}
@media screen and (max-width: 767px){
	.rinji{
		padding: 20px;
	}
	.rinji h4{
		font-size: 14px;
	}
	.rinji h4 + p{
		font-size: 13px;
		margin-top: 15px;
	}
}




#ikea{
	background: #e9f1f8;
}
	.ikeaMv:before{
		content: "";
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin: auto;
		width: 95%;
		max-width: 590px;
		height: 166px;
		background: url(../../img/design201910/txt_ikeaMv.png) no-repeat center/contain;
	}
	.ikeaGallery {
	    padding-top: 60px;
	    padding-bottom: 110px;
	}
		.ikeaGallery h3 {
		    max-width: 112px;
		    margin: auto;
		}
		.ikeaGallery h4 {
		    font-size: 30px;
		    line-height: 1.5;
		    margin-top: 25px;
		}
			.ikeaGallery h4 b{
				color: rgba(0,0,0,0);
				display: inline-block;
				width: 83px;
				height: 51px;
				position: relative;
				left: 7px;
				top: -3px;
				background: url(../../img/design201910/txt_open.png) no-repeat center/contain;
			}
		.ikeaMv img {
		    width: 100%;
		}
		.ikeaSlide{
			margin-top: 30px;
			padding-bottom: 11.5%;
			position: relative;
		}
			.ikeaSlide .slick-slide img {
			    width: 100%;
			}
			.ikeaSlide .slick-prev {
			    position: absolute;
			    left: 0;
			    top: 38.5%;
			    transform: translateY(-38.5%);
			    width: 50px;
			    height: 100px;
			    background: url(../../img/design201910/btn_ikeaSlide_prev.png) no-repeat center/contain;
			    z-index: 1;
			    font-size: 0;
			    transition: .3s;
			}
			.ikeaSlide .slick-next {
			    position: absolute;
			    right: 0;
			    top: 38.5%;
			    transform: translateY(-38.5%);
			    width: 50px;
			    height: 100px;
			    background: url(../../img/design201910/btn_ikeaSlide_next.png) no-repeat center/contain;
			    z-index: 1;
			    font-size: 0;
			    transition: .3s;
			}
			.ikeaSlide .slick-prev:hover,
			.ikeaSlide .slick-next:hover{
				opacity: .7;
			}

			.ikeaSlide .slick-dots {
			    position: absolute;
			    z-index: 1;
			    bottom: 0;
			    left: 0;
			    display: flex;
			    width: 100%;
			    justify-content: space-between;
			    align-items: flex-start;
			    align-content: flex-start;
			}
				.ikeaSlide .slick-dots li {
				    width: 13.6%;
				    height: 0;
				    padding-top: 8.5%;
				    position: relative;
				    transition: .4s ease-in-out;
				}
				.ikeaSlide .slick-dots li:hover {
					opacity: .7;
				}
					.ikeaSlide .slick-dots li button {
					    font-size: 0;
					    width: 100%;
					    height: 100%;
					    position: absolute;
					    left: 0;
					    top: 0;
					}
					.ikeaSlide .slick-dots li:nth-child(1) button{
						background: url(../../img/design201910/img_ikeaThumb1.jpg) no-repeat center/cover;
					}
					.ikeaSlide .slick-dots li:nth-child(2) button{
						background: url(../../img/design201910/img_ikeaThumb2.jpg) no-repeat center/cover;
					}
					.ikeaSlide .slick-dots li:nth-child(3) button{
						background: url(../../img/design201910/img_ikeaThumb3.jpg) no-repeat center/cover;
					}
					.ikeaSlide .slick-dots li:nth-child(4) button{
						background: url(../../img/design201910/img_ikeaThumb4.jpg) no-repeat center/cover;
					}
					.ikeaSlide .slick-dots li:nth-child(5) button{
						background: url(../../img/design201910/img_ikeaThumb5.jpg) no-repeat center/cover;
					}
					.ikeaSlide .slick-dots li:nth-child(6) button{
						background: url(../../img/design201910/img_ikeaThumb6.jpg) no-repeat center/cover;
					}
					.ikeaSlide .slick-dots li:nth-child(7) button{
						background: url(../../img/design201910/img_ikeaThumb7.jpg) no-repeat center/cover;
					}
					.ikeaSlide .slick-dots li button:before {
					    content: "";
					    position: absolute;
					    z-index: 1;
					    right: 7px;
					    bottom: 5px;
					    width: 25px;
					    height: 25px;
					    background: url(../../img/design201910/icon_ikeaThumb.png) no-repeat center/contain;
					}
@media screen and (max-width: 768px){
	.ikeaGallery .inner{
		max-width: 1000px;
	}
}
@media screen and (max-width: 767px){
	.ikeaMv:before{
		width: 72.1875%;
	}
	.ikeaGallery{
		padding-top: 35px;
		padding-bottom: 70px;
	}
	.ikeaGallery .inner{
		width: 100%;
	}
	.ikeaGallery h3{
		max-width: 82px;
	}
	.ikeaGallery h4{
		font-size: 18px;
		margin-top: 10px;
	}
	.ikeaGallery h4 b{
		width: 44px;
		height: 27px;
		top: 1px;
		left: 5px;
	}
	.ikeaSlide{
		padding-bottom: 105px;
	}
	.ikeaSlide .slick-prev,
	.ikeaSlide .slick-next{
		width: 35px;
		height: 70px;
		top: calc(54% - 105px);
		transform: none;
	}
	.ikeaSlide .slick-dots{
		width: 100%;
		display: block;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.ikeaSlide .slick-dots li{
		display: inline-block;
		width: 136px;
		padding-top: 85px;
	}
	.ikeaSlide .slick-dots li + li{
		margin-left: 6px;
	}
	.ikeaSlide .slick-dots li button:before{
		width: 20px;
		height: 20px;
		right: 6px;
		bottom: 4px;
	}
}



#eventBox {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f0f0f0;
}
	#eventBox h3 {
	    max-width: 80px;
	    margin: auto;
	}
	.eventList {
	    margin-top: 12px;
	}
		.eventList li {
		    width: 32%;
		    cursor: pointer;
		}
		.eventList li:nth-child(1){
			width: 66%;
		}
		.eventList li.closed{
			position: relative;
		}
		.eventList li.closed:before {
		    content: "今週の開催はありません";
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    background: #666;
		    border-radius: 2.5%;
		    opacity: .85;
		    cursor: default;
		    color: #fff;
		    font-size: 13px;
		    letter-spacing: .05em;
		    font-weight: bold;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		}
	.eventModal li {
	    width: 100vw;
	    height: 100vh;
	    position: fixed;
	    left: 0;
	    top: 0;
	    background: rgba(0,0,0,.7);
	    z-index: 1000000;
	    opacity: 0;
	    visibility: hidden;
	    transition: .5s;
	    overflow: scroll;
	    -webkit-overflow-scrolling: touch;
	    -ms-overflow-style:none;
	}
	.eventModal li::-webkit-scrollbar{
		display: none;
	}
	.eventModal li.active {
		opacity: 1;
		visibility: visible;
	}
		.eventModal li img {
		    width: auto;
		    max-width: 900px;
		    /*max-height: 80vh;*/
		    /*margin-top: 50vh;*/
		    /*transform: translateY(-50%);*/
		    margin-left: auto;
		    margin-right: auto;
		    margin-top: 100px;
		    margin-bottom: 100px;
		}
		.eventModal li.campaign2 img{
			max-width: 680px;
		}
		.eventModalClose{
			/*position: absolute;*/
			position: fixed;
			right: 50px;
			top: 50px;
			width: 50px;
			height: 50px;
			background: url(../../img/design201910/btn_eventModalClose.png) no-repeat center/contain;
			cursor: pointer;
		}
@media screen and (max-width: 768px){
	#eventBox .inner{
		max-width: 1000px;
	}
		.eventList li:nth-child(1) .pc{
			display: block !important;
		}
		.eventList li:nth-child(1) .sp-bl{
			display: none !important;
		}
	.eventModal li img{
		max-width: 90vw !important;
	}
	.eventModalClose{
		right: 5vw;
		top: 5vw;
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 767px){
	#eventBox{
		padding-top: 32px;
	}
	#eventBox h3{
		max-width: 60px;
	}
	.eventList li{
		width: 100%;
	}
	.eventList li + li{
		margin-top: 40px;
	}
	.eventList li:nth-child(1){
		width: 100%;
	}
		.eventList li:nth-child(1) .pc{
			display: none !important;
		}
		.eventList li:nth-child(1) .sp-bl{
			display: block !important;
		}
}



#kanseiBox{
}
	#kanseiBox h3 {
	    background: #153e75;
	}
		#kanseiBox h3 .inner {
		    max-width: 442px;
		    padding: 12px 0;
		}
	.kanseiList{
		background: url(../../img/design201910/bg_kanseiList.jpg) no-repeat center/cover;
		padding-top: 50px;
		padding-bottom: 60px;
	}
		.kanseiList .inner{
			max-width: 900px;
		}
			.kanseiList li{
				position: relative;
				text-align: left;
				color: #153e75;
				box-sizing: border-box;
				padding-left: 115px;
				min-height: 85px;
			}
			.kanseiList li + li{
				margin-top: 40px;
			}
			.kanseiList li:nth-child(1){
				padding-right: 30%;
			}
			.kanseiList li:before{
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				width: 80px;
				height: 80px;
			}
			.kanseiList li:nth-child(1):before{
				background: url(../../img/design201910/icon_kanseiList1.png) no-repeat center/contain;
			}
			.kanseiList li:nth-child(2):before{
				background: url(../../img/design201910/icon_kanseiList2.png) no-repeat center/contain;
			}
			.kanseiList li:nth-child(3):before{
				background: url(../../img/design201910/icon_kanseiList3.png) no-repeat center/contain;
			}
				.kanseiList h4{
					font-size: 24px;
					line-height: 1.4;
					margin-bottom: 10px;
				}
				.kanseiList p{
					font-size: 16px;
					letter-spacing: .1em;
					line-height: 1.625;
				}
				.kanseiList span{
					display: inline-block;
					font-size: 20px;
					letter-spacing: .1em;
					margin-right: 1em;
				}
					.kanseiList span em{
						font-size: 10px;
						font-style: normal;
						position: relative;
						top: -2px;
					}
				.kanseiImg {
				    position: absolute;
				    right: 0;
				    top: 0;
				    width: 27.777777%;
				}
@media screen and (max-width: 767px){
	#kanseiBox h3 .inner{
		max-width: 275px;
		padding: 10px 0 5px;
	}
	.kanseiList{
		padding-top: 30px;
		padding-bottom: 50px;
		background: url(../../img/design201910/bg_kanseiList-sp.jpg) no-repeat center/cover;
	}
	.kanseiList li{
		padding-left: 0;
	}
	.kanseiList li:before{
		width: 50px;
		height: 50px;
	}
	.kanseiList li:nth-child(1){
		padding-right: 0;
	}
	.kanseiList h4{
		display: flex;
		align-content: center;
		align-items: center;
		font-size: 20px;
		line-height: 1.5;
		padding-left: 65px;
		height: 50px;
		margin-bottom: 20px;
	}
	.kanseiList span{
		display: block;
		font-size: 16px;
		line-height: 2;
		margin-right: 0;
	}
	.kanseiImg{
		width: 42.8%;
		top: 70px;
	}
}



#modelrooms {
    /*padding-top: 100px;*/
    /*padding-bottom: 100px;*/
    padding-bottom: 60px;
    font-feature-settings: "palt";
}
	#modelrooms h3{
		font-size: 39px;
		position: relative;
		display: inline-block;
	}
	#modelrooms h3:before{
		content: "";
		position: absolute;
		z-index: -1;
		right: -103px;
		top: -35px;
		width: 213px;
		height: 76px;
		background: url(../../img/design201910/txt_modelroom.png) no-repeat center/contain;
	}
	#modelrooms p{
		font-size: 20px;
		letter-spacing: .1em;
		margin-top: 20px;
	}
	.modelroomsList{
		margin-top: 40px;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
		.modelroomsList li{
			width: 100%;
			/*width: 48%;*/
		}
			.modelroomsList h4{
				font-size: 16px;
				font-weight: normal;
				margin-bottom: 15px;
			}
			.modelroomsList .notes{
				display: block;
				text-align: left;
				margin-top: 5px;
				font-size: 10px;
				letter-spacing: .1em;
				line-height: 1.4;
				font-feature-settings: "palt";
			}
@media screen and (max-width: 768px){
	#modelrooms p{
		line-height: 1.4;
	}
	#modelrooms h3{
		line-height: 1.4;
		padding-bottom: 0;
	}
	#modelrooms h3:before{
		top: -10px;
	}
}
@media screen and (max-width: 767px){
	#modelrooms{
		/*padding-top: 45px;*/
		/*padding-bottom: 65px;*/
		padding-bottom: 30px;
	}
	#modelrooms .inner{
		width: 93.75%;
	}
	#modelrooms h3{
		font-size: 24px;
	}
	#modelrooms h3:before{
		right: -5px;
		/*top: -25px;*/
		width: 126px;
		height: 46px;
	}
	#modelrooms p{
		font-size: 14px;
		line-height: 1.92;
		margin-top: 10px;
	}
	.modelroomsList{
		margin-top: 25px;
	}
	.modelroomsList li{
		width: 100%;
	}
	.modelroomsList li + li{
		margin-top: 30px;
	}
	.modelroomsList h4{
		font-size: 14px;
		margin-bottom: 10px;
	}
}



#locationAccess{
	background: #fefbe4;
	padding-bottom: 80px;
}
	#locationAccess h3{
		background: url(../../img/design201910/bg_locationTit.jpg) no-repeat center/cover;
		width: 100%;
		height: 0;
		padding-top: 27.142857%;
		padding-bottom: 0;
		position: relative;
	}
		#locationAccess h3 .inner{
			max-width: 540px;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			right: 0;
			left: 0;
			margin: auto;
		}
	#locationAccess p{
		font-size: 26px;
		margin-top: 45px;
		line-height: 1.75;
		font-feature-settings: "palt";
	}
	.locationAccessList{
		background: url(../../img/design201910/bg_location.jpg) no-repeat center/cover;
		box-sizing: border-box;
		padding: 30px 8.5% 35px;
		position: relative;
		margin-top: 150px;
	}
	.locationAccessList:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -115px;
		margin: auto;
		width: 17px;
		height: 73px;
		background: url(../../img/design201910/icon_location.png) no-repeat center/contain;
	}
		.locationAccessList li{
			width: 27.710843%;
		}
			.locationAccessList li a{
				display: block;
				transition: .3s ease-in-out;
			}
			.locationAccessList li a:hover{
				transform: scale(.94);
			}
	.locationAccessBnrs{
		margin-top: 50px;
		align-content: flex-start !important;
		align-items: flex-start !important;
	}
		.locationAccessBnrs li{
			width: 48%;
		}
			.locationAccessBnrs .notes{
				display: block;
				font-size: 10px;
				letter-spacing: .1em;
				line-height: 1.4;
				margin-top: 5px;
				text-align: left;
				font-feature-settings: "palt";
			}
@media screen and (max-width: 767px){
	#locationAccess{
		padding-bottom: 65px;
	}
	#locationAccess h3{
		background: url(../../img/design201910/bg_locationTit-sp.jpg) no-repeat center/cover;
		padding-top: 62.5%;
	}
	#locationAccess h3 .inner{
		max-width: 202px;
	}
	#locationAccess h3 + .inner{
		width: 100%;
	}
	#locationAccess p{
		font-size: 14px;
		line-height: 2.21;
		margin-top: 40px;
	}
	.locationAccessList{
		padding: 50px 18.75% 75px;
		background: url(../../img/design201910/bg_location-sp.jpg) no-repeat center/cover;
	}
	.locationAccessList li{
		width: 100%;
	}
	.locationAccessList li + li{
		margin-top: 40px;
	}
	.locationAccessBnrs{
		margin-top: 45px;
		padding: 0 6.25%;
	}
	.locationAccessBnrs li{
		width: 100%;
	}
	.locationAccessBnrs li + li{
		margin-top: 18px;
	}
}



#master{
	background: #e9f1f8;
	padding-bottom: 65px;
}
	#master h3{
		background: url(../../img/design201910/bg_masterTit.jpg) no-repeat center/cover;
		width: 100%;
		height: 0;
		padding-top: 27.142857%;
		padding-bottom: 0;
		position: relative;
	}
		#master h3 .inner{
			max-width: 338px;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			right: 0;
			left: 0;
			margin: auto;
		}
	#master p{
		font-size: 26px;
		margin-top: 45px;
		line-height: 1.75;
		font-feature-settings: "palt";
	}
	.masterList{
		position: relative;
		margin-top: 150px;		
	}
	.masterList:before{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -115px;
		margin: auto;
		width: 17px;
		height: 73px;
		background: url(../../img/design201910/icon_location.png) no-repeat center/contain;
	}
		.masterList li{
			width: 33.2857142%;
		}
	.neraime{
		max-width: 600px !important;
		margin-top: 50px;
	}
		.neraime .notes{
			display: block;
			font-size: 10px;
			letter-spacing: .1em;
			line-height: 1.4;
			margin-top: 5px;
			text-align: left;
			font-feature-settings: "palt";
		}
@media screen and (max-width: 767px){
	#master{
		padding-bottom: 90px;
	}
	#master h3{
		background: url(../../img/design201910/bg_masterTit-sp.jpg) no-repeat center/cover;
		padding-top: 62.5%;
	}
	#master h3 .inner{
		max-width: 128px;
	}
	#master p{
		font-size: 14px;
		line-height: 2.21;
		margin-top: 40px;
	}
	.masterList li{
		width: 100%;
	}
	.masterList li + li{
		margin-top: 1px;
	}
}



#voice{
	background: url(../../img/design201910/bg_voice.jpg) no-repeat center/cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
	#voice h3{
		max-width: 75px;
		margin: auto;
	}
	#voice h4{
		font-size: 30px;
		line-height: 1.66;
		font-feature-settings: "palt";
		margin-top: 15px;
	}
	.voiceImg{
		margin-top: 40px;
	}
		.voiceImg img{
			width: 100%;
		}
	.voiceComment{
		max-width: 710px;
		width: 95%;
		margin: -14px auto 0;
	}
		.voiceComment img{
			width: 100%;
		}
	.voiceBtn{
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: 300px;
		height: 50px;
		box-sizing: border-box;
		border: 1px solid #153e75;
		color: #153e75;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		background: url(../../img/design201910/icon_voiceBtn.png) no-repeat left 213px center/13px 12px;
		margin: 30px auto 0;
	}
	.voiceBtn:hover{
		text-decoration: none;
	}
	.voiceBtn + .notes{
		display: block;
		font-size: 10px;
		letter-spacing: .1em;
		line-height: 1.4;
		text-align: left;
		font-feature-settings: "palt";
		width: 300px;
		margin: 5px auto 0;
	}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.voiceBtn{
		padding-top: 7px;
	}
}
@media screen and (max-width: 768px){
	#voice h4{
		font-size: 23px;
	}
}
@media screen and (max-width: 767px){
	#voice{
		padding-top: 40px;
		padding-bottom: 45px;
		background: url(../../img/design201910/bg_voice-sp.jpg) no-repeat center/cover;
	}
	#voice h3{
		max-width: 57px;
	}
	#voice h4{
		font-size: 16px;
		line-height: 1.5625;
		margin-top: 10px;
	}
	.voiceImg{
		margin-top: 25px;
	}
	.voiceComment{
		width: 100%;
		margin-top: 20px;
	}
	.voiceBtn{
		width: 280px;
		height: 40px;
		font-size: 12px;
		background-position: left 190px center;
	}
}



#contents{
	background: #f0f0f0;
	padding-top: 75px;
	padding-bottom: 50px;
}
	#contents .inner{
		max-width: 1340px;
	}
		#contents h3{
			max-width: 136px;
			margin: auto;
		}
			.contentsList{
				margin-top: 27px;
				align-content: flex-start !important;
				align-items: flex-start !important;
			}
				.contentsList li{
					width: 23.880597%;
					margin-bottom: 40px;
				}
					.contentsList a{
						display: block;
						position: relative;
					}
						.contentsList .contentsBg{
							width: 100%;
							height: 0;
							padding-top: 68.75%;
						}
						.contentsList li.plan .contentsBg{
							background: url(../../img/design201910/bg_contents_plan.jpg) no-repeat center/cover;
						}
						.contentsList li.access .contentsBg{
							background: url(../../img/design201910/bg_contents_access.jpg) no-repeat center/cover;
						}
						.contentsList li.loca .contentsBg{
							background: url(../../img/design201910/bg_contents_location.jpg) no-repeat center/cover;
						}
						.contentsList li.land .contentsBg{
							background: url(../../img/design201910/bg_contents_landplan.jpg) no-repeat center/cover;
						}
						.contentsList li.photo .contentsBg{
							background: url(../../img/design201910/bg_contents_photo.jpg) no-repeat center/cover;
						}
						.contentsList li.aruki .contentsBg{
							background: url(../../img/design201910/bg_contents_life.jpg) no-repeat center/cover;
						}
						.contentsList li.equip .contentsBg{
							background: url(../../img/design201910/bg_contents_equip.jpg) no-repeat center/cover;
						}
						.contentsList li.busAccess .contentsBg{
							background: url(../../img/design201910/bg_contents_bus.jpg) no-repeat center/cover;
						}
						.contentsList .contentsOverlay{
							position: absolute;
							top: 0;
							left: 0;
							z-index: 1;
							width: 100%;
							height: 100%;
							background: rgba(0,0,0,.7);
							display: flex;
							flex-wrap: wrap;
							justify-content: center;
							align-content: center;
							align-items: center;
							opacity: 0;
							transition: .3s ease-in-out;
						}
						.contentsList li:hover .contentsOverlay{
							opacity: 1;
						}
							.contentsList .contentsOverlay p{
								color: #fff;
								font-size: 13px;
								line-height: 2;
								width: 100%;
							}
							.contentsList .contentsOverlay span{
								color: rgba(0,0,0,0);
								font-size: 0;
								display: block;
								margin-top: 15px;
								width: 28px;
								height: 29px;
								background: url(../../img/design201910/icon_contents.png) no-repeat center/contain;
							}
					.contentsName{
						margin-top: 13px;
					}
@media screen and (max-width: 1239px){
	.contentsList .contentsOverlay p{
		font-size: 10px;
	}
}
@media screen and (max-width: 1024px){
	#contents{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	#contents .inner{
		width: 100%;
	}
	.contentsList{
		max-width: 768px;
		margin: 10px auto 0;
	}
	.contentsList li{
		width: 100%;
		margin-bottom: 0;
	}
	.contentsList li.plan .contentsBg{
		background: url(../../img/design201910/bg_contents_plan-sp.jpg) no-repeat center/cover;
	}
	.contentsList li.access .contentsBg{
		background: url(../../img/design201910/bg_contents_access-sp.jpg) no-repeat center/cover;
	}
	.contentsList li.loca .contentsBg{
		background: url(../../img/design201910/bg_contents_location-sp.jpg) no-repeat center/cover;
	}
	.contentsList li.land .contentsBg{
		background: url(../../img/design201910/bg_contents_landplan-sp.jpg) no-repeat center/cover;
	}
	.contentsList li.photo .contentsBg{
		background: url(../../img/design201910/bg_contents_photo-sp.jpg) no-repeat center/cover;
	}
	.contentsList li.aruki .contentsBg{
		background: url(../../img/design201910/bg_contents_life-sp.jpg) no-repeat center/cover;
	}
	.contentsList li.equip .contentsBg{
		background: url(../../img/design201910/bg_contents_equip-sp.jpg) no-repeat center/cover;
	}
	.contentsList li.busAccess .contentsBg{
		background: url(../../img/design201910/bg_contents_bus-sp.jpg) no-repeat center/cover;
	}
	.contentsList .contentsBg{
		padding-top: 37.5%;
	}
	.contentsList .contentsOverlay{
		display: none;
	}
	.contentsName{
		display: none;
	}
}
@media screen and (max-width: 767px){
	#contents h3{
		max-width: 98px;
	}
}












