@charset "utf-8";
/* CSS Document */

/* constructionArea */
.constructionArea {
	margin-top: 50px;
}

.constructionBox {
	width: 100%;
	margin: 120px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.constructionBox li {
	width: 48%;
	margin: 10px 1%;
	padding: 10px 2%;
	background-color: #f7f7f7;
}
.constructionBox li h1 {
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #476394;
}
.constructionBox li .constructionBox_s {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.constructionBox li .constructionBox_s .left,
.constructionBox li .constructionBox_s .right {
	width: 50%;
}
.constructionBox li .constructionBox_s .left h2 {
	padding: 10px 12px;
}
.constructionBox li .constructionBox_s .left h2 img {
	width: 100%;
}
.constructionBox li .constructionBox_s .left ul {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.constructionBox li .constructionBox_s .left ul li {
	width: 48%;
	padding: 0 2px;
}
.constructionBox li .constructionBox_s .left ul li img {
	width: 100%;
}
.constructionBox li .constructionBox_s .right p {
	padding: 24px 10px 10px 10px;
	line-height: 22px;
	color: #666;
	min-height: 180px;
}

.constructionBox li .constructionBox_s .right .btnBox {
	width: 90%;
	margin: 20px auto 10px;
	text-align: center;
	border: 1px solid #476394;
}
.constructionBox li .constructionBox_s .right .btnBox a {
	padding: 20px 0;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	display: block;
}

.constructionBox li .constructionBox_s .right .btnBox:hover a {
	background-color: #476394;
}

.constructionBox li .constructionBox_s .right .btnBox img {
	padding: 0 5px;
}
/* constructionArea02 */
.constructionArea02 {
	margin-top: 50px;
	padding-bottom: 100px;
}
.bathBox {
	padding: 0 20px;
	margin-bottom: 50px;
}
.bathBox h1 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #425B89;
	border-left: 10px solid #425B89;
	padding-left: 15px;
}
.bathBox h1 span {
	font-size: .8em;
}
.bathList {
	padding: 20px 20px 20px 15%;
}
.bathList > li {
	padding-bottom: 20px;
	position: relative;
}
.bathList > li:before {
	position: absolute;
	top: -30px;
	left: -100px;
	font-family: century-gothic, sans-serif;
	font-size: 70px;
	color: #999;
}
.bathList > li.mark01:before {
	content: "01";
}
.bathList > li.mark02:before {
	content: "02";
}
.bathList > li.mark03:before {
	content: "03";
}
.bathList li h2 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #425B89;
	border-radius: 24px;
	padding: 5px 3em;
}
.bathList li h3 {
	font-size: 18px;
	padding: 5px 3em;
}
.bathList li p {
	font-size: 14px;
	padding: 5px 30px 5px 60px;
}
.floorBox {
	padding: 0 20px;
	margin-bottom: 50px;
}
.floorBox h1 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #425B89;
	border-left: 10px solid #425B89;
	padding-left: 15px;
}
.floorBox h1 span {
	font-size: .8em;
}
.floorBox .txtBox {
    padding: 5px 20px;
}
.floorBox .txtBox h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #DEB53B;
    border-radius: 24px;
    padding: 5px 3em;
		margin-top: 15px;
		margin-bottom: 15px;
}
	.floorBox .txtBox .floorList {
    padding: 5px 10px 5px 70px;
}
	.floorBox .txtBox .floorList li {
    font-size: 14px;
    padding: 5px 5px 0 0;
		position: relative;
}
	.floorBox .txtBox .floorList li:before {
		position: absolute;
		content: "■";
		display: inline-block;
		left: -1em;
}
	.floorBox .txt {
		font-size: 18px;
		padding: 30px 50px;
}
/*下層ページ用*/
.txtList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.txtList li {
	width: 50%;
	padding: 10px 2%;
	text-align: center;
}
.txtList li p {
	padding: 5px 0;
	font-size: 22px;
	background-color: #425B89;
	color: #FFF;
	border-radius: 24px;
}

.imgList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.imgList li {
	width: 300px;
	margin: 0 20px 30px;
	border: 1px solid #eee;
}
.imgList li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
	.constructionBox {
    margin: 50px auto;
}
	.constructionBox li .constructionBox_s .left,
	.constructionBox li .constructionBox_s .right {
    width: 100%;
}
.constructionBox li h1 {
	padding-top: 15px;
	font-size: 20px;
}
	.constructionBox li .constructionBox_s .right p {
	min-height: 130px;
}
	.constructionBox li .constructionBox_s .right .btnBox a {
    padding: 20px 0;
    font-size: 12px;
}
	.floorBox .txt {
		font-size: 15px;
}
	.floorBox .txtBox .floorList {
    padding: 5px 10px 5px 20px;
}
/*下層ページ用*/
.imgList li {
    width: 48%;
    margin: 10px 1%;
}
	.txtList li p {
	font-size: 3vw;
}
}
@media screen and (max-width: 600px) {
.bathBox {
    padding: 0;
    margin-bottom: 50px;
}
	.bathBox h1 span {
    display: block;
}
	.bathList > li:before {
    top: -30px;
    left: -70px;
    font-size: 60px;
}
	.bathList li h2 {
    padding: 5px 1.5em;
}
	.bathList li h3 {
    font-size: 18px;
    padding: 5px 1.5em;
}
	.bathList li p {
    font-size: 14px;
    padding: 5px 10px 5px 30px;
}
	.floorBox .txtBox h2 {
    padding: 5px 1.5em;
}
}

@media screen and (max-width: 500px) {
.constructionBox li .constructionBox_s .right .btnBox img {
    width: 25px;
}
}
@media screen and (max-width: 500px) {
.bathList > li:before {
    top: -10px;
    left: -50px;
    font-size: 8vw;
}
	.bathList li h2 {
    font-size: 4vw;
}
	.bathList li h3 {
    font-size: 3.8vw;
}
.bathList li p {
    font-size: 3.5vw;
    padding: 5px 10px 5px 20px;
}
	.floorBox .txtBox h2 {
    font-size: 4vw;
}
	.constructionBox li .constructionBox_s .right .btnBox {
    width: 95%;
}
}
