@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

#wrapper {
	box-sizing:border-box;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#main_image {
	box-sizing:border-box;
	width:100%;
	line-height:0;
	text-align:center;
}
.address_box {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 27px;
}
.address_box p {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
}
.bloc {
	margin-bottom:40px;
}
.orange {
	box-sizing: border-box;
	width: 100%;
	background-color: #EA5711;
	text-align: center;
	line-height: 0;
	padding: 25px;
	margin-bottom:50px;
}
.green {
	box-sizing: border-box;
	width: 100%;
	background-color: #00AD67;
	text-align: center;
	line-height: 0;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
	margin-bottom:40px;
}
.img_bloc_b40 {
	box-sizing: border-box;
	padding-bottom: 45px;
	text-align: center;
	display: block;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.img_bloc_b60 {
	box-sizing: border-box;
	padding-bottom:60px;
	text-align: center;
	display: block;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}


.text01 {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.text01 p {
	font-weight: bold;
	font-size: 30px;
	line-height: 140%;
	color: #1B2687;
}
.text01 p a {
	color: #E50715;
	text-decoration:underline;
}
.text01 p a:hover {
	color: #F00;
	text-decoration:underline;
}
.room {
	width: 1099px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}
.room h3 {
	width: 100%;
	margin-bottom: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #EA5711;
	font-size: 40px;
	line-height: 72px;
	text-align: center;
}
.contact .ttl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C61A22;
	font-size: 35px;
	line-height: 56px;
	font-weight: normal;
	color: #E56C21;
	text-align: center;
	padding-top: 3px;
}
.contact .address {
	background-color: #C61A22;
	padding-top: 26px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	text-align: center;
	color: #FFF;
}
.contact .address a {
	color: #FFF;
	text-decoration:none;
}
.contact .address a:hover {
	text-decoration:underline;
}
.contact .address .tel {
	font-size: 35px;
	line-height: 140%;
}
.contact .address .tel a {
	pointer-events:none;
}
.contact .address .url {
	font-size: 40px;
	line-height: 140%;
	margin-bottom:0.3em;
}



.contact .address .mail a {
	box-sizing: border-box;
	text-align: center;
	display: block;
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	font-size: 40px;
	line-height: 60px;
	font-weight: normal;
	color: #C51921;
	text-decoration: none;
	border-radius: 30px;
	background-color: #FFF;
	transition: 0.2s;
	border: 2px solid #c51921;
}
.contact .address .mail a:hover {
	border: 2px solid #FFF;
	background-color: #c51921;
	color: #FFF;
}






.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 750px) {
	
.-----MOBILE_ONLY_CSS_START----- {}

#wrapper {
	width:750px;
	position:relative;
	overflow:hidden;
}
.lesson_2025 {
	height:475px !important;
}
.lesson_2025 img {
	width:1120px !important;
	max-width:1120px !important;
	height:auto;
	transform-origin:left top;
	transform: scale(0.669,0.669);
}
.room {
	width: 710px;
}
.contact .ttl {
	font-size: 40px;
	line-height: 70px;
	padding-top: 0;
}
.contact .address .tel {
	font-size:34px;
}
.contact .address .tel a.dial {
	pointer-events:auto;
}
.contact .address .mail a {
	width: 100%;
	font-size: 40px;
	line-height: 80px;
	border-radius:40px;
}

.-----MOBILE_ONLY_CSS_END----- {}

	
}
