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

/* width960px以下非表示*/
@media (min-width: 1200px){
	.navToggle,.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp_only{
		display: none!important;}
	}


/* all */
body{
	color: #664e32;
	background: #f8f4e6;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.05em;
}
p{
	line-height: 180%;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 幅調整　*/
.w1800{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
.wrap80{
	padding: 0 10%;
}
.wrapper{
	max-width: 1920px;
	margin: auto;
}

/* 見出し　テキスト　*/
.txt_lv02{
	font-weight: 500;
	font-size: clamp(1rem, 0.7rem + 1.0667vw, 1.5rem);
	margin-bottom: 15px;
	line-height: 120%;
}
.txt_lv02 span{
	font-weight: 400;
	font-size: 250%;
	color: #81cdb1;
	padding-bottom: 5px;
}

.txt_lv02_2{
	font-weight: 500;
	font-size: clamp(1.6rem, 1.06rem + 1.92vw, 2.5rem);
	margin-bottom: 15px;
	line-height: 120%;
	color: #cc6688;
	text-align: center;
	background: url("../img/icon02.png") no-repeat;
	background-position: center;
	background-size: auto 100%;
	padding: 30px 0;
	text-shadow: 2px 2px #f8f4e6,-2px 2px #f8f4e6,2px -2px #f8f4e6,-2px -2px #f8f4e6;
}
.txt_lv02_2 span{
	font-weight: 500;
	font-size: 70%;
	padding-bottom: 5px;
	color: #664e32;
}
.bg_onpu{
	background: url("../img/icon02.png") no-repeat;
	background-position: left top;
	background-size: 120px;
	padding: 40px 0 30px 50px;
	text-shadow: 3px 3px #f8f4e6;
}
.txt_lv03{
	font-weight: 500;
	border-bottom: solid 3px #81cdb1;
	margin-bottom: 1.2em;
}
.txt_lv04{
	font-weight: 600;
	color: #81cdb1;
	font-size: 1.2em;
}
.txt_copy01{
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
}

.txt_l{
	text-shadow: 2px 2px #f8f4e6;
}
.txt_s{
	font-size: 70%;
}
.txt_greeting{
	font-size: 120%;
	text-shadow: 2px 2px #f8f4e6 ,-2px -2px #f8f4e6;
}

span.bold500{
	font-size: 1.2em;
	font-weight: 500;
	display: inline-block;
}
span.bold600{
	font-size: 1.2em;
	font-weight: 600;
	display: inline-block;
}

span.line{
	background:linear-gradient(transparent 60%, #eef4e7 60%);
	font-size: 1.2em;
	display: inline-block;
}


/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: flex-start;
}
.photo_flex div{
	width: 100%;
	padding: 5px;
}
.photo_flex img{
	width: 100%;
	
}
.photo_flex .img4-3{
	width: calc(100% / 3);
	padding: 10px;
}
.photo_flex .img4-3 img{
	width: 100%;
	padding: 10px;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: rgba(255,255,255,0.49);
	border-radius: 10px;
}

header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background:rgba(255,255,255,0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	height: 110px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
	border-radius: 0 0 30px 30px;
}
.site-header.transform{
    background: rgba(255,255,255,0.90);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	line-height: 100px;
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 1rem;
	margin-left: 30px;
	background: url("../img/icon01.png") no-repeat;
	background-size: auto 100%;
	background-position: left;
}
.site-header h1 img{
	width: auto;
	width: 350px;
	vertical-align: middle;
	filter: drop-shadow(1px 1px #f8f4e6) drop-shadow(-1px -1px #f8f4e6) drop-shadow(1px -1px #f8f4e6) drop-shadow(-1px 1px #f8f4e6);
	padding-left: 30px;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: drop-shadow(3px 3px #fff) drop-shadow(-3px -3px #fff) drop-shadow(3px -3px #fff) drop-shadow(-3px 3px #fff);
}
.site-header h1 a{
	color: #000;
}
.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}
.header_phone h2{
	text-align: right;
	display: block;
	font-size: 2em;
	line-height: 100%;
	margin-top: 5px;
	margin-right: 20px;
}
.header_phone h2 a{
	display: block;
	color: #333;
	width: 100%;
	height: 100%;
	line-height: 100%;
	transition:all .5s ease-in;
}
.header_phone h2 :hover{
	color: #81cdb1;
	transition:all .5s ease-in;
}
.header_phone h3{
	display: block;
	width: 200px;
	text-align: center;
	font-size: 1em;
	font-weight: 500;
	line-height: 100%;
	border-radius: 30px;
	background:#81cdb1;
	margin-right: 20px;
	transition:all .5s ease-in;
}
.header_phone h3 a{
	display: block;
	width: 100%;
	padding: 0.5em 0;
	border-radius: 30px;
	color: #fff;
	transition:all .5s ease-in;
}
.header_phone h3 :hover{
	background: #664e32;
}
.header_phone p a{
	display: block;
	width: 40px;
	line-height: 40px;
	font-size: 1.1rem;
	vertical-align: middle;
	text-align: center;
	background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
	background-size: 150%;
	background-position: left;
	color: #fff;
	border-radius: 50%;
	margin-right: 20px;
	transition: .5s;
}
.header_phone p a:hover{
	background-position: right;
}
.nav_wrap{
}

header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
}
header nav ul li{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	margin: auto;
	padding: 0 10px;
	margin-left: 20px;
	padding-top: 1rem;
	line-height: 40px;
	font-size:1rem;
	position: relative;
	overflow: hidden;
	
}
header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #81cdb1;
	transition: .5s;
}
header nav ul li ::before{
	content: '';
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	background: url("../img/onp02.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition:.6s;
	text-shadow: none;
}
header nav ul li a:hover{
	color: #009961;
}
header nav ul li:hover ::before{
	transform: translateX(-50%)  rotateY(360deg);
	top: 0;
	opacity: 1;
}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.slide_wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.1;
}
.top_slider{
	position: relative;
	top: 110px;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
	border-radius: 30px;
	overflow: hidden;
}

.top_slider .slider li{
	position: relative;
	width: 100%;
	height: calc(100vh - 130px);
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slide02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide03.jpg") no-repeat;
	background-size: cover;
	background-position: 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: 3;
}

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

img.ring {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 5%;
	left: calc(50% - 250px);
	width: 85%;
	max-width: 500px;
	filter: drop-shadow(2px 2px 2px rgba(255,255,255,0.2));
}
 
.ring1 {
	animation: r1 20s linear infinite;
}
 
@keyframes r1 {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.slide_copy2{
	position: absolute;
	bottom: 30px;
	right: 50px;
	z-index: 3;
}
.slide_copy2 img{
	width: 100px;
}

.slide_img01{
	position: absolute;
	top: 130px;
	right: 50px;
	z-index: 4;
}
.slide_img01 img{
	width: 90px;
}
/* コンテンツ
   ========================================================================== */

.contents{
	padding: 50px 0;
	max-width: 100%;
	overflow: hidden;
}

.contents_in{
	width: calc(100% - 30px);
	margin: auto;
}
.contents_half_l{
	width: 55%;
	margin:0 auto 0 0;
	padding: 20px;
}
.contents_half_r{
	width: 55%;
	margin:0 0 0 auto;
	padding: 20px;
}

/* 背景　*/
.bg_w{
	background-color: #fff;
}
.bg_w02{
	background-color: rgba(255,255,255,0.55);
}

.bg_light{
	background: #f8f4e6;
}

.bg_w_inner{
	background-color: rgba(255,255,255,0.55);
	padding: 50px 15px;
	border-radius: 30px;
}
.bg_img01{
	/*
	height: 90vh;
	min-height: 650px;
	*/
	background: 
		linear-gradient(to right, rgba(248,244,230,0) 50%,rgba(248,244,230,0),rgba(248,244,230,1) 70% ),
		linear-gradient(to bottom, rgba(248,244,230,1) 20%,rgba(248,244,230,0),rgba(248,244,230,0) 80% ),
		url("../img/bg_img04.jpg") ;
	background-repeat: no-repeat;
	background-size: cover, cover,75%;
	background-position: center,center , left bottom;
}
.bg_img02{
	background:url("../img/bg_piano2.png") no-repeat;
	background-position: right bottom;
	background-size: 45%;
}
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
}
.card001 figure{
	width: calc(100% - 20px);
	max-width: 400px;
	margin: 10px;
	padding: 15px;
	background:rgba(255,255,255,0.55);
	border-radius: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	position: relative;
}
.card001 figure img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 15px;
}
.card001 figure figcaption{
	position: absolute;
	top: 15px;
	right: 20px;
}
.card001 figure figcaption{
	text-align: center;
	color: #81cdb1;
	font-size: 3em;
	font-weight: 500;
}
.card001 .point{
	width: calc(100% / 3 - 16px);
	padding: 15px 30px;
	border-radius: 15px;
	margin: 16px 8px;
	align-self: stretch;
	font-weight: 500;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.p_bg-o{
	background: #efb156;
}
.p_bg-g{
	background: #81cdb1;
}
.p_bg-b{
	background: #83aacc;
}
.card001 .point h3{
	text-align: center;
	font-size: 1.2rem;
	position: relative;
	margin-bottom: 15px;
}
.card001 .point h3::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 3rem;
	height: 3px;
	background: #fff;
}
.card001 .point h3 span{
	font-size: 200%;
}
.card001 .point h4{
	font-size: 1.2rem;
	margin-bottom: 15px;
	text-align: center;
}
.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 0 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}

.bg_machinami{
	aspect-ratio: 4 / 3;
	background: url("../img/bg_machinami.png") no-repeat;
	background-position: bottom center;
	background-size: 80%;
	padding: 15px 15px 50px;
}

.card002 .map{
	width: 100%;
	padding: 10px;
	text-align: center;
}
.card002 .map iframe{
	width: 100%;
	max-width: 450px;
	aspect-ratio: 4 / 3;
}
.card002 .img_f{
	display: flex;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
	border-radius: 30px;
}
.card002 .img_fv{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.img_fv_in{
	width: calc(100% - 100px);
	padding: 15px;
}
.img_fv_in img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 30px;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 30px;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 30px;
}
.img_3-1{
	aspect-ratio: 3 / 1;
	object-fit: cover;
	border-radius: 30px;
}

.card003{
	display: flex;
	justify-content: center;
	align-content: center;
	background: rgba(255,255,255,0.49);
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.card003 div{
	padding: 10px;
}
.card003 .img{
	align-self: center;
	width: 300px;
}
.card003 .img img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10px;
}
.card003 .txt{
	flex: 1;
}

.icon_flex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.icon_flex li{
	width: calc(100% / 5 - 20px);
	text-align: center;
	margin: 10px;
}
.icon_flex li img{
	width: 100%;
	padding: 10px;
	background: #8eceea;
	border-radius: 50%;
}
.icon_flex li h3{
	font-size: 1rem;
}
.mb100{
	margin-bottom: 100px;
}
.mt100{
	margin-top: 100px;
}

/* リンクコンテンツ　==================== */
.contents_link {
	display: flex;
	justify-content: space-around;
	margin: auto;
	border-radius: 20px;
	overflow: hidden;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% - 30px);
	margin: 15px;
	aspect-ratio:4 / 3;
	border-radius: 30px;
	background: #fff;
	overflow: hidden;
}
figure.effect-chico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: cover;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.4;
	-webkit-transform: scale(1);
	transform: scale(1);
}

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 figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #81cdb1;
	border-radius: 20px;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	color: #81cdb1;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico h3{
	font-weight: 500;
	color: #81cdb1;
	font-size: 1.5em;
	text-shadow: 2px 2px #fff,-2px 2px #fff,2px -2px #fff,-2px -2px #fff,0 2px #fff,2px 0 #fff,0 -2px #fff,-2px 0 #fff;
}
figure.effect-chico h4 {
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-size: 1em;
	color: #81cdb1;
	background:#fff;
	padding: 0.5em 1em;
	border-radius: 30px;
	
}

figure.effect-chico p {
	font-size: 0.9em;
	margin: 10px auto;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* フッター部分　================================================== */
footer{
	background:url("../img/bg_piano.png") no-repeat;
	background-size: auto 100%;
	background-position: left bottom 60px;
	margin-bottom: 0;
}
footer h2{
	background: url("../img/icon01.png") no-repeat;
	background-size: 120px;
	background-position: center;
	padding: 50px 0;
}

footer h2 img{
	filter: drop-shadow(3px 3px 0 #f8f4e6) drop-shadow(-3px -3px 0 #f8f4e6) drop-shadow(3px -3px 0 #f8f4e6)  drop-shadow(-3px 3px 0 #f8f4e6);
	width: 300px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	max-width: 1300px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	padding-top: 20px;
}

.footer_in p{
	color: #333;
	line-height: 120%;
}

.footer_in p.phone_buttom{
	text-align: center;
	font-size:2em;
	font-weight: 500;
	padding: 20px 0;
}
.footer_in p.phone_buttom a{
	color: #81cdb1;
}
.footer_in p.phone_buttom a:hover{
	color: #664e32;
	transition:all .5s ease-in;
}
footer small p{
	color: #fff;
	text-align: center;
	padding: 15px;
	background: #81cdb1;
}
p.mail_buttom{
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	margin: auto;
	font-size: 1.1em;
	font-weight: 500;
	
}
p.mail_buttom a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	background:#81cdb1;
	border-radius: 50px;
	transition:all .5s ease-in;
}
p.mail_buttom a:hover{
	background: #664e32;
	color: #fff;
	transition:all .5s ease-in;
}

p.insta_buttom{
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	margin: auto;
	font-size: 1.1em;
	font-weight: 500;
	margin-top: 15px;
	
}
p.insta_buttom a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
	background-size: 150%;
	background-position: left;
	border-radius: 50px;
	transition:all .5s ease-in;
}
p.insta_buttom a:hover{
	background-position: right;
	transition:all .5s ease-in;
}


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

.btn{
	display:block;
	text-align: center;
	width: 270px;
	margin: auto;
	height: 45px;
	position: relative;
	border-radius: 30px;
	box-shadow: 3px 8px 5px rgba(0,0,0,0.2);
}
.btn a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:#81cdb1;
	color: #fff;
	font-weight: 500;
	border: solid 3px #fff;
	line-height: 45px;
	border-radius: 30px;
	vertical-align: middle;
	transition: .3s;
}
.btn::after{
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.25em);
	right: 15px;
	transition: .3s;
}
.btn a:hover{
	color: #81cdb1;
	background:#fff;
}
.btn:hover::after{
	color: #81cdb1;
	right: 10px;
}
.contact_btn_wrap{
	width: 100%;
	display: flex;
}

.btn_icon{
	text-align: center;
	margin: 0;
	padding: 0;
}
.btn_icon img{
	width: 80px;
}

/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 420px;
	background-size: cover;
	position: relative;
	max-width: 1920px;
	margin: 0 auto 50px;
}
.subtitle h2{
	line-height: 120%;
	position: absolute;
	top: 40%;
	left: 50px;
	font-size:3em;
	font-weight: 500;
	z-index: 3;
}
.subtitle h2 span.en{
	font-size:60%;
	color: #81cdb1;
}
.bg_subtitle{
	background: url("../img/bg_ring.png") no-repeat;
	background-position: left top;
	background-size: auto 100%;
	padding: 40px 0 30px 70px;
	text-shadow: 2px 2px #f8f4e6;
}
.sub_img01{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 300px;
	width: 50%;
	max-width: 800px;
	background-image: url("../img/img07.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	border-radius: 20px 0 0 20px;
	z-index: 2;
}
.subtitle .main03 img{
	width: 100%;
}
/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	bottom: 0;
	left: 100px;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	font-size: 1em;

}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #664e32;
}

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

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

.breadcrumb li a:hover {
	color: #81cdb1;
}
/* サブページコンテンツ
   ========================================================================== */

.map iframe{
	vertical-align: middle;
}

.copy_about{
	display: block;
	margin: auto;
	width: 650px;
	max-width: 100%;
}

/* table ================================================== */

.line01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.line01 table th{
	position: relative;
	text-align: left;
	width: 20%;
	padding: 1rem;
	font-weight: 600;
}
.line01 table th::after{
	display: block;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #81cdb1;
	position: absolute;
	top:calc(50% - 1px);
	right:20px;
}

.line01 table td{
	text-align: left;
	width: 85%;
	padding: 1rem
}
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #81cdb1;
	padding: 0.5em;
	width: 30%;
	font-weight: 600;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 0.5em;
	font-weight: 400;
}
.line02 ul{
	padding: 30px;
}
.line02 ul li{
	font-weight: 700;
	font-size: 1.1em;
	border-bottom: dashed 3px #81cdb1;
	margin-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}

.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #664e32;
	width: 25%;
	min-width: 6em;
	font-weight: 500;
}
.presen_copy{
	width: fit-content;
	margin: auto ;
	writing-mode: vertical-rl;
}
.presen_copy p{
	
	text-orientation: upright;
	font-size: 1.4rem;
	line-height: 200%;
	font-weight: 500;
}
.text_combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}
.border01 li{
	font-size: 1.1em;
	text-indent: -1em;
	padding-left: 1em;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 0.5em;
}
/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #664e32;
}
.qa-list dl:first-child {
    border-top: 1px solid #664e32;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #664e32;
    border-right: 2px solid #664e32;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #81cdb1;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #cc6688;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 30px;
	}
}


.link_banner{
	display: flex;
	justify-content:center;
	align-items: center;
}
.link_banner li{
	width: calc(100% / 3 - 10px);
	max-width: 300px;
	margin: 8px 0;
	text-align: center;
}
.link_banner li a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: solid 1px #664e32;
	color: #664e32;
	transition: .5s;
}
.link_banner li a:hover{
	color: #81cdb1;
}

.link_banner li+li{
	margin-left: 40px;
}



/* フローチャート ================================================== */
.flow_wrap02,.flow_wrap03{
	width: 95%;
	max-width: 900px;
	border:#fff solid 3px;
	padding: 20px;
	margin: 30px auto;
	border-radius: 20px;
	position: relative;
	background:rgba(255,255,255,0.49);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.flow_wrap02::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #fff; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}
.flow_wrap02 dl,.flow_wrap03 dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flow_wrap02 dt,.flow_wrap03 dt{
	font-size: 1rem;
	width: 100px;
	padding: 0.5rem;
	text-align: center;
	background: linear-gradient(to right, #664e32 0%,#81cdb1 100%);
	color: #fff;
	border-radius: 10px;
}
.flow_wrap02 dt img,.flow_wrap03 dt img{
	width: 50px;
}

.flow_wrap02 dd,.flow_wrap03 dd{
	width: 100%;
	padding: 0.25em 2em;
}
.flow_wrap02 dd h4,.flow_wrap03 dd h4{
	color: #333;
	font-size:1.1em;
	font-weight: 600;
	border-bottom: solid 2px;
	margin-bottom: 0.5em;
	
}
.flow_wrap02 dd p,.flow_wrap03 dd p{
	font-size:0.9em;
}




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

.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#f7c0cf;
	color:#fff;
	border-radius: 50px;
    padding: 10px;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	font-size: 1.3em;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#333;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#81cdb1;
 	width: 100%;
	height: 100%;
	border-radius: 50px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
#mailform{
	width: 100%;
	padding: 20px;
}
#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: 200px;
	text-align: left;
	padding: 1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 1em;
	border-radius: 5px;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#81cdb1;
	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:#81cdb1;
	color:#fff ;
	border-radius: 20px;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #fff;
	background:#664e32;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #333;
}
.infobox h5 i{
	color: #81cdb1;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
.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:#81cdb1;
	padding: 0.25em 1em;
	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[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: #81cdb1;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


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

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: #81cdb1;
  border-color: #81cdb1;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}


/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 0;
	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: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}



/* 20250825 Add */
.buy {
	text-align: center;
	margin-bottom: 10px;
}
