<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------language settings---------------------*/
/*-------common-------*/
body,
.mainVisual__heading span {
	font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.globalFooter .contactBlock__content .tel a {
	font-size: 32px;
}
.globalFooter .hotelBlock__hotels .hotelsBox--side .hotelsBox__inner:last-child {
	padding-top: 0;
	padding-bottom: 80px;
}
.globalFooter .hotelBlock__hotels .hotelsBox--side .hotelsBox__inner .list ul {
	margin-bottom: 28px;
}
.globalFooter .hotelBlock__hotels .hotelsBox--side .hotelsBox__inner .list ul:last-child {
	margin-bottom: 0;
}
.pageContent .basicInfoBlock__content dt {
	text-align: left;
	/* text-align-last: left;
	text-justify: auto; */
}
.pageContent .listBlock dt {
	text-align: left;
	/* text-align-last: left;
	text-justify: auto; */
}
.bookingBnr__btn .title {
	width: 120px;
}
.bookingBnr__btn {
	width: 140px;
}
.bookingBnr__form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bookingBnr__form .formBox {
	width: 700px;
	height: auto;
	margin: 0;
}
.bookingBnr__form .formBox__content {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.bookingBnr__form .formBox__heading {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #333;
}
.formEngBtns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formEngBtns li {
	height: 42px;
	margin-bottom: 16px;
}
.formEngBtns .bookBtn{
	width: 256px;
}
.formEngBtns li:nth-child(2) {
	width: 358px;
}
.formEngBtns li:nth-child(3),
.formEngBtns li:nth-child(4) {
	width: 306px;
}
.formEngBtns li:nth-last-child(-n + 2) {
	margin-bottom: 0;
}
.formEngBtns a {
	display: flex;
	width: 100%;
	height: 100%;
	background: #fff;
	justify-content: center;
	align-items: center;
}
.formEngBtns a:hover {
	opacity: 0.75;
}
.formEngBtns .bookBtn a {
	background: rgba(157, 89, 102, 1);
	background: linear-gradient(180deg, rgba(218, 123, 141, 1) 0%, rgba(157, 89, 102, 1) 100%);
}
.formEngBtns li img {
	height: 16px;
	width: auto;
}
.formEngBtns li:nth-child(2) img,
.formEngBtns li:nth-child(3) img {
	height: 18px;
}

/*-------top page-------*/
.pageContent.top .bookingBlock__form {
	padding-top: 32px;
	padding-bottom: 32px;
}
.pageContent.top .bookingBlock .formItems {
	width: 640px;
	margin: 0 auto;
}
.pageContent.top .secondaryBlock__heading {
	font-size: 36px;
}
.pageContent.top .secondaryBlock--5points .secondaryBlock__heading {
	font-size: 48px;
	line-height: 56px;
	top: 362px;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(n) img {
	width: auto;
	height: 56px;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(5) img {
	width: auto;
	height: 90px;
}
/*-------Privilege page-------*/
.pageContent.privilege .lo_navBlock a:after {
	bottom: 8px;
}
/* .pageContent.privilege .listBlock dt {
	width: 120px;
}
.pageContent.privilege .listBlock dd {
	width: calc(100% - 140px);
} */
/*-------Breakfast page-------*/
.pageContent.breakfast .basicInfoBlock--contest h3 {
	margin-bottom: 38px;
}
.pageContent.breakfast .basicInfoBlock--contest h3 img {
	top: 0;
}
/*-------Restaurant page-------*/
.pageContent.restaurant .listBlock dt {
	width: 120px;
	padding-right: 50px;
}
/*-------Facility page-------*/
.pageContent.facility .secondaryBlock--hall .listBlock__dot li:nth-child(5) .listBlock dt {
	width: 100%;
	padding-right: 0;
	padding-bottom: 0;
}
.pageContent.facility .secondaryBlock--hall .listBlock__dot li:nth-child(5) .listBlock dd {
	width: 100%;
	padding-top: 0;
}
.pageContent.facility .secondaryBlock--other .other__txt_block .list__block_contents_l .listBlock dt {
	width: 100%;
	padding-bottom: 0;
}
.pageContent.facility .secondaryBlock--other .other__txt_block .list__block_contents_l .listBlock dd {
	width: 100%;
	padding-top: 0;
	text-align: right;
}
.pageContent.facility .secondaryBlock--other .other__txt_block .list__block_contents_r .listBlock dt {
	width: 100%;
	padding-right: 0;
	padding-bottom: 0;
}
.pageContent.facility .secondaryBlock--other .other__txt_block .list__block_contents_r .listBlock dd {
	width: 100%;
	padding-top: 0;
}
/*-------Access page-------*/
.pageContent.access .secondaryBlock--maptable .featureBox__pdfBtn {
	justify-content: flex-start;
}



/* ========================================
            styles for tablet &amp; SP
======================================== */
@media screen and (max-width: 768px) {

/*-------common-------*/
.globalFooter .hotelBlock__hotels .hotelsBox--side .hotelsBox__inner:last-child {
	padding-bottom: 0;
}
.globalFooter .contactBlock__content .tel a {
	font-size: 28px;
}
.globalHeader .globalHeader__nav.activeForm .navForm {
	height: 320px;
}
.globalHeader .navForm__inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
.globalHeader .navForm .formItems {
	padding-bottom: 0;
	margin-bottom: 0;
}
.globalHeader .navForm .formEngBtns {
	flex-direction: column;
}
.globalHeader .navForm .formEngBtns li {
	width: 100%;
	margin-bottom: 16px;
}
.globalHeader .navForm .formEngBtns li:last-child {
	margin-bottom: 0;
}
.formEngBtns li img {
	height: 12px;
	width: auto;
}
.formEngBtns li:nth-child(2) img,
.formEngBtns li:nth-child(3) img {
	height: 14px;
}

/*-------top page-------*/
.pageContent.top .secondaryBlock__heading {
	font-size: 22px;
}
.pageContent.top .secondaryBlock--5points .secondaryBlock__heading {
	font-size: 30px;
	line-height: 1.2;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(n) img {
	width: auto;
	height: 28px;
}
.pageContent.top .secondaryBlock__btnList li:nth-child(5) img {
	width: auto;
	height: 44px;
}

/*-------Breakfast page-------*/
.pageContent.breakfast .basicInfoBlock--contest h3 {
	margin-bottom: 30px;
}

/*-------Restaurant page-------*/
.pageContent .listBlock {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pageContent.restaurant .listBlock dt {
	width: 100%;
	padding: 0;
}
.pageContent.restaurant .listBlock dd {
	width: 100%;
	padding: 0;
}
/*-------Facility page-------*/
.pageContent.facility .basicInfoBlock__content__btn_content p {
	padding-right: 16px;
}

.pageContent.facility .secondaryBlock--floorgide .featureBox__content dl:nth-child(4) dt .icon__arrow {
	top: -2px;
	left: 80px;
}

.pageContent.facility .secondaryBlock--other .other__txt_block .list__block_contents_l .listBlock dt,
.pageContent.facility .secondaryBlock--other .other__txt_block .list__block_contents_r .listBlock dt {
	width: 40%;
	padding-top: 0;
}

.pageContent.facility .secondaryBlock--other .other__txt_block .list__block_contents_l .listBlock dd,
.pageContent.facility .secondaryBlock--other .other__txt_block .list__block_contents_r .listBlock dd {
	width: 60%;
	padding-bottom: 0;
}

/*-------Access  page-------*/
.pageContent.access .secondaryBlock--parking .featureBox__content .listBlock dt, .pageContent.access .secondaryBlock--ev .featureBox__content .listBlock dt {
	width: 100%;
	padding-bottom: 0;
}
.pageContent.access .secondaryBlock--parking .featureBox__content .listBlock dd, .pageContent.access .secondaryBlock--ev .featureBox__content .listBlock dd {
	width: 100%;
	padding-top: 0;
}
}
</pre></body></html>