@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 97%;
}
#page_title .top_ttl_bottom img {
	width: 100%;
	margin-top: -5%;
}
/* 挨拶 */
#top_msg {
	padding-bottom: 60px;
}
#top_msg .waku {
	border: 1px solid #534741;
	background: #fff;
	display: inline-block;
	padding: 8px 20px 12px;
	font-weight : bold;
	font-size : 47px;
	color : #169A5A;
}
#top_msg .img {
	margin: -30px 0 30px;
}
#top_area {
	background: #fff;
	border-radius: 20px;
	width: 860px;
	margin: 0 auto;
	padding: 5px;
}
#top_area .box {
	background: #fff;
	border-radius: 18px;
	padding: 20px 30px;
	border: 1px dashed #d9c888;
	position: relative;
}
#top_area .box::before {
	content: "";
	background: url("../img/top/area.png") no-repeat center/100%;
	width: 314px;
	height: 358px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#top_area .box .txt_box {
	width: 65%;
}
#top_area .box .txt_box h3.sub {
	padding-left: 70px;
	margin-bottom: 10px;
}
#top_area .box .txt_box h3.sub::before {
	content: "";
	background: url("../img/top/ico01.png")no-repeat top center/100%;
	width: 60px;
	height: 41px;
	position: absolute;
	top: 20px;
	left: 0;
}
#top_area .box .txt_box .txt {
	font-weight : 800;
	font-size : 42px;
	line-height : 60px;
	color : #EF8222;
}
#top_area .box .txt_box .txt span {
	font-size: 24px;
	position: relative;
	top: -8px;
}
/* コンテンツ */
#top_contents {
	background: #169a5a;
	position: relative;
}
#top_contents::before {
	content: "";
	background: url("../img/top/bg01.png") no-repeat top left/100%;
	width: 338px;
	height: 108px;
	position: absolute;
	top: -90px;
	left: calc(50% - -20%);
}
#top_contents .grid_box {
		display: grid;
	justify-content: center;
	grid-template-columns: repeat(4, 350px);
	column-gap: 10px;
}
#top_contents .grid_box img {
	border: 5px solid #fff;
	border-radius: 20px;
}
#top_contents .price_box {
	padding-top: 30px;
	overflow: hidden;
	position: relative;
}
#top_contents .price_box .img_box {
	width: 42vw;
	max-height: 100%;
	position: absolute;
	bottom: 0;
	left: -120px;
}
#top_contents .price_box .txt_box {
	width: 70%;
	margin-left: auto!important;
}
#top_contents .price_box .txt_box a {
	color: #ffc76c;
	text-decoration: underline;
}
#top_contents .price_box .txt_box .txt {
	color : #fff;
}
#top_contents .price_box .txt_box ul {
	margin-bottom: 15px;
}
#top_contents .price_box .txt_box li {
	color: #fff;
	padding-left: 15px;
	position: relative;
	font-size: 90%;
}
#top_contents .price_box .txt_box li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
/* お知らせ */
#top_info {
	width: 900px;
	margin: 0 auto;
}
#top_info::before {
	background: url("../img/top/bg04.jpg") repeat top left/100%;
}
#top_info h3.info {
	border: 1px solid #fff;
	font-size : 24px;
	color : #026736;
	width: 130px;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
}
#top_info h3.info::before {
	content: "";
	background: url("../img/top/ico02.png") no-repeat top center/100%;
	width: 32px;
	height: 39px;
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
}
#top_info dl {
	background: #fff;
	border-radius: 10px;
	padding: 15px 25px;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 90%;
}
#top_info dt {
	color : #026736;
}
#contact {
	position: relative;
}
#contact::before {
	background: #169a5a url("../img/top/bg05.png") no-repeat top left -10%/438px 336px;
}
#contact::after {
	content: "";
	background: url("../img/top/bg02.png") no-repeat top right/100%;
	width: 260px;
	height: 128px;
	position: absolute;
	left: auto;
	right: -10%;
	top: -5%;
}
#mailform {
	background: #fff;
	padding: 50px;
	border-radius: 30px;
	border: 1px solid #534741;
}
#mailform .tbl {
	margin: 2em 0;
}
#mailform .tbl th,#mailform .tbl td {
	font-size: 115%;
	font-weight: 500;
	padding: 20px 0 20px 15px;
}
#mailform .tbl th {
	vertical-align: top;
	border: none;
	border-top: 1px solid #c7b299;
	border-bottom: 1px solid #c7b299;
	background: #fff;
	color: #026736;
	padding: 28px 0 20px 15px;
}
#mailform .tbl th .need {
	padding: 1px 0;
	border-radius: 5px;
	color: #ef8222;
}
#mailform .tbl td {
	border: none;
	border-top: 1px solid #c7b299;
	border-bottom: 1px solid #c7b299;
}
#mailform .btn {
	margin-top: 1.5em;
	/* フレックス */
	display: flex;
	justify-content: center;
}
#mailform .btn li+li {
	margin-left: 15px;
}
#mailform .btn input {
	width: 200px;
	height: 50px;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 30px;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
#mailform .btn input:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#mailform .btn input[type="reset"] {
	background: #F4F4F4;
	border-color: #DDD;
	color: #666;
}
#mailform .tbl input[type="text"],
#mailform .tbl textarea {
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	background: #e9e2c5;
	border: none;
}
#mailform .tbl textarea.active {
	height: 250px;
}
#mailform .tbl textarea {
	display: block;
}
#mailform .tbl input.wno {
	width: 100px;
}
#mailform .txt {
	color : #534741;
	font-size: 98%;
}
@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_msg .waku {
		font-size: 35px;
	}
	#top_msg .txt {
		width: 80%;
		font-size: 98%;
		line-height: 1.8em;
		margin: 0 auto;
	}
	#top_area {
		width: 80%;
		max-width: 500px;
	}
	#top_area .box::before {
		width: 200px;
	}
	#top_area .box .txt_box .txt {
		font-size: 25px;
		line-height: 1.8em;
	}
	#top_area .box .txt_box .txt span {
		font-size: 60%;
		top: -4px;
	}
	#top_area .box .txt_box h3.sub {
		padding-left: 50px;
	}
	#top_area .box .txt_box h3.sub::before {
		width: 45px;
		top: 5px;
	}
	#top_contents::before {
		width: 230px;
		top: -50px;
	}
	#top_contents .grid_box {
		grid-template-columns: repeat(4, 230px);
	}
	#top_contents .price_box .txt_box .txt {
		font-size: 98%;
		line-height: 1.8em;
	}
	#top_contents .price_box .img_box {
		width: 46vw;
		left: -100px;
	}
	#top_info {
		width: 100%;
		flex-direction: column;
		margin-bottom: 50px;
	}
	#top_info::before {
		background: url(../img/top/bg04.jpg) repeat top left / cover;
	}
	#top_info h3.info {
		margin: 0 auto 20px;
	}
	#contact {
		padding-top: 0;
	}
	#contact::before {
		background: #169a5a url(../img/top/bg05.png) no-repeat top left -10% / 40%;
	}
	#contact::after {
		width: 185px;
		left: calc(50% - -30%);
		top: -5%;
	}
	#mailform {
		padding: 25px;
	}
	#mailform .tbl th, #mailform .tbl td {
		padding: 15px 0 15px 10px;
		font-size: 98%;
	}
	#mailform .tbl th {
		padding: 18px 0 15px 10px;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
		height: 40px;
	}
	#mailform .btn input {
		width: 120px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg {
		padding-bottom: 30px;
	}
	#top_msg .waku {
		font-size: 5vw;
	}
	#top_msg .img {
		margin: 0px 0 15px;
	}
	#top_area {
		width: 100%;
	}
	#top_area .box {
		padding: 15px;
	}
	#top_area .box::before {
		display: none;
	}
	#top_area .box .txt_box {
		width: 100%;
	}
	#top_area .box .txt_box h3.sub::before {
		top: 0;
	}
	#top_area .box .txt_box .txt {
		font-size: 23px;
		line-height: 1.4em;
	}
	#top_area .box .txt_box .txt span {
		top: -1px;
	}
	#top_area .box .img img {
		width: 80%;
		margin: 15px 0 0;
	}
	#top_contents::before {
		left: 65%;
	}
	#top_contents .grid_box {
		grid-template-columns: repeat(4, 30%);
		column-gap: 5px;
	}
	#top_contents .grid_box img {
		border-radius: 10px;
		border: 2px solid #fff
	}
	#top_contents .price_box .txt_box {
		width: 100%;
	}
	#top_contents .price_box .img_box {
		display: none;
	}
	#top_info {
		margin-top: 30px;
	}
	#top_info h3.info {
		width: 110px;
		height: 110px;
		font-size: 20px;
	}
	#top_info dl {
		padding: 15px;
	}
	#contact::after {
		width: 160px;
		left: calc(50% - -20%);
		top: -3%;
	}
	#mailform {
		border-radius: 15px;
		padding: 15px;
	}
	#mailform .tbl th {
		border: 0;
		border-top: 1px solid #c7b299;
		padding: 10px 10px 0;
	}
	#mailform .tbl td {
		border: 0;
		padding: 10px;
	}
}
@media only screen and (max-width: 320px) {
	#top_msg .txt {
		width: 90%;
		font-size: 4vw;
	}
	#top_area .box .txt_box .txt {
		font-size: 23px;
	}
	#top_contents h3.sub02 {
		font-size: 6.5vw;
	}
}