@charset "UTF-8";
/* CSS Document */
@media (min-width: 960px){
	.sptb,.navToggle{
		display: none !important;
	}	
}
@media (min-width: 750px){
	.sp{
		display: none !important;
	}	
}
body{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	color: #736357;
}

a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
	line-height: 200%;
}
p{
	line-height: 200%;
}

.img{
	align-self: flex-end;
}

a.anchor{
	display: block;
	 padding-top: 110px; 
    margin-top: -110px; 
}
@media (max-width: 750px){
	
a.anchor{
	 padding-top: 70px; 
    margin-top: -70px; 
}
}
span.ib{
	display: inline-block!important;
}
/* スペース調整======================================== */
.w1300{
	max-width: 1150px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.w1000{
	max-width: 960px;
	margin: auto;
}
.w900{
	max-width: 900px;
	margin: auto;
}
.h70{
	height: 70px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.wrap80{
	padding: 0 30px;
}

/* 背景======================================================= */
.bg_light{
	background-color: #fffaf0; 
}

.bg_in_w{
	background:rgba(255,255,255,0.75);
	padding: 50px 20px;
}
.bg_point01{
	background: url("../img/bg_img02l.png") no-repeat;
	background-position: right 15px bottom 0;
	background-size: auto;
}
.bg_point02{
	background: url("../img/bg_img03r.png") no-repeat;
	background-position: left 15px bottom 0;
	background-size: auto;
}
.bg_texture{
	background: url("../img/bg_texture01.jpg") repeat;
	background-size: 350px;
}
/* ボタン　================================================== */
.button_wrap{
	display: block;
	margin: 0 0 0 auto;
	width: 90%;
	max-width: 300px;
	font-size: 1.1em;
}
.button_wrap_center{
	display: block;
	margin: auto;
	width: 90%;
	max-width: 300px;
	font-size: 1.1em;
}
a.btn02{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
	width: 100%;
	background: #e22d95;
	color: #fff;
	border-radius: 30px;
	font-weight: 500;
}

a.btn02 span {
	position: relative;
	z-index: 3;
	color:#fff;
}
a.btn02:hover span{
	color:#fff;
	transition: ease .2s;
}
.bgleft_w:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#000;
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/* 見出し　==================== */

.txt_lv02{
	width: fit-content;
	font-size: 2em;
	letter-spacing: 0.1em;
	margin: 0 auto 30px;
	padding: 1.2rem 1rem 1.2rem 3rem;
	background: url("../img/bg_txt01.png") no-repeat;
	background-size: auto 100%;
}

.txt_lv03{
	text-align: left;
	font-size: 1.2em;
	letter-spacing: 0.12em;
	line-height: 150%;
	border-bottom: solid 3px #e22d95;
	vertical-align: middle;
	margin-bottom: 1em;
}

.txt_lv03 img{
	width: 1em;
	vertical-align: middle;
	margin-bottom: 0.25em;
	margin-right: 0.25em;
}
.txt_lv03 span{
	font-size: 70%;
}

.txt_lv04{
	text-align: left;
	font-size: 1.2em;
	letter-spacing: 0.12em;
	line-height: 150%;
	font-weight: 500;
}
.txt_lv04::first-letter{
	font-size: 150%;
	color: #e22d95;
}
.txt_lv04 span{
	display: inline-block;
}
.txt_lv06{
	text-align: left;
	font-size: 1.5em;
	letter-spacing: 0.12em;
	line-height: 150%;
	border-bottom: solid 3px #06A800;
	vertical-align: middle;
	margin-bottom: 1em;
}
.txt_lv06 img{
	width: 1em;
	vertical-align: middle;
	margin-bottom: 0.25em;
	margin-right: 0.25em;
}
.txt_lv06 span{
	font-size: 80%;
}
.txt_lv05{
	background: #fffaf0;
	border-left: 15px solid #e22d95;
	vertical-align: middle;
	font-size: 1em;
	padding: 0.5rem;
}
.txt_catch{
	text-align: left;
	font-size: clamp(1.5rem, 1.1561rem + 1.2227vw, 2.2rem);
	letter-spacing: 0.12em;
	line-height: 180%;
	font-weight: 700;
	margin-bottom: 1em;
}
.txt_catch span{
	color: #e22d95;
	font-size: 120%;
}
.txt_catch02{
	font-size: clamp(1.3rem, 1.1561rem + 1.2227vw, 1.6rem);
}
.txt_catch03{
	font-size: 1.2rem;
	font-weight: 700;
}

.txt_point01{
	background:linear-gradient(transparent 60%, #ff6 60%);
	font-weight: 700;
}
.txt_point02{
	color: #e22d95;
	font-weight: 700;
	font-size: 110%;
}
.txt_point03{
	color: #06A800;
	font-weight: 700;
	font-size: 110%;
}

/* Loading背景画面設定　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#f5f5f5;
	text-align:center;
}

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

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:250px;
}

/* ヘッダー　======================================== */
header{
	position: relative;
	width: 100%;
	z-index: 11;
}
header .change{
	background: rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 70px;
    transition: .5s;
	z-index: 9;
}
header .change.transform{
    background: rgba(255,255,255,0.0);
	height: 50px;
}
.header_title{
	position: fixed;
	top: 0;
	left: 10px;
}
.header_title h1 img{
	width: 400px;
	transition: .5s;
}
.header_title.resize h1 img{
	width: 300px;
}

.sub .header_title h1 img{
	transition: .5s;
}
.sub .header_title.resize h1 img{
	filter: none;
}

/* ヘッダー問い合わせボタン　================================================== */

.header_btn{
	position: fixed;
	top:0;
	right: 0;
	font-weight: 600;
	z-index: 100;
}
.tel_header{
	display:block;
	text-align: center;
	width: 250px;
	height: 40px;
	position: relative;
	margin-right: 30px;
}
.tel_header a{
	display:block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 40px;
	background-color:#fff0fa;
	color:#736357;
	padding: 0.3em;
	border-top: dashed 2px #998675;
	border-bottom: dashed 2px #998675;
	border-left: dashed 2px #998675;
	border-right: dashed 2px #998675;
	border-radius: 10px;
	box-shadow: 0 0 0 8px #fff0fa,2px 2px 2px 8px rgba(0,0,0,0.2);
}
/*--==
.tel_header::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color:#736357;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
==--*/
.tel_header a:hover{
	background:#DDFFBF;
	box-shadow: 0 0 0 8px #DDFFBF,2px 2px 2px 8px rgba(0,0,0,0.2);
	transition: .5s;
}
.tel_header:hover::after{
	right: 10px;
	transition: .5s;
}
.tel_header2{
	display:block;
	text-align: center;
	width: 250px;
	height: 40px;
	position: relative;
	margin-right: 30px;
}
.tel_header2 a{
	display:block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 40px;
	background:#DDFFBF;
	color:#736357;
	border-top: dashed 2px #998675;
	border-bottom: dashed 2px #998675;
	border-left: dashed 2px #998675;
	border-right: dashed 2px #998675;
	box-shadow: 0 0 0 8px #DDFFBF,2px 2px 2px 8px rgba(0,0,0,0.2);
	padding: 0.3em;
	border-radius: 10px;
}
/*--==
.tel_header2::after{
	color: #736357;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
==--*/
.tel_header2 a:hover{
	background-color:#fff0fa;
	box-shadow: 0 0 0 8px #fff0fa,2px 2px 2px 8px rgba(0,0,0,0.2);
	transition: .5s;
}
.tel_header2:hover::after{
	right: 10px;
	transition: .5s;
}

/* グローバルナビ　================================================== */
.main_nav.change{
	position: sticky;
	top:0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,0.0);
	transition: .5s;
}
.main_nav.change.transform{
	height: 130px;
	background: rgba(255,255,255,1.0);
}
.main_nav.change .nav_moveline {
	width: 100%;
	max-width: 960px;
	height: 80px;
	padding-top: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}
.main_nav.change.transform .nav_moveline{
	height: 130px;
	padding-top: 50px;
}

.nav_moveline ul {
	max-width: 960px;
	display: flex;
	padding: 0;
	margin: 0 auto;
}
.nav_moveline ul li {
	flex: 1;
	list-style: none;
	text-align: center;
	position: relative;
	padding-top: 10px;
	font-size: 1.1em;
	font-weight: 700;
	transition: 0.5s ease;
	cursor: pointer;
	user-select: none;
}
.nav_moveline ul li i{
	font-size: 150%;
}
.nav_moveline ul li img{
	width: 1.6em;
	vertical-align: middle;
}
.nav_moveline ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #736357;
	text-decoration: none;
}
.nav_moveline ul li:hover a {
	background-color: rgba(255, 255, 255, 0);
	color: #e22d95;
}
.nav_moveline ul li:hover:nth-of-type(1) ~ .bar {
  	left: 0%;
}
.nav_moveline ul li:hover:nth-of-type(2) ~ .bar {
	left: 16.5%;
}
.nav_moveline ul li:hover:nth-of-type(3) ~ .bar {
	left: 33%;
}
.nav_moveline ul li:hover:nth-of-type(4) ~ .bar {
	left: 52%;
}
.nav_moveline ul li:hover:nth-of-type(5) ~ .bar {
	left: 70%;
}
.nav_moveline ul li:hover:nth-of-type(6) ~ .bar {
	left: 85.5%;
}
.nav_moveline ul .bar {
	width: 13%;
	background-color: transparent;
	height: 1px;
	border-bottom: dashed 3px #998675;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s ease;
}
/**/
.p02 .nav_moveline ul .bar{
	left: 16.5%;
}

/**/
.p03 .nav_moveline ul .bar{
	left: 33%;
}

/**/
.p04 .nav_moveline ul .bar{
	left: 52%;
}
/**/
.p05 .nav_moveline ul .bar{
	left: 70%;
}
.p06 .nav_moveline ul .bar{
	left: 85.5%;
}



/* スライダー　======================================== */
.slide_wrap{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	min-height: 600px;
	overflow: hidden;
	background: url("../img/bg_img01t.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	
}
.slider{
	height: calc(100vh - 200px);
	position: absolute;
	top: 100px;
	left: 30%;
	width: 65%;
	border-radius: 50px;
}
.top_copy{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
}
.catch_wrap .catch_img01{
	position: absolute;
	width: calc(100% - 30px);
	max-width: 600px;
	bottom: 40%;
	left:0;
}
.catch_wrap .catch_img02{
	position: absolute;
	width: calc(100% - 30px);
	max-width: 600px;
	bottom: 25%;
	left:50px;
}
.catch_wrap .catch_img01 img,
.catch_wrap .catch_img02 img{
	width: 100%;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
}
.catch_wrap .catch_img02 img{
	transform: rotate(-4deg);
}



/* 最大表示幅枠　======================================== */
.wrapper{
	max-width: 1960px;
	margin: auto;
	padding: 0;
	background-color:#fff;
	background-image: url("../img/bg_img01b.png") ;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom left;
}
/* 新着情報 ================================================== */



/* 各コンテンツ基本　======================================== */
.contents{
	padding: 40px 0;
	width: 100%;

}
.contents_s{
	padding: 70px 0;
	width: 100%;
	background-image: url("../img/bg_img05.png");
	background-size: cover;

}
.contents_in{
	max-width: 960px;
	margin: auto;
}
.contents_in_wide{
	max-width: 1600px;
	margin: auto;
	padding: 0 15px;

}
.contents_h{
	padding: 70px 0;
	width: 100%;
	background-image: url("../img/bg_img01b.png") ;
	background-color:#fff;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom left;
}
.contents_in{
	max-width: 960px;
	margin: auto;
}
.contents_in_wide{
	max-width: 1300px;
	margin: auto;
	padding: 0 15px;
}
/* flexbox======================================== */
.flex_contents{
	display: flex;
	align-items: center;
}
/* flexbox　photo======================================== */
.photo_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.photo_flex div{
	width: 100%;
	padding: 10px;
}
.photo_flex div img{
	width: 100%;
}
/* flexbox======================================== */
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.card001 figure{
	width: calc(100% / 4 - 20px);
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
}
.card001 figure img{
	width: 100%;
	padding: 15px;
	aspect-ratio: 1/ 1;
	object-fit: cover;
	background: url("../img/bg_txt03.png") no-repeat;
	background-size: cover;
}

.card001 figure h4{
	text-align: center;
	font-size: 1em;
	background: #06A800;
	color: #fff;
	padding: 0.25em;
	border-radius: 30px;
	margin: 0.25em 0;
}
.card001 figure p{
	line-height: 150%;
}

.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}

.card002 div{
	width: 100%;
	padding: 10px;
}

.card002 div img{
	width: 100%;
	padding: 5px;
	margin: auto;
}
.card002 .txt{
	padding: 10px 1%;
}
.card002 .txt5{
	padding: 10px 3%;
}
.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 .img{
	width: 300px;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	padding: 0 10px;
	flex: 1;
}
.card004{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.card004 figure{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
}
.card004 figure img{
	width: 100%;
	padding: 15px;
	aspect-ratio: 1/ 1;
	object-fit: cover;
	background-size: cover;
}
.card004 figure h4{
	text-align: center;
	font-size: 1.1em;
	background: #e22d95;
	color: #fff;
	padding: 0.25em;
	border-radius: 30px;
	margin: 0.25em 0;
}
.card004 figure p{
	line-height: 150%;
}
.card005{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.card005 figure{
	width: calc(100% / 4 - 20px);
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
}
.card005 figure img{
	width: 100%;
	padding: 15px;
	aspect-ratio: 1/ 1;
	object-fit: cover;
	background-size: cover;
}
.card005 figure h4{
	text-align: center;
	font-size: 1.1em;
	background: #e22d95;
	color: #fff;
	padding: 0.25em;
	border-radius: 30px;
	margin: 0.25em 0;
}
.card005 figure p{
	line-height: 150%;
}


.li_type01{
	padding: 1em;
}

.li_type01 li{
	font-weight: 700;
	margin-bottom: 0.5em;
	border-bottom: dashed 1px #ccc;
}
.li_type01 li i{
	color: #94e32d;
}
.li_type02{
	display: flex;
	flex-wrap: wrap;
}
.li_type02 li{
	padding: 0.5em ;
	margin-left: 1em;
	margin-bottom: 0.5em;
	background:#e22d95;
	color: #fff;
	font-weight: 500;
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 30px;
	object-fit: cover;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 30px;
	object-fit: cover;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

/* ボタン　================================================== */

.btn{
	display:block;
	text-align: center;
	width: 250px;
	margin: 30px auto;
	height: 45px;
	position: relative;
	font-weight: 700;
	border-radius: 15px;
	
}
.btn a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:#fffaf0;
	color: #736357;
	border: dashed 2px #998675;
	box-shadow: 0 0 0 8px #fffaf0, 2px 2px 2px 8px rgba(0,0,0,0.2);
	line-height: 45px;
	border-radius: 15px;
	vertical-align: middle;
	transition: .3s;
}
.btn::after{
	color: #736357;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.25em);
	right: 15px;
	transition: .3s;
}
.btn a:hover{
	color: #736357;
	background:#fff0fa;
	box-shadow: 0 0 0 8px #fff0fa, 2px 2px 2px 8px rgba(0,0,0,0.2);
}
.btn:hover::after{
	color: #4d4d4d;
	right: 10px;
}
.btn1{
	display:block;
	text-align: center;
	width: 250px;
	margin: 30px auto;
	height: 45px;
	position: relative;
	font-weight: 700;
	border-radius: 15px;
	
}
.btn1 a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:#DDFFBF;
	color: #736357;
	border: dashed 2px #998675;
	box-shadow: 0 0 0 8px #DDFFBF, 2px 2px 2px 8px rgba(0,0,0,0.2);
	line-height: 45px;
	border-radius: 15px;
	vertical-align: middle;
	transition: .3s;
}
.btn1::after{
	color: #736357;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.25em);
	right: 15px;
	transition: .3s;
}
.btn1 a:hover{
	color: #736357;
	background:#fff0fa;
	box-shadow: 0 0 0 8px #fff0fa, 2px 2px 2px 8px rgba(0,0,0,0.2);
}
.btn1:hover::after{
	color: #4d4d4d;
	right: 10px;
}
.contact_btn_wrap{
	width: 100%;
	display: flex;
}


/* ご挨拶　======================================== */
.greeting{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	background-position: right top;
	padding: 50px 0;
	min-height: 600px;
}
.greeting1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	background-position: right top;
	padding: 50px 0;
	min-height: 450px;
}
.bg_img01{
	background: url("../img/bg_greeting.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	min-height: 500px;
	border-radius: 0 50px 50px 0;
}
.bg_img02{
	background: url("../img/access01.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
	min-height: 500px;
	border-radius: 0 50px 50px 0;
}
.bg_img03{
	background: url("../img/slide02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	min-height: 400px;
	border-radius: 0 50px 50px 0;
}


.greeting_in{
	width: 50%;
	padding: 20px 30px 10px;
	align-self: stretch;
}
.txt_wrap_left{
	width: 550px;
	height: 100%;
	margin: 0 auto 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.greeting p{
	font-size: 1em;
	line-height: 200%;
	margin-bottom: 1em;
}

.txt_wrap_right{
	width: 550px;
	height: 100%;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.greeting_btn{
	margin-top: 50px;
}

.bgleft_w:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}


/* リンクコンテンツ ======================================== */

.contents_link {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 3 - 30px);
	margin: 15px;
	height: 350px;
	background: #000;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
figure.effect-chico img {
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	opacity: 0.8;
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 1em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	background: url("../img/corner_br.png") no-repeat;
	background-position: right bottom;
	background-size: auto 180px;
	content: '';
}


figure.effect-chico h4 {
	position: absolute;
	left: 40px;
	top:10%;
	font-size: 1.5em;
	text-align: left;
	color: #fff;
	border-bottom: dashed 5px #fff;
}

figure.effect-chico h5{
	position: absolute;
	color: #fff;
	left: 40px;
	right: 40px;
	top:30%;
	font-size: 1.05rem;
}

figure.effect-chico p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: right;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* フッター部分　================================================== */
footer{
	width: 100%;
	background-color: #fffaf0;
	background-image:
		url("../img/bg_img04.png"),
		url("../img/bg_texture01.jpg");
	background-repeat:
		no-repeat,
		repeat;
	background-size:
		200px,
		400px;
	background-position:
		right 30px bottom 80px,
		center;
	color: #736357;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	box-shadow: -2px 0 5px rgba(0,0,0,0.2);
}
footer::before{
	content: "";
	position: relative;
	display: block;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 1px;
	width: calc(100% - 20px);
	border-bottom: dashed 2px #998675;
	z-index: 2;
	
}
footer h2{
	text-align: center;
}
footer h2 img{
	width: 90%;
	max-width: 400px;
	padding: 10px;
}

.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 20px
}

.link_area ul.footer_nav{
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0px auto 30px;
	max-width: 800px;
}
.link_area ul.footer_nav li{
	font-size: 0.9em;
    font-weight: 700;
    padding: 0.3em;
    text-align: center;
	width: 100%;
}
.link_area ul.footer_nav li a{
	color: #736357;
}
.link_area ul.footer_nav li :hover{
	color:#e22d95;
}

.address{
	font-weight: 500;
	text-align: center;
	font-size:1.2em;
	padding: 10px 0;
}
.address a{
	color: #736357 ;
}
.address a:hover{
	color: #e22d95;
	transition:all .5s;
}
.address span{
	display: inline-block;
}

footer small p{
	color: #fff;
	padding: 0.5em 0;
	margin-top: 50px;
	background: #736357;
	text-align: center;
}
/* footerお問い合わせボタン　================================================== */
.footerbtn_wrap{
	width: 100%;
}
.footerbtn{
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color:rgba(255,255,255,0.0);
	color: #fff;
	padding: 0.5em;
	position: relative;
	border: solid 1px #fff;
	border-radius: 30px;
}
.footerbtn::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.footerbtn:hover{
	color: #000;
	background-color:rgba(255,255,255,1.0);
	transition: .5s;
}
.footerbtn:hover::after{
	right: 10px;
	transition: .5s;
}

/* サブページ ================================================== */

.subtitle{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.sub_copy{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 90%;
	text-align: center;
}
.sub_copy h2{
	font-size:2.5rem;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}
.sub_copy h2 span{
	font-size: 150%;
}



/* アイコン横並び ============================== */
.pict{
	display: flex;
	justify-content: space-around;
	margin: 30px 0;
}
.pict li{
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 1rem;
	line-height: 150%;
}
.pict li img{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #f5f5f5;
	padding: 10px;
	border:solid 1px #8cc63f;
}
.carousel_wrap{
	max-width: 400px;
	width: 100%;
	margin: 20px auto ;
}
.carousel_g {
	width: 100%;
	padding: 0;
	margin: auto;
}
.carousel_g div {
	height: 300px;
	border-radius: 5px;
	overflow: hidden;
	margin: auto;
}
.carousel_g img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.carousel_g .slick-next {
	right: 40px;
	z-index: 50;
}
.carousel_g .slick-prev {
	left: 30px;
	z-index: 50;
}


/* 概要ページ ================================================== */
.rinen{
	padding: 0 20px;
}

.img_left{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 30px 0;
}
.img_right{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 30px 0 30px auto;
}

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #e22d95;
	padding: 1em;
	width: 25%;
	min-width: 9em;
	font-weight: 700;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 1em;
}
.line02 table td i{
	color: #e22d95;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;;
}
.line02 dl dt{
	font-weight: 700;
	display: inline-block;
}
.line02 dl dd{
	margin-left: 1em;
	display: inline-block;
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
.map {
	max-width: 1400px;
	margin: auto;
}
.map iframe{
	vertical-align: middle;
	width: 960px;
	aspect-ratio: 3 / 2;
	
}

ul.note li{
	font-size: 90%;
	text-indent: -1em;
	padding-left: 1em;
}

.access td{
	vertical-align: top;
}

.access th{
	text-align: left;
}

.machine table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.machine table th{
	border: solid 3px #ccc;
	padding: 1em;
	width: 25%;
	min-width: 9em;
	font-weight: 700;
}
.machine table td{
	border-right: solid 3px #ccc;
	border-bottom: solid 3px #ccc;
	border-left: solid 3px #ccc;
	padding: 1em;
	vertical-align: top;
}

/* ながれ ================================================== */
.flow_wrap{
	padding:  0;
}

.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

.flow_txt{
	font-size: 0.8em;
	flex:1;
}
.flow_txt p{
	
}
.flow_txt h3{
	font-size: 1.2em;
	border-bottom: dashed 3px #e22d95;
	margin-bottom: 10px;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#736357 ;
}
/* スタッフ ============================== */
.staff_wrap{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.staff_wrap figure{
	width: calc(100% / 2 - 20px);
	padding: 1em;
	text-align: center;
	background:rgba(255,255,255,0.59);
	border-radius: 10px;
	margin:10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.staff_wrap figure img{
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 50%;
}
.staff_wrap figcaption{
	padding: 10px;
}
.staff_wrap h4{
	font-weight: 700;
	margin-bottom: 0.5em;
}
.staff_wrap dl{
	margin-bottom: 0.5em;
}
.staff_wrap dl dt{
	font-weight: 700;
	color: #e22d95;
}
.staff_wrap dl.s_name{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}
.staff_wrap dl.s_name dd{
	margin-left: 1em;
	font-size: 150%;
}
.staff_wrap dl.s_comment{
	text-align: left;
}

.s_comment dd{
	text-align: left;
	font-size: 0.9em;
}

/* 料金　================================================== */
.table_wrap{
	width: 100%;
	overflow: auto;
}
.col6{
	width: calc((100% - 208px) / 5);
}

.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 15px auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #666;
	background:#fff0fa;
	min-width: 6em;
}


.fee_wrap{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 15px 0;
}
.fee_wrap dl{
	width: calc(100% / 4);
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
.fee_wrap dl dt{
	background: #fff0fa;
	padding: 1em;
	font-weight: 700;
	height: 5em;
}
.fee_wrap dl dd{
	padding: 1em;
	background:rgba(255,255,255,0.49);
}

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

.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
	border-radius: 10px;
    padding: 5px 30px;
	font-size: 1.5em;
    text-align: center;
	margin: 5px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
	color:#06A800;
	font-weight: 700;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background: rgba(6,168,0,0.30);
 	width: 100%;
	height: 100%;
	border-radius: 5px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
#mailform{
	width: 100%;
	padding: 20px;
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 700;
}
#mailform table td{
	padding: 0.5em 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border:solid 1px #ccc;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#e22d95;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 700;
	background:#e22d95;
	color:#fff ;
	border-radius: 30px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	color:#fff ;
	background:#000;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}

label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #e22d95;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}

.txt_small{
	font-size: 80%;
	color: #666;
}

/* アンカーリンク ================================================== */
.anchor_link{
	width: 100%;
	height: 50%;
	position: sticky;
	top:120px;
	background: #e22d95;
	z-index: 10;
}
.anchor_link ul{
	display: flex;
	align-items:center;
	justify-content: center;
	max-width: 960px;
	margin: auto;
}
.anchor_link ul li{
	font-size: 0.9em;
    list-style-type: none;
	text-align: center;
	align-self: stretch;
	width: 200px;
}
.anchor_link ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	color: #fff;
	background: #e22d95;
	transition: .5s;
}
.anchor_link ul li a:hover{
	background: #fff;
	color: #e22d95;
}
.anchor_link ul li.menu_arrow{
	display: none;
}

/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #fff0fa;
	border: dashed 2px #998675;
	box-shadow: 0 0 0 8px #fff0fa ,2px 2px 0 8px rgba(0,0,0,0.2);
	opacity: 0.9;
	z-index: 999;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#736357;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 20px;
	bottom: 0;
	right: 0;
	left: 8px;
	margin: auto;
	text-align: center;
}

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

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

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

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

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li a span{
	display: inline-block;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.menu img{
	object-fit: cover;
	width: 100%;
	padding-bottom: 15px;
	}


a[href*=".pdf"]:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 40px;
	margin-right: 10px;
	background-image: url(../img/anchor-pdf.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80% auto;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider_menu img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	border-radius: 15px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider_menu .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

.img-sp {
    display: none;
}

@media screen and (max-width:960px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}

.banner{
	display: block;
    position: fixed;
    margin: 15px 20px;
    z-index: 888;
    bottom: 80px;
    right: 0;
}
.banner a {
    text-decoration: none;
}

.banner-icon {
    color: #f8f8f8;
    font-size: 40px;
}

.banner-back {
    width: 300px;
    background-color: #fff;
    border-radius: 25px;
}

.banner-top {
    padding: 20px;
    border-radius: 25px 25px 0px 0px;
}

.banner-copy {
    font-size: 18px;
    position: relative;
}
.banner-copy::after {
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    content: '\f054';
    color: #006EB0;
    position: absolute;
    margin-top: 11px;
    top: 0;
    right: 18px;
}

.banner-bottom {
    padding: 25px 0px 30px 0px;
    line-height: 1.6;
}

.banner-body {
    width: 250px;
}
.banner-body img {
    width: 100%;
    object-fit: contain;
}
.banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}
.banner-body img.f_sp{
	display: none;
}
.banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 0 5px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 750px) {
    .banner {
        width: 30%;
        margin: 0px;
		bottom: 90px;
    }
    .banner-icon {
        font-size: 28px;
    }
    .banner-body {
        width: 100px;
        border-radius: 0px;
    }

    .banner-close {
        top: 8px;
        right: 15px;
    }
    .banner-copy-br {
        display: none;
    }
	.banner-body img.f_sp{
		display: block;
	}
	.banner-body img.f_pc{
		display: none;
	}	
}
.t_recruit{
	margin-top: 50px;
}
.t_recruit a{
	 overflow:hidden;
}
.t_recruit img{
	width: 100%;
	object-fit: cover;
}

.t_recruit a img{
	 transform:scale(1.03);
	transition:0.3s;
}

.t_recruit a img:hover{
	transform:scale(1);
	transition:0.3s;
}
@media screen and (max-width: 750px) {
	.t_recruit{
		margin-top: 25px;
	}
}
.price-box{
display: block;
    align-items: flex-start; 
    width: 100%;    
	margin-bottom: 15px;
}
.price{
	width: 100%;       
	margin: 0 auto;
}
.price tbody{
	width: 100%;       
}

.tablew1{
width:300px;  
}
.tablew2{
width:15%;    
}
.tablew3{
width:300px;    
}
.tablew4{
width:25%;    
}

.price th{  
background: #FEEEED;  
padding: 1% ;   
}
.price td{  
background: rgba(255,255,255,0.5);   
padding: 1% ;    
text-align: center; 
border: 1px solid #FEEEED;
}

.price-box2{
    width: 100%;  ;   
}
.price2{
width: 100%;        
}

.price2 th{  
background: #DDFFBF;  
padding: 1% ;   
}

.price2 td{  
background: rgba(255,255,255,0.5);   
padding: 1% ;    
text-align: center; 
border: 1px solid #DDFFBF;
}

.price th span.small,.price2 th span.small{    
 font-size: 0.8em!important;   
}

.price tr:last-child td,.price2 tr:last-child td{
	text-align: left;
}


@media (max-width: 450px){
.price th .small{    
 font-size: 0.6em!important;   
}
.price2 td {
    font-size: 97%;
}	
	.price2 td span.small{
		font-size: 70%;
	}
	
}
