@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: 768px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}
/* all */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}
body{
	color: #333;
	background: #fff;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
	letter-spacing: 0.15em;
}
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: #e3e3e3;
}
::-webkit-scrollbar-thumb{
	background-color: #666;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin-inline: auto;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
	position: relative;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.contents{
	padding: 70px 0;
	position: relative;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-inline: auto;
}
.wrap_right{
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
}
@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: #f2ede4;
}
.bg_y{
	background: rgba(255,240,179,0.5)
}
.bg_b{
	background: rgba(230,247,255,0.5)
}
.bg_p{
	background: rgba(255,230,242,0.5)
}

.bg_inner{
	padding: 50px 30px;
	border-radius: 50px;
}
@media (max-width: 960px){
	.bg_inner{
		padding: 50px 15px;
	}
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_round{
	position: relative;
	width: 100%;
	height: 1px;
	top: 0;
	z-index: -1
}
.bg_round .in_l{
	position: absolute;
	top: 0;
	right: -20%;
	width: 60vw;
	height: 60vw;
	border-radius: 50%;
	background: rgba(82,166,51,0.05);
}
.bg_round_b{
	position: relative;
	width: 100%;
	height: 1px;
	bottom: 0;
	z-index: -1
}
.bg_round_b .in_l{
	position: absolute;
	bottom: 0;
	left: -20%;
	width: 50vw;
	height: 50vw;
	border-radius: 50%;
	background: rgba(82,166,51,0.05);
}
@media (max-width: 960px){
	.bg_round .in_l,
	.bg_round_b .in_l{
		width: 100vw;
		height: 100vw;
	}
}

.bg_cut01{
	background: url("../img/cut01.png") no-repeat;
	background-position: 100% 15px;
	background-size: 400px;
}
.bg_cut02{
	background: url("../img/cut02.png") no-repeat;
	background-position: 100% 15px;
	background-size: 400px;
}
@media (max-width: 960px){
	.bg_cut01,
	.bg_cut02{
		background-size: 300px;
	}
}
@media (max-width: 750px){
	.bg_cut01,
	.bg_cut02{
		background-position: 100% 0;
		background-size: 250px;
	}
}
@media (max-width: 750px){
	.bg_cut01,
	.bg_cut02{
		background-position: 100% 35px;
		background-size: 220px;
	}
}

.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 76%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f2ede4;
	border-radius: 50px 0 0 50px;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 76%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f2ede4;
	border-radius: 0 50px 50px 0;
    z-index: -1;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	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-1{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.bdr50{
	border-radius: 50px;
	overflow: clip;
}
.bdr30{
	border-radius: 30px;
	overflow: clip;
}
.bdr_r50{
	border-radius: 0 50px 50px 0;
}
.bdr_l50{
	border-radius: 50px 0 0 50px;
}
.txt_lv02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	margin-left: 15px;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.txt_lv02 .ja{
	display: block;
	position: relative;
	margin-top: 0.5rem;
}

.txt_lv02 .en{
	font-family: "Inter", sans-serif;
	font-size: 200%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.txt_lv02::after{
	content: "";
	position: absolute;
	top: -1em;
	left: -1em;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	background: rgba(82,166,51,0.2);
	z-index: -1;
}
/*広崎村～だんだん ピンク*/
.p_02 .txt_lv02::after{
	background: #ffe6f2;
}
/*デイサービスセンター○○ 未定*/
.p_03 .txt_lv02::after{
	background: #e2efdc;
}
/*ケアプランハウスのあ ブルー*/
.p_04 .txt_lv02::after{
	background: #e6f7ff;
}
/*放課後等デイサービスRUNA イエロー*/
.p_05 .txt_lv02::after{
	background: #fff0b3;
}

.txt_lv03{
	font-size: 1.2rem;
	line-height: 1.5;
	border-bottom: solid 6px rgba(82,166,51,0.2);
	margin-bottom: 1em;
	font-weight: 700;
	position: relative;
	z-index: 2;
}
.txt_lv03 span.small{
	font-size: 70%;
}
.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03 span.nb{
	font-size: 200%;
	color: #52a633;
	font-family: "Inter", sans-serif;
	font-weight: 700;
}
.txt_lv03 i{
	color: #52a633;
}
.txt_lv03.col_p::after{
	content: "";
	position: absolute;
	z-index: -1;
	top: -20px;
	left: -15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ffe6f2;
}
.txt_lv03.col_g::after{
	content: "";
	position: absolute;
	z-index: 1;
	top: -20px;
	left: -15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(82,166,51,0.2);
}
.txt_lv03.col_b::after{
	content: "";
	position: absolute;
	z-index: -1;
	top: -20px;
	left: -15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #e6f7ff;
}
.txt_lv03.col_y::after{
	content: "";
	position: absolute;
	z-index: -1;
	top: -20px;
	left: -15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff0b3;
}
.p_02 .txt_lv03{
	border-bottom: solid 6px rgba(204,63,157,0.2);
}
.p_04 .txt_lv03{
	border-bottom: solid 6px rgba(51,128,166,0.2);
}
.p_05 .txt_lv03{
	border-bottom: solid 6px rgba(204,181,63,0.2);
}
.p_02 .txt_lv03 span.nb{
	color: #cc3f9d;
}
.p_04 .txt_lv03 span.nb{
	color: #3f9dcc;
}
.p_05 .txt_lv03 span.nb{
	color: #ccb53f;
}
@media (max-width: 960px){
	.txt_lv03.col_p,
	.txt_lv03.col_b,
	.txt_lv03.col_y,
	.txt_lv03.col_g{
		padding-left: 1.2rem;
	}
	.txt_lv03.col_b::after,
	.txt_lv03.col_p::after,
	.txt_lv03.col_y::after,
	.txt_lv03.col_g::after{
		left: 0;
	}
	.txt_lv03 span.nb{
		display: block;
	}
}

.txt_lv04{
	font-weight: 700;
	font-size: 0.9rem;
	margin-bottom: 1em;
	color: #52a633;
}
.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;
	color: #333;
	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: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}

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

span.bold{
	font-weight: 700;
}
span.inb{
	display: inline-block;
}
span.line{
	background:linear-gradient(transparent 60%, rgba(255,240,179,0.6) 60%);
	font-size: 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:flex-start;
    width: 100%;
	transition: .5s;
}

.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 15px;
}
.site-header h1 img{
	width: auto;
	height: 120px;
	vertical-align: middle;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	transition: .5s;
}
.site-header h1 a{
	color: #333;
	transition: .5s;
}
.site-header.transform h1 img{
	height: 90px;
}
.site-header .top_nav{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.header_link{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	background: #52a633;
	padding: 10px 15px;
	border-radius: 50px 0 0 50px;
	align-self: flex-end;
	width: fit-content;

}
.header_link a{
	display: block;
	padding: 0.2rem 0.8rem;
	color: #fff;
	font-size: 0.9rem;
	border-left: solid 1px #fff;
	opacity: 1;
	transition: .5s;
}
.header_link a:first-child{
	border-left: none;
}
.header_link a:hover{
	opacity: 0.5;
}
.site-header nav{
	background: #fff;
	padding: 20px 0 10px;
	border-radius: 50px 0 0 50px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-inline: 15px;
}
.site-header nav ul li{
	padding-bottom: 8px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	padding: 0 15px;
	border-left: dashed 1px #ccc;
	line-height: 1.3;
	transition: 0.5s;
}
.site-header nav ul li:first-child a{
	border-left: none;
}
.site-header nav ul li a span{
	font-size: 70%;
	color: #52a633;
	font-weight: 700;
	padding-bottom: 5px;
}
.site-header nav ul li::after{
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #e2efdc;
	transform: translate(-50% , -50%) scale(0);
	z-index: -1;
	transition: .5s;
}
.site-header nav ul li.col_p::after{
	background: #ffe6f2;
}
.site-header nav ul li.col_b::after{
	background: #e6f7ff;
}
.site-header nav ul li.col_y::after{
	background: #fff0b3;
}
.site-header nav ul li:hover::after{
	transform: translate(-50% , -50%) scale(1);
}
.p_top .site-header nav ul li:first-child::after{
	transform: translate(-50% , -50%) scale(1);
}
.p_02 .site-header nav ul li:nth-child(2)::after{
	transform: translate(-50% , -50%) scale(1);
}
.p_03 .site-header nav ul li:nth-child(3)::after{
	transform: translate(-50% , -50%) scale(1);
}
/* 1ページ非表示のためずれる
.p_04 .site-header nav ul li:nth-child(4)::after{
	transform: translate(-50% , -50%) scale(1);
}
.p_05 .site-header nav ul li:nth-child(5)::after{
	transform: translate(-50% , -50%) scale(1);
}
.p_06 .site-header nav ul li:nth-child(6)::after{
	transform: translate(-50% , -50%) scale(1);
}
*/
/* ページが増えたら以下を非表示に*/
.p_04 .site-header nav ul li:nth-child(3)::after{
	transform: translate(-50% , -50%) scale(1);
}
.p_05 .site-header nav ul li:nth-child(4)::after{
	transform: translate(-50% , -50%) scale(1);
}
.p_06 .site-header nav ul li:nth-child(5)::after{
	transform: translate(-50% , -50%) scale(1);
}
@media (max-width: 1280px){
	.site-header h1 img{
		height: 110px;
	}
}

@media (max-width: 1200px){
	.site-header h1 img{
		height: 90px;
	}
	.top_nav{
		display: none;
	}
	.header_link{
		height: 80px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.header_link a{
		display: none;
	}
	.header_link a:first-child{
		display: block;
		margin-right: 70px;
		border-right: solid 1px #fff;
		padding: 0.5rem 0.8rem;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-top: 5px;
	}
	.site-header.transform h1 img{
		height: 80px;
	}
}
@media (max-width: 760px){
	.site-header.transform h1 img{
		height: 70px;
	}
}
@media (max-width: 450px){
	.site-header h1 img{
		height: 80px;
	}
	.header_link{
		height: inherit;
		border-radius: 0 0 0 30px;
	}
	.header_link a{
		font-size: 0.8rem;
	}
	.header_link a:first-child{
		margin-right: 0;
		margin-top: 60px;
		border-right: none;
		border-top: solid 1px #fff;
		padding: 10px 0 5px;
		margin-left: 8px;
	}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	max-height: 1080px;
	min-height: 750px;
	position: relative;
	overflow: hidden;
}
.slider{
	position: relative;
	top: 0;
	left: 20%;
	right: 0;
	bottom: 50px;
	width: 80%;
	height: calc(100vh - 50px);
	max-height: 980px;
	min-height: 550px;
	border-bottom-left-radius: 100px;
	overflow: hidden;
}

.slider li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 50px);
	max-height: 980px;
	min-height: 550px;
	z-index: 2;
	overflow: hidden;
	background: #fff;
}
.slider li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
}

@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation{
	animation: fadezoom 10s 0s forwards;
}
.slide_wrap .copy{
	position: absolute;
	bottom: 20%;
	left: 5%;
	z-index: 3;
}

.slide_wrap .copy h2{
	font-weight: 700;
	margin: auto;
	font-size: clamp(2.4rem, 1.68rem + 2.56vw, 4rem);
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-shadow: 2px 2px 15px #fff;
	
}
.slide_wrap .copy p{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 1.1rem;
	color: #52a633;
	text-shadow: 2px 2px 10px #fff ,-2px -2px 10px #fff;
}

@media (max-width: 1200px){
	.slide_wrap{
		height: 90vh;
		max-height: 980px;
	}
	.slider,.slider li{
		height: calc(90vh - 50px);
		max-height: 930px;
	}
}
@media (max-width: 960px){
	.slider{
		top: 100px;
		left: 100px;
		right: 0;
		bottom: 50px;
		width: calc(100% - 100px);
		height: calc(90vh - 150px);
		min-height: 500px;
		border-radius: 50px 0 0 50px;
	}
	.slider li{
		width: 100%;
		height: calc(90vh - 150px);
		min-height: 500px;
	}
	.slide_wrap .copy{
		bottom: 15%;
	}
}
@media (max-width: 750px){
	.slider{
		left: 50px;
		width: calc(100% - 50px);
		bottom: 150px;
		height: calc(90vh - 250px);
		min-height: 400px;
	}
	.slider li{
		width: 100%;
		height: calc(90vh - 250px);
		min-height: 400px;
	}
	.slide_wrap .copy{
		bottom: 50px;
	}
}
@media (max-width: 450px){
	.slide_wrap .copy{
		bottom: 15px;
	}
	.slide_wrap .copy h2{
		line-height: 1.3;
	}
	.slide_wrap .copy p{
		line-height: 1.2;
		margin-top: 10px;
	}
}
/* コンテンツ
   ========================================================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 70px auto;
}
.card001 .inner,
.card001 .inner3{
	width: calc(100% / 3 - 30px);
	margin: 30px 15px 15px;
	background:rgba(255,255,255,1);
	border-radius: 30px;
	padding: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.card001 .inner:first-child{
	transform: translateY(-50px);
}
.card001 .inner:last-child{
	transform: translateY(50px);
}

.card001 .inner img,
.card001 .inner3 img{
	width: 200px;
	padding: 15px;
	display: block;
	margin: auto;
}

.card001 .inner .nb{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 4rem;
	color: #52a633;
	position: absolute;
	top: -40px;
	left: 0;
}
.card001 .inner h3,
.card001 .inner3 h3{
	margin-top: 15px;
	line-height: 1.5;
	border-bottom: dotted 8px rgba(82,166,51,0.2);
	margin-bottom: 15px;
}
.card001 .inner3 ul li{
	font-size: 0.9rem;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 50px auto;
		max-width: 550px;
	}
	.card001 .inner,
	.card001 .inner3{
		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: 2 / 3;
	object-fit: cover;
}
/* 横長 Landscape */
.card002 .img_l{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.l_in{
	width: 90%;
	padding: 15px;
}
.l_in img{
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: cover;
}
.l_in:last-child{
	align-self: flex-end;
}


.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 350px;
	padding: 10px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
	border-radius: 30px;
}
.card003 .txt{
	width: 100%;
	flex: 1;
	padding: 10px 5%;
	align-self: center;
	position: relative;
}
.card003 .img_flex{
	align-self: stretch;
	width: 350px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
}
.card003 .img_flex img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	padding: 0;
	box-shadow: 10px 10px #ffe6f2;
	
}
.card003 .img_flex .l80{
	width: 80%;
	align-self: flex-start;
	padding: 10px;
}
.card003 .img_flex .r80{
	width: 80%;
	align-self: flex-end;
}
.card003 .img_flex .l60{
	width: 60%;
	align-self: flex-start;
}
.card003 .img_flex .r60{
	width: 60%;
	align-self: flex-end;
}



@media (max-width: 1280px){
	.card003 .img_flex{
		width: 300px;
	}
}
@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: 800px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.card003 .img_flex{
		flex-direction: row;
		width: 100%;
		gap:15px;
	}
	.card003 .img_flex .l80,
	.card003 .img_flex .r80{
		width: 45%;
	}
	.card003 .img_flex .l60,
	.card003 .img_flex .r60{
		width: 30%;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


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

/* ケアプランページ写真矢印　================================================== */
.img_l.route01{
	position: relative;
}
.img_l.route01::after{
	content: "";
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 25px);
	width: 50px;
	height: 100px;
	background: url("../img/route10.png") no-repeat;
	background-size: 100%;
	z-index: 2;
}
.route02{
	position: relative;
}
.route02::after{
	content: "";
	position: absolute;
	top: -80px;
	left: calc(50% - 50px);
	width: 150px;
	height: 150px;
	background: url("../img/route02.png") no-repeat;
	background-size: contain;
	z-index: 2;
}
@media (max-width: 960px){
	.route02::after{
		content: none;
	}
}

/* 写真横並び基本　*/
.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%;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 50px 0 0;
	background: linear-gradient(rgba(242,237,228,0.8),rgba(242,237,228,0.8)) ,url("../img/slide03.webp") no-repeat;
	background-position: center;
	background-size: cover;
	color: #333;
}


footer h2 img{
	width: 400px;
	margin-bottom: 30px;
	
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 1200px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	filter: drop-shadow(2px 2px 10px #f2ede4);
}

.footer_in p{
	font-weight: 0.9rem;
	text-align: left;
}

footer p.copyright{
	font-size: 0.8rem;
	text-align: center;
	padding: 15px;
	background: #52a633;
	color: #fff;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_in{
		width: fit-content;
		padding: 0 10px;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: 400px;
		max-width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
	border-radius: 0 0 50px 50px;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
	text-shadow: 0 0 30px rgba(82,166,51,0.9);
}
.subtitle h2 span.t_l{
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	font-weight: 700;
	line-height: 1.2;
}
.subtitle h2 span.t_s{
	font-size:1.2em;
	display: block;
	line-height: 1.2;
}
.subtitle h2 span.t_m{
	font-size: clamp(1.8rem, 1.26rem + 1.92vw, 3rem);
	font-weight: 700;
	line-height: 1.2;
}


.sub_bg{
	background: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0.1)),url("../img/sub_bg01.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		width: 100%;
		bottom: 100px;
	}
}
@media (max-width: 450px){
	.subtitle{
		border-radius: 0 0 30px 30px;
	}
}

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

.breadcrumb li {
	display: inline-block;
	list-style: none;
	line-height: 100%;
	color: #fff;
	text-shadow: 0 0 16px rgba(82,166,51,0.9);
	padding-bottom: 0.5em;
}

.breadcrumb li:after {
	content: '>';
	padding-left: 0.5em;
	color: #fff;
}

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

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

.breadcrumb li a:hover {
	text-decoration: underline;
}
@media (max-width: 450px){
	.breadcrumb{
		font-size: 0.8rem;
	}
}


/* 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 #333;
	border-left: solid 1px #333;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.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%);
}

.imgup{
	position: relative;
	overflow: hidden;
	height: fit-content !important;
}
.imgup img{
	transition: 1.8s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.4);
}
.imgup{
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 1.4s;
	transition-delay: 0.3s;
}
.imgup.inview img{
	transform: translateX(0) scale(1);
}
.imgup.inview {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
	display: inline-block;
}
.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) rotate(10deg);
		opacity:0;
	}
	to {
		transform: translateY(0rem) rotate(0deg);
		opacity:1;
	}
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:350px;
}
/* 余白調整　*/
.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;
}
.pt0{
	padding-top: 0;
}
.pb0{
	padding-bottom: 0;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}

/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

