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

/* 基本設定 ======================================== */
body{
	background: #f5f5f5;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	color: #4a4a4a;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
p{
	line-height: 200%;
	font-size: 1.2rem;
}
/* 調整======================================== */
.w1200{
	max-width: 1200px;
	padding: 0 10px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.wrap80{
	padding: 0 10%;
}

/* 見出し======================================== */
.txt_lv02{
	font-size: 1.1rem;
	color: #000;
	line-height: 1.5;
	text-align: center;
	background: url("../img/point01.png") no-repeat;
	background-size: 80px;
	background-position: bottom center;
	padding-bottom: 90px;
}
.txt_lv02 span{
	font-weight: 700;
	font-size: 2.5em;
}
.txt_lv02::first-letter{
	color: #b4dd39;
}
.txt_lv03{
	font-size: 1.6rem;
	color: #000;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
.txt_lv03::first-letter{
	color: #56bf65;
}

.txt_lv04{
	font-size: 1.4rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.txt_lv04::before{
	font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: bold;
    margin-right: 10px;
    color: #f47421;
}
.txt_lv05{
	font-size: 1.2rem;
	border-bottom: solid 1px #f47421;
	border-left: solid 15px #f47421;
	margin-bottom: 30px;
	padding-left: 0.5em;
}
.txt_lv05 span{
	font-size: 80%;
}
.txt_copy01{
	font-weight: 700;
	font-size: 1.5rem;
}
.txt_copy01::first-letter{
	font-size: 150%;
	color: #f08300;
}
.txt_copy02{
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}


.pink_line {
	background:linear-gradient(transparent 50%, #f7d2e5 0%) ;
	font-weight: 700;
}
.bold{
	font-weight: 700;
	font-size: 120%;
	display: inline-block;
}
.border01{
	background:linear-gradient(transparent 60%, #ff6 60%);
}


/* 背景 ========================================*/
.bg_w_inner{
	background:rgba(255,255,255,0.69);
	padding: 50px ;
}

.bg_g{
	background:#f5f5f5;
}


.bg_b{
	background:#d8f2f0;
}
.bg_img01{
	background-image: url("../img/bg_f01.png") , url("../img/bg_f02.png");
	background-repeat: no-repeat;
	background-position: top 0 right 20px , bottom 0 left 30px;
	background-size: auto;
}
.bg_img02{
	background-image: url("../img/bg_img03.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding-bottom: 100px;
}
.bg_p_tr{
	background: url("../img/bg_f02_2.png") no-repeat;
	background-position: top right;
}
.bg_p_tl{
	background: url("../img/bg_f02.png") no-repeat;
	background-position: top left;
}
.bg_cut01{
	background: url("../img/cut03.png") no-repeat;
	background-position: bottom right;
	background-size: 350px;
	padding-bottom: 100px;
}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	right: 0;
	position: relative;
}

.top_slider{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	right: 0;
	z-index: -1;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide02_2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slide03.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
}
.top_slider .slider li.top03{
	background:url("../img/slide04.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}


@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

.slide_copy{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	text-align: center;
	z-index: 2;
}

.slide_copy img{
	width: 90%;
	max-width: 500px;
}

.top_slider .slider li .top_copy{
	position: absolute;
	bottom: 0;
	right: 10%;
	text-align: right;
	max-width: 90%;
	z-index: 8;
	font-size: clamp(1.5rem, 0.9rem + 2.1333vw, 2.5rem);
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	opacity: 0;
	transition: 2s;
}
.top_slider .slider li .top_copy img{
	display: inline-block;
	width: auto;
	max-width: 95px;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
}

.top_slider .slider li.slick-active .top_copy{
	bottom: 20%;
	animation-name: appear;
	animation-duration:5.5s;
	transition-timing-function:ease-in-out;
}

@keyframes appear{
	0% {
		opacity: 0;
		transform: translateY(0);
	}
	40% {
		opacity: 1;
		transform: translateY(-30%);
	}
	80% {
		opacity: 1;
		transform: scale(1) translateY(-30%);
	}
	100% {
		opacity: 0;
		transform: scale(1) translateY(-30%);
	}
}

.top_slider .tb_title{
	position: absolute;
	display: none;
	z-index: 3;
	top:5px;
	left: 5px;
}
.top_slider .tb_title img.cut{
	width: auto;
	height: 80px;
	padding: 10px;
}
.top_slider .tb_title img.logo{
	width: auto;
	height: 80px;
	padding: 15px 0;
}
/* レイアウト ======================================== */
.wrapper_all{
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.site-header{
	position: fixed;
	top: 30px;
	left: 30px;
	width: 250px;
	height: calc(100vh - 60px);
	padding: 15px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 30px;
	z-index: 100;
	overflow-y: auto;
	scrollbar-width: none;
	transition: .5s;
}
.site-header.transform{
	top: 0;
	left: 0;
	width: 250px;
	border-radius: 0;
	height: calc(100vh);
}
.main_wrap{
	flex: 1;
	padding-left: 260px;
	z-index: 1;
}

.img_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_flex li{
	width: 100%;
	padding: 15px;
}
.img_flex li img{
	width: 100%;
	padding: 10px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 50%;
	background: #fff;
}


/*イメージxテキスト */
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	vertical-align: top
}
.card001 figure{
	width: calc(100% - 20px);
	margin: 10px;
}
.card001 figure img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.card001 figure h4{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	background: url("../img/line01.png") no-repeat;
	background-size: 150px;
	background-position: bottom center;
	padding-bottom:1.4rem;
	margin-bottom: 0.5rem;
}
.card001 figure h4::first-letter{
	color: #b4dd39;
}
.card001 .t50{
	margin-top: 50px;
}
.card001 .t100{
	margin-top: 100px;
}

/*002 card002*/
.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002 div{
	width: 100%;
	padding: 10px;
}
.card002 div img{
	width: 100%;
	object-position: bottom center;
}

/*003 card003*/
.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
	align-self: center;
}
.card003 .img{
	width: 30%;
	position: relative;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 0 30px;
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 30px;
	object-fit: cover;
	object-position: center center;
}
.img_1-1{
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	object-position: center center;
}

/*グローバルメニュー　======================================== */

.site-header .title h1{
	text-align: center;
}
.site-header .title h1 img.cut{
	width: 100%;
	max-width: 100px;
}
.site-header .title h1 img.logo{
	width: 100%;
	max-width: 200px;
}
.site-header nav{
	width: 100%;
	margin: 0;
	padding: 0;
}

.site-header nav ul{
	padding: 0 10px;
}

.site-header nav .item{
	position: relative;
	color: #4a4a4a;
	font-weight: 500;
	padding: 0.8rem 0;
}
.site-header nav .item i{
	color:#b4dd39;
	transition: .5s;
}
.site-header nav .item a{
	display: block;
    line-height: 20px;
	color: #4a4a4a;
}
.site-header nav .item a i{
	color:#b4dd39;
}
.site-header nav .item :hover {
	background: #fff;
}
.site-header nav .item :hover i{
	color:#56bf65;
}

/* 電話　======================================== */
.btn_header{
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color:#b4dd39;
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	border-radius: 5px;
	padding: 0.4em;
	position: relative;
	margin-bottom: 15px;
	transition: .5s;
}
.btn_header.bg_green{
	background-color:#56bf65;
}
.btn_header::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.btn_header:hover::after{
	right: 10px;
	transition: .5s;
}
.btn_header:hover{
	background-color:#f08300;
}
.btn_header.bg_green:hover{
	background-color:#b4dd39;
}


.greeting_wrap{
	width: 100%;
	display: flex;
	align-items: stretch;
	padding: 50px 10px;
}
.greeting_img{
	position: relative;
	width: 40%;
}
.greeting_img img.g01{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	z-index: 0;
}
.greeting_img img.g02{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	z-index: 0;
}
.greeting_wrap .reeting_txt{
	flex: 1;
	max-width: 700px;
	padding:100px 15px 15px ;
	z-index: 1;
}

/*  連絡先 ================================================= */
.contact_wrap{
	padding: 50px 10px;
	background-color: #f5f5f5;
	width: 100%;
	margin: auto;
}
.flex_contents{
	display: flex;
	justify-content: center;
	padding: 50px 10px;
	max-width: 1200px;
	margin: auto;
}
.flex_contents div{
	width: 100%;
	padding:0 10px;
	text-align: center;
}
.tel_footer,.mail_footer{
	text-align: center;
}
.contact_wrap h4{
	font-size: 1.1em;
}
.contact_wrap h4{
	font-weight: 500;
}
.contact_wrap h4::first-letter{
	font-size: 150%;
	color: #f08300;
}
.tel_footer{
	display:block;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0 10px 10px;
}
.tel_footer a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color:#b4dd39;
	color: #fff;
	padding: 0.75em 0;
	border-radius: 10px;
}
.tel_footer::after{
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.tel_footer a:hover{
	color: #fff;
	background:#f08300;
	transition: .5s;
}
.tel_footer:hover::after{
	right: 10px;
	transition: .5s;
}
.mail_footer{
	display:block;
	text-align: center;
	font-weight: 500;
	font-size: 1em;
	width: 100%;
	height: 50px;
	position: relative;
	margin: 0 10px 10px;
}
.mail_footer a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background:#56bf65;
	color: #fff;
	padding: 0.75em 0;
	border-radius: 10px;
}
.mail_footer::after{
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.mail_footer a:hover{
	color: #fff;
	background-color:#b4dd39;
	transition: .5s;
}
.mail_footer:hover::after{
	right: 10px;
	transition: .5s;
}

/* フッター ======================================== */
footer{
	padding: 50px 0;
	background: url("../img/bg_img02.png") repeat-x;
	background-position: bottom;
	background-color: #fff;
}
footer h2{
	text-align: center;
	margin-bottom: 30px;
}
footer h2 img.logo{
	width: auto;
	height: 100px;
	padding: 15px 10px;
}
footer h2 img.cut{
	width: auto;
	max-width: 100px;
	padding: 10px;
}
footer h3{
	font-size: 1rem;
	background: url("../img/point02.png") no-repeat;
	background-size: auto 0.8em;
	background-position: bottom left;
	padding-bottom: 1.25em;
	margin-bottom: 0.5em;
}
footer h3 span{
	display: inline-block;
}
footer p{
	font-size: 1em;
	padding: 0 1em;
}
footer small p{
	text-align: center;
	padding: 1rem;
}
.footer_inner{
	width: fit-content;
	margin: 0 auto 30px;
	padding: 10px;
	border-radius: 5px;
}

/* コンテンツ======================================== */
.contents{
	padding: 50px 15px;
}

/*  リンクコンテンツ ================================================== */

.contents_link {
	width: 100%;
	max-width: 1366px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 20px 10px;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 5 - 20px);
	min-width: 180px;
	max-width: 250px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}
figure.effect-chico img {
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: contain;
	transform: rotateY(0);
	transition: 1s;
}

figure.effect-chico:hover img {
	transform: rotateY(180deg);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h4 {
	position: absolute;
	left: 0;
	width: 100%;
	top:35%;
	text-align: center;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 150%;
	color: #4a4a4a;
	text-shadow: 2px 2px 5px rgba(255,255,255,0.2);
}

figure.effect-chico p {
	position: absolute;
	bottom: 25%;
	left: 50%;
	width: fit-content;
	text-align: center;
	font-size: 0.8em;
	font-weight: 700;
	color: #b4dd39;
	background: #fff;
	white-space: nowrap;
	padding: 0.25em 1em;
	border-radius: 30px;
	margin: 0 auto;
	-webkit-transform: scale(1.5);
	transform: scale(1.5) translateX(-50%);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1) translateX(-50%);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1280px){
	figure.effect-chico{
		width: calc(100% / 3 - 20px);
		min-width: 180px;
	}
}

/* ボタン　================================================== */

.btn{
	display:block;
	text-align: center;
	width: 250px;
	margin: auto;
	height: 45px;
	position: relative;
	border-radius: 10px;
	font-weight: 400;
}
.btn a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:#56bf65;
	color: #fff;
	line-height: 45px;
	border-radius: 10px;
	vertical-align: middle;
	transition:.5s;
}
.btn::after{
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: .5s;
}
.btn a:hover{
	background:#f08300;
}
.btn:hover::after{
	color: #fff;
	right: 10px;
}
.btn_wrap_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 600px;
	margin: auto;
}

/* 各コンテンツ　================================================== */


/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 300px;
	background:url("../img/bg_img01.png");
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position: top right;
	position: relative;
}
.subtitle h2{
	font-style: normal;
	color:#000;
	line-height: 120%;
	position: absolute;
	top:40%;
	left: 50%;
	transform: translateX(-50% );
	font-size:2.5rem;
	width: 90%;
	text-align: center;
	text-shadow: 2px 2px #f5f5f5 ,-2px 2px #f5f5f5,2px -2px #f5f5f5,-2px -2px #f5f5f5;
}
.subtitle h2 img{
	width: 80px;
}


/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	width:auto;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 0.9em;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.breadcrumb li a:hover {
  color: #d7633c;
}

/*サブページコンテンツ
==========================================================================*/
/* 画像============================================================ */
.img_type01{
	width: 100%;
	padding: 15px;
	aspect-ratio: 3 / 1;
	object-fit: cover;
}
/* テーブル============================================================ */
.line02{
	padding: 15px;
}
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #b4dd39;
	padding: 1em;
	width: 30%;
	min-width: 7em;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 1em;
}
.map {
	width: 100%;
	padding: 15px;
}
.map iframe{
	width: 100%;
	vertical-align: middle;
}
.anchor_link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.anchor_link li{
	padding: 1rem;
	font-weight: 700;
}
.anchor_link li a{
	color: #333;
	transition: .5s;
}
.anchor_link li a i{
	color: #56bf65;
}
.anchor_link li a:hover{
	color: #56bf65
}
@media (max-width: 750px){
	.anchor_link{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.anchor_link li{
		padding: 0.5rem 1rem;
	}
}
.li_link{
	padding: 1rem;
}
.li_link li a{
	color: #333;
	width: 100%;
	padding-bottom: 0.5em;
	border-bottom: dashed 1px #ccc;
}
.li_link li a:hover{
	color: #999;
}
.li_link li a i{
	color: #f47421;
	font-size: 120%;
}
.ul_border01 li{
	font-size: 1.2rem;
	border-bottom: dashed 3px #b4dd39;
	max-width: 600px;
	margin-bottom: 0.5em;
}
ul.block01{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}
ul.block01 li{
	font-size: 1.2rem;
	padding: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
	background: #cbe19c;
	border-radius: 5px;
}

ul.block02{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}
ul.block02 li{
	font-size: 1.2rem;
	padding: 0.25em 0.5rem;
	margin-right: 1rem;
}
ul.block02 li::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f111';
	padding-right: 5px;
	color: #b4dd39;
}


.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 600px;
	margin: auto;
	border-bottom: dashed 3px #b4dd39;
	margin-top: 0.5em;
	font-size: 1rem;
}

.dl_border01 dl dt{
	font-weight: 700;
	min-width: 5em;
}
.dl_border02{
	margin-bottom: 30px;
}
.dl_border02 dl{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	max-width: 600px;
	margin: 1rem;
	font-size: 1rem;
	border-bottom: dashed 1px #ccc;
	background: rgba(255,255,255,0.49);
}
.dl_border02 dl dt{
	font-weight: 700;
	min-width: 10em;
}
.dl_border02 dl dd{
	text-align: right;
	width: 100%;
}

.border_wrap{
	border:solid 1px #ccc;
	padding: 1rem;
	border-radius: 10px;
}

/* 写真一覧============================================================ */
.photo_flex_d{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.photo_flex_d .img{
	width: calc(100% / 4);
	padding: 10px;
	transform: scale(1.0);
	transition: .5s;
}
.photo_flex_d .img img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background-color: #f5f5f5;
}
.photo_flex_d .img:hover{
	transform: scale(1.1);
}

/* 写真一覧2列 */

.photo_flex_d .img2{
	width: calc(100% / 2 - 30px);
	margin: 15px;
	padding: 0;
	transform: scale(1.0);
	overflow: hidden;
	transition: .5s;
	background: #56bf65;
}
.photo_flex_d .img2 img{
	width: 100%;
	aspect-ratio: 16 / 9;
	vertical-align: middle;
	object-fit: cover;
}
.photo_flex_d .img2:hover{
	transform: scale(1.1);
}
.photo_flex_d .img2 h4{
	vertical-align: middle;
	background: #b4dd39;
	color: #fff;
	font-weight: 700;
	padding: 0.5em 1em;
}

/* メールフォーム============================================================ */

.tel_button{
	max-width: 500px;
	margin: auto;
}
.tel_button .phone{
	color: #333;
	font-weight: 700;
	display: block;
	text-align: center;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #ccc;
	border-radius: 10px;
	background: rgba(255,255,255,1);
	transition: .5s;
}
.tel_button .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.tel_button .phone .nb{
	text-align: center;
	display: block;
	font-size: 2rem;
	line-height: 120%;
	transition: .5s;
}
.tel_button .phone:hover {
	background: rgba(255,255,255,1);
}
.tel_button .phone:hover .nb{
	color: #56bf65;
}

#mailform{
	width: 100%;
	padding: 20px;
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table th{
	width: 220px;
	text-align: left;
	padding: 1em;
	vertical-align: middle;
	line-height: 120%;
	color: #333;
}

#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background-color:#fff;
	width: 100% !important;
	padding: 5px 10px;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#b4dd39;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background:#b4dd39;
	color:#fff;
	border-radius: 10px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	color: #fff;
	background:#000;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #333;
	border-bottom: solid 1px;
	margin-top: 1rem;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5rem 1rem;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#fff;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#b4dd39;
	padding: 0.25em 1em;
	color: #fff;
	transition: .5s;
}
.postcord_btn:hover{
	background:#333;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details h5 i{
	color: #b4dd39;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}

label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #bdc3c9;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}
label.check-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	margin-right: 30px;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}


input:checked + label.check-label:before {
  background-color: #b4dd39;
  border-color: #b4dd39;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}
/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 10px;
	background: transparent;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	bottom: 0;
	right: 0;
	left: 10px;
	margin: auto;
	text-align: center;
}
/* スマートフォン固定ボタン==================== */
.sp_contact{
	display: none;
	position: fixed;
	width: 100%;
	height: 70px;
	bottom: 0;
	left: 0;
	z-index: 9990;
	font-weight: 400;
	background-color:rgba(255,255,255,0.75);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.sp_contact_inner{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: calc(100% - 70px);
	margin: auto 0 auto auto;
}
.sp_contact_inner a{
	display: block;
	width: calc(100% / 2);
	text-align: center;
	line-height: 50px;
	margin: 10px 10px 10px 0;
	font-size: 0.9em;
	border-radius: 5px;
}
.sp_contact_inner a span{
	font-weight: 700;
	text-transform: none;
}
.sp_contact_inner a span.sp_txt{
	display: none;
}

.sp_contact_inner a.phone{
	color: #fff;
	background:#56bf65;
	transition: .5s;
}

.sp_contact_inner a.phone:hover{
	background:#b4dd39;
	color: #4a4a4a;
}
