/* ======style for page guest room====== */
.eye-catch-page.guest .inner {
    background-image: url(../image/guest-eyecatch.jpg);
}



.anchor__content-text {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 46px;
}

.anchor__content-text p {
    font-size: 16px;
    line-height: 2;
}

.anchor__content-text p {
    width: 46%;
}

.anchor__content-text .__box {
    width: 50%;
				font-feature-settings: "palt";
}

.anchor__content-text .__box {
    padding: 15px 20px;
    border: 1px solid #000;
}

.anchor__content-text .__box h5 {
    font-size: 18px;
    margin-bottom: 12px;
				letter-spacing: 0.1em;
}

.anchor__content-text .__box ul li {
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    align-items: flex-start;
				margin-bottom: 4px;
}

.anchor__content-text .__box ul li span {
    padding-right: 20px;
    color: #E67000;
    white-space: nowrap;
}

.anchor-content__img {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.anchor__img {
    background-color: #EFEFEF;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anchor__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap__anchor_slide {
    width: 58%;
}

.anchor__content-inner {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
}

.anchor__content-inner h3 {
    margin-bottom: 0px;
}

.equipment__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.equipment__list li {
    width: calc(100%/4 - 21px);
    margin-bottom: 30px;
}

.equipment__list.no2 li:nth-of-type(1) {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.equipment__list.no2 li:nth-of-type(1) .wp {
    width: 48%;
}

.equipment__list.no2 li:nth-of-type(1) .wp:nth-of-type(3) {
    width: 100%;
}

.equipment__list.no2 li:nth-of-type(1) .wp:nth-of-type(3) .desc {
    padding-top: 0;
}

.equipment__list li .thumb img {
    height: 245px;
    width: 100%;
    object-fit: cover;
}

.equipment__list li .desc {
    padding-top: 15px;
}

.equipment__list li .desc h4 {
    font-size: 18px;
    color: #E67000;
    margin-bottom: 10px;
    text-align: center;
}

.equipment__list li .desc p {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
}

@media only screen and (max-width: 991px) {
    .equipment__list {
        flex-wrap: wrap;
    }
    .equipment__list li {
        width: calc(100%/2 - 10px);
    }
    .equipment__list li:last-child {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .anchor__content-text p, .anchor__content-text .__box {
        width: 100%;
    }
    .anchor__content-text {
        gap: 30px;
    }
    .wrap__anchor_slide {
        width: 100%;
    }
    .anchor__img {
        width: 100%;
        flex: unset;
        height: 300px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .equipment__list li {
        width: 100%;
    }
}


/* ======style for page experience room====== */
.eye-catch-page.experience .inner {
    background-image: url(../image/experience-bg2.jpg);
}

.spa__slider .swiper-slide img {
    max-height: 450px;
}

.anchor__content h3 {
    margin-bottom: 0px;
				font-family: 'Noto Serif JP', serif;
}

.anchor__content .container p {
    font-size: 16px;
    line-height: 1.8;
}

.anchor__box {
    margin: 44px auto 0px;
    max-width: 700px;
    padding: 20px 40px;
    border: 1px solid #000;
}

.experience__img {
    margin-top: 60px;
    background-color:#EFEFEF;
    /*display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;*/
}

.experience__img img {
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}

.anchor__box p {
margin-bottom: 20px;
}

.anchor__box ul {
margin-bottom: 20px;
}


.anchor__box ul li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.6;
}

.anchor__box ul li span {
    padding-right: 20px;
    white-space: nowrap;
}

.anchor__box ul:nth-of-type(2) li {
color: #228000;
font-weight: 500;
font-size: 18px;
}

.experience-thumbs-01,
.experience-thumbs-02,
.experience-thumbs-03 {
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    /*.experience__img {
        height: 300px;
    }*/
}

/* ========home page style======== */
.home-hero {
    /* background-image: url(../images/kawasemi_web_1.jpg); */
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: calc(100vh - 101px);*/
    /*height: 680px;*/
				height: 860px;
    position: relative;
}

.home-hero .home-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-hero .home-slide .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	object-position: 50% 35%;
}

.home-hero::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb( 0, 0, 0, 24%);
}

.home-hero .search-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.search-btn:hover {
    background-color: #fff;
    color: #E67000;
    opacity: 1;
}

.search-btn:hover svg {
    fill: #E67000;
}

.search-btn:hover svg path {
    fill: #E67000;
}

.home-hero .inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 20px 5%;
    color: #fff;
    font-size: 16px;
}

.home-hero .inner p {
    font-size: 18px;
    letter-spacing: 1.2px;
    text-shadow: 0px 0px 1px #fff;
}

.home-hero .inner p:nth-child(1) {
    margin-bottom: 10px;
}

.home-hero h1 {
    position: absolute;
    top: calc(50% + 78px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    z-index: 10;
}

.nav-link {
    padding-top: 37px;
    padding-bottom: 10px;
}

.concept__text {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    padding-left: 30px;
    max-width: 100%;
}

.concept__text p {
  font-feature-settings: "vpal";
		font-size: 16px;
  line-height: 2;
  -ms-writing-mode: tb-rl;
	 -webkit-writing-mode: vertical-rl;
	 writing-mode: vertical-rl;
	 letter-spacing: 0.05em;
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.concept__text p:not(:first-child) {
    margin-left: 40px;
}

section.concept {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 72px;
    position: relative;
}

.scroll-down {
    position: absolute;
    top: 34px;
    right: 30px;
    font-size: 14px;
    letter-spacing: 1.6px;
    writing-mode: vertical-lr;
}

.scroll-down span {
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #000;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}

.scroll-down:hover span {
    height: 40px;
}

.scroll-down:hover {
    opacity: 1;
}

.scroll-down span::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 1px;
    background-color: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: dot-run 2.4s ease-in infinite;
}

.indexHeader {
	position: relative;
	background-color: #004458;
	width: 100%;
	height: 156px;
	z-index: 10;
}

.headerInfo {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
}

.headerInfo .c1 {
	color: #FFF;
	font-size: 34px;
	letter-spacing: 0.02em;
	margin-right: 30px;
	line-height: 1.2;
	padding: 8px 0 0;
}

.headerInfo .c1 span {
	font-size: 14px;
	letter-spacing: 0;
}

.headerInfo .c2 a {
	display: table-cell !important;
	background-color: #E67100;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
}

.headerInfo .c3 a {
	display: table-cell !important;
	background-color: #7B6A56;
	text-align: center;
	letter-spacing: -0.01em;
	color: #FFF;
	width: 100px;
	height: 100px;
	vertical-align: middle;
}

.headerInfo .c4 {
	display: none;
}

header.second .headerInfo .c1 {
	color: #000;
}


@keyframes dot-run {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

section.map {
    padding-top: 120px;
    position: relative;
}

section.map .map__img-ab{
    position: absolute;
    content: "";
    width: 100%;
    top: -66px;
    left: 0;
    z-index: 2;
}

.map__img-ab img {
    max-width: 100%;
				height: auto;
    margin: 0 auto;
}

.wrap__map {
    /*background-color: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;*/
    position: relative;
    z-index: 1;
}

.wrap__map img {
    margin-top: 20px;
}

section.guest {
    /*padding-top: 70px;*/
}

.guest__item  {
    align-items: flex-start;
}

.guest__item:nth-child(2) {
    margin-top: 100px;
}

.guest__img-right {
    width: 58%;
}

.guest__text {
    padding-right: 52px;
    width: 42%;
}

.guest__text h3 {
    padding: 18px 45px 18px 136px;
    background-color: #004458;
    text-align: right;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-right: 15px solid #E67000;
    display: inline-block;
    letter-spacing: 1.5px;
    min-width: 310px;
}

.guest__text h3 span {
    display: block;
    font-size: 26px;
    text-align: center;
}

.guest__text-inner {
    padding: 32px 0px 0px 26.7%; 
}

.guest__text-inner h4 {
    font-size: 24px;
    margin-bottom: 20px;
				font-weight: 400;
				line-height: 1.7;
}

.guest__text-inner p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.guest__text-inner .read-more {
    margin-top: 36px;
				font-family: 'Urbanist', sans-serif;
				letter-spacing: 0.2em;
				font-size: 14px;
}

.guest__content {
    padding: 52px 0px;
    background-color: #EDF0ED;
}

.guest__text-inner ul {
				margin-left: 10px;
}

.guest__text-inner ul li {
    font-size: 14px;
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
				position: relative;

}

.guest__text-inner ul li:before {
	position: absolute;
	content: "・";
	left: -14px;
}


.guest__text-inner ul li span {
    padding-right: 4px;
    white-space: nowrap;
}


section.spa {
    padding-top: 70px;
}

section.experience {
    margin-bottom: 70px;
}

.spa__slider .swiper-slide img,
.experience__slider .swiper-slide img {
    width: 100%;
    max-height: 640px;
    object-fit: cover;
}

.experience__slider .swiper-slide img {
	object-position: center 70%;
}

.slide__inner-box {
    position: absolute;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    padding: 20px 34px 34px 34px;
    color: #fff;
    background-color: #0044587d;
    top: 35px;
    bottom: 35px;
    left: 8%;
    justify-content: space-around;
    min-width: 465px;
}

.slide__inner-box.sp {
	display: none;
}

.slide__inner-box.right.sp {
	display: none;
}

.slide__inner-box.right {
    left: unset;
    right: 8%;
				display: flex;
}

.slide__inner-box.right a {
	margin-top: auto;
}

.slide__inner-box  h4 {
    font-size: 24px;
    font-weight: 400;
}

.slide__inner-box  p {
    font-size: 16px;
    line-height: 1.6;
}

section.access {
    padding: 65px 0px;
    background-color: #F7F0E8;
}

.access__layout {
    align-items: flex-start;
    flex-wrap: wrap;
}

.access__left {
    width: 35%;
    padding-right: 4%;
}

.access__img {
    width: 100%;
    padding-left: 22%;
}

.access__img img {
    width: auto;
}

.access__img img:nth-child(2) {
    margin-top: 20px;
}

.access__map {
    width: 65%;
    padding-right: 6.5%;
}

.access__map-iframe {
    width: 100%;
    height: 500px;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.access__map-iframe iframe {
	width: 100%;
}

.access__map .read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0px;
    flex-wrap: nowrap;
    padding: 5.5px 24px 5.5px 46px;
				position: relative;
				letter-spacing: 0.1em;
}

.access__map .read-more:before {
	position: absolute;
	content: "";
	background-image: url(../image/icon-03.png);
	background-size: 14px;
	width: 14px;
	height: 19px;
	top: calc( 50% - 10px);
	left: 20px;
}

.access__map .read-more:hover:before {
	background-image: url(../image/icon-03.png);
	background-size: 14px;
	background-position: 0 100%;
}

.access__map .read-more span {
	font-family: 'Urbanist', sans-serif;
}

.access__map .read-more img {
    max-width: 14px;
    margin-right: 10px;
}

section.more-info .inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 35px 0px 10px;
}

.more-info .inner .section-title {
    height: 50px;
}

.more-info .inner .text {
    flex: 1;
    padding-left: 5%;
}

.more-info .inner .text p {
    font-size: 16px;
    line-height: 1.6;
}

.more-info .section-title h2 {
	font-weight: bold;
	font-size: 16px;
}

.spaSlide,
.expSlide {
	position: relative;
}

.spaSlide .slide__inner-box,
.expSlide .slide__inner-box {
	position: absolute;
	z-index: 10;
}

.expSlide .slide__inner-box p {
	margin: 30px 0 0;
}


/* ==========responsive========== */
@media only screen and (max-width: 1200px) {
    .concept__text p:not(:first-child) {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-link .main-menu {
        flex-wrap: wrap;
    }
    .nav-link  .main-menu li a {
        min-width: 150px;
        padding: 0px 20px;
    }
    .nav-link .main-menu li a span {
        font-size: 16px;
    }
    .access__left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .access__map {
        margin-left: 20px;
        margin-right: 20px;
        width: 100%;
        padding-right: 0px;
    }
    .concept__text {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .nav-link  .main-menu li a {
        padding: 8px 12px;
    }
    .nav-link  .main-menu li a img {
					margin: 0 auto;
				}
    .nav-link  .main-menu li:not(:first-child) {
        border: 1px solid #000;
    }
    .nav-link {
        padding: 20px;
    }
    .nav-link  .main-menu li {
        width: calc(100%/2 - 10px);
        margin-bottom: 20px;
        border: 1px solid #000;
    }
    .nav-link  .main-menu {
        justify-content: space-between;
    }
    .home-hero .inner {
        padding: 20px;
    }
    .home-hero .inner p {
        font-size: 16px;
    }
    .search-btn {
        width: 80px;
        height: 80px;
        font-size: 14px;
    }
    .search-btn svg {
        max-width: 20px;
    }
    .scroll-down {
        display: none;
    }
    .concept__text {
        padding-left: 20px;
        justify-content: flex-start;
        flex: auto;
        width: 100%;
        flex-wrap: wrap;
    }
    .concept__text p:nth-child(1) {
					order: 3;
				}
    .concept__text p:nth-child(2) {
					order: 2;
				}
    .concept__text p:nth-child(3) {
					order: 1;
				}
				.text-combine {
					text-combine-upright: unset;
					-webkit-text-combine:unset;
					-ms-text-combine-horizontal:unset;
					
				}

    section.concept {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .concept__text p {
        writing-mode: unset;
        width: 100%;
							font-feature-settings: "palt";
							margin-top: 20px;
    }
    .concept__text p:not(:first-child) {
        margin-top: 20px;
        margin-left: 0px;
    }
    section.map .map__img-ab {
        top: -48px;
    }
    section.map {
        padding-top: 80px;
    }
    section.guest,
    section.spa,
				section.experience {
        padding-top: 60px;
    }
    .guest__item {
        flex-wrap: wrap;
    }
    .guest__text {
        width: 100%;
        flex: unset;
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .guest__text-inner h4 {
        font-size: 20px;
    }
    .guest__img-right {
        width: 100%;
    }
    .slide__inner-box {
        left: 20px;
        min-width: unset;
        height: auto;
        top: 50%;
        transform: translateY(-50%);    
        bottom: unset;
    }
				.slide__inner-box.pc {
						display: none;
				}
				.slide__inner-box.sp {
					display: block;
					position: relative;
					transform: none;
					left: 0;
					background-color: #EDF0ED;
					margin: 20px 0 0;
					color: #000;
				}

    .slide__inner-box h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .slide__inner-box p {
        font-size: 14px;
								margin-top: 20px;
    }
    .slide__inner-box.right {
        right: 20px;
    }
				.slide__inner-box.right.sp {
					display: block;
				}
    .access__map-iframe {
        /*height: 300px;
        margin-bottom: 20px;*/
    }

.access__map-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.access__map-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

    .more-info .inner .text {
        width: 100%;
        flex: unset;
        padding: 0px 20px 0px 20px;
    }
    .more-info .inner .section-title {
        margin-bottom: 20px;
    }
    section.more-info .inner {
        padding-bottom: 30px;
    }
    .access__img {
        padding: 0px 20px;
    }
    .home-hero {
        height: calc(100vh - 150px);
    }

.home-hero .home-slide .swiper-slide img {
    object-position: 50% 0;
}

.home-hero .inner p:nth-child(1) {
    margin-bottom: 20px;
}

.home-hero h1 {
    width: 160px;
	top: calc(50% + 90px);
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-hero h1 img {
 width: 160px;
}

.indexHeader {
	height: 180px;
}

.headerInfo {
	flex-direction: column;
	font-size: 12px;
}

.headerInfo .c1 {
	display: none;
}

.headerInfo a {
	width: 80px !important;
	height: 60px !important;
}

.headerInfo .c2 {
	order: 2;
}

.headerInfo .c3 {
	order: 3;
}

.headerInfo .c4 {
	display: block;
	background-color: #0089B3;
	order: 1;
}

.headerInfo .c4 a {
	display: table-cell !important;
	vertical-align: middle;
	text-align: center;
}

.headerInfo .c4 a img {
	width: 20px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.guest__text h3 {
	padding-left: 40px;
	text-align: left;
	min-width: 240px;
}

.guest__text h3 span {
	text-align: left;
}

.guest__text-inner {
	padding: 32px 6% 0px;
}

.home-hero .home-slide .swiper-slide:nth-child(4) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
				object-position: 90% 70%;
}


}

@media only  screen  and (max-width: 479px) {
	   .home-hero .inner img {
      width: 100px;
	top: calc(50vh - 90px);
	transform: translate(-50%, 0);
    }

    .nav-link  .main-menu li {
        width: 100%;
    }
    .home-hero .inner p {
        font-size: 14px;
    } 
    section.map {
        padding-top: 60px;
    } 
    .wrap__map {
        /*height: 300px;*/
    }
    .wrap__map img {
    margin-top: -20px;
    }
    .guest__text-inner {
        padding: 32px 20px 0px;
    }
    section.map .map__img-ab {
        top: -33px;
    }
    .slide__inner-box,
    .slide__inner-box.right {
        left: 0;
        right: 0;
        padding: 20px 22px;
    }
    .slide__inner-box h4 {
        margin-bottom: 20px;
    }
    .spa__slider .swiper-slide img, 
    .experience__slider .swiper-slide img {
        min-height: 300px;
    }
}


/* ==========responsive========== */

.kukaku {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
}

.kukaku .photo {
width: 43%;
}

.kukaku .photo img {
max-width: 100%;
height: auto;
}

.kukaku .text {
width: 52%;
}

.kukaku .text dt {
font-weight: 500;
margin-bottom: 12px;
font-size: 18px;
/*display: inline-block;
width: 240px;
text-align: center;
padding: 8px 0;
border-top: 2px solid #A0CF73;
border-right: 2px solid #A0CF73;
border-left: 2px solid #A0CF73;
border-radius: 24px 24px 0 0;
background-color: #EDF5E4;*/
}

.kukaku .text dt.w {
width: 320px;
}

.kukakuBorder {
border-bottom: 2px solid #EEE;
}

.kukaku .slide {
width: 43%;
}

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

.anchor__box {
padding: 20px;
}

.kukaku {
flex-direction: column;
}

.kukaku .photo {
width: 100%;
margin-bottom: 10px;
order: 1;
}

.kukaku .text {
width: 100%;
margin-bottom: 10px;
order: 2;
}

.kukaku .slide {
width: 100%;
margin-bottom: 10px;
}

.equipment__list.no2 li:nth-of-type(1) {
 width: 100%;
}


}