@charset "utf-8";
/*--- トップイメージ ---*/
.index_top_img2{
	height: 40vh;
}
.top_img2_L{
	background-image: url("../images/88868164.jpg");
	background-position: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size:cover;
}
.top_img2_R{
	background-image: url("../images/68888886.jpg");
	background-position: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size:cover;
}

/*----　赤三角　----*/
.cut_red_2{
	background-color: #E8191B;
	width: 750px;
	height: 1500px;
	transform:skewX(-20deg);
	margin-left: -300px;
}
.riyuu_2{
	width: 100%;
	margin-top: -1300px;
}

.aisatu_p_2{
	border: 1px solid;
	width: 100%;
	height: 100%;
	margin-left: 5px;
	padding: 50px 100px;;
	background-color: #ffffffE6;
}
.aisatu_p_2 span{
	font-size: 25px;
}
/*----　テーブル　----*/

.about{
	margin: 30px 0 0 auto;
	border-collapse: collapse;
  	border-spacing: 0;
}
.about .bottom th,.about .bottom td{
	border-bottom: 1px solid ;
}
table{
	width: 100%;
	border-collapse: collapse;
  	border-spacing: 0;
}
tr{
	font-family: "font_M"; 
	
}
th{
	width: 25%;
	font-size: 20px;
}
th p{
	text-align: left;
	padding-left: 20px;
	font-size: 20px;
	border-left: 5px solid #E8191B;
}
td{
	padding: 30px 0;
	font-size: 18px;	
}
table .b_top th,table .b_top td{
	border-top: solid 1px #585858;
}

/*--- map ---*/
.map_p{
	color: #ffffffCC;
	text-align: left;
}
