@charset "UTF-8";

/* ----------------------------------------------------
	main
---------------------------------------------------- */
.main {
	position: relative;
}

.main::before {
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	width: 100%;
	height: 106vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
}

@media screen and (max-width: 768px) {}

/* ----------------------------------------------------
	lead
---------------------------------------------------- */
.lead {
	padding: 72px 50px 0;
	position: relative;
	z-index: 1;
}

.lead__logo {
	margin: 0 auto 43px;
	width: 740px;
}

.lead__title {
	margin-bottom: 40px;
	line-height: 1;
	color: rgb(var(--brn));
	font-family: var(--mincho);
	font-weight: 600;
	text-align: center;
}

.lead__title .date {
	font-size: 25px;
	position: relative;
}

.lead__title .date::before,
.lead__title .date::after {
	background: rgb(var(--brn));
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.lead__title .date::before {
	left: -45px;
}

.lead__title .date::after {
	right: -45px;
}

.lead__title .date .week {
	font-size: 21px;
}

.lead__title .text {
	margin: 16px 0;
	font-size: 35px;
	display: block;
}

.lead__title .en {
	font-family: var(--stix);
	font-size: 38px;
}

.lead__date {
	margin-bottom: 60px;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
}

.lead__date--title {
	font-family: var(--mincho);
	font-size: 22px;
}

.lead__date--details {
	font-family: var(--stix);
	font-size: 34px;
}

@media screen and (max-width: 1000px) {
	.lead {
		padding: 7.2vw 5vw 0;
	}

	.lead__logo {
		margin-bottom: 4.3vw;
		width: 74vw;
	}

	.lead__title {
		margin-bottom: 4vw;
	}

	.lead__title .date {
		font-size: 2.5vw;
	}

	.lead__title .date::before,
	.lead__title .date::after {
		width: 4vw;
	}

	.lead__title .date::before {
		left: -4.5vw;
	}

	.lead__title .date::after {
		right: -4.5vw;
	}

	.lead__title .date .week {
		font-size: 2.1vw;
	}

	.lead__title .text {
		margin: 1.6vw 0;
		font-size: 3.5vw;
	}

	.lead__title .en {
		font-size: 3.8vw;
	}

	.lead__date {
		margin-bottom: 6vw;
	}

	.lead__date--title {
		font-size: 2.2vw;
	}

	.lead__date--details {
		font-size: 3.4vw;
	}
}

@media screen and (max-width: 768px) {
	.lead {
		padding: 4.53333vw 0 0;
	}

	.lead__logo {
		/* margin-bottom: 10.66667vw; */
		margin-bottom: 0;
		width: 91.73333vw;
	}

	.lead__title {
		margin-bottom: 8vw;
	}

	.lead__title i {
		font-family: var(--gothic);
	}

	.lead__title .date {
		/* font-size: 5.86667vw; */
		font-size: 4.26667vw;
	}

	.lead__title .date::before,
	.lead__title .date::after {
		width: 6.4vw;
	}

	.lead__title .date::before {
		left: -7.2vw;
	}

	.lead__title .date::after {
		right: -7.2vw;
	}

	.lead__title .date .week {
		font-size: 4.8vw;
	}

	.lead__title .text {
		/* margin: 9.6vw 0 5.86667vw; */
		margin: 4.8vw 0 3.73333vw;
		line-height: 1.5;
		font-size: 4.26667vw;
		letter-spacing: -0.005em;
	}

	.lead__title .en {
		/* font-size: 10.13333vw; */
		font-size: 8vw;
	}

	.lead__date {
		/* margin-bottom: 12vw; */
		margin-bottom: 8vw;
	}

	.lead__date--title {
		/* font-size: 5.33333vw; */
		font-size: 4.26667vw;
	}

	.lead__date--details {
		/* font-size: 6.93333vw; */
		font-size: 4.26667vw;
	}
}

/*
	about
------------------------------ */
.about {
	background: url(../img/aboutBg.webp) center no-repeat;
	background-size: cover;
	margin: 0 auto 100px;
	width: 826px;
	height: 1177px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about__title {
	margin-bottom: 16px;
	line-height: 1;
	color: rgb(var(--brn));
	font-family: var(--stix);
	font-size: 34px;
	font-weight: 600;
	text-align: center;
}

.about__lead {
	margin-bottom: 32px;
}

.about__lead2 {
	margin-bottom: 0;
}

.about__lead .text,
.about__lead2 .text {
	line-height: 2.5;
	font-family: var(--mincho);
	font-weight: 600;
	left: -0.005em;
	text-align: center;
	margin-bottom: 0;
}

.about__profile {
	margin: 0 auto 24px;
	width: 620px;
	display: flex;
	justify-content: space-around;
}

.about__profile--contents .images {
	margin: 0 auto;
	width: 213px;
}

.about__profile--contents .profile {
	width: 275px;
}

.about__profile--contents .profile__name {
	font-family: var(--mincho);
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.about__profile--contents.prof1 .profile__name {
	color: rgb(var(--pin));
}

.about__profile--contents.prof2 .profile__name {
	color: rgb(var(--gre));
}

.about__profile--contents .profile__details {
	font-size: 14px;
}

.about__logo {
	text-align: center;
}

.about__logo img {
	width: 150px;
}

.about__logo .link a {
	padding-right: 16px;
	line-height: 1;
	color: rgba(var(--blk), 0.5);
	font-family: var(--stix);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}

.about__logo .link a svg {
	width: 10px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.about__logo .link a:hover {
	text-decoration: underline;
}

.readmore {
	display: none;
}

@media screen and (max-width: 1000px) {
	.about {
		margin-bottom: 10vw;
		width: 82.6vw;
		height: 117.7vw;
	}

	.about__title {
		margin-bottom: 1.6vw;
		font-size: 3.4vw;
	}

	.about__lead {
		margin-bottom: 3.2vw;
	}

	.about__lead .text,
	.about__lead2 .text {
		font-size: 1.6vw;
	}

	.about__profile {
		margin-bottom: 2.4vw;
		width: 62vw;
	}

	.about__profile--contents .images {
		width: 21.3vw;
	}

	.about__profile--contents .profile {
		width: 27.5vw;
	}

	.about__profile--contents .profile__name {
		font-size: 2vw;
	}

	.about__profile--contents .profile__details {
		font-size: 1.4vw;
	}

	.about__logo img {
		width: 15vw;
	}

	.about__logo .link a {
		padding-right: 1.6vw;
		font-size: 1.4vw;
	}

	.about__logo .link a svg {
		width: 1vw;
	}

	.readmore {
		position: relative;
		display: block;
		border: none;
		color: rgb(var(--brn));
		font-family: var(--mincho);
		font-size: 3.73333vw;
		font-weight: 600;
		outline: 0;
		cursor: pointer;
		background: none;
		z-index: 100;
		margin-top: 5px;
	}
	.readmore .open {
		display: block;
	}
	.readmore.on-click .open {
		display: none;
	}
	.readmore .close {
		display: none;
	}
	.readmore.on-click .close {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.about {
		background: none;
		margin-bottom: 13.33333vw;
		width: 100%;
		height: auto;
	}

	.about__contents {
		background: url(../img/aboutBg_sp4b.png) center top no-repeat;
		/* background-size: cover; */
		background-size: 100% auto;
		margin: 0 auto;
		margin-top: 20px;
		padding: 5.33333vw 8vw 0;
		width: 85.33333vw;
		/* height: 441.86149vw; */
		/* height: 390vw; */
		height: auto;
		position: relative;
	}
	.about__contents::before {
		content: '';
		background: url(../img/aboutBg_sp4a.png) center no-repeat;
		background-size: 100% auto;
		margin: 0 auto;
		width: 100%;
		height: 80px;
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.about__contents::after {
		content: '';
		background: url(../img/aboutBg_sp4c.png) center no-repeat;
		background-size: 100% auto;
		margin: 0 auto;
		width: 100%;
		height: 80px;
		position: absolute;
		bottom: -90px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	/* .about__contents {
		background: url(../img/aboutBg_sp4.webp) center top no-repeat;
		background-size: 100% auto;
		margin: 0 auto;
		padding: 13.33333vw 8vw 0;
		width: 85.33333vw;
		height: 420vw;
	} */

	.about__title {
		margin-bottom: 4.8vw;
		font-size: 6.13333vw;
	}

	.about__lead {
		margin-bottom: 6.4vw;
	}

	.about__lead .text,
	.about__lead2 .text {
		line-height: 1.8;
		/* font-size: 4.26667vw; */
		font-size: 3.73333vw;
		text-align: left;
		letter-spacing: -0.005em;
	}

	.about__profile {
		margin-bottom: 6.4vw;
		width: 100%;
		display: block;
	}

	.about__profile--contents:not(:last-of-type) {
		margin-bottom: 7.2vw;
	}

	.about__profile--contents .images {
		width: 57.6vw;
	}

	.about__profile--contents .profile {
		margin: 0 auto;
		/* width: 53.33333vw; */
		width: 100%;
	}

	.about__profile--contents .profile__name {
		font-size: 4.8vw;
	}

	.about__profile--contents .profile__details {
		font-size: 3.73333vw;
	}

	.about__logo img {
		width: 46.58331vw;
	}

	.about__logo .link a {
		padding-right: 4.8vw;
		font-size: 3.73333vw;
	}

	.about__logo .link a svg {
		width: 3.2vw;
		transform: translateY(-70%) rotate(-90deg);
	}
}

/* ----------------------------------------------------
	message
---------------------------------------------------- */
.message {
	background: #f7f2e8 url(../img/messageBg.svg) center no-repeat;
	background-size: 766px auto;
	margin-bottom: 117px;
	padding: 90px 0;
}

.message .text {
	line-height: 2.3;
	font-family: var(--mincho);
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.message {
		background-size: 76.6vw auto;
		margin-bottom: 11.7vw;
		padding: 9vw 0;
	}

	.message .text {
		font-size: 2vw;
	}
}

@media screen and (max-width: 768px) {
	.message {
		background-image: url(../img/messageBg_sp.svg);
		/* background-size: auto 62.25246vw; */
		background-size: auto 52vw;
		margin-bottom: 14.66667vw;
		padding: 26.66667vw 0;
		padding: 13.33333vw 0;
	}

	.message .text {
		line-height: 2.22222;
		font-size: 4.26667vw;
		letter-spacing: -0.005em;
	}
}

/* ----------------------------------------------------
	pageNav
---------------------------------------------------- */
.pageNav {
	margin-bottom: 117px;
}

.pageNav__list {
	display: flex;
	justify-content: center;
}

.pageNav__list--item {
	margin: 0 35px;
}

.pageNav__list--link {
	background: rgb(var(--beg));
	width: 328px;
	height: 107px;
	line-height: 1;
	color: rgb(var(--brn));
	font-family: var(--mincho);
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	border: solid 1px rgb(var(--brn));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pageNav__list--link:hover {
	background: rgb(var(--wht));
}

.pageNav__list--link .jp {
	margin: 0.5em 0;
	font-size: 14px;
	display: block;
}

.pageNav__list--link::after {
	background: url(../img/pageNavBg.svg) center no-repeat;
	background-size: cover;
	width: 143px;
	height: 11px;
	display: block;
	content: "";
}

@media screen and (max-width: 1000px) {
	.pageNav {
		margin-bottom: 11.7vw;
	}

	.pageNav__list--item {
		margin: 0 3.5vw;
	}

	.pageNav__list--link {
		width: 32.8vw;
		height: 10.7vw;
		font-size: 2.4vw;
	}

	.pageNav__list--link .jp {
		font-size: 1.4vw;
	}

	.pageNav__list--link::after {
		width: 14.3vw;
		height: 1.1vw;
	}
}

@media screen and (max-width: 768px) {
	.pageNav {
		margin-bottom: 14.66667vw;
	}

	.pageNav__list {
		display: block;
	}

	.pageNav__list--item {
		margin: 0;
		padding: 0 8vw;
	}

	.pageNav__list--item:not(:last-of-type) {
		margin-bottom: 8vw;
	}

	.pageNav__list--link {
		width: 100%;
		height: 28.53333vw;
		font-size: 6.4vw;
	}

	.pageNav__list--link .jp {
		font-size: 3.73333vw;
	}

	.pageNav__list--link::after {
		width: 38.13333vw;
		height: 2.93333vw;
	}
}

/* ----------------------------------------------------
	photo
---------------------------------------------------- */
.photo {
	margin-bottom: 100px;
	padding: 0 50px;
}

.photo__contents {
	background: rgba(var(--wht), 0.8);
	margin: 0 auto;
	padding: 68px 87px;
	width: 1000px;
	font-family: var(--mincho);
	font-weight: 600;
	position: relative;
}

.photo__contents::before {
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border: solid 1px rgb(var(--brn));
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	content: "";
}

.photo__contents * {
	position: relative;
	z-index: 2;
}

.photo__title {
	background: url(../img/titleBg.svg) center top no-repeat;
	background-size: 234px auto;
	margin-bottom: 40px;
	padding-top: 72px;
	line-height: 1;
	color: rgb(var(--brn));
	font-family: var(--stix);
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}

.photo__lead {
	margin-bottom: 24px;
}

.photo__lead .text {
	font-size: 18px;
	text-align: center;
}

.photo__lead .text .sub_text {
	font-size: .8em;
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}

.photo__images {
	margin-bottom: 50px;
}

.photo__details--title {
	margin-bottom: 40px;
	line-height: 1;
	color: rgb(var(--brn));
	font-size: 28px;
	text-align: center;
}

.photo__details--title span {
	display: inline-block;
	position: relative;
}

.photo__details--title span::before,
.photo__details--title span::after {
	background: rgb(var(--brn));
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.photo__details--title span::before {
	left: -40px;
}

.photo__details--title span::after {
	right: -40px;
}

.photo .place {
	margin: 0 auto;
	width: 760px;
	display: flex;
	flex-wrap: wrap;
}

.photo .place__item {
	margin-bottom: 1em;
	width: 360px;
	line-height: 1;
	font-size: 18px;
}

.photo .place__item:nth-child(odd) {
	margin-right: 40px;
}

.photo .place__item a {
	color: rgb(var(--blk));
	text-decoration: none;
	display: flex;
	align-items: center;
}

.photo .place__item a:hover {
	text-decoration: underline;
}

.photo .place__item a img {
	width: 18px;
	height: auto;
}

.photo .place__item a svg .cls-1 {
	fill: #b27c1b;
}

.photo .place__item a svg .cls-2 {
	fill: #fff;
}

@media screen and (max-width: 1100px) {
	.photo {
		margin-bottom: 9.09091vw;
		padding: 0 4.54545vw;
	}

	.photo__contents {
		padding: 6.18182vw 7.90909vw;
		width: 90.90909vw;
	}

	.photo__contents::before {
		width: calc(100% - 1.45455vw);
		height: calc(100% - 1.45455vw);
	}

	.photo__title {
		background-size: 21.27273vw auto;
		margin-bottom: 3.63636vw;
		padding-top: 6.54545vw;
		font-size: 4.54545vw;
	}

	.photo__lead {
		margin-bottom: 2.18182vw;
	}

	.photo__lead .text {
		font-size: 1.63636vw;
	}
	.photo__lead .text .sub_text {
		font-size: 1.43636vw;
	}

	.photo__images {
		margin-bottom: 4.54545vw;
	}

	.photo__details--title {
		margin-bottom: 3.63636vw;
		font-size: 2.54545vw;
	}

	.photo__details--title span::before,
	.photo__details--title span::after {
		width: 3.63636vw;
	}

	.photo__details--title span::before {
		left: -3.63636vw;
	}

	.photo__details--title span::after {
		right: -3.63636vw;
	}

	.photo .place {
		width: 69.09091vw;
	}

	.photo .place__item {
		width: 32.72727vw;
		font-size: 1.63636vw;
	}

	.photo .place__item:nth-child(odd) {
		margin-right: 3.63636vw;
	}

	.photo .place__item a img {
		width: 1.63636vw;
	}
}

@media screen and (max-width: 768px) {
	.photo {
		margin-bottom: 12.8vw;
		padding: 0 8vw;
	}

	.photo__contents {
		padding: 11.2vw 4.8vw;
		width: 100%;
	}

	.photo__title {
		/* background-size: 45.86667vw auto;
		margin-bottom: 9.6vw;
		padding-top: 14.93333vw;
		font-size: 9.06667vw; */
		background-size: 45% auto;
		margin-bottom: 6.4vw;
		padding-top: 12vw;
		font-size: 6.4vw;
	}

	.photo__lead {
		margin-bottom: 9.6vw;
	}

	.photo__lead .text {
		/* font-size: 4.26667vw; */
		font-size: 3.73333vw;
		letter-spacing: -0.005em;
	}
	.photo__lead .text .sub_text {
		font-size: 3.03333vw
	}

	.photo__images {
		margin: 0 auto 6.4vw;
		width: 69.33333vw;
	}

	.photo__details--title {
		margin-bottom: 6.4vw;
		font-size: 4.8vw;
	}

	.photo__details--title span::before,
	.photo__details--title span::after {
		width: 6.4vw;
	}

	.photo__details--title span::before {
		left: -6.4vw;
	}

	.photo__details--title span::after {
		right: -6.4vw;
	}

	.photo .place {
		width: 100%;
		display: block;
	}

	.photo .place__item {
		width: 100%;
		font-size: 3.73333vw;
		text-align: center;
		letter-spacing: -0.005em;
	}

	.photo .place__item:nth-child(odd) {
		margin-right: 0;
	}

	.photo .place__item a {
		justify-content: center;
	}

	.photo .place__item a img {
		width: 3.2vw;
		height: auto;
	}

	.photo .place__item a svg {
		width: 3.2vw;
		height: auto;
		display: none;
	}
}

/* ----------------------------------------------------
	collaboration
---------------------------------------------------- */
.collaboration {
	background: url(../img/collaborationBg.webp) center top repeat-y;
	background-size: 100% auto;
	padding: 120px 50px;
}

.collaboration__contents {
	margin: 0 auto;
	width: 1000px;
	font-family: var(--mincho);
	font-weight: 600;
}

.collaboration__title {
	background: url(../img/titleBg.svg) center top no-repeat;
	background-size: 234px auto;
	margin-bottom: 40px;
	padding-top: 72px;
	line-height: 1;
	color: rgb(var(--brn));
	font-family: var(--stix);
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}

.collaboration__lead {
	margin-bottom: 24px;
}

.collaboration__lead .text {
	font-size: 18px;
	text-align: center;
}

.collaboration__nav {
	margin-bottom: 17px;
}

.collaboration__nav--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.collaboration__nav--item {
	margin-bottom: 27px;
}

.collaboration__nav--item:not(:nth-child(3n)) {
	margin-right: 20px;
}

.collaboration__nav--item a {
	background: rgb(var(--wht));
	padding: 0 54px 0 20px;
	height: 50px;
	line-height: 1;
	color: rgb(var(--brn));
	font-size: 18px;
	text-decoration: none;
	letter-spacing: -0.005em;
	border: solid 1px rgb(var(--brn));
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.collaboration__nav--item a svg {
	width: 15px;
	height: auto;
	fill: rgb(var(--brn));
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(270deg);
}

@media screen and (max-width: 1100px) {
	.collaboration {
		padding: 10.90909vw 4.54545vw;
	}

	.collaboration__contents {
		width: 90.90909vw;
	}

	.collaboration__title {
		background-size: 21.27273vw auto;
		margin-bottom: 3.63636vw;
		padding-top: 6.54545vw;
		font-size: 4.54545vw;
	}

	.collaboration__lead {
		margin-bottom: 2.18182vw;
	}

	.collaboration__lead .text {
		font-size: 1.63636vw;
	}

	.collaboration__nav {
		margin-bottom: 1.54545vw;
	}

	.collaboration__nav--item {
		margin-bottom: 2.45455vw;
	}

	.collaboration__nav--item:not(:nth-child(3n)) {
		margin-right: 1.81818vw;
	}

	.collaboration__nav--item a {
		padding: 0 4.90909vw 0 1.81818vw;
		height: 4.54545vw;
		font-size: 1.63636vw;
		border-radius: 4.54545vw;
	}

	.collaboration__nav--item a svg {
		width: 1.36364vw;
		right: 1.81818vw;
	}
}

@media screen and (max-width: 768px) {
	.collaboration {
		padding: 24vw 8vw;
	}

	.collaboration__contents {
		width: 100%;
	}

	.collaboration__title {
		background-size: 45.86667vw auto;
		margin-bottom: 9.6vw;
		padding-top: 14.93333vw;
		font-size: 9.06667vw;
	}

	.collaboration__lead {
		margin-bottom: 9.6vw;
	}

	.collaboration__lead .text {
		font-size: 4.26667vw;
		letter-spacing: -0.005em;
	}

	.collaboration__nav {
		margin-bottom: 13.33333vw;
	}

	.collaboration__nav--list {
		display: block;
	}

	.collaboration__nav--item {
		margin-bottom: 5.06667vw;
	}

	.collaboration__nav--item:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.collaboration__nav--item a {
		padding: 0 0 0 4.26667vw;
		height: 12.53333vw;
		font-size: 4vw;
		border-radius: 12.53333vw;
		display: flex;
		justify-content: flex-start;
	}

	.collaboration__nav--item a svg {
		width: 4vw;
		right: 2.66667vw;
	}
}

/* ----------------------------------------------------
	hotels
---------------------------------------------------- */
.hotels {
	background: rgb(var(--wht));
	padding: 50px 0;
	border: solid 1px rgb(var(--brn));
	position: relative;
}

.hotels:not(:last-of-type) {
	margin-bottom: 54px;
}

.hotels::before,
.hotels::after {
	width: calc(100% - 20px);
	height: 76px;
	position: absolute;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	content: "";
}

.hotels::before {
	background: url(../img/hotelsBgTop.svg) center no-repeat;
	background-size: cover;
	top: 10px;
}

.hotels::after {
	background: url(../img/hotelsBgBottom.svg) center no-repeat;
	background-size: cover;
	bottom: 10px;
}

.hotels__title {
	background: url(../img/pageNavBg.svg) center bottom no-repeat;
	background-size: 288px auto;
	padding-bottom: 47px;
	line-height: 1;
	color: rgb(var(--brn));
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.hotels__date {
	margin-top: 18px;
	line-height: 1;
	color: rgb(var(--brn));
	font-size: 25px;
	text-align: center;
}

.hotels__date small {
	font-size: 20px;
}

@media screen and (max-width: 1100px) {
	.hotels {
		padding: 4.54545vw 0;
	}

	.hotels:not(:last-of-type) {
		margin-bottom: 4.90909vw;
	}

	.hotels::before,
	.hotels::after {
		width: calc(100% - 1.81818vw);
		height: 6.90909vw;
	}

	.hotels::before {
		top: 0.90909vw;
	}

	.hotels::after {
		bottom: 0.90909vw;
	}

	.hotels__title {
		background-size: 26.18182vw auto;
		padding-bottom: 4.27273vw;
		font-size: 2.72727vw;
	}

	.hotels__date {
		margin-top: 1.63636vw;
		font-size: 2.27273vw;
	}

	.hotels__date small {
		font-size: 1.81818vw;
	}
}

@media screen and (max-width: 768px) {
	.hotels {
		padding: 16.8vw 0;
	}

	.hotels:not(:last-of-type) {
		margin-bottom: 4.8vw;
	}

	.hotels::before,
	.hotels::after {
		width: 82.34992vw;
		height: 8.26667vw;
	}

	.hotels::before {
		background: url(../img/hotelsBgTop_sp.svg) center no-repeat;
		background-size: cover;
		top: 1.33333vw;
	}

	.hotels::after {
		background: url(../img/hotelsBgBottom_sp.svg) center no-repeat;
		background-size: cover;
		bottom: 1.33333vw;
	}

	.hotels__title {
		/* background-size: 76.8vw auto;
		padding-bottom: 11.73333vw; */
		background-size: 50% auto;
		padding-bottom: 7.2vw;
		line-height: 1.25;
		font-size: 6.93333vw;
		font-size: 4.26667vw;
	}

	.hotels__date {
		margin-top: 4.8vw;
		/* font-size: 5.33333vw; */
		font-size: 3.73333vw;
	}

	.hotels__date small {
		font-size: 3.73333vw;
	}
}

/*
	hotels__contents
------------------------------ */
.hotels__contents {
	margin: 35px auto 0;
	width: 620px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.hotels__images {
	margin-bottom: 30px;
	width: 100%;
}

.hotels .category {
	margin-bottom: 22px;
	display: flex;
}

.hotels .category__item {
	margin-right: 12px;
	padding: 0 0.75em;
	height: 24px;
	line-height: 1;
	color: rgb(var(--wht));
	font-family: var(--gothic);
	font-size: 16px;
	font-weight: 500;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hotels .category__item.type1 {
	background: rgb(var(--brn));
}

.hotels .category__item.type2 {
	background: rgb(237, 105, 140);
	background: linear-gradient(90deg, rgba(237, 105, 140, 1) 0%, rgba(150, 192, 114, 1) 100%);
}

.hotels__details {
	margin-bottom: 2em;
}

.hotels__details--title {
	margin-bottom: 16px;
	line-height: 1.5;
	font-size: 26px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.hotels__details--title i {
	margin-right: 0.25em;
	font-size: 0.8em;
}

#otsu .hotels__details--title {
	flex-direction: column;
}

#otsu .hotels__details--title span {
	width: 100%;
	display: flex;
	align-items: center;
}

.hotels__details--text .price {
	margin-bottom: 1em;
	font-size: 17px;
	letter-spacing: -0.005em;
}

.hotels__details--text .price .notes {
	font-size: 14px;
	display: block;
}

.hotels__details--text .text {
	margin-bottom: 1em;
	font-family: var(--gothic);
	font-size: 14px;
	font-weight: 400;
}

.hotels__details .place {
	margin: 1em 0;
	font-family: var(--gothic);
}

.hotels__details .place li {
	display: flex;
	align-items: center;
}

.hotels__details .place li::before {
	margin-right: 0.5em;
	color: rgb(var(--brn));
	font-size: 10px;
	content: "◆";
}

.hotels__details .place li i {
	margin: 0 0.25em;
	color: #808080;
	font-size: 12px;
}

.hotels .linkBtn {
	margin-top: auto;
	width: 100%;
}

.hotels .linkBtn a {
	background: rgb(var(--brn));
	margin: 0 auto;
	padding-left: 33px;
	width: 267px;
	height: 60px;
	color: rgb(var(--wht));
	font-family: var(--gothic);
	font-weight: 400;
	border: solid 2px rgb(var(--brn));
	justify-content: flex-start;
}

.hotels .linkBtn a svg {
	width: 15px;
	height: auto;
	fill: rgb(var(--wht));
	position: absolute;
	top: 50%;
	right: 27px;
	transform: translateY(-50%) rotate(270deg);
}

.hotels .linkBtn a:hover {
	background: rgb(var(--wht));
	color: rgb(var(--brn));
}

.hotels .linkBtn a:hover svg {
	fill: rgb(var(--brn));
}

.hotels .linkBtn2 {
	display: flex;
	margin-top: auto;
	width: 100%;
}

.hotels .linkBtn2 a {
	background: rgb(var(--brn));
	margin: 0 auto;
	padding-left: 20px;
	width: 267px;
	height: 80px;
	color: rgb(var(--wht));
	font-family: var(--gothic);
	font-weight: 400;
	border: solid 2px rgb(var(--brn));
	justify-content: flex-start;
	line-height: 1.3;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
}

.hotels .linkBtn2 a span {
	font-size: 12px;
}

.hotels .linkBtn2 a svg {
	width: 15px;
	height: auto;
	fill: rgb(var(--wht));
	position: absolute;
	top: 50%;
	right: 27px;
	transform: translateY(-50%) rotate(270deg);
}

.hotels .linkBtn2 a:hover {
	background: rgb(var(--wht));
	color: rgb(var(--brn));
}

.hotels .linkBtn2 a:hover svg {
	fill: rgb(var(--brn));
}

@media screen and (max-width: 1100px) {
	.hotels__contents {
		margin-top: 3.18182vw;
		width: 56.36364vw;
	}

	.hotels__images {
		margin-bottom: 2.72727vw;
	}

	.hotels .category {
		margin-bottom: 2vw;
	}

	.hotels .category__item {
		margin-right: 1.09091vw;
		height: 2.18182vw;
		font-size: 1.45455vw;
		border-radius: 2.18182vw;
	}

	.hotels__details--title {
		margin-bottom: 1.45455vw;
		font-size: 2.36364vw;
	}

	.hotels__details--text .price {
		line-height: 1.5;
		font-size: 1.54545vw;
	}

	.hotels__details--text .price .notes {
		font-size: 1.27273vw;
	}

	.hotels__details--text .text {
		font-size: 1.27273vw;
	}

	.hotels__details .place li {
		font-size: 1.45455vw;
	}

	.hotels__details .place li::before {
		font-size: 0.90909vw;
	}

	.hotels__details .place li i {
		font-size: 1.09091vw;
	}

	.hotels .linkBtn a {
		padding-left: 3vw;
		width: 24.27273vw;
		height: 5.45455vw;
	}

	.hotels .linkBtn a svg {
		width: 1.36364vw;
		right: 2.45455vw;
	}

	.hotels .linkBtn2 {
		display: block;
	}
	
	.hotels .linkBtn2 a {
		margin-bottom: 10px;
		height: 90px;
	}

	.hotels .linkBtn2 a span {
		display: inline-block;
		line-height: 1.3;
		margin-top: 3px;
	}
}

@media screen and (max-width: 768px) {
	.hotels__contents {
		/* margin-top: 9.6vw; */
		margin-top: 7.2vw;
		padding: 0 7.2vw;
		width: 100%;
	}

	.hotels__images {
		margin-bottom: 7.73333vw;
	}

	.hotels .category {
		margin-bottom: 5.33333vw;
	}

	.hotels .category__item {
		margin-right: 3.2vw;
		height: 6.4vw;
		font-size: 3.73333vw;
		border-radius: 6.4vw;
	}

	.hotels__details--title {
		margin-bottom: 4.26667vw;
		line-height: 1.5;
		/* font-size: 5.33333vw; */
		font-size: 4.87vw;
	}

	.hotels__details--text .price {
		/* font-size: 4.26667vw; */
		font-size: 3.73333vw;
	}

	.hotels__details--text .price .notes {
		font-size: 3.2vw;
	}

	.hotels__details--text .text {
		font-size: 3.73333vw;
	}

	.hotels__details .place li {
		font-size: 3.73333vw;
	}

	.hotels__details .place li::before {
		font-size: 2.66667vw;
	}

	.hotels__details .place li i {
		font-size: 3.2vw;
	}

	.hotels .linkBtn a {
		padding-left: 8.8vw;
		width: 100%;
		height: 16vw;
	}

	.hotels .linkBtn a svg {
		width: 4vw;
		right: 7.2vw;
	}

	.hotels__contents.pc {
		display: none;
	}
}

/*
	hotelsSlide
------------------------------ */
.hotelsSlide .slick-list {
	height: 100%;
}

.hotelsSlide .slick-track {
	height: 100%;
	display: flex;
}

.hotelsSlide .slick-slide {
	height: auto;
	display: flex;
}

.hotelsSlide .slick-slide.hotels__contents {
	margin: 35px 36px 60px;
}

/* slick-dots */
.hotelsSlide .slick-dots {
	bottom: 0;
	z-index: 100;
}

.hotelsSlide .slick-dots li {
	margin: 0 10px;
}

.hotelsSlide .slick-dots li button {
	padding: 0;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	position: relative;
}

.hotelsSlide .slick-dots li button::before {
	background-color: #ccc;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
}

.hotelsSlide .slick-dots li.slick-active button {
	background: url(../img/dots-active.svg) center no-repeat;
	background-size: cover;
}

.hotelsSlide .slick-dots li.slick-active button::before {
	opacity: 0;
}

/* slick-arrow */
.hotelsSlide .slick-arrow {
	background: url(../img/arrows-link.svg) center no-repeat;
	background-size: cover;
	width: 56px;
	height: 56px;
	top: 203px;
	transform: translate(0);
	z-index: 100;
}

.hotelsSlide .slick-prev {
	left: 160px;
	transform: rotate(180deg) translate(0);
}

.hotelsSlide .slick-next {
	right: 160px;
}

@media screen and (max-width: 1100px) {
	.hotelsSlide .slick-slide.hotels__contents {
		margin: 3.18182vw 3.27273vw 5.45455vw;
	}

	/* slick-dots */
	.hotelsSlide .slick-dots li {
		margin: 0 0.90909vw;
	}

	.hotelsSlide .slick-dots li button {
		width: 2.81818vw;
		height: 2.81818vw;
	}

	.hotelsSlide .slick-dots li button::before {
		width: 1.27273vw;
		height: 1.27273vw;
		border-radius: 1.27273vw;
	}

	/* slick-arrow */
	.hotelsSlide .slick-arrow {
		width: 5.09091vw;
		height: 5.09091vw;
		top: 18.45455vw;
	}

	.hotelsSlide .slick-prev {
		left: 14.54545vw;
	}

	.hotelsSlide .slick-next {
		right: 14.54545vw;
	}
}

@media screen and (max-width: 768px) {
	.hotelsSlide .slick-list {
		height: auto;
	}

	.hotelsSlide .slick-track {
		height: auto;
		display: block;
	}

	.hotelsSlide .slick-slide.hotels__contents {
		margin: 3.18182vw 0 5.45455vw;
		margin: 7.2vw 0 5.45455vw;
		width: 100%;
	}

	/* slick-dots */
	.hotelsSlide .slick-dots {
		bottom: -7.46667vw;
	}

	.hotelsSlide .slick-dots li {
		margin: 0 2.4vw;
	}

	.hotelsSlide .slick-dots li button {
		width: 8.26667vw;
		height: 8.26667vw;
	}

	.hotelsSlide .slick-dots li button::before {
		width: 3.73333vw;
		height: 3.73333vw;
		border-radius: 3.73333vw;
	}

	/* slick-arrow */
	.hotelsSlide .slick-arrow {
		width: 10.66667vw;
		height: 10.66667vw;
		top: 20vw;
	}

	.hotelsSlide .slick-prev {
		left: -5.33333vw;
	}

	.hotelsSlide .slick-next {
		right: -5.33333vw;
	}
}

/*
	gallery
------------------------------ */
.gallery {
	background-color: #f7f2e8;
	margin: 50px auto;
	padding: 0;
	width: 85%;
	border-width: 2px;
	border: none;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.gallery::before {
	background: none;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: solid 1px rgb(var(--brn));
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	content: "";
}

.gallery::after {
	display: none;
}

.gallery__images {
	width: 609px;
}

.gallery__contents {
	padding: 0 40px;
	width: 392px;
	position: relative;
	z-index: 2;
}

.gallery__contents--title {
	margin-bottom: 0.25em;
	line-height: 1;
	color: rgb(var(--brn));
	font-size: 35px;
}

.gallery__contents--title small {
	margin-bottom: 0.5em;
	font-size: 14px;
	display: block;
}

.gallery__contents--details {
	font-size: 14px;
}

.gallery__contents--details p:not(:last-of-type) {
	margin-bottom: 0.5em;
}

.gallery__contents--details .date {
	color: rgb(var(--brn));
	font-size: 18px;
}

.gallery__contents--details .text {
	font-family: var(--gothic);
	font-weight: 400;
}

.gallery__contents--details .place {
	margin-bottom: 1em;
	font-family: var(--gothic);
	display: flex;
	align-items: center;
}

.gallery__contents--details .place::before {
	margin-right: 0.5em;
	color: rgb(var(--brn));
	font-size: 10px;
	content: "◆";
}

@media screen and (max-width: 1100px) {
	.gallery__images {
		width: 55.36364vw;
	}

	.gallery__contents {
		padding: 3.63636vw;
		width: 35.63636vw;
	}

	.gallery__contents--title {
		font-size: 3.18182vw;
	}

	.gallery__contents--title small {
		font-size: 1.27273vw;
		letter-spacing: -0.005em;
	}

	.gallery__contents--details {
		font-size: 1.27273vw;
	}

	.gallery__contents--details .date {
		font-size: 1.63636vw;
	}

	.gallery__contents--details .place::before,
	.gallery__contents--details .note li {
		font-size: 0.90909vw;
	}
}

@media screen and (max-width: 768px) {
	.gallery {
		margin: 16vw auto 12vw !important;
		width: 100%;
		display: block;
	}

	.gallery__images {
		width: 100%;
	}

	.gallery__contents {
		padding: 7.2vw;
		width: 100%;
	}

	.gallery__contents--title {
		font-size: 6.93333vw;
	}

	.gallery__contents--title small {
		font-size: 3.73333vw;
	}

	.gallery__contents--details {
		font-size: 3.73333vw;
	}

	.gallery__contents--details .date {
		font-size: 4.8vw;
	}

	.gallery__contents--details .place::before,
	.gallery__contents--details .note li {
		font-size: 2.66667vw;
	}
}

/* ----------------------------------------------------
	banner
---------------------------------------------------- */
.banner {
	background: url(../img/bannerBg.webp) center no-repeat;
	background-size: cover;
	padding: 75px 22px 22px;
	color: rgb(var(--wht));
	position: relative;
	z-index: 1;
}

.banner__title {
	margin-bottom: 26px;
	font-family: var(--mincho);
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}

.banner a {
	vertical-align: bottom;
	opacity: 1;
	border: solid 3px transparent;
	overflow: hidden;
	display: block;
	position: relative;
	transition: all 0.5s ease 0s;
}

.banner__list a::before {
	background: rgb(var(--wht));
	width: 60px;
	height: 100%;
	opacity: 0;
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	content: "";
}

.banner__list a:hover {
	border-color: #bd9a4e;
}

@media screen and (max-width: 1000px) {
	.banner {
		padding: 7.5vw 2.2vw 2.2vw;
	}

	.banner__title {
		margin-bottom: 2.6vw;
		font-size: 2.6vw;
	}
}

@media screen and (max-width: 768px) {
	.banner {
		background: url(../img/bannerBg_sp.webp) center no-repeat;
		background-size: cover;
		padding: 9.6vw calc(2.13333vw - 3px) calc(2.13333vw - 3px);
	}

	.banner__title {
		margin-bottom: 4.8vw;
		/* font-size: 4.8vw; */
		font-size: 3.2vw;
		letter-spacing: -0.005em;
	}
}

/*
	banner
------------------------------ */
.hotels.kioichoBanner {
	background: none;
	margin: 0 auto 50px;
	width: 85%;
	padding: 0;
	border: none;
}

.hotels.kioichoBanner::before,
.hotels.kioichoBanner::after {
	display: none;
}

.kioichoBanner__title {
	margin-bottom: 0.75em;
	color: rgb(var(--brn));
	font-size: 20px;
	text-align: center;
}

.kioichoBanner__inner {
	background: rgb(var(--brn));
	/* border: solid 4px rgb(var(--brn)); */
}

.kioichoBanner__inner img {
	vertical-align: bottom;
}

@media screen and (max-width: 1100px) {
	.kioichoBanner__title {
		font-size: 1.81818vw;
	}
}

@media screen and (max-width: 768px) {
	.hotels.kioichoBanner {
		margin-bottom: 0;
	}

	.kioichoBanner__title {
		margin-bottom: 1em;
		line-height: 1.5;
		/* font-size: 4.26667vw; */
		font-size: 3.73333vw;
		letter-spacing: -0.005em;
	}
}


.slick-initialized .slick-slide .txt-caption{/*
	font-size: .8em;*//*
		font-size: 3.03333vw;
		font-size: 3.03333vw*/
		/*font-size: 2.61818vw;*/
	font-size: .6em;
	text-align: center;
	
}

.slick-initialized .slick-slide .txt-caption span{
	font-size: 1.4em;
	
}

@media screen and (min-width: 769px) {
	.slick-initialized .slick-slide .txt-caption {/*
		font-size: 3.03333vw*/
		font-size: 2.61818vw;
	}
.slick-initialized .slick-slide .txt-caption span{
		font-size: 2.61818vw;
	
}
}


@media screen and (min-width: 1100px) {
	.slick-initialized .slick-slide .txt-caption {
	font-size: 1em;
	}
.slick-initialized .slick-slide .txt-caption span{
	font-size: 1.3em;
	
}
}