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

h2 {
	display: flex;
	display: -webkit-flex;
	-js-display: 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%;
	margin-top: 155px;
	background: transparent url('../img/page_ttl_bg.jpg') no-repeat scroll center center;
	background-size: cover;
}
section#main {
	border-bottom: 1px solid #bcbcbc;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #f6e0e0 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #f6e0e0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f6e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6e0e0', GradientType=0);
}
section#main .container {
	min-width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 60px;
}
section#main ul {
	display: flex;
	display: -webkit-flex;
	-js-display: 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;
}
section#main ul li:nth-child(1) {
	display: flex;
	display: -webkit-flex;
	-js-display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
section#main ul li:nth-child(1) h3 {
	margin-left: 30px;
}
section#main ul li:nth-child(2) {
	width: 630px;
}
section#main ul li:nth-child(2) p {
	margin-top: 10px;
}
section#guidance .container {
	min-width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}
section#guidance p {
	font-size: 16px;
	line-height: 100%;
	margin: 20px auto 35px;
}
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;
}
section#guidance ul li {
	width: 235px;
}
section.plan {
	border-top: 1px solid #bcbcbc;
	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%);
	background-repeat: no-repeat;
	background-size: 100% 300px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f1d6', endColorstr='#fefdf9', GradientType=0);
}
section.plan .container {
	min-width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	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;
	display: -webkit-flex;
	-js-display: 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;
	gap:20px;
	width: 100%;
}
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 p {
	text-align: left;
	margin-top: 5px;
}

section.plan .box .photo ul.jyunbi{
	width: 560px;
	height: 600px;
	position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
	display:         flex;
	display: -webkit-flex;
	-js-display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	background-color: #b3b3b3;
}
section.plan .box .photo ul.jyunbi::before{
	font-family: 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“', YuGothic, 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium', 'Yu Gothic Medium', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯', 'Yu Gothic','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', sans-serif;
	font-size: 80px;
	font-weight: normal;
	line-height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: 1em;
	height: 3.2em;
	content: 'æº–å‚™ä¸­';
	transform: translate(-50%,-50%);
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
}
section.plan .box .photo ul.jyunbi li{
	opacity: 0;
	display: none;
}
section.plan .box .photo_ex{
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 10px;
	line-height: 1.7em;
}

.zoomContainer {
	cursor: none;
}
section.plan .box .pmenu {
	width: 400px;
	text-align: left;
}
section.plan .box .pmenu h4 {
	line-height: 100%;
	margin-bottom: 15px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
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;
	vertical-align: middle;
}
section.plan .link {
	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;
}
section.plan .link li {
	width: 320px;
}
section.plan:nth-last-child(2) .container {
	padding-bottom: 100px;
}
.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;
}
.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: #fff;
}
.bg-bl section#main {
	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);
}
.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%);
	background-repeat: no-repeat;
	background-size: 100% 300px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333BE', endColorstr='#00008b', GradientType=0);
}
.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#main {
	background: #ff3;
	background: -moz-linear-gradient(top, #ff3 0%, #ff0 100%);
	background: -webkit-linear-gradient(top, #ff3 0%, #ff0 100%);
	background: linear-gradient(to bottom, #ff3 0%, #ff0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#ffff00', GradientType=0);
}
.bg-ye section.plan {
	background: #ff3;
	background: -moz-linear-gradient(top, #ff3 0%, #ff0 100%);
	background: -webkit-linear-gradient(top, #ff3 0%, #ff0 100%);
	background: linear-gradient(to bottom, #ff3 0%, #ff0 100%);
	background-repeat: no-repeat;
	background-size: 100% 300px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#ffff00', GradientType=0);
}
.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: #fff;
}
.bg-bk section#main {
	background: #666;
	background: -moz-linear-gradient(top, #666 0%, #333 100%);
	background: -webkit-linear-gradient(top, #666 0%, #333 100%);
	background: linear-gradient(to bottom, #666 0%, #333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333', GradientType=0);
}
.bg-bk section.plan {
	background: #666;
	background: -moz-linear-gradient(top, #666 0%, #333 100%);
	background: -webkit-linear-gradient(top, #666 0%, #333 100%);
	background: linear-gradient(to bottom, #666 0%, #333 100%);
	background-repeat: no-repeat;
	background-size: 100% 300px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333', GradientType=0);
}

/* ------------------------------------------------------------------------- *
 *	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 p{
	margin-bottom: 15px;
}
.goto_bloc .price_area {
}
.goto_bloc .price_area ul {
}
.goto_bloc .price_area ul li {
}
.goto_bloc .price_area ul li.p1{
}
.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;
}
.goto_bloc .link {
}
.goto_bloc .link li {
}
.goto_bloc .link li .btn1 {
}


section.plan .box .pmenu table th,
section.plan .box .pmenu table td {
	width: 28%;
}
section.plan .box .pmenu table th {
	text-align: center;
}
section.plan .box .pmenu table tr:nth-child(1) th {
	line-height: 1.4em;
	padding: 0.5em;
}
section.plan .box .pmenu table th:nth-child(1){
	width: 44%;
	text-align: left;
}
section.plan .box .pmenu table th:nth-child(3){
	border-right: none;
}
section.plan .box .pmenu table td:nth-child(2){
	border-right: 1px solid #b3b3b3;
}
i.wave {
  display: inline-block;
  width: 6px;
  height: 14px;
  background-image: url('../img/wave.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
</pre></body></html>