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

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

/* all */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
body{
	color: #683f26;
	background: #f8f4e6;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	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,h5{
	font-weight: 700;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #e3e3e3;
}
::-webkit-scrollbar-thumb{
	background-color: #f6ad49;
}
/* 幅調整　*/
.w1920{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
	position: relative;
	z-index: 5;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.contents{
	padding: 70px 0;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}

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

.bg_light{
	background: #f9eacd;
}

.bg_inner{
	padding: 50px 15px;
	border-radius: 15px;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.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;
}

.bg_rec_link{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img03.webp") ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01,
::-webkit-full-page-media, :future, :root .bg_rec_link{
	background-attachment: scroll;
}

.bg_mori{
	background: url("../img/bg_mori.png"),url("../img/bg_mori_tr.png");
	background-repeat: no-repeat;
	background-position: bottom 15px left 15px,top 15px right 15px;
	background-size: 350px;
}

.point_tree,
.point_tree_r,
.point_tree-yama{
	position: relative;
	margin-top: 70px;
}
.point_tree::after{
	content: '';
	position: absolute;
	top: -60px;
	right: 50px;
	width: 100px;
	height: 80px;
	background: url("../img/cut_tree.png") no-repeat;
	background-size: contain;
	background-position: bottom;
}

.point_tree_r::after{
	content: '';
	position: absolute;
	top: -60px;
	left: 50px;
	width: 100px;
	height: 80px;
	background: url("../img/cut_tree.png") no-repeat;
	background-size: contain;
	background-position: bottom;
}

.point_tree-yama::after{
	content: '';
	position: absolute;
	top: -60px;
	right: 50px;
	width: 100px;
	height: 80px;
	background: url("../img/cut_tree.png") no-repeat;
	background-size: contain;
	background-position: bottom;
}
.point_tree-yama::before{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 30px;
	width: 250px;
	height: 100px;
	background: url("../img/cut_yama.png") no-repeat;
	background-size: contain;
	background-position: bottom;
}
.point_cut{
	position: absolute;
	top: -70px;
	left: 15px;
	width: 120px;
	height: 120px;
	z-index: 5;
}
.point_cut_br{
	position: absolute;
	bottom: -20px;
	right: 30px;
	width: 120px;
	height: 120px;
	z-index: 5;
}
.point_cut_tr{
	position: absolute;
	top: -60px;
	right: 15px;
	width: 120px;
	height: 120px;
	z-index: 5;
}
.point_cut img,
.point_cut_br img,
.point_cut_tr img{
	width: 100%;
}

@media (max-width: 750px){
	.point_tree::after,.point_tree-yama::after{
		width: 80px;
		height: 70px;
		right: 10px;
	}
	.point_cut{
		width: 100px;
		left: 0;
	}
}

.anime_fuwa{
	animation: 3s fuwafuwa infinite;
}
@keyframes fuwafuwa {
	0%, 100% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(10px);
	}
}

.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f9eacd;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f9eacd;
    z-index: -1;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	border-radius: 15px;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	border-radius: 15px;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	border-radius: 15px;
	object-fit: cover;
}
.img_1-1{
	aspect-ratio: 1 / 1;
	border-radius: 15px;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}

.img_center{
	text-align: center;
}
.img_center img{
	width: auto;
	max-width: 250px;
}

.txt_lv02{
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	line-height: 1.2;
	text-align: center;
}
.txt_lv02 .ja{
	font-weight: 700;
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	display: block;
	position: relative;
}

.txt_lv02 .en{
	font-family: "Darumadrop One", sans-serif;
	font-weight: 400;
	font-size: 200%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #f6ad49;
}
.txt_lv02 img.h_img{
	width: 150px;
	transform: translateY(50px) scale(0.4);
	opacity: 0.1;
	transition: 1.5s;
}
.txt_lv02 img.h_img.inview{
	transform: translateY(0) scale(1);
	opacity: 1;
}

.bg_img01 .txt_lv02 .ja::before,
.bg_contact .txt_lv02 .ja::before{
	background: #fff;
}
.txt_lv02 span.en.eachTextAnime span:first-child{
	color: #f57149;
}
.clover .txt_lv02 .en{
	color: #b8e68a;
}
.clover .txt_lv02 span.en.eachTextAnime span:first-child{
	color: #68b95c;
}
@media (max-width: 750px){
	.txt_lv02 .en{
		font-size: 150%;
	}
}
@media (max-width: 380px){
	.txt_lv02 .en{
		font-size: 130%;
	}
}
.txt_lv03{
	font-size: 1.2rem;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.txt_lv03 span.ja{
	font-weight: 700;
}
.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03 i{
	color: #f6ad49;
}
.txt_lv03::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	width: 100%;
	background: url("../img/border_o.png") repeat-x;
	background-size: auto 100%;
}
.txt_lv03.icon_clover{
	background: url("../img/icon003_3.png") no-repeat;
	padding-left: 50px;
	background-size: 50px;
}
.txt_lv03.icon_clover::before{
	background: url("../img/border_g.png") repeat-x;
	background-size: auto 100%;
}

.txt_lv04{
	
}
.txt_lv05{
	background: rgba(0,0,0,0.05);
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 30px;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
	color: #666;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	text-align: center;
	position: relative;
    display: block;
	width: fit-content;
	font-weight: 700;
    padding: 0 1em;
	margin: 0 auto 30px;
}

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

.txt_copy02{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.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: #1a1a1a;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

span.bold{
	font-size: 1.1em;
	font-weight: 700;
}

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

/* ヘッダー　==================== */

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:#f8f4e6;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: .5s ease-in-out;
}
.site-header .header_wrap{
	width: 100%;
	max-width: 1366px;
	margin: auto;
	display: flex;
    justify-content:space-between;
	align-items:center;
	height: 85px;
	transition: .5s;
}
.site-header.transform .header_wrap{
	transform: translateY(-100px) ;
	height: 1px;
	opacity: 0;
}

.site-header h1{
	vertical-align: middle;
	transition: .5s;
	margin-left: 30px;
	font-size: 2rem;
	font-weight: 400;
}
.site-header h1 img{
	width: auto;
	height: 76px;
	vertical-align: middle;
	transition: .5s;
}
.site-header h1 img.logo_txt{
	padding: 15px 0;
}
.site-header h1 a{
	color: #683f26;
	transition: .5s;
}

.header_phone{
	margin-right: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.site-header .h_phone{
	margin-right: 15px;
}
.site-header .h_phone a{
	font-weight: 700;
	font-style: normal;
	font-size: 1.6rem;
	padding: 0.25rem;
	color: #683f26;
}
.site-header .h_phone a i{
	color: #f6ad49;
}
.site-header .h_phone:hover{
	opacity: 0.6;
}
.site-header .h_mail a{
	display: block;
	width: 200px;
	font-size: 1rem;
	text-align: center;
	background:#f6ad49;
	background-size: 200%;
	background-position: left;
	color: #fff;
	font-weight: 700;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	border-radius: 50px;
	margin: 0 10px;
	line-height: 38px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	background:#f57149;
}
.site-header .h_mail a i{
	line-height: 38px;
	vertical-align: middle;
}

@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header h1 img{
		height: 80px;
	}
	.site-header.transform .header_wrap{
		transform: none;
		height: inherit;
		opacity: 1;
	}
	.header_phone{
		display: none;
	}

}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}
@media (max-width: 750px){
	.site-header h1 img{
		height: 70px;
	}
	
}
@media (max-width: 450px){
	.site-header h1 img{
		height: 60px;
	}
}

/*global_nav ==================*/
.site-header .global_nav{
	width: calc(100% - 30px);
	max-width: 1280px;
	margin: auto;
	padding: 10px;
	transition: .5s;
}
.global_nav ul{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.global_nav ul li{
	width: calc(100% / 5);
	border-left: 1px dashed #c9a463;
	position: relative;
	font-weight: 700;
	line-height: 150%;
}

.global_nav ul li:last-child{
	border-right: 1px dashed #c9a463;
}
.global_nav ul li a{
	display: block;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	color: #434343;
	line-height: 1.2;
	transition: 0.3s;
}
.global_nav ul li a span{
	display: block;
	font-family: "Darumadrop One", sans-serif;
	text-transform:uppercase;
	color: #f6ad49;
}
.global_nav ul li a:hover{
	transform: translateY(-5px);
	
}
.global_nav ul li a .img{
	width: 30%;
	margin: 0 auto;
	transition: .5s;
}
.global_nav ul li a .img img{
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.site-header.transform .global_nav{
	max-width: 1200px;
}
.site-header.transform .global_nav ul li a .img{
	width: 25%;
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 200px;
}
.slider{
	overflow: hidden;
	clip-path: inset(0 0 25px 0);
}
.slider li{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 150px);
	min-height: 640px;
	max-height: 1080px;
	z-index: 9;
	overflow: hidden;
}
.slider li.top01{
	background:url("../img/slide01.webp") no-repeat;
	background-size: cover;
	background-position: right;
}
.slider li.top02{
	background:url("../img/slide02.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top03{
	background:url("../img/slide03.webp") no-repeat;
	background-size: cover;
	background-position: top center;
}

@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation{
	animation: fadezoom 10s 0s forwards;
}
.slide_wrap .copy{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
}

.slide_wrap .copy h2{
	margin: auto;
	text-align: center;
	font-size: clamp(2rem, 0.8rem + 4.2667vw, 4rem);
	font-weight: 700;
	background-image: linear-gradient(
		70deg,
		rgb(211, 209, 209, 0.5)  40%, 
		#fff 50%,
		rgb(211, 209, 209, 0.5) 60% 
	);
	background-size: 400% 100%;
	background-clip: text;
  	-webkit-background-clip: text;
	color: transparent;
	letter-spacing: 0.15em;
	animation: shine 5s infinite;
	line-height: 1;
}
.slide_wrap .copy h2 .large{
	font-size: 150%;
}
@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.slide_wrap .copy h2 img{
	width: 100%;
	padding: 15px;
	vertical-align: middle;
}

.slide_wrap .border{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}
.slide_wrap .border .yama{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 20%;
}
.slide_wrap .border .tree2{
	position: absolute;
	right: 2%;
	bottom: 0;
	z-index: 4;
	width: 20%;
	max-width: 150px;
	min-width: 100px;
}
@media (max-width: 1200px){
	.slide_wrap{
		margin-top: 90px;
	}
	.slider li{
		height: calc(100vh - 150px);
		min-height: 500px;
		max-height: 920px;
	}
}

@media (max-width: 768px){
	.slide_wrap .copy{
		width: calc(100% - 80px);
		min-width: 300px;
	}
	.slide_wrap .border .yama{
		display: none;
	}
}
/* コンテンツ
   ========================================================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 3 - 40px);
	margin: 20px;
	background:rgba(255,255,255,0.5);
	padding: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.card001 figure::after{
	position: absolute;
	content: '';
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background:rgba(255,255,255,0.5);
	z-index: -1;
}
.card001 figure img{
	display: block;
	width: 180px;
	padding: 15px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: contain;
	margin: auto;
	background: #f8f4e6;
	
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	font-size: 0.8rem;
	margin-bottom: 0.5em;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.card001 figure figcaption h4{
	font-size: 1.2em;
	border-bottom: solid 1px;
	margin-bottom: 0.5rem;
}
.card001 figure figcaption p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
	.card001 figure{
		width: calc(100% - 30px);
	}
	
}

.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;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
.card003 .icon{
	width: 200px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(242,221,112,0.5);
}
.card003 .icon img{
	width: 100%;
	padding: 20%;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}

/* 写真横並び基本　============================== */
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.photo_flex .img{
	width: calc(100% - 30px);
	padding: 0;
	border-radius: 15px;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	position: relative;
	margin: 15px;
	background: #fff;
}
.photo_flex .img img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transform: scale(1);
	opacity: 1;
	transition: .5s;
	
}

.photo_flex .img.s01{
	transform: translateY(-30px);
}
.photo_flex .img.s02{
	transform: translateY(50px);
}
.photo_flex .img .btn{
	display: block;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	color: #fff;
	font-weight: 700;
	line-height: 120%;
	font-size: 1.2rem;
	background: url("../img/border_o02.png") no-repeat;
	background-size: contain;
	background-position: bottom;
	padding: 0.3rem 1.5rem;
}

.photo_flex .img:hover img{
	transform: scale(1.1);
	opacity: 0.6;
}

@media (max-width: 960px){
	.photo_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: calc(100% - 30px);
		max-width: 600px;
		margin: auto;
	}
	.photo_flex .img{
		width: 100%;
		max-width: 400px;
		align-self: flex-start;
	}
	.photo_flex .img.s01{
		transform: none;
	}
	.photo_flex .img.s02{
		transform: none;
		align-self: flex-end;
	}

}
@media (max-width: 450px){
	.photo_flex{
		width: calc(100% - 30px);
		margin: auto;
	}
	.photo_flex .img{
		width: 100%;
		max-width: 320px;
		align-self: flex-start;
	}
	.photo_flex .img.s01{
		transform: none;
	}
	.photo_flex .img.s02{
		transform: none;
		align-self: flex-end;
	}
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	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 .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.1) 100%),
		url("../img/bg_img01.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
	background-attachment: scroll;
}

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin: auto;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	line-height: 100%;
	border-radius: 100px;
	background: rgba(255,255,255,0.3);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.8rem;
	line-height: 120%;
	font-family: "Darumadrop One", sans-serif;
	font-weight: 400;
}
.footer_contact .phone:hover{
	background: rgba(245,113,73,0.8);
	color: #fff;
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
	}
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 0 0;
	background: url("../img/bg_orange-l.webp");
	background-repeat: no-repeat;
	background-position: left -50% top 50px;
	background-size: 60%;
	color: #1a1a1a;
}


footer h2 img{
	height: 80px;
}
footer h2 img.logo_txt{
	padding: 15px 0;
}
.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;
}
.footer_in p img{
	max-width: 300px;
}
.cut_footer{
	width: 150px;
	padding: 15px;
}

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

}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_contact{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		height: 70px;
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 600px;
	background-size: cover;
	background-color: #f9eacd;
	position: relative;
}
.subtitle h2{
	width: 100%;
	color:#fff;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
	
}
.subtitle h2 span.en{
	font-family: "Darumadrop One", sans-serif;
	font-weight: 400;
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
	line-height: 120%;
	color: #f6ad49;
}
.subtitle h2 span.en.col_g{
	color: #b8e68a
}

.sub_bg{
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/bg_img02.webp");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	background-color: #ccc;
}
.sub_bg02{
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/bg_img04.webp");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	background-color: #ccc;
}
.sub_bg03{
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/bg_img05.webp");
	background-repeat: no-repeat;
	background-position: top 10% right 30%;
	background-size: cover;
	background-color: #ccc;
}
.sub_bg04{
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/bg_img06.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
.sub_bg05{
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/bg_img07.webp");
	background-repeat: no-repeat;
	background-position: center right 40%;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 1200px){
	.subtitle{
		height: 450px;
	}
	.sub_bg,.sub_bg02{
		height: 400px;
	}
}
@media (max-width: 750px){
	.subtitle{
		height: 400px;
	}
	.sub_bg,.sub_bg02{
		height: 350px;
	}
}


/*パンくずリスト ================================================== */
.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;
}


/* TOPへ戻るボタン==================== */
#page_top{
	width: 80px;
	height: 80px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	background:#f6ad49;
	border-radius: 50%;
	z-index: 999;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.1));
	opacity: 0.95;
}
#page_top a{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
}
#page_top a::before{
	display: block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 1.5rem;
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	margin: auto;
	text-align: center;
}
@media (max-width: 750px){
	#page_top{
		width: 60px;
		height: 60px;
	}
	#page_top a{
		width: 60px;
		height: 60px;
	}
	#page_top a::before{
		font-size: 1.2rem;
	}
}
/* 固定ボタン　==================== */
.contact_btn{
	display: block;
	position: fixed;
	width: 4rem;
	right: 0;
	top: 200px;
	z-index: 1000;
	text-align: center;
	vertical-align: middle;
	
}
.contact_btn a{
	display: block;
	writing-mode: vertical-rl;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	line-height: 4rem;
	margin: 10px 0;
	height: 150px;
	font-size: 0.9rem;
	background: #f6ad49;
	color: #fff;
	font-weight: 700;
	border-radius: 30px 0 0 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	transition: .5s;
}

.contact_btn a:hover{
	background: #f57149;
}

@media (max-width: 1200px){
	.contact_btn{
		visibility:hidden;
		pointer-events: none;
		z-index: -1;
	}
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	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%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	display: inline-block;
	animation:text_anime_on 1s 3s ease forwards; 
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes text_anime_on {
	0%,30% {
		transform: translateY(1.5rem) ;
		opacity:0;
	}
	to {
		transform: translateY(0rem) ;
		opacity:1;
	}
}

/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt100{
	margin-top: 100px;
}
.col_g{
	color: #b8e68a;
}
/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
}
@media (max-width: 960px){
	.pc960{
		display: none !important;
	}
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

