@charset "UTF-8";
/* outline */
.outline_main{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	width: 90%;
	margin: 30px auto;
}
/* outline-data */
.outlin_data{
	width: 65%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.outlin_data dl{
	width: 100%;
	padding: 20px 0;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border-bottom: 1px solid #3071b7;
}
.outlin_data dt{
	float: left;
	width: 120px;
	color: #3071b7;
	font-weight: 600;
	
}
.outlin_data dd{
	float: left;
	color: #444;
	width: 75%;

}

.outlin_photo{
	width: 32%;
	display: flex;
	flex-direction: column;
}
.outlin_photo ul li{
	list-style: none;
	width: 100%;
}
.outlin_photo ul li img{
	width: 100%;
	margin: 0 0 20px 0;
	border-radius: 12px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
/*------------------(MAP)-------------------*/

.main h3{
	font-size: 20px;
	margin: 30px 0 10px 0;
	color: #3071b7;
	font-weight: 700;
	padding-left: 5%;
}
.map{
	width: 80%;
	margin: 20px auto;
	border-radius: 12px;
	border:1px solid #bbb;
	padding: 5%;
	background-color: #ffffea;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.map img{
	width: 100%;
	border-radius: 12px;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-bottom: 	40px;
}
.gmap iframe {
position: absolute;
left: 5%;
top: 0;
height: 98%;
width: 90%;
border-radius: 12px;
border:1px solid #ccc;
box-shadow: 1px 1px 6px rgba(0,0,0,0.2);

}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
/* outline */
.outline_main{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	margin: 30px auto;
}
/* outline-data */
.outlin_data{
	width: 90%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin:0 auto 30px auto;
}
.outlin_data dl{
	width: 100%;
	padding: 20px 0;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border-bottom: 1px solid #3071b7;
}
.outlin_data dt{
	float: left;
	width: 120px;
	color: #3071b7;
	font-weight: 600;
	
}
.outlin_data dd{
	float: left;
	color: #444;
	width: 75%;

}

.outlin_photo{
	width:70%;
	display: flex;
	flex-direction: column;
	margin:0 auto
}
.outlin_photo ul li{
	list-style: none;
	width: 100%;
}
.outlin_photo ul li img{
	width: 100%;
	margin: 0 0 20px 0;
	border-radius: 12px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
/*------------------(MAP)-------------------*/

.main h3{
	font-size: 20px;
	margin: 30px 0 10px 0;
	color: #7EC042;
	font-weight: 700;
	padding-left: 5%;
}
.map{
	width: 80%;
	margin: 20px auto;
	border-radius: 12px;
	border:1px solid #bbb;
	padding: 5%;
	background-color: #FAFFE9;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.map img{
	width: 100%;
	border-radius: 12px;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-bottom: 	40px;
}
.gmap iframe {
position: absolute;
left: 5%;
top: 0;
height: 98%;
width: 90%;
border-radius: 12px;
border:1px solid #ccc;
box-shadow: 1px 1px 6px rgba(0,0,0,0.2);

}
	
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.outline_main{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	width: 90%;
	margin: 30px auto 70px auto;
}
/* outline-data */
.outlin_data{
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin:0 auto 30px auto;
	font-size: 14px;
}
.outlin_data dl{
	width: 100%;
	padding: 20px 0;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border-bottom: 1px solid #3071b7;
}
.outlin_data dt{
	float: left;
	width: 120px;
	color: #3071b7;
	font-weight: 500;
	
}
.outlin_data dd{
	float: left;
	color: #444;
	width: 75%;

}

.outlin_photo{
	width:70%;
	display: flex;
	flex-direction: column;
	margin:0 auto
}
.outlin_photo ul li{
	list-style: none;
	width: 100%;
}
.outlin_photo ul li img{
	width: 100%;
	margin: 0 0 20px 0;
	border-radius: 12px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
/*------------------(MAP)-------------------*/

.main h3{
	font-size: 20px;
	margin: 30px 0 10px 0;
	color: #3071b7;
	font-weight: 700;
	padding-left: 5%;
}
.map{
	width: 80%;
	margin: 20px auto;
	border-radius: 12px;
	border:1px solid #bbb;
	padding: 5%;
	background-color: #FAFFE9;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.map img{
	width: 100%;
	border-radius: 12px;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin-bottom: 	40px;
}
.gmap iframe {
position: absolute;
left: 5%;
top: 0;
height: 98%;
width: 90%;
border-radius: 12px;
border:1px solid #ccc;
box-shadow: 1px 1px 6px rgba(0,0,0,0.2);

}
		
}