@charset "UTF-8";

/*==================================================
=			defalut			 =
==================================================*/
#saitoyasuyo-xmas2024,
#saitoyasuyo-xmas2024 div,
#saitoyasuyo-xmas2024 span,
#saitoyasuyo-xmas2024 object,
#saitoyasuyo-xmas2024 iframe,
#saitoyasuyo-xmas2024 h1,
#saitoyasuyo-xmas2024 h2,
#saitoyasuyo-xmas2024 h3,
#saitoyasuyo-xmas2024 h4,
#saitoyasuyo-xmas2024 h5,
#saitoyasuyo-xmas2024 h6,
#saitoyasuyo-xmas2024 p,
#saitoyasuyo-xmas2024 blockquote,
#saitoyasuyo-xmas2024 pre,
#saitoyasuyo-xmas2024 abbr,
#saitoyasuyo-xmas2024 address,
#saitoyasuyo-xmas2024 cite,
#saitoyasuyo-xmas2024 code,
#saitoyasuyo-xmas2024 del,
#saitoyasuyo-xmas2024 dfn,
#saitoyasuyo-xmas2024 em,
#saitoyasuyo-xmas2024 img,
#saitoyasuyo-xmas2024 ins,
#saitoyasuyo-xmas2024 kbd,
#saitoyasuyo-xmas2024 q,
#saitoyasuyo-xmas2024 samp,
#saitoyasuyo-xmas2024 small,
#saitoyasuyo-xmas2024 strong,
#saitoyasuyo-xmas2024 sub,
#saitoyasuyo-xmas2024 sup,
#saitoyasuyo-xmas2024 var,
#saitoyasuyo-xmas2024 b,
#saitoyasuyo-xmas2024 i,
#saitoyasuyo-xmas2024 dl,
#saitoyasuyo-xmas2024 dt,
#saitoyasuyo-xmas2024 dd,
#saitoyasuyo-xmas2024 ol,
#saitoyasuyo-xmas2024 ul,
#saitoyasuyo-xmas2024 li,
#saitoyasuyo-xmas2024 fieldset,
#saitoyasuyo-xmas2024 form,
#saitoyasuyo-xmas2024 label,
#saitoyasuyo-xmas2024 legend,
#saitoyasuyo-xmas2024 table,
#saitoyasuyo-xmas2024 caption,
#saitoyasuyo-xmas2024 tbody,
#saitoyasuyo-xmas2024 tfoot,
#saitoyasuyo-xmas2024 thead,
#saitoyasuyo-xmas2024 tr,
#saitoyasuyo-xmas2024 th,
#saitoyasuyo-xmas2024 td,
#saitoyasuyo-xmas2024 li,
#saitoyasuyo-xmas2024 aside,
#saitoyasuyo-xmas2024 dialog,
#saitoyasuyo-xmas2024 figure,
#saitoyasuyo-xmas2024 footer,
#saitoyasuyo-xmas2024 header,
#saitoyasuyo-xmas2024 hgroup,
#saitoyasuyo-xmas2024 menu,
#saitoyasuyo-xmas2024 nav,
#saitoyasuyo-xmas2024 section,
#saitoyasuyo-xmas2024 time,
#saitoyasuyo-xmas2024 mark,
#saitoyasuyo-xmas2024 audio,
#saitoyasuyo-xmas2024 video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

#saitoyasuyo-xmas2024 {
	line-height: 1;
}

#saitoyasuyo-xmas2024 li,
#saitoyasuyo-xmas2024 aside,
#saitoyasuyo-xmas2024 dialog,
#saitoyasuyo-xmas2024 figure,
#saitoyasuyo-xmas2024 footer,
#saitoyasuyo-xmas2024 header,
#saitoyasuyo-xmas2024 hgroup,
#saitoyasuyo-xmas2024 nav,
#saitoyasuyo-xmas2024 section {
	display: block;
}

#saitoyasuyo-xmas2024 nav ul {
	list-style: none;
}

#saitoyasuyo-xmas2024 blockquote,
#saitoyasuyo-xmas2024 q {
	quotes: none;
}

#saitoyasuyo-xmas2024 blockquote:before,
#saitoyasuyo-xmas2024 blockquote:after,
#saitoyasuyo-xmas2024 q:before,
#saitoyasuyo-xmas2024 q:after {
	content: '';
	content: none;
}

#saitoyasuyo-xmas2024 ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

#saitoyasuyo-xmas2024 mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}

#saitoyasuyo-xmas2024 abbr[title],
#saitoyasuyo-xmas2024 dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

#saitoyasuyo-xmas2024 input,
#saitoyasuyo-xmas2024 select {
	vertical-align: middle;
}

/*共通===============================================*=================================*==============================================================================================================*/
/* レイアウト */
#saitoyasuyo-xmas2024 {
	width: 100%;
	min-width: 1120px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;

	/* 背景 */
	padding-bottom: 60px;
	z-index: 1;
	background-image: linear-gradient(0deg, rgba(219, 203, 199, 1) 80%, rgba(242, 237, 242, 1) 90%, rgba(218, 220, 234, 1));

	/* フォント */
	font-family: "Kaisei Opti", serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
#saitoyasuyo-xmas2024 section {
	margin-top: 50px;
}
#saitoyasuyo-xmas2024 .wrapper {
	box-sizing: border-box;
	width: 1060px;
	margin: 0 auto;
}

/* 画像 */
#saitoyasuyo-xmas2024 .pc {
	display: block;
}
#saitoyasuyo-xmas2024 .sp {
	display: none;
}
#saitoyasuyo-xmas2024 img {
	vertical-align: bottom;
	height: auto !important;
	width: auto !important;
	max-width: 100% !important;
}

/* リンク */
#saitoyasuyo-xmas2024 a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
#saitoyasuyo-xmas2024 .hov {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#saitoyasuyo-xmas2024 .hov:hover {
	text-decoration: transparent;
	opacity: 0.6;
}
#saitoyasuyo-xmas2024 .hov:active {
	cursor: pointer;
	text-decoration: transparent;
	opacity: 0.6;
}

/* 文字 */
#saitoyasuyo-xmas2024 p {
	line-height: 1.8;
	text-align: left;
}
#saitoyasuyo-xmas2024 .col-wht {
	color: #fff;
}
#saitoyasuyo-xmas2024 .col-gry {
	color: #5a5851;
}
#saitoyasuyo-xmas2024 .col-grn {
	color: #003740;
}
#saitoyasuyo-xmas2024 .col-red {
	color: #8B272B;
}
#saitoyasuyo-xmas2024 .bold {
	font-weight: bold;
}
#saitoyasuyo-xmas2024 .ex {
	font-size: 16px !important;
	margin: 10px auto 0;
}
#saitoyasuyo-xmas2024 .common-h2 {
	font-size: 40px;
	color: #003740;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

/*各セクション===============================================*=================================*==============================================================================================================*/


/*メイン*/
#saitoyasuyo-xmas2024 #main {
	padding-top: 30px;
}
#saitoyasuyo-xmas2024 .btn-area {
	margin: 45px auto;
}
#saitoyasuyo-xmas2024 .btn-area a:hover {
	opacity: 0.7;
	transition: all .3s;
}


/*リード*/
#saitoyasuyo-xmas2024 .lead {
	margin-top: 0;
	text-align: center;
}
#saitoyasuyo-xmas2024 .lead p {
	text-align: center;
}
#saitoyasuyo-xmas2024 .lead-text {
	margin: 30px 0;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0.1em;
}


/*ポイント*/
#saitoyasuyo-xmas2024 .point {
	margin-top: 30px;
	background-image: url(/static/img/entertainment/saitoyasuyo-xmas2024/point-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 5% 4%;
    background-size: 100% 100%;
}
#saitoyasuyo-xmas2024 .point .point-box {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 3fr;
	align-items: center;
}
#saitoyasuyo-xmas2024 .point .point-box ul li {
	text-align: left;
	line-height: 1.6;
	margin: 10px 0;
	font-size: 20px;
	padding-left: 20px;
	position: relative;
}
#saitoyasuyo-xmas2024 .point .point-box ul li::before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}

/*予約受付期間*/
#saitoyasuyo-xmas2024 .period {
	display: grid;
	gap: 0;
	grid-template-columns: 2fr 3fr;
	align-items: stretch;
}
#saitoyasuyo-xmas2024 .period h2 {
	font-size: 32px;
	background-color: #8B272B;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}

/*予約受付期間ーテーブル*/
#saitoyasuyo-xmas2024 .period table {
	background-color: #fff;
}
#saitoyasuyo-xmas2024 .period tbody {
	display: block;
	width: 100%;
	padding: 24px 20px;
	box-sizing: border-box;
}
#saitoyasuyo-xmas2024 .period tr {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 2fr;
	text-align: left;
	padding: 10px 30px;
	border-bottom: solid #5a5851 1px;
}
#saitoyasuyo-xmas2024 .period tr:first-of-type {
	padding-top: 0;
}
#saitoyasuyo-xmas2024 .period tr:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
#saitoyasuyo-xmas2024 .period td {
	padding-left: 50px;
}


/*その他テーブル*/
#saitoyasuyo-xmas2024 table {
	border-collapse: collapse;
	border-spacing: 0;
}
#saitoyasuyo-xmas2024 table.tablelist {
	width: 100%;
	margin-top: 20px;
}
#saitoyasuyo-xmas2024 table.tablelist tr {
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: stretch;
	line-height: normal;
}
#saitoyasuyo-xmas2024 table.tablelist tr th {
	background-color: #003740;
	border-bottom: #b8b8b8 1px solid;
	display: block;
	padding: 20px;
	text-align: center;
}
#saitoyasuyo-xmas2024 table.tablelist tr td {
	background-color: #fff;
	border-bottom: #5a5851 1px solid;
	text-align: left;
	padding: 20px;
	line-height: 1.5;
}
#saitoyasuyo-xmas2024 table.tablelist tr:last-of-type th,
#saitoyasuyo-xmas2024 table.tablelist tr:last-of-type td {
	border-bottom: none;
}


/*座席表*/
#saitoyasuyo-xmas2024 .plan .seat-list-cap{
	padding-left: 3%;
	text-align: left;
	margin-top: 50px;
}
#saitoyasuyo-xmas2024 .plan p {
	text-align: center;
}


/*行程*/
#saitoyasuyo-xmas2024 .itinerary {
	background-image: url(/static/img/entertainment/saitoyasuyo-xmas2024/itinerary-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 5% 4%;
    background-size: 100% 100%;
}

#saitoyasuyo-xmas2024 .itinerary p {
	text-align: center;
}
#saitoyasuyo-xmas2024 .itinerary .itinerary-text01 {
	padding: 30px 0;
}
#saitoyasuyo-xmas2024 .itinerary .itinerary-text03 {
	padding: 10px 0;
}
#saitoyasuyo-xmas2024 .itinerary .itinerary-text04 {
	line-height: 2;
	padding-bottom: 40px;
}

#saitoyasuyo-xmas2024 .itinerary a {
	color: #8B272B;
	text-decoration: underline;
}


/*注意事項〜お問い合わせ先*/
#saitoyasuyo-xmas2024 .caution {
	text-align: left;
	color: #5a5851;
}
#saitoyasuyo-xmas2024 .caution .caution-box {
	background-color: rgba(255, 255, 255, .9);
	padding: 25px;
	box-sizing: border-box;
}

#saitoyasuyo-xmas2024 .caution h2 {
	display: block;
	width: 100%;
	padding: 7px 10px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 32px;
}

#saitoyasuyo-xmas2024 .caution .bg-grn {
	background-color: #003740;
}
#saitoyasuyo-xmas2024 .caution .bg-red {
	background-color: #8B272B;
}

#saitoyasuyo-xmas2024 .caution ul li {
	text-align: left;
	line-height: 1.8;
	margin: 10px 0;
	padding-left: 20px;
	position: relative;
}

#saitoyasuyo-xmas2024 .caution ul li::before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
#saitoyasuyo-xmas2024 .caution a {
	color: #8B272B;
	text-decoration: underline;
}


/* 雪アニメーションCSS */
.snow {
	/*雪の色*/
	color: snow;
	/*雪の大きさ*/
	font-size: 10px;
	/*初期位置*/
	position: fixed;
	top: -5%;
	/*雪を適当な幅で降らせる*/
	text-shadow:
		5vw -100px 2px,
		10vw -400px 3px,
		20vw -500px 4px,
		30vw -580px 1px,
		39vw -250px 2px,
		42vw -340px 5px,
		56vw -150px 2px,
		63vw -180px 0,
		78vw -220px 4px,
		86vw -320px 9px,
		94vw -170px 7px;
	/*雪アニメーション1*/
	animation: roll 5s linear infinite;
	z-index: -1;
}

/*2つめの雪アニメーション*/
.snow2nd {
	animation: anim 8s linear infinite;
}

@keyframes roll {
	0% {
		transform: rotate(0deg);
	}

	90% {
		opacity: 1;
	}

	100% {
		transform: rotate(20deg);
		top: 100%;
		opacity: 0;
	}
}

@keyframes anim {
	100% {
		color: transparent;
		top: 150%;
	}
}

/*画面サイズ750px以下===============================================*=================================*==============================================================================================================*/
@media screen and (max-width: 750px) {
	/* 共通 */
	#saitoyasuyo-xmas2024 {
		min-width: auto;
	}
	#saitoyasuyo-xmas2024 .wrapper {
		width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
	}

	#saitoyasuyo-xmas2024 .pc {
		display: none !important;
	}
	#saitoyasuyo-xmas2024 .sp {
		display: block;
	}

	#saitoyasuyo-xmas2024 .ex {
		font-size: 13px !important;
		margin: 10px auto 0;
	}
	#saitoyasuyo-xmas2024 .common-h2 {
		font-size: 30px;
	}

	/* メイン */
	#saitoyasuyo-xmas2024 .btn-area {
		margin: 30px auto;
	}


	/*リード*/
	#saitoyasuyo-xmas2024 .lead .lead-text {
		font-size: 18px;
		text-align: left;
		margin: 20px 0;
	}


	/*ポイント*/
	#saitoyasuyo-xmas2024 .point {
		background-image: url(/static/img/entertainment/saitoyasuyo-xmas2024/point-bg-sp.png);
	}
	#saitoyasuyo-xmas2024 .point .point-box {
		display: block;
		padding: 5% 0;
	}
	#saitoyasuyo-xmas2024 .point .point-box ul {
		margin-top: 20px;
	}
	#saitoyasuyo-xmas2024 .point .point-box ul li {
		font-size: 18px;
		padding-left: 18px;
	}


	/*予約受付期間*/
	#saitoyasuyo-xmas2024 .period {
		display: block;
		margin-top: 40px;
	}
	#saitoyasuyo-xmas2024 .period h2 {
		text-align: center;
		font-size: 22px;
		padding: 10px;
		box-sizing: border-box;
	}
	#saitoyasuyo-xmas2024 .period table {
		font-size: 14px;
		width: 100%;
	}
	#saitoyasuyo-xmas2024 .period tbody {
		padding: 3%;

	}
	#saitoyasuyo-xmas2024 .period tr {
		grid-template-columns: 3fr 4fr;
		padding: 3%;
	}
	#saitoyasuyo-xmas2024 .period td {
		padding-left: 13%;
	}

	/*その他テーブル*/
	#saitoyasuyo-xmas2024 table.tablelist {
		font-size: 16px;
	}
	#saitoyasuyo-xmas2024 table.tablelist tr th {
		text-align: left;
		font-size: 18px;
	}
	#saitoyasuyo-xmas2024 table.tablelist tr {
		display: block;
	}
	#saitoyasuyo-xmas2024 table.tablelist tr th,
	#saitoyasuyo-xmas2024 table.tablelist tr td {
		padding: 10px;
		display: block;
		border: none;

	}


	/*行程*/
	#saitoyasuyo-xmas2024 .itinerary {
		background-image: url(/static/img/entertainment/saitoyasuyo-xmas2024/itinerary-bg-sp.png);
		padding: 10% 2%;
	}
	#saitoyasuyo-xmas2024 .itinerary h2 {
		padding: 0%;
	}
	#saitoyasuyo-xmas2024 .itinerary p {
		font-size: 16px;
	}
	#saitoyasuyo-xmas2024 .itinerary .itinerary-text01 {
		padding: 5% 0;
		text-align: center;
	}
	#saitoyasuyo-xmas2024 .itinerary .itinerary-text03 {
		padding: 2% 0;
	}
	#saitoyasuyo-xmas2024 .itinerary p.ex {
		margin: 0%;
		text-align: left;
	}


	/*注意事項〜お問い合わせ先*/
	#saitoyasuyo-xmas2024 .caution h2 {
		font-size: 22px;
		margin-top: 30px;
	}
	#saitoyasuyo-xmas2024 .caution .caution-box {
		font-size: 15px;
		padding: 3%;
	}

}

/* =========================================================
	追加カスタマイズ
========================================================= */
#saitoyasuyo-xmas2024 .btn-list {
	padding: 0 2%;
	margin: 0 -1%;
}
@media screen and (max-width: 575px) {
	#saitoyasuyo-xmas2024 .btn-list {
		padding: 0;
		margin: 0;
	}
	#saitoyasuyo-xmas2024 .btn-list + .btn-list {
		margin-top: 1rem;
	}
}

#saitoyasuyo-xmas2024 li.btn-frame {
	padding: 0;	
	border: solid 33px;
	border-radius: 10%;
	overflow: hidden;
	background: rgb(139,39,43, 1.0);
	border-image-source:url('/static/img/entertainment/saitoyasuyo-xmas2024/border-btn.png');
	border-image-slice: 33;
	border-image-width: 1;
	border-image-outset: 0;
	border-image-repeat:repeat;
}
@media screen and (max-width: 575px) {

}
#saitoyasuyo-xmas2024 li.btn-frame + li.btn-frame {
	margin-top: 1rem;
}

#saitoyasuyo-xmas2024 li.btn-frame a {
	color: #fff;
	display: block;
	font-size: 22px;
}
@media screen and (max-width: 575px) {
	#saitoyasuyo-xmas2024 li.btn-frame a {
		font-size: 18px;
	}
}
