@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url(reset.css);
@import url(base.css);
@import url(adjust.css);
.mincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

.tc {
  text-align: center; }

.center {
  margin-right: auto;
  margin-left: auto; }

p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  color: #333;
  font-weight: normal; }
  @media screen and (max-width: 520px) {
    p {
      font-size: 12px;
      text-align: left; } }

a {
  transition: 0.3s ease;
  cursor: pointer; }
  a:hover {
    filter: brightness(130%);
    transition: 0.3s ease;
    cursor: pointer; }

img {
  border-style: none;
  max-width: 100%;
  vertical-align: baseline;
  outline: none;
  margin: auto;
  line-height: 1; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.pagination {
  text-align: center;
  padding-top: 0px;
  margin-top: 120px; }
  .pagination li {
    display: inline-block;
    color: #fff; }
    .pagination li a {
      font-size: 15px;
      background-color: #2c180a;
      padding: 8px 16px;
      margin: 0px 6px; }
      .pagination li a:hover {
        color: #fff;
        background-color: #5b3600;
        transition: 0.25s ease; }

button {
  display: block;
  width: 260px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2c180a;
  color: #fff;
  transition: 0.25s ease; }
  button:hover {
    filter: brightness(150%); }
  button:focus {
    outline: none; }

section {
  padding: 60px 0px; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  display: -o-flex;
  display: flex; }

.container {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .container {
      width: 100%;
      padding: 0 10px; } }

.container_s {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0 10px; }
  @media screen and (max-width: 768px) {
    .container_s {
      width: 100%; } }

.container_l {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .container_l {
      width: 100%; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ie_none {
    display: none !important; } }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .is_ie {
    display: block; } }
html {
  overflow-x: hidden; }

body {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  font-weight: normal;
  margin: 0px;
  background-image: url(../img/bg.png);
  background-attachment: fixed;
  background-size: contain;
  background-repeat: repeat; }

.wrap {
  overflow: hidden; }

#header {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 120px;
  width: 100%; }
  @media only screen and (max-width: 520px) {
    #header {
      height: 50px; } }
  #header .header_top {
    width: 100%;
    max-width: 1200px;
    font-size: 12px;
    color: #333;
    display: flex;
    align-items: center;
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto; }
    @media only screen and (max-width: 520px) {
      #header .header_top {
        height: 0px; } }
    #header .header_top h1 {
      line-height: 2.0; }
    #header .header_top .induction {
      position: relative;
      display: flex;
      align-items: center;
      width: auto;
      height: 60px;
      flex-grow: 2;
      text-align: right; }
      #header .header_top .induction ul {
        position: static;
        width: 100%; }
        #header .header_top .induction ul li {
          display: inline-block;
          text-align: center;
          vertical-align: bottom; }
          #header .header_top .induction ul li a {
            cursor: pointer;
            font-weight: 500;
            font-size: 15px;
            font-weight: bold; }
            #header .header_top .induction ul li a:hover {
              transform: scale(0.96);
              transition: 0.25s ease;
              filter: none; }
        #header .header_top .induction ul .documents_icon a {
          font-size: 14px; }
        #header .header_top .induction ul .documents_icon::before {
          font-family: FontAwesome;
          content: '\f15c';
          color: #db5f73;
          font-size: 15px; }
          #header .header_top .induction ul .documents_icon::before:hover {
            transform: scale(0.98);
            transition: 0.25s ease; }
        #header .header_top .induction ul .mail_icon {
          margin-left: 10px; }
          #header .header_top .induction ul .mail_icon a {
            font-size: 14px;
            padding: 10px;
            color: #fff;
            background-color: #2c180a;
            border-radius: 2px; }
            #header .header_top .induction ul .mail_icon a::before {
              font-family: FontAwesome;
              content: '\f0e0';
              color: #fff;
              font-size: 15px;
              margin-right: 10px; }
              #header .header_top .induction ul .mail_icon a::before:hover {
                transform: scale(0.98);
                transition: 0.25s ease; }
        #header .header_top .induction ul .tell_icon a {
          font-size: 14px;
          color: #333;
          vertical-align: bottom; }
          #header .header_top .induction ul .tell_icon a img {
            width: 130px; }
  #header .container_l {
    display: flex;
    height: 60px;
    padding-right: 0;
    padding-left: 0; }
    @media only screen and (max-width: 520px) {
      #header .container_l {
        height: 50px; } }
    #header .container_l .logo {
      display: flex; }
      #header .container_l .logo a {
        display: flex;
        height: auto; }
        #header .container_l .logo a:hover {
          filter: none; }
        #header .container_l .logo a img {
          height: 60px; }
          @media only screen and (max-width: 520px) {
            #header .container_l .logo a img {
              height: 50px; } }
          #header .container_l .logo a img:hover {
            transform: scale(0.98);
            transition: 0.25s ease;
            filter: none; }
    #header .container_l #nav {
      position: relative;
      display: flex;
      align-items: center;
      width: auto;
      flex-grow: 2;
      text-align: right; }
      #header .container_l #nav ul {
        position: static;
        width: 100%; }
        #header .container_l #nav ul li {
          display: inline-block;
          text-align: center; }
          #header .container_l #nav ul li a {
            display: flex;
            align-items: center;
            height: 60px;
            text-align: center;
            text-decoration: none;
            color: #333;
            padding: 0 10px;
            font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
            font-size: 16px;
            font-weight: bold;
            transition: 0.25s ease;
            outline: none; }
            #header .container_l #nav ul li a:hover {
              color: #8d6548;
              filter: none;
              transition: 0.25s ease; }
      #header .container_l #nav .current-item a {
        color: #2c180a; }

#header.scroll {
  background-color: rgba(230, 223, 212, 0.8);
  position: fixed;
  top: 0;
  border-bottom: solid 1px #fff;
  transition: 1s ease; }

#hero {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto; }

#nav-drawer {
  position: relative;
  align-items: center;
  width: auto;
  flex-grow: 2;
  text-align: right; }

.nav-unshown {
  display: none; }

#nav-open {
  display: inline-block;
  width: 25px;
  height: 22px;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  right: 10px; }
  @media only screen and (max-width: 520px) {
    #nav-open {
      top: 15px; } }

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  display: block;
  content: '';
  cursor: pointer; }

#nav-open span:before {
  bottom: -8px; }

#nav-open span:after {
  bottom: -16px; }

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 90%;
  max-width: 330px;
  height: 100%;
  background: #f8f8f8;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%); }
  #nav-content ul li {
    padding: 20px 0px;
    text-align: center;
    border-bottom: 1px solid #656565; }
    #nav-content ul li a {
      text-decoration: none;
      color: #2c180a; }
      #nav-content ul li a:hover {
        filter: brightness(130%); }

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5; }

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

.hero_block #hero .banner_list {
  position: absolute;
  display: flex;
  bottom: 0px;
  right: 0px; }
  .hero_block #hero .banner_list li a {
    padding: 4px; }
    .hero_block #hero .banner_list li a:hover {
      filter: brightness(130%); }

.index_about .container h2 {
  font-size: 30px;
  font-weight: bold;
  color: #5b3600;
  margin-bottom: 30px; }
.index_about .container p {
  font-size: 16px;
  text-align: center; }
  @media screen and (max-width: 520px) {
    .index_about .container p {
      font-size: 14px;
      text-align: left; } }

.index_blog .container h2 {
  font-size: 30px;
  font-weight: bold;
  color: #5b3600;
  margin-bottom: 30px; }
.index_blog .container p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 520px) {
    .index_blog .container p {
      font-size: 14px;
      text-align: left; } }
.index_blog .container .article_box {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 60px; }
  .index_blog .container .article_box:hover {
    background-color: rgba(255, 255, 255, 0.4);
    filter: none; }
  @media screen and (max-width: 768px) {
    .index_blog .container .article_box {
      flex-flow: column wrap; } }
  .index_blog .container .article_box .image_box {
    width: 56%;
    padding-bottom: 30%;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .index_blog .container .article_box .image_box {
        width: 100%;
        padding-bottom: 50%; } }
  .index_blog .container .article_box .text_box {
    width: 40%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    padding: 20px 10px; }
    @media screen and (max-width: 768px) {
      .index_blog .container .article_box .text_box {
        width: 100%; } }
    .index_blog .container .article_box .text_box .text_top h3 {
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      margin-bottom: 10px; }
    .index_blog .container .article_box .text_box .text_top .date {
      font-size: 12px;
      text-align: left;
      margin-bottom: 10px; }
    .index_blog .container .article_box .text_box .text_top .summary {
      font-size: 14px;
      text-align: left;
      margin-bottom: 0;
      margin-bottom: 10px; }
    .index_blog .container .article_box .text_box .text_bottom ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      .index_blog .container .article_box .text_box .text_bottom ul li object a {
        transition: 0.25s ease; }
        .index_blog .container .article_box .text_box .text_bottom ul li object a:hover {
          color: #5b3600;
          transition: 0.25s ease; }
      .index_blog .container .article_box .text_box .text_bottom ul li:not(:last-child)::after {
        content: '/';
        padding-right: 4px; }

.index_gallery .container h2 {
  font-size: 30px;
  font-weight: bold;
  color: #5b3600;
  margin-bottom: 30px; }
.index_gallery .container p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 520px) {
    .index_gallery .container p {
      font-size: 14px;
      text-align: left; } }
.index_gallery .container .gallery_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .index_gallery .container .gallery_box .gallery_img {
    margin-right: 2px;
    margin-left: 2px; }
.index_gallery .container button {
  margin-top: 30px; }

.index_news .container h2,
.news .container h2 {
  font-size: 30px;
  font-weight: bold;
  color: #2c180a;
  margin-bottom: 30px; }
.index_news .container p,
.news .container p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 520px) {
    .index_news .container p,
    .news .container p {
      font-size: 14px;
      text-align: left; } }
.index_news .container ul,
.news .container ul {
  margin-bottom: 50px; }
  .index_news .container ul li,
  .news .container ul li {
    background-color: rgba(44, 24, 10, 0.05);
    font-size: 16px;
    display: table;
    width: 100%;
    line-height: 1.6; }
    .index_news .container ul li:nth-child(even),
    .news .container ul li:nth-child(even) {
      background-color: #fff; }
    .index_news .container ul li .time,
    .news .container ul li .time {
      display: table-cell;
      width: 145px;
      vertical-align: middle;
      color: #2c180a;
      padding: 16px 26px 16px 20px;
      font-weight: bold; }
    .index_news .container ul li .news_box,
    .news .container ul li .news_box {
      display: table-cell;
      vertical-align: middle;
      padding: 16px 18px 16px 0; }
      .index_news .container ul li .news_box p.news_text,
      .news .container ul li .news_box p.news_text {
        text-align: left;
        margin-bottom: 0; }
        .index_news .container ul li .news_box p.news_text::before,
        .news .container ul li .news_box p.news_text::before {
          font-family: FontAwesome;
          content: '\f0da';
          padding: 0 3px;
          color: #2c180a;
          font-size: 16px; }
        .index_news .container ul li .news_box p.news_text a,
        .news .container ul li .news_box p.news_text a {
          display: inline;
          text-align: left;
          text-decoration: none; }
          .index_news .container ul li .news_box p.news_text a:hover,
          .news .container ul li .news_box p.news_text a:hover {
            color: #2c180a;
            transition: 0.25s ease; }

.news_article .container time {
  display: block;
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px; }
.news_article .container .post_title {
  color: #2c180a;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px; }
.news_article .container .category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  font-size: 12px; }
  .news_article .container .category .tag:not(:last-child)::after {
    content: '/';
    padding: 4px; }
  .news_article .container .category .tag a:hover {
    color: #5b3600;
    transition: 0.25s ease; }
.news_article .container .post {
  text-align: left;
  border-top: solid 1px #333; }

.index_access {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .index_access {
      width: 100%;
      padding: 0 10px; } }
  .index_access h2 {
    font-size: 30px;
    font-weight: bold;
    color: #5b3600;
    margin-bottom: 30px;
    text-align: center; }
  .index_access .container.sec-6-ggmap {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 520px) {
      .index_access .container.sec-6-ggmap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0; } }
    .index_access .container.sec-6-ggmap h2 {
      margin-bottom: 10px;
      font-size: 18px; }
  .index_access .ggmap {
    margin: 0 5px 0;
    position: relative;
    padding-bottom: 75%;
    padding-top: 0px;
    height: 0;
    overflow: hidden; }
    @media only screen and (max-width: 520px) {
      .index_access .ggmap {
        margin: 0 5px 20px; } }
    @media screen and (max-width: 768px) {
      .index_access .ggmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .index_access .ggmap iframe,
  .index_access .ggmap object,
  .index_access .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .index_access .ggmap-all {
    width: 100%;
    margin: 0; }

.drink_menu .container h2 {
  font-size: 30px;
  font-weight: bold;
  color: #5b3600;
  margin-bottom: 30px; }
.drink_menu .container p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 520px) {
    .drink_menu .container p {
      font-size: 14px;
      text-align: left; } }
.drink_menu .container .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  @media screen and (max-width: 520px) {
    .drink_menu .container .menu {
      display: block; } }
  .drink_menu .container .menu .menu_left,
  .drink_menu .container .menu .menu_right {
    width: 50%;
    margin: 10px; }
    @media screen and (max-width: 520px) {
      .drink_menu .container .menu .menu_left,
      .drink_menu .container .menu .menu_right {
        width: 100%;
        margin: 0; } }
        .drink_menu .container .menu .menu_left .title,
        .drink_menu .container .menu .menu_right .title {
          display: flex;
          background-color: #2c180b;
          padding: 10px 3%;
        }
        .drink_menu .container .menu .menu_left .title p,
        .drink_menu .container .menu .menu_right .title p {
          color: #fff;
          margin-bottom: 0px;
        }
        .drink_menu .container .menu .menu_left .title .price,
        .drink_menu .container .menu .menu_right .title .price {
          margin-left: auto;
        }
    .drink_menu .container .menu .menu_left h3,
    .drink_menu .container .menu .menu_right h3 {
      text-align: left;
      background-color: #2c180a;
      color: #fff;
      padding: 10px; }
    .drink_menu .container .menu .menu_left .table,
    .drink_menu .container .menu .menu_right .table {
      width: 100%; }
    .drink_menu .container .menu .menu_left .group,
    .drink_menu .container .menu .menu_right .group {
      border-bottom: 1px dotted #968175;}
    .drink_menu .container .menu .menu_left .attention,
    .drink_menu .container .menu .menu_right .attention {
      font-size: 13px;
      text-align: center;
      width: 100%;
      background-color: #ffffff1f;
      margin: 2% auto;
      padding: 3%;}
      .drink_menu .container .menu .menu_left .table tr th,
      .drink_menu .container .menu .menu_right .table tr th {
        display: table-cell;
        width: 60%;
        padding: 10px;
        vertical-align: top;
        text-align: left; }
      .drink_menu .container .menu .menu_left .table tr th .small,
      .drink_menu .container .menu .menu_right .table tr th .small {
        font-size: 12px;
        margin-left: 3%;}
      .drink_menu .container .menu .menu_left .table tr .about,
      .drink_menu .container .menu .menu_right .table tr .about {
        padding: 30px 10px 10px}
      .drink_menu .container .menu .menu_left .table tr td,
      .drink_menu .container .menu .menu_right .table tr td {
        display: table-cell;
        width: 20%;
        padding: 10px;
        vertical-align: top;
        text-align: right; }

.gallery_gallery .container h2 {
  font-size: 30px;
  font-weight: bold;
  color: #5b3600;
  margin-bottom: 30px; }
.gallery_gallery .container h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #5b3600;
  text-align: left; }
.gallery_gallery .container p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 520px) {
    .gallery_gallery .container p {
      font-size: 14px;
      text-align: left; } }
.gallery_gallery .container .gallery_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .gallery_gallery .container .gallery_box .gallery_img {
    margin-right: 2px;
    margin-left: 2px; }
.gallery_gallery .container .gallery_box.gallery_box-last {
  margin-bottom: 50px; }

.blog_blog .container h2 {
  font-size: 30px;
  font-weight: bold;
  color: #5b3600;
  margin-bottom: 30px; }
.blog_blog .container p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 520px) {
    .blog_blog .container p {
      font-size: 14px;
      text-align: left; } }
.blog_blog .container .article_box {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 60px; }
  .blog_blog .container .article_box:hover {
    background-color: rgba(255, 255, 255, 0.4);
    filter: none; }
  @media screen and (max-width: 768px) {
    .blog_blog .container .article_box {
      flex-flow: column wrap; } }
  .blog_blog .container .article_box .image_box {
    width: 56%;
    padding-bottom: 30%;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .blog_blog .container .article_box .image_box {
        width: 100%;
        padding-bottom: 50%; } }
  .blog_blog .container .article_box .text_box {
    width: 40%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    padding: 20px 10px; }
    @media screen and (max-width: 768px) {
      .blog_blog .container .article_box .text_box {
        width: 100%; } }
    .blog_blog .container .article_box .text_box .text_top h3 {
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      margin-bottom: 10px; }
    .blog_blog .container .article_box .text_box .text_top .date {
      font-size: 12px;
      text-align: left;
      margin-bottom: 10px; }
    .blog_blog .container .article_box .text_box .text_top .summary {
      font-size: 14px;
      text-align: left;
      margin-bottom: 0;
      margin-bottom: 10px; }
    .blog_blog .container .article_box .text_box .text_bottom ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      .blog_blog .container .article_box .text_box .text_bottom ul li object a {
        transition: 0.25s ease; }
        .blog_blog .container .article_box .text_box .text_bottom ul li object a:hover {
          color: #5b3600;
          transition: 0.25s ease; }
      .blog_blog .container .article_box .text_box .text_bottom ul li:not(:last-child)::after {
        content: '/';
        padding-right: 4px; }

.blog_article .container time {
  display: block;
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px; }
.blog_article .container .post_title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px; }
.blog_article .container .category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  font-size: 12px; }
  .blog_article .container .category .tag:not(:last-child)::after {
    content: '/';
    padding: 4px; }
  .blog_article .container .category .tag a:hover {
    color: #5b3600;
    transition: 0.25s ease; }
.blog_article .container .post {
  text-align: left;
  border-top: solid 1px #333; }

.shop_info .container_s h2 {
  font-size: 30px;
  font-weight: bold;
  color: #5b3600;
  margin-bottom: 30px; }
.shop_info .container_s p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 520px) {
    .shop_info .container_s p {
      font-size: 14px;
      text-align: left; } }
.shop_info .container_s .info {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px; }
  .shop_info .container_s .info tr th {
    width: 30%;
    padding: 20px;
    vertical-align: top;
    text-align: left;
    border: solid 2px rgba(255, 255, 255, 0.4);
    background-color: rgba(142, 84, 0, 0.4); }
  .shop_info .container_s .info tr td {
    width: 70%;
    padding: 20px;
    vertical-align: top;
    text-align: left;
    border: solid 2px rgba(255, 255, 255, 0.4); }

@media screen and (max-width: 520px) {
  .info,
  tbody,
  tr,
  th,
  td {
    display: block;
    width: 100% !important; } }
.access_access .container h2 {
  font-size: 30px;
  font-weight: bold;
  color: #5b3600;
  margin-bottom: 30px; }
.access_access .container p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 520px) {
    .access_access .container p {
      font-size: 14px;
      text-align: left; } }
.access_access .container .ggmap {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .access_access .container .ggmap {
      position: relative;
      padding-top: 75%;
      height: 0;
      overflow: hidden; } }
  @media screen and (max-width: 768px) {
    .access_access .container .ggmap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.contact_contact .container_s h2 {
  font-size: 30px;
  font-weight: bold;
  color: #5b3600;
  margin-bottom: 30px; }
.contact_contact .container_s p {
  ont-size: 16px;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 520px) {
    .contact_contact .container_s p {
      font-size: 14px;
      text-align: left; } }
.contact_contact .container_s form .form_table {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  margin-bottom: 30px; }
  .contact_contact .container_s form .form_table tr th {
    width: 40%;
    padding: 20px;
    vertical-align: top;
    text-align: left;
    border: solid 2px rgba(255, 255, 255, 0.4);
    background-color: rgba(142, 84, 0, 0.4); }
    .contact_contact .container_s form .form_table tr th span {
      color: #fff; }
  .contact_contact .container_s form .form_table tr td {
    width: 60%;
    padding: 20px;
    vertical-align: top;
    text-align: left;
    border: solid 2px rgba(255, 255, 255, 0.4); }
    .contact_contact .container_s form .form_table tr td input {
      width: 100%;
      background-color: #fff; }
      .contact_contact .container_s form .form_table tr td input:focus {
        outline: none;
        background-color: rgba(230, 223, 212, 0.8); }
    .contact_contact .container_s form .form_table tr td textarea {
      width: 100%;
      background-color: #fff; }
      .contact_contact .container_s form .form_table tr td textarea:focus {
        outline: none;
        background-color: rgba(230, 223, 212, 0.8); }

@media screen and (max-width: 520px) {
  .form_table,
  tbody,
  tr,
  th,
  td {
    display: block;
    width: 100% !important; } }
footer {
  height: 100px;
  margin-top: 100px;
  background-color: #2c180a; }
  @media screen and (max-width: 520px) {
    footer {
      height: 60px;
      margin-top: 40px; } }
  footer .copyright {
    height: 100px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 40px 0; }
    @media screen and (max-width: 520px) {
      footer .copyright {
        height: 60px;
        padding: 20px 0px; } }

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