@charset "UTF-8";

/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header {
	margin-bottom: 3.01699vw;
	padding: 0 2.19619vw;
	display: flex;
	flex-direction: column-reverse;
}

.header__wrapper {
	margin-top: 3.95315vw;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header__title {
	/* max-width: 473px; */
	width: 34.62665%;
	height: 20vw;
	position: relative;
	top: -10vw;
	left: 6.8082%;
	z-index: 3;
}

.header__title--inner {
	background: rgb(var(--mainColor));
	padding: 2vw 2.5vw;
	width: 100%;
	height: 100%;
	color: rgb(var(--wht));
	font-size: 2.63543vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

.header__title::before {
	background: rgb(var(--darkGre));
	width: 100%;
	height: 100%;
	position: absolute;
	right: -0.80527vw;
	bottom: -0.80527vw;
	z-index: -1;
	content: "";
}

.header__title .name {
	line-height: 1.5;
	display: block;
}

.header__title .area span {
	background: rgb(var(--wht));
	padding: 0.25em 1em;
	color: rgb(var(--mainColor));
	font-size: 1.31772vw;
}

.header__lead {
	width: 40.99561%;
	position: relative;
	right: 9.51684vw;
}

.header__lead--title {
	margin-bottom: 1em;
	line-height: 1.5;
	color: rgb(var(--mainColor));
	/* font-size: 2.04978vw; */
	font-size: 24px;
}

.header__lead--text {
	/* font-size: 1.46413vw; */
	font-size: 18px;
}

.header .kvSlide {
	margin-bottom: 0;
	line-height: 0;
	position: relative;
	z-index: 1;
}

.header .kvSlide .slick-dots {
	width: auto;
	position: absolute;
	right: 1.46413vw;
	bottom: 1.46413vw;
	z-index: 1000;
}

.header .kvSlide .slick-dots li {
	margin: 0 0.5vw;
	width: 1.46413vw;
	height: 1.46413vw;
}

.header .kvSlide .slick-dots li button {
	background: #959595;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: none;
	border-radius: 1.46413vw;
}

.header .kvSlide .slick-dots li.slick-active button {
	background: rgb(var(--wht));
}

@media screen and (max-width: 768px) {
	.header {
		margin-bottom: 13.33333vw;
		padding: 3.2vw 3.2vw 0;
	}

	.header__wrapper {
		margin-top: 3.95315vw;
		display: block;
	}

	.header__title {
		width: 67.93928vw;
		height: auto;
		top: -6.5vw;
		left: 5%;
	}

	.header__title--inner {
		padding: 3.2vw 4.8vw;
		font-size: 7.46667vw;
	}

	.header__title::before {
		right: -1.33333vw;
		bottom: -1.33333vw;
	}

	.header__title .name {
		font-size: 6.4vw;
	}

	.header__title .area span {
		font-size: 4.26667vw;
	}

	.header__lead {
		width: calc(100% - 5.86667% * 2);
		right: auto;
		left: 5.86667%;
	}

	.header__lead--title {
		font-size: 5.86667vw;
	}

	.header__lead--text {
		font-size: 4.26667vw;
	}

	.header .kvSlide {
		margin-bottom: 0;
		line-height: 0;
		position: relative;
		z-index: 1;
	}

	.header .kvSlide .slick-dots {
		width: auto;
		position: absolute;
		right: 1.46413vw;
		bottom: 1.46413vw;
		z-index: 1000;
	}

	.header .kvSlide .slick-dots li {
		margin: 0 0.5vw;
		width: 1.46413vw;
		height: 1.46413vw;
	}

	.header .kvSlide .slick-dots li button {
		background: #959595;
		padding: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		border: none;
		border-radius: 1.46413vw;
	}

	.header .kvSlide .slick-dots li.slick-active button {
		background: rgb(var(--wht));
	}

	.header .kvSlide .slick-dots {
		right: 3.2vw;
		bottom: 3.2vw;
	}

	.header .kvSlide .slick-dots li {
		margin: 0 1.5vw;
		width: 3.2vw;
		height: 3.2vw;
	}

	.header .kvSlide .slick-dots li button {
		border-radius: 3.2vw;
	}
}

/* ----------------------------------------------------
	section
---------------------------------------------------- */
.section {
	margin-bottom: 125px;
}

.section__title {
	margin-bottom: 47px;
	padding: 0 0 24px 123px;
	line-height: 1;
	font-size: 42px;
	border-bottom: solid 11px rgb(var(--mainColor));
	position: relative;
}

.section__title::before {
	position: absolute;
	content: "";
}

.section__title::before {
	width: 90px;
	height: 90px;
	top: 5%;
	left: 0;
}

.dog .section__title::before {
	background: url(../img/icon_dog.svg) left top no-repeat;
	background-size: cover;
}

.cat .section__title::before {
	background: url(../img/icon_cat.svg) left top no-repeat;
	background-size: cover;
}

.info .section__title {
	padding-left: 0;
}

.section__title .en {
	margin-bottom: 16px;
	color: rgb(var(--mainColor));
	font-family: var(--pauline);
	font-size: 40px;
	font-weight: 400;
	font-style: italic;
	display: block;
}

.section__link {
	display: flex;
	justify-content: center;
}

.section__link--item1 {
	margin: 0 1em;
	max-width: 353px;
	width: 100%;
}

.section__link--item2 {
	margin: 0 2.5em;
}

.section__link--item2 a {
	background: linear-gradient(transparent 50%, #e1dad3 50%);
	padding: 0.25em 0.5em;
	line-height: 1;
	color: rgb(var(--brw));
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section__link--item2 a svg {
	margin-left: 1em;
	width: 38px;
	height: auto;
	fill: none;
	stroke: rgb(var(--brw));
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
	position: relative;
	right: 0;
	transition: all 0.5s;
}

.section__link--item2 a:hover {
	opacity: 1;
}

.section__link--item2 a:hover svg {
	right: -0.5em;
}

.facility+.section__link {
	margin-top: 6em;
}

@media screen and (max-width: 1200px) {
	.section {
		margin-bottom: 10.41667vw;
	}

	.section__title {
		margin-bottom: 3.91667vw;
		padding: 0 0 2vw 10.25vw;
		font-size: 3.5vw;
		border-bottom-width: 0.91667vw;
	}

	.section__title::before {
		width: 7.5vw;
		height: 7.5vw;
	}

	.section__title .en {
		margin-bottom: 1.33333vw;
		font-size: 3.33333vw;
	}

	.section__link--item2 {
		margin: 0 2.5em;
	}

	.section__link--item2 a {
		font-size: 2.08333vw;
	}

	.section__link--item2 a svg {
		width: 3.16667vw;
	}
}

@media screen and (max-width: 768px) {
	.section {
		margin-bottom: 27.46667vw;
	}

	.section__title {
		margin-bottom: 8vw;
		padding-left: 16.8vw;
		line-height: 1.25;
		font-size: 6.4vw;
		letter-spacing: -0.005em;
	}

	.section__title::before {
		width: 13.33333vw;
		height: 13.33333vw;
	}

	.section__title::after {
		height: 1.33333vw;
		top: 17.86667vw;
	}

	.section__title .en {
		margin-bottom: 1.6vw;
		line-height: 1;
		font-size: 5.33333vw;
	}

	.section__link {
		display: block;
	}

	.section__link--item1 {
		margin: 0 auto;
		max-width: 72vw;
	}

	.section__link--item1:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.section__link--item2 {
		margin: 0;
		text-align: center;
	}

	.section__link--item2:not(:last-of-type) {
		margin-bottom: 2em;
	}

	.section__link--item2 a {
		font-size: 4.8vw;
		display: inline-flex;
	}

	.section__link--item2 a svg {
		width: 4.8vw;
	}

	.facility+.section__link {
		margin-top: 3em;
	}
}

/*
	room
------------------------------ */
.room {
	margin-bottom: 50px;
	min-height: 586px;
	display: flex;
	position: relative;
}

.sanyo-so .room {
	min-height: 620px;
}

.hakone .room {
	min-height: auto;
}

.room__contents {
	width: calc(100% - (63.36364% + 3.63636%));
}

.room__contents--title {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: rgb(var(--mainColor));
	font-size: 28px;
	font-weight: bold;
}

.room__image1 {
	margin-left: 3.63636%;
	width: 63.36364%;
}

.room__image2 {
	width: 40.27273%;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1200px) {
	.room {
		margin-bottom: 4.16667vw;
		min-height: 48.83333vw;
	}

	.sanyo-so .room {
		min-height: 51.66667vw;
	}

	.room__contents--title {
		font-size: 2.33333vw;
	}
}

@media screen and (max-width: 768px) {
	.room {
		margin-bottom: 8vw;
		min-height: 146.14536vw;
		display: block;
	}

	.sanyo-so .room,
	.shimoda .room {
		min-height: 160vw;
	}

	.room__contents {
		width: 100%;
	}

	.room__contents--title {
		font-size: 5.86667vw;
	}

	.room__contents--text {
		margin-bottom: 1.5rem;
	}

	.room__contents--text .text {
		font-size: 4.26667vw;
	}

	.room__image1 {
		margin-left: 0;
		width: 100%;
	}

	.room__image2 {
		width: 50.07261vw;
		left: -4.5vw;
	}
}

/*
	fun
------------------------------ */
.fun {
	margin-bottom: 50px;
	display: flex;
}

.fun__item {
	width: 30%;
	display: flex;
	flex-direction: column;
}

.fun__item:not(:nth-child(3n)) {
	margin-right: 5%;
}

.herf .fun__item {
	width: calc((100% - 5%) / 2);
}

.herf .fun__item:not(:nth-child(3n)) {
	margin-right: 0;
}

.herf .fun__item:not(:nth-child(even)) {
	margin-right: 5%;
}

.fun__item--image {
	margin-bottom: 1em;
}

.fun__item--contents {
	margin-bottom: 1em;
}

.fun__item--contents .title {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: rgb(var(--mainColor));
	font-size: 28px;
	font-weight: bold;
}

.fun__item--contents .title span.note {
	margin-left: 0.25em;
	font-size: 0.75em;
	display: inline-block;
}

.fun__item--contents .title .access span {
	padding: 0 1em;
	font-size: 16px;
	display: inline-block;
	position: relative;
}

.fun__item--contents .title .access span::before,
.fun__item--contents .title .access span::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "|";
}

.fun__item--contents .title .access span::before {
	left: 0;
}

.fun__item--contents .title .access span::after {
	right: 0;
}

.fun__item--contents .title small {
	font-size: 18px;
	display: block;
}

.fun__item--contents .detail .note {
	margin-top: 1em;
	line-height: 1.5;
	font-size: 15px;
}

.fun__item--contents .detail {
	display: flex;
	flex-direction: column;
}

.fun__item--contents .detail .text .color {
	color: rgb(var(--mainColor));
	display: block;
}

.fun__item--contents .detail .note__title {
	color: rgb(var(--mainColor));
	font-weight: bold;
}

.fun__item--contents .detail .note.list {
	margin-top: 0;
}

.fun__item--contents .detail .note.list li {
	font-size: 15px;
}

.fun__item--contents .detail .category {
	display: flex;
}

.fun__item--contents .detail .category {
	margin-bottom: 0.5rem;
	display: flex;
}

.fun__item--contents .detail .category__item {
	margin-right: 4px;
	padding: 0.25rem 1rem;
	line-height: 1;
	color: rgb(var(--wht));
}

.fun__item--contents .detail .category__item.c1 {
	background: #808080;
}

.fun__item--contents .detail .category__item.c2 {
	background: #3d8ca5;
}

.fun__item .linkBtn {
	margin-top: auto;
}

.fun__item .linkBtn a {
	height: 56px;
}

.herf .fun__item .linkBtn a {
	margin: 0 auto;
	max-width: 330px;
}

/* single */
.single .fun__item {
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.single .fun__item .fun__item--image {
	width: 49.32568%;
}

.single .fun__item .wrap {
	width: calc(100% - 5% - 49.32568%);
}

.single .fun__item .wrap {
	width: calc(100% - 5% - 49.32568%);
}

.single .fun__item .wrap .title small {
	margin-left: 1em;
	display: inline-block;
}

.single .fun__item .wrap .category {
	margin-bottom: 1em;
	align-items: center;
}

.single .fun__item .wrap .category__item.note {
	margin: 0 0 0 1em;
	padding: 0;
}

.single .fun__item .wrap .category__item.note span {
	color: rgb(var(--blk));
	font-size: 14px;
}

.single .fun__item .wrap .category__item.note span::before {
	content: "※";
}

.single .fun__item .wrap .linkBtn a {
	max-width: 330px;
}

@media screen and (max-width: 1200px) {
	.fun {
		margin-bottom: 4.16667vw;
	}

	.fun__item--contents .title {
		font-size: 2.33333vw;
	}

	.fun__item--contents .title small {
		font-size: 1.5vw;
	}

	.fun__item--contents .detail .note,
	.fun__item--contents .detail .note.list li {
		font-size: 1.25vw;
	}

	.fun__item .linkBtn a {
		height: 4.66667vw;
	}
}

@media screen and (max-width: 768px) {
	.fun {
		margin-bottom: 8vw;
		display: block;
	}

	.fun__item,
	.herf .fun__item {
		width: 100%;
	}

	.herf .fun__item:not(:nth-child(even)),
	.fun__item:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.fun__item:not(:last-of-type) {
		margin-bottom: 2em;
	}

	.fun__item--contents {
		margin-bottom: 1em;
	}

	.fun__item--contents .title {
		font-size: 5.86667vw;
	}

	.fun__item--contents .title small {
		font-size: 4.26667vw;
	}

	.fun__item--contents .detail .note,
	.fun__item--contents .detail .note.list li {
		font-size: 4vw;
	}

	.fun__item .linkBtn a {
		margin: 0 auto;
		width: 72vw;
		height: 14.66667vw;
	}

	.herf .fun__item .linkBtn a {
		max-width: 72vw;
	}

	/* single */
	.single .fun__item {
		margin: 0;
		width: 100%;
		flex-direction: column;
	}

	.single .fun__item .fun__item--image,
	.single .fun__item .wrap {
		width: 100%;
	}

	.single .fun__item .wrap .title small {
		margin-left: 0;
		display: block;
	}

	.single .fun__item .wrap .category {
		margin-bottom: 1em;
		align-items: center;
		flex-wrap: wrap;
	}

	.single .fun__item .wrap .category__item.note {
		margin: 1em 0 0 0;
		width: 100%;
	}

	.single .fun__item .wrap .category__item.note span {
		color: rgb(var(--blk));
		font-size: 3.73333vw;
	}

	.single .fun__item .wrap .linkBtn a {
		max-width: 100%;
	}
}

/*
	facility
------------------------------ */
.facility {
	margin-bottom: 50px;
	display: flex;
}

.facility__image {
	margin-left: 3.63636%;
	width: 63.36364%;
}

.facility__contents {
	width: calc(100% - (63.36364% + 3.63636%));
	display: flex;
	flex-direction: column;
}

.facility__category {
	margin-bottom: 0.5em;
	display: flex;
}

.facility__category .meal {
	background: #C97557;
	padding: 0.2em 0.5em;
	line-height: 1;
	color: rgb(var(--wht));
	font-weight: bold;
}

.facility__contents .title {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: rgb(var(--mainColor));
	font-size: 28px;
}

.facility__contents .title .category {
	margin-bottom: 0.5em;
	display: flex;
}

.facility__contents .title .category i {
	background: #C97557;
	padding: 0.2em 0.5em;
	line-height: 1;
	color: rgb(var(--wht));
	font-size: 16px;
	font-weight: bold;
}

.facility__contents .title .category.c1 i {
	background: #C97557;
}

.facility__contents .title .category.c2 i {
	background: rgb(var(--mainColor));
}

.facility__contents .link {
	margin-top: auto;
}

.facility__contents .icon {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tsumagoi .facility__contents .icon,
.sanyo-so .facility__contents .icon,
.shintakanawa .facility__contents .icon {
	margin: 1em auto 0;
	width: 65%;
}

.facility__contents .icon__item {
	margin-top: 1em;
	width: calc(100% / 3);
}

.tsumagoi .facility__contents .icon__item,
.sanyo-so .facility__contents .icon__item,
.shintakanawa .facility__contents .icon__item {
	margin-top: 1em;
	width: calc(100% / 2);
}

.facility__contents .icon__item figure {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.facility__contents .icon__item figure img {
	width: 38px;
}

.facility__contents .icon__item figure figcaption {
	font-weight: bold;
}

.facility__table {
	margin-bottom: 2rem;
}

.facility__table--th,
.facility__table--td {
	padding-bottom: 1.5em;
	font-size: 18px;
	vertical-align: top;
}

.facility__table--th {
	padding-right: 3em;
	color: rgb(var(--mainColor));
	font-weight: bold;
	white-space: nowrap;
}

.facility__table--td span.note {
	margin-left: 0.25em;
	font-size: 0.875em;
	display: inline-block;
}

.facility__table--td span.note::before {
	content: "※";
}

.facility__table--td a {
	color: #29a7de;
}

.facility__table--td a::before {
	content: "＞";
}

@media screen and (max-width: 1200px) {
	.facility {
		margin-bottom: 4.16667vw;
	}

	.facility__contents .title {
		font-size: 2.33333vw;
	}

	.facility__contents .title .category i {
		font-size: 1.33333vw;
	}

	.facility__contents .icon {
		margin-top: 3.75vw;
	}

	.facility__contents .icon__item figure img {
		width: 3.16667vw;
	}

	.facility__table--th,
	.facility__table--td {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 768px) {
	.facility {
		margin-bottom: 50px;
		display: flex;
		flex-direction: column;
	}

	.facility__image {
		margin-bottom: 2em;
		margin-left: 0;
		width: 100%;
	}

	.facility__contents {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.facility__contents .title {
		font-size: 5.86667vw;
	}

	.facility__contents .title .category i {
		font-size: 4.26667vw;
	}

	.facility__contents .text {
		margin-bottom: 1em;
	}

	.facility__contents .link {
		margin: auto auto 0;
		width: 72vw;
	}

	.facility__contents .icon {
		margin-top: 1rem;
	}

	.facility__contents .icon__item figure img {
		width: 10.13333vw;
	}

	.facility__contents .icon__item figure figcaption {
		font-size: 3.73333vw;
	}

	.facility__table {
		display: block;
	}

	.facility__table tr,
	.facility__table--th,
	.facility__table--td {
		padding-bottom: 0;
		display: block;
	}

	.facility__table--th {
		margin-bottom: 0.5rem;
		padding-right: 0;
		font-size: 4.8vw;
	}

	.facility__table--td {
		margin-bottom: 1.5em;
		font-size: 4.26667vw;
	}
}

/* miele */
.miele {
	margin: 0 auto;
	max-width: 693px;
	width: 100%;
	border: solid 10px rgb(var(--lightGre));
	display: flex;
}

.miele__detail {
	padding: 0 2.5em;
	width: calc(100% - 41.45617%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.miele__detail--title {
	margin-bottom: 0.5em;
	line-height: 1.5;
	color: rgb(var(--mainColor));
	font-size: 26px;
	font-weight: bold;
}

.miele__detail--title small {
	font-size: 18px;
	display: block;
}

.miele__image {
	width: 41.45617%;
}

@media screen and (max-width: 1200px) {
	.miele {
		max-width: 57.75%;
		border-width: 0.83333vw;
	}

	.miele__detail--title {
		font-size: 2.16667vw;
	}

	.miele__detail--title small {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 768px) {
	.miele {
		padding: 1em;
		max-width: 100%;
		border-width: 1.33333vw;
	}

	.miele__detail {
		padding: 0 1em 0 0;
		width: 50%;
	}

	.miele__detail--title {
		margin-bottom: 0.25em;
		font-size: 5.86667vw;
		white-space: nowrap;
	}

	.miele__detail--title small {
		font-size: 4.26667vw;
	}

	.miele__detail--text {
		font-size: 3.73333vw;
	}

	.miele__image {
		padding-top: 18vw;
		width: 50%;
	}
}

/* ----------------------------------------------------
	info
---------------------------------------------------- */
.info {
	background: rgba(var(--mainColor), 0.1);
}

.info .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.info .address__contents--name {
	margin-bottom: 0.5em;
	line-height: 1.5;
	font-size: 28px;
	font-weight: bold;
}

.info .address__contents--detail {
	font-size: 20px;
}

.info .address__contents--detail .tel {
	color: rgb(var(--blk));
	text-decoration: none;
}

.info .address__contents--detail .linkBtn {
	margin: 2em 0 4em;
}

.info .address__contents--detail .linkBtn a {
	max-width: 353px;
	width: 100%;
}

.info .map img {
	/* width: 69.2921%; */
	width: 60%;
}

.info .google-map iframe {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.info .container {
		padding-top: 8.33333vw;
		padding-bottom: 8.33333vw;
	}

	.info .address__contents--name {
		font-size: 2.33333vw;
	}

	.info .address__contents--detail {
		font-size: 1.66667vw;
	}
}

@media screen and (max-width: 768px) {
	.info .container {
		padding-top: 13.33333vw;
		padding-bottom: 13.33333vw;
	}

	.info .address__contents--name {
		font-size: 5.33333vw;
	}

	.info .address__contents--detail {
		font-size: 4.26667vw;
	}

	.info .address__contents--detail .linkBtn {
		margin: 2em 0 4em;
	}

	.info .address__contents--detail .linkBtn a {
		margin: 0 auto;
		max-width: 72vw;
	}

	.info .map img {
		width: 100%;
	}

	.info .google-map iframe {
		height: 100vw;
	}
}