@charset "UTF-8";

/* ----------------------------------------------------
 共有
---------------------------------------------------- */
.w869 {
	margin-top: -70px;
	padding-bottom: 178px;
	position: relative;
	z-index: 30;
}

.w869 img.img {
	border-radius: 20px;
}

.mt47 {
	margin-top: 47px;
}

.mt67 {
	margin-top: 67px;
}

.mt79 {
	margin-top: 79px;
}

.contents_wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.contents_wrap .slide,
.contents_wrap .area_txt,
.contents_wrap .area_img {
	width: 50%;
}

.contents_wrap .area_txt {
	margin-left: 46px;
}

.contents_wrap .slide {
	height: 270px;
}

.contents_wrap .area_txt h3 {
	color: #B30637;
	font-size: min(2.8rem, 2.05vw);
	font-weight: 500;
	padding-bottom: 16px;
}

.contents_wrap .area_txt h4 {
	font-size: min(2rem, 1.464vw);
	font-weight: 500;
	line-height: 29px;
	padding-bottom: 16px;
}

.contents_wrap .area_txt h4 span {
	color: #B30637;
	padding-left: 10px;
}

.contents_wrap .area_txt p {
	line-height: 27px;
	padding-bottom: 30px;
	margin-bottom: 0;
}

/* typeB */
.contents_wrap.typeB .area_txt {
	margin-left: 0;
	margin-right: 46px;
}

.contents_wrap.typeB .slide,
.contents_wrap.typeB .area_img {
	order: 2;
}

.contents {
	border: 2px solid #B30637;
	padding: 30px 174px;
	text-align: center;
	margin-top: 67px;
}

.contents p {
	color: #B30637;
	font-size: min(2rem, 1.464vw);
	font-weight: 500;
	line-height: 29px;
	padding-bottom: 28px;
}

.contents a.btn {
	margin: 0 auto;
}

a.btn {
	display: flex;
	width: 322px;
	height: 78px;
	padding: 20px 50px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 60px;
	border: 1px solid #B30637;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #D9D9D9;
	font-size: min(1.6rem, 1.171vw);
	line-height: 27px;
	color: #B30637;
}
a.btn:hover {
	border: 1px solid #fff;
	background: linear-gradient(0deg, #B30637 0%, #B30637 100%), #B30637;
	color: #fff;
	opacity: 1;
}

.note {
	font-size: min(1.2rem, 0.878vw);
}
.note::before {
	content: '※';
}

.area_txt .data {
	padding-bottom: 10px;
}

.area_txt .data span.bold {
	font-size: min(2rem, 1.464vw);
	font-weight: 500;
}

.area_note {
	padding-bottom: 18px;
}

.item {
	position: absolute;
}

.item.typeA {
	width: 139px;
	top: -60px;
	left: -160px;
}

.item.typeB {
	width: 97px;
	top: 130px;
	right: -140px;
}

.item.typeC {
	width: 145px;
	bottom: 10px;
	left: -160px;
}

.item.typeD {
	width: 177px;
	bottom: -110px;
	right: -140px;
}

.item.typeE {
	width: 145px;
	bottom: 40px;
	left: -130px;
}

.item.typeF {
	width: 213px;
	bottom: -210px;
	right: -190px;
}

.item.typeG {
	width: 145px;
	top: 0px;
	left: -170px;
}

@media screen and (max-width: 768px) {
	.w869 {
		margin-top: 0;
		padding-bottom: 80px;
	}
	.contents_wrap {
		display: block;
	}
	.contents_wrap .slide,
	.contents_wrap .area_txt,
	.contents_wrap .area_img {
		width: 100%;
	}
	.contents_wrap .slide {
		width: 100%;
		height: auto;
	}
	.contents_wrap .area_txt {
		margin-left: 0;
		padding-top: 20px;
	}
	.contents_wrap.typeB .area_txt {
		margin-right: 0;
	}
	.contents_wrap .area_txt h3 {
		font-size: min(2.4rem, 6.4vw);
	}
	.contents_wrap .area_txt h4 {
		font-size: min(1.6rem, 4.267vw);
		line-height: 23.2px;
	}
	.contents {
		padding: 25px 0;
		text-align: center;
		margin-top: 30px;
	}
	.contents p {
		font-size: min(1.4rem, 3.733vw);
		line-height: 23.2px;
		padding-bottom: 12px;
	}
	a.btn {
		width: 257.6px;
		height: 62.4px;
		margin: 0 auto;
		font-size: min(1.4rem, 3.733vw);
	}
	.note {
		font-size: min(1.2rem, 3.2vw);
	}
	.area_txt .data {
		padding-bottom: 20px;
	}
	.area_txt .data span.bold {
		font-size: min(2rem, 5.333vw);
	}
	.area_note {
		padding-bottom: 30px;
	}
	.item {
		display: none;
	}
}

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

.mv h1 {
	padding-left: 80px;
	position: relative;
	z-index: 10;
}

.mv .line {
	background: #B30637;
	height: 250px;
	padding-top: 33px;
	position: relative;
	top: -190px;
}

.mv .line h2 {
	width: 137.051px;
	height: 28.1px;
	margin: 0 auto;
}

.mv .line .wrap {
	max-width: 886px;
	margin: 18px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mv .line .wrap a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.94px;
	color: #fff;
	font-size: min(1.6rem, 1.171vw);
}

.mv .line .wrap a img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.mv .line .w1400 {
	position: relative;
	z-index: 11;
}

.mv .line .w1400 .item {
	width: 300.98px;
	position: absolute;
	bottom: -60px;
	left: -40px;
}

@media screen and (max-width: 1320px) {
	.mv .line .w1400 .item {
		width: 20vw;
		bottom: -40px;
	}
}

@media screen and (max-width: 1250px) {
	.mv .line .w1400 .item {
		width: 15vw;
		bottom: -10px;
	}
}

@media screen and (max-width: 1090px) {
	.mv .line .w1400 .item {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.mv {
		padding-top: 0;
	}
	.mv h1 {
		padding-left: 0;
	}
	.mv .line {
		top: -40px;
		height: auto;
		padding: 33px 0;
	}
	.mv .line h2 {
		width: 99.74px;
		height: auto;
	}
	.mv .line .wrap {
		flex-wrap: wrap;
		margin: 20px 30px 0;
	}
	.mv .line .wrap a {
		width: 33.3333%;
		font-size: min(1.1rem, 2.933vw);
		margin-bottom: 20px;
	}
	.mv .line .wrap a img {
		width: 75%;
	}
}

/* ----------------------------------------------------
 STAY PLAN
---------------------------------------------------- */
.stay h2 {
	width: 194.47px;
	margin: 0 auto;
}

.stay .contents_img {
	margin-top: 50px;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.stay {
		padding: 0 10px;
	}
	.stay h2 {
		width: 155.576px;
		margin-bottom: 40px;
	}
	.stay .contents_img {
		display: none;
	}
}


/* ----------------------------------------------------
 CHRISTMAS CAKE
---------------------------------------------------- */
.cake {
	margin-top: 110px;
}

.cake h2 {
	width: 332.47px;
	margin: 0 auto;
}

.cake h3 {
	font-size: min(2rem, 1.464vw);
	font-weight: 500;
	text-align: center;
	line-height: 29px;
	margin-top: 16.5px;
}

.cake h3 span {
	border: 1px solid #B30637;
	color: #B30637;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 400;
	padding: 0 5px;
	margin-left: 10px;
}

.cake .contents_wrap {
	margin-top: 45px;
}

.cake .contents_wrap .area_img .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 33px;
}

.cake .contents_wrap .area_img .wrap div,
.cake .contents_wrap .area_img .wrap p {
	width: 48%;
}

.cake .contents_wrap .area_img .wrap p {
	color: #B30637;
	line-height: 27px;
}

.area_txt .data li::before {
	content: '●';
	color: #B30637;
	margin-right: 5px;
}

.cake .area_txt .merchandise {
	padding-bottom: 20px;
}

.cake .area_txt .merchandise li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 250px;
}

.cake .area_txt .merchandise li p {
	padding-bottom: 5px;
}

.cake .area_txt .merchandise li p span {
	color: #B30637;
	margin-right: 5px;
}

.cake .area_txt .merchandise li p:nth-of-type(2) {
	font-size: min(2rem, 1.464vw);
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.cake {
		margin-top: 70px;
		padding: 0 10px;
	}
	.cake h2 {
		width: 265.976px;
		margin: 0 auto;
	}
	.cake h3 {
		font-size: min(1.8rem, 4.8vw);
	}
	.cake h3 span {
		font-size: min(1.4rem, 3.733vw);
	}
	.cake .contents_wrap .area_img .wrap {
		align-items: flex-start;
		margin-top: 20px;
	}
	.cake .contents_wrap .area_img .wrap div {
		width: 40%;
	}
	.cake .contents_wrap .area_img .wrap p {
		width: 56%;
	}
	.cake .area_txt .merchandise li p {
		font-size: min(1.6rem, 4.267vw);
	}
	.cake .area_txt .merchandise li p:nth-of-type(2) {
		font-size: min(2rem, 5.333vw);
	}
}


/* ----------------------------------------------------
 RESTAURANT
---------------------------------------------------- */
.restaurant {
	margin-top: 110px;
}

.restaurant h2 {
	width: 239.96px;
	margin: 0 auto;
}

.restaurant .contents_wrap {
	margin-top: 60px;
}

.restaurant  .contents_wrap .slide {
    height: 250px;
}

.restaurant .contents_wrap .area_txt h3 {
	padding-bottom: 5px;
}

.restaurant .contents_wrap .area_txt h4 {
	padding-bottom: 10px;
}

.restaurant .contents_wrap .area_txt h5 {
	display: inline-block;
	border: 1px solid #B30637;
	color: #B30637;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 400;
	padding: 0 5px;
	margin-bottom: 18px;
}

.restaurant .contents_wrap .area_txt .data li {
	margin-bottom: 5px;
}

.restaurant .contents_wrap.mt79 {
	margin-top: 79px;
}

@media screen and (max-width: 768px) {
	.restaurant {
		margin-top: 70px;
		padding: 0 10px;
	}
	.restaurant h2 {
		width: 191.968px;
	}
	.restaurant .contents_wrap {
		margin-top: 40px;
	}
	.restaurant  .contents_wrap .slide {
		height: auto;
	}
	.restaurant .contents_wrap .area_txt h4 {
		display: inline-block;
		padding-bottom: 20px;
	}
	.restaurant .contents_wrap .area_txt h5 {
		display: inline;
		font-size: min(1.6rem, 4.267vw);
		margin-left: 5px;
	}
	.restaurant .contents_wrap .area_txt .data li {
		line-height: 27px;
	}
}


/* ----------------------------------------------------
 DINNER SHOW
---------------------------------------------------- */
.show {
	margin-top: 110px;
}

.show h2 {
	width: 264.63px;
	margin: 0 auto;
}

.show .banner {
	margin-top: 78px;
}

.show .contents_wrap.mt22 {
	margin-top: 22px;
}

@media screen and (max-width: 768px) {
	.show {
		margin-top: 79px;
		padding: 0 10px;
	}
	.show h2 {
		width: 211.704px;
	}
	.show .banner {
		margin-top: 40px;
	}
	.show .banner img.img {
		border-radius: 7.552px;
	}
	.show .contents_wrap .area_txt h3 {
		padding-bottom: 5px;
	}
	.show .contents_wrap .area_txt h4 {
		padding-bottom: 10px;
	}
	.show .contents_wrap .area_txt p {
		padding-bottom: 10px;
	}
	.show .area_txt .data {
		padding-bottom: 40px;
	}
}


/* ----------------------------------------------------
 DECORATION
---------------------------------------------------- */
.decoration {
	margin-top: 110px;
}

.decoration h2 {
	width: 252.71px;
	margin: 0 auto;
}

.decoration .contents_wrap {
	margin-top: 57px;
}

.decoration .contents_wrap.typeB {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.decoration {
		margin-top: 67px;
		padding: 0 10px;
	}
	.decoration h2 {
		width: 202.168px;
	}
	.decoration .contents_wrap {
		margin-top: 20px;
	}
	.decoration .contents_wrap.typeB {
		margin-top: 50px;
	}
}


/* ----------------------------------------------------
 CAMPAIGN
---------------------------------------------------- */
.campaign {
	margin-top: 110px;
	padding: 40px 0;
	border-radius: 10px;
	background-color: #fff;
	--line: #B30637;
	--w: 2px;
	--gap: 6px;
	background-image:
		linear-gradient(var(--line), var(--line)),
		linear-gradient(var(--line), var(--line)),
		linear-gradient(90deg, var(--line), var(--line)),
		linear-gradient(90deg, var(--line), var(--line));
	background-repeat: no-repeat;
	background-size:
		calc(100% - 2*var(--gap)) var(--w),
		calc(100% - 2*var(--gap)) var(--w),
		var(--w) calc(100% - 2*var(--gap)),
		var(--w) calc(100% - 2*var(--gap));
	background-position:
		top center,
		bottom center,
		left center,
		right center;
	position: relative;
}

.campaign .logo {
	width: 46.07px;
	height: 45px;
	margin: 0 auto;
}

.campaign h2 {
	width: 380px;
	margin: 0 auto;
	margin-top: 24.2px;
}

.campaign .data {
	color: #B30637;
	font-size: min(2.8rem, 2.05vw);
	font-weight: 500;
	text-align: center;
	margin-top: 33.79px;
}

.campaign .txt {
	text-align: center;
	line-height: 27px;
	margin-top: 18px;
}

.campaign .border {
	border-top: 1px solid #B30637;
	border-bottom: 1px solid #B30637;
	height: 6px;
	margin-top: 60px;
	position: relative;
}
.campaign .border::before {
	content: '';
	background: url(../img/logo_campaign_present.webp) no-repeat #fff;
	background-size: 100%;
	display: block;
	width: 192.67px;
	height: 51.36px;
	position: absolute;
	top: -50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.campaign .wrap {
	display: flex;
	justify-content: space-between;
	padding: 32px;
}

.campaign .wrap .box {
	width: 48%;
}

.campaign .wrap .box h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	color: #B30637;
	font-size: min(2rem, 1.464vw);
	font-weight: 500;
	line-height: 29px;
	text-align: center;
	margin-bottom: 10px;
}

.campaign .wrap .box .txt2 {
	display: flex;
	width: 383px;
	height: 30px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border: 1px solid #B30637;
	color: #B30637;
	margin-top: 14.6px;
}

.campaign h5 {
	font-size: min(2rem, 1.464vw);
	font-weight: 500;
	line-height: 29px;
	text-align: center;
}

.campaign a.btn {
	margin: 0 auto;
	margin-top: 25px;
}

@media screen and (max-width: 768px) {
	.campaign {
		margin: 0 10px;
		margin-top: 30px;
		padding: 18px 0 30px;
	}
	.campaign .logo {
		width: 36.856px;
		height: 36px;
	}
	.campaign h2 {
		width: 88%;
	}
	.campaign .data {
		font-size: min(2.2rem, 5.867vw);
		margin-top: 16px;
	}
	.campaign .txt {
		line-height: 24px;
	}
	.campaign .border::before {
		width: 152.67px;
		height: 51.36px;
		top: 60%;
	}
	.campaign .wrap {
		display: block;
	}
	.campaign .wrap .box {
		width: 100%;
	}
	.campaign .wrap .box:last-child {
		margin-top: 15px;
	}
	.campaign .wrap .box h4 {
		height: auto;
		font-size: min(1.4rem, 3.733vw);
		line-height: 19px;
	}
	.campaign .wrap .box .txt2 {
		width: 100%;
		font-size: min(1.2rem, 3.2vw);
	}
	.campaign h5 {
		font-size: min(1.8rem, 4.8vw);
	}
}


/* ----------------------------------------------------
 global
---------------------------------------------------- */
.global {
	background: #B30637;
	color: #fff;
	text-align: center;
	padding: 59px 0;
}

.global h2 {
	font-size: min(2.2rem, 1.611vw);
}

.global h2 .txt1 {
	font-size: min(1.6rem, 1.171vw);
}

.global h2 .txt2 {
	font-size: min(2rem, 1.464vw);
}

.global .img2 {
	width: 416px;
	margin: 29px auto;
}

.global p {
	line-height: 27px;
	margin-bottom: 29px;
}

.global a.btn {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.global {
		padding: 36px 0;
	}
	.global h2 {
		font-size: min(1.8rem, 4.8vw);
	}
	.global h2 .txt1 {
		font-size: min(1.6rem, 4.267vw);
	}
	.global h2 .txt2 {
		font-size: min(1.8rem, 4.8vw);
	}
	.global .img2 {
		width: 80%;
		margin: 20px auto;
	}
	.global p {
		font-size: min(1.3rem, 3.467vw);
		line-height: 20px;
	}
}


/* ----------------------------------------------------
 info
---------------------------------------------------- */
.info {
	background: #fff;
	padding: 80px 0 69px;
}

.info .area_btn {
	display: flex;
	justify-content: center;
}

.info .area_btn a.btn {
	background: #B30637;
	color: #fff;
	margin: 0 26px;
}
.info .area_btn a.btn:hover {
	background: #fff;
	color: #B30637;
	border: 1px solid #B30637;
}

.info .logo {
	width: 231px;
	margin: 0 auto;
	margin-top: 47px;
	font-size: min(2rem, 1.464vw);
	font-weight: 500;
	text-align: center;
}

.info .logo img {
	padding-bottom: 11px;
}

.info .sns {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.info .sns a {
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 16px;
}

.info .address {
	text-align: center;
	margin-top: 22px;
	margin-bottom: 47px;
}

.info .address p {
	margin-bottom: 8px;
}

.info .address p a {
	color: #000;
}

.info a.btn.timetable {
	background: #B30637;
	color: #fff;
	margin: 0 auto;
}
.info a.btn.timetable:hover {
	background: #fff;
	color: #B30637;
	border: 1px solid #B30637;
}

@media screen and (max-width: 768px) {
	.info {
		padding: 33px 0 49px;
	}
	.info .area_btn a.btn {
		width: 47%;
		margin: 0 5px;
		padding: 20px 0;
	}
	.info .logo {
		width: 50%;
		margin-top: 37px;
		font-size: min(1.6rem, 4.267vw);
	}
	.info .address {
		margin-bottom: 27px;
	}
}


/* ----------------------------------------------------
 hotel__map
---------------------------------------------------- */
.hotel__map {
	background: #fff;
	padding-bottom: min(6rem, 4.444vw);
	position: relative;
	z-index: 30;
}

.hotel__map iframe {
	width: 100%;
	height: min(50rem, 37.037vw);
}

@media screen and (max-width: 768px) {
	.hotel__map iframe {
		height: 100vw;
	}
}


/* ----------------------------------------------------
 footer
---------------------------------------------------- */
footer {
	background: #fff;
	font-family: var(--inter);
	position: relative;
	z-index: 30;
}

footer .list {
	margin: 0 auto;
	width: min(82rem, 60.741vw);
}

footer .list .note {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 18.5px;
}

footer .link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 63px;
}

footer .link li a {
	color: #000;
}

footer .link li:last-child a::before {
	content: '｜';
	margin: 0 10px;
}

footer .copy {
	font-size: min(1.2rem, 0.878vw);
	text-align: center;
	padding: 15px 0;
}

@media screen and (max-width: 768px) {
	footer .list {
		width: 100%;
		padding: 20px 20px 0;
	}
	footer .link {
		margin-top: 40px;
	}
	footer .link li a {
		font-size: min(1.2rem, 3.2vw);
	}
	footer .copy {
		font-size: min(1.1rem, 2.933vw);
		padding: 25px 0;
	}
}


