<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 information

 file name  : restaurant.css
 author     : Ability Consultant
 style info : レストラン
=================================================================== */
@font-face {
  font-family: 'Beautiful-ES';
  src: url(../css/fonts/Beautiful-ES.woff) format("woff"), url(../css/fonts/Beautiful-ES.ttf) format("opentype");
}
#gnav #g_rest a:after {
  left: 0 !important;
  width: 100% !important;
}

/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  margin-bottom: 80px;
}
.con_int h3 {
  font-weight: 100;
  font-size: 200%;
  text-align: center;
}
.con_int h3 .en {
  font-family: 'Tangerine', cursive;
}
.con_int h3 .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_int h3 em, .con_int h3 span {
  letter-spacing: .1em;
  display: block;
}
.con_int h3 em {
  letter-spacing: .2em;
  font-size: 131%;
  line-height: 1.4;
}
.con_int .txt {
  margin-top: 10px;
  text-align: center;
  line-height: 2.5em;
}
.con_int .con_chef {
  position: relative;
  margin-top: 70px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
  padding: 48px 65px;
}
.con_int .con_chef .catch {
  margin-bottom: 30px;
}
.con_int .con_chef .catch .en {
  font-family: 'Tangerine', cursive;
  font-size: 200%;
  letter-spacing: .1em;
  display: block;
}
.con_int .con_chef .catch .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 193%;
  line-height: 1.4;
  letter-spacing: .1em;
}
.con_int .con_chef .box_chef {
  overflow: hidden;
}
.con_int .con_chef .box_chef .photo {
  width: 300px;
  float: left;
}
.con_int .con_chef .box_chef .txt_chef {
  width: 475px;
  float: right;
  text-align: left;
}
.con_int .con_chef .box_chef .txt_chef:before {
  content: url(../restaurant/images/ic_l.png);
  position: absolute;
  top: 17px;
  right: 900px;
}
.con_int .con_chef .box_chef .txt_chef:after {
  content: url(../restaurant/images/ic_r.png);
  position: absolute;
  top: 17px;
  left: 900px;
}
.con_int .con_chef .box_chef .name {
  font-size: 139%;
}

/* -----------------------------------------------------------
	con_nav
----------------------------------------------------------- */
.con_nav {
  background-color: #fff;
  margin: 80px 0;
}
.con_nav ul {
  width: 870px;
  margin: 0 auto;
  overflow: hidden;
}
.con_nav ul li {
  padding: 36px 0;
  width: 174px;
  float: left;
}
.con_nav ul li:first-child a:before {
  background: url(../restaurant/images/nav1-on.png) center center no-repeat;
}
.con_nav ul li:nth-child(2) a:before {
  background: url(../restaurant/images/nav2-on.png) center center no-repeat;
}
.con_nav ul li:nth-child(3) a:before {
  background: url(../restaurant/images/nav3-on.png) center center no-repeat;
}
.con_nav ul li:nth-child(4) a:before {
  background: url(../restaurant/images/nav4-on.png) center center no-repeat;
}
.con_nav ul li:nth-child(5) a:before {
  background: url(../restaurant/images/nav5-on.png) center center no-repeat;
}
.con_nav ul li a {
  display: block;
  position: relative;
}
.con_nav ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.con_nav ul li a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* -----------------------------------------------------------
	con_rest
----------------------------------------------------------- */
.con_rest {
  margin-top: 90px;
}
.con_rest .box_rest h3 {
  text-align: center;
  margin-bottom: 31px;
}
.con_rest .box_rest .box_movie {
  width: 764px;
  height: 430px;
  margin: 0 auto;
}
.con_rest .box_rest .box_movie iframe {
  width: 100%;
  height: 100%;
}
.con_rest .box_rest .data {
  margin-top: 30px;
  overflow: hidden;
}
.con_rest .box_rest .data .box_txt {
  width: 410px;
  float: left;
}
.con_rest .box_rest .data .box_txt .st {
  font-size: 170%;
  color: #8d7c53;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  letter-spacing: 0.1em;
}
.con_rest .box_rest .data .tbl_basic {
  width: 533px;
  float: right;
}
.con_rest .box_rest .data .tbl_basic tr th {
  width: 120px;
}
.con_rest .box_rest .data .tbl_basic tr td {
  line-height: 2em;
  width: 385px;
}
.con_rest .box_rest .data .tbl_basic tr td .yoyaku {
  font-weight: bold;
  color: #fff;
  background-color: #3f7c41;
  padding: 5px;
  margin: 10px 9px 0 0;
}
.con_rest .box_rest .data .tbl_basic tr td .yoyaku.yoyaku2 {
  padding: 5px 12px;
}
.con_rest .box_rest .data .tbl_basic tr td .day .last {
  margin-left: 170px;
}
.con_rest .box_rest .data .tbl_basic tr td .memo {
  margin-left: 88px;
}
.con_rest .box_rest .box_poi {
  margin-top: 40px;
  padding: 30px 27px;
  background-color: #e0dbce;
}
.con_rest .box_rest .box_poi .st {
  margin-bottom: 8px;
  font-size: 170%;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_rest .box_rest .box_poi .st.st2 {
  margin-top: 30px;
}
.con_rest .box_rest .box_poi .wrp_poi {
  overflow: hidden;
}
.con_rest .box_rest .box_poi .wrp_poi .photo {
  width: 241px;
  float: left;
}
.con_rest .box_rest .box_poi .wrp_poi .txt {
  width: 634px;
  float: right;
}
.con_rest#link1 h3 {
  margin-top: 0;
}
.con_rest#link5 {
  margin-bottom: 90px;
}

/* -----------------------------------------------------------
	con_pla
----------------------------------------------------------- */
.con_pla {
  position: relative;
  z-index: 0;
  padding: 45px 0 130px;
}
.con_pla:before {
  content: "";
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -645px;
  z-index: -1;
  background: #fff;
  -moz-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.2);
}
.con_pla h3 {
  font-weight: 100;
  font-size: 200%;
  text-align: center;
  margin-bottom: 20px;
}
.con_pla h3 .en {
  font-family: 'Tangerine', cursive;
}
.con_pla h3 .jp {
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_pla h3 em, .con_pla h3 span {
  letter-spacing: .1em;
  display: block;
}
.con_pla h3 em {
  letter-spacing: .2em;
  font-size: 131%;
  line-height: 1.4;
}
.con_pla &gt; ul {
  overflow: hidden;
}
.con_pla &gt; ul li {
  float: left;
  width: 304px;
  margin-left: 19px;
}
.con_pla &gt; ul li:first-child {
  margin-left: 0;
}
.con_pla &gt; ul li a {
  display: block;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #555;
  text-decoration: none;
}
.con_pla &gt; ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_pla &gt; ul li a .pho {
  width: 100%;
  height: 228px;
  overflow: hidden;
}
.con_pla &gt; ul li a .pho img {
  width: 100%;
}
.con_pla &gt; ul li a .cate {
  margin-top: 10px;
  display: inline-block;
  padding: .2em 1em;
  color: #fff;
  background: #bdb09c;
}
.con_pla &gt; ul li a .st {
  text-decoration: underline;
  font-size: 108%;
  margin-top: 10px;
}
.con_pla &gt; ul li a dl {
  margin-top: 15px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 15px;
  overflow: hidden;
  line-height: 2;
}
.con_pla &gt; ul li a dl dt {
  float: left;
  width: 25%;
}
.con_pla &gt; ul li a dl dd {
  float: left;
  width: 75%;
}
.con_pla .btn {
  width: 314px;
  margin: 0 auto;
  padding-top: 40px;
}
.con_pla .btn a {
  display: block;
  font-size: 108%;
  font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  cursor: pointer;
  text-align: center;
  background: url(../images/common/btn01.jpg);
  color: #fff;
  -moz-box-shadow: 0px 0px 8px 2px rgba(59, 36, 12, 0.75) inset;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(59, 36, 12, 0.75) inset;
  box-shadow: 0px 0px 8px 2px rgba(59, 36, 12, 0.75) inset;
  text-decoration: none;
  padding: 1em 0;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.con_pla .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_pla .btn a span {
  display: inline-block;
  position: relative;
}
.con_pla .btn a span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -.75em;
  margin-left: .5em;
  -moz-transition: margin-left 0.4s;
  -o-transition: margin-left 0.4s;
  -webkit-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
  z-index: 1;
}
.con_pla .btn a:hover {
  color: #fff;
}
.con_pla .btn a:hover span:after {
  margin-left: 1em;
}
.con_pla .btn a {
  background: url(../images/common/btn02.jpg);
}
</pre></body></html>