@charset "UTF-8";
@import url("common.css");

/*＝＝＝＝＝＝common＝＝＝＝＝＝＝＝*/

main {
	background: url("../image/common/bg01.png") repeat;
}

#landplan .contents .center {
	text-align: center;
}

#landplan .contents .flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 65px;
}

#landplan .contents .flexBox02 {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 65px;
}

#landplan .mainVisual {
	text-align: center;
}

#landplan .mainVisual img {
	width: 100vw;
}

.pohto img {
    width: 100%;
}


#landplan .contents .textBig {
    font-size: min(5.3vw,40px);
    font-weight: bold;
}

#landplan .contents .subText {
    margin-bottom: 90px;
    font-size: min(5.3vw,40px);
}

#landplan .contents .kukakuzu {
	margin-bottom: 185px;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

#landplan .contents .textGold {
	font-size: min(5.3vw,40px);
	color: #C9AB49;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 25px;
    line-height: 1.2;
	margin-bottom: 30px;
}

#landplan .contents .textGold:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #C9AB49;
    border-radius: 3px;
    transform: rotate(-25deg);
}

#landplan .contents .textGold:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #C9AB49;
    border-radius: 3px;
    transform: rotate(25deg);
}

#landplan .contents #sliderBox {
    margin: 70px auto 210px;
}

#landplan .contents .slick-initialized .slick-slide {
    padding: 0 40px;
}

#landplan .contents .photoBox {
	width:56%;
}	
#landplan .contents .photoBox img {
    border-radius: 28px 0;
}


#landplan .contents h3 img {
    width: auto;
    height: 60px;
	margin-bottom: 20px;
}

#landplan .contents .textBox {
	width:40%;
}
#landplan .contents .textBox h3 {
	font-size: 40px;
}

#landplan .contents .textBox .textBig {
	margin-bottom: 40px;
}

#landplan .contents .textBox .text {
	font-size: 16px;
}

#landplan .contents .textBox .textSmall {
	font-size: 12px;
}




@media screen and (max-width: 768px) {
/*＝＝＝＝＝＝common＝＝＝＝＝＝＝＝*/

	#landplan .mainVisual .pohto img {
		width: 100%;
	}

	#landplan .contents .inner {
		width: 90%;
	}
	
	.reserve {
		margin-top: 40px;
	}

	.reserve .inner {
		width: 90%;
	}

	.reserveBlock {
		height: 54px;
	}

	.reserve .e-en img {
		max-width: 158px;
	}

	.reserve .e-jp {
		font-size: min(4vw,30px);
		padding-right: 61px;
	}

	.reserve .e-jp:after {
		width: 51px;
		height: 6px;
	}

	.reserve:hover .e-jp:after {
		right: -3%;
	}
	
	#landplan .contents .subText {
		margin-bottom: 30px;
	}
	
	#landplan .contents .kukakuzu {
		width: 96%;
		margin: 0 auto 60px;
	}
	
	#landplan .contents .textGold {
		margin-bottom: 10px;
	}
	
	#landplan .contents #sliderBox {
		margin: 30px auto 80px;
	}
	
	.slider {
		margin: 0 auto;
		width: 100%;
	}
	
	#landplan .contents .slick-initialized .slick-slide {
		padding: 0;
	}
	
	#landplan .contents .workSlideWrap img {
		height: auto;
		max-width: 100%;
	}
		
	#landplan .workSlideWrap {
		margin: 0 10px;
		width: 300px;
	}
	
	#landplan .contents .flexBox,#landplan .contents .flexBox02 {
		margin-bottom: 40px;
	}
	
	#landplan .contents .photoBox {
		width:96%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 30px;
	}	

	#landplan .contents .textBox {
		width: 90%;
		margin: 0 auto ;
	}
	
	#landplan .contents h3 img {
		height: 45px;
		margin-bottom: 10px;
	}

	#landplan .contents .textBox .textBig {
		margin-bottom: 20px;
	}


	

	

}










