@charset "utf-8";
/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

.open_top_ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #137a4e;
	font-size: 2.6rem;
	line-height: 3.5rem;
	text-align: center;
	
}

.open_top{
	width: 100%;
	margin: 10px auto 20px;
}
.open_btn{
	width: 40%;
	margin: 20px 60% 30px 0;
}
.open_btn img:hover{
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.open_main{
	width: 100%;
	margin: 40px auto;
	position: relative;
}
.open_main_item1{
	width: 55%;
	margin: 0 45% 0 0; 
	padding-bottom: 90px;
}
.open_pin{
	color: #000;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 2.3rem;
}
.open_catch{
	font-size: 1.1rem;
	color: #4BB5C2;
	font-weight: 600;
}
.open_main_item2{
	position: absolute;
	z-index: 2;
	width: 55%;
	bottom:0;
	right:0;
}
.open_main img{
	border-radius: 12px;
}
.open_st{
	text-align: center;
	font-size: 1.4rem;
	margin: 10px auto;
	color: #000;
}
.open_comon{
	width: 30rem;
	margin: 30px auto 50px;
}

@media screen and (max-width:900px) {
.open_top_ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #137a4e;
	font-size: 2.2rem;
	line-height: 3.0rem;
	text-align: center;
}

.open_top{
	width: 100%;
	margin: 10px auto 20px;
}
.open_btn{
	width: 40%;
	margin: 20px 60% 30px 0;
}
.open_btn img:hover{
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.open_main{
	width: 100%;
	margin: 40px auto;
	position: relative;
}
.open_main_item1{
	width: 55%;
	margin: 0 45% 0 0; 
	padding-bottom: 90px;
}
.open_pin{
	color: #000;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 2.0rem;
}
.open_catch{
	font-size: 1.1rem;
	color: #4BB5C2;
	font-weight: 600;
	line-height: 1.8rem
}
.open_main_item2{
	position: absolute;
	z-index: 2;
	width: 55%;
	bottom:0;
	right:0;
}
.open_main img{
	border-radius: 12px;
}
.open_st{
	text-align: center;
	font-size: 1.4rem;
	margin: 10px auto;
	color: #000;
}
.open_comon{
	width: 30rem;
	margin: 30px auto 50px;
}

}
@media screen and (max-width:480px) {
.open_top_ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #137a4e;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-align: left;
}

.open_top{
	width: 100%;
	margin: 10px auto 20px;
}
.open_btn{
	width: 85%;
	margin: 20px 15% 30px 0;
}
.open_btn img:hover{
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.open_main{
	width: 90%;
	margin: 40px auto 0;
	position: relative;
}
.open_main_item1{
	width: 100%;
	margin: 0 auto; 
	padding-bottom: 0;
}
.open_pin{
	color: #000;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 2.0rem;
}
.open_catch{
	font-size: 1.1rem;
	color: #4BB5C2;
	font-weight: 400;
	line-height: 1.6rem
}
.open_main_item2{
	position: relative;
	z-index: 	1;
	width: 100%;
	margin: 20px auto 0;
	bottom:0;
	right:0;
}
.open_main img{
	border-radius: 12px;
}
.open_st{
	text-align: center;
	font-size: 1.4rem;
	margin: 10px auto;
	color: #000;
}
.open_comon{
	width: 100%;
	margin: 20px auto 30px;
}
}

