@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 */
:root {
  --header-h: 120px; /* ヘッダーの高さ */
}

@media (max-width: 768px) {
  :root {
    --header-h: 80px;
  }
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--header-h);
}
body{
	color: #675744;
	background: #fcfaf2;
	font-family: "Zen Kaku Gothic New", 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,h5{
	font-weight: 500;
}

/* 幅調整　*/
.wrapper{
	width: 100%;
	max-width: 2560px;
	margin-inline: auto;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
	position: relative;
	z-index: 5;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

.contents{
	padding: 50px 0 100px;
	position: relative;
	z-index: 1;
}
.wrap80{
	padding: 10px 10%;
}
.wrap80 p{
	margin-bottom: 1em;
}
.wrap_center{
	width: fit-content;
	margin-inline: auto;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}
/* 境界装飾　================================================== */
.border_svg_b{
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	z-index: 3;
}
.border_svg_b img{
	width: 100%;
	vertical-align: middle;
}
.border_svg_b svg{
	width: 100%;
	vertical-align: middle;
}
.border_svg_b svg .col_v{
	fill:#f8f2e3;
}

.bg_gap{
	position: relative;
	width: 100%;
	height: 1px;
	z-index: 3;
}
.bg_gap svg{
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	vertical-align: middle;
}

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

.bg_light{
	background: #f8f2e3;
}
.bg_g{
	background: #77bc2a;
}
.bg_lg{
	background: #c3dd9b;
}

.bg_inner{
	padding: 50px 10px;
}
.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_img02{
	background:linear-gradient( to bottom ,rgba(255,255,255,1) ,rgba(255,255,255,0.5),rgba(255,255,255,1)), url("../img/bg_img01.webp");
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}

.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: #f8f2e3;
    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: #f8f2e3;
    z-index: -1;
}
/* 角丸調整　*/
.bdr_30{
	border-radius: 30px;
}
.bdr_15{
	border-radius: 15px;
}
/* 画像調整　*/
.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%;
}

.txt_lv02{
	font-weight: 500;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url("../img/hana_line.svg") no-repeat;
	background-position: bottom left;
	background-size: auto 25px;
	display: block;
	width: 100%;
}
.txt_lv02.txt_c{
	background-position: bottom center;
}
.txt_lv02 .ja{
	font-size: clamp(1.6rem, 1.15rem + 1.6vw, 2.6rem);
	display: block;
	position: relative;
}

.txt_lv02 .en{
	color: #77bc2a;
	font-weight: 700;
	font-size: 70%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	position: relative;
}
.bg_g .txt_lv02,
.bg_g .txt_lv02 .en{
	color: #fff;
}

.txt_lv03{
	font-size: clamp(1rem, 0.91rem + 0.32vw, 1.2rem);
	border-bottom: dotted 8px #c3dd9b;
	position: relative;
	margin-bottom: 30px;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03 i{
	color: #77bc2a;
}

.txt_lv04{
	font-size: clamp(1rem, 0.91rem + 0.32vw, 1.2rem);
	background: #c3dd9b;
	padding: 0.2rem 1rem;
	border-radius: 50px;
}
.txt_lv04 i{
	color: #fff;
	padding-right: 0.2rem;
}
.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_lv06{
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-weight: 500;
	font-size: clamp(1.1rem, 0.875rem + 0.8vw, 1.6rem);
	text-align: center;
	line-height: 120%;
}
.txt_lv06::before,
.txt_lv06::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	border-bottom: solid 2px #77bc2a;
}
.txt_lv06::before{
	margin-right: 1rem;
}
.txt_lv06::after{
	margin-left: 1rem;
}
.txt_lv06 span.en{
	font-size: 70%;
	text-transform: uppercase;
	color: #77bc2a;
	font-weight: 700;
	font-style: normal;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	text-align: center;
	color: #1a1a1a;
	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: #1a1a1a;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    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;
}
.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: 600;
}

span.line{
	background:linear-gradient(transparent 60%, rgba(235,153,1,0.5) 60%);
	font-size: 1em;
	display: inline-block;
}
span.inb{
	display: inline-block;
}
.txt_link{
	color: #675744;
	border-bottom: dashed 1px #ccc;
	font-weight: 700;
}
.txt_link:hover{
	color: #77bc2a;
}

/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:#fcfaf2;
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	transition: .5s;
}
.site-header.transform{
    background:#f8f2e3;
}
.site-header h1{
	margin-left: 30px;
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.4rem);
	font-weight: 500;
	vertical-align: middle;
	position: relative;
	transition: .5s;
}
.site-header h1 img{
	width: auto;
	height: 80px;
	padding-bottom: 10px;
	vertical-align: middle;
	transition: .5s;
}
.site-header h1 a{
	color: #675744;
	transition: .5s;
}

.header_btn{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap:10px;
	margin-right: 15px;
}
.site-header .h_mail a{
	display: block;
	width: 220px;
	font-size: 1rem;
	padding: 0.8rem;
	font-weight: 700;
	text-align: center;
	background:#77bc2a;
	border-top: 0;
	background-size: 200%;
	background-position: left;
	color: #fff;
	border-radius: 0 0 30px 30px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	background:rgba(255,255,255,0.3);
}
.site-header .h_mail a i{
	display: block;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	vertical-align: middle;
}
.site-header .h_mail a:hover{
	background: #689239;
}
.site-header .h_mail.nb a{
	font-size: 1.1rem;
	background:#689239;
}
.site-header .h_mail.nb a:hover{
	background:#77bc2a;
}

/*global_nav ==================*/
.site-header .global_nav{
	align-self: center;
	margin-right: 15px;
	padding: 0 10px;
}
.site-header .global_nav ul.main{
	width: 100%;
	position: relative;
	display: flex;
	gap:30px;
	justify-content: center;
	align-items: center;
}

.site-header .global_nav .main > li{
	position: relative;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	z-index: 5;
}

.site-header .global_nav .main > li > a{
	display: block;
	width: 100%;
	color: #675744;
	white-space: normal;
	transition: .3s;
}

.site-header .global_nav .main > li > a:hover{
	opacity: 0.5;
}
.site-header .global_nav .main > li > a > .en{
	color: #77bc2a;
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.site-header .global_nav .main > li > a > .en::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f111';
	font-size: 0.6rem;
	padding-right: 0.2rem;
	padding-bottom: 0.2rem;
}
.site-header .down::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f107';
	display: block;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.8rem;
	color: #675744;
}

.site-header .drop {
  overflow: hidden;
	list-style: none;
	position: absolute;
	visibility:hidden;
	transform-origin: top;
	transform: scaleY(0);
	padding: 0;
	width: 220px;
	left: -50%;
	top: 55px;
	transition: .5s;
}

.site-header .drop li {
	display: block;
	width: 100%;
	
}
.drop li a{
	display: block;
	color: #fff;
	background:#77bc2a;
	text-align: center;
	padding: 0.8rem;
	margin-top: 0.5rem;
	font-size: 0.9rem;
	transition: .5s;
	border-radius: 10px;
}
.drop li a:hover{
	background:#689239;
}

.site-header .global_nav ul.main li:hover ul.drop{
	transform: scaleY(1);
	visibility: visible;
	transform-origin: top left;
}
@media (max-width: 1366px){
	.site-header .global_nav .main > li{
		font-size: 1rem;
	}
	.site-header .h_mail a{
		width: 200px;
	}
}
@media (max-width: 1280px){
	.site-header .h_mail a{
		width: 180px;
	}
}
@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header h1 img{
		height: 60px;
	}
	.global_nav{
		display: none;
	}
	.header_btn{
		margin-right: 90px;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
	.site-header .h_mail a{
		width: 160px;
	}
}
@media (max-width: 750px){
	.site-header{
		height: 80px;
	}
	.header_btn{
		gap:5px;
		margin-right: 70px;
	}
	.site-header .h_mail a{
		width: 60px;
		border-radius: 0 0 15px 15px;
	}
	.site-header .h_mail a i{
		font-size: 1.5rem;
	}
	.site-header .h_mail .txt{
		display: none;
	}
}
@media (max-width: 450px){
	.site-header h1 img{
		height: 50px;
	}
	.site-header .h_mail a{
		width: 50px;
	}
	
}
@media (max-width: 380px){
	.site-header h1 img{
		height: 55px;
	}
	.site-header .h_mail a{
		font-size: 1.2rem;
	}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	max-height: 1080px;
	min-height: 700px;
	position: relative;
	overflow: hidden;
}
.slider{
	position: absolute;
	overflow: hidden;
	top: 110px;
	left: 30px;
	width: calc(100vw - 60px);
	height: calc(100vh - 140px);
	min-height: 550px;
	max-height: 930px;
	border-radius: 30px 30px 0 0;
}

.slider li{
	position: relative;
	top: 0;
	left: 0;
	width: calc(100vw - 60px);
	height: calc(100vh - 140px);
	z-index: 2;
	overflow: hidden;
}
.slider li.top01{
	background:url("../img/img01.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top02{
	background:url("../img/facilities/day02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top03{
	background:url("../img/facilities/reha02.jpg") no-repeat;
	background-size: cover;
	background-position: 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: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	z-index: 5;
}

.slide_wrap .copy h2{
	margin: auto;
	text-align: center;
	color: #fff;
	
}
.slide_wrap .copy h2 img{
	width: 100%;
	height: 60vh;
	max-height: 600px;
	object-fit: contain;
	padding: 10px;
	vertical-align: middle;
}
.slide_wrap .cut_bl{
	position: absolute;
	bottom: 0;
	left: 8%;
	width: 180px;
	z-index: 4
}
.slide_wrap .cut_br{
	position: absolute;
	bottom: 0;
	right: 8%;
	width: 180px;
	z-index: 4
}
.slide_wrap .cut_bl img,
.slide_wrap .cut_br img{
	width: 100%;
}
@media (max-width: 1200px){
	.slide_wrap .copy{
		width: 250px;
	}
}
@media (max-width: 768px){
	.slide_wrap .copy{
		width: 180px;
	}
	.slide_wrap .cut_bl,
	.slide_wrap .cut_br{
		width: 120px;
	}
}
@media (max-width: 750px){
	.slide_wrap{
		height: 80vh;
		max-height: 800px;
		min-height: 500px;
	}
	.slider{
		top: 80px;
		left: 15px;
	}
	.slider,.slider li{
		width: calc(100vw - 30px);
		height: calc(80vh - 100px);
		min-height: 400px;
		max-height: 700px;
		}
	.slide_wrap .copy{
		width: 150px;
		top: 50%;
	}
}


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

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 .inner{
	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 .inner img{
	display: block;
	width: 180px;
	padding: 15px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: contain;
	margin: auto;
	background: #f8f4e6;
	
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
	.card001 .inner{
		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,
.card003 .img_l img{
	width: 100%;
}
.card003 .txt{
	width: 100%;
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
.card003 .txt p{
	margin-bottom: 1em;
}
.card003.bdline{
	border-bottom: solid 1px #ccc;
}
.card003 .img_l{
	width: 400px;
	align-self: stretch;
	margin: 30px 0;
}
.card003 .img_l.bg01{
	border-radius: 15px;
	background: url("../img/facilities/helper01.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.card003 .img_l.bg02{
	border-radius: 15px;
	background: url("../img/facilities/nursing.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.card003 .img_l.bg03{
	border-radius: 15px;
	background: url("../img/photo06.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.card003 .img_l.bg04{
	border-radius: 15px;
	background: url("../img/photo05.jpg") no-repeat;
	background-position: 10% 50%;
	background-size: cover;
}
.card003 .img_l2{
	width: 400px;
	align-self: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	gap:30px;
}
.card003 .img_l2 .inner{
	width: 100%;
}
.card003 .img_l2 img{
	width: 100%;
}

@media (max-width: 1280px){
	.card003 .img_l,
	.card003 .img_l2{
		width: 350px;
	}
}
@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;
	}
	.card003 .img_l{
		width: 100%;
		height: 100%;
		aspect-ratio: 16 / 9;
		margin: 30px auto;
		max-width: 500px;
	}
	.card003 .img_l2{
		width: 100%;
		flex-direction: row;
		gap:15px;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
	.card003 .img_l2{
		flex-direction: column;
	}
}
/* 写真横並び基本　*/
.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%;
}


/* カルーセル============================================================ */
.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.5) 50%, rgba(0,0,0,0.5) 100%),
		url("../img/slide02.jpg");
	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;
	flex-wrap: wrap;
	max-width: 960px;
	margin-inline: auto;
	margin-bottom: 50px;
}
.footer_contact .phone{
	color: #675744;
	font-weight: 500;
	display: block;
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 1.5rem;
	border: solid 3px #fff;
	line-height: 100%;
	background: #fff;
	border-radius: 100px;
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 0.9rem;
	text-align: center;
	display: block;
	line-height: 120%;
	letter-spacing: normal;
}
.footer_contact .phone .nb{
	font-size: 1.4rem;
	line-height: 120%;
	color: #77bc2a;
	font-weight: 700;
	transition: .5s;
}
.footer_contact .phone:hover{
	background: rgba(255,255,255,0.2);
	color: #fff;
}
.footer_contact .phone:hover .nb{
	color: #fff;
}
.footer_contact .phone.mail{
	width: calc(100% - 20px);
}
@media (max-width: 1200px){
	.footer_contact .phone{
		width: calc(100% / 2 - 20px);
	}
}
@media (max-width: 750px){
	.footer_contact{
		max-width: 500px;
	}
	.footer_contact .phone{
		width: calc(100% - 20px);
	}
}

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

footer h2{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.4rem);
}
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;
	border-top: solid 1px ;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 450px;
	position: relative;
}
.subtitle h2{
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	font-size: clamp(2.5rem, 1.825rem + 2.4vw, 4rem);
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 1.2;
}
.subtitle h2 span{
	font-size: clamp(1.2rem, 1.065rem + 0.48vw, 1.5rem);
	font-weight: 700;
	padding-bottom: 0.2rem;
	color: #689239
}
.subtitle h2 span::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f111';
	font-size: clamp(1rem, 0.91rem + 0.32vw, 1.2rem);
	padding-bottom: 0.3rem;
	padding-right: 0.2rem;
}

.sub_bg{
	background-image: url("../img/bg_yama_g.svg"),url("../img/cut_kumo02.svg"),url("../img/cut_kumo01.svg");
	background-repeat: no-repeat;
	background-size: 120%, 200px ,200px;
	background-position: 50% 100%, top 40% left 10%, top 35% right 10%;
	background-color: #bbe1ea;
}
@media (max-width: 960px){
	.subtitle{
		height: 400px;
	}
	.sub_bg{
		background-size: 150%, 150px ,150px;
	}
}
@media (max-width: 750px){
	.sub_bg{
		background-position: 50% 100%, top 35% left 7%, top 35% right 7%;
	}
}


/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	padding: 3px 5px;
	font-size: 0.9em;
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	width: fit-content;
	margin: auto;
}

.breadcrumb li {
	list-style: none;
	line-height: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 5em;
	max-width: 20em;
}

.breadcrumb li::before {
	content: '|';
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.breadcrumb li:first-child::before {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #675744;
	transition: .5s;
}

.breadcrumb li a:hover {
	color: #689239;
}
@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.8em;
		max-width: calc(100% - 30px);
	}
	.breadcrumb li{
		max-width: 14em;
		
	}
}

/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	background:#77bc2a;
	background-size: 150%;
	border-radius: 50%;
	z-index: 999;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	opacity: 0.9;
}
#page_top a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	display: block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 1.2rem;
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	margin: auto;
	text-align: center;
}
@media (max-width: 750px){
	#page_top{
		width: 50px;
		height: 50px;
	}
	#page_top a{
		width: 50px;
		height: 50px;
	}
	#page_top a::before{
		font-size: 1rem;
	}
}
/* スクロールフェードイン ================================================== */
.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;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 1.4s;
	transition-delay: 0.3s;
}
.imgup img{
	transition: 1.8s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.4);
}

.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{ 
	animation:text_anime_on 1.5s ease-out forwards; 
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}

/* 余白調整　*/
.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;
}
.mb70{
	margin-bottom: 70px;
}
.mb30{
	margin-bottom: 30px;
}
.pt0{
	padding-top: 0;
}
.pb120{
	padding-bottom: 120px;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}

.cut_tr02{
	position: absolute;
	top: 20px;
	right: 0;
	width: 150px;
	z-index: 5;
}
.cut_tr03{
	position: absolute;
	top: 0px;
	right: 5%;
	width: 250px;
	z-index: 2;
}
.cut_bl02{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	z-index: 5;
}
.cut_br02{
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 150px;
	z-index: 5;
}
.cut_bl03{
	position: absolute;
	bottom: 50px;
	left: 10px;
	width: 150px;
	z-index: 5;
}
.cut_br03{
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 150px;
	z-index: 5;
}
.cut_tr02 img,
.cut_tr03 img,
.cut_bl02 img,
.cut_br02 img,
.cut_bl03 img,
.cut_br03 img{
	width: 100%;
}
@media (max-width: 960px){
	.cut_bl03,
	.cut_br03{
		bottom: 10px;
	}
}
@media (max-width: 750px){
	.cut_tr03{
		top: auto;
		bottom: 15px;
		width: 250px;
	}
}

.pikopiko{
	animation: pikopiko 2s steps(2, start) infinite;
}
@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.fuwafuwa{
	animation: 3s fuwafuwa infinite;
}
@keyframes fuwafuwa {
	0%, 100% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(10px);
	}
}
/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

