html {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .6s;
}

html.complete {
  opacity: 1;
}

body, p {
  color: #3E3A39;
  line-height: 2;
}

@media (max-width: 767px) {
  body, p {
    line-height: 2;
  }
}

.target {
  transform: translateY(50px);
  opacity: 0;
  transition: .5s;
  transition-timing-function: ease-in-out;
}

.target.action {
  transform: translateY(0);
  opacity: 1;
}

p {
  margin-bottom: 0;
}

.libre {
  font-family: 'Libre Baskerville', serif;
}

.space-micro {
  padding-top: 7px;
}

@media (max-width: 767px) {
  .space-micro {
    padding-top: 0;
  }
}

h2 {
  color: #3E3A39;
}

h2 .eng {
  font-family: 'Playfair Display', serif;
  color: #A1803D;
  font-weight: 600;
}

h2 .eng.gold02 {
  color: #826327;
}

h2 .eng.gold03 {
  color: #BA9B3D;
}

h2 .ja {
  padding-top: 6px;
}

h3 {
  line-height: 2;
}

a:not(.more-btn) {
  transition-property: opacity;
  transition-duration: .3s;
}

a:not(.more-btn):hover {
  opacity: .6;
}

.visible-xs {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

.hidden-xs {
  display: block;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.container-large {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container-large {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-large {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container-large {
    width: 1170px;
  }
}

@media screen and (min-width: 1440px) {
  .container-large {
    width: 1440px;
    margin: 0 auto;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 992px) {
  .block-box {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

a.more-btn {
  background-color: #BD0200;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 10px;
  position: relative;
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  a.more-btn {
    margin: 0 auto;
  }
}

a.more-btn:before {
  content: "";
  width: 7px;
  height: 12px;
  display: block;
  background-image: url(../img/btn-arw.svg);
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

a.more-btn.center {
  margin: 0 auto;
}

a.more-btn:hover {
  text-decoration: none;
  opacity: .6;
}

header {
  background-image: url(../img/head-foot-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 29px;
  padding-bottom: 15px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: none;
}

@media (max-width: 991px) {
  header {
    padding-top: 15px;
  }
}

header * {
  transition: .6s;
}

header .inner {
  position: relative;
}

header .inner a.header-logo {
  width: 300px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  header .inner a.header-logo {
    width: 230px;
  }
}

header .inner a.header-logo .remove {
  background-image: url(../img/head-logo.svg);
  padding-top: 36.38273090068931%;
}

header .inner nav {
  padding-top: 150px;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  header .inner nav {
    padding-top: 105px;
  }
}

header .inner nav * {
  transition: .4s;
}

header .inner nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  padding: 0 15%;
}

header .inner nav ul li a {
  color: #80807b;
  font-family: 'Playfair Display', serif;
  font-size: 1.4em;
  padding: 0 15px;
  font-weight: 900;
}

header .inner nav ul li a:hover {
  color: #A1803D;
  opacity: 1;
}

header .inner nav ul li.current a {
  text-decoration: underline;
  color: #A1803D;
}

header .inner .cv {
  position: absolute;
  right: -30px;
  top: 50px;
}

@media (max-width: 1199px) {
  header .inner .cv {
    top: 40px;
  }
}

header .inner .cv ul {
  list-style: none;
  display: flex;
}

header .inner .cv ul li.g-tel {
  width: 210px;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  header .inner .cv ul li.g-tel {
    width: 210px;
    padding-right: 10px;
  }
}

header .inner .cv ul li.g-tel .remove {
  background-image: url(../img/gold-tel.svg);
  padding-top: 12.30981573589214%;
}

header .inner .cv ul li.g-insta {
  width: 30px;
  margin: 0 10px;
}

@media (max-width: 1199px) {
  header .inner .cv ul li.g-insta {
    width: 25px;
    margin: 0 5px;
  }
}

header .inner .cv ul li.g-insta .remove {
  background-image: url(../img/gold-insta.svg);
  padding-top: 100%;
}

header .inner .cv ul li.g-mail {
  width: 30px;
  margin: 0 10px;
}

@media (max-width: 1199px) {
  header .inner .cv ul li.g-mail {
    width: 25px;
    margin: 0 5px;
  }
}

header .inner .cv ul li.g-mail .remove {
  background-image: url(../img/gold-mail.svg);
  padding-top: 100%;
}

header.fixed {
  padding-top: 15px;
  padding-bottom: 15px;
}

header.fixed * {
  transition: .6s;
}

header.fixed .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.fixed .inner a.header-logo {
  position: relative;
  left: 0;
  transform: translateX(0);
  width: 180px;
}

@media (max-width: 1199px) {
  header.fixed .inner a.header-logo {
    width: 140px;
  }
}

header.fixed .inner nav {
  padding-top: 0;
}

header.fixed .inner nav ul {
  padding: 0;
}

@media (max-width: 1199px) {
  header.fixed .inner nav ul li a {
    padding: 0 10px;
    font-size: 1em;
  }
}

header.fixed .inner .cv {
  position: relative;
  top: auto;
}

header.fixed .inner .cv ul {
  margin-bottom: 0;
}

header.fixed .inner .cv ul li.g-tel {
  width: 210px;
  padding-right: 10px;
}

@media (max-width: 1199px) {
  header.fixed .inner .cv ul li.g-tel {
    width: 180px;
    margin-right: 0;
  }
}

header.fixed .inner .cv ul li.g-insta, header.fixed .inner .cv ul li.g-mail {
  width: 30px;
  margin: 0 5px;
}

@media (max-width: 1199px) {
  header.fixed .inner .cv ul li.g-insta, header.fixed .inner .cv ul li.g-mail {
    width: 20px;
  }
}

header .pc {
  display: block;
}

@media (max-width: 991px) {
  header .pc {
    display: none;
  }
}

header .sp {
  display: none;
}

@media (max-width: 991px) {
  header .sp {
    display: block;
  }
}

header .sp .inner a.header-logo {
  position: relative;
  width: 120px;
  transform: translateX(0);
  left: auto;
}

header .sp .sp-menu {
  height: calc(100vh - 73px);
}

header .menu-bar {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 15px;
  display: none;
}

@media (max-width: 991px) {
  header .menu-bar {
    display: block;
  }
}

header .menu-bar span {
  width: 100%;
  height: 2px;
  background-color: #3E3A39;
  display: block;
  position: absolute;
  top: 0;
}

header .menu-bar span:last-of-type {
  top: auto;
  bottom: 0;
}

header .menu-bar.open span:first-of-type {
  transform: rotate(45deg);
  top: 50%;
}

header .menu-bar.open span:last-of-type {
  transform: rotate(-45deg);
  bottom: 30%;
}

.sp-menu {
  position: fixed;
  top: 74px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  width: 80%;
  display: block;
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0 !important;
  transform: translateX(-100%);
  transition: .3s;
}

.sp-menu ul {
  list-style: none;
}

.sp-menu ul li a {
  font-family: 'Libre Baskerville', serif;
  font-weight: normal;
  padding: 10px 0;
  display: block;
}

.sp-menu ul.menu {
  margin-bottom: 0;
}

.sp-menu ul.cv {
  width: 160px;
}

.sp-menu.open {
  transform: translateX(0);
  opacity: 1 !important;
}

@media (max-width: 991px) {
  .sp-menu {
    display: block;
  }
}

.clearfield {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.clearfield.switch {
  width: 100%;
  height: 100%;
}

footer {
  font-size: .9em;
  background-image: url(../img/head-foot-bg.jpg);
  color: #3E3A39;
}

footer .wrap {
  display: flex;
}

@media (max-width: 767px) {
  footer .wrap {
    display: block;
  }
}

footer .wrap .f-logo {
  width: 300px;
  flex-shrink: 0;
}

footer .wrap .f-logo .remove {
  padding-top: 24.84371951842412%;
  background-image: url(../img/foot-logo.svg);
}

@media (max-width: 767px) {
  footer .wrap .f-logo {
    width: 210px;
    margin: 30px auto 15px;
  }
}

footer .wrap .right {
  padding-left: 5%;
}

@media (max-width: 767px) {
  footer .wrap .right {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  footer .wrap .right .top {
    width: 100%;
    margin-top: 15px;
  }
}

footer .wrap .right .top ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  footer .wrap .right .top ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  footer .wrap .right .top ul li {
    width: 50%;
    border-top: solid 1px #3E3A39;
  }
  footer .wrap .right .top ul li:nth-of-type(2n) {
    border-left: solid 1px #3E3A39;
  }
  footer .wrap .right .top ul li:nth-last-child(2), footer .wrap .right .top ul li:last-of-type {
    border-bottom: solid 1px #3E3A39;
  }
}

footer .wrap .right .top ul li a {
  padding-right: 30px;
  color: #3E3A39;
  line-height: 2.5;
}

@media (max-width: 767px) {
  footer .wrap .right .top ul li a {
    padding-right: 0;
    width: 100%;
    display: block;
    padding: 2px 10px;
    font-size: .9em;
  }
}

footer .wrap .right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 767px) {
  footer .wrap .right .bottom {
    display: block;
  }
}

@media (max-width: 767px) {
  footer .wrap .right .bottom .in-right {
    margin-top: 15px;
    padding-left: 0;
    text-align: center;
  }
}

.home .fv img {
  width: 100%;
}

.home #aboutus .row {
  align-items: center;
}

@media (min-width: 1200px) {
  .home #aboutus .left {
    padding-left: 45px;
  }
}

.home #aboutus p {
  line-height: 2.5;
}

.home #menu {
  background-color: #E0DCCF;
}

.home #restaurant h3 {
  letter-spacing: -0.1em;
  margin-top: 5px;
}

.home #restaurant .tel, .home #restaurant .map {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  padding: 6px 3px;
  text-align: center;
  display: block;
  font-size: 1.2em;
}

.home #restaurant .tel:hover, .home #restaurant .map:hover {
  text-decoration: none;
  opacity: .6;
}

.home #restaurant .tel {
  margin: 15px 0;
  background-color: #C66300;
  color: #fff;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 700;
}

.home #restaurant .tel:hover {
  color: #fff;
}

.home #restaurant .tel span {
  position: relative;
  padding-left: 20px;
}

.home #restaurant .tel span:before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../img/tel-mark.svg);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home #restaurant .map {
  border: solid 1px #3E3A39;
}

.home #restaurant .map:hover {
  color: #333;
}

.home #original {
  background-color: #A88000;
}

.home #original, .home #original h2, .home #original p {
  color: #fff;
}

.home #original .img-box .remove {
  padding-top: 68.2%;
}

.home #news {
  background-color: #E0DCCF;
}

@media (max-width: 767px) {
  .home #news .container-large {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.home #news .news-wrap {
  padding: 4% 3%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .home #news .news-wrap {
    padding: 15px;
  }
}

.home #news .news-area {
  max-height: 300px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .home #news .news-area {
    max-height: 300px;
  }
}

.home #news .news-area ul {
  list-style: none;
}

.home #news .news-area ul li > .li-inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .home #news .news-area ul li > .li-inner {
    display: block;
  }
}

.home #news .news-area ul li .date, .home #news .news-area ul li .text h3 {
  line-height: 1.6;
}

.home #news .news-area ul li .date {
  border-right: solid 1px #3E3A39;
  padding-right: 15px;
  flex-shrink: 0;
  width: 60px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .home #news .news-area ul li .date {
    padding-right: 0;
    margin: 0;
    border-right: none;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .home #news .news-area ul li h3 {
    margin-top: 0;
    margin-bottom: 8px;
  }
}

.home #news .news-area ul li .image-box {
  width: 120px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .home #news .news-area ul li .image-box {
    width: 90%;
    margin: 0 auto;
  }
}

.home #news .news-area ul li .image-box .remove {
  padding-top: 73%;
}

.home #news .news-area ul li .text {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .home #news .news-area ul li .text {
    margin: 0;
  }
}

.home #news .news-area ul li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: dotted 1px #828383;
}

.home #news .news-area ul li .in-flex-left {
  display: flex;
}

@media (max-width: 767px) {
  .home #news .news-area ul li .in-flex-left {
    display: block;
  }
}

.home #information .wrap {
  background: linear-gradient(90deg, #5F624E 0%, #5F624E 50%, #777E4A 50%, #777E4A 100%);
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  .home #information .wrap {
    background: none;
  }
}

.home #information .wrap, .home #information .wrap h2, .home #information .wrap p {
  color: #fff;
}

.home #information .left {
  background-color: #5F624E;
}

.home #information .right {
  background-color: #777E4A;
}

.home #franchise .remove {
  background-image: url(../img/top/franchise.jpg);
  padding-top: 44.27083333333333%;
}

.home #franchise a:hover {
  opacity: 1;
}

.menu-block .img-box .remove {
  padding-top: 100%;
}

.menu-block .title-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .menu-block .title-price {
    display: block;
  }
}

.menu-block .title-price .title {
  font-weight: bold;
}

.menu-block .title-price .price {
  font-family: 'Playfair Display', serif;
}

.menu-block .title-price .price .font-frank {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  .menu-block .title-price .price {
    line-height: 1;
    margin-bottom: 10px;
  }
}
