@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#page_title {
	padding-bottom: 50px;
	z-index: 0;
}
#page_title::before {
	content: "";
	background: url("../img/title-bg.png") no-repeat bottom left/contain;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#top_ttl img {
	width: 85%;
	border-radius: 50px;
}
#page_title .ttl_txt {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
#page_title .ttl_txt img {
	width: 100%;
}
/* お知らせ */
#top_info {
	align-items: flex-start;
}
#top_info .info_box {
	width: 530px;
	display: flex;
	flex-direction: column;
}
#top_info .info_box h3.sub {
	padding-left: 85px;
}
#top_info .info_box h3.sub::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	background: url("../img/top/ico01.png") no-repeat bottom left/100%;
	width: 85px;
	height: 81px;
}
#top_info .info_box .box_in {
	border: 3px solid #e8c26e;
	border-radius: 30px;
	background: #fff;
	padding: 40px 25px;
	box-sizing: border-box;
}
#top_info .info_box .box_in dl {
	border-top: dashed medium #c7b299;
	padding: 20px 0;
	font-weight: 500;
	font-size: 95%;
}
#top_info .info_box .box_in dl:last-of-type {
	border-bottom: dashed medium #c7b299;
}
#top_info .info_box .box_in dd a {
	color : #83A883;
}
#top_info .info_box .arrow {
	position: relative;
}
#top_info .info_box .arrow a {
	position: absolute;
	top: -35px;
	right: 20px;
}
#top_info .info_box .arrow a::before {
	content: "";
	background: url("../img/top/arrow-off.png") no-repeat top right/100%;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
}
#top_info .info_box .arrow a:hover {
	opacity: 1;
}
#top_info .info_box .arrow a:hover::before {
	background: url("../img/top/arrow-on.png") no-repeat top right/100%;
}
/* 挨拶 */
#top_msg::before {
	content: "";
	background: url("../img/top/bg02.png") no-repeat top left/100%;
	width: 222px;
	height: 472px;
	position: absolute;
	top: 0;
	left: -5px;
}
#top_msg::after {
	content: "";
	background: url("../img/top/bg03.png") no-repeat bottom right/100%;
	width: 220px;
	height: 453px;
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0;
	right: -5px;
}
#top_msg h3.sub {
	text-align: center;
	margin-bottom: 60px;
}
#top_msg h3.sub span {
	position: relative;
	padding-bottom: 25px;
}
#top_msg h3.sub span::before {
	content: "";
	background: url("../img/top/line01.png") no-repeat top left/100%;
	width: 188px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#top_msg .msg_box {
	margin-bottom: 100px;
	position: relative;
}
#top_msg .msg_box::before {
	content: "";
	background: url("../img/top/bg01.png")no-repeat top center/100%;
	width: 750px;
	height: 350px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#top_msg .msg_box:last-of-type::before {
	transform: translate(-50%,-50%) scale(-1,1);
}
#top_msg .msg_box .txt {
	line-height : 33px;
	position: relative;
}
/* コンテンツ */
.bg_wave {
	transform: scale(-1,-1);
	width: 100vw;
	height: 100%;
	font-size: 0;
}
.bg_wave_bottom {
	width: 100vw;
	height: 100%;
	font-size: 0;
}
#top_contents {
	position: relative;
}
#top_contents:before {
	background: rgba(136,184,183,0.15);
}
#top_contents .box {
	width: 530px;
	background: #fff;
	border-radius: 30px;
	padding: 0 40px 40px;
}
#top_contents .box .img {
	margin-top: -80px;
	position: relative;
	margin-bottom: 20px;
}
#top_contents .box .img::before {
	content: "";
	background: url("../img/top/ico03.png") no-repeat center/100%;
	width: 100px;
	height: 65px;
	position: absolute;
	top: -58px;
	left: 50%;
	transform: translateX(-50%);
}
#top_contents .box:nth-of-type(2) .img::before {
	background: url("../img/top/ico04.png") no-repeat center/100%;
}
#top_contents .box .img img {
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}
#top_contents .box a .txt_box .ttl {
	font-size : 36px;
	color : #846737;
	font-weight : bold;
	text-align: center;
	margin-bottom: 20px;
}
#top_contents .box a .txt_box .ttl span {
	padding: 0 35px;
	position: relative;
}
#top_contents .box a .txt_box .ttl span::before {
	content: "";
	background: url("../img/top/ico02.png") no-repeat center/100%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 18px;
	left: 0;
}
#top_contents .box a .txt_box .ttl span::after {
	content: "";
	background: url("../img/top/ico02.png") no-repeat center/100%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 18px;
	right: 0;
}
#top_contents .box a .txt_box .txt {
	font-size: 95%;
	line-height : 28px;
	color : #846737;
}
#top_contents .box {
	position: relative;
}
#top_contents .box a .arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#top_contents .box a .arrow::before {
	content: "";
	background: url("../img/top/arrow-off.png") no-repeat top right/100%;
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}
#top_contents .box a:hover .arrow {
	opacity: 1;
}
#top_contents .box a:hover .arrow::before {
	background: url("../img/top/arrow-on.png") no-repeat top right/100%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
	
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl img {
		width: 95%;
	}
	#top_info .info_box {
		width: 80%;
		margin: 0 auto 50px;
	}
	#top_info .info_box:last-of-type {
		margin-bottom: 0;
	}
	#top_info .info_box h3.sub {
		padding-left: 55px;
		margin-bottom: 5px;
	}
	#top_info .info_box h3.sub::before {
		width: 60px;
		bottom: -15px;
	}
	#top_info .info_box .box_in {
		padding: 35px 15px;
	}
	#top_info .info_box .box_in dl {
		padding: 10px 0;
		display: block;
	}
	#top_info dd {
		width: 100%;
	}
	#top_info .info_box .arrow a::before {
		width: 60px;
		height: 60px;
	}
	#top_msg::before,#top_msg::after {
		width: 150px;
	}
	#top_msg::after {
		right: -7%;
	}
	#top_msg h3.sub {
		margin-bottom: 30px;
	}
	#top_msg h3.sub span::before {
		width: 130px;
	}
	#top_msg .msg_box {
		width: 90%;
		margin: 0 auto 50px;
	}
	#top_msg .msg_box::before {
		width: 100%;
		height: 100%;
	}
	#top_msg .msg_box .txt {
		line-height: 1.8em;
	}
	#top_contents .contents_box {
		flex-direction: column;
	}
	#top_contents .box {
		width: 80%;
		margin: 0 auto 200px;
	}
	#top_contents .box:last-of-type {
		margin-bottom: 0;
	}
	#top_contents .box .img::before {
		width: 75px;
	}
	#top_contents .box a .txt_box .ttl {
		font-size: 22px;
	}
	#top_contents .box a .txt_box .ttl span::before,#top_contents .box a .txt_box .ttl span::after {
		top: 6px;
	}
	#top_contents .box a .txt_box .txt {
		line-height: 1.8em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#page_title {
		padding-bottom: 30px;
	}
	#top_info .info_box {
		width: 90%;
	}
	#top_msg::before, #top_msg::after {
		width: 100px;
	}
	#top_msg .msg_box {
		width: 100%;
		background: rgba(255,255,255,0.8);
		padding: 15px;
		border-radius: 20px;
	}
	#top_msg .msg_box::before,#top_msg .msg_box::after {
		display: none;
	}
	#top_contents .box {
		width: 90%;
		padding: 0 20px 40px;
	}
	#top_contents .box .img::before {
		width: 60px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_info .info_box {
		width: 100%;
	}
	#top_msg .msg_box .txt {
		font-size: 0.8rem;
		line-height: 1.5em;
	}
	#top_contents .box {
		width: 100%;
	}
}