@import url(https://fonts.googleapis.com/css?family=Gupter&display=swap);

body {
  background-image: url(img/bg-01.jpg);
  background-repeat: repeat;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
  line-height: 1.7
}

.small2 {
  font-size: 80%;
  display: block;
  text-align: center
}

@media (min-width:1024px) {
  .small2 {
    font-size: 50%;
    display: inline
  }
}

.wrapper {
  padding: 0
}

section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

@media (min-width:1024px) {
  section {
    padding-top: 3rem;
    padding-bottom: 3rem
  }

  .section2 {
    padding-top: 3rem;
    padding-bottom: 6rem
  }
}

.archive .bg-primary2,
.error404 .bg-primary2,
.single .bg-primary2 {
  background: rgba(84, 16, 31, 1)
}

.contents_box {
  position: relative
}

.contents_box:before {
  content: '';
  width: 1px;
  height: 80px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto
}

p:last-of-type {
  margin-bottom: 0
}

#main-menu li,
a {
  text-decoration: none !important
}

a.active {
  color: rgba(33, 37, 41, .7)
}

button:focus {
  outline: 0
}

.ja {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.en,
.en a {
  font-family: Gupter, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .2rem
}

.en-o {
  text-transform: uppercase;
  font-family: Gupter, "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .2rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: 0
}

h1 {
  margin: 0;
  line-height: 1.5;
  font-size: 2rem
}

@media (min-width:768px) {
  h1 {
    margin: 0;
    line-height: 1.8;
    font-size: 2.5rem
  }
}

br.sp {
  display: none
}

@media (max-width:767px) {
  br.sp {
    display: block
  }
}

.link-box {
  position: relative;
  z-index: 1
}

.link-box a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 10px;
  color: rgba(84, 16, 31, 1)
}

.wrapper-custom {
  position: relative
}

#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  z-index: 9999
}

#page-top a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  background: rgba(84, 16, 31, 1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}

#page-top a:hover {
  background: rgba(84, 16, 31, .8);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.drawer-menu li {
  display: block
}

.drawer-menu li a {
  color: #212529
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff
}

.drawer-hamburger {
  position: absolute;
  top: 50%;
  right: 20px !important;
  z-index: 4;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding: 18px 18px 18px 18px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  border: 0;
  outline: 0;
  background-color: rgba(84, 16, 31, 1)
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 15rem !important
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: rgba(84, 16, 31, 1)
}

.drawer-hamburger-icon {
  margin-top: 0
}

.drawer-nav {
  width: 14.25rem
}

@media (min-width:992px) {
  .drawer--right .drawer-nav {
    right: 0
  }

  #main-menu {
    text-align: right;
    width: 100%
  }

  .drawer-hamburger {
    display: none
  }

  .drawer-nav {
    position: relative;
    background-color: transparent;
    width: 100%
  }

  .drawer-nav .drawer-menu li {
    display: inline-block
  }

  .drawer-menu li a {
    color: rgba(255, 255, 255, 1)
  }

  .drawer-menu li a:hover {
    color: rgba(255, 255, 255, .3)
  }

  .drawer-menu li.active a {
    color: rgba(255, 255, 255, .6)
  }
}

#wrapper-navbar {
  position: absolute;
  width: 100%;
  z-index: 10
}

@media (max-width:1199px) {
  .custom-logo-link {
    width: 50%
  }
}

#text-2 {
  padding: 3rem;
  text-align: center
}

#wrapper-footer {
  padding: 2rem 0;
  color: rgba(255, 255, 255, .5);
  background-image: url(img/bg-03.jpg);
  background-repeat: repeat
}

#wrapper-footer a {
  color: rgba(255, 255, 255, .5) !important
}

.entry-footer {
  display: none
}

#foot-nav ul {
  width: 100%;
  margin: 0;
  padding: 0
}

#foot-nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6.5rem
}

#foot-nav ul li:last-of-type {
  margin-right: 0
}

@media (max-width:768px) {
  #foot-nav ul li {
    margin-right: 2rem
  }

  #foot-nav ul li:last-of-type {
    margin-right: 0
  }
}

.ja h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  text-transform: none !important
}

.center-under {
  position: relative;
  margin-bottom: 1em;
  text-align: center
}

.center-under:before {
  position: absolute;
  display: inline-block;
  content: '';
  bottom: -15px;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #76162c;
  border-radius: 2px
}

.under-bar {
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: .5rem
}

.tit-bg-wine {
  background: rgba(84, 16, 31, 1);
  color: #fff;
  text-indent: 15px
}

.box01 {
  border-top: solid 1px rgba(84, 16, 31, 1);
  border-bottom: solid 1px rgba(84, 16, 31, 1);
  border-left: solid 1px rgba(84, 16, 31, 1);
  border-right: solid 1px rgba(84, 16, 31, 1);
  padding-top: 3rem;
  padding-bottom: 3rem
}

.box01-last {
  border-bottom: solid 1px rgba(84, 16, 31, 1);
  border-left: solid 1px rgba(84, 16, 31, 1);
  border-right: solid 1px rgba(84, 16, 31, 1);
  padding-top: 3rem;
  padding-bottom: 3rem
}

.fit-image500 {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 500px
}

.fit-image700 {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 700px
}

.gold {
  color: #9f875a
}

.red {
  color: #92071d
}

.bg-faded {
  background-color: rgba(0, 0, 0, .01) !important
}

.bg-faded-white1 {
  background: rgba(255, 255, 255, .8)
}

.bg-faded-wine1 {
  background: rgba(84, 16, 31, .9)
}

.bg-02 {
  background-image: url(img/bg-02.jpg);
  background-repeat: repeat
}

.bg-primary2 {
  background-color: rgba(0, 0, 0, .5)
}

.font15 {
  font-size: 1.5rem
}

.pos-re {
  position: relative
}

.line-arrow {
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  background-color: currentColor;
  height: 1px;
  position: absolute
}

.line-arrow--r:before {
  right: 0;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.line-arrow:before {
  display: block;
  background-color: currentColor;
  width: 1px;
  height: 7px;
  position: absolute;
  bottom: 1px;
  content: ''
}

hr {
  margin: 3rem 0;
  border: none;
  border-top-color: rgba(84, 16, 31, 1);
  border-top-style: solid;
  border-top-width: 1px
}

::-webkit-input-placeholder {
  color: rgba(84, 16, 31, .7) !important
}

::-moz-placeholder {
  color: rgba(84, 16, 31, .7) !important
}

:-ms-input-placeholder {
  color: rgba(84, 16, 31, .7) !important
}

::-ms-input-placeholder {
  color: rgba(84, 16, 31, .7) !important
}

::placeholder {
  color: rgba(84, 16, 31, .7) !important
}

.mt-6 {
  margin-top: 6rem
}

.p-5-r {
  padding: 1.5rem
}

@media (min-width:992px) {
  .p-5-r {
    padding: 3rem
  }
}

.pt80 {
  padding-top: 80px
}

.pb-6 {
  padding-bottom: 6rem
}

@media (min-width:992px) {
  .pl-lg-6 {
    padding-left: 4rem !important
  }

  .pl-lg-7 {
    padding-left: 5rem !important
  }
}

@media (min-width:992px) {
  .pr-lg-6 {
    padding-right: 4rem !important
  }

  .pr-lg-7 {
    padding-right: 5rem !important
  }
}

.mv-top-pc {
  display: none
}

.mv-top-sp {
  display: block
}

@media screen and (min-width:992px) {
  .mv-top-pc {
    display: block
  }

  .mv-top-sp {
    display: none
  }
}

@media screen and (min-width:1200px) {
  .box-img-l {
    width: calc((100% - (100% - 1200px)/ 2));
    margin-right: calc((100% - 1200px)/ 2);
    position: relative;
    z-index: 1
  }

  .box-img-r {
    width: calc((100% - (100% - 1200px)/ 2));
    margin-left: calc((100% - 1200px)/ 2);
    position: relative;
    z-index: 0
  }

  .box-out {
    width: 1110px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3
  }

  .box-bg-l::after {
    content: "";
    width: 70%;
    height: 500px;
    background: #e7e6e6;
    position: absolute;
    top: 6rem;
    right: 0;
    display: block;
    z-index: 0
  }

  .box-bg-r::after {
    content: "";
    width: 70%;
    height: 500px;
    background: #e7e6e6;
    position: absolute;
    top: 6rem;
    left: 0;
    display: block;
    z-index: -1
  }

  .box-in-l {
    position: absolute;
    z-index: 2;
    width: 50%;
    margin-top: 6rem;
    padding: 3rem
  }

  .box-in-r {
    position: absolute;
    z-index: 2;
    width: 50%;
    right: 0;
    margin-top: 6rem;
    padding: 3rem
  }
}

@media screen and (max-width:1199px) {

  .box-in-l,
  .box-in-r {
    width: 90%;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1.5rem
  }
}

.box-chef {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%)
}

@media screen and (min-width:992px) {
  .box-chef {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    padding: 3rem
  }
}

.news .row:first-of-type .news-in {
  padding: 20px 0;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea
}

.news .row .news-in {
  padding: 20px 0;
  border-bottom: solid 1px #eaeaea;
  position: relative;
  z-index: 1;
  transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out
}

.news-in a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2
}

.news .row .news-in:hover {
  padding: 20px 30px;
  background: rgba(84, 16, 31, 1);
  color: #fff
}

.news-in h3,
.news-in p {
  margin: 0
}

.news .row .news-in .readmore {
  display: block
}

@media screen and (min-width:992px) {
  .news .row .news-in .readmore {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out
  }

  .news .row .news-in:hover .readmore {
    right: 80px;
    color: #fff
  }
}

#item01 > span {
  display: block
}

.wpcf7c-btn-back {
  color: #212529;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #54101f;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 100%;
  height: calc(1.5em + .75rem + 2px)
}

.wpcf7c-btn-back:hover {
  color: #fff;
  background-color: #54101f;
  border-color: #54101f
}

.wpcf7 input[type=submit] {
  color: #212529;
  border-color: #54101f
}

.wpcf7 input:hover[type=submit] {
  color: #fff;
  background-color: #54101f;
  border-color: #54101f
}

table.responsive-table {
  width: 100%
}

.responsive-table th {
  background: #54101f;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
  padding: 1rem
}

.responsive-table tr:first-of-type th {
  border-top: solid 1px #54101f
}

.responsive-table tr:last-of-type th {
  border-bottom: solid 1px #54101f
}

.responsive-table td {
  border: solid 1px #54101f;
  padding: 1rem
}

@media screen and (max-width:991px) {
  .responsive-table {
    width: 100%
  }

  .responsive-table td,
  .responsive-table th {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    display: block;
    width: 100%
  }
}

.pay2 strong {
  display: none
}

.postage2 strong {
  display: none
}

.goukei br {
  display: none
}

article[class*=post-] {
  margin-bottom: 30px
}

.understrap-read-more-link {
  background: rgba(84, 16, 31, 1);
  border-width: 0
}

.understrap-read-more-link:hover {
  background: rgba(84, 16, 31, .8)
}

a[href*="tel:"] {
  color: #92071d
}

span.black a[href*="tel:"] {
  color: #212529
}

@media (min-width:768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #92071d
  }

  span.black a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #212529
  }
}

span.black a[href*="tel:"] {
  color: #212529
}

.nav-link{
  padding: .5rem;
}

#growlsl{
	display:none!important;
}