@charset "UTF-8";

/* ▼▼▼ トップ
======================================================*/

section{
	padding: 50px 0;
}

/* ▼▼▼ コンテンツ
======================================================*/
#about{
	min-height: 457px;
	padding: 50px 0;
	background: url(../img/access/bg_pc.png) no-repeat center top/1231px;
}
.read{
	text-align: center;
	line-height: 1.9;
}
.read img{
	display: block;
	max-width: 325px;
	margin: 0 auto 60px;

}

#merit{
	background: #F4F7F7;
}
ul.point{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: stretch;
	align-items: stretch;
}
ul.point li{
	flex: 0 0 32%;
	width: 310px;
	max-width: 310px;
	border-radius: 20px;
	background-color: #FFFFFF;
}
ul.point li .point_inner{
	margin: 0 auto;
	padding: 20px 0;
	width: 85%;
}
ul.point li .point_icon{
	height: 87px;
	background-position: center center;
	background-repeat: no-repeat;
}
ul.point li:nth-child(1) .point_icon{
	background-image: url(../img/top/icon_book.png);
	-webkit-background-size: 53px 45px;
	background-size: 53px 45px;
}
ul.point li:nth-child(2) .point_icon{
	background-image: url(../img/top/icon_pencil.png);
	-webkit-background-size: 41px 41px;
	background-size: 41px 41px;
}
ul.point li:nth-child(3) .point_icon{
	background-image: url(../img/top/icon_desk.png);
	-webkit-background-size: 44px 54px;
	background-size: 44px 54px;
}
#merit h3{
	width: 125px;
	height: 46px;
	margin: 0 auto;
	padding-left: 35px;
	background: url(../img/top/icon_check.png) top right no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#merit h3 img{
	height: 36px;
	width: auto;
}
#merit h4{
	color: #DC000C;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
#merit p{
	font-size: 14px;
	min-height: 112px;
}


.map{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.map .map_img:nth-child(1){
	-webkit-flex: 0 0 32.2%;
	-ms-flex: 0 0 32.2%;
	flex: 0 0 32.2%;
	width: 32.2%;
	max-width: 322px;
}
.map .map_img:nth-child(2){
	-webkit-flex: 0 0 35.25%;
	-ms-flex: 0 0 35.25%;
	flex: 0 0 35.25%;
	width: 35.25%;
	max-width: 352.5px;
}
.map ol{
	-webkit-flex: 0 0 25.6;
	-ms-flex: 0 0 25.6;
	flex: 0 0 25.6%;
	width: 25.6%;
	max-width: 16em;
	margin-top: 62px;
}
.map ol li{
	position: relative;
	color: #DC000C;
}
.map ol li span{
	display: inline-block;
}
#access_info{
	padding-bottom: 50px;
}
#access_info h3{
	margin-bottom: 40px;
	color: #DC000C;
	font-size: 22px;
}
#access_info h3 span{
	margin-left: 0.5em;
	font-size: 14px;
}
.access{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.access:not(:last-child){
	margin-bottom: 80px;
}
.access_txt{
	-webkit-flex: 0 0 46.5%;
	-ms-flex: 0 0 46.5%;
	flex: 0 0 46.5%;
	width: 46.5%;
	max-width: 465px;
}
.access_txt h4{;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: #DC000C 1px dotted;
	color: #DC000C;
	font-size: 20px;
}
.access_txt h3 span{
	font-size: 14px;
	margin-left: 0.5em;
}
.access_txt table{
	width: 100%;
	margin-bottom: 7px;
}
.access_txt th{
	width: 5em;
	color: #DC000C
}
.access_txt td{
	color: #432211;
	padding-bottom: 16px;
}
.access_txt td p{
	margin-bottom: 10px;
}
.access_txt .access_btn{
	position: relative;
	display: block;
	width: 100%;
	max-width: 162px;
	margin-bottom: 7px;
	padding-left: 24px;
	background-color: #FFFFFF;
	border: #DC000C 1px solid;
	border-radius: 20px;
	line-height: 38px;
	color: #DC000C;
}
.access_txt .access_btn:hover{
	text-decoration: none;
	opacity: 0.6;
}
.access_txt .access_btn::after{
	content: '';
	position: absolute;
	width: 16px;
	height: 100%;
	top: 0;
	right: 19px;
	background: url(../img/arrow.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.access_map{
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	width: 49%;
	max-width: 490px;
}
.access_map iframe{
	width: 100%;
	height: 300px;
	border: #DC000C 1px solid;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

/* ▼▼▼ コンテンツ
======================================================*/
#about{
	padding: 20px 0 50px;
	background: url(../img/access/bg_pc.png) no-repeat center top/437px;
}
.read{
	text-align: center;
	line-height: 1.9;
}
.read img{
	display: block;
	max-width: 229px;
	margin: 0 auto 55px;

}

ul.point{
	justify-content: center;
	flex-wrap: wrap;
}
ul.point li{
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

.map{
	justify-content: center;
	flex-wrap: wrap;
}
.map .map_img:nth-child(1),.map .map_img:nth-child(2),.map ol{
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	margin-top:0;
	margin-bottom: 20px;
}
.access{
	justify-content: center;
	flex-wrap: wrap;
}
.access_txt{
	margin-bottom: 20px;
}
.access_txt,.access_map{
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}
.access_txt tr,.access_txt th,.access_txt td{display: block;}

.access_txt .access_btn:hover{
	opacity: 0;
}
.access_txt td .tel-moji a{
	color: #432211;
}
.access_map iframe{
	height: 210px;
}

}
