/*

@media screen and (max-width: 768px){
	body:not(.is-expanded-menu) #header:not([data-mobile-sticky=true]) #header-wrap{
		position: fixed;
		background-color:transparent;
		border-bottom: none;
	}
	
	body.primary-menu-open .container-fluid{
		background-color: rgba(0, 0, 0, 0.7);
	}
	
}
*/


@media screen and (min-width: 768px){
	.pcNone{display: none;}
}
@media screen and (max-width: 768px){
	#header-wrap #logo img{
		width: 180px!important;
		height: 67px!important;
	}
}
#slider .swiper-wrapper::before {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}

.slider-title {
    position: absolute;
    z-index: 10;
    left: 50px;
    bottom: 150px;
    margin: auto;
    width: 583px;
    height: 83px;
}

.slider-title h1{color: #fff; font-weight: bold;}
.slider-title p{color: #ccc;}


.scrollDown {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scrollDown::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scrollDown::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media (max-width: 767px) {.scrollDown{display: none;}}

.slider-text{
z-index: 3;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    flex-flow: column;
	margin-top: 100px;
}

.titleBase__en {
    color: rgba(40, 50, 40, .05);
    font-family: "arial";
	font-weight: bold;
    font-size: 17.5vw;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: -14.35vw;
    left: 10.25vw;
}

@media (min-width: 1024px){
.titleBase__en {
    font-size: 8.3vw;
    top:  8.16vw;
    left: 1.16vw;
}
}



.titleBase__en02 {
    font-family: "arial";
	font-weight: bold;
    font-size: 13.5vw;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: -5.35vw;
    left: 1vw;
}

@media (min-width: 1024px){
.titleBase__en02 {
    font-size: 7.3vw;
    top:  -6.84vw;
    left: 0vw;
}
}

@media screen and (max-width: 768px){
.titleBase__en02 {
line-height: 41px!important;
}
}

.titleBase__en03 {
    color: rgba(40, 50, 40, .05);
    font-family: "arial";
	font-weight: bold;
    font-size: 20.5vw;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    top: -14.35vw;
    left: 10.25vw;
}

@media (min-width: 1024px){
.titleBase__en03 {
    font-size: 8.3vw;
    top:  0vw;
    left: 1.16vw;
}
}

.section01{
	margin-bottom: 200px;
}

.section02{
	padding-top: 200px;
}

@media screen and (max-width: 768px){
	.section01{
	margin-bottom: 0px;
}

.section02{
	padding-top: 100px;
}
	
	.titleBase__en03{
		top:0;
	}
	
}


.areaTitle span{
	font-size: 0.4em;
	color: #494949!important;
	 display: flex;
  	align-items: center;/* 縦位置の調整 */
	justify-content: center;
	width: 170px;
	margin: 0 auto;
}

.areaTitle span::before,
.areaTitle span::after {
  content: '';
  flex-grow: 1;/* 少数にする */
  height: 1px;
  background: #494949;
	
}

.areaTitle span::before {
  margin-right: 20px;
}

.areaTitle span::after {
  margin-left: 20px;
}

@media (min-width: 1024px){
.shopcont,.roomArea{
	margin:100px; 
}
}

.shopName span{
	background: #363636;
    padding: 8px 22px;
    font-size: 1.2rem;
    border-radius: 10px;
    margin-right: 16px;
}

.roomPhoto{
	margin-bottom: 24px;
	position: relative;
}

.roomText dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.roomText dl dt {
  width: 30%;
  padding-bottom: 20px;
  margin-bottom: 10px;
	border-bottom: 1px dotted #c7c7c7;
	text-align: center;
}

.roomText dl dd {
  width: 70%;
  padding-bottom: 20px;
  margin-bottom: 10px;
	border-bottom: 1px dotted #c7c7c7;
	text-align: center;
}


.facilityArea{
	background-color: #f2efe9;
	position: relative;
}
		.parallax-images-wrap {
			z-index: -1;
			width: 100vw;
			height: 100%;
			max-width: 1320px;
			margin-left: auto;
			margin-right: auto;
			padding-left: 2em;
			padding-right: 2em;
			position: absolute;
			top: auto;
			bottom: 0%;
			left: 50%;
			right: auto;
			transform: translate(-50%);
		}

		.parallax-images-wrap .parallax-image {
			position: static;
			width: auto;
			height: auto;
		}

		.parallax-images-wrap .parallax-image img {
			position: absolute;
			width: 18.66%;
			top: 12rem;
			left: 2rem;
		}

		.parallax-images-wrap .parallax-image-1 img {
			top: 16rem;
			width: 22.66%;
			left: 0;
		}

		.parallax-images-wrap .parallax-image-2 img {
			width: 15%;
			top: auto;
			bottom: 3.5rem;
			left: 18rem;
		}

		.parallax-images-wrap .parallax-image-3 img {
			width: 18%;
			top: auto;
			bottom: 1rem;
			left: auto;
			right: 32.33333%;
		}

		.parallax-images-wrap .parallax-image-4 img {
			top: 18rem;
			left: auto;
			right: 10%;
		}

		.parallax-images-wrap .parallax-image-5 img {
			top: 8rem;
			width: 17%;
			left: auto;
			right: 0%;
		}



.s_feature-item{
	padding: 20px;
}
@media (min-width: 1024px){
.tokucho_main{
	margin: 100px;
}
}

@media (min-width: 1024px){
.accessText{
	width: 70%;
	margin: 100px auto 0;
}
}

.accessText dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.accessText dl dt {
  width: 30%;
  padding-bottom: 20px;
  margin-bottom: 10px;
	border-bottom: 1px dotted #c7c7c7;
	text-align: center;
}

.accessText dl dd {
  width: 70%;
  padding-bottom: 20px;
  margin-bottom: 10px;
	border-bottom: 1px dotted #c7c7c7;
	text-align: center;
}


.shuhen_main{
	margin-top: 100px;
}


@media screen and (min-width: 768px){
.s_feature_01,.s_feature_02{border-bottom: 1px solid #dfe1e1;border-right: 1px solid #dfe1e1;}
.s_feature_03{border-bottom: 1px solid #dfe1e1;}
.s_feature_04,.s_feature_05{border-right: 1px solid #dfe1e1;}
}

@media screen and (max-width: 768px){
	.s_feature-item{border-bottom: 1px solid #dfe1e1;}
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.section06 .swiper-slide img{
	border-radius: calc(10vw* 5.00 / 100);
}

@media (min-width: 1024px){
.accessCont{
	margin: 100px;
}
}



.footCont{
	background-color: #F2F2ED!important;
	margin-top: 0;
}

.footCont::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75%;
    content: "";
    display: inline-block;
    background: url(../images/sousyo_cara.png);
    z-index: 100;
    top: 45%;
    background-repeat: no-repeat;
    background-size: contain;
}

.footBtn {padding:50px 0 0; text-align: center;}
.footBtn .button_f{
	margin:0;
}

.footCont .telBtn{
	font-size: 1.6rem;
	color: #212529;
}

.footCont .telBtn span{
	font-size: 0.9rem;
}

.footCont .telCap{
	font-size: 0.7rem;
}

.footer-widgets-wrap p{
	font-size: 12px;
}

.footer-link ul{
	display: flex;
	list-style: none;
}

.footer-link li{
	font-size: 12px;
	margin-right: 15px;
}

.footer-link li::before {
    content: "- ";
}

.footer-link li a {
  padding-bottom: 5px;
  position: relative;
}
.footer-link li a::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.footer-link li a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}


.button_f,.button_d{
	margin: 80px auto 20px;
}

.button_f a {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 20px 25px;
    color: #000;
	border: 1px solid #000;
    transition: 0.3s ease-in-out;
	font-size: 0.8rem;
}
.button_f a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button_f a:hover {
  background: #000;
  color: #FFF;
}
.button_f a:hover:after {
  right: 1.4rem;
}


.button_d a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 20px 25px;
	border: 1px solid #fff;
    transition: 0.3s ease-in-out;
	font-size: 0.8rem;
	color: #fff;
}
.button_d a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
	color: #fff;
}
.button_d a:hover {
  background: #fff;
  color: #000;
}
.button_d a:hover:after {
  right: 1.4rem;
	color: #000;
}

p.bosyu{
	text-align: center;
	font-size: 3rem;
	color: #BD0003;
}



p.bosyusmall{
	text-align: center;
	font-size: 1.5rem;
}