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

#wrapper {
  padding:116px 0 0;
}
.secondaryNavArea {
  width:100%;
  position:fixed;
  top:0;
  z-index:210;
}


.mainArea {
  width:100%;
  height:340px;
  background-image:url(../../common/images/bg_main.jpg);
  background-size:cover;
  background-position:center center;
}
.mainBlock {
  width:100%;
  height:340px;
  background-repeat:no-repeat;
  background-position:center top;
  background-image:url(../images/main.jpg);
}
.mainBox {
  width:1000px;
  height:340px;
  margin:0 auto;
  position:relative;
}
.mainBox h1 {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  width:154px;
  height:154px;
  padding: 87px 0 10px;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_h1.png);
  background-position:center 93px;
  color:#FFF;
  font-family:"hannari";
  font-size:262%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}


.localNav {
  width:100%;
  height:45px;
  position:relative;
  z-index:440;
}
.localNav nav {
  width:100%;
  background:url(../../common/images/bg02.jpg);
}
.localNav ul {
  width:1000px;
  height:auto;
  margin:0 auto;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.localNav li {
  margin:0 15px;
  font-family:"hannari";
  line-height:1em;
  font-size:139%;
}
.localNav li a {
  display:block;
  padding:11px 10px 16px;
  color:#000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.localNav li a:hover {
  background-color:rgba(187,56,73,0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed {
  position:fixed;
  top:116px;
}

/* 料理
-----------------------------------------------------------------*/
.contents_bg {
  background-image:url(../../common/images/bg01.jpg);
}
.contents_bw {
}
.contents_bg .contentsBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl01.png);
  background-position:620px -10px;
}
.contents_bw .contentsBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
  padding:50px 0;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl03.png);
  background-position:620px -10px;
}
.contentsBlock {
  position:relative;
  z-index:200;
}
.contentsBlock h2 {
  font-family:"hannari";
  font-size:300%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 20px;
}

.hen {
  font-size: 13px;
}
.subttl {
  font-size: 30px;
}

#kojo,
#yuhi,
#kashi,
#onsen {
  padding-top:210px;
  margin-top:-210px;
}


.menuBox {
  background-color:#e4d2a0;
  padding:20px;
  margin:0px 0 40px;
  width:auto;
  height:auto;
}
.menuBox h3 {
  background-color:#f4e6bd;
  font-family: "hannari";
  font-size:182%;
  line-height:1.2em;
  text-align:center;
  padding:6px 0 12px;
  margin:0 0 20px;
}
.menuBox p {
  line-height:1.4em;
}
.menuSpec {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menuVisual {
  width:648px;
  height:auto;
  line-height:0em;
  padding:0 0 5px;
}
.menuVisual ul {
  padding:14px 0 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menuVisual_tate {
  width:400px;
  height:auto;
  line-height:0em;
  padding:0 0 5px;
}
.menuVisual_tate img {
  width: 100%;
  height: auto;
}
.menuVisual_tate ul {
  padding:14px 0 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menuTxt {
  width:290px;
  height:auto;
}
.menuTxt h4 {
  font-size:116%;
  background-repeat:no-repeat;
  background-image:url(../../common/images/point01.png);
  padding:5px 0 2px 22px;
  margin:0 0 0 0;
}
.menuTxt table {
  margin:0 0 8px;
  width:100%;
}
.menuTxt th,
.menuTxt td {
  border-bottom: 1px dotted #bda15b;
  padding:8px 0 6px;
  line-height:1.4em;
  vertical-align:middle;
}
.menuTxt th {
  width:20%;
  text-align:left;
}
.menuTxt img {
  width:100%;
  height:auto;
}
.menuTxt_tate {
  width:538px;
  height:auto;
}
.menuTxt_tate h4 {
  font-size:116%;
  background-repeat:no-repeat;
  background-image:url(../../common/images/point01.png);
  padding:5px 0 2px 22px;
  margin:0 0 0 0;
}
.menuTxt_tate table {
  margin:0 0 8px;
  width:100%;
}
.menuTxt_tate th,
.menuTxt_tate td {
  border-bottom: 1px dotted #bda15b;
  padding:8px 0 6px;
  line-height:1.4em;
  vertical-align:middle;
}
.menuTxt_tate th {
  width:20%;
  text-align:left;
}
.menuTxt_tate img {
  width:100%;
  height:auto;
}
.menuLine {
  padding:0;
  margin:0 0 0 0;
}
.menuLine img {
  width:100%;
  height:3px;
}
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height:76px;
  width:auto;
  border:#666 solid 1px;
  padding:5px;
  margin:0 0 0 8px;
  text-align:center;
  line-height:1em;
  font-size:93%;
}
.menumain {
  text-align:left;
  padding:0 0 3px;
}
.reserveBtnmenu {
  width:80%;
  text-align:center;
  margin:12px auto 0;
  font-size:116%;
}
.reserveBtnmenu a {
  color:#FFF;
  background-image:url(../../common/images/bg_red.jpg);
  display:block;
  border-radius:4px;
  padding:10px 0;
}



.contents_bg .alacarteBlock {
  width:1032px;
  height:auto;
  margin:0 auto;
  padding:50px 0;
  background-repeat:no-repeat;
  background-image:url(../../common/images/bg_ttl01.png);
  background-position:620px -10px;
}
.alacarteBlock h2 {
  font-family:"hannari";
  font-size:300%;
  text-align:center;
  line-height:0.7em;
  padding:0 0 20px;
}
.alacarte {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.alacarteBox {
  width:312px;
  height:auto;
  background-color:#FFF;
  margin:16px;
}
.alaImg {
  padding:6px;
}
.alaImg img {
  width:100%;
  height:auto;
}
.alacarteBox dl {
  padding:3px 16px 16px;
}
.alacarteBox dt {
  padding:0 0 5px;
  font-size:116%;
  line-height:1.3em;
  border-bottom:#CCC dotted 1px
}
.alacarteBox dd {
  padding:8px 0 0;
  line-height:1.4em;
}
.priceLine {
  font-size:116%;
  padding:0 0 5px;
}
.price {
  color:#F00;
}



/* こだわりの食材
-----------------------------------------------------------------*/

.oidate {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.oidate_img {
  width:180px;
  height:auto;
  line-height:0em;
}
.oidate_txt {
  width:800px;
  height:auto;
  position:relative;
}
.oidate_txt h3 {
  font-family:"hannari";
  font-size:231%;
  line-height:1em;
  padding:0 0 15px;
}
.oidate_txt p {
  line-height:1.6em;
}
.seed {
  position:absolute;
  right:30px;
  top:130px;
}
.oidate_name {
  position:absolute;
  bottom:0px;
}


.yasai {
  padding:60px 0 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index:300;
}
.yasai_img {
  width:410px;
  height:auto;
}
.yasai_txt {
  width:570px;
  height:auto;
  position:relative;
}
.yasai_bg {
  position:absolute;
  right:-20px;
  bottom:-100px
}
.yasai_txt h3 {
  font-family:"hannari";
  font-size:231%;
  line-height:1em;
  padding:0 0 8px;
  letter-spacing:-0.06em;
}
.yasai_txt h4 {
  font-family:"hannari";
  font-size:139%;
  line-height:1em;
  padding:0 0 15px;
}
.yasai_txt p {
  line-height:1.6em;
}



.egg {
  padding:60px 0 0;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-direction:reverse;
  -moz-box-direction:reverse;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -webkit-flex-direction:row-reverse;
  -moz-flex-direction:row-reverse;
  flex-direction:row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index:310;
}
.egg_img {
  width:363px;
  height:auto;
}
.egg_txt {
  width:617px;
  position:relative;
}
.egg_bg {
  position:absolute;
  right:0px;
  top:40px;
}
.egg_txt h3 {
  font-family:"hannari";
  font-size:231%;
  line-height:1em;
  padding:0 0 8px;
  letter-spacing:-0.06em;
}
.egg_txt h4 {
  font-family:"hannari";
  font-size:139%;
  line-height:1em;
  padding:0 0 15px;
}
.egg_txt p {
  line-height:1.6em;
}


.hony {
  padding:60px 0 70px;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index:300;
}
.hony_img {
  width:410px;
  height:auto;
}
.hony_txt {
  width:570px;
  height:auto;
  position:relative;
}
.hony_bg {
  position:absolute;
  right:-20px;
  bottom:-50px
}
.hony_txt h3 {
  font-family:"hannari";
  font-size:231%;
  line-height:1em;
  padding:0 0 8px;
  letter-spacing:-0.06em;
}
.hony_txt h4 {
  font-family:"hannari";
  font-size:139%;
  line-height:1em;
  padding:0 0 15px;
}
.hony_txt p {
  line-height:1.6em;
}

</pre></body></html>