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

body:before {
     opacity: 0; 
}
#pageWrap {
	
}

#pageWrap h1 {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 1em;
}

#pageWrap .btnWrap {
	max-width: 800px;
	margin: 3% auto;
	justify-content: flex-start;
	gap:15px 1%;
}
#pageWrap .btnWrap a {
	width: calc(100% / 5 - 1%);
	background-color: #000;
}

#pageWrap #itemWrap {
	gap:40px 4%;

}
#pageWrap #itemWrap .itemBox {
	width: 48%;
	border: #000 solid 2px;
	
	
}
.itemBox .flex {
	padding: 3%;
}
.itemBox .leftBox {
	width: 45%;
	padding: 5% 5%;
	background-color: #efefef;
	letter-spacing: 0em;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.itemBox .leftBox .typeWrap {
	width: 100%;
	container-type: inline-size;
}
.itemBox .leftBox .typeBox {
	background: #79724E;
background: radial-gradient(circle, rgba(121, 114, 78, 1) 0%, rgba(71, 64, 37, 1) 100%);
	color: #fff;
	height: 13em;
display: flex;
justify-content: center;
align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.itemBox .leftBox .typeBox h3 {
	font-size: 40cqw;
	line-height: 1;
	letter-spacing: 0em;
	
}
.itemBox .leftBox .typeBox p.roomNum {
	font-size: 10cqw;
	border: #fff solid 1px;
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.8em;
	height: 1.8em;
}
.itemBox .leftBox .typeBox h3 span {
	font-size: 30%;
	
}
.itemBox .leftBox .ldk {
	font-size: 24cqw;
	padding-top: 0.2em;
}
.itemBox .leftBox .flex01 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:0 5%;
	padding: 5px 0;

}
.itemBox .leftBox .mensekiWrap {
	align-self: flex-end;
	width: 100%;
	container-type: inline-size;
}
.itemBox .leftBox .flex01 > img {
	width: 35%!important;
}
.itemBox .leftBox .flex01 > p {
	font-size: 15cqw;
}
.itemBox .leftBox .menseki {
	border-bottom: #000 dotted 2px;
}
.itemBox .leftBox .menseki p {
	text-align: right;
	line-height: 1;
}
.itemBox .leftBox .menseki p span {
	font-size: 50%;
	display: block;
}
.itemBox .leftBox .kakaku p {
	color: #b60005;
}
.itemBox .leftBox .kakaku p span {
	font-size: 65%;
}



.itemBox .zumenBox {
	width: 55%;
	padding: 2% 0%;
	position: relative;
display: flex;
justify-content: center;
align-items: center;
	flex-wrap: wrap;
}
.itemBox .zumenBox .houiBox {
	position: static;
	width: 50%;
}

.itemBox .btnBox {
	width: 100%;
	padding: 20px;
	border-top: #000 solid 2px;
	container-type: inline-size;
}
.itemBox .btnBox a {
	display: block;
	width: 48%;
	background-color: #fff;
	color: #000;
	border: #000 solid 2px;
	font-size: 3cqw;
	display: flex;
justify-content: center;
align-items: center;
	height: 3em;
	box-shadow: 6px 6px 0px rgba(0,0,0,0.1);

}

.itemBox .btnBox a.madori_s {
	background: #79724E;
background: radial-gradient(circle, rgba(121, 114, 78, 1) 0%, rgba(71, 64, 37, 1) 100%);
	color: #fff;
	border: none;
}
.itemBox .btnBox a:hover {
	background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
	color: #fff;
	opacity: 1;
}

@media screen and (max-width: 959px) {
	#pageWrap h1 {
		font-size: clamp(24px, 3.3vw, 26px);
	}
	#pageWrap #itemWrap {
		gap:30px 4%;
		max-width: 600px;
		padding-top: 5%;
	
	}
	#pageWrap #itemWrap .itemBox {
		width: 100%;
		border: #005a60 solid 2px;

	}

}

@media screen and (max-width: 599px) {
	#pageWrap h1 {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#pageWrap #itemWrap {
		width: 90%;
		max-width: 360px;
	
	}
	.itemBox .leftBox {
		width: 100%;
		justify-content: space-between;
	}
	.itemBox .leftBox .typeWrap,
	.itemBox .leftBox .mensekiWrap {
		width: 48%;
		position: relative;
	}
	.itemBox .leftBox .typeWrap .ldk {
		position: absolute;
		width: 100%;
		left: 108%;
		top: 0%;
		padding: 0 5%;
		line-height: 1.2;
	}
	
	.itemBox .btnBox a {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
		font-size: 5.2cqw;
	}
	.itemBox .btnBox a.madori_s {
		margin-top: 12px;
	}
	.itemBox .zumenBox {
		width: 70%;
		margin: 0 auto;
	}

	
	
	
}


