@charset "utf-8";
.menu04 a::after{
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 20px;
	background-image: linear-gradient(transparent 50%, #ffb000 50%);
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform .3s;
	z-index: -10;
}
.menu04 a:hover::after {
	transform: scale(1, 1);
}




.content_box{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0 0 15px;
	background-image: url("../img/main01.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}

.content_tit h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 40px;
	color: #fff;
	text-shadow: #222 10px 0 20px;
	margin: 0;
}

/********/
.messbox{
	width: 720px;
	margin: 0 auto 150px;
}

.messarea{
	width: 720px;
	display: inline-block;
	margin: 0 0 20px;
}

.mess_l{
	width: 240px;
	height: 240px;
	float: left;
}
.mess_l img{
	width: 240px;
	height: 240px;
}

.mess_r{
	width: 455px;
	margin: 0 0 0 25px;
	padding: 25px 0 0;
	float: left;
}

.mess_txt01{
	width: 100%;
	font-size: 14px;
	margin: 0 0 5px;
}
.mess_txt02{
	width: 100%;
	font-size: 27px;
	font-weight: 500;
	margin: 0 0 3px;
	color: #0071bc;
}
.mess_txt03{
	width: 100%;
	font-size: 14px;
	margin: 0 0 10px;
	color: #0071bc;
}
.mess_txt04{
	width: 100%;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 5px;
}


.mess_box{
	width: 720px;
	margin: 0 auto 150px;
}

.mess_midashi h2{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	color: #0071bc;
}

.mess_line{
	width: 720px;
	display: inline-block;
	padding: 0 0 5px;
	margin: 0 0 20px;
}

.mess_day{
	width: 100px;
	font-size: 12px;
	font-weight: 500;
	float: left;
	color: #0071bc;
}

.mess_tit{
	width: 620px;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	float: left;
	line-height: 1.5;
	text-align: left;
}


@media screen and (max-width: 1149px) {
/* 768pxまでの幅の場合に適応される */
.content_box{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0 0 15px;
	background-image: url("../img/main01.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
}

.content_tit h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 25px;
	color: #fff;
	text-shadow: #222 10px 0 20px;
	margin: 0;
}

/********/
.messbox{
	width: 90%;
	margin: 0 auto 80px;
}

.messarea{
	width: 100%;
	display: inline-block;
	margin: 0 0 20px;
}

.mess_l{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	float: none;
}
.mess_l img{
	width: 100%;
	height: auto;
}

.mess_r{
	width: 100%;
	margin: 0;
	padding: 5px 0 0;
	float: none;
}

.mess_txt01{
	width: 100%;
	font-size: 14px;
	margin: 0 0 5px;
}
.mess_txt02{
	width: 100%;
	font-size: 27px;
	font-weight: 500;
	margin: 0 0 3px;
	color: #0071bc;
}
.mess_txt03{
	width: 100%;
	font-size: 14px;
	margin: 0 0 10px;
	color: #0071bc;
}
.mess_txt04{
	width: 100%;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 5px;
}


.mess_box{
	width: 90%;
	margin: 0 auto 80px;
}

.mess_midashi h2{
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	color: #0071bc;
}

.mess_line{
	width: 100%;
	display: inline-block;
	padding: 0 0 5px;
	margin: 0 0 20px;
}

.mess_day{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	float: none;
	color: #0071bc;
}

.mess_tit{
	width: 100%;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	float: none;
	line-height: 1.5;
	text-align: left;
}



}

@media screen and (min-width: 1150px) {
/*　画面サイズが769pxからはここを読み込む　*/

}
