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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-behavior: smooth;
}
@media (max-width: 1200px){
	html{
		scroll-padding-top: 100px;/*JSは外す*/
	}
}
@media (max-width: 750px){
	html{
		scroll-padding-top: 80px;/*JSは外す*/
	}
}
body{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-weight: 700;
	color: #382511;
	font-size: 16px;
	background: #f9f3e6;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	letter-spacing: 0.1em;
	line-height: 2.2;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #382511;
	transition: .4s;
}
ul:not(.news-detail .flex #main .text ul),
ol:not(.news-detail .flex #main .text ol){
	list-style: none;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-size: 1.1rem;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.23em;
	color: #FF8C00;
	margin-bottom: 12px;
}
h2.title span.ja{
	display: block;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title span.en{
		font-size: 1rem;
	}
	h2.title span.ja{
		font-size: 1.7rem;
	}
}
@media (max-width: 450px){
	h2.title{
		margin-bottom: 30px;
	}
}


/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #04a4da 0%, #04a4da 85%, #1FC7FF 85.1%);
    padding: 14px 18px;
	color: #fff;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #FF8C00;
    padding: 16px 18px;
	padding-left: 36px;
	color: #FF8C00;
    margin-bottom: 25px;
	border-radius: 10px;
	box-shadow: 4px 4px rgba(255, 140, 0, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #FF8C00;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 750px){
	.mtitle02{
		font-size: 1.3rem;
		padding: 14px 18px;
		padding-left: 36px;
	}
}


/*stitle*/
.stitle{
	position: relative;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 1.3rem;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 7px;
}
.stitle::first-letter{
	color: #FF8C00;
	font-size: 1.2em;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 120px;
	height: 2px;
	background: #FF8C00;
}
.stitle span.num{
	display: inline-block;
	color: #FF8C00;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 1.2em;
}

/*dtitle*/
.dtitle{
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #FF8C00;
	color: #fff;
	padding: 10px;
	padding-right: 30px;
	font-weight: 500;
	border-radius: 5px;
}
.wtitle::after{
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	background: #fff;
	pointer-events: none;
	z-index:-1;
}
@media (max-width: 450px){
	.wtitle{
		font-size: 1.2rem;
	}
	.wtitle::after{
		width: 20px;
	}
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 4px solid #316e5e;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	max-width: 350px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	width: 100%;
	padding: 20px 0;
	border-radius: 400px;
	text-align: center;
	position: relative;
	z-index: 1;
	border: 3px solid #FFDDB3;
	background-color: #FF8C00;
	overflow: hidden;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.sbtn a::before{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170%;
    height: 170%;
    z-index: -1;
    transform: scale(1,0) skewY(0deg) translate3d(-50%,-50%,0);
    border-radius: 100%;
    transform-origin: bottom left;
    transition: transform .5s cubic-bezier(.39,.575,.565,1.000);
	background-color: #ffcc00;
}
.sbtn a::after{
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0,-50%);
	transition: 0.4s;
}
.sbtn a:hover{
}
.sbtn a:hover::before{
	transform:scale(1,1) skewY(-5deg) translate3d(-50%,-50%,0);
}
.sbtn a:hover::after{
	transform: translate(5px,-50%);
}

.sbtn.yellow a{
	background-color: #ffcc00;
}
.sbtn.blue a{
	border-color: #E0EFFF;
	background-color: #add4ff;
}

.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #382511;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long{
	max-width: none;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #add4ff;
	background-image: linear-gradient(to right, #add4ff, #add4ff);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #FF8C00;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #FF8C00;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		display: none;
	}
}
@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #FF8C00;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #FF8C00;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 49%;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ffcc00;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #ffcc00;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #FF8C00;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #FF8C00;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 960px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
		margin-bottom: 30px;
	}
	.info_flexbox .text{
		width: 100%;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}

/*===// 共通部分ここまで ===========*/




span.orange{
	color: #FF8C00;
}







.img.round img{
	border-radius: 20px;
}


img.move{
	animation: rotate_anime 1.2s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;
}
@keyframes rotate_anime{
	0%{
		transform:rotate(0deg)
	}
	25%{
		transform:rotate(0deg)
	}
	30%{
		transform:rotate(5deg)
	}
	85%{
		transform:rotate(5deg)
	}
	90%{
		transform:rotate(0deg)
	}
}




/*==2カラム構造==============================*/
.column_container{
	position: relative;
}
.column_container::after{
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	border: 20px solid #f9f3e6;
	border-left: none;
	pointer-events: none;
	z-index: 1;
}
.column_container .main_column{
	position: relative;
	width: calc(100% - 280px);
	margin: 0 0 0 auto;
}
.column_container .main_column::before,
.column_container .main_column::after{
	content: '';
	width: 20px;
	aspect-ratio: 1 / 1;
	position: fixed;
	top: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 10;
}
.column_container .main_column::before{
	background-image: url(../img/column_border01.png);
	left: 280px;
}
.column_container .main_column::after{
	background-image: url(../img/column_border02.png);
	right: 20px;
}
.column_container .main_column .main_column_wrap{
	padding: 20px;
	padding-left: 0;
}
.column_container .main_column .main_column_wrap::before,
.column_container .main_column .main_column_wrap::after{
	content: '';
	width: 20px;
	aspect-ratio: 1 / 1;
	position: fixed;
	bottom: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	z-index: 10;
}
.column_container .main_column .main_column_wrap::before{
	background-image: url(../img/column_border03.png);
	right: 20px;
}
.column_container .main_column .main_column_wrap::after{
	background-image: url(../img/column_border04.png);
	left: 280px;
}

@media (max-width: 1200px){
	.column_container::after{
		border: 20px solid #f9f3e6;
		border-top: none;
	}
	.column_container .main_column{
		position: relative;
		width: 100%;
		margin: 0 0 0 auto;
	}
	.column_container .main_column::before,
	.column_container .main_column::after{
		top: 100px;
	}
	.column_container .main_column::before{
		left: 20px;
	}
	.column_container .main_column .main_column_wrap{
		padding: 20px;
	}
	.column_container .main_column .main_column_wrap::after{
		left: 20px;
	}
}
@media (max-width: 750px){
	.column_container::after{
		border: 10px solid #f9f3e6;
		border-top: none;
	}
	.column_container .main_column{
		position: relative;
		width: 100%;
		margin: 0 0 0 auto;
	}
	.column_container .main_column::before,
	.column_container .main_column::after{
		top: 80px;
	}
	.column_container .main_column::before{
		left: 10px;
	}
	.column_container .main_column::after{
		right: 10px;
	}
	.column_container .main_column .main_column_wrap{
		padding: 10px;
	}
	.column_container .main_column .main_column_wrap::before,
	.column_container .main_column .main_column_wrap::after{
		bottom: 10px;
	}
	.column_container .main_column .main_column_wrap::before{
		right: 10px;
	}
	.column_container .main_column .main_column_wrap::after{
		left: 10px;
	}
}


/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 280px;
	background-color: #f9f3e6;
	z-index: 100;
}
.site_header .wrap{
	overflow-y: scroll;
	height: 100%;
	padding-bottom: 60px;
}
.site_header .wrap::-webkit-scrollbar{
	display: none;
}
.site_header .inner{
	padding: 60px 0;
}

.site_header h1{
	width: 200px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

/*global_nav*/
.global_nav{
}
.global_nav ul{
	padding: 0;
	margin: 0;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.global_nav ul li{
	margin-bottom: 20px;
}
.global_nav ul li:last-child{
	margin-bottom: 0 !important;
}
.global_nav ul li a{
	display: block;
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.06em;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	color: #FF8C00;
	letter-spacing: 0.15em;
	line-height: 1;
	font-size: 0.9rem;
	margin-bottom: 5px;
	transition: 0.4s;
}
.global_nav ul li a:hover{
	opacity: 0.4;
}
.global_nav ul li a:hover span{
	color: #ffcc00;
}


.site_header .tr{
}
.site_header .tr .btn{
	width: 90%;
	margin-bottom: 10px;
}
.site_header .tr .btn a{
	display: block;
	position: relative;
	width: 100%;
	border-radius: 0 100px 100px 0;
	color: #fff;
	background-color: #FF8C00;
	padding: 17px 0;
	padding-left: 20px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
}
.site_header .tr .btn a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	font-size: 1.6rem;
}
.site_header .tr .btn:nth-child(2) a{
	background-color: #ffcc00;
}
.site_header .tr .btn:nth-child(3) a{
	background-color: #add4ff;
}

.site_header .tr .btn a:hover{
	transform: translateX(-10px);
}

@media (max-width: 1200px){
	.site_header{
		bottom: auto;
		right: 0;
		width: 100%;
		background-color: #f9f3e6;
	}
	.site_header .wrap{
		overflow-y: visible;
		height: auto;
		padding-bottom: 0;
	}
	.site_header .inner{
		padding: 0;
		display: flex;
		align-items: center;
		height: 100px;
	}
	.site_header h1{
		width: 160px;
		margin: 0 auto 0 0;
		margin-bottom: 0;
	}
	.global_nav,
	.site_header .tr{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header .inner{
		height: 80px;
	}
	.site_header h1{
		width: 130px;
	}
}


/*===〈右上〉==============================*/
.fix_contact{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	background-color: #FF8C00;
	border-left: 5px solid #FFF4E6;
	border-bottom: 5px solid #FFF4E6;
	text-align: center;
	padding: 17px 20px;
	border-radius: 0 0 0 20px;
}
.fix_contact p{
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
}
.fix_contact p.sub{
	letter-spacing: 0.08em;
	background-color: #fff;
	color: #FF8C00;
	border-radius: 500px;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 1px 15px;
	font-size: 0.9rem;
}
.fix_contact p.tel{
	font-family: "Zen Maru Gothic", serif;
}
.fix_contact p.tel a{
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	transition: 0.2s;
}
.fix_contact p.tel a:hover{
	color: #eee;
}
.fix_contact p.detail{
	letter-spacing: 0.08em;
}


@media (max-width: 1200px){
	.fix_contact{
		display: none;
	}
}


/*===スライダー==============================*/
.top_slider{
	position: relative;
	background-color: #fff;
}
.top_slider .slider{
	position: relative;
	height: 80vh;
	min-height: 400px;
	clip-path: ellipse(100% 100% at top);
}
.top_slider .slider li{
	width: 100%;
	height: 80vh;
	min-height: 400px;
}
.top_slider .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255,1);
	z-index: 10;
	animation: fv_apper 2s linear;
	opacity: 0;
	pointer-events: none;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.top_slider .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_slider .slider li.add-animation{
	animation: zoom 10s linear 0s forwards;
}
@keyframes zoom {
  	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

@media (max-width: 750px){
	.top_slider .slider{
		height: 70vh;
		clip-path: ellipse(100% 60% at 50% 40%);
	}
	.top_slider .slider li{
		height: 70vh;
	}
}




/*キャッチ*/
.top_slider .catch{
	position: absolute;
	bottom: 17%;
	left: 2%;
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 90%;
	animation: apper 2.5s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.top_slider .catch span.txt{
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #fff;
	padding: 3px 20px;
	font-weight: 500;
	font-size: 2.3rem;
	letter-spacing: 0.1em;
	border-radius: 5px;
	margin-bottom: 23px;
}
.top_slider .catch span.txt:last-child{
	margin-bottom: 0 !important;
}
.top_slider .catch span.txt span.orange{
	color: #FF8C00;
	font-size: 1.1em;
}

@media (max-width: 750px){
	.top_slider .catch{
		bottom: 10%;
		left: 2%;
		width: 96%;
	}
	.top_slider .catch span.txt{
		padding: 1px 15px;
		font-size: 1.6rem;
		margin-bottom: 12px;
	}
}


/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 40px;
}
.first_section{
	border-radius: 0 0 20px 20px;
}
main .inner{
	width: 90%;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}
@media (max-width: 450px){
	main section{
		padding: 40px 0;
		margin-bottom: 20px;
	}
}


.inner.white{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}

.bg01{
	background-color: #FFDDB3;
}



/*==news==============================*/
.news{
}
.news .flex{
	display: flex;
	justify-content: space-between;
}
.news .flex .wrapper{
	width: 48%;
}

.news .aki p{
	line-height: 1;
}
.news .aki p span.sub{
	display: inline-block;
	color: #FF8C00;
	font-size: 2rem;
	margin-left: 5px;
	margin-right: 15px;
}

@media (max-width: 960px){
	.news .flex{
		display: block;
	}
	.news .flex .wrapper{
		width: 100%;
		margin-bottom: 40px;
	}
	.news .flex .wrapper:last-child{
		margin-bottom: 0;
	}
}



/*==welcome==============================*/
.welcome{
	overflow: hidden;
}
.welcome::before{
	content: '';
	width: 70%;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/bg_deco01.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	animation: scale_anime 8s ease-in-out infinite alternate;
	opacity: 0.6;
}
@keyframes scale_anime{
	0%{
		transform: translate(-50%, -50%) scale(1);
	}
	50%{
		transform: translate(-45%, -45%) scale(0.8);
	}
	100%{
		transform: translate(-50%, -50%) scale(1);
	}
}
@media (max-width: 960px){
	.welcome .img img{
		width: 90%;
	}
	.welcome .img img:nth-child(2){
		margin: 0 0 0 auto;
	}
}
@media (max-width: 750px){
	.welcome::before{
		width: 90%;
		top: auto;
		bottom: 100px;
		opacity: 0.4;
	}
}




/*YouTube*/
.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
}
.youtube_wrapper iframe{
	display: block;
	width: 100%;
	height: 100%;
}



/*===t_life==============================*/
.t_life{
	background-image: url(../img/t_life_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}



.t_product_slide{
}
.t_product_slide li{
	position: relative;
	z-index: 1;
	margin: 0 15px;
}
.t_product_slide li:nth-child(odd){
	margin-top: 20px;
}
.t_product_slide li:nth-child(odd)::after{/*メダカ*/
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	max-width: 140px;
	aspect-ratio: 641 / 237;
	background-image: url(../img/medaka02.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 1;
	/*animation: rotate_anime 1.2s cubic-bezier(0.87, 0.01, 0, 0.99) infinite;*/
}
.t_product_slide a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	width: 100%;
	border-radius: 50%;
}
.t_product_slide a::before{
    content: '';
    display: block;
    padding-top: 70%;
    padding-top: 100%;
}
/*.t_product_slide a::after{
	content: '';
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: #fff 0 0 6px 0px inset, #fff 0 0 6px 1px inset;
	pointer-events: none;
	z-index: 1;
	border-radius: 50%;
}*/
.t_product_slide a img{
	display: block;
	object-fit: cover;
	width: 101%;
	height: 101%;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	z-index: -1;
}
.t_product_slide a:hover img{
	transform: translate(-50%, -50%) scale(1.15);
}

.t_product_slide .slide_left, .t_product_slide .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 100%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #fff;
	font-weight: normal;
}
.t_product_slide .slide_left{
	left: 0;
}
.t_product_slide .slide_right{
	right: 0;
}
.t_product_slide .slide_left i, .t_product_slide .slide_right i{
	display: block;
	font-size: 30px;
	transition: .8s;
}
.t_product_slide .slide_left:hover i{
	transform: translate(-6px);
}
.t_product_slide .slide_right:hover i{
	transform: translate(6px);
}
@media (max-width: 750px){
	.t_product_slide li{
		margin: 0 7px;
	}
	.t_product_slide li:nth-child(odd)::after{
		max-width: 100px;
	}
	.t_product_slide .slide_left, .t_product_slide .slide_right{
		width: 45px;
	}
}





/*===料金・入居について==============================*/
.t_guide .img{
	position: relative;
}
.t_guide .img img.deco{
	border-radius: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	width: 34%;
	max-width: 140px;
	pointer-events: none;
}



/*===フッター==============================*/
footer{
	border-radius: 20px 20px 0 0;
	background-color: #FFDDB3;
}

.footer_middle{
	padding: 60px 0;
}
.footer_middle .inner{
	position: relative;
	z-index: 1;
}
.footer_middle .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_middle .flex .text{
	position: relative;
	z-index: 1;
	width: 380px;
}
.footer_middle .flex .map{
	width: calc(100% - 380px);
	max-height: 300px;
	border-radius: 10px;
	overflow: hidden;
}
footer h3{
	width: 80%;
	max-width: 180px;
	margin-bottom: 20px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle .info{
	margin-bottom: 20px;
}
.footer_middle .info p{
	line-height: 1.9;
	font-size: 0.95rem;
	margin-bottom: 5px;
}
.footer_middle .info p:last-child{
	margin-bottom: 0 !important;
}
.footer_middle .info p a{
	text-decoration: underline;
	color: #FF8C00;
}
.footer_middle .info p a:hover{
	opacity: 0.6;
	text-decoration: none;
}

.footer_middle .btn_wrap{

}
.footer_middle .btn_wrap .btn{
	margin-bottom: 10px;
	width: 80%;
	max-width: 200px;
}
.footer_middle .btn_wrap .btn:last-child{
	margin-bottom: 0 !important;
}
.footer_middle .btn_wrap .btn a{
	display: block;
	width: 100%;
	background-color: #FF8C00;
	border: 2px solid #FF8C00;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 2px 0;
}
.footer_middle .btn_wrap .btn a:hover{
	background-color: #fff;
	color: #FF8C00;
}
.footer_middle .btn_wrap .btn:nth-child(2) a{
	background-color: #ffcc00;
	border-color: #ffcc00;
}
.footer_middle .btn_wrap .btn:nth-child(2) a:hover{
	background-color: #fff;
	color: #ffcc00;
}

.footer_middle img.bg{
	display: block;
	width: 60%;
	max-width: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	opacity: 0.8;
	pointer-events: none;
}

.footer_bottom{
	background: #FF8C00;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.08em;
}

@media (max-width: 750px){
	.footer_middle{
		text-align: center;
	}
	.footer_middle .flex{
		display: block;
	}
	.footer_middle .flex .text{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_middle .flex .map{
		width: 100%;
	}
	footer h3{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.footer_middle .btn_wrap .btn{
		margin: 0 auto;
		margin-bottom: 10px;
	}
}
@media (max-width: 450px){
	.footer_middle{
		padding: 60px 0 20px;
	}
	.footer_middle img.bg{
		width: 90%;
		max-width: none;
		bottom: 0;
		opacity: 0.6;
	}
	.footer_bottom{
		font-size: 0.9rem;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #ffcc00;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	background-color: #fff;
}
.kasou_top .inner{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	max-width: none;
	padding: 130px 0;
	clip-path: ellipse(100% 60% at 50% 40%);
}
.kasou_top .inner::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f9f3e6;
    opacity: 0.5;
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	text-shadow: #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
	color: #FF8C00;
}
@media (max-width: 1200px){
	.kasou_top .inner{
		padding: 200px 0 100px;
	}
}
@media (max-width: 750px){
	.kasou_top .inner{
		padding: 140px 0 60px;
	}
	.kasou_top h2{
		font-size: 2rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.7rem;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
	background-color: #fff;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 0 15px;
	border-radius: 3px;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
	color: #FF8C00;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #FF8C00;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}
@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.7rem;
	}
}


/*===施設紹介ページ==============================*/
.feature .flex{
	display: flex;
	justify-content: space-between;
}
.feature .flex .box{
	width: 32%;
}
.feature .flex .box .img{
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	width: 80%;
	max-width: 260px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.feature .flex .box .img::after{
	content: '';
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: rgb(255, 255, 255) 3px 3px 6px 0px inset, rgba(255, 255, 255) -3px -3px 6px 1px inset;
	pointer-events: none;
	z-index: 1;
	border-radius: 50%;
}
.feature .flex .box .img img{
	height: 100%;
	object-fit: cover;
}
.feature .flex .box .text h3{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.4rem;
	color: #FF8C00;
	letter-spacing: 0.08em;
}
@media (max-width: 960px){
	.feature .flex{
		display: block;
	}
	.feature .flex .box{
		width: 100%;
		margin-bottom: 40px;
	}
	.feature .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}



.facility{
}

.facility .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.facility .flex .item{
	width: calc(100% / 2 - 8px);
	margin: 4px;
	margin-bottom: 20px;
}
.facility .flex .item a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	border-radius: 10px;
}
.facility .flex .item a::before{
	content: '';
    display: block;
    padding-top: 70%;
}
.facility .flex .item a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.facility .flex .item a:hover img{
	transform: scale(1.1);
}
.facility .flex .item p.sub{
	text-align: center;
	margin-top: 3px;
}
.facility .flex .item p.detail{
	font-size: 0.9em;
}
@media (max-width: 750px){
	.facility .flex .item p{
		font-size: 0.9rem;
	}
}
@media (max-width: 450px){
	.facility .flex .item{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
}







.cooperate{
}
.cooperate::before{
	content: '';
	width: 50%;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 0;
	right: 5%;
	background-image: url(../img/bg_deco01.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.6;
}
@media (max-width: 750px){
	.cooperate::before{
		width: 90%;
		bottom: 100px;
		opacity: 0.4;
	}
}

.cooperate .flex{
}
.cooperate .flex .box{
	margin-bottom: 40px;
}
.cooperate .flex .box:last-child{
	margin-bottom: 0 !important;
}
.cooperate .flex .box .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cooperate .flex .box .wrap .map{
	width: 40%;
	border-radius: 10px;
	overflow: hidden;
}
.cooperate .flex .box .wrap .text{
	width: 56%;
}
.cooperate .flex .box .wrap .text .info p{
	line-height: 1.9;
	margin-bottom: 10px;
}
.cooperate .flex .box .wrap .text .info p:last-child{
	margin-bottom: 0 !important;
}
.cooperate .flex .box .wrap .text .info p span.sub{
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #FF8C00;
	color: #fff;
	padding: 0 20px;
	border-radius: 5px;
	margin-bottom: 3px;
}
@media (max-width: 750px){
	.cooperate .flex .box .wrap{
		display: block;
	}
	.cooperate .flex .box .wrap .map{
		width: 100%;
	}
	.cooperate .flex .box .wrap .text{
		width: 100%;
		margin-bottom: 20px;
	}
	.cooperate .flex .box .wrap .text .info p span.sub{
		display: block;
		width: -moz-fit-content;
		width: fit-content;
		background-color: #FF8C00;
		color: #fff;
		padding: 0 20px;
		border-radius: 5px;
		margin-bottom: 3px;
	}
}


/*===入居・料金案内ページ==============================*/
.process_container .wrapper{
	margin-bottom: 30px;
}
.process_container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.process_container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.process_container .wrapper .flex .img{
	width: 400px;
}
.process_container .wrapper .flex .text{
	width: calc(100% - 440px);
}
@media (max-width: 960px){
	.process_container .wrapper .flex .img{
		width: 300px;
	}
	.process_container .wrapper .flex .text{
		width: calc(100% - 340px);
	}
}
@media (max-width: 750px){
	.process_container .wrapper{
		margin-bottom: 40px;
	}
	.process_container .wrapper .flex{
		display: block;
	}
	.process_container .wrapper .flex .img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.process_container .wrapper .flex .text{
		width: 100%;
	}
}


.requirement .deco{
	display: block;
	width: 40%;
	max-width: 300px;
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: -1;
	opacity: 0.5;
}
.requirement h3.lede{
	color: #FF8C00;
	font-weight: 700;
	letter-spacing: 0.15em;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
@media (max-width: 750px){
	.requirement h3.lede{
		text-align: center;
		font-size: 1.3rem;
	}
}



.fee h3.lede{
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.fee h3.lede span{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}
@media (max-width: 750px){
	.fee h3.lede{
		text-align: center;
		font-size: 1.6rem;
	}
}



/*===みいまでの暮らしページ==============================*/
.schedule .deco{
	display: block;
	width: 40%;
	max-width: 400px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
	opacity: 0.5;
}

.time_line{
}
.time_line .wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.time_line .wrap:last-child{
	margin-bottom: 0 !important;
}
.time_line .wrap .img{
	width: 48%;
}
.time_line .wrap .text{
	width: 48%;
}
.time_line .wrap .text ul.list{
}
.time_line .wrap .text ul.list li{
	border-bottom: 2px dashed #eee;
	padding: 10px 0;
}
.time_line .wrap .text ul.list li:first-child{
	padding-top: 0;
}
.time_line .wrap .text ul.list li span.num{
	display: inline-block;
	background-color: #FF8C00;
	border-radius: 500px;
	margin-right: 10px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	width: 80px;
	letter-spacing: 0.1em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}
@media (max-width: 750px){
	.time_line .wrap{
		flex-direction: column;
	}
	.time_line .wrap.reverse{
		flex-direction: column-reverse;
	}
	.time_line .wrap .img{
		width: 100%;
		margin-bottom: 15px;
	}
	.time_line .wrap .text{
		width: 100%;
	}
}





.gallery_container{
}
.gallery_container .wrapper{
	margin-bottom: 100px;
}
.gallery_container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.gallery_container .wrapper .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.gallery_container .wrapper .flex .item{
	width: calc(100% / 4 - 8px);
	margin: 4px;
	margin-bottom: 20px;
}
.gallery_container .wrapper .flex .item a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	border-radius: 10px;
}
.gallery_container .wrapper .flex .item a::before{
	content: '';
    display: block;
    padding-top: 70%;
}
.gallery_container .wrapper .flex .item a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.gallery_container .wrapper .flex .item a:hover img{
	transform: scale(1.1);
}
.gallery_container .wrapper .flex .item p{
	text-align: center;
	margin-top: 3px;
}
@media (max-width: 960px){
	.gallery_container .wrapper{
		margin-bottom: 60px;
	}
	.gallery_container .wrapper .flex .item{
		width: calc(100% / 2 - 8px);
	}
}
@media (max-width: 450px){
	.gallery_container .wrapper .flex .item p{
		font-size: 0.8rem;
	}
}




/*アコーディオン*/
.faq_accordion{
}
.faq_accordion li.item{
	margin-bottom: 15px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
}
.faq_accordion li.item h3{
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    padding: 25px;
	padding-left: 50px;
    transition: all .5s ease;
}
.faq_accordion li.item h3::before,
.faq_accordion li.item h3::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #ffcc00;
}
.faq_accordion li.item h3::before{
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}
.faq_accordion li.item h3::after{    
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}
.faq_accordion li.item h3.close::before{
	transform: rotate(45deg);
}
.faq_accordion li.item h3.close::after{
	transform: rotate(-45deg);
}
.faq_accordion li.item .text{
    display: none;
    background: #f9f3e6;
	margin: 20px;
	margin-top: 0;
    padding: 20px;
	border-radius: 5px;
}
@media (max-width: 750px){
	.faq_accordion{
		display: block;
	}
	.faq_accordion li.item{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.faq_accordion li.item:last-child{
		margin-bottom: 0 !important;
	}
	.faq_accordion li.item .text{
		margin: 15px;
		margin-top: 0;
		padding: 15px;
	}
}



/*===会社概要ページ==============================*/
.about_lede{
}
.about_lede .tail{
	text-align: right;
	margin-top: 20px;
}

.about_lede::before{
	content: '';
	width: 50%;
	aspect-ratio: 1 / 1;
	position: absolute;
	bottom: 0;
	left: 10%;
	background-image: url(../img/bg_deco01.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.6;
}
@media (max-width: 750px){
	.about_lede::before{
		width: 90%;
		bottom: 100px;
		opacity: 0.4;
	}
}


.access p i{
	color: #add4ff;
}
.access .map{
	border-radius: 10px;
}


.recruit .container .wrapper{
	margin-bottom: 80px;
}
.recruit .container .wrapper:last-child{
	margin-bottom: 0 !important;
}


/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	background-color: #f9f3e6;
	padding: 20px 0 25px;
	border-radius: 10px;
}
.contact .tel_contact a{
	display: inline-block;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	white-space: nowrap;
	color: #FF8C00;
}
.contact .tel_contact a span{
	display: inline-block;
	text-transform: capitalize;
	font-size: 0.8em;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: 0.9rem;
	letter-spacing: 0.15em;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
		letter-spacing: 0.05em;
	}
}



/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row span.hissu{
	color: #fff;
	background: #FF8C00;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #FF8C00;
	border: 1px solid #FF8C00;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #FF8C00;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #FF8C00;
    border-bottom: 3px solid #FF8C00;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #FF8C00;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #FF8C00;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #f9f3e6;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #FF8C00;
	font-size: 0.9rem;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

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