@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
/* ▼ 共通CSS */
body {
	margin: 0;
	padding: 0;
	background: #fff;
	line-height: 1.5;
	/* text-align: center; */
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

body * {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	/* transition: all 0.5s ease 0s; */
	color: #000;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.wrap{
	max-width: 1000px;
	margin: 0 auto;
	/* padding-top: 30px;  */
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1040px;
	/* max-width: 940px; */
	width: 100%;
	position: relative;
}






/* ---------------------------------------------------
	btn_area
---------------------------------------------------- */
.btn_area{
	margin: 60px 0 100px;
	/*margin: 100px 0;*/
}

.btn_list{
	display: flex;
	justify-content: end;
	gap: 30px;
}



@media screen and (max-width: 768px) {
	.btn_area{
		margin: 40px 0;
	}

	.btn_list{
		flex-direction: column;
		gap: 10px;
	}
	.btn_list_item{
		width: 70%;
		margin: 0 auto;
	}
}


/* ---------------------------------------------------
	cont_common
---------------------------------------------------- */
.cont_common{
	margin: 0 0 90px;
}

.cont_common#chinese{
	margin: 0 0 200px;
}

.cont_common .title{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #79564d;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #79564d;
	font-size: 29px;
	font-weight: 600;
	line-height: 1.3;
	/* letter-spacing: -0.1em; */
}

.cont_common .title .sub{
	font-size: 22px;
	font-weight: normal;
}

.cont_common .lead{
	margin: 30px 0;
	text-align: center;
}

.cont_common .main_box{
	display: flex;
	gap: 40px;
	margin-top: auto;
}

.cont_common .main_box .box_r .content_title{
	color: #a88046;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
}

.sub{
	font-size: 18px;
}

.red{
	color: #bc0d23;
	font-weight: bold;
	font-size: 23px;
}

.box_l{
	width: 59%;
}

.box_r{
	width: 41%;
}

.day{
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

.day::before{
	content: '●';
	color: #a88046;
}

.price_table{
	margin-bottom: 40px;
}

.price_table dd{
	padding-left: 1em;
}
.price_table dd + dt{
	margin-top: 20px;
}

.strike{
	text-decoration: line-through;
}

.price2{
	margin-bottom: 42px;
}

.kana{
	letter-spacing: -1.6em;
}

@media screen and (max-width: 768px) {
	.cont_common{
		margin: 0 0 60px;
	}

	.cont_common .title{
		font-size: 20px;
	}

	.cont_common .main_box .box_r .content_title{
		font-size: 20px;
		line-height: 1.3;
	}

	.cont_common .title .sub{
		font-size: 15px;
	}

	.cont_common .lead{
		font-size: 12px;
		margin: 20px 0;
	}

	.cont_common .main_box{
		flex-direction: column;
		gap: 20px;	
	}

	.box_l,
	.box_r{
		width: 100%;
	}
	.cont_common#chinese{
		margin: 0 0 70px;
	}

	.sub{
		font-size: 16px;
	}

	.day{
		font-size: 12px;
	}

	.red{
		font-size: 17px;
	}

	.price_table dd{
		font-size: 12px;
	}

	.price,
	.price2{
		font-size: 12px;
	}

	.price2{
		margin-bottom: 25px;
	}
	.mb40{
		margin-bottom: 40px;
	}
}


/*
	linkBtn
------------------------------ */
.cont_common .link_btn{
	margin-bottom: 1em;
}

.cont_common .link_btn a{
	background-color: #40000f;
	/* max-width: 400px; */
	color: #fff;
}

.cont_common .link_btn a::before {
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.cont_common .link_btn a {
		max-width: 100%;
	}
}


.link_btn a {
	margin: 0 auto;
	width: 100%;
	height: 75px;
	line-height: 1.25;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.link_btn a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 40%;
	right: 5em;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

@media screen and (max-width: 900px) {
	.link_btn a {
		font-size: 2.44444vw;
	}
}

@media screen and (max-width: 768px) {
	.link_btn a {
		height: 17.6vw;
		font-size: 4.26667vw;
	}

	/* .link_btn a::before {
		width: 2.4vw;
		height: 5.33333vw;
		right: 1em;
	} */

	.link_btn a::after {
		width: 2vw;
		height: 2vw;
		top: 42%;
		right: 6em;
	}
}


/* ---------------------------------------------------
	note
---------------------------------------------------- */
span.note,
ul.note li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 13px;
}

span.note::before,
ul.note li::before {
	content: "※";
}

span.note {
	display: block;
}


/* ---------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background-color: #40000f;
	color: #fff;
	padding-top: 80px;
	position: relative;
	z-index: 10;
}

.footer .container .note {
	letter-spacing: -0.005em;
	margin-bottom: 20px;
}

.footer .logo{
	margin: 0 auto;
	width: 240px;
	margin-top: 70px;
}

/*
	hotelNav
------------------------------ */
.footer__hotelNav {
	padding: 55px 0;
	display: flex;
	justify-content: center;
}

.footer__hotelNav::before {
	content: "｜";
}

.footer__hotelNav li {
	margin: 0;
	margin: 0;
	text-indent: 0;
}

.footer__hotelNav li::after {
	content: "｜";
}

.footer__hotelNav li a {
	padding: 0 1em;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	transition: all 0.5s ease 0s;
}

@media screen and (max-width: 768px) {
	.footer__hotelNav {
		padding: 7.46667vw 0 12.8vw;
		line-height: 2;
		font-size: 4.26667vw;
		text-align: center;
		display: block;
	}

	.footer__hotelNav::before {
		content: "";
	}

	.footer__hotelNav li::before {
		content: "｜";
	}

	.footer__hotelNav li a {
		padding: 0 0.5em;
	}

	.footer .logo{
		width: 35vw;
		margin-top: 70px;
	}
}

/*
	hotelNav
------------------------------ */
.footer .copy {
	padding-bottom: 4em;
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer .copy {
		font-size: 2.66667vw;
	}
}


/* gototop */
#gototop{
	position: fixed; 
	right: 20px; 
	bottom: 20px; 
	z-index: 50;
}

#gototop a{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #d6a0aa;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	transition: all 0.5s ease 0s;
}

#gototop a::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}


/*24.07.05 追記*/

aside{
	text-align: center;
	padding: 2em .6em 2em 1.2em;
	border: 1px solid rgba(100,100,100,.5);
}
aside .lyt-hdg{
	font-size: 1.2em;
}
aside em{
	color: red;
	font-weight: 700;
	text-decoration: underline;
}
aside .lyt-sub{
	text-align: left;
	margin-top: 2em;
	font-size: .85em;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
aside .lyt-sub li{
	max-width: 400px;
	width: 100%;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (min-width: 769px) {
	aside .lyt-sub{text-align: center; display: block;}
	aside .lyt-sub li{max-width: none;}
}


/*24.10.25 追加*/
.ex-day{
	width: 90%;
	box-sizing: border-box;
	border: 2px solid #40000f;
	text-align: center;
	margin: 40px auto 0;
	padding: 1em;
	color: #40000f;	
}
.ex-day em{
	font-weight: bold;
	display: block;
}
.ex-day .sub{
	font-size: .9em;
}


@media screen and (min-width: 769px) {
	.ex-day{
		max-width: 680px;
		margin: 60px auto 0;
	}
	.ex-day em,
	.ex-day .pc{display: inline}
}


































