<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 {
	background-image: url(../index-img/back.png);
	background-repeat: repeat;
}
#lap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
}
#footer-div {
	background-color: #48A8D8;
	padding: 30px;
	margin-top: 30px;
	background-image: url(../index-img/footer-back.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
}
.footer-navi li{
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	padding-top: 15px;
}
.pink-text{
	color: #E9569A;
}

/*中ページ*/
.title-img{
	margin-top: 15px;
	margin-bottom: 15px;
}
h2{
	font-size: 18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C90;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	clear: both;
}
h4{
	font-size: 25px!important;
	color: #996600!important;
	padding-left: 20px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #996600;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold!important;
}
.midashi{
	font-size: 16px;
	font-weight: bold;
	background-color: #FC0;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 15px;
}
/*ダイニング*/
.plan-box{
	border: 1px dotted #000;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 25px;
}
.plan-box img {
	background-color: #FFF;
	padding: 5px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
	}
.plan-box strong{
	background-color: #EDD4B9;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.price{
	color: #F00;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.red-b{
	font-weight: bold;
	color: #F00;
}
.t-box{
	padding-top: 15px;
}
.about-box .col-md-4 {
	padding-bottom: 10px;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.img-left{
	float: left;
	margin-right: 5px;
}

@media all and (max-width: 770px) {/*スマホ用*/
.rogo img {
    display: none;
/*	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 30%;*/
	}
.rogo{
	background-image: url(../index-img/sp-rogo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	margin-top: -10px;
	}
.index-img{
}

.copy{
	    display: none;
}

nav{
	background-color: #FFFFFF;
}
nav ul li img {
    display: none;
}
nav li a:before {
    content: attr(data-label);
  }
nav ul{
	margin: 0px;
/*	background-color: #F2E4CC;*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 100%;
}
.navi li{
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer-main img{
	padding-top: 20px;
}

}

@media all and (min-width: 770px) {/*PC用*/
.head{
	background-image: url(../index-img/header-img.png);
	background-repeat: no-repeat;
	background-position: 25% bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.copy{
	font-size: 20px;
	margin-top: 45px;
	margin-bottom: 30px;
}
.navi-box{
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

ul.navi {letter-spacing: -0.5em;}
.navi{
	text-align: right;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navi li {
	display: inline-block;
	padding-left: 4px;
	padding-right: 0px;
	letter-spacing: normal; /* 追加 */
}
.left-sen {
	background-image: url(../index-img/navi_line.png);
	background-repeat: no-repeat;
	background-position: left;
}
.right-sen{
	background-image: url(../index-img/navi_line.png),url(../index-img/navi_line.png);
	background-repeat: no-repeat;
	background-position: left,right;
	padding-right: 5px!important;
	margin-right: 5px;
}
.navilink:hover{
	background-color: #F3EADE;
}
.footer-main{
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	display: inline-block;
}
.footer-main .col-sm-6 {
	text-align: right;
}
}


@media all and (min-width: 1000px) {/*PC用*/
.container{
	max-width: 1000px;
}

.footer-main{
		width:1000px;

}
}


/*印刷時リンクが出るのを消す*/
@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}
/*グリッドシステムのガター調整*/
.row-0{
	margin-left:0px;
	margin-right:0px;
}
.row-0 &gt; div{
		padding-right:0px;
		padding-left:0px;
		padding-bottom:0px;
	}

.row-10 {
	margin-left:-5px;
	margin-right:-5px;
}
.row-10 &gt; div{
		padding-right:5px;
		padding-left:5px;
		padding-bottom:5px;
	}
.row-20 {
	margin-left:-10px;
	margin-right:-10px;
}
.row-20 &gt; div{
		padding-right:10px;
		padding-left:10px;
		padding-bottom:20px;
	}
.row-30 {
	margin-left:-15px;
	margin-right:-15px;
}
.row-30 &gt; div{
		padding-right:15px;
		padding-left:15px;
		padding-bottom:15px;
	}
.row-40 {
	margin-left:-20px;
	margin-right:-20px;
}
.row-40 &gt; div{
		padding-right:20px;
		padding-left:20px;
		padding-bottom:20px;
	}
</pre></body></html>