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

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav,.mb_link{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 769px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
body{
	color: #1a1a1a;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #f3f3f3;
}
::-webkit-scrollbar-thumb{
	background-color: #8cc847;
}
/* 幅調整　*/
.w2560{
	width: 100%;
	max-width: 2560px;
	margin: 0 auto;
	overflow: hidden;
}
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
	overflow: hidden;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
	position: relative;
	z-index: 10;
}
.w1300{
	width: calc(100% - 20px);
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.contents{
	padding: 70px 0;
	position: relative;
	z-index: 2;
}

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,0.49);
}

.bg_light{
	background: #f5f5f5;
}
.bg_w_inner{
	background-color: rgba(255,255,255,1);
	padding: 50px 30px;
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}

.bg_green{
	background: #f3f9ec;
}
.bg_red{
	background: #fef1f0;
}

.bg_gap{
	position: relative;
	width: 100%;
	height: 1px;
	z-index: 1;
}
.bg_gap .in_svg01{
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
}
.bg_gap .in_svg02{
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
}
.bg_gap .in_svg_bottom{
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: -10px;
	width: 100%;
}
.bg_gap .in_svg01 svg,
.bg_gap .in_svg02 svg,
.bg_gap .in_svg_bottom svg{
	width: 100%;
	stroke-width:0px;
}
@media (max-width: 960px){
	.bg_gap .in_svg_bottom{
		text-align: center;
	}
	.bg_gap .in_svg_bottom svg{
		width: 150%;
		margin: auto;
		text-align: center;
	}
}

.bg_cut01{
	background: url("../img/cut_y01.png"),url("../img/cut_y04.png");
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: bottom left 25%,bottom right 30%;
}

.bg_cut02{
	background: url("../img/bg_cut01.png") no-repeat;
	background-size: 70%;
	background-position: right center;
}
.bg_cut03{
	background: url("../img/bg_cut02.png") no-repeat;
	background-size: 400px;
	background-position: left 10% top 10%;
}
@media (max-width: 1200px){
	.bg_cut01{
		background-position: bottom left 40%,bottom right 40%;
	}
}


/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	border-radius: 30px;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}


/* 見出し　テキスト　*/
.txt_lv02{
	font-size: clamp(1rem, 0.7rem + 1.0667vw, 1.5rem);
	margin-bottom: 15px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	background: url("../img/point01.png") no-repeat;
	background-position: bottom center;
	background-size: 120px;
	padding-bottom: 50px;
}
.txt_lv02 span.en{
	color: #8cc847;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 200%;
	text-transform:capitalize;
}
.txt_lv02 span.small{
	font-size: 70%
}


.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 2px #ccc;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.25em;
}

.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background-color: #8cc847;
}
.txt_lv04{
	font-size: 1.2rem;
	color: #fff;
	background: #8cc847;
	padding: 0.5rem 1rem;
	border-radius: 5px;
}
.txt_lv05{
	font-size: 1.1rem;
	background:#8cc847;
	color: #fff;
	margin-bottom: 30px;
	padding: 0.5em 1em 0.5em 2.5em ;
	border-radius: 10px;
	vertical-align: middle;
	position: relative;
}
.txt_lv05::before{
	position: absolute;
	display: block;
	left: 1rem;
	top: calc(50% - 0.5rem);
	font-family: "Font Awesome 6 Free";
	content: '\f111';
	font-weight: 900;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	font-size: 1.1rem;
}
.txt_lv06{
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-weight: 500;
	font-size:1.2rem;
	text-align: center;
	line-height: 120%;
}
.txt_lv06::before,
.txt_lv06::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	border-bottom: solid 2px #8cc847;
}
.txt_lv06::before{
	margin-right: 1rem;
}
.txt_lv06::after{
	margin-left: 1rem;
}

.txt_copy01{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #383838;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #383838;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #383838;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.2rem, 0.84rem + 1.28vw, 1.8rem);
}
.txt_copy03{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #383838;
}

.txt_copy04{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.2rem, 0.96rem + 0.8533vw, 1.6rem);
	margin-bottom: 1em;
}

span.bold{
	font-weight: 600;
}


span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	display: inline-block;
}

.txt_small{
	font-size: 80%;
}

.greeting p{
	margin-bottom: 1em;
	text-indent: 1em;
}

/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 120px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 70px;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%) brightness(300%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}

.header_phone{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 15px;
}
.site-header .h_phone a{
	font-size: 2rem;
	padding: 0.25rem;
	color: #fff;
}
.site-header.transform .h_phone a{
	color: #1a1a1a;
	transition: .5s;
}
.site-header .h_phone:hover{
	opacity: 0.6;
}
.h_mail a{
	display: block;
	width: 200px;
	font-size: 1.1rem;
	text-align: center;
	background: #8cc847;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	border-radius: 50px;
	margin: 0 10px;
	line-height: 38px;
	transition: .5s;
}
.h_mail a:hover{
	background: #f4776a;
}
.h_mail a i{
	line-height: 38px;
	vertical-align: middle;
}

.nav_wrap{
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #1a1a1a;
}
.site-header nav ul li a span{
	color:#f4776a;
	font-size: 80%;
	font-family: "Noto Serif JP", serif;
}
.site-header.transform nav ul li a span{
	color:#8cc847;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(115,156,230,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(115,156,230,1.0);
	transform: translate3d(0,0,0);
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slider{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 50px);
	min-height: 650px;
	max-height: 1080px;
	border-radius: 0 0 50px 50px;
	z-index: 9;
	overflow: hidden;
}
.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: linear-gradient(rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.1)) ;
}
.slide_wrap .copy{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 11;
}
.slide_wrap .copy h2{
	width: fit-content;
	margin: auto;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.8rem, 0.6072rem + 4.241vw, 4rem);
}

.scroll_arrow{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 12;
	display: inline-block;
	transform: translateX(-50%);
	text-decoration: none;
	 padding-top: 60px;
	color: #fff;
}
.scroll_arrow span{
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center;
}
.scroll_arrow span::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	}
.scroll_arrow span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 768px){
	.slider{
		height: 120vw;
		min-height: 500px;
		max-width: 800px;
	}
}
/* コンテンツ
   ========================================================================== */


.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	background:#fff;
	padding: 15px;
}
.card001 figure img{
	width: 100%;
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	padding: 10px 0;
	position: relative;
	margin-bottom: 1em;
}

.card001 figure figcaption p{
	font-size: 1rem;
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		max-width: 900px;
		margin: auto;
	}
	.card001 figure{
		width: 100%;
		margin: 10px auto;
	}
}


.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.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;
}
.mb100{
	margin-bottom: 100px;
}
.mt100{
	margin-top: 100px;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	flex-basis: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
.card003 .photo{
	width: 350px;
	padding: 15px;
	align-self: center;
}
.photo_flame > li{
	width: 100%;
	padding: 10px;
	background: #fff;
}
.photo_flame li img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 10px;
}
.item_li{
	display: flex;
	padding: 0 1rem;
	flex-wrap: wrap;
}
.item_li li{
	font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
	margin: 0 1rem 1rem 1rem;
	padding-left: 1rem;
	border-bottom: dashed 1px #739ce6;
	position: relative;
}
.item_li li::before{
	position: absolute;
	display: block;
	top: calc(50% - 0.5rem);
	font-family: "Font Awesome 6 Free";
	content: '\f14a';
	font-weight: 900;
	color: #8cc847;
	left: 0;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	font-size: 1rem;
}
@media (max-width: 960px){
	.card003 .photo{
		width: 100%;
		max-width: 350px;
	}
}
.wrap80{
	padding: 10px 10%;
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 2px #8cc847;
	padding: 1em;
	width: 25%;
	min-width: 9em;
	font-weight: 600;
}
.line02 table td{
	border-bottom: solid 2px #ccc;
	padding: 1em;
}
.line02 table td i{
	color: #005eb2;
	padding-left: 1em;
}
.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 2px #8cc847;
	}
	
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}

.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: #666;
	width: 20%;
	font-weight: 600;
	min-width: 6em;
}
.simple01 ul li{
	text-indent: -1em;
	padding-left: 1em;
}
@media (max-width: 768px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dotted 1px #005eb2;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #005eb2;
}
ul.border01 li .nb{
	font-family: "Noto Serif JP", serif;
	font-size: 300%;
	color: #005eb2;
}
ul.border01 li span{
	display: inline-block
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #005eb2;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #005eb2;
}
.dl_border01 dl dd{
	padding: 1em;
}

@media (max-width: 450px){
	ul.border01 li .nb{
		display: block;
	}
}
/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	border-radius: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .inner:nth-child(even){
	margin-top: 50px;
}

.greeting_cut{
	text-align: center;
	white-space: nowrap;
}
.greeting_cut img{
	width: 100px;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 10px 10px 0;
	background: #fff;
	color: #1a1a1a;
}


footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	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;
}

.footer_in p{
	text-align: center;
}
.cut_footer{
	width: 150px;
	padding: 15px;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
}


/* ボタン　================================================== */
.btn a{
	display: inline-block;
	min-width: 250px;
	color: #8cc847;
	font-weight: 600;
	font-size: 1rem;
    background: linear-gradient(to right, #8cc847 0%, #8cc847 50%, #fff 50%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
	padding: 21px 2.5em;
	border: solid 1px #8cc847;
	border-radius: 100px;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	transition: all .5s ease 0s;
	line-height: 1;
}
.btn a:hover{
	background-position: 0 0;
	color: #fff;
}
.btn a .icon{
	padding-right: 25px;
}

/* リンクコンテンツ　================================================== */
.card002_link{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002_link .txt{
	flex: 1;
	width: 25%;
	min-width: 350px;
	align-self: center;
	padding: 10px;
}
.contents_link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 15px;
}
.contents_link div{
	width: calc(100% / 3 - 20px);
}
figure.effect-chico{
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
	background: #000;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}
figure.effect-chico img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	transition: 0.35s;
	transform: scale(1.12);
	opacity: 0.5;
}

figure.effect-chico:hover img {
	opacity: 0.9;
	-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;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h4 {
	position: absolute;
	right: 20px;
	bottom:10%;
	font-size: 1.1em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
	text-align: right;
	color: #fff;
	font-weight: 500;
	line-height: 220%;
}
figure.effect-chico h4 span.en{
	font-family: 'League Spartan', sans-serif;
	font-size: 220%;
	opacity: 0.6;
}

figure.effect-chico p {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: right;
	-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%;
}
@media (max-width: 1200px){
	.card002_link{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.card002_link .txt{
		width: 100%;
		max-width: 960px;
	}
	.contents_link{
		padding: 50px 15px;
	}
	.contents_link{
		padding: 50px 15px;
	}
}
@media (max-width: 750px){
	.contents_link{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 500px;
		margin: auto;
		padding: 30px 10px;
		background-position: right 10% bottom 0;
		background-size: 170px;
	}
	.contents_link div{
		width: 100%;
	}
	figure.effect-chico,
	figure.effect-chico img {
		aspect-ratio: 16 / 9;
	}
	figure.effect-chico h4 {
		writing-mode:horizontal-tb;
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #ccc;
	border-radius: 0 0 50px 50px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.subtitle h2{
	color:#fff;
	text-align: center;
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 96%;
	transform: translateX(-50%);
	font-size:1.2em;
	padding-bottom: 60px;
	background: url("../img/point01.png") no-repeat;
	background-position: bottom center;
	background-size: auto 50px;
}
.subtitle h2 span.en{
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
	font-family: "Noto Serif JP", serif;
	text-transform: capitalize;
	color: #fff;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/slide01.webp");
	background-repeat: no-repeat;
	background-position: center bottom 20%;
	background-size: cover;
	background-color: #ccc;
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

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

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

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

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* サブページコンテンツ
   ========================================================================== */
.map iframe{
	width: 100%;
	vertical-align: middle;
	padding: 15px 0;
}

/* ギャラリー　============================================================ */

.gallery_wrap {
	width:100%;
	padding: 20px 10px;
}
.gallery_wrap h3{
	font-size: 1.1rem;
	background:#8cc847;
	color: #fff;
	margin-bottom: 30px;
	padding: 0.5em 1em 0.5em 2.5em ;
	border-radius: 10px;
	vertical-align: middle;
	position: relative;
}
.gallery_wrap h3::before{
	position: absolute;
	display: block;
	left: 1rem;
	top: calc(50% - 0.5rem);
	font-family: "Font Awesome 6 Free";
	content: '\f111';
	font-weight: 900;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	font-size: 1.1rem;
}
.gallery_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.gallery_list li{
	width: calc(100% / 4 - 10px);
    margin: 5px 5px 10px;
    overflow: hidden;
    padding: 5px;
    font-size: 0;
}

.gallery_list img{
	width: 100%;
    aspect-ratio: 3 / 2;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
	border-radius: 10px;
    object-fit: cover;
	transition: .5s;
}

p.detail_text{
	text-align: center;
	font-size: 0.9rem;
	padding: 0 1em 0.5em;
    font-weight: 400;
	background-color: #fff;
}
@media (max-width: 1200px){
	.gallery_list li{
		width: calc(100% / 3 - 10px);
	}
}

@media (max-width: 750px){
	.gallery_wrap{
		margin-bottom: 30px;
	}
	.gallery_list li{
		width: calc(100% / 2 - 10px);
	}
	p.detail_text{
		font-size: 0.8rem;
		padding: 0.5em;
		font-weight: 400;
	}
}
@media (max-width: 450px){
	.gallery_wrap {
		padding: 0;
	}
	.gallery_list li{
		width: calc(100% / 2 - 6px);
		margin: 0 3px 15px;
	}
}

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

.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
/* TEL FAX */

.tel_button .phone{
	text-align: center;
	color: #1a1a1a;
	display: block;
	width: calc(100% - 30px);
	max-width: 400px;
	margin: 15px auto;
	padding: 1.5rem;
	border: solid 1px #ccc;
	background: #fff;
	border-radius: 30px;
	opacity: 1;
	transition: .5s;
}
.tel_button .phone:hover{
	opacity: 0.5;
}
.tel_button .phone .nb{
	font-weight: 600;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #8cc847;
}
.tel_button .phone .nb i{
	display: inline-block;
	text-align: center;
	color:  #fff;
	background:#8cc847 ;
	vertical-align: bottom;
	line-height: 50px;
	width: 50px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.tel_button .phone .txt01{
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	display: block;
	padding: 10px;
	margin-bottom: 1rem;
}
.tel_button .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	
}
.tel_button .phone .txt03{
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}

@media (max-width: 450px){
	.tel_button .phone{
		width: calc(100%);
		margin: 15px 0;
	}
}
#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 tr:last-child{
	border-bottom:none;
}
#mailform table th{
	width: 230px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 15px 10px;
	border-radius: 10px;
	border:solid 1px #ccc;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#f4776a;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='date']{
	display: inline-block;
	-webkit-appearance: none;
	background:#fff;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
input[type='date']::-webkit-date-and-time-value{
	color: #666;
	text-align: left;
	padding: 1px 10px;
	min-height: 1rem;
}

input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	border-radius: 100px;
	border:solid 1px #8cc847;
	background: linear-gradient(to right,#8cc847 0%,#8cc847 50%, #fff 50%, #fff 100%);
	background-position: 100% 0;
    background-size: 200% auto;
	color:#8cc847;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background-position: 0 0;
	color: #fff;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #1f1f1f !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #1f1f1f;
	margin-top: 1em;
}
.infobox h5 i{
	color: #8cc847;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1f1f1f;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#f5f5f5;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 500;
	border-radius: 30px;
	background:#666;
	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: #666;
	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: 3px;
  border: solid 2px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  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: #8cc847;
  border-color: #8cc847;
}

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

.cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	background: #fff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.5em;
	right: 30px;
	width: 0;
	height: 0;
	padding: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f107';
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 1em 38px 1em 1em;
	color: #666;
}
.flex_select{
	display: flex;
}
@media (max-width: 960px){
	#mailform{
		padding: 10px 0;
	}
	#mailform table th,
	#mailform table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailform table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}

	.flex_btn{
		display: block;
		width: 100%;
	}
	::-webkit-full-page-media, :future, :root #mailform table th,
	::-webkit-full-page-media, :future, :root #mailform table td,
	::-webkit-full-page-media, :future, :root input[type='date']{
		display: block;
		width: 100%;
	}
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	display: block;
	border-top: solid 1px #1a1a1a;
	border-left: solid 1px #1a1a1a;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}
/* 余白調整 ================================================== */
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt100{
    margin-top: 100px;
}
.mt50{
    margin-top: 50px;
}
.mt30{
    margin-top: 30px;
}
.mt15{
    margin-top: 15px;
}
.mb50{
	margin-bottom: 50px;
}
.mb100{
	margin-bottom: 100px;
}
/* テキスト調整==================== */
.txt_c{
    text-align: center;
}
.txt_l{
    text-align: left;
}
.txt_r{
    text-align: right;
}

