@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700|Freeman:400");
@font-face {
  font-family: '筆';
  src: url(../fonts/GKSPKAIM.TTF); }
html {
  height: 101%;
  margin-bottom: 1px; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, img {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #000;
  font-size: 18px; }

a {
  color: #245558;
  text-decoration: underline;
  transition: .3s; }
  a:link, a:visited {
    color: #245558;
    text-decoration: underline; }
  a:hover, a:active {
    color: #34a3aa;
    text-decoration: none; }

.sp_only {
  display: none; }

br.clear {
  clear: both; }

section#home_cover {
  height: 90vh;
  position: relative;
  width: 100%;
  background-color: #000;
  background-size: cover; }

section#main {
  padding: 3em 0; }
section#home_info {
  padding: 3em 0;
  background: url("../images/wood2.jpg") repeat-y center top/100%; }
section#home_menu ul li a {
  display: block;
  padding: 3em 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.75em;
  font-family: "筆", "Noto Sans JP", sans-serif;
  text-shadow: 0 0 5px black; }
  section#home_menu ul li a small {
    display: block;
    margin: 1.5em 0 2.5em 0;
    font-size: 0.5em;
    font-family: "Freeman", "Noto Sans JP", sans-serif;
    font-style: italic;
    text-shadow: none; }
    section#home_menu ul li a small::before, section#home_menu ul li a small::after {
      content: '-';
      margin: 0 .5em; }
  section#home_menu ul li a span {
    display: inline-block;
    border: 1px solid #fff;
    padding: 1em 5em;
    font-size: 0.4em;
    font-family: "Noto Sans JP", sans-serif;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none; }
section#home_menu ul li.home_food {
  background-image: url("../images/overlay_grey.png"), url("../images/home_menu_bg_food.jpg");
  background-repeat: repeat, no-repeat;
  background-position: center;
  background-size: auto, cover; }
section#home_menu ul li.home_wine {
  background-image: url("../images/overlay_grey.png"), url("../images/home_menu_bg_wine.jpg");
  background-repeat: repeat, no-repeat;
  background-position: center;
  background-size: auto, cover; }
section#footer_access {
  background: #7b8357 url("../images/footer_access_bg.jpg") no-repeat center/cover;
  padding: 3em 0; }
  section#footer_access dl {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 2em 2em 1em; }
    section#footer_access dl dt {
      font-size: .8em;
      margin-bottom: .5em; }
      section#footer_access dl dt::before {
        font-family: 'FontAwesome';
        content: '\f111';
        margin-right: .5em;
        font-weight: normal;
        color: #7b8357; }
    section#footer_access dl dd {
      border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
      margin-bottom: 1em;
      padding: 0 0 .75em 1.1em; }

p {
  margin-bottom: 1.5em; }

.buttons {
  text-align: center;
  margin-bottom: 1.5em; }
  .buttons a {
    display: inline-block;
    background: #245558;
    color: #fff;
    text-decoration: none;
    padding: .75em 2.5em;
    font-size: .9em;
    border: 1px solid #fff; }
    .buttons a:hover {
      background: #34a3aa;
      border-color: #34a3aa; }
    .buttons a i.fa {
      margin: 0 0.5em; }

footer {
  background-image: url("../images/tile.jpg"), url("../images/wall.jpg");
  background-repeat: repeat-x ,no-repeat;
  background-size: 50px ,cover;
  background-position: bottom, center;
  display: block;
  padding: 3em 0;
  color: #fff;
  text-align: center;
  font-size: 11px; }
  footer a {
    color: #fff !important; }
  footer .footer_social {
    padding: 10px 0 20px; }
    footer .footer_social img {
      height: 40px;
      margin: 0 10px; }
  footer img.footer_logo {
    display: block;
    margin: 0 auto;
    max-width: 200px; }

/*パディング*/
.padd5 {
  padding: 5px; }

.padd10 {
  padding: 10px; }

.padd15 {
  padding: 15px; }

.padd20 {
  padding: 20px; }

.padd0_5 {
  padding: 0 5px; }

.padd0_10 {
  padding: 0 10px; }

.padd0_20 {
  padding: 0 20px; }

.padd10_20 {
  padding: 10px 20px; }

.padd-top5 {
  padding-top: 5px; }

.padd-top10 {
  padding-top: 10px; }

.padd-top15 {
  padding-top: 15px; }

.padd-top20 {
  padding-top: 20px; }

.padd-bottom5 {
  padding-bottom: 5px; }

.padd-bottom10 {
  padding-bottom: 10px; }

.padd-bottom15 {
  padding-bottom: 15px; }

.padd-bottom20 {
  padding-bottom: 20px; }

/*マージン*/
.marg5 {
  margin: 5px; }

.marg10 {
  margin: 10px; }

.marg20 {
  margin: 20px; }

.marg0_5 {
  margin: 0 5px; }

.marg0_10 {
  margin: 0 10px; }

.marg0_20 {
  margin: 0 20px; }

.marg-top0 {
  margin-top: 0 !important; }

.marg-top5 {
  margin-top: 5px; }

.marg-top10 {
  margin-top: 10px; }

.marg-top15 {
  margin-top: 15px; }

.marg-top20 {
  margin-top: 20px; }

.marg-bottom5 {
  margin-bottom: 5px; }

.marg-bottom10 {
  margin-bottom: 10px; }

.marg-bottom15 {
  margin-bottom: 15px; }

.marg-bottom20 {
  margin-bottom: 20px; }

/*フォント*/
.st {
  font-weight: bold; }

.reg {
  font-weight: normal; }

.fs150 {
  font-size: 150%;
  letter-spacing: 0.01em; }

.fs120 {
  font-size: 120%; }

.fs110 {
  font-size: 110%; }

.fs90 {
  font-size: 90%; }

.fs80 {
  font-size: 80%;
  line-height: 160%; }

.fs70 {
  font-size: 70%;
  line-height: 160%; }

.fs60 {
  font-size: 60%;
  line-height: 160%; }

.fs50 {
  font-size: 50%;
  line-height: 160%; }

.fsblack {
  color: #333; }

.fsred {
  color: #CC4B5B; }

.fsgray {
  color: #afafaf; }

.must {
  font-weight: bold;
  margin-left: 5px;
  color: red; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center; }

hr {
  height: 1px;
  border: none;
  background: #333;
  margin: 10px 0; }

/*Facebook Like BOX レスポンシブ化*/
#fb-root {
  display: none; }

.fb_iframe_widget {
  width: 100% !important;
  background: #fff !important; }
  .fb_iframe_widget span {
    width: 100% !important;
    background: #fff !important; }
    .fb_iframe_widget span iframe[style] {
      width: 100% !important;
      background: #fff !important; }

h3.common {
  font-family: "筆", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: normal;
  color: #f3e4c1;
  text-shadow: 0 0 5px black; }
  h3.common span {
    font-family: "Freeman", "Noto Sans JP", sans-serif;
    font-style: italic;
    display: block;
    font-size: .4em;
    color: #fff; }

.box {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-bottom: 15px; }

ul.gallery {
  margin-left: -0.666%; }
  ul.gallery li {
    width: 16%;
    margin: 0 0 0.666% 0.666%;
    float: left; }
    ul.gallery li img {
      width: 96%;
      padding: 2%;
      background: rgba(255, 255, 255, 0.8); }

img.photo {
  width: 96%;
  padding: 2%;
  background: rgba(255, 255, 255, 0.8); }

/*コンテンツページ*/
.single-post {
  position: relative;
  color: #fff; }
  .single-post .thumb {
    width: 100%;
    margin-bottom: 1em; }
  .single-post h1.post-title {
    font-size: 1.25em;
    margin-bottom: 1em; }
  .single-post .date {
    text-align: right;
    color: #7b8357;
    font-size: .8em; }
  .single-post .single-post-content {
    padding: 1.5em 0;
    line-height: 2; }
    .single-post .single-post-content h3, .single-post .single-post-content h4, .single-post .single-post-content h5 {
      margin-bottom: 10px;
      line-height: 120%;
      border-bottom: 1px dotted #ccc;
      padding-bottom: 3px; }
    .single-post .single-post-content h3 {
      font-size: 18px; }
    .single-post .single-post-content h4 {
      font-size: 16px; }
    .single-post .single-post-content h5 {
      font-size: 14px; }

/*記事内タイトル*/
/* 前後記事ページング */
ul.paging {
  margin-top: 5em;
  font-size: 12px;
  border-top: 1px dotted #ccc; }
  ul.paging li {
    width: 50%; }
    ul.paging li.prev {
      text-align: right;
      float: right; }
    ul.paging li.emptynext a {
      border-left: 1px dotted #ccc; }
    ul.paging li.next {
      float: left; }
    ul.paging li a {
      display: block;
      position: relative;
      text-decoration: none;
      color: #fff; }
    ul.paging li.prev a {
      padding: 1em 2em 1em 1em; }
    ul.paging li.next a {
      padding: 1em 1em 1em 2em;
      border-right: 1px dotted #ccc; }
    ul.paging li a i {
      position: absolute;
      font-size: 16px;
      top: 0.9em;
      color: #245558; }
    ul.paging li.prev a i {
      right: 0; }
    ul.paging li.next a i {
      left: 0; }

.icons {
  position: absolute;
  top: 1px;
  right: 5px; }
  .icons span, .icons a {
    display: inline-block;
    background: #7b8357;
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    padding: 2px 8px;
    margin-right: 0;
    text-decoration: none; }

/*下層ページメニュー*/
header#fixed_header .logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 316px;
  box-sizing: border-box;
  padding: 25px;
  z-index: 9001;
  transition: .5s;
  background: url("../images/wood.jpg") no-repeat center center/cover; }

/*下層ページタイトル*/
body#sub section#pagetitle {
  background: url("../images/pagetitle_bg.jpg") no-repeat top/cover;
  height: 316px;
  position: relative; }
  body#sub section#pagetitle h1, body#sub section#pagetitle p {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.5em;
    font-weight: normal;
    font-family: "筆", "Noto Sans JP", sans-serif;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

/*---ウィジェット---*/
h3.disable {
  display: none; }

/*TOP用*/
/*SUB用*/
.sub_right_widget {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.8); }
  .sub_right_widget h3 {
    color: #fff;
    font-size: 14px;
    background: url("../images/more.png") center center;
    background-size: 80px;
    line-height: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 8px; }
  .sub_right_widget > ul {
    font-size: 12px; }
    .sub_right_widget > ul > li {
      border-bottom: 1px dotted #ccc;
      padding: 8px 10px; }
      .sub_right_widget > ul > li:last-child {
        border-bottom: 0; }
      .sub_right_widget > ul > li a {
        font-size: 14px;
        margin-right: 3px; }
      .sub_right_widget > ul > li ul.children {
        margin: 5px 0 0 10px; }
        .sub_right_widget > ul > li ul.children li {
          padding: 2px 0; }

/*Tags*/
div.tags {
  margin: 0 10px;
  text-align: right; }
  div.tags h4 {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px; }
  div.tags a {
    font-size: 12px;
    display: inline-block;
    background: #fff;
    padding: 2px 10px;
    margin: 0 0 5px 5px;
    border: 1px solid #009ae2;
    border-radius: 3px;
    text-decoration: none; }
    div.tags a:hover {
      background: #009ae2;
      color: #fff; }

/*画像リスト*/
ul.gal2, ul.gal3 {
  margin-left: -1%; }
ul.gal2 li, ul.gal3 li {
  float: left;
  margin: 0 0 7px 1%; }
ul.gal2 li img, ul.gal3 li img {
  width: 100%; }
ul.gal2 li {
  width: 49%; }
ul.gal3 li {
  width: 32.3%; }

/*ページネーション*/
.pagenation {
  text-align: center;
  margin: 10px 0 30px; }
  .pagenation a, .pagenation span {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 5px 8px;
    border-radius: 3px;
    text-decoration: none; }
  .pagenation .current {
    background: #000;
    border-color: #000;
    color: #fff; }

/*ぱんくずリスト*/
section#breadcrumb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: .75em;
  padding: 1em 0; }
  section#breadcrumb ul li {
    display: inline-block; }
    section#breadcrumb ul li i.fa {
      margin: 0 8px; }
    section#breadcrumb ul li a {
      color: #fff; }

/*---固定ページ----*/
.single-page {
  color: #fff; }

h2.bt {
  position: relative;
  border: solid #7b8357;
  border-width: 1px 0;
  margin: 0 0 1em;
  font-size: 1em;
  padding: .5em 0;
  font-family: "筆", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.5em; }
  h2.bt span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .5em;
    font-family: "Noto Sans JP", sans-serif; }
    h2.bt span::before {
      content: '／';
      margin-right: .5em;
      opacity: .5; }

ul.sub_pages li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  background: #333;
  margin-bottom: 1px;
  text-align: center; }
  ul.sub_pages li a:hover {
    background: #5F8E57; }
ul.sub_pages li ul.children li a {
  padding: 10px 24px;
  font-size: 12px; }

.after_clear:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

ul.recommend {
  margin-left: -1%;
  padding-bottom: 10px; }
  ul.recommend li {
    position: relative;
    float: left;
    width: 24%;
    margin: 0 0 10px 1%;
    background: rgba(255, 255, 255, 0.8); }
    ul.recommend li .date {
      font-size: 11px;
      font-weight: normal;
      color: #7b8357;
      padding: 5px 10px; }
    ul.recommend li img {
      width: 92%;
      padding: 4% 4% 0; }
    ul.recommend li h4 {
      padding: 0 10px 10px;
      font-size: 12px;
      font-weight: normal;
      min-height: 40px; }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  /* これが縦横比 */
  height: 0;
  overflow: hidden; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

dl.time {
  margin-top: 10px; }
  dl.time dt {
    color: #7b8357;
    font-size: 12px;
    border-bottom: 3px double #ccc;
    padding: 8px 0;
    line-height: 100%;
    font-weight: normal; }
  dl.time dd {
    padding: 10px 0 15px; }

table.time {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  font-size: 12px; }
  table.time tr {
    border-top: 1px solid #ddd; }
  table.time th, table.time td {
    text-align: center;
    padding: 10px 0; }
  table.time th {
    color: #fff;
    background: #7b8357; }
  table.time td {
    background: #fff; }

dl.posts {
  margin-bottom: 1em; }
  dl.posts dt {
    position: relative;
    color: #fff;
    background: url("../images/iron.jpg") repeat center center;
    font-size: .9em;
    padding: .75em 1em; }
    dl.posts dt span.new {
      display: inline-block;
      background: #245558;
      color: #fff;
      line-height: 1;
      font-weight: normal;
      padding: .2em .5em;
      position: absolute;
      top: 0;
      left: 0; }
  dl.posts dd {
    background: rgba(255, 255, 255, 0.9);
    padding: 1em;
    margin-bottom: 1em; }

dl.menu {
  margin-bottom: 3em; }
  dl.menu dt {
    font-size: .9em; }
    dl.menu dt p {
      padding: .5em 0 .5em 2em;
      margin: 0;
      font-weight: normal;
      font-size: .8em; }
    dl.menu dt img {
      display: block;
      max-width: 100%;
      margin: 0 auto .5em; }
  dl.menu dd {
    text-align: right;
    color: #7b8357;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    padding: 0 0 .5em;
    margin-bottom: 1em;
    font-family: "Freeman", "Noto Sans JP", sans-serif;
    font-style: italic;
    font-size: 1.1em; }
    dl.menu dd small {
      font-family: "Noto Sans JP", sans-serif;
      font-style: normal;
      font-size: .7em;
      margin: 0 .5em 0 1.5em;
      color: #fff; }

#home_insta {
  background-image: url("../images/overlay_grey.png"), url("../images/bg_insta.jpg");
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-position: center;
  padding: 5em 0 3em;
  color: #fff;
  text-align: center; }
  #home_insta h3 {
    background: url("../images/title_insta.png") no-repeat center top/auto 50px;
    font-family: "Freeman", "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 1em;
    padding-top: 60px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  #home_insta p {
    line-height: 2; }

/*---------------- 画面サイズ別のCSS ----------------*/
/* 画面サイズが768以上の時のCSS（PCのみ） */
@media (min-width: 768px) {
  header#fixed_header nav ul.header_menu {
    z-index: 9001;
    position: fixed;
    top: 0;
    right: 1em; }
    header#fixed_header nav ul.header_menu li {
      display: inline-block;
      margin-left: 1em; }
      header#fixed_header nav ul.header_menu li a {
        text-decoration: none;
        display: block;
        background: rgba(0, 0, 0, 0.9);
        color: #fff;
        padding: 1em 2em;
        font-size: .9em; }
        header#fixed_header nav ul.header_menu li a:hover {
          color: #34a3aa; }
  header#fixed_header a#menu_bars {
    display: none; }

  img.pc_right {
    float: right;
    width: 40%;
    padding: 0 0 30px 25px; }
  img.pc_left {
    float: left;
    width: 40%;
    padding: 0 25px 30px 0; }

  section#home_menu ul {
    display: flex;
    flex-wrap: wrap; }
    section#home_menu ul li {
      padding: 5em 0;
      width: 50%; }

  dl.posts {
    display: flex;
    flex-wrap: wrap; }
    dl.posts dt, dl.posts dd {
      box-sizing: border-box;
      margin-bottom: 1em;
      line-height: 1.5;
      font-size: 1em;
      padding: 1.25em; }
    dl.posts dt {
      width: 30%;
      text-align: center;
      font-size: .8em;
      padding-top: 1.9em; }
    dl.posts dd {
      width: 70%; }

  .wrap_full {
    max-width: 800px;
    margin: 0 auto; } }
/* 画面サイズが979以下の時のCSS（iPad？） */
/* 画面サイズが767以下の時のCSS（カラム落ち） */
@media (max-width: 767px) {
  body {
    font-size: 16px; }

  .sp_only {
    display: inline; }

  /*モバイルのみ表示*/
  .sp_center {
    text-align: center; }

  .pc_only {
    display: none; }

  img.pc_right, img.pc_left {
    float: none;
    width: 100%;
    padding: 0 0 20px; }

  header#fixed_header .logo {
    width: 100px;
    height: 240px; }
  header#fixed_header div.logo {
    width: 60px;
    height: 144px;
    padding: 15px; }
  header#fixed_header nav ul.header_menu {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 50%;
    top: 0;
    right: 0;
    z-index: 9998;
    padding: 70px 0 1em;
    transform: translateX(100%);
    height: 100vh; }
    header#fixed_header nav ul.header_menu.menuon {
      transition: .5s;
      transform: translateX(0); }
    header#fixed_header nav ul.header_menu li a {
      display: block;
      text-align: center;
      color: #fff;
      padding: .75em 0;
      font-size: .9em; }
  header#fixed_header a#menu_bars {
    text-decoration: none;
    position: fixed;
    top: .75em;
    right: .75em;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #fff; }
    header#fixed_header a#menu_bars i.fa {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #fff;
      font-weight: normal;
      font-size: 1.75em;
      transform: translate(-50%, -50%); }
      header#fixed_header a#menu_bars i.fa#menu_close {
        display: none; }
    header#fixed_header a#menu_bars.menu_bars_close {
      border: 0; }
      header#fixed_header a#menu_bars.menu_bars_close i.fa#menu_open {
        display: none; }
      header#fixed_header a#menu_bars.menu_bars_close i.fa#menu_close {
        display: inline; }
  header#fixed_header.scrollon .logo {
    transform: translateX(-100%); }

  section#main, section#home_info, section#footer_access {
    padding: 2em 1em; }
  section#home_info {
    background: url("../images/wood2.jpg") repeat-y center top/250%; }

  #home_insta {
    padding: 3em 1em; }
    #home_insta h3 {
      background-size: auto 40px;
      padding-top: 50px; }
    #home_insta p {
      font-size: .9em; }

  /*Tags*/
  div.tags a {
    font-size: 10px;
    padding: 2px 8px; }

  /*画像リスト*/
  ul.gal2, ul.gal3 {
    margin: 0 0 20px 0; }
  ul.gal2 li, ul.gal3 li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0; }

  /*ぱんくずリスト*/
  section#breadcrumb {
    padding: 1em;
    font-size: 11px; }

  body#sub section#pagetitle {
    height: 144px; }
    body#sub section#pagetitle h1, body#sub section#pagetitle p {
      font-size: 1.5em; }

  ul.recommend {
    margin-left: -2%; }
    ul.recommend li {
      float: left;
      width: 48%;
      margin: 0 0 8px 2%;
      background: #fff; }
      ul.recommend li:nth-child(2n+1) {
        clear: both; }

  h3.common {
    font-size: 2em;
    margin-bottom: .5em; }

  ul.gallery {
    margin-left: -2%; }
    ul.gallery li {
      width: 48%;
      margin: 0 0 2% 2%; }

  dl.posts dt span.new {
    font-size: .9em;
    right: 1em;
    left: auto;
    top: 50%;
    transform: translateY(-50%); } }
/* 画面サイズが320以下の時のCSS */
/* 高精細ディスプレイ（Retina等）対応 */

/*# sourceMappingURL=base.css.map */
