@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Scheherazade");
/* CSS Document */
/*
Author: imamura
Version: ver201807
*/
/* ========================================
reset
======================================== */
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

img {
  vertical-align: bottom;
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

clearfix {
  *zoom: 1;
}

input[type=radio] {
  border: 0px !important;
}

input[type=radio],
input[type=submit],
label {
  cursor: pointer;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #333;
}

select::-ms-expand {
  display: none;
}

.radio_input {
  display: none;
}

.radio_input + label {
  position: relative;
  display: inline-block;
  padding: 5px 3px 3px 34px;
  cursor: pointer;
  margin-right: 48px;
}

.radio_input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio_input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #3498db;
  border-radius: 50%;
}

.checkbox_input {
  display: none;
}

.checkbox_input + label {
  position: relative;
  display: inline-block;
  padding: 5px 3px 3px 34px;
  cursor: pointer;
  margin-right: 48px;
}

.checkbox_input + label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -9px;
  background: #fff;
  border: 1px solid #ccc;
}

.checkbox_input:checked + label::after {
  position: absolute;
  content: "";
  top: 11px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.en {
  font-family: "Scheherazade", serif;
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  html,
  body {
    min-width: 1080px;
  }
}

body {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #080808;
  background: #efefef;
}
body.en {
  font-family: "Scheherazade", serif;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.05em;
}

a,
a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover,
a img:hover {
  text-decoration: none;
}

a {
  color: #080808;
}

@media screen and (min-width: 768px) {
  a:hover,
  a:hover img {
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
section {
  clear: both;
  width: 100%;
}

#wrapper {
  overflow: hidden;
}

.wrapper {
  clear: both;
  position: relative;
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}

/* テキスト・レイアウト */
.center {
  text-align: center;
}

.ta_right {
  text-align: right;
}

.ta_left {
  text-align: left;
}

.clear {
  clear: both;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}

body:not(.en) .list_default {
  padding-left: 1.4em;
  list-style-type: disc;
}
body.en .list_default li {
  position: relative;
  padding-left: 1.1em;
}
body.en .list_default li::before {
  content: "・";
  position: absolute;
  left: 0;
  margin-top: 0.15em;
}

.title {
  clear: both;
  text-align: center;
}
.title .head {
  font-size: 2rem;
}
body.en .title .head {
  font-size: 2.8rem;
}

.mv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.igmap {
  background: url(../img/common/icon_gmap.svg) no-repeat left center/10.7px auto;
  padding-left: 18px;
}

.drawer_button {
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1001;
  background: #000;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}
.drawer_button,
.drawer_button span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.drawer_button span {
  position: absolute;
  left: 15px;
  margin: auto;
  width: 30px;
  height: 1px;
  background-color: #fff;
  border-radius: 0;
}
.drawer_button span:nth-of-type(1) {
  top: 20px;
}
.drawer_button span:nth-of-type(2) {
  top: 30px;
}
.drawer_button span:nth-of-type(3) {
  top: 40px;
  width: 15px;
}

@media screen and (max-width: 767px) {
  .drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    top: 0;
    left: 0;
  }
  .drawer_button {
    position: fixed;
    top: 0;
    right: 0;
  }
  .drawer_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  .drawer_button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .drawer_button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
    width: 30px;
  }
  .drawer_nav {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .drawer_nav.open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .drawer_button {
    position: absolute;
    top: 25px;
    left: 70px;
  }
  .drawer_nav {
    background-color: rgba(239, 239, 239, 0.9);
    line-height: 1;
    height: 110px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
  .drawer_nav.visible {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media screen and (min-width: 768px) {
  #nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 110px;
    z-index: 1000;
  }
  #nav.witha {
    top: 0px;
  }
  #nav a {
    color: #080808;
  }
  #nav ul.language {
    position: absolute;
    top: 0;
    right: 70px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav ul.language li {
    display: inline-block;
  }
  #nav ul.language li:first-child:after {
    content: "　/　";
  }
  #nav ul.pages {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #nav .nav_header_sp {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #d0d0d0;
  }
  #nav .logo_sp a {
    content: "";
    background: url(../img/common/logo_sp.svg) no-repeat 20px 10px/46px 40px;
    width: 66px;
    height: 60px;
  }
  #nav .logo_sp img {
    width: 46px;
  }
  #nav ul.language {
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    right: 100px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav ul.language li {
    display: inline-block;
  }
  #nav ul.language li:first-child:after {
    content: "　/　";
  }
  #nav ul.pages li {
    font-size: 1.3rem;
  }
  #nav ul.pages li a {
    display: none;
    border-bottom: solid 1px #d0d0d0;
    padding: 23px 20px;
  }
  #nav .drawer_nav.open ul.pages li a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.en #nav ul.language {
    font-size: 1.8rem;
  }
  body.en #nav ul.pages li {
    font-size: 1.8rem;
  }
}

/*
.nav-links {
    clear: both;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 80px;

    a {
        border: solid 1px #606060;
        height: 50px;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @include pc {
        margin-top: 100px;
        margin-bottom: 150px;

        a {
            width: 140px;
        }
    }
}
    */
#footer {
  clear: both;
  color: #fff;
  background: #000;
  width: 100%;
  position: relative;
}
#footer a {
  color: #fff;
}
#footer .logo img {
  width: 100%;
}
#footer .copy {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#footer .pagetop {
  font-family: "Scheherazade", serif;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px;
  }
  #footer .logo img {
    width: 172px;
  }
  #footer address {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  #footer .copy {
    margin-top: 20px;
  }
  #footer .pagetop {
    display: none;
  }
  body.en #footer {
    padding-top: 30px;
  }
  body.en #footer .copy {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  #footer .logo {
    width: 218px;
  }
  #footer address {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  #footer .copy {
    margin-top: 20px;
  }
  #footer .pagetop {
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    right: 60px;
    bottom: 100%;
    height: 90px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #footer .pagetop:after {
    content: "";
    background: #000;
    width: 1px;
    height: 66px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #footer .pagetop:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  body.en #footer address {
    margin-bottom: unset;
  }
  body.en #footer address p {
    margin-top: 5px;
  }
}

.announce {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #FFF;
  z-index: 1100;
}
.announce .a_title {
  background-color: #B60005;
  color: #FFF;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.announce .a_title .base {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 28px;
}
.announce .a_title .txt {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.announce .a_title .txt:active, .announce .a_title .txt:hover {
  opacity: 0.6;
}
.announce .a_title .close {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: 14px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.announce .a_title .close:hover, .announce .a_title .close:active {
  opacity: 0.6;
}
.announce .a_title .close::before, .announce .a_title .close::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.announce .a_title .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.announce .a_title .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.announce .a_content {
  display: none;
  padding: 54px;
  padding-bottom: 24px;
  font-size: 14px;
}
.announce .a_content .close {
  font-size: 12px;
  margin-top: 52px;
}
.announce .a_content .close span {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.announce .a_content .close span:active, .announce .a_content .close span:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .announce {
    z-index: 950;
  }
  .announce .a_title {
    padding: 0;
    height: 60px;
    padding-left: 15px;
    padding-right: 75px;
    font-size: 14px;
  }
  .announce .a_title .base {
    padding-left: 0;
  }
  .announce .a_title .txt {
    font-size: 13px;
    width: 15em;
    text-align: left;
  }
  .announce .a_content {
    padding: 20px;
    padding-bottom: 30px;
  }
  .announce .a_content .close {
    margin-top: 30px;
  }
}

#fixbanner {
  position: fixed;
  z-index: 10;
  left: 40px;
  bottom: 40px;
  -webkit-transition: left 0.5s ease, -webkit-transform 0.5s ease;
  transition: left 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, left 0.5s ease;
  transition: transform 0.5s ease, left 0.5s ease, -webkit-transform 0.5s ease;
  line-height: 0;
}
#fixbanner a {
  display: inline-block;
}
#fixbanner .bn201029 img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #fixbanner {
    left: 20px;
    bottom: 20px;
  }
  #fixbanner .bn201029 img {
    width: 100px;
  }
}
body.scroll_in_footer #fixbanner {
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  left: 0;
}
@media screen and (max-width: 767px) {
  body.scroll_in_footer #fixbanner {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
    left: 0;
  }
}

ul.caution {
  text-align: left;
}
ul.caution > li {
  position: relative;
  padding-left: 1.2em;
}
ul.caution > li::before {
  content: "※";
  position: absolute;
  left: 0;
}
ul.caution > li:not(:last-child) {
  margin-bottom: 1em;
}
body.en ul.caution {
  line-height: 1.35;
}
body.en ul.caution > li::before {
  font-size: 0.8em;
  margin-top: 0.25em;
}

.table dl {
  display: table;
  width: 100%;
}
.table dt,
.table dd {
  display: table-cell;
  vertical-align: top;
  padding-top: 35px;
  padding-bottom: 35px;
}
.table dt {
  border-top: solid 2px #AA9649;
}
.table dd {
  border-top: solid 1px #C7C7C7;
}

article {
  clear: both;
  margin-bottom: 100px;
}
article img {
  border: none;
  max-width: 100%;
  height: auto;
}
article .entry-header {
  text-align: center;
  margin-bottom: 30px;
}
article .entry-title {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
article .entry-title::after {
  content: "";
  background: #707070;
  width: 40px;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  margin: auto;
}
article .entry-content {
  line-height: 2.4;
}
article .entry-content p {
  margin-bottom: 2em;
}
article .entry-content img {
  margin-bottom: 1.6em;
}

.bg-slider {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#home {
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
  overflow-x: hidden;
}
#home .home_mv img {
  width: 85px;
}
#home .home_mv_announce {
  position: absolute;
  right: 50px;
  bottom: 50px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 25px 50px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
#home .sec1 .txt_name {
  text-align: right;
  margin-top: 40px;
}
#home .sec2 .head {
  font-size: 2rem;
  letter-spacing: 0.2em;
  position: absolute;
  top: 160px;
  left: 96px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  #home .home_mv {
    position: relative;
  }
  #home .home_mv img {
    max-height: 50vh;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  #home .home_mv_announce {
    left: 20px;
    right: 20px;
    bottom: 50px;
    padding: 20px 30px;
    font-size: 13px;
    line-height: 1.75;
  }
  #home .sec1 .wrapper {
    padding: 70px 30px 76px;
  }
  #home .sec1 .title {
    margin-bottom: 30px;
  }
  #home .sec2 .wrapper {
    padding: 110px 30px 60px;
  }
  #home .sec2 .head {
    position: absolute;
    top: 70px;
    left: 34px;
  }
  #home .sec2 .txt {
    padding-left: 70px;
  }
  #home .sec2 .btn {
    margin: 30px 0 50px 15px;
  }
  #home .sec2 .btn a {
    font-size: 1.2rem;
  }
  #home .sec2 .btn.arrow a {
    background: url(../img/common/icon_arrow.png) no-repeat right center/18px auto;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  #home .sec1 .wrapper {
    width: 700px;
    padding-top: 155px;
    padding-bottom: 160px;
  }
  #home .sec1 .title {
    margin-bottom: 60px;
  }
  #home .sec1 .bg {
    background: url(../img/home/img2.jpg) no-repeat center center/cover;
    height: 500px;
  }
  #home .sec2 .wrapper {
    width: 700px;
    padding-top: 160px;
    padding-bottom: 160px;
    min-height: 770px;
  }
  #home .sec2 .head {
    position: absolute;
    top: 160px;
    left: -8px;
  }
  #home .sec2 .txt {
    padding-left: 135px;
    padding-right: 280px;
  }
  #home .sec2 .img {
    width: 300px;
    position: absolute;
    top: 160px;
    right: -80px;
  }
  #home .sec2 .img img {
    width: 100%;
  }
  #home .sec2 .btn {
    position: absolute;
    top: 540px;
    left: 0;
  }
  #home .sec2 .btn a {
    font-size: 1.2rem;
  }
  #home .sec2 .btn.arrow a {
    background: url(../img/common/icon_arrow.png) no-repeat right center/18px auto;
    padding-right: 25px;
  }
  #home .sec2 .bg {
    background: url(../img/home/img4.jpg) no-repeat center center/cover;
    height: 500px;
  }
  .ipad #home .home_mv {
    max-height: 100%;
  }
}
#cuisine .mv {
  background: url(../img/cuisine/mv_260521.jpg) no-repeat center top/cover;
}
#cuisine .sec1 .wrapper {
  background: #fff;
}
#cuisine main .box {
  border-top: solid 1px #C7C7C7;
}
#cuisine main .box_head {
  font-size: 1.6rem;
  line-height: 25px;
  text-align: center;
  display: block;
  width: 75px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #aa9649;
  border-bottom: solid 1px #aa9649;
  position: relative;
}
#cuisine main .box_head:before, #cuisine main .box_head:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #aa9649;
  position: absolute;
}
#cuisine main .box_head:before {
  top: 0;
  left: 4px;
}
#cuisine main .box_head:after {
  bottom: 0;
  right: 4px;
}
#cuisine main .box_name {
  font-size: 1.8rem;
  text-align: center;
}
#cuisine main .box_menu {
  background: #EFEFEF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cuisine main .box_menu .price .yen {
  font-size: 0.8em;
  margin-left: 0.3em;
}
#cuisine main .box_menu .price .tax-in {
  font-size: 0.7em;
  margin-left: 0.5em;
}
#cuisine main .box_menu .caution {
  font-size: 0.5em;
}
@media screen and (max-width: 767px) {
  #cuisine .mv {
    height: 280px;
  }
  #cuisine .sec1 {
    padding-bottom: 75px;
  }
  #cuisine .sec1 .wrapper {
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 54px 27px 5px;
  }
  #cuisine .sec1 .title {
    margin-bottom: 30px;
  }
  #cuisine .sec1 .wrapper2 {
    margin-top: 32px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #cuisine main .txt_1 {
    text-align: center;
    margin-bottom: 10px;
  }
  #cuisine main .box {
    padding-top: 26px;
    padding-bottom: 50px;
  }
  #cuisine main .box article {
    padding-bottom: 60px;
  }
  #cuisine main .box.dinner {
    padding-top: 62px;
  }
  #cuisine main .box_head {
    margin-bottom: 35px;
  }
  #cuisine main .box_name {
    margin-bottom: 15px;
  }
  #cuisine main .box_menu {
    font-size: 20px;
    padding: 9px 10px;
    margin-bottom: 25px;
  }
  #cuisine main .box_txt {
    margin-top: 37px;
  }
  #cuisine .list_default {
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #cuisine .mv {
    height: 500px;
  }
  #cuisine .sec1 {
    padding-bottom: 160px;
  }
  #cuisine .sec1 .wrapper {
    width: 900px;
    margin-top: -56px;
    padding: 70px 100px 10px;
  }
  #cuisine .sec1 .title {
    margin-bottom: 25px;
  }
  #cuisine .sec1 .wrapper2 {
    width: 900px;
    margin: 20px auto 0;
  }
  #cuisine main .txt_1 {
    text-align: center;
    margin-bottom: 12px;
  }
  #cuisine main .box {
    padding: 60px 0 65px;
  }
  #cuisine main .box_head {
    margin-bottom: 40px;
  }
  #cuisine main .box_name {
    margin-bottom: 15px;
  }
  #cuisine main .box_menu {
    max-width: 430px;
    margin: 0 auto 12px;
    padding: 9px 10px;
    font-size: 21px;
  }
  #cuisine main .box_txt {
    text-align: center;
    margin-top: 25px;
  }
  #cuisine .list_default {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  #story .sec {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  #story .story_sec {
    padding-bottom: 80px;
  }
  #story .story_sec .wrapper {
    background: #fff;
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 58px 27px 52px;
  }
  #story .story_sec .title {
    text-align: left;
    border-bottom: solid 2px #AA9649;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #story .story_sec .mv {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 400px;
  }
  #story .sec1 .mv {
    background-image: url(../img/story/img1_sp.jpg);
  }
  #story .sec2 .mv {
    background-image: url(../img/story/img2_sp_260521.jpg);
  }
  #story .sec3 .mv {
    background-image: url(../img/story/img3_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  #story .effect {
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  #story .sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #story .story_sec {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 910px;
    margin-bottom: 480px;
  }
  #story .story_sec .title {
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
  }
  #story .story_sec .title:after {
    content: "";
    width: 240px;
    height: 2px;
    background: #AA9649;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #story .story_sec.sec3 {
    margin-bottom: 250px;
  }
  #story .story_sec .mv {
    width: 50%;
    height: 100vh;
    max-height: 910px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #story .sec1 .mv {
    background-image: url(../img/story/img1.jpg);
  }
  #story .sec2 .mv {
    background-image: url(../img/story/img2_260521.jpg);
  }
  #story .sec3 .mv {
    background-image: url(../img/story/img3.jpg);
  }
  #story .txt_box {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    width: 500px;
    height: 500px;
    padding: 50px;
  }
}
#information .sec1 .wrapper {
  background: #fff;
}
#information .sec1 .title {
  text-align: left;
}
#information .sec1 .table .small {
  font-size: 0.8em;
}

@media screen and (max-width: 767px) {
  #information .mv {
    background: url(../img/information/mv_sp.jpg) no-repeat center top/cover;
    height: 280px;
  }
  #information .sec1 {
    padding-bottom: 80px;
  }
  #information .sec1 .wrapper {
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 32px 27px 30px;
  }
  #information .sec1 .title {
    margin-bottom: 32px;
  }
  .table dt {
    width: 27%;
  }
}
@media screen and (min-width: 768px) {
  #information .mv {
    background: url(../img/information/mv.jpg) no-repeat center top/cover;
    height: 500px;
  }
  #information .sec1 {
    padding-bottom: 160px;
  }
  #information .sec1 .wrapper {
    width: 900px;
    margin-top: -56px;
    padding: 72px 100px 40px;
  }
  #information .sec1 .title {
    margin-bottom: 34px;
  }
  .table dt {
    width: 240px;
  }
}
#reservation .sec1 .wrapper {
  background: #fff;
}
#reservation .sec1 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5rem;
  color: #fff;
  background: #000;
  text-align: center;
  letter-spacing: 0.075em;
  padding: 6px 10px;
  width: 276px;
  height: 68px;
  line-height: 1;
}
#reservation .sec1 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#reservation .sec1 .links .reserve {
  font-size: 1.85rem;
}
#reservation .sec1 .txt01 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #reservation .mv {
    background: url(../img/reservation/mv_sp.jpg) no-repeat center top/cover;
    height: 280px;
  }
  #reservation .sec1 {
    padding-bottom: 80px;
  }
  #reservation .sec1 .wrapper {
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 32px 27px 60px;
  }
  #reservation .sec1 .title {
    margin-bottom: 54px;
  }
  #reservation .sec1 .btn {
    width: 100%;
  }
  #reservation .sec1 .links {
    margin-top: 15px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  #reservation .mv {
    background: url(../img/reservation/mv.jpg) no-repeat center top/cover;
    height: 500px;
  }
  #reservation .sec1 {
    padding-bottom: 160px;
  }
  #reservation .sec1 .wrapper {
    width: 900px;
    margin-top: -56px;
    padding: 70px 105px 80px;
  }
  #reservation .sec1 .title {
    margin-bottom: 50px;
  }
  #reservation .sec1 .links {
    margin-top: 20px;
    margin-bottom: 38px;
  }
}
.news_sec .title {
  border-bottom: solid 1px #707070;
}

@media screen and (max-width: 767px) {
  .news_sec .title {
    padding-top: 72px;
    padding-bottom: 15px;
    margin-bottom: 70px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  #news main .wrapper {
    max-width: 600px;
  }
  .news_sec .title {
    padding-top: 112px;
    padding-bottom: 12px;
    margin-bottom: 115px;
  }
  article .entry-header {
    margin-bottom: 33px;
  }
}/*# sourceMappingURL=style.css.map */