@charset "utf-8";
/*------------------------------------------------------------
	room_form
------------------------------------------------------------*/
#main {
	margin-bottom: 15rem;
}
.pageTitle {
	background-image: url(../img/room/page_img.jpg);
}
/* sec01 */
#main .sec01 {
	padding-top: 1rem;
	margin-bottom: 10.2rem;
}
#main .sec01 .headLine03 {
	margin-bottom: 2.5rem;
}
#main .sec01 .text {
	margin-bottom: 3rem;
	letter-spacing: 0.1em;
	font-weight: 500;
}
#main .sec01 .notesList {
	margin-bottom: 7rem;
}
#main .sec01 .notesList li {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
#main .sec01 .infoBox {
	border-radius: 3rem;
	overflow: hidden;
	background-color: #fff;
	border: 0.2rem solid #003B94;
}
#main .sec01 .infoBox .ttl {
	padding: 4.3rem 2.8rem;
	width: 39.8rem;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	background-color: #003B94;
}
#main .sec01 .infoBox .txt {
	padding: 2rem 3rem;
	flex: 1;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .sec01 .infoBox .txt span {
	margin-right: 3rem;
	display: inline-block;
	color: #003B94;
	font-size: 3.2rem;
	letter-spacing: 0;
}
#main .sec01 .infoBox .txt a {
	margin-left: 0.9rem;
	color: #003B94;
	font-size: 4rem;
	display: inline-block;
}
@media all and (min-width: 897px) {
	#main .sec01 .infoBox {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
@media all and (max-width: 896px) {
	#main {
		margin-bottom: 5rem;
	}
	.pageTitle {
		background-image: url(../img/room/page_img_sp.jpg);
	}
	#main .sec01 {
		padding-top: 0;
		margin-bottom: 4rem;
	}
	#main .sec01 .text {
		margin-bottom: 1.5rem;
	}
	#main .sec01 .notesList {
		margin-bottom: 3rem;
	}
	#main .sec01 .infoBox {
		border-radius: 1.5rem;
	}
	#main .sec01 .infoBox .ttl {
		padding: 2rem 1rem;
		width: auto;
		text-align: center;
		font-size: 1.6rem;
	}
	#main .sec01 .infoBox .txt {
		text-align: center;
		padding: 1rem 3rem;
	}
	#main .sec01 .infoBox .txt span {
		margin-right: 0;
		display: block;
		font-size: 2rem;
	}
	#main .sec01 .infoBox .txt a {
		font-size: 2.5rem;
	}
}
/* sec02 */
#main .sec02 .headLine02 {
	margin-bottom: 5.8rem;
}
#main .sec02 .stepList {
	margin-bottom: 5.2rem;
}
#main .sec02 .stepList li {
	padding: 1.7rem 1.5rem 2rem;
	margin-right: calc(2.6%);
	width: 31.6%;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	background-color: #E6E6E6;
	letter-spacing: 0.1em;
	border-radius: 2rem;
}
#main .sec02 .stepList li:nth-child(3n) {
	margin-right: 0;
}
#main .sec02 .stepList span {
	margin-bottom: 0.5rem;
	display: block;
	font-family: "Outfit", sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
#main .sec02 .stepList li.on {
	color: #fff;
	background-color: #003B94;
}
#main .sec02 .notesTxt {
	margin-bottom: 3.3rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .sec02 .notesTxt .red {
	color: #C1272D;
}
#main .sec02 .notesTxt a {
	color: #003B94;
	text-decoration: underline;
}
#main .sec02 .notesTxt a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .sec02 .stepList {
		display: flex;
		flex-wrap: wrap;
	}
}
@media all and (max-width: 896px) {
	#main .sec02 .headLine02 .en {
		font-size: 3rem;
	}
	#main .sec02 .stepList {
		margin-bottom: 2rem;
	}
	#main .sec02 .stepList li {
		padding: 1rem 1.5rem;
		margin: 0 0 1rem;
		width: auto;
		font-size: 1.6rem;
		border-radius: 1rem;
	}
	#main .sec02 .stepList li:last-child {
		margin-bottom: 0;
	}
	#main .sec02 .stepList span {
		font-size: 1.4rem;
	}
	#main .sec02 .notesTxt {
		font-size: 1.2rem;
	}
	#main .sec02 .notesTxt {
		margin-bottom: 2rem;
		line-height: 1.5;
	}
}
