@charset "UTF-8";

body::before {
	background: url(../img/top/sprint.webp) center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	content: "";
}

.header,
.footer,
.pageNav,
.contents {
	background: rgb(var(--wht));
	position: relative;
	z-index: 2;
}

/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	border-top: solid 1px rgb(var(--blk));
}

.footer .hotel {
	margin-bottom: 2rem;
	padding: 0 50px 50px;
	border-bottom: solid 1px rgb(var(--blk));
}

.footer .hotel__list {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footer .hotel__list--item {
	margin-bottom: 0.5em;
	width: calc(100% / 3);
}

.footer .hotel__list--item a {
	color: rgb(var(--blk));
	font-size: 18px;
}

@media screen and (max-width: 1200px) {
	.footer .hotel {
		padding: 0 4.16667vw 4.16667vw;
	}

	.footer .hotel__list--item a {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 768px) {
	.footer .hotel {
		padding: 0 5.86667vw 5.86667vw;
	}

	.footer .hotel__list {
		display: block;
	}

	.footer .hotel__list--item {
		width: 100%;
	}

	.footer .hotel__list--item a {
		font-size: 4.26667vw;
	}
}

/* ----------------------------------------------------
	pageNav
---------------------------------------------------- */
.pageNav {
	margin-bottom: 0;
	padding-bottom: 8.05271vw
}

.pageNav__list--item.dogStay a svg {
	width: 67px;
}

.pageNav__list--item.dogStay a svg .cls-1 {
	height: auto;
	fill: rgb(var(--mainColor));
	stroke-width: 0px;
}

.pageNav__list--item.catStay a svg {
	width: 50px;
}

.pageNav__list--item.catStay a svg .cls-1 {
	fill: none;
	stroke-width: 0px;
}

.pageNav__list--item.catStay a svg .cls-2 {
	fill: rgb(var(--mainColor));
	stroke-width: 0px;
}

.pageNav__list--item.catStay a:hover svg .cls-2 {
	fill: rgb(var(--wht));
}

.pageNav__list--item.guide a svg {
	width: 55px;
}

.pageNav__list--item.guide a svg .cls-1 {
	fill-rule: evenodd;
}

.pageNav__list--item.guide a svg .cls-1,
.pageNav__list--item.guide a svg .cls-2 {
	fill: rgb(var(--mainColor));
	stroke-width: 0px;
}

.pageNav__list--item.guide a:hover svg .cls-1,
.pageNav__list--item.guide a:hover svg .cls-2 {
	fill: rgb(var(--wht));
}

@media screen and (max-width: 1200px) {
	.pageNav__list--item.dogStay a svg {
		width: 5.58333vw;
	}

	.pageNav__list--item.catStay a svg {
		width: 4.16667vw;
	}

	.pageNav__list--item.guide a svg {
		width: 4.58333vw;
	}
}

@media screen and (max-width: 768px) {
	.pageNav {
		padding-bottom: 48.8vw;
	}

	.pageNav__list--item a {
		padding-left: 18.4vw;
		width: 100%;
		height: 19.46667vw;
		flex-direction: row;
		justify-content: flex-start;
		position: relative;
	}

	.pageNav__list--item a svg {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.pageNav__list--item.dogStay a svg {
		width: 13.05661vw;
		left: calc((18.4vw - 13.05661vw) / 2);
	}

	.pageNav__list--item.catStay a svg {
		width: 10.15192vw;
		left: calc((18.4vw - 10.15192vw) / 2);
	}

	.pageNav__list--item.guide a svg {
		width: 11.98499vw;
		left: calc((18.4vw - 11.98499vw) / 2);
	}

	.pageNav__list--item a .text {
		margin-left: 3.2vw;
		font-size: 4.8vw;
	}
}

/* ----------------------------------------------------
	contents
---------------------------------------------------- */
.contents__title .name {
	margin: 1rem 0 0;
}

/* ---------------------------------------------------
	header
---------------------------------------------------- */
.header {
	padding: 0 2.19619vw;
}

.header__wrapper {
	position: relative;
}

.header__title {
	width: 39.42522vw;
	position: absolute;
	top: 3.29429vw;
	left: 4.24597vw;
	z-index: 10;
}

.header__lead {
	padding: 0 0 7.32064vw 4.39239vw;
	position: relative;
	z-index: 12;
}

.header__lead--text {
	margin-bottom: 0 !important;
	line-height: 2.5;
	font-size: 1.46413vw;
}

.header__lead--text.big {
	font-size: 1.75695vw;
}

.header .decoration {
	width: 16.69832vw;
	position: absolute;
	right: 20.49780vw;
	bottom: 7vw;
	z-index: 11;
}

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

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

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

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

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

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

	.header__title {
		margin: 10.93333vw 0 6.13333vw;
		width: 70.43152vw;
		position: relative;
		top: 0;
		left: 0;
	}

	.header__lead {
		padding: 0 0 17.6vw;
		position: relative;
		z-index: 12;
	}

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

	.header__lead--text.big {
		margin-top: 1em;
		line-height: 1.5;
		font-size: 5.33333vw;
	}

	.header .decoration {
		width: 31.46667vw;
		position: absolute;
		right: 0;
		bottom: 7vw;
		z-index: 11;
	}

	.header .kvSlide {
		margin-bottom: 12vw;
	}

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

	.header .kvSlide .slick-dots li {
		margin: 0 0.25em;
		width: 2.66667vw;
		height: 2.66667vw;
	}

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

/* ----------------------------------------------------
	section
---------------------------------------------------- */
.section {
	/* margin-bottom: 125px; */
	padding-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 {
		padding-bottom: 10.41667vw;
	}

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

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

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

	.section__title {
		margin-bottom: 4vw;
		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;
	}
}

/* ---------------------------------------------------
	recommendations
---------------------------------------------------- */
.recommendations__list {
	display: flex;
	flex-wrap: wrap;
}

.recommendations__list--item {
	background: #E4ECE2;
	margin-bottom: 30px;
	width: calc((100% - 40px) / 2);
	border-radius: 9px;
	display: flex;
	align-items: center;
}

.recommendations__list--item:nth-child(odd) {
	margin-right: 40px;
}

.recommendations__list--item .image {
	width: 54%;
}

.recommendations__list--item .image img {
	border-radius: 0 9px 9px 0;
}

.recommendations__list--item .details {
	padding: 1rem;
	line-height: 1.5;
	width: 46%;
}

.recommendations__list--item .details__title {
	line-height: 1.25;
	color: rgb(var(--mainColor));
	font-size: 25px;
	font-weight: bold;
}

.recommendations__list--item .details__title .number {
	line-height: 1;
	font-family: var(--pauline);
	font-size: 50px;
	display: block;
}

.recommendations__list--item .details__text {
	margin-top: 0.5rem;
}

.recommendations .facility {
	margin-bottom: 1em;
	font-size: 20px;
}

.recommendations .facility__title {
	color: rgb(var(--mainColor));
}

.recommendations .facility__list ul {
	display: flex;
	flex-wrap: wrap;
}

.recommendations .facility__list ul li:not(:last-of-type)::after {
	content: "／";
}

@media screen and (max-width: 1200px) {
	.recommendations__list--item {
		margin-bottom: 2.5vw;
		width: calc((100% - 3.33333vw) / 2);
	}

	.recommendations__list--item:nth-child(odd) {
		margin-right: 3.33333vw;
	}

	.recommendations__list--item .details__title {
		font-size: 2.08333vw;
	}

	.recommendations__list--item .details__title .number {
		font-size: 4.16667vw;
	}

	.recommendations .facility {
		font-size: 1.66667vw;
	}
}

@media screen and (max-width: 768px) {
	.recommendations__list {
		display: block;
	}

	.recommendations__list--item {
		margin-bottom: 2rem;
		width: 100%;
		border-radius: 2.4vw;
		display: block;
	}

	.recommendations__list--item:nth-child(odd) {
		margin-right: 0;
	}

	.recommendations__list--item .image {
		width: 100%;
	}

	.recommendations__list--item .image img {
		border-radius: 0 0 2.4vw 2.4vw;
	}

	.recommendations__list--item .details {
		padding: 2rem 1rem;
		width: 100%;
	}

	.recommendations__list--item .details__title {
		font-size: 5.86667vw;
	}

	.recommendations__list--item .details__title .number {
		font-size: 13.33333vw;
		display: block;
	}

	.recommendations__list--item .details__text {
		font-size: 3.73333vw;
	}

	.recommendations .facility {
		font-size: 4.26667vw;
	}
}

/* ---------------------------------------------------
	hotels
---------------------------------------------------- */
.hotels {
	margin-bottom: 39.8243vw;
}

.hotels__header {
	margin: 0 auto 4em;
	max-width: 815px;
}

.hotels__header {
	background: #E4ECE2;
	padding: 32px 47px;
	border-radius: 10px;
}

.hotels__header--title {
	margin-bottom: 2rem;
	line-height: 1;
	font-size: 22px;
	text-align: center;
}

.hotels__header .icon {
	display: grid;
	grid-auto-columns: 38.5% 61.5%;
}

.hotels__header .icon .guest {
	margin-bottom: 1em;
	padding-bottom: 1em;
	grid-column: 1/2;
	grid-row: 1/2;
}

.hotels__header .icon .cat {
	grid-column: 1/2;
	grid-row: 2/3;
}

.hotels__header .icon .dog {
	padding-left: 2em;
	grid-column: 2/3;
	grid-row: 1/3;
}

.hotels__header .icon .icon__contents--title {
	line-height: 1;
	color: rgb(var(--brw));
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.hotels__header .icon .cat .icon__contents--title,
.hotels__header .icon .dog .icon__contents--title {
	color: rgb(var(--mainColor));
}

.hotels__header .icon .icon__contents--title::before {
	width: 100%;
	height: 1px;
	border-top: dotted 1px rgb(var(--brw));
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	content: "";
}

.hotels__header .icon .icon__contents--title span {
	background: #E4ECE2;
	padding-right: 0.5em;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.hotels__header .icon .icon__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hotels__header .icon .icon__list--item {
	margin-top: 1rem;
	width: 50%;
}

.hotels__header .icon .dog .icon__list--item {
	width: calc(100% / 3);
}

.hotels__header .icon .icon__list--item .icon__image {
	display: flex;
	align-items: center;
}

.hotels__header .icon .icon__list--item .icon__image img {
	max-width: 38px;
	width: 30%;
}

.hotels__header .icon .icon__list--item .icon__image figcaption {
	margin-left: 0.5em;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.005em;
}

@media screen and (max-width: 915px) {
	.hotels__header {
		padding: 3.49727vw 5.13661vw;
	}

	.hotels__header--title {
		font-size: 2.40437vw;
	}

	.hotels__header .icon .icon__contents--title {
		font-size: 1.96721vw;
	}

	.hotels__header .icon .icon__list--item .icon__image img {
		max-width: 4.15301vw;
	}

	.hotels__header .icon .icon__list--item .icon__image figcaption {
		font-size: 1.74863vw;
	}
}

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

	.hotels__header {
		margin: 0 5.86667vw 2em;
		padding: 5.86667vw;
	}

	.hotels__header--title {
		margin-bottom: 1em;
		font-size: 5.33333vw;
	}

	.hotels__header .icon {
		grid-auto-columns: 100%;
	}

	.hotels__header .icon .guest {
		margin-bottom: 0;
	}

	.hotels__header .icon .icon__contents:not(:last-of-type) {
		padding-bottom: 1.5em;
	}

	.hotels__header .icon .dog {
		padding-left: 0;
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.hotels__header .icon .icon__contents--title {
		font-size: 4.8vw;
	}

	.hotels__header .icon .dog .icon__list--item {
		width: 50%;
	}

	.hotels__header .icon .icon__list--item .icon__image img {
		max-width: 10.13333vw;
	}

	.hotels__header .icon .icon__list--item .icon__image figcaption {
		font-size: 4.26667vw;
	}

	/* 受け入れ */
	/* .hotels__header .icon .dog .icon__list--item:nth-child(1) {
		order: 0;
	} */

	/* ピクニック */
	/* .hotels__header .icon .dog .icon__list--item:nth-child(2) {
		order: 6;
	} */

	/* 専用庭 */
	/* .hotels__header .icon .dog .icon__list--item:nth-child(3) {
		order: 3;
	} */

	/* 大型犬 */
	/* .hotels__header .icon .dog .icon__list--item:nth-child(4) {
		order: 2;
	} */

	/* ドッグラン */
	/* .hotels__header .icon .dog .icon__list--item:nth-child(5) {
		order: 8;
	} */

	/* 客室温泉 */
	/* .hotels__header .icon .dog .icon__list--item:nth-child(6) {
		order: 5;
	} */

	/* レストラン */
	/* .hotels__header .icon .dog .icon__list--item:nth-child(7) {
		order: 4;
	} */

	/* ドッグウォーク */
	/* .hotels__header .icon .dog .icon__list--item:nth-child(8) {
		order: 1;
	} */

	/* ペットスパ */
	/* .hotels__header .icon .dog .icon__list--item:nth-child(9) {
		order: 7;
	} */
}

/*
	hotels__nav
------------------------------ */
.hotels__nav {
	margin: 0 auto 4em;
	padding: 0 50px;
	max-width: 915px;
}

.hotels__nav--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hotels__nav--item {
	width: 30%;
}

.hotels__nav--item a {
	background: rgb(var(--mainColor));
	margin-bottom: 1.5em;
	padding: 1em 0;
	line-height: 1;
	color: rgb(var(--wht));
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border: solid 2px rgb(var(--mainColor));
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hotels__nav--item a svg {
	margin-top: 1em;
	width: 23px;
	height: auto;
	fill: none;
	stroke: #f5f2ed;
	stroke-miterlimit: 10;
}

.hotels__nav--item a:hover {
	background: rgb(var(--wht));
	color: rgb(var(--mainColor));
	opacity: 1;
}

.hotels__nav--item a:hover svg {
	stroke: rgb(var(--mainColor));
}

@media screen and (max-width: 1015px) {
	.hotels__nav {
		padding: 0 4.92611vw;
	}

	.hotels__nav--item a {
		font-size: 1.7734vw;
	}

	.hotels__nav--item a svg {
		width: 2.26601vw;
	}
}

@media screen and (max-width: 768px) {
	.hotels__nav {
		margin-bottom: 1em;
		padding: 0 5.86667vw;
	}

	.hotels__nav--item {
		width: 47.5%;
	}

	.hotels__nav--item a {
		font-size: 4.8vw;
	}

	.hotels__nav--item a svg {
		margin-top: 0.5em;
		width: 5.86667vw;
	}
}

/*
	hotels__contents
------------------------------ */
.hotels__contents {
	padding-bottom: 4em;
}

.hotels__contents--item:not(:last-of-type) {
	margin-bottom: 4em;
}

/* details */
.hotels__contents--item.details {
	display: grid;
	grid-template-columns: 44% 56%;
	;
}

.hotels__contents--item .details__title,
.hotels__contents--item .details__text,
.hotels__contents--item .details__icon,
.hotels__contents--item .details__link {
	padding-right: 4em;
}

.hotels__contents--item .details__title {
	grid-column: 1/2;
	grid-row: 1/2;
}

.hotels__contents--item .details__text {
	grid-column: 1/2;
	grid-row: 2/3;
}

.hotels__contents--item .details__icon {
	grid-column: 1/2;
	grid-row: 3/4;
}

.hotels__contents--item .details__link {
	grid-column: 1/2;
	grid-row: 4/5;
}

.hotels__contents--item .slide {
	grid-column: 2/3;
	grid-row: 1/5;
}

@media screen and (max-width: 768px) {
	.hotels__contents--item:not(:last-of-type) {
		margin-bottom: 2em;
	}

	/* details */
	.hotels__contents--item.details {
		display: grid;
		grid-template-columns: 100%;
	}

	.hotels__contents--item .details__title,
	.hotels__contents--item .details__text,
	.hotels__contents--item .details__icon,
	.hotels__contents--item .details__link {
		padding-right: 0;
	}

	.hotels__contents--item .details__title {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.hotels__contents--item .details__text {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.hotels__contents--item .details__icon {
		grid-column: 1/2;
		grid-row: 4/5;
	}

	.hotels__contents--item .details__link {
		grid-column: 1/2;
		grid-row: 5/6;
	}

	.hotels__contents--item .slide {
		grid-column: 1/2;
		grid-row: 2/3;
	}
}

/* details__title */
.hotels__contents--item .details__title {
	margin-bottom: 1rem;
	line-height: 1.5;
	color: rgb(var(--mainColor));
	font-size: 25px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}

.hotels__contents--item .details__title .area {
	background: rgb(var(--mainColor));
	margin-bottom: 1em;
	max-width: 120px;
	color: rgb(var(--wht));
	font-size: 16px;
	text-align: center;
}

.hotels__contents--item .details__title small {
	font-size: 18px;
}

@media screen and (max-width: 1100px) {
	.hotels__contents--item .details__title {
		font-size: 2.27273vw;
	}

	.hotels__contents--item .details__title .area {
		font-size: 1.45455vw;
	}

	.hotels__contents--item .details__title small {
		font-size: 1.63636vw;
	}
}

@media screen and (max-width: 768px) {
	.hotels__contents--item .details__title {
		font-size: 5.33333vw;
	}

	.hotels__contents--item .details__title .area {
		max-width: 22.93333vw;
		font-size: 3.73333vw;
	}

	.hotels__contents--item .details__title small {
		font-size: 4.26667vw;
	}
}

/* details__text */
.hotels__contents--item .details__text {
	margin-bottom: 1em;
}

/* details__icon */
.hotels__contents--item .details__icon {
	margin-bottom: 1rem;
}

.hotels__contents--item .details__icon--list {
	display: flex;
	align-items: center;
}

.hotels__contents--item .details__icon--list:not(:last-of-type) {
	margin-bottom: 0.5em;
}

.hotels__contents--item .details__icon--list dt {
	width: 12.5%;
	font-size: 18px;
	font-weight: bold;
}

.hotels__contents--item .details__icon--list dd ul {
	display: flex;
}

.hotels__contents--item .details__icon--list dd ul li:not(:last-of-type) {
	margin-right: 0.5em;
}

.hotels__contents--item .details__icon--list dd ul li img {
	width: 38px;
}

@media screen and (max-width: 1100px) {
	.hotels__contents--item .details__icon--list dt {
		font-size: 1.63636vw;
	}

	.hotels__contents--item .details__icon--list dd ul li img {
		width: 3.45455vw;
	}
}

@media screen and (max-width: 768px) {
	.hotels__contents--item .details__icon--list {
		margin-bottom: 1em;
	}

	.hotels__contents--item .details__icon--list dt {
		width: 17.5%;
		font-size: 4.8vw;
	}

	.hotels__contents--item .details__icon--list dd ul li img {
		width: 10.13333vw;
	}
}

/* details__link */
.hotels__contents--item .details__link li:not(:last-of-type) {
	margin-bottom: 1rem;
}

.hotels__contents--item .details__link .linkBtn a {
	max-width: 353px;
	height: 55px;
	font-size: 18px;
	border-width: 1px;
}

.hotels__contents--item .details__link .linkBtn.dog a {
	background: rgb(var(--wht));
	color: rgb(var(--mainColor));
}

.hotels__contents--item .details__link .linkBtn a svg.arrow {
	width: 8px;
	fill: none;
	stroke: rgb(var(--wht));
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
}

.hotels__contents--item .details__link .linkBtn a:hover {
	opacity: 1;
}

.hotels__contents--item .details__link .linkBtn.dog a:hover {
	background: rgb(var(--mainColor));
}

.hotels__contents--item .details__link .linkBtn a:hover svg.arrow {
	stroke: rgb(var(--mainColor));
}

@media screen and (max-width: 1100px) {
	.hotels__contents--item .details__link .linkBtn a {
		height: 5vw;
		font-size: 1.63636vw;
	}

	.hotels__contents--item .details__link .linkBtn a svg.arrow {
		width: 0.72727vw;
	}
}

@media screen and (max-width: 768px) {
	.hotels__contents--item .details__link .linkBtn a {
		max-width: 100%;
		height: 14.66667vw;
		font-size: 4.8vw;
	}

	.hotels__contents--item .details__link .linkBtn a svg.arrow {
		width: 2.13333vw;
	}
}

/* link.dog */
.hotels__contents--item .details__link .linkBtn.dog .icon {
	position: relative;
}

.hotels__contents--item .details__link .linkBtn.dog .icon svg {
	width: 30px;
	vertical-align: middle;
	fill: rgb(var(--mainColor));
	stroke-width: 0px;
	right: auto;
	left: -36px;
}

.hotels__contents--item .details__link .linkBtn.dog a svg.arrow {
	stroke: rgb(var(--mainColor));
}

.hotels__contents--item .details__link .linkBtn.dog a:hover {
	color: rgb(var(--wht));
}

.hotels__contents--item .details__link .linkBtn.dog a:hover .icon svg {
	fill: rgb(var(--wht));
}

.hotels__contents--item .details__link .linkBtn.dog a:hover svg.arrow {
	stroke: rgb(var(--wht));
}

@media screen and (max-width: 1100px) {
	.hotels__contents--item .details__link .linkBtn.dog .icon svg {
		width: 2.72727vw;
		left: -3.27273vw;
	}
}

@media screen and (max-width: 768px) {
	.hotels__contents--item .details__link .linkBtn.dog .icon svg {
		width: 8vw;
		left: -9.6vw;
	}
}

/* slide */
.hotels__contents--item .slide {
	width: 100%;
}

.slide__hotels {
	margin-bottom: 1em;
	line-height: 0;
}

.slide__hotels .slide__hotels--item:not(:last-of-type) {
	margin-bottom: 4em;
}

.thumbnail__item {
	cursor: pointer;
}

.thumbnail .slick-slide {
	padding: 0 0.5em;
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}

.thumbnail .slick-slide:hover,
.thumbnail .slick-slide.slick-current {
	opacity: 1;
}

.thumbnail .slick-track {
	transform: unset !important;
}

@media screen and (max-width: 768px) {
	.hotels__contents--item .slide {
		margin-bottom: 1em;
	}
}

/* ---------------------------------------------------
	travel
---------------------------------------------------- */
/*
	consent
------------------------------ */
.travel .consent__lead {
	margin-bottom: 2.5em;
	font-size: 20px;
}

.travel .concent__details {
	background: #E4ECE2;
	margin: 0 auto;
	padding: 3em 0;
	max-width: 700px;
	width: 100%;
	border: solid 1px rgb(var(--mainColor));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.travel .concent__details--title {
	margin-bottom: 2em;
	font-weight: bold;
}

.travel .concent__details--link {
	width: 100%;
}

.travel .concent__details--link a {
	margin: 0 auto;
	max-width: 354px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.travel .consent__lead {
		line-height: 1.5;
		font-size: 4.26667vw;
	}

	.travel .concent__details {
		padding: 1.5em 0;
	}

	.travel .concent__details--title {
		margin-bottom: 1em;
		line-height: 1.5;
	}

	.travel .concent__details--link a {
		max-width: 75vw;
		width: 75vw;
		font-size: 4.26667vw;
	}
}

/*
	travel__image
------------------------------ */
.travel__image {
	margin: 0 auto 2em;
	max-width: 700px;
}

@media screen and (max-width: 768px) {
	.travel__image {
		margin-bottom: 1.5em;
	}
}

/*
	travel__list
------------------------------ */
.travel__list--item {
	background: #E4ECE2;
	border-radius: 9px;
	display: flex;
	align-items: center;
}

.travel__list--item:not(:last-of-type) {
	margin-bottom: 0.8rem;
}

.travel__list--item::before {
	width: 8%;
	line-height: 1;
	color: rgb(var(--mainColor));
	font-family: var(--pauline);
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

.travel__list--item .details {
	padding: 1rem 0 1rem 1rem;
	border-left: dotted 1px rgb(var(--mainColor));
}

.travel__list--item .details__title {
	color: rgb(var(--mainColor));
	font-size: 25px;
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.travel__list--item::before {
		font-size: 4.16667vw;
	}

	.travel__list--item .details__title {
		font-size: 2.08333vw;
	}

	.travel__list--item .details__text {
		font-size: 1.33333vw;
	}
}

@media screen and (max-width: 768px) {
	.travel__list--item {
		align-items: flex-start;
	}

	.travel__list--item:not(:last-of-type) {
		margin-bottom: 0.8rem;
	}

	.travel__list--item::before {
		padding-top: 1.25rem;
		width: 15%;
		font-size: 8vw;
	}

	.travel__list--item .details {
		padding: 1rem 0.5rem;
		width: 85%;
	}

	.travel__list--item .details__title {
		margin-bottom: 0.5rem;
		line-height: 1.5;
		font-size: 4.8vw;
	}

	.travel__list--item .details__text {
		font-size: 4.26667vw;
	}
}