﻿@charset "UTF-8";
/*==========================================
 PC［1024px~］
===========================================*/
/*------------
mainArea
------------*/
#mainArea {
	padding-top: clamp(3rem, 5vw, 8rem);
	background-image: none;
	position: relative;
}
#mainArea:before {
	content: '';
	position: absolute;
	top: 5%;
	right: 0;
	width: min(70%, 380px);
	height: min(40%, 180px);
	background-image: url("../images/main-img-hanamizuki.png");
	background-size: cover;
}
.mainImg{
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 10px;
}
#mainArea .col_2.main{
	margin: 2em 0;
	flex-direction: row-reverse;
}
#mainArea .col_2 > div{
	position: relative;
}
.ttlImg{
	width :min(80%, 280px);
	height: auto;
	position: absolute;
	top: -35%;
	right: 5%;
}
#mainArea h2{
	font-size: clamp(2.5rem, 4vw, 3.5rem);
	position: relative;
	display: inline-block;
}
#mainArea h2:after{
	content: '';
	width: 100%;
	height: .5em;
	background: var(--main-color);
	position: absolute;
	bottom: -.15em;
	left: -.25em;
	opacity: .3;
}
.checkList{
	margin-top: 2em;
}
.checkList li{
	padding: 0  0 .5em 30px;
	position: relative;
}
.checkList li:before {
  content: '';
	width: 25px;
	height: 25px;
	background-image: url("../images/icon-checkList.svg");
	position: absolute;
	top: 5px;
	left: 0;
}
/*------------
コンテンツ用
------------*/
/*===見出し===*/
:is(#accessArea,#priceArea,#aboutArea,#linen,#provisionArea,#facilitiesArea,#lifeArea,#cooperationArea,#recruit,#aboutAreaa) .inner h2{
	padding-top: 1.75em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
	position: -webkit-sticky;
	position: sticky;
	top: 1em;
}
/*長音記号*/
.tyououn{
	display: inline-block;
	transform:rotate(90deg) translateY(-5px) translateX(5px); 
}
/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
:is(#accessArea,#priceArea,#aboutArea,#linen,#provisionArea,#facilitiesArea,#lifeArea,#cooperationArea,#recruit) .inner h2{
	letter-spacing: -.25em;
  }
}
/*firefox*/
@-moz-document url-prefix() {
:is(#accessArea,#priceArea,#aboutArea,#linen,#provisionArea,#facilitiesArea,#lifeArea,#cooperationArea,#recruit) .inner h2{
	letter-spacing: 0em;
  }
.tyououn{
	transform:rotate(0) translateY(0) translateX(3px); 
}
}
/*Safari*/
::-webkit-full-page-media, :future, :root
:is(#accessArea,#priceArea,#aboutArea,#linen,#provisionArea,#facilitiesArea,#lifeArea,#cooperationArea,#recruit) .inner h2{
	letter-spacing: 0em;
  }
::-webkit-full-page-media, :future, :root
.tyououn{
	transform:rotate(90deg) translateY(0) translateX(2px); 
}
/*h2見出しアイコン*/
:is(#accessArea,#priceArea,#aboutArea,#linen,#provisionArea,#facilitiesArea,#lifeArea,#cooperationArea,#recruit,#aboutAreaa) .inner h2:before{
	margin: auto;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#accessArea .inner h2:before{
	content: url("../images/menu-icon1.svg");
}
#priceArea .inner h2:before{
	content: url("../images/menu-icon2.svg");
}
#aboutArea .inner h2:before{
	content: url("../images/menu-icon3.svg");
}
#linen .inner h2:before{
	content: url("../images/menu-icon9.png");
}
#provisionArea .inner h2:before{
	content: url("../images/menu-icon4.svg");
}
#facilitiesArea .inner h2:before{
	content: url("../images/menu-icon5.svg");
}
#lifeArea .inner h2:before{
	content: url("../images/menu-icon6.svg");
}
#cooperationArea .inner h2:before{
	content: url("../images/menu-icon7.png");
}
#recruit .inner h2:before{
	content: url("../images/menu-icon8.png");
}

:is(#accessArea,#priceArea,#aboutArea,#linen,#provisionArea,#facilitiesArea,#lifeArea,#cooperationArea,#recruit,#aboutAreaa) .inner h3{
	margin: 2em 0 .5em;
	padding: .35em .5em;
	background: rgba(220,234,212,.4);
}
:is(#accessArea,#priceArea,#aboutArea,#linen,#provisionArea,#facilitiesArea,#lifeArea,#cooperationArea,#recruit,#aboutAreaa) .inner :is(h3,h4):first-child{
	margin-top: 0;
}
:is(#accessArea,#priceArea,#aboutArea,#linen,#provisionArea,#facilitiesArea,#lifeArea,#cooperationArea,#recruit,#aboutAreaa) .inner h4{
	margin: 1em 0 .75em;
	padding: .35em .5em;
	border-top: solid 1px var(--sub-color);
	border-bottom: solid 1px var(--sub-color);
}
/*===END 見出し===*/
.contentBox{
	width: calc(100% - 5em);
}
/*------------
accessArea
------------*/
#accessArea iframe{
	margin-bottom: 2em;
	width: 100%;
	height: 250px;
	border-radius: 10px;
}
/*------------
priceArea
------------*/
.priceTable th{
	width: 40%!important;
}
.priceTable td:last-child{
	width: 40%;
}
/*------------
aboutArea
------------*/
#aboutArea .col_2.about{
	margin: 2em 0 0;
}
#aboutArea .col_2.about >div{
	position: relative;
}
#aboutArea .col_2.about >div:before{
	margin: 0 auto;
	content: '';
	width: 130px;
	height: 120px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: right;
	z-index: -1;
}
#aboutArea .col_2.about >div:nth-child(1)::before{
	background-image: url("../images/about/top-about-01.svg");
}
#aboutArea .col_2.about >div:nth-child(2)::before{
	background-image: url("../images/about/top-about-02.svg");
}
#aboutArea .col_2.about >div:nth-child(3)::before{
	background-image: url("../images/about/top-about-03.svg");
}
#aboutArea .col_2.about >div:nth-child(4)::before{
	background-image: url("../images/about/top-about-04.svg");
}
#aboutArea h3{
	margin-bottom: 1.5em;
	padding-top:4em;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	text-align: center;
}

provisionArea
------------*/
#provisionArea .text_large{
	margin: 3em auto 2em;
}
.toiawaseimg{
	margin: 0 auto;
	width: 200px;
	height: auto;
	display: block;
}
.flowList{
	margin: 2em 0;
	text-align: center;
}
.flowList li{
	margin: 0 auto;
	width: min(100%,350px);
	margin-bottom: 2em;
	padding: clamp(.5em, 2vw, 1em);
	border-radius: 30px;
	background: var(--bg-color-pink);
}
main ol.flowList > li::before {
	content: counter(count) "";
	left: 1.5em;
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 1.4;
}
.flowList li:not(:last-child):after{
	content: '';
	margin: 0 auto;
	width: 5px;
	height: 2em;
	background: var(--bg-color-pink);
	position: absolute;
	bottom: -2em;
	right: 0;
	left: 0;
}
#provisionArea thead th:first-child{
	width: 30%;
}
#provisionArea thead th:nth-child(2){
	width: 20%;
}
#provisionArea thead th:last-child{
	width: 50%;
}
#provisionArea table td[data-label="受入対応"]{
	text-align: center;
}
/*------------
facilitiesArea
------------*/
.heimenzu{
	padding: 1em;
	background: #fff;
	border-radius: 10px;
}
#facilitiesArea .col_2{
	margin-top: 3em;
}
#facilitiesArea .col_2 img{
	margin-bottom: .5em;
}
/*------------
lifeArea
------------*/
.meal{
	font-weight: bold;
	color: var(--sub-color);
	text-align: center;
	position: relative;
}
.meal:before{
	padding-right: .5em;
	content: '＼';
}
.meal:after{
	padding-left: .5em;
	content: '／';	
}
/*------------
linen
------------*/
.keieilinen{
	padding: 1em;
	background: #fff;
	border-radius: 10px;
}
#linen .col_2{
	margin-top: 3em;
}
#linen .col_2 img{
	margin-bottom: .5em;
}
/*==========================================
 tb［540px-1024px以下］
===========================================*/
@media screen and (max-width: 1024px) {
	/*------------
	mainArea
	------------*/
	#mainArea .col_2 > div{
		width: 100%;
	}
	.ttlImg{
	top: -240px;
	width: min(80%, 200px);
	filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 2px #fff);
	}
	#mainArea::before {
	top: 0;
	}
	#mainArea h2{
		background: linear-gradient(transparent 70%, rgba(248,191,191,.3) 0%);
		display: inline;
	}
	#mainArea h2:after{
		background: none;
	}
	/*------------
	priceArea
	------------*/
	.priceTable th,.priceTable td:last-child{
		width: 100%!important;
	}
}
/*==========================================
 sp［540px以下］
===========================================*/
@media screen and (max-width: 540px) {
	/*------------
	mainArea
	------------*/
	.mainImg {
  	height: 300px;
	}
	.checkList {
	  margin-bottom: 0;
	}
	:is(#accessArea, #priceArea, #aboutArea, #linen #provisionArea, #facilitiesArea, #lifeArea,#cooperationArea,#recruit) .inner h2 {
	  line-height: 1;
	}
	/*------------
	コンテンツ
	------------*/
	.contentBox{
	margin-left: auto;
	}
	
}
aboutAreaa
------------*/
#aboutAreaa .col_2.about{
	margin: 2em 0 0;
}
#aboutAreaa .col_2.about >div{
	position: relative;
}
#aboutAreaa .col_2.about >div:before{
	margin: 0 auto;
	content: '';
	width: 130px;
	height: 120px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: right;
	z-index: -1;
}
#aboutAreaa .col_2.about >div:nth-child(1)::before{
	background-image: url("../images/about/top-about-01.svg");
}
#aboutAreaa .col_2.about >div:nth-child(2)::before{
	background-image: url("../images/about/top-about-02.svg");
}
#aboutAreaa .col_2.about >div:nth-child(3)::before{
	background-image: url("../images/about/top-about-03.svg");
}
#aboutAreaa .col_2.about >div:nth-child(4)::before{
	background-image: url("../images/about/top-about-04.svg");
}
#aboutAreaa h3{
	margin-bottom: 1.5em;
	padding-top:4em;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	text-align: center;
}
/*------------