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


/* ---------------------------------------------------------------------------------------------

   H1-wrap

--------------------------------------------------------------------------------------------- */
.hospitality-h1-wrap{
	position: relative;
	width: 100%;
	padding: 0 7.5% 25px 7.5%;
}

.hospitality-logo{
	float: left;
	width: 250px;
}
.hospitality-logo img{
	width: 100%;
	height: auto;
}

.hospitality-h1{
	float: right;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: normal;
	margin-top: 2.5%;/*5%*/
}

@media screen and (max-width:900px) {

.hospitality-logo{
	width: 200px;
}
	
}

@media screen and (max-width:700px) {

.hospitality-logo{
	margin-bottom: 25px;
}
	
}

@media screen and (max-width:500px) {

.hospitality-logo{
	width: 150px;
}
	
}



/* ---------------------------------------------------------------------------------------------

   Visual-wrap

--------------------------------------------------------------------------------------------- */
.hospitality-visual-wrap{
	width: 100%;
}

.slide {
	float: right;
  position: relative;
  width: 92.5%;
  height: 100vh;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

@media screen and (max-width:1280px) {

.slide {
  width: 96%;
  height: 75vh;
}
	
}

@media screen and (max-width:900px) {

.slide {
  width: 100%;
  height: 50vh;
}
	
}

@media screen and (max-width:700px) {

.slide {
  height: 42.5vh;
}
	
}

@media screen and (max-width:500px) {

.slide {
  height: 37.5vh;
}
	
}

.slide-image:nth-child(1) {
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  animation-delay: 14s;
}

.slide-image:nth-child(4) {
  animation-delay: 22s;
}

.slide-image:nth-child(5) {
  animation-delay: 30s;
}

.slide-image:nth-child(6) {
  animation-delay: 38s;
}

.slide-image:nth-child(7) {
  animation-delay: 46s;
}

.slide-image:nth-child(8) {
  animation-delay: 54s;
}


@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}




/* ---------------------------------------------------------------------------------------------

   Hospitality-middle-contents

--------------------------------------------------------------------------------------------- */
.hospitality-middle-wrap80{
	width: 80%;
	padding: 150px 0 0 0;
	margin: 0 auto;
}

.hospitality-middle-contents{
	width: 100%;
}

.right-middle-contents{
	float: right;
	width: 50%;
}

.clover{
	float: right;
	width: 450px;
	margin: -165px 0 100px 0;
}

.car-box{
	width: 100%;
}
.car-box .left-car{
	float: left;
	width: 49%;
}
.car-box .left-car img{
	width: 100%;
	height: auto;
}
.car-box .right-car{
	float: right;
	width: 49%;
}
.car-box .right-car img{
	width: 100%;
	height: auto;
}

.left-middle-contents{
	float: left;
	width: 40%;
}

@media screen and (max-width:1000px) {
	
.right-middle-contents{
	float: none;
	width: 100%;
}
	
.left-middle-contents{
	float: none;
	width: 100%;
	margin-top: 50px;
}
	
#hospitality-introduction .text-16{
	width: 100%;
}
	
}

@media screen and (max-width:800px) {
	
.clover{
	width: 350px;
	margin: -110px 0 100px 0;
}
	
}

@media screen and (max-width:700px) {
	
.hospitality-middle-wrap80{
	padding: 100px 0 0 0;
}

}

@media screen and (max-width:600px) {

.clover{
	margin: -110px 0 50px 0;
	width: 250px;
}
	
}

@media screen and (max-width:400px) {

.clover{
	width: 200px;
}
	
}


/* Clover
-----------------------------------------------------------*/
.hospitality-middle-contents .clover .top-left img{
	float: left;
	width: 49%;
	height: auto;
	margin-bottom: 1%;
	border-radius: 50% 50% 0 50%;
}
.hospitality-middle-contents .clover .top-right img{
	float: right;
	width: 49%;
	height: auto;
	margin-bottom: 1%;
	border-radius: 50% 50% 50% 0;
}
.hospitality-middle-contents .clover .bottom-left img{
	float: left;
	width: 49%;
	height: auto;
	margin-top: 1%;
	border-radius: 50% 0 50% 50%;
}
.hospitality-middle-contents .clover .bottom-right img{
	float: right;
	width: 49%;
	height: auto;
	margin-top: 1%;
	border-radius: 0 50% 50% 50%;
}




/* ---------------------------------------------------------------------------------------------

   H2 Service-Gallery + Inclusive-Gallery + Fitness-Gallery

--------------------------------------------------------------------------------------------- */
#service-gallery h2,
#service-gallery .eg-h2{
	text-align: center;
}
#service-gallery .eg-h2{
	margin-bottom: 25px !important;
}

#inclusive-gallery h2,
#inclusive-gallery .eg-h2{
	text-align: center;
}
#inclusive-gallery .eg-h2{
	margin-bottom: 25px !important;
}

#fitness-gallery h2,
#fitness-gallery .eg-h2{
	text-align: center;
}
#fitness-gallery .eg-h2{
	margin-bottom: 25px !important;
}



/* ---------------------------------------------------------------------------------------------

   Service-about + Inclusive-about + Fitness-about

--------------------------------------------------------------------------------------------- */
.left-text{
	float: left;
	width: 45%;
}
.right-text{
	float: right;
	width: 45%;
}

.left-text h3{
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: clamp(18px, 3vw, 24px);
	margin-bottom: 25px;
}

.hospitality-about-table th,.hospitality-about-table td{
	font-size: clamp(12px, 3vw, 16px);
	font-family: 'Noto Serif JP', serif;
	border-bottom: 0.5px solid #ccc;
	padding: 10px 0;
}

.hospitality-about-table th{
	font-weight: normal;
	text-align: left;
	width: 30%;
}

@media screen and (max-width:900px) {

.left-text{
	float: none;
	width: 100%;
}
.right-text{
	float: none;
	width: 100%;
}
	
.hospitality-about-table{
	margin-top: 50px;
}
	
}

#fitness-about{
	padding-bottom: 150px;
}

@media screen and (max-width:700px) {
	
#fitness-about{
	padding-bottom: 100px;
}
	
}



/* ---------------------------------------------------------------------------------------------

   Room Beauty Menu

--------------------------------------------------------------------------------------------- */
#roomBeauty-menu h3{
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: clamp(18px, 3vw, 24px);
	margin-bottom: 25px;
}

.menu-table{
	margin-top: 50px;
}

.menu-table th,.menu-table td{
	font-size: clamp(12px, 3vw, 16px);
	font-family: 'Noto Serif JP', serif;
	padding: 15px;
	line-height: 1.75;
	vertical-align: middle;
}

.menu-table th{
	font-weight: normal;
	text-align: center;
	width: 35%;
	background: #ebe1a9;
	border-top: 0.5px solid #999;
	border-bottom: 0.5px solid #999;
	border-left: 0.5px solid #999;
}

.menu-table td{
	background: #fff;
	border-top: 0.5px solid #999;
	border-bottom: 0.5px solid #999;
	border-right: 0.5px solid #999;
}

@media screen and (max-width:900px) {

.menu-table th,.menu-table td{
	display: block;
	width: 100%;
}
	
.menu-table th{
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}
.menu-table td{
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
}
	
}

/* BeautyMenu-ph
-----------------------------------------------------------*/
.beautyMenu-ph{
	width: 100%;
}

.beautyMenu-ph ul li{
	float: left;
	width: 24.25%;
	margin: 0 1% 2% 0;
}
.beautyMenu-ph ul li.last02{
	margin-right: 0;
}

.beautyMenu-ph ul li img{
	width: 100%;
	height: auto;
}

@media screen and (max-width:900px) {

.beautyMenu-ph ul li{
	width: 49%;
	margin: 0 2% 2% 0;
}
	
.beautyMenu-ph ul li.last01{
	margin-right: 0;
}
	
}





























