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

	base custom

------------------------------------------------------*/
@media (min-width: 769px){
	.h-quickSearch{
		display: none;
	}
}
@media (max-width: 768px){
	.g-container{
		padding-bottom: 0;
	}
	.h-reserveCommand{
		display: none;
	}
	.f-pagetop__link{
		bottom: 1rem;
	}
}



.g-syoku-haku-special{
}






/*------------------------------------------------------

	contents style

------------------------------------------------------*/

/* sp-header */
.sp-header{}
.sp-header__logo{
	max-width: 100%;
}
.sp-header__title{
	margin: 0;
}

.sp-header__title--sub{
	/*line-height: 1.33;*/
	line-height: 2;
	font-size: 2em;
	font-weight: normal;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.sp-header__title--main{
	line-height: 1.33;
	font-size: 2.5em;
	font-weight: normal;
}

@media (min-width: 769px){
	.sp-header__title--sub{
		font-size: 1.25em;
		color:#666666;
	}
	.sp-header__title--main{
		font-size: 2.25em;
	}
}
@media (max-width: 768px){
	.sp-header__title--sub{
		font-size: 1.25em;
		color:#666666;
	}
	.sp-header__title--main{
		font-size: 1.5625em;
	}
}

@media (min-width: 769px){
	.sp-header-grid{
		display: flex;
		align-items: center;
	}
	.sp-header-grid__logo,
	.sp-header-grid__title{
		box-sizing: border-box;
	}
	.sp-header-grid__logo{
		flex: 0 0 25%;
		order: 1;
		margin-left: 2em;
	}
	.sp-header-grid__title{
		flex: 1 1 auto;
	}
}
@media (max-width: 768px){
	.sp-header-grid{}
	.sp-header-grid__logo,
	.sp-header-grid__title{
		margin-bottom: 2em;
	}
	.sp-header-grid__logo{
		text-align: center;
		
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.sp-header__logo{
		width: 65%;
	}
	.sp-header-grid__title{}
}






/* theme */
.theme{}

.theme-grid__title1,
.theme-grid__title2{
	line-height: 1.33;
	font-size: 1.5em;
	
	color: #fff;
	text-align: center;
	
	box-sizing: border-box;
	margin: 0;
	padding: 1em;
}
.theme-grid__title1{
	background-color: #C6575B;
}
.theme-grid__title2{
	background-color: #A2C764;
}

@media (min-width: 769px){
	.theme-grid{
		display: grid;
		grid-template-columns: 1fr	10% 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		
		position: relative;
		z-index: 0;
	}
	.theme-grid__title1,
	.theme-grid__title2{
		line-height: 1.33;
		font-size: 1.25em;
		
		color: #fff;
		text-align: center;
		
		box-sizing: border-box;
		padding: 1em;
	}
	.theme-grid__title1{
		grid-column: 1 /3;
		grid-row: 1/ 3;
		z-index: 1;
	}
	.theme-grid__title2{
		grid-column: 2 /4;
		grid-row: 2 / 4;
	}
}

@media all and (-ms-high-contrast:none) and (min-width: 769px){
	.theme-grid{
		display: -ms-grid;
		-ms-grid-columns: 1fr	10% 1fr;
		-ms-grid-rows: auto auto auto;
	}
	.theme-grid__title1{
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
	}
	.theme-grid__title2{
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 2;
	}
}

@media (max-width: 768px){
	.theme-grid__title1{
		margin-left: -2.5%;
		/* 3.947368125 */
	}
	.theme-grid__title2{
		margin-right: -2.5%;
	}
}





/* intro */
.intro{
	overflow: hidden;
	
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
.intro__note{
	line-height: 1.75;
	font-size: 1.25em;
}

.intro-gallery{
	margin: 0;
	padding: 0;
	list-style: none;
}
.intro-gallery__item{}
.intro-gallery__photo{
	max-width: 100%;
}

@media (max-width: 768px){
	.intro-gallery__photo{
		width: 96%;
	}
}

/* slick custom */
.intro-gallery.slick-slider{
	z-index: 0;
}
.intro-gallery .slick-arrow{
	font-size: 0em;
	
	margin: 0;
	padding: 0;
	
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	
	cursor: pointer;
	
	border: 0 none;
	outline: 0 none;
	background-color: transparent;
}
.intro-gallery .slick-arrow:before{
	font-size: 14px;
	
	content: "";
	display: block;
	
	width: 3.125em;
	height: 3.125em;
	
	border-style: solid;
	border-width: 2px 2px 0 0;
}
.intro-gallery .slick-prev{
	left: 3.33%;
}
.intro-gallery .slick-next{
	right: 3.33%;
}
.intro-gallery .slick-prev{
	transform: rotate(225deg);
}
.intro-gallery .slick-next{
	transform: rotate(45deg);
}

@media (min-width: 769px){
	.intro-gallery.slick-slider{
		margin-left: -1em;
		margin-right: -1em;
	}
	.intro-gallery.slick-slider .slick-slide &gt; div{
		margin-left: 1em;
		margin-right: 1em;
	}
}







/* Interview */
.interview{
	margin-top: 6.25em;
	margin-bottom: 6.25em;
	overflow: hidden;
}
.interview__title{
	line-height: 1.33;
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
	
	margin: 0;
}
.interview__title:after{
	content: "";
	display: block;
	
	width: 7.2%;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid;
}

@media (min-width: 769px){
	.interview__title{
		font-size: 2.5em;
	}
}
@media (max-width: 768px){
	.interview__title{
		font-size: 1.5625em;
	}
}

.speak{
	margin-top: 3.75em;
	margin-bottom: 3.75em;
}
.speak__shadow{
	position: relative;
	z-index: 0;
}
.speak__shadow:before{
	content: "";
	display: block;
	
	position: absolute;
	z-index: -1;
	top: 0;
	width: 80%;
	height: 80%;
}

.speak--shop .speak__shadow:before	{ background-color: #C6575B; transform: translate(-1em, -1em); left: 0; }
.speak--hotel .speak__shadow:before	{ background-color: #A2C764; transform: translate( 1em, -1em); right: 0; }
.speak__title .speak__shadow:before	{ background-color: #000;}

.speak__photo{
	width: 100%;
}
.speak__name{
	line-height: 1.75;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	
	margin: 0;
	margin-top: 1em;
}
.speak-illust__photo{
	width: 100%;
}
.speak__title{
	line-height: 2;
	font-size: .75em;
	font-weight: bold;
	margin: 0;
}
.speak--shop .speak__title	{ color: #C6575B; }
.speak--hotel .speak__title	{ color: #A2C764; }
.speak--mc .speak__title		{ color: #000; }

.speak__note{
	line-height: 2;
	font-size: 1.25em;
	margin: 0;
	font-weight:lighter;
}
.speak__note + .speak__note{
	margin-top: 1em;
}

@media (min-width: 769px){
	.speak-illust__photo{
		transform: rotate(-2deg);
	}
}
@media (max-width: 768px){
	.speak-illust{
		position: relative;
		z-index: 0;
		margin-left: -8.14%;
		margin-right: -8.14%;
	}
	.speak-illust:after,
	.speak-illust:before{
		content: "";
		display: block;
		box-sizing: border-box;
		position: absolute;
		z-index: 0;
		left: 0;
		right: 0;
		height: 5%;
		
		background-size: 100% 100%;
		background-repeat: no-repeat;
		
	}
	.speak-illust:before{
		top: 0;
		background-image: url(../img/special__base/illust-mask--top.svg);
	}
	.speak-illust:after{
		bottom: 0;
		background-image: url(../img/special__base/illust-mask--btm.svg);
	}
}


/* speak grid */
.speak-grid{
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.speak-grid__image,
.speak-grid__body{
	box-sizing: border-box;

}

.speak-grid__body{}

.speak--mc:before,
.speak--mc .speak-grid__image{
	display: none;
}

.speak--shop .speak-grid__body{
	padding-right: 4.5%;
}
.speak--hotel .speak-grid__body{
	padding-left: 4.5%;
}
.speak--mc .speak-grid__body{
	text-align: center;
	padding-left: 4.5%;
	padding-right: 4.5%;
}

@media (min-width: 769px){
	.speak-grid{
		position: relative;
		z-index: 0;
	}
	.speak-grid__image{
		width: 17%;
		position: absolute;
		top: 0;
	}
	.speak-grid__body{
		width: 58.52%;
		margin-left: auto;
		margin-right: auto;
	}
	.speak--shop .speak-grid__image		{ left: 0; }
	.speak--hotel .speak-grid__image	{ right: 0; }
}
@media (max-width: 768px){
	.speak-grid{
		display: flex;
	}
	.speak-grid__image,
	.speak-grid__body{
		
	}
.speak--shop .speak-grid__body2{
	padding-right: 2%;
}
.speak--hotel .speak-grid__body2{
	padding-left: 2%;
}
	.speak-grid__image{
		flex: 0 0 35%;
	}
	.speak-grid__body{
		flex: 1 1 auto;
	}
	.speak--shop .speak-grid__image		{ margin-right: 1em; }
	.speak--hotel .speak-grid__image	{ margin-left: 1em; order: 1; }
}







/* sp-column; */
.sp-column{
	color: #fff;
	background-color: #C6575B;
	
	margin-top: 6.25em;
	margin-bottom: 6.25em;
}
.sp-column__photo{
	width: 100%;
}
.sp-column__title{
	line-height: 1.3;
	font-size: 1.625em;
	font-weight: normal;
	text-align: center;
	
	margin: 0;
	margin-bottom: 1em;
}
.sp-column__note{
	margin: 0;
}
.sp-column__note + .sp-column__note{
	margin-top: 1em;
}
.sp-column-grid__body{
	padding: 2.5em;
}

@media (min-width: 769px){
	.sp-column-grid{
		display: flex;
		align-items: center;
	}
	.sp-column-grid__image,
	.sp-column-grid__body{
		box-sizing: border-box;
	}
	.sp-column-grid__image{
		flex: 0 0 40%;
	}
	.sp-column-grid__body{
		flex: 1 1 auto;
	}
}







/* shop-info */
.shop-info{
	margin-top: 6.25em;
	margin-bottom: 6.25em;
}
.shop-info__items{
	margin: 0;
	padding: 0;
	list-style: none;
}
.shop-info__item{
}
.shop-info__item:not(:last-child){
	margin-bottom: 2.5em;
}
.shop-info__more{
	color: inherit;
	text-decoration: inherit;
	
	display: block;
	box-sizing: border-box;
	
	background-color: #F8F3E9;
}
.shop-info__more:hover{
	opacity:0.7;
}
.shop-info__photo{
	width: 100%;
}
.shop-info__name{
	line-height: 1.33;
	font-size: 1.5em;
	font-weight: normal;
	
	margin: 0;
	margin-bottom: 1.5em;
}
.shop-info__note{
	margin: 0;
}
.shop-info__note + .shop-info__note{
	margin-top: 1em;
}

.shop-nav{
	margin: 0;
	padding: 0;
	list-style: none;
	
	margin-top: 2em;
}
.shop-nav__item{}
.shop-nav__more{}
.shop-nav__more[target=_blank]:after{
	content: url(../img/special__base/icon__blank.png);
	margin-left: .5em;
}

@media (min-width: 769px){
	.shop-grid{
		display: flex;
		align-items: center;
	}
	.shop-grid__image{
		flex: 0 0 40%;
		margin-right: 3.5%;
	}
	.shop-grid__body{
		flex: 1 1 auto;
	}
}
@media (max-width: 768px){
	.shop-grid{}
	.shop-grid__image{
		
	}
	.shop-grid__body{
		padding: 2em;
	}
}








/* hotel-info */
.hotel-info{
	position: relative;
	z-index: 0;
	
	color: #fff;
	
	padding-top: 10em;
	padding-bottom: 10em;
	
	margin-top: 6.25em;
	margin-bottom: 6.25em;
}
.hotel-info:before{
	content: "";
	
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-color: rgba(0,0,0, .57);
}
.hotel-info:after{
	content: "";
	
	display: block;
	
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	height: 6%;
	
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/special__base/hotel-mask.svg);
}
.hotel-info__bg{
	display: none;
}
.hotel-info__wrap{}
.hotel-info__name{
	line-height: 1.33;
	font-weight: bold;
	
	margin: 0;
	margin-bottom: .25em;
}
.hotel-info__note{
	line-height: 1.33;
	font-size: 1.25em;
	
	margin: 0;
	margin-bottom: 1.25em;
}
.hotel-info__nav{
	margin-top: 1.25em;
}
.hotel-nav{
	margin: 0;
	padding: 0;
	list-style: none;
}

.hotel-nav__button{
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.33;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	text-decoration: inherit;
	
	display: block;
	box-sizing: border-box;
	
	padding: .5em 1.5em;
	
	border-radius: 3px;
	background-color: #ccc;
}
.hotel-nav__button:hover{
	opacity:0.7;
}
.hotel-nav__button--skin1{
	color: #fff;
	background-color: #f90;
}
.hotel-nav__button--skin2{
	color: #f90;
	background-color: #fff;
}

@media (min-width: 769px){
	.hotel-info__name{
		font-size: 2.5em;
	}
	.hotel-nav{
		margin: 0;
		padding: 0;
		list-style: none;
		
		display: flex;
		
	}
	.hotel-nav__item{}
	.hotel-nav__item:not(:first-child){
		margin-left: 1.5em;
	}
}
@media (max-width: 768px){
	.hotel-info__name{
		font-size: 1.5625em;
	}
	.hotel-nav{}
	.hotel-nav__item{}
	.hotel-nav__item:not(:last-child){
		margin-bottom: 1em;
	}
}






/* pagenav */
.pagenav{
	margin-top: 6.25em;
	margin-bottom: 6.25em;
}
.pagenav__items{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pagenav__item{
	font-size: 1.25em;
}
.pagenav__back{
	color: #666;
	text-decoration: none;
	
	display: inline-flex;
	align-items: center;
}
.pagenav__back:hover{
	text-decoration: underline;
}
.pagenav__back:before{
	content: url(../img/special__base/icon__back.png);
	display: block;
	margin-right: .5em;
}
</pre></body></html>