@charset "utf-8";
html,body {
  font-size: 14px;
}

body {
  padding-top: 70px;
}
body.page-top {
  padding-top: 0;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

body.mincho,
body.mincho h1, body.mincho h2, body.mincho h3, body.mincho h4, body.mincho h5,
body.mincho div, body.mincho p, body.mincho li, body.mincho a, body.mincho span, body.mincho strong {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul {
  padding: 0;
}
h1 {
  margin-bottom: 0.5em;
  width: auto;
}
h2 {
  letter-spacing: 0.040em;
  display: inline-block;
  padding: 7px 16px;

  font-size: 32px;
  font-weight: 900;
  border: 1px solid #2f2e2f;
  margin-bottom: 0.5em;
  width: auto;
}
.background_content h2 {
  font-size: 4.5em;
  font-weight: 900;
  letter-spacing: 0.040em;
  position: relative;
  top: 41%;
  width: 100%;
  color: #fff;
  padding: 0;
  border: 0;
  display: inline-block;
}

iframe {
  display: block;
  max-width: 100%;
}

.textarea {
  height: auto;
  max-height: none;
}

input[type="date"] {
  padding: 0.5em 1em;
  outline: none;
}

.mb0 { margin-bottom:0 !important;}
.mb15 { margin-bottom:15px!important;}
.mb30 { margin-bottom:30px!important;}

.form-btn {
  float: none;
  background: #bbb;
  display: inline-block;
}
.block-img {
  text-align: center;
}
.block-img img {
  margin: auto;
}

.text-content.container {
  margin-bottom: 0;
}
section.social_connect {
  margin-bottom: 0;
}
.description_content {
  padding: 65px 0 0 0;
}
#story.description_content {
  padding-top: 0;
}


.background_content {
  background-attachment: initial !important;
}

.link-nav {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.link-nav a {
  padding: 1em 3em;
  max-width: 100%;
  border-radius: 5px;
  color: #fff;
  opacity: 0.8;
  transition: 1s;
  text-decoration: none;
  font-weight: bold;
}
.link-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.navactive,
.navbar-nav .color_animation:hover {
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}
.color_animation.underline:hover {
  text-decoration: underline;
}
.with-underline {
  text-decoration: underline;
}
img {
  max-width: 100%;
}
.flex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex.flex2 > * {
  width: 49%;
}
.flex.flex3 > * {
  width: 33%;
}
.flex.flex4 > * {
  width: 24%;
}

.navbar-default .navbar-brand {
  padding-top: 5px;
}
.header-logo {
  height: 40px;
}
.header-logo-name {
  padding-top: 8px;
}
#nav-translate {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 0;
}
#nav-translate ul {
  margin-bottom: 0;
}
.top-title {
  font-size: 4em;
  border: none;
}
.second-title {
  font-size: 2em;
  font-style: normal;
  text-shadow: 2px 1px 2px #333;
}
.top-title,
.background_content h1,
.background_content h2 {
  text-shadow: 2px 1px 2px #333;
}
.section-title {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 1em 0 0 0;
  margin-bottom: 1rem;
  font-size: 2em;
  color: #333;

  border: 0;
}
#story .img-section img {
  width: 49%;
  height: auto;
  margin-bottom: 5px;
}

footer,
p.sub-footer-text {
  color: #fff;
}
p.sub-footer-text a {
  color: #eee;
}

div#bs-example-navbar-collapse-1 {
  height: auto;
}

.menu-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu-list li {
  display: block;
  width: 24%;
  margin-bottom: 1.5em;
  margin-right: 1.3333%;
}
.menu-list li:nth-child(4n) {
  margin-right: 0;
}
.menu-list li a {
  display: block;
  transition: 1s;
  border: 5px solid #ddd;
  text-decoration: none;
}
.menu-list li a:hover {
  opacity: 0.8;
}
.menu-list li .block-body {
  padding: 1em;
}
.menu-list li .block-body .item-name {
  margin: 0 0 0.5em 0;
}
.menu-list li .price {
  text-align: right;
}
.txt_notice_01 {
  text-align: right;
  padding: 10px 0;
  font-size: 0.857rem;
}
@media screen and (max-width: 768px) {
  .menu-list li {
    width: 100%;
  }
  .menu-list li .block-body {
    padding: 0.5em;
  }
  .menu-list li .block-body .item-name {
    font-size: 1em;
  }
}

.sub-menu-list {
  text-align: center;
  margin-bottom: 0;
}
.sub-menu-list ul {
  list-style: none;
}
.sub-menu-list ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}
.sub-menu-list ul li:last-child {
    margin-right: 0;
}
.sub-menu-list ul li a {
    padding: 0.5em 1em;
    color: #333;
    border: 1px solid #ccc;
    text-decoration: none;
    display: block;
    line-height: 1.5;
}
.sub-menu-list ul li a.active,
.sub-menu-list ul li a:hover {
  background: #ddd;
}


.menu-detail {
  margin-bottom: 40px;
}
.menu-detail .block-img {

}
.menu-detail .block-img img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.menu-detail .item-name {
  font-size: 2em;
  margin-bottom: 0;
  text-align: center;
}
.menu-detail .block-body .price {
  font-size: 1.6em;
  margin-bottom: 0.2em;
  text-align: center;
}

/**************
* TOP
***************/
.social_heading {
  font-size: 1.5em;
  text-align: left;
  color: #fff;
}
.social_info {
  text-align: left;
  color: #fff;
}
.social_info a {
  font-size: 1em;
  width: auto;
  margin-left: 0!important;
}
.social_info a.tel {
  font-size: 1.5em;
  font-weight: bold;
}
#top-menu-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}
#top-menu-list .item {
  width: 24%;
  margin-right: 2%;
  list-style: none;
}
#top-menu-list .item a {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  transition: 0.5s;
  border: 5px solid transparent;
  color: #fff;
  height: 100%;
}
#top-menu-list .item a:hover {
  border: 5px solid #efefef;
}
#top-menu-list .item a img {
  margin-bottom: 5px;
}
#top-menu-list .item h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.social-links {
  text-align: left;
  padding-top: 5px;
}
.social-links a  {
  background: #fff;
  font-size: 1.5em;
  padding: 0;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}

/**************
* news
***************/
.news-list {
  margin-bottom: 40px;
  padding-left: 0;
}
.news-list .item {
  background: #fff;
}
.news-list .item:nth-child(even) {
  background: #efebe9;
}
.news-list li {
  display: block;
  position: relative;
}
.news-list li a {
  display: -webkit-flex;
  display: flex;
  /*
  border-left: 5px solid #bdb9b7;
  */
  padding: 40px 0;
  align-items: center;
  text-decoration: none;
}
.news-list li a .block-time {
  width: 20%;
  padding: 0 1em;
  text-align: center;
  font-weight: bold;
}
.news-list li a .block-time .circle {
  /*
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -13px;
  margin-top: -15px;
  background: #bdb9b7;
  */
}
.news-list li a .block-img {
  width: 30%;
  padding: 0 1em;
}
.news-list li a .block-img img {
  display: block;
  max-width: 100%;
}
.news-list li a .block-body {
  width: 50%;
  padding: 0 1em;
}
.news-list li a .block-body span {
  font-size: .8em;
}

/**************
* coupon
***************/
.coupon-list {
  margin-bottom: 60px;
  width: 100%;
  /*
  border-top: 5px solid #fafafa;
  border-left: 5px solid #fafafa;
  border-right: 5px solid #fafafa;
  */
  border: 5px solid #ddd;
}
.coupon-list .coupon-title,
.coupon-list .conditions {
}
.coupon-list th,
.coupon-list td {
  padding: 40px 30px;
  vertical-align: middle;
  border-bottom: 2px dashed #ddd;
}
.coupon-list tr:last-child th,
.coupon-list tr:last-child td {
  border-bottom: none;
}

.coupon-list .coupon-title {
  width: 40%;
  background: #fff7e5;
  position: relative;
  border-right: 1px solid #fafafa;
}
.coupon-list .coupon-title .ribon {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fda31e;
  border: 1px solid #fafafa;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.2em 1em;
}
.coupon-list .conditions strong {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
}
.coupon-list .conditions div {
  margin-bottom: 15px;
  padding-left: 1em;
}

/*.coupon-list .item {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
.coupon-list .item .ribon {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fda31e;
  border: 1px solid #fafafa;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.2em 1em;
}*/


/*
.coupon-list .item a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 5px solid #fafafa;
  text-decoration: none;
  height: 100%;
}
.coupon-list .item a .title {
  width: 40%;
  margin: 0;
  padding: 3em 1em;
  background: #fff7e5;
  height: 100%;
}
.coupon-list .item a .conditions {
  width: 60%;
  margin: 0;
  padding: 3em 1em;
  height: 100%;
}
.coupon-list .item a .conditions strong {
  font-size: 0.8em;
  font-weight: bold;
  display: block;
}
.coupon-list .item a .conditions div {
  margin-bottom: 15px;
}*/

/**************
* access
***************/
#access-page .shop-title{
  font-size: 2em;
  margin: 0;
  margin-bottom: 15px;
}
#access-page .row {
  margin-bottom: 45px;
}
#access-page .note {
/*  margin-bottom: 15px;
  padding-bottom: 15px;*/
  margin-bottom: 5px;
  border-bottom: 1px dashed #fafafa;
}
#access-page .note.tel {
  font-size: 1.5em;
  font-weight: bold;
}
#access-page iframe {
  border: 5px solid #fafafa !important;
}
#access-page .shop-title a {
  text-decoration: none;
  color: #000;
}


@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  .top-title {
    font-size: 2em;
  }
  .second-title {
    font-size: 1.4em;
  }
  h1 {
    font-size: 1.5em;
    width: 90%;
    margin-bottom: 0.5em;
  }
  .navbar-toggle {
    /*background-color: #fff;*/
    background: none;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  #top-menu-list {
    flex-wrap: wrap;
  }
  #top-menu-list .item {
    width: 49%;
    margin-bottom: 0.5em;
  }
  #top-menu-list .item:nth-child(2n) {
    margin-right: 0;
  }
  #top-menu-list .item h2 {
    font-size: 1.2em;
  }
}

/******
* 予約
*******/
#reserve-page {
  margin-bottom: 60px;
}
#reserve-page .section-title,
#reserve-page .block-title {
  color: #6b6461;
}
#reserve-page .caution {
  width: 80%;
  margin: 30px auto;
  text-align: center;
  color: #555;
}
#reserve-page .caution strong {
  font-weight: bold;
  display: block;
  color: #f00;
}
.reserve-table {
  margin-bottom: 45px;
  width: 100%;
}
.reserve-table,
.reserve-table th,
.reserve-table td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.reserve-table th,
.reserve-table td {
  padding: 1em;
}
.reserve-table th {
  width: 1%;
  white-space: nowrap;
  background: #efebe9;
  color: #6b6461;
}
.reserve-table .label {
  padding: 0;
  font-size: 100%;
}
.reserve-table label {
  color: #6b6461;
}
.reserve-table .required label:after {
  content: "*";
  padding-left: 0.5em;
  color: #f00;
}
.form-btn-area {
  text-align: center;
}

#menu-page,
#access-page,
#coupon-page,
#news-page {
  min-height: 95%;
}

/**************
* news page
***************/
#news-page.detail {

}
#news-page.detail .meta {
  text-align: right;
  margin-bottom: 30px;
}
#news-page.detail .block-img {
  text-align: left;
}
#news-page.detail .news-detail h3 {
  font-size: 2em;
  padding: 20px 0 15px;
  margin-bottom: 25px;
  margin-top: 0;
  border-bottom: #ddd solid 3px;
}
#news-page.detail .news-detail p {
  font-size: 1em;
  line-height: 1.6;
  padding: 0 0 30px;
  letter-spacing: 0em;
}

/**************
* pagination
***************/
.pagination {
  text-align: center;
  width: 100%;
}
.pagination span {
  padding: 0.5em;
  border: 1px solid #ddd;
  color: #333;
  margin-right: 0.25em;
}
.pagination span:hover,
.pagination span.current {
  background: #ddd;
}
.pagination span a {
  text-decoration: none;
  display: inline-block;
}






/** menu2 */
.menu-list-2 {

}
.menu-list-2 li {
    display: flex;
    flex-wrap: nowrap;
    color: #333 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
.menu-list-2 li a {
  display: block;
  background: none;
  padding: 0;
}
.menu-list-2 li .block-img a {
  display: block;
}
.menu-list-2 li .block-body a {
    font-size: 1.429rem;
    line-height: 1.3;
    letter-spacing: .05em;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px;
}
.menu-list-2 .block-img {
  width: 23%;
}
.menu-list-2 .block-img img {
  max-width: 100%;
}
.menu-list-2 .wrap-block-body {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
}
.menu-list-2 .block-body {
  width: 100%;
  padding: 0;
}
.menu-list-2 .block-body .item-name {
    margin-top: 0;
    margin-bottom: 20px;
    background: #f5f5f5;
}
.menu-list-2 .price {
    font-size: 1.429rem;
    font-weight: bold;
    text-align: right;
    margin-bottom: 0;
}
.menu-list-2 .block-body .note {
    font-size: 1.143rem;
    letter-spacing: .02em;
    /* font-weight: normal; */
    line-height: 1.5;
    margin-bottom: 15px;
}


@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
  .section-title {
    padding: 0.5em 0 0 0;
    margin-bottom: 0.5rem;
  }
  /** menu2 */
  .menu-list-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .menu-list-2 li {
    flex-wrap: wrap;
    margin-bottom: 2%;
    width: 49%;
    align-items: flex-start;
    border: 1px solid #ddd;
    padding: 7px;
    margin-bottom: 2%;
  }
  .menu-list-2 .wrap-block-body {
    padding-left: 0;
  }
  .menu-list-2 .block-img {
    width: 100%;
    padding-bottom: 5px;
  }
  .menu-list-2 .block-body {
    width: 100%;
    padding-left: 0;
  }
  .menu-list-2 .block-body .item-name {
    font-size: 1.429rem;
    letter-spacing: 1px;
    margin-bottom: 7px;
  }
  .menu-list-2 .price {
    font-size: 1.286rem;
    margin-bottom: 0;
    font-weight: 800;
  }
  .menu-list-2 .block-body .note {
    font-size: 1rem;
    font-weight: normal;
  }

}
@media screen and (max-width: 480px) {
.menu-list-2 li .block-body a {
    font-size: 1.1429rem;
  }
}