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

/* body */
h2{
	margin-top:155px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	width:100%;
	background: transparent url("../img/page_ttl_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}

section#guidance .container{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:80px 0 60px;
	text-align:center;
}
section#guidance p{
	margin:0 auto 35px;
	line-height:100%;
	font-size:16px;
}
section#guidance ul{
	display:         flex;
	display: -webkit-flex;
	-js-display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	width: 100%;
	margin: 0 auto;
	gap: 20px;
}
section#guidance ul li{
	width: calc(25% - (60px / 4));
}

section.plan{
	background: #f6f1d6;
	background: -moz-linear-gradient(top, #f6f1d6 0%, #fefdf9 100%);
	background: -webkit-linear-gradient(top, #f6f1d6 0%,#fefdf9 100%);
	background: linear-gradient(to bottom, #f6f1d6 0%,#fefdf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f1d6', endColorstr='#fefdf9',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
	border-top:1px solid #bcbcbc;
}
section.plan .container{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:60px 0;
	text-align:center;
}
section.plan .container &gt; h3{
	margin-bottom:40px;
}
section.plan .container &gt; p{
	margin-bottom:40px;
}
section.plan .container .box{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-bottom:40px;
}

section.plan .box .photo {
	width:560px;
}
section.plan .box .photo ul{
	display:         flex;
	display: -webkit-flex;
	-js-display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	width: 100%;
	gap: 20px;
}
section.plan .box .photo ul li{
	width:calc(50% - 10px);
}
section.plan .box .photo ul li:first-child{
	width:100%;
}
section.plan .box .photo ul li img{
	width:100%;
}
.zoomContainer{
	cursor: none;
}
section.plan .box .photo ul li:nth-child(1){
/*	margin-bottom:20px;*/
}
section.plan .box .pmenu{
	width:400px;
	text-align:left;
}
section.plan .box .pmenu h4{
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	line-height:100%;
	margin-bottom:15px;
}
section.plan .box .pmenu p{
	margin-bottom:35px;
}
section.plan .box .pmenu table th{
	width:140px;
}
section.plan .box .pmenu table td{
	background-color: transparent;
}
section.plan .box .pmenu table + p{
	margin-bottom:0;
}
section.plan .link{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section.plan .link li{
	width:320px;
}
section.plan:nth-last-child(2) .container{
	padding-bottom:100px;
}

/* font-size */
.font-l section#guidance p{
	font-size:18px;
}
.font-l section#breakfast li.bmenu h4{
	font-size:20px;
}
.font-s section#guidance p{
	font-size:14px;
}
.font-s section#breakfast li.bmenu h4{
	font-size:16px;
}

/* background-color */
.bg-bl section.plan .box .pmenu h4{
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.bg-bl section.plan .box .pmenu table td{
	color:#ffffff;
}
.bg-bl section.plan{
	background: #3333BE;
	background: -moz-linear-gradient(top, #3333BE 0%, #00008b 100%);
	background: -webkit-linear-gradient(top, #3333BE 0%,#00008b 100%);
	background: linear-gradient(to bottom, #3333BE 0%,#00008b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333BE', endColorstr='#00008b',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}
.bg-ye section.plan .box .pmenu h4{
	text-shadow: 1px 1px 0 rgba(0,0,139,0.4);
}
.bg-ye section.plan .box .pmenu table td{
	color:#00008b;
}
.bg-ye section.plan{
	background: #FFFF33;
	background: -moz-linear-gradient(top, #FFFF33 0%, #ffff00 100%);
	background: -webkit-linear-gradient(top, #FFFF33 0%,#ffff00 100%);
	background: linear-gradient(to bottom, #FFFF33 0%,#ffff00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#ffff00',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}
.bg-bk section.plan .box .pmenu h4{
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.bg-bk section.plan .box .pmenu table td{
	color:#ffffff;
}
.bg-bk section.plan{
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	background: -webkit-linear-gradient(top, #666666 0%,#333333 100%);
	background: linear-gradient(to bottom, #666666 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}

/* ------------------------------------------------------------------------- *
 *	PC (Low Res) : 1020px &gt; 0
/* ------------------------------------------------------------------------- */
@media print,screen and (max-width: 1020px) {
	section#guidance ul{
		margin:0 10px;
	}
	section.plan .container .box{
		margin-right:10px;
	}
	section.plan .link{
		margin:0 10px;
	}
}

section.plan .container &gt; h3.goto{
	margin-bottom: 25px;
}
section.plan .container &gt; h3.goto span{
	display:block;
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
section.plan .box .pmenu.goto h4{
	margin-bottom: 5px !important;
}
section.plan .box .pmenu.goto .goto_ex{
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	display: block;
	letter-spacing: 0.05em;
}
.goto_bloc {
}
.goto_bloc p {
	margin-bottom: 0 !important;
}
.goto_bloc &gt; p {
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.4);
}
section.plan .box .pmenu.goto table.tbl1 + p {
	margin-bottom: 20px;
}
section.plan .box .pmenu.goto table.tbl1 + .goto_bloc{
	margin-top: 20px;
}
.goto_bloc .price_area ul li.p2{
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.goto_bloc .price_area ul li.p3{
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}
</pre></body></html>