@charset "UTF-8";
/* 共通パーツ調整 */
.header-nav-menu {
	text-align: center;
}

/* 大枠 */
#main *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#main {
	font-size: 16px;
	line-height: 1.6;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
	position: relative;
	font-weight: normal;
}
.tenor{
	font-family: 'Tenor Sans', sans-serif;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}


.pc {display: block;}
.sp {display: none;}

.txt_right.notes{
	text-align: right;
	font-size: 12px;
	margin: 0 20px 5px 0;
}

/* ▼ タイトル
--------------------------------------- */
.title_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../images/rp_logo.webp) no-repeat center top 26px /130px, #ffff98;
	margin: 0 0 55px;
	color: #19823d;
	line-height: 1.3;
	padding-top:130px;
	padding-bottom:20px;
}
	.title_wrap p{
		font-size: 20px;
	}
	.title_wrap .title{
		font-size: 34px;
		font-weight: 500;
		letter-spacing: .1em;
	}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.contents_wrap{
	max-width: 1000px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto 90px;
}

/* nav_list
--------------------------------------- */
.nav_list{
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
	color: #19823d;
	font-weight: 500;
}
	.nav_list li{
		border-right: 1px solid #DEDEDE;
		width: 25%;
		text-align: center;
	}
	.nav_list li:last-child{
		border-right: none;
	}
	.nav_list li a{
		display: block;
		padding: 12px 0;
		line-height: 1;
	}
	.nav_list li.active a{
		background: #EAF8FE;
	}
	.nav_list li a::after{
		display: inline-block;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #19823d;
		border-right: 2px solid #19823d;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-left: 10px;
	}

/* inquiry_box
--------------------------------------- */
.inquiry_box{
	background: url(../images/inquiry_bg.jpg) no-repeat center/cover;
	padding: 35px 15px 75px;
	text-align: center;
}
	.inquiry_box .read_txt{
		display: inline-block;
		padding: 0 150px 23px 0;
		color: #fff;
		font-size: 15px;
		position: relative;
	}
	.inquiry_box .read_txt::after{
		content: "";
		background: url(../images/inquiry_illust.png) no-repeat right center/contain;
		width: 107px;
		height: 119px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.inquiry_box .read_txt span{
		display: block;
		text-align: center;
		position: relative;
	}
	.inquiry_box .read_txt span::before,
	.inquiry_box .read_txt span::after{
		content: "";
		border-left: 1px solid #fff;
		height: 47px;
		position: absolute;
		top: 5px;
	}
	.inquiry_box .read_txt span::before{
		transform: rotate(-25deg);
		left: -20px;
	}
	.inquiry_box .read_txt span::after{
		transform: rotate(25deg);
		right: -20px;
	}
	.inquiry_box .inner_wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		background: #fff;
		border-radius: 10px;
		max-width: 1000px;
		padding: 25px 55px 40px;
		margin: 0 auto;
		color: #19823d;
		letter-spacing: .1em;
	}
	.inquiry_box .inner_wrap h4{
		width: 100%;
		margin: 0 0 20px;
		font-size: 24px;
		font-weight: 500;
		text-align: center;
	}
	.inquiry_box .inner_wrap .tel_area{
		width: 48%;
		margin-right: 5%;
		flex-shrink: 0;
		text-align: center;
	}
		.inquiry_box .inner_wrap .inner_title{
			margin: 0 0 15px;
			font-size: 22px;
			font-weight: 500;
			text-align: center;
		}
		.inquiry_box .inner_wrap .tel{
			display: inline-block;
			background: url(../images/inquiry_icon.png) no-repeat left 75%/27px;
			padding-left: 40px;
			margin: 0 0 15px;
			font-size: 54px;
			line-height: 1;
			@media screen and (max-width: 1023px) {
				font-size: 4.0vw;
			}
		}
		.inquiry_box .inner_wrap small{
			display: block;
			text-align: center;
			font-size: 14px;
		}
	.inquiry_box .inner_wrap .btn_area{
		flex: 1 0 0%;
	}
		.inquiry_box .inner_wrap .btn_area .inner_title{
			margin: 0 0 25px;
		}
		.inquiry_box .inner_wrap .inquiry_btn a{
			display: block;
			background: #19823d;
			border-radius: 10px;
			padding: 23px 0;
			color: #fff;
			font-size: 22px;
			font-weight: 500;
			text-align: center;
			position: relative;
			line-height: 1;
			@media screen and (max-width: 1023px) {
				font-size: 2.2vw;
			}
		}
		.inquiry_box .inner_wrap .inquiry_btn a::before,
		.inquiry_box .inner_wrap .inquiry_btn a::after{
			content: "";
			display: inline-block;
			vertical-align: middle;
		}
		.inquiry_box .inner_wrap .inquiry_btn a::before{
			background: url(../images/inquiry_icon02.png) no-repeat center/100%;
			width: 24px;
			height: 18px;
			margin: 0 20px 3px 0;
		}
		.inquiry_box .inner_wrap .inquiry_btn a::after{
			width: 8px;
			height: 8px;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			margin: 0 0 3px 20px;
		}


/* ▼ パンくず
--------------------------------------- */
#path {
	margin-bottom: 10px;
	font-size: 14px;
	overflow: hidden;
}
	#path li {
		float: left;
	}
	#path li:not(:last-child):after {
		content: "〉";
		margin-left: 10px;
		color: #333;
	}



/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	.pc {display: none;}
	.sp {display: block;}

	.txt_right.notes{
		font-size: 10px;
		margin: 0 10px 5px 0;
	}

	/* ▼タイトル
	--------------------------------------- */
	.title_wrap{
		background: url(../images/rp_logo.webp) no-repeat center top 26px /130px, #ffff98;
		margin: 0 0 20px;
		padding-bottom:20px;
	}
		.title_wrap p{
			font-size: 18px;
		}
		.title_wrap .title{
			font-size: 26px;
		}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
		font-size: 14px;
		margin-bottom: 50px;
	}
	.contents_wrap{
		margin: 0 auto 50px;
	}

	/* nav_list
	--------------------------------------- */
	.nav_list{
		flex-wrap: wrap;
		margin: -10px 0 30px;
		font-size: 13px;
		justify-content: center;
	}
		.nav_list li{
			width: 80%;
			margin-top: 10px;
		}
		.nav_list li:nth-child(odd){
			border-left: 1px solid #DEDEDE;
		}
		.nav_list li:last-child{
			border-right: 1px solid #DEDEDE;
		}
		.nav_list li a{
			display: block;
			padding: 12px 0;
			line-height: 1;
		}
		.nav_list li a::after{
			width: 5px;
			height: 5px;
			margin: 0 0 2px 3px;
		}


	/* inquiry_box
	--------------------------------------- */
	.inquiry_box{
		padding: 20px 15px 55px;
	}
		.inquiry_box .read_txt{
			padding: 0 100px 20px 0;
			font-size: 14px;
		}
		.inquiry_box .read_txt::after{
			width: 83px;
			height: 93px;
			right: -15px;
		}
		.inquiry_box .read_txt span{
			display: block;
			text-align: center;
			position: relative;
		}
		.inquiry_box .read_txt span::before,
		.inquiry_box .read_txt span::after{
			height: 40px;
		}
		.inquiry_box .read_txt span::before{
			left: -20px;
		}
		.inquiry_box .read_txt span::after{
			right: -20px;
		}
		.inquiry_box .inner_wrap{
			display: block;
			padding: 20px 20px;
		}
		.inquiry_box .inner_wrap h4{
			margin: 0 0 15px;
			font-size: 22px;
		}
		.inquiry_box .inner_wrap .tel_area{
			width: 100%;
			margin: 0 0 20px;
		}
			.inquiry_box .inner_wrap .inner_title{
				margin: 0 0 10px;
				font-size: 18px;
			}
			.inquiry_box .inner_wrap .tel{
				background: url(../images/inquiry_icon.png) no-repeat left 75%/18px;
				padding-left: 25px;
				margin: 0 0 10px;
				font-size: 32px;
				line-height: 1;
			}
			.inquiry_box .inner_wrap .tel a{
				color: #19823d;
			}
			.inquiry_box .inner_wrap small{
				font-size: 12px;
			}
		.inquiry_box .inner_wrap .btn_area{
		}
			.inquiry_box .inner_wrap .btn_area .inner_title{
				margin: 0 0 10px;
			}
			.inquiry_box .inner_wrap .inquiry_btn a{
				padding: 23px 0;
				font-size: 16px;
			}
			.inquiry_box .inner_wrap .inquiry_btn a::before,
			.inquiry_box .inner_wrap .inquiry_btn a::after{
				content: "";
				display: inline-block;
				vertical-align: middle;
			}
			.inquiry_box .inner_wrap .inquiry_btn a::before{
				width: 20px;
				height: 18px;
				margin: 0 10px 3px 0;
			}
			.inquiry_box .inner_wrap .inquiry_btn a::after{
				width: 6px;
				height: 6px;
				margin: 0 0 3px 10px;
			}

}