@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	position: relative;
	height: 80px;
	padding: 15px;
	background: #fff;
	font-family: var(--font-sans);
	text-align: left;
}
/* タイトル */
#header h1.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
#header h1.title img {
	object-fit: contain;
	object-position: left;
	width: 100%;
	height: 100%;
	max-width: none;
}
/* お問い合わせ */
#header .contact a {
	display: block;
}
#header .contact a img {
	vertical-align: middle;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#header {
		position: absolute;
		top: 0;
		left: 0;
		background: none;
		width: 100%;
		z-index: 1;
	}
	#header h1.title {
		width: 220px;
	}
	#header .contact {
		position: absolute;
		right: 15px;
		top: -3px;
		column-gap: 20px;
		margin-left: 40px;
		line-height: 1.2;
	}
	#header .contact > div {
		border: 2px solid #fff;
		background: #f79e46;
		color: #fff;
		box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 10px;
		width: 338px;
		height: 95px;
		font-weight: 500;
		font-size: 16px;
	}
	#header .contact > div.tel {
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#header .contact > div.btn {
		width: 80px;
		padding-top: 10px;
	}
	#header .contact > div.tel .txt span {
		margin-left: 15px;
		font-weight: normal;
	}
	#header .contact > div.btn .txt {
		text-align: center;
		margin-bottom: 6px;
	}
	#header .contact > div a {
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 35px;
		margin-top: 5px;
	}
	#header .contact > div.btn a {
		margin: 0 auto;
	}
	#header .contact > div a .maru {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 10px;
	}
	#header .contact > div.btn a .maru {
		margin: 0 auto;
	}
	#header .contact > div a .maru img {
		width: 22px;
		vertical-align: baseline;
	}
	#header .contact > div.btn a .maru img {
		width: 20px;
	}

}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #f79e46; }
	#header .contact .tel a { background: #fff; }
	#header .contact .btn a { background: #fff; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0 46px 0 0;
		background: #f7f0e2;;
		z-index: 9997;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	}
	#header h1.title {
		width: 220px;
		height: 100%;
		padding: 10px;
	}
	/* お問い合わせ */
	#header .contact .tel {
		margin-right: 1px;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 10px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .txt, #header .contact .no {
		display: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#header h1.title {
		width: 180px;
	}
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	margin: 50px 0 20px;
}
#menu ul {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
#menu li {
	width: 250px;
}
#menu li a {
	display: block;
	width: 100%;
	line-height: 54px;
	text-align: center;
	color: var(--color-font);
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	border: 3px solid #fff;
	background : #E5F0E1;
	border-radius: 30px;
	position: relative;
	letter-spacing : 3.6px;
}
#menu li.on a,
#menu li a:hover {
	color: var(--color-orange);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: none;
	box-shadow: none;
}
#menu li.on a::before,
#menu li a:hover::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--color-orange);
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}
#menu ul li.dsp_tbs {
	display: none;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page_title p {
	text-align: center;
}
#sub_ttl {
	position: relative;
}
#sub_ttl::before {
	position: absolute;
	content: "";
	width: 910px;
	height: 175px;
	display: block;
	background: url("../img/price/bg-title-left.png") no-repeat left bottom;
	background-size: contain;
	bottom: -40px;
	left: -60px;
	z-index: 1000;
}
#sub_ttl::after {
	position: absolute;
	content: "";
	width: 722px;
	height: 464px;
	display: block;
	background: url("../img/price/bg-title-right.png") no-repeat right top;
	background-size: contain;
	top: -120px;
	right: -50px;
	z-index: -1000;
}
#sub_ttl span {
	width: 93%;
	position: relative;
	max-width: 1200px;
	display: block;
	margin: 80px auto 40px;
	border-radius: 30px 115px 30px 30px;
}
#sub_ttl.price span {
	background: url("../img/price/bg-title.jpg") no-repeat center / cover ;
}
#sub_ttl.contact span {
	background: url("../img/contact/bg-title.jpg") no-repeat center / cover ;
}
#sub_ttl.service span {
	background: url("../img/service/bg-title.jpg") no-repeat center / cover ;
}
#sub_ttl span::before {
	position: absolute;
	content: "";
	width: 100%;
	max-width: 1200px;
	height: 100%;
	display: block;
	background: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)) no-repeat center / cover ;
	border-radius: 30px 115px 30px 30px;
	top: 30px;
	left: -80px;
	z-index: -1000;
}
#sub_ttl span img {
	position: relative;
	z-index: 2000;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#sub_ttl::before {
		width: 480px;
		height: 175px;
		bottom: -25px;
		left: -60px;
	}
	#sub_ttl::after {
		width: 365px;
		height: 464px;
		top: -120px;
		right: -25px;
	}
	#sub_ttl span {
		max-width: 600px;
		margin: 35px auto 35px;
		border-radius: 25px 80px 25px 25px;
	}
	#sub_ttl span::before {
		width: 100%;
		max-width: 600px;
		border-radius: 25px 80px 25px 25px;
		top: 25px;
		left: -40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sub_ttl::before {
		width: 300px;
		height: 175px;
		bottom: -15px;
		left: -60px;
	}
	#sub_ttl::after {
		width: 250px;
		height: 464px;
		top: -80px;
		right: -25px;
	}
	#sub_ttl span {
		margin: 20px auto 20px;
		border-radius: 15px 50px 15px 15px;
	}
	#sub_ttl span::before {
		width: 100%;
		border-radius: 15px 50px 15px 15px;
		top: 15px;
		left: -25px;
	}
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#container {
	text-align: left;
	line-height: 1.8;
}
#container p {
	margin-bottom: 1em;
}
#container h3.sub,#container h3.sub02 {
	position: relative;
	margin-bottom: 40px;
	font-size: 45px;
	color: var(--color-primary);
	font-weight: normal;
}
#container h3.sub span {
	color: #aace9c;
	font-size: 26px;
	margin-left: 30px;
	display: block;
}
#container h3.sub02 span {
	color: #aace9c;
	font-size: 26px;
	display: block;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#wrap, #header {
		min-width: 1150px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#container {
		padding-top: 50px;
	}
	#container h3.sub,#container h3.sub02 {
		margin-bottom: 30px;
		font-size: 28px;
	}
	#container h3.sub02 span,#container h3.sub span {
		font-size: 20px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub,#container h3.sub02 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	#container h3.sub span,#container h3.sub02 span {
		font-size: 15px;
		margin-left: 15px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: auto;
	background: url("../img/bg-footer.jpg") no-repeat center /cover;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
}
#footer::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(0deg, rgba(77, 188, 106, 1) 0%, rgba(77, 188, 106, 0) 100%);
}
#footer .bg_white {
	width: 1100px;
	margin-top: 120px;
	background: rgba(255,255,255,0.9);
	position: relative;
	z-index: 1;
	padding: 50px;
	border-radius : 100px 20px 20px 20px;
}
#footer .bg_white .box {
	margin-bottom: 40px;
}
#footer .bg_white .box .info {
	width: 550px;
}
#footer .bg_white .box .info p.ttl {
	margin-bottom: 40px;
	width: 300px;
}
#footer .bg_white .box .info table {
	width: 100%;
	font-size: 16px;
	text-align: left;
}
#footer .bg_white .box .info table tr {
	border-top: 1px solid #ccc;
}
#footer .bg_white .box .info table tr:last-of-type {
	border-bottom: 1px solid #ccc;
}
#footer .bg_white .box .info table tr th, #footer .bg_white .box .info table tr td {
	padding: 12px 20px;
}
#footer .bg_white .box .info table tr td a {
	text-decoration: underline;
}
#footer .bg_white .box .map {
	width: 400px;
}
#footer .bg_white .box .map iframe {
	width: 100%;
	height: 500px;
}
#footer .bg_white .access .info {
	width: 550px;
	text-align: left;
}
#footer .bg_white .access .info .green {
	font-size: 22px;
	margin-right: 20px;
}
#footer .bg_white .access .info ul {
	margin-top: 10px;
}
#footer .bg_white .access .info ul li {
	padding-left: 20px;
	position: relative;
}
#footer .bg_white .access .info ul li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--color-primary);
}
#footer .bg_white .access .btn02 {
	width: 400px;
}
#footer .bg_white .access .btn02 a {
	background: #f79e46;
	border-color: #fff;
	line-height: 72px;
	border-radius: 20px;
	font-size: 35px;
	font-weight: 500;
	padding-bottom: 4px;
}
#footer .bg_white .access .btn02 a::before {
	top: 26px;
}
#footer .bg_white .access .btn02 a::after {
	top: 32px;
}
#footer .bg_white .access .btn02 a:hover {
	background: #fff;
	border-color: #f79e46;
}

/* リンク */
#footer .link {
	width: 1100px;
	position: relative;
	z-index: 1;
	padding: 40px 0;
}
#footer .link ul li {
	display: inline;
	margin-right: 45px;
	list-style: none;
}
#footer .link ul li a {
	color: #FFF;
	text-decoration: none;
}
#footer .link ul li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	color: #FFF;
	font-size: 12px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .contact li {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer .bg_white {
		width: calc(100% - 30px);
		margin: 50px auto 0;
		padding: 30px;
		border-radius: 50px 20px 20px 20px;
	}
	#footer .bg_white .box .info {
		width: 49%;
	}
	#footer .bg_white .box .info p.ttl {
		width: 250px;
		margin-bottom: 20px;
	}
	#footer .bg_white .box .info table {
		font-size: 14px;
	}
	#footer .bg_white .box .info table tr th, #footer .bg_white .box .info table tr td {
		padding: 10px;
	}
	#footer .bg_white .box .info table tr th {
		white-space: nowrap;
	}
	#footer .bg_white .box .map {
		width: 49%;
	}
	#footer .bg_white .access .info {
		width: 45%;
	}
	#footer .bg_white .access .btn02 {
		width: 50%;
	}
	#footer .bg_white .access .btn02 a {
		font-size: 24px;
		line-height: 50px;
	}
	#footer .bg_white .access .btn02 a::before {
		top: 16px;
	}
	#footer .bg_white .access .btn02 a::after {
		top: 22px;
	}
	#footer .link {
		width: 100%;
		padding: 20px;
		display: block;
	}
	#copyright {
		font-size: 10px;
		text-align: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .bg_white {
		padding: 15px;
	}
	#footer .bg_white .box {
		margin-bottom: 20px;
	}
	#footer .bg_white .box .info p.ttl {
		width: 220px;
		margin: 0 auto 15px;
	}
	#footer .bg_white .box .info {
		width: 100%;
		margin-bottom: 15px;
	}
	#footer .bg_white .box .map {
		width: 100%;
	}
	#footer .bg_white .box .map iframe {
		height: 200px;
	}
	#footer .bg_white .access .info {
		width: 100%;
		margin-bottom: 15px;
	}
	#footer .bg_white .access .btn02 {
		width: 100%;
	}
	#footer .link {
		padding: 10px 0;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#footer .bg_white .access .btn02 a {
		font-size: 20px;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
.btn01 {
	width: 250px;
}
.btn01 a {
	display: block;
	border: 3px solid #4DBC6A;
	line-height: 44px;
	padding-bottom: 2px;
	background : #4DBC6A;
	box-shadow : 2px 2px 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	border-radius: 27px;
	font-size: 18px;
	padding-left: 30px;
	position: relative;
}
.btn01 a::before {
	content: "";
	position: absolute;
	right: 18px;
	top: 11px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
}
.btn01 a::after {
	content: "";
	position: absolute;
	right: 27px;
	top: 17px;
	background: url("../img/arrow.png") no-repeat center / 100% auto;
	width: 20px;
	height: 13px;
}
.btn01 a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #fff;
	color: #333;
	border-color: #f4c134;
	box-shadow: none;
}
.btn01 a:hover::before {
	background: #f4c134;
}
/* 枠のマージン・パディング */
.mt { margin-top: 120px; }
.mt80 { margin-top: 80px; }
.mb { margin-bottom: 120px; }
.pt { padding-top: 120px; }
.pb { padding-bottom: 120px; }
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.mt { margin-top: 50px; }
	.mt80 { margin-top: 60px; }
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.mt { margin-top: 40px; }
	.mt80 { margin-top: 40px; }
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
}
/*------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	padding-top: 30px;
	margin-bottom: 50px;
	color: var(--color-thin);
	font-size: 12px;
	line-height: 1;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
#page_navi li+li:before {
	content: ">";
	margin-right: 0.5em;
}
#page_navi a {
	color: var(--color-thin);
	text-decoration: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#page_navi {
		margin-bottom: 30px;
		padding-top: 15px;
		font-size: 11px;
	}
}
/*------------------------------------------------*/
/* テーブル */
.tbl {
	width: 100%;
	background: #fff;
}
.tbl th,
.tbl td {
	padding: 14px;
	border: 1px solid var(--color-tbl-border);
}
.tbl th {
	white-space: nowrap;
	background: var(--color-tbl-th);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.tbl {
		border-bottom: 1px solid var(--color-tbl-border);
	}
	.tbl th,
	.tbl td {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
	}
}
/*------------------------------------------------*/
/* 注意書き */
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/*------------------------------------------------*/
/* 横100％ */
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
/*------------------------------------------------*/
/* 横100％背景 */
.bg_wide {
	position: relative;
}
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 1150px) {
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: 0;
	}
}
/*------------------------------------------------*/
/* フレックスボックス */
.box_flex_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_flex_sp.rev { flex-direction: row-reverse; }
.box_flex_sp.vcen { align-items: center; }
.box_flex_sp.vtop { align-items: flex-start; }
.box_flex_sp.htop { justify-content: flex-start; }
.box_flex_sp.hcen { justify-content: center; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vcen { align-items: center; }
	.box_flex.vtop { align-items: flex-start; }
	.box_flex.htop { justify-content: flex-start; }
	.box_flex.hcen { justify-content: center; }
}
/*------------------------------------------------*/
/* 箱のパディング */
.box_pad {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_pad { padding: 30px; }
}
