@charset "utf-8";

/*----　トップイメージ　----*/
.top_img{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("../images/92064243.jpg");
	border-radius: 20px;
	margin: auto;
}
.BG_kuro{
	background-color: #00000080;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	margin: auto;
}
.h4_hr{
	width: 300px;
	height: 2px;
	background-color: #ce8d0d;
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35);
	margin: 0 30px;
}

/*----　メニュー　----*/
h5{
	font-size: 30px;
	font-family: "font_B";
	text-align: left;
	color:#ce8d0d;
	letter-spacing: 2px;
	font-weight: normal;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.54);
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	margin: 0 50px;
}
.about_top .img{
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}
.about_top .img1{
	background-image: url("../images/92064243.jpg");
}
.about_top .img2{
	background-image: url("../images/96758247.jpg");
	height: 500px;	
}
.about_top p{
	font-size: 18px;
	color: #fff;
}

.about_bottom .img{
	background-image: url("../images/76799871.jpg");
	background-size: cover;
	background-position: center;	
	width: 400px;
	height: 600px;
}
.about_bottom p{
	font-size: 20px;
	color: #fff;
	width: 500px;
}

