@charset "UTF-8";
/* CSS Document */


/* ボタン　================================================== */
.btn_wrap{
	display: block;
	width: 270px;
	margin: 30px auto;
}

.btn01{
	font-weight: 700;
	display: inline-block;
	text-align: center;
	width: 100%;
	background: #77bc2a;
	color: #fff;
	border: solid 2px #77bc2a;
	padding: 0.8em;
	position: relative;
	border-radius: 30px;
	box-shadow: 5px 5px rgba(0,0,0,0.1);
	font-size: 1em;
	transition: .5s;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1);
	right: 15px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	background: #fff;
	color: #77bc2a;
	transition: .5s;
}

.btn01:hover::after{
	transform:translateY(-50%) scale(1.2);
}
.bg_img01 .btn01{
	background: rgba(0,0,0,0);
	color: #fff;
	border: solid 1px #fff;
}

/* table ============================================================ */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 1px #77bc2a;
	padding: 1em;
	width: 27%;
	min-width: 13em;
	font-weight: 700;
}
.line02 table td{
	border-bottom: solid 1px #ccc;
	padding: 1em;
	font-weight: 500;
}

.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 1px #77bc2a;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
/* List ============================================================ */
.border_li01 li{
	font-size: clamp(1rem, 0.91rem + 0.32vw, 1.2rem);
	border-bottom: dotted 8px #c3dd9b;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 15px;
}
.border_li01 li i{
	display: inline;
	color: #77bc2a;
}
.border_li02{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:30px;
}
.border_li02 li{
	font-size: clamp(1rem, 0.91rem + 0.32vw, 1.2rem);
	border-bottom: solid 8px #c3dd9b;
}

.nb_list02 li{
	font-size: 1.1rem;
	margin-bottom: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0;
	border-bottom: solid 1px #ccc;
	width: calc(100% - 300px);
}
.nb_list02 li .nb{
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	background:#77bc2a;
	margin-right: 0.5em;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
}
.bg_b .nb_list02 li .nb{
	background:#fff;
	color:#77bc2a;
}
.nb_list02 li .txt{
	line-height: 150%;
	font-weight: 500;
}

.nb_list02 li:nth-child(2){
	margin-left: 30px;
}
.nb_list02 li:nth-child(3){
	margin-left: 60px;
}
.nb_list02 li:nth-child(4){
	margin-left: 90px;
}
.nb_list02 li:nth-child(5){
	margin-left: 120px;
}
.nb_list02 li:nth-child(6){
	margin-left: 150px;
}
.nb_list02 li:nth-child(7){
	margin-left: 180px;
}
.nb_list02 li:nth-child(8){
	margin-left: 210px;
}
.nb_list02 li:nth-child(9){
	margin-left: 240px;
}
.nb_list02 li:nth-child(10){
	margin-left: 270px;
}
@media (max-width: 960px){
	.nb_list02{
		max-width: 600px;
		margin: auto;
	}
	.nb_list02 li{
		width: 100%;
	}
	.nb_list02 li:nth-child(n+2){
		margin-left:0;
	}
}
@media (max-width: 750px){
	.nb_list02 li .nb{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}

@media (max-width: 450px){
	.nb_list02 li{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

/* Map ============================================================ */
.map iframe{
	width: 100%;
	vertical-align: middle;
}


/* ページ内リンク ============================================================ */
.sticky_link{
	position: sticky;
	top: 110px;
	left: 0;
	width: 100%;
	padding: 15px;
	z-index: 100;
}
.sticky_link ul{
	width: 100%;
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:15px;
}
.sticky_link ul li{
	width: 100%;
	text-align: center;
}
.sticky_link ul li a{
	font-size: 0.8rem;
	font-weight: bold;
	display: block;
	padding: 0.8rem;
	color: #fff;
	background: #77bc2a;
	border-radius: 50px;
}
@media (max-width: 1200px){
	.sticky_link{
		top: 90px;
	}
}
@media (max-width: 750px){
	.sticky_link{
		top: 80px;
		padding: 10px;
	}
	.sticky_link ul{
		gap:10px
	}
	.sticky_link ul li a{
		padding: 0.5rem;
	}
}

/* お問い合わせ ================================================== */

.phone_wrap{
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	width: 100%;
	margin-inline: auto;
	margin-bottom: 50px;
}
.phone_wrap .phone02{
	color: #675744;
	font-weight: 500;
	display: block;
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 1.5rem;
	border: solid 3px #fff;
	line-height: 100%;
	background: #fff;
	border-radius: 100px;
	transition: .5s;
}
.phone_wrap .phone02 h3{
	font-size: 1.1rem;
	margin-bottom: 15px;
}
.fphone_wrap .phone02 .txt{
	font-size: 0.9rem;
	text-align: center;
	line-height: 1;
	letter-spacing: normal;
}
.phone_wrap .phone02 .nb{
	display: block;
	font-weight: 700;
	font-size: clamp(1.3rem, 0.895rem + 1.44vw, 2.2rem);
	line-height: 120%;
	color: #77bc2a;
	white-space: nowrap;
	margin-bottom: 15px;
	transition: .5s;
}
.phone_wrap .phone02 .nb:hover{
	color: #675744;
}
.phone_wrap .phone02 dl{
	text-align: left;
	display: flex;
	justify-content: flex-start;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 0.5rem;
	width: 220px;
	margin-inline:auto;
}
.phone_wrap .phone02 dl dt{
	width: 6em;
	font-size: 0.9rem;
}
.phone_wrap .phone02 dl dd{
	font-size: 0.9rem;
}


@media (max-width: 1200px){
	.phone_wrap .phone02{
		width: calc(100% / 2 - 20px);
	}
}
@media (max-width: 960px){
	.phone_wrap .phone02{
		width: calc(100% - 20px);
	}
}
