@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

/* 基本 */
:root {
	--v-space: clamp(50px, 5vw, 120px);
}

body {
	margin: 0;
	/*background-color: #FFFFFF;*/
	color: #000000;
	/*font-family: sans-serif;*/
	/*font-family:Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,Verdana,sans-serif;*/
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:62.5%;
}

h1, h2, h3, h4, h5, h6, p, figure, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	line-height: 1.8;
}

a {
	/*color: inherit;*/
	text-decoration: none;
}

a:hover {
	/*filter: brightness(90%) contrast(120%);*/
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* 横幅と左右の余白 */
.w-container {
	margin: auto;
	position: relative;
}

/* ヘッダー */
.header {
	/*height: 110px;*/
	/*background-color: #004ea2;*/
	background-color: #84C98B; /* 浅緑(あさみどり) */
}

.header-container {
	width: min(92%, 1200px);

	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
	height: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

.header-container img {
	margin:0 auto;
}

/* スマホのみ電話番号リンクを有効にする */
@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}

	/* ヘッダー */
	.header {
		/*height: 110px;*/
		/*height: 150px;*/
		height: 200px;
		/*background-color: #004ea2;*/
		background-color: #84C98B; /* 浅緑(あさみどり) */
	}

	.header-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		padding-top:0;
		padding-bottom:0;
	}

}

/* ナビゲーションボタン */
.navbtn {
	padding: 0;
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #aaaaaa;
	font-size: 30px;
}

.open .navbtn {
	z-index: 110;
	color: #ffffff;
}

.navbtn .fa-bars {
	display: revert;
}
.open .navbtn .fa-bars {
	display: none;
}

.navbtn .fa-times {
	display: none;
}
.open .navbtn .fa-times {
	display: revert;
}

@media (min-width: 768px) {
	.navbtn {
		display: none;
	}
}

/* ナビゲーションメニュー：モバイル */

@media (max-width: 767px) {
	.nav {
		/*position: fixed;
		inset: 0 -100% 0 100%;
		z-index: 100;
		background-color: #4e483ae6;
		transition: transform 0.3s;*/
		font-size:2em;
		/*border-bottom:#004ea2 2px solid;*/
		border-bottom:#84C98B 2px solid; /* 浅緑(あさみどり) */
	}
/*

	.open .nav {
		transform: translate(-100%, 0);
	}

	.open body {
		position: fixed;
		overflow: hidden;
	}
*/

	.nav ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		/*height: 100%;
		gap: 40px;
		color: #ffffff;*/
	}
	.nav ul li{
		display:block;
		width: 100%;
		text-align: center;
		/*width:150px;*/
		/*gap: 40px;*/
		/*color: #707070;*/
	}
	.nav ul li a {
		display: block;
		padding: 10px;
		/*color:#004ea2;*/
		color: #3A8542; /* 色味調整 */
		border-bottom:#888 1px dotted;
	}
	.nav ul li a.a_last {
		border-bottom:none;
	}
	
}

/* ナビゲーションメニュー：PC */
@media (min-width: 768px) {
	.nav {
		margin: 0px auto 0px auto;
		padding:0px;
		font-size:2em;
		/*border-bottom:#004ea2 2px solid;*/
		border-bottom:#84C98B 2px solid;
	}
	.nav ul {
		display: flex;
		justify-content:center;
		gap:1em;
	}
	.nav ul li{
		display:block;
		/*width:150px;*/
		/*gap: 40px;*/
		/*color: #707070;*/
	}
	.nav ul li a {
		display: block;
		padding: 15px 40px;
		/*color:#004ea2;*/
		color: #3A8542; /* 色味調整 */
	}
}

/* ヒーロー */
.hero {
	/*height: 650px;
	background-image: url(../img/hero.jpg);
	background-position: center;
	background-size: cover;*/
}

.hero-container {
	/*display: grid;
	justify-items: center;
	align-content: center;
	height: 100%;*/
	width: min(100%, 1280px);
	margin: auto;
}

p.p_top_msg {
	text-align: left;
}

@media (min-width: 768px) {
	p.p_top_msg {
		text-align: center;
	}
}

/* ボタン */
.btn {
	display: block;
	width: 260px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #e8b368;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 0 6px #00000052;
}

.btn-accent {
	background-color: #b72661;
}

h1.h1_sub {
	font-size: 3.6em;
	/*color:#004ea2;*/
	color: #3A8542; /* 色味調整 */
	text-align: center;
	border-bottom:#b2b2b2 1px dotted;
}

h2.h2_sub {
	font-size: 2.4em;
	/*color:#004ea2;*/
	color: #3A8542; /* 色味調整 */
	border-bottom:#b2b2b2 1px dotted;
}

h2.h2_effect {
	font-size: 2.6em;
	/*color:#004ea2;*/
	color: #84C98B; /* 浅緑(あさみどり) */
	text-align: center;
	/*border:#004ea2 1px solid;*/
	border:#84C98B 1px solid; /* 浅緑(あさみどり) */
	padding: 1em;
	margin: 0 10px;
}

/* 画像とテキスト */
.imgtext {
	width: min(92%, 1200px);
	/*padding: var(--v-space) 0;*/
	padding: 50px 0;
	margin-left: auto;
	margin-right: auto;
}

.imgtext + .imgtext {
	/*padding-top: 0;*/
}

.imgtext-container {
	padding-top: 50px;
	/*display: flex;*/
	flex-direction: column;
	/*gap: clamp(45px, 6vw, 80px);*/
	gap:30px;
}

.imgtext-container > .text h2 {
	font-size: 2.0em;
	margin-bottom: 1em;
	border-bottom:#b2b2b2 1px dotted;
}

.imgtext-container > .text p {
	/*margin-top: 1em;*/
	font-size: 1.6em;
}

.imgtext-container > .img {
	margin-left:auto;
	margin-right:auto;
}

@media (min-width: 768px) {
	.imgtext-container {
		flex-direction: row;
		/*align-items: center;*/
	}

	.imgtext-container.reverse {
		flex-direction: row-reverse;
	}

	.imgtext-container > .text {
		flex: 70;
  	}

	.imgtext-container > .img {
		flex: 48;
	}
}

/* タイトルとサブタイトル（赤色の短い線で装飾） */
.heading-decoration {
	font-size: clamp(30px, 3vw, 40px);
	min-height: 0vw;
	font-weight: 400;
}

.heading-decoration::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 1px #b72661;
	margin-top: 0.6em;
}

.heading-decoration + p {
	margin-top: 1em;
	margin-bottom: 2em;
	color: #707070;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
}


/* リンク */
.posts {
	padding: var(--v-space) 0;
	width: min(92%, 1200px);
	margin-left: auto;
	margin-right: auto;

}

.posts-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px 20px;
}

@media (min-width: 768px) {
	.posts-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

.post {
}

.post a {
	display: block;;
}

.post h3 {
	/*margin: 1em 0 0.5em;
	font-size: clamp(12px, 2vw, 20px);
	min-height: 0vw;*/
}

.post h2 {
	padding: 0.2em 0 0.2em 45px;
	background: url("../img/list_toplink.png") left center no-repeat;
	color:#00886d;
	font-size:2.6em;
	line-height: 1.0;
	border-bottom:#b2b2b2 1px dotted;
}

.post p {
	/*max-width: 20em;
	font-size: clamp(10px, 1.6vw, 14px);
	min-height: 0vw;*/
	color:#000;
	font-size:1.6em;
	margin: 1em;
}

.post .post_img img {
	width:100%;
	height:auto;
	max-width:280px;
	margin: 0 auto;
}

.post .post_img {
}

.post .post_desc {
	margin-top: 2em;
}

@media (min-width: 768px) {

	.post .post_img img {
		width:100%;
		height:auto;
	}

	.post .post_img {
		float: left;
		width:48%;
	}

	.post .post_desc {
		margin-top: 0;
		/*padding-left: 51%;*/
		width:48%;
		float:right;
	}
}

.top_info {
	width: min(92%, 1200px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;

}

.top_info h2 {
	font-size: 3.0em;
	text-align: center;
	border-bottom:#b2b2b2 1px dotted;	
}

.top_info dl.dl_top_info {
	font-size: 1.6em;
	margin-left: 1em;
	margin-right: 1em;
}

.top_info dl.dl_top_info dt {
	padding:0.5em 0 0 0;
}

.top_info dl.dl_top_info dd {
	border-bottom:#b2b2b2 1px dotted;
	margin:0;
	padding:0.5em 0 0.5em 1em;
}

@media (min-width: 768px) {

	.top_info dl.dl_top_info dt {
		padding:0.5em 0 0 0;
		float: left;
	}

	.top_info dl.dl_top_info dd {
		border-bottom:#b2b2b2 1px dotted;
		margin:0;
		padding:0.5em 0 0.5em 12em;
	}

}

#pagetop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

/* パーツの見出し */
.heading {
	position: absolute;
	top: calc((var(--v-space) + 0.6em) * -1);
	font-family: "Montserrat", sans-serif;
	font-size: clamp(40px, 5.2vw, 70px);
	min-height: 0vw;
	font-weight: 300;
}

.heading span {
	display: block;
	color: #666666;
	font-size: 18px;
}


/* フッター */
.footer {
	padding: 0;
	/*background-color: #004ea2;*/
	background-color: #84C98B; /* 浅緑(あさみどり) */
	color: #FFF;
}

.footer-container {
	width: min(92%, 1200px);
	margin-top:30px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
}

.footer_info_left {
}

.footer_info_right {
	padding-top: 50px;
}

ul.ul_footer_info_left {
	text-align: center;
}

ul.ul_footer_info_left li.ul_footer_info_left_name {
	font-size: 3.5em;
}

ul.ul_footer_info_left li.ul_footer_info_left_address {
	padding-top: 1em;
	font-size: 1.8em;
}

ul.ul_footer_info_left li.ul_footer_info_left_time {
	padding-top: 1em;
	font-size: 1.8em;
}

ul.ul_footer_info_right {
	text-align: center;
}

ul.ul_footer_info_left li.ul_footer_info_left_tel {
	padding-top: 1em;
	font-size: 1.8em;
}

ul.ul_footer_info_left li.ul_footer_info_left_tel a {
	font-size: 1.88em;
	/*padding-left: 33px;*/
	padding-left: 54px;
	background: url("../img/list_footer_tel.png") 10px center no-repeat;
	color:#FFF;
}

ul.ul_footer_info_left li.ul_footer_info_left_fax {
	/*padding-left: 54px;
	background: url("../img/list_footer_fax.png") left center no-repeat;*/
	font-size: 3.384em;
	color:#FFF;
}

ul.ul_footer_info_left li.ul_footer_info_left_fax img {
	display: inline;
	margin-right: 10px;
}

ul.ul_footer_info_left li.ul_footer_info_left_mail {
	padding-top: 0em;
	font-size: 1.5em;
}

ul.ul_footer_info_left li.ul_footer_info_left_mail a {
	font-size: 1.88em;
	/*padding-left: 41px;*/
	padding-left: 54px;
	background: url("../img/list_footer_mail.png") 5px center no-repeat;
	color:#FFF;

}

ul.ul_footer_info_right li.ul_footer_info_right_insurance_desc {
	padding-top: 2em;
	font-size: 2.0em;
}

ul.ul_footer_info_right li.ul_footer_info_right_insurance {
	padding-top: 1em;
	font-size: 1.6em;
}

ul.ul_footer_info_right li.ul_footer_info_right_insurance ul.ul_footer_info_right_insurance_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	align-items: center;
	gap:20px;
}

ul.ul_footer_info_right li.ul_footer_info_right_insurance ul.ul_footer_info_right_insurance_list li {
	display:block;
	border: #fff 1px solid;
	width: 6em;
	height: 2.8em;
	padding: 0.5em;
}

@media (min-width: 1000px) {
	.footer-container {
		/*grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;}*/
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}

	.footer_info_left {
		
	}

	.footer_info_right {
		padding-top: 0;
	}
	
	ul.ul_footer_info_right li.ul_footer_info_right_insurance ul.ul_footer_info_right_insurance_list {
		grid-template-columns: repeat(4, 1fr);
	}

}


table.table_company {
	font-size: 1.8em;
	text-align: left;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	width: 90%;
	margin:30px auto;
	border-collapse:collapse;

}

table.table_company th,td {
	margin:0;
	padding:1em;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}

table.table_company th {
	background: #DDD;
}

.map_canvas {
	margin:30px auto;
	width: 100%;
	max-width:900px;
height: 0;
overflow: hidden;
padding-bottom: 38.88%;
position: relative;
}
.map_canvas iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
	

/*
	.footer-container > .footer-site {
		margin-bottom: 20px;
	}

	.footer-container > *:not(.footer-sns) {
		justify-self: start;
	}
	
	.footer-container > .footer-sns {
		grid-column: 2;
		grid-row: 1 / 4;
		justify-self: end;
		align-self: center;
	}
}
*/


/* フッター：SNSメニュー */
.footer-sns {
	display: flex;
	gap: 24px;
	font-size: 24px;
}

.footer-sns a {
	display: grid;
	place-items: center;
	width: 36px;
	aspect-ratio: 1 / 1;
	background-color: #cccccc;
	color: #ffffff;
	clip-path: circle(50%);
}

@supports not (aspect-ratio: 1 / 1) {
	.footer-sns a {
		height: 36px;
	}
}

ul.footer-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size:1.8em;
}

ul.footer-menu li{
	display:block;
	width: 100%;
	text-align: center;
}
ul.footer-menu li a {
	display: block;
	padding: 10px;
	color:#FFF;
	border-bottom:#FFF 1px dotted;
}

/* ナビゲーションメニュー：PC */
@media (min-width: 768px) {
	ul.footer-menu {
		margin: 0px auto 0px auto;
		padding:0px;
		display: flex;
		flex-direction: row;

	}
	ul.footer-menu li {
		display: block;
		float: left;
		width:auto;
	}
	ul.footer-menu li a {
		display: block;
		padding: 15px 40px;
		color:#FFF;
		border-bottom:none;
	}
}

.footer-copy {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	font-size: 1.4em;
}


/* 記事 */
.entry {
	padding-bottom: var(--v-space);
	background-color: #ffffff;
}

.entry-img img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	margin-bottom: calc(var(--v-space) * 2 / 3);
}

.entry .w-container {
	max-width: 720px;
}

.entry .heading-decoration {
	font-size: clamp(30px, 6.25vw, 48px);
}

.entry-container {
	font-size: clamp(16px, 2.4vw, 18px);
}

.entry-container :where(h1, h2, h3, h4, h5, h6, p, figure, ul) {
	margin-top: revert;
	margin-bottom: revert;
	padding: revert;
	list-style: revert;
}

.entry-container p {
	margin: 1.8em 0;
}

.entry-container > :first-child {
	margin-top: 0;
}

.entry-container > :last-child {
	margin-bottom: 0;
}


/* プラン */
.plans {
	padding: var(--v-space) 0;
	background-color: #e9e5e9;
}

.plans-container {
	display: grid;
	gap: 27px;
}

@media (min-width: 768px) {
	.plans-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* プラン：カード */
.plan {
	display: flex;
	flex-direction: column;
	padding: 60px 27px;
	border-radius: 20px;
	background-color: #ffffff;
}

.plan h3 {
	margin-bottom: 38px;
	font-family: "Montserrat", sans-serif;
	font-size: 38px;
	font-weight: 400;
}

.plan .desc {
	margin-bottom: 38px;
}

.plan .price {
	margin-top: auto;
	margin-bottom: 22px;
	font-size: 26px;
	font-weight: bold;
}

.plan .btn {
	width: auto;
}
