@charset "UTF-8";
.spi {
  display: none;
}

@media screen and (max-width: 768px) {
  .spi {
    display: inline-block;
  }
}
.pci {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pci {
    display: none;
  }
}
* {
  -webkit-transition-property: height, width, top, left, color, background;
  transition-property: height, width, top, left, color, background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/*=================
Web Font
=================*/
.u-min-en {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.u-min-en__bold {
  font-family: garamond-premier-pro, serif;
  font-weight: 700;
  font-style: normal;
}

.u-min-jp {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

/*=================
Reset
=================*/
ul li, ol li {
  list-style: none;
}

/*=================
Animation
=================*/
.kurukuru {
  -webkit-animation: r7 1.5s linear infinite;
          animation: r7 1.5s linear infinite;
}

@-webkit-keyframes r7 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes r7 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.smooth {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}

.smooth.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

/*=================
Utility Class
=================*/
.u-sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-br {
    display: block;
  }
}

.u-pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc-br {
    display: none;
  }
}

.u-ex {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0.5em 0;
  line-height: 1.65;
  font-size: 1em;
}
.u-ex-center {
  line-height: 1.6;
  text-align: center !important;
}
.u-ex-right {
  text-align: right;
}
.u-ex-red, .u-ex-red__bold {
  color: #ff0000;
  line-height: 1.6;
}
.u-ex-red__bold {
  font-weight: bold;
}

.u-under__dot {
  border-bottom: dotted 2px #ffffff;
}

.u-notes {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .u-notes {
    font-size: 1rem;
  }
}
.u-notes li {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

ol.notes {
  margin-top: 1em;
}
ol.notes li {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
@media screen and (max-width: 768px) {
  ol.notes li {
    font-size: 12px;
  }
}

.u-mt05 {
  margin-top: 0.5em;
}

.u-mt1 {
  margin-top: 1em !important;
}

.u-mt2 {
  margin-top: 2em;
}

.u-mt3 {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .u-spmt05 {
    margin-top: 0.5em;
  }
  .u-spmt1 {
    margin-top: 1em;
  }
  .u-spmt2 {
    margin-top: 2em;
  }
}
.u-price-tb {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .u-price-tb {
    display: block;
  }
}
.u-price-tb dt {
  background: #000;
  padding: 2em 0;
  text-align: center;
  width: 30%;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .u-price-tb dt {
    width: 100%;
    padding: 0.4em 1em;
    text-align: center;
    font-size: 1.5rem;
  }
}
.u-price-tb dd {
  background: #ffffff;
  width: 70%;
  color: #433526;
  text-align: left;
  padding: 0 2em;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .u-price-tb dd {
    padding: 0.7em 2em;
    text-align: center;
    width: 100%;
    font-size: 2rem;
  }
}
.u-price-tb dd .sml {
  font-size: 0.6em;
}

.sec-block {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-block {
    margin: 40px 0;
  }
}

.inner-block {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-block {
    width: 87%;
  }
}

.hedding-title {
  font-size: 3.6rem;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin: 0 0 0.8em 0;
  text-align: center;
}
.hedding-title span {
  font-size: 0.4em;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .hedding-title {
    font-size: 3rem;
  }
}

.hedding-1 {
  font-size: 2.6rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
.hedding-1 .ex-small {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .hedding-1 {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
  }
}

.hedding-2 {
  font-size: 2rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 0.2em;
  text-align: center;
}
.hedding-2 .ex-small {
  display: block;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .hedding-2 {
    font-size: 1.8rem;
  }
}

/*=================
  Contents
=================*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-font-feature-settings: palt;
          font-feature-settings: palt;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #ffffff;
  background: #897967;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

header {
  position: fixed;
  padding: 10px 20px;
  width: 100%;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .logo-block .cmn-logo a {
  display: block;
  width: 200px;
  padding-top: 85px;
  height: 0;
  background: url("../img/logo_wh.svg") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  header .inner .logo-block .cmn-logo a {
    width: 200px;
    padding-top: 85px;
    height: 0;
    background: url("../img/logo_s_wh.svg") 0 0 no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
  }
}
header .inner .nav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner .head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
header .inner .head-nav li a {
  display: block;
  padding: 0 15px;
  text-align: center;
  color: #ffffff;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8rem;
}
header .inner .head-nav li a span {
  display: block;
  font-size: 1rem;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
}
header .inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .inner .sns li a {
  display: block;
  width: 30px;
  margin: 0 20px 0 0;
}
header .inner .sns li a img {
  width: 100%;
  height: auto;
}
header .inner .sns li:last-child a {
  margin: 0;
}
header.scroll-nav .logo-block .cmn-logo a {
  display: block;
  width: 200px;
  padding-top: 85px;
  height: 0;
  background: url("../img/logo_wh.svg") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}

.sp-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-header {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
  }
  .sp-header .inner {
    position: relative;
    width: 100%;
  }
  .logo-block a {
    display: block;
    width: 100px;
    position: absolute;
    z-index: 1001;
    left: 0;
    top: 6px;
    height: 100%;
  }
  .logo-block a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .logo-block a {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pc-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu {
    display: block;
  }
  .sp-menu .toggle {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .sp-menu #hamburger {
    width: 25px;
    height: 20px;
    position: relative;
    display: block;
  }
  .sp-menu #hamburger span {
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .sp-menu #hamburger span:first-child {
    top: 0;
  }
  .sp-menu #hamburger span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .sp-menu #hamburger span:nth-child(3) {
    bottom: 0;
  }
  .sp-menu #overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1500;
    display: none;
  }
  .sp-menu #drawer-menu {
    width: 260px;
    height: 100vh;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .sp-menu #drawer-menu.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sp-menu #drawer-menu ul {
    padding: 0;
    list-style-type: none;
  }
  .sp-menu #drawer-menu ul li {
    font-size: 2.2rem;
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 4vh 0;
    line-height: 1.1;
  }
  .sp-menu #drawer-menu ul li a {
    text-decoration: none;
    color: #000000;
  }
  .sp-menu #drawer-menu ul li span {
    display: block;
    font-size: 10px;
    margin-top: 5px;
  }
  .sp-menu #drawer-menu .sns {
    width: 100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .sp-menu #drawer-menu .sns li {
    width: 30px;
    height: auto;
    margin: 0 auto;
  }
  .sp-menu #drawer-menu #close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -50px;
    top: 25px;
  }
  .sp-menu #drawer-menu #close span {
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .sp-menu #drawer-menu #close span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sp-menu #drawer-menu #close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
/*=================
  Main
=================*/
.main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
.main img {
  width: 100%;
  line-height: auto;
}

.u-leadbox {
  border: 1px solid #ffffff;
  padding: 1em;
  text-align: center;
  font-size: 1.8rem;
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  .u-leadbox {
    font-size: 1.6rem;
  }
}

.u-checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.u-checklist li:before {
  content: "";
  display: block;
  width: 20px;
  padding-top: 20px;
  height: 0;
  background: url("../img/common/icon_check.svg") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  margin-right: 10px;
}

.u-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  text-align: center;
  width: 100%;
  margin: 3em 0;
}
@media screen and (max-width: 768px) {
  .u-menu-btn {
    display: block;
  }
}
.u-menu-btn li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .u-menu-btn li {
    width: 100%;
    margin: 0 auto;
  }
}
.u-menu-btn li a {
  display: block;
  background: #ffffff;
  color: #000;
  font-size: 2.8rem;
  padding: 2em 0;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .u-menu-btn li a {
    font-size: 2.4rem;
    padding: 1.6em 0;
    margin-bottom: 10px;
  }
}
.u-menu-btn li a:hover {
  color: #ffffff;
  background: #000;
  border: 1px solid #ffffff;
}

.c-btn.slide.skew::after {
  -webkit-transform: skewY(-10deg) scale(1, 0);
          transform: skewY(-10deg) scale(1, 0);
  height: 140px;
}

.c-btn.slide.skew:hover::after {
  -webkit-transform: skewY(-10deg) scale(1, 1);
          transform: skewY(-10deg) scale(1, 1);
}

#intro {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
}
#intro.sec-block {
  margin-top: 0;
}
#intro.sec-block .lead {
  text-align: center;
  margin-top: 2em;
}
#intro.sec-block .col-thumb-block {
  width: 700px;
  margin: 1em auto 2em auto;
}
@media screen and (max-width: 768px) {
  #intro.sec-block .col-thumb-block {
    width: 100%;
  }
  #intro.sec-block .col-thumb-block figure {
    width: 70%;
    margin: 0 auto 16px auto;
  }
}
#intro.sec-block .img-blocl01, #intro.sec-block .img-blocl02 {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro.sec-block .img-blocl01, #intro.sec-block .img-blocl02 {
    width: 100%;
  }
}
#intro.sec-block .img-blocl01 img, #intro.sec-block .img-blocl02 img {
  width: 100%;
  height: auto;
}
#intro.sec-block .img-blocl01 {
  margin-bottom: 2em;
}

#news {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  #news {
    margin: 15px 0;
  }
}
#news .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #news .inner-block {
    display: block;
  }
}
#news .inner-block .hedding-title {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #news .inner-block .hedding-title {
    width: auto;
    text-align: center;
  }
}
#news .inner-block dl dt {
  line-height: 1;
  margin-bottom: 0.4em;
  font-size: 1.2rem;
}
#news .inner-block dl dd {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #news .inner-block dl dd {
    font-size: 1.2rem;
  }
}
#news .inner-block dl dd a {
  color: #ffffff;
}
#news .inner-block dl dd a:hover {
  text-decoration: underline;
}

.col-thumb-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .col-thumb-block {
    display: block;
  }
}
.col-thumb-block figure {
  width: 30%;
}
.col-thumb-block figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .col-thumb-block figure {
    width: 100%;
  }
}
.col-thumb-block .detail {
  width: 66%;
}
.col-thumb-block .detail img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .col-thumb-block .detail {
    width: 100%;
  }
}

.col-thumb-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .col-thumb-list li {
    display: block;
  }
}
.col-thumb-list li figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .col-thumb-list li figure {
    width: 100%;
    margin-bottom: 6px;
  }
}
.col-thumb-list li figure img {
  width: 100%;
  height: auto;
}
.col-thumb-list li .detail {
  width: 50%;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .col-thumb-list li .detail {
    width: 100%;
    padding: 0;
  }
}
.col-thumb-list li .detail .lead {
  font-size: 2.8rem;
  margin-bottom: 0.5em;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .col-thumb-list li .detail .lead {
    font-size: 2.4rem;
  }
}
.col-thumb-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#about {
  background: #7C7064;
  padding: 60px 0;
}
#about.sec-block {
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 40px 0;
  }
}

#menu {
  background: #7C7064;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #menu {
    padding: 40px 0;
  }
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .menu-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -30px;
  }
}
.menu-nav li a {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  color: #433526;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  padding: 20px 35px 20px 20px;
  margin-top: -10px;
}
.menu-nav li a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
  right: 15px;
  position: absolute;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .menu-nav li a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
    right: 10px;
    position: absolute;
    top: 30px;
  }
}
.menu-nav li a:hover {
  background: #433526;
  color: #ffffff;
}
.menu-nav.col-2 li {
  width: 48%;
}
.menu-nav.col-3 li {
  width: 32%;
}
.menu-nav.col-4 li {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .menu-nav.col-2 li, .menu-nav.col-3 li, .menu-nav.col-4 li {
    width: 100%;
  }
}

.menu-lineup > li {
  margin: 50px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.menu-lineup > li:last-child {
  border: 0;
  padding-bottom: 0;
}
.menu-lineup > li .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .menu-lineup > li .container {
    display: block;
  }
}
.menu-lineup > li .container .col-exarea {
  width: 65%;
  margin-bottom: 15px;
}
.menu-lineup > li .container .col-exarea.no-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu-lineup > li .container .col-exarea {
    width: 100%;
  }
}
.menu-lineup > li .container .col-exarea .menu-name {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .menu-lineup > li .container .col-exarea .menu-name {
    font-size: 2rem;
  }
}
.menu-lineup > li .container .col-exarea .menu-name .label-color1 {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #433526;
  padding: 4px 10px;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .menu-lineup > li .container .col-exarea .menu-name .label-color1 {
    margin: 0 8px 8px 0;
  }
}
.menu-lineup > li .container figure {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .menu-lineup > li .container figure {
    width: 100%;
    margin: 10px 0;
  }
}
.menu-lineup > li .container figure img {
  width: 100%;
}

.table-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}
.table-block dt {
  width: 20%;
  background: #433526;
  text-align: center;
  padding: 20px 0;
}
.table-block dd {
  width: 80%;
  padding: 0 20px;
}

.attn-box {
  background: #ffffff;
  padding: 10px 0px;
  margin: 1em 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .attn-box {
    display: block;
    padding: 10px;
  }
}
.attn-box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-size: 1.4rem;
  padding: 0 40px;
  color: #433526;
}
@media screen and (max-width: 768px) {
  .attn-box dt {
    padding: 0;
    text-align: center;
  }
}
.attn-box dd {
  border-left: 1px solid #988b7b;
  padding: 10px 30px 10px 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 80%;
  color: #433526;
}
@media screen and (max-width: 768px) {
  .attn-box dd {
    width: 100%;
    border-left: none;
    border-top: 1px solid #988b7b;
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 1.1rem;
  }
}

.voice-block {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice-block figure {
  width: 100px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .voice-block figure {
    width: 20%;
    margin-right: 4px;
  }
}
.voice-block figure img {
  width: 100%;
  height: auto;
}
.voice-block .detail {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .voice-block .detail {
    width: 80%;
    font-size: 1.3rem;
  }
}
.voice-block .detail span {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .voice-block .detail span {
    font-size: 1.3rem;
  }
}

.prof-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .prof-block {
    display: block;
  }
}
.prof-block figure {
  width: 20%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .prof-block figure {
    width: 60%;
    margin: 0 auto;
  }
}
.prof-block figure img {
  width: 100%;
  height: auto;
}
.prof-block .detail {
  width: 76%;
}
@media screen and (max-width: 768px) {
  .prof-block .detail {
    width: 100%;
  }
}

.tablelist-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px #ccc solid;
}
@media screen and (max-width: 768px) {
  .tablelist-block dl {
    display: block;
  }
}
.tablelist-block dl dt {
  width: 20%;
  padding: 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tablelist-block dl dt {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.tablelist-block dl dd {
  width: 80%;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .tablelist-block dl dd {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

#access {
  background: #7C7064;
}
#access.sec-block {
  padding-top: 60px;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  #access.sec-block {
    padding-top: 20px;
    margin: 20px 0 0 0;
  }
}
#access dl {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#access dl dt {
  width: 20%;
}
#access dl dd {
  width: 80%;
}
#access .g-maps {
  margin-top: 50px;
}
#access .g-maps iframe {
  width: 100%;
  height: 400px;
}

.page-top a {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .page-top a {
    right: 10px;
    bottom: 10px;
    width: 50px;
  }
}
.page-top a img {
  width: 100%;
  height: auto;
}

/*---------
 Bottom Fixid
---------*/
.btm-nav {
  position: fixed;
  z-index: 99999 !important;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .btm-nav {
    width: 92%;
  }
}
.btm-nav.scroll-in {
  visibility: visible;
}
.btm-nav .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -6px;
}
.btm-nav img {
  width: 100%;
  height: auto;
}

.site-footer {
  margin-top: -9px;
  background: #433526;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 40px 0 10px 0;
}
.site-footer .inner {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .site-footer .inner {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 20px 0 110px 0;
    font-size: 1.4rem;
  }
}
.site-footer .lead {
  font-weight: 700;
  font-size: 1.6rem;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .site-footer .lead {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.site-footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .site-footer dl {
    display: block;
  }
}
.site-footer dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site-footer dd ul {
    width: 150px;
  }
}
.site-footer dd ul li {
  width: 45px;
  padding: 0 0.5em;
}
.site-footer dd ul li img {
  width: 100%;
}
.site-footer .logo {
  width: 240px;
}
.site-footer .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .site-footer .logo {
    width: 200px;
    margin: 20px auto 0px auto;
  }
}

.site-footer__copyright {
  font-size: 1.3rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  padding: 1em 0;
}

.floating-menu {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  display: none;
  z-index: 100;
  width: 300px;
  position: fixed;
  right: 0px;
  bottom: 100px;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px 0 0 10px;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.floating-menu.scroll {
  opacity: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .floating-menu {
    width: 100%;
    right: auto;
    bottom: 28px;
    padding: 0;
    background: none;
  }
}
.floating-menu dt {
  text-align: center;
  margin-bottom: 15px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 768px) {
  .floating-menu dt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .floating-menu dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
  }
  .floating-menu dd .floating-btn {
    width: 100%;
  }
}
.floating-menu dd .floating-btn a {
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 10px;
}
.floating-menu dd .floating-btn a span {
  display: block;
  font-weight: normal;
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  .floating-menu dd .floating-btn a {
    height: 60px;
  }
}
.floating-menu dd .btn-line a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#65D344), to(#53B635));
  background: linear-gradient(to bottom, #65D344, #53B635);
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.floating-menu dd .btn-line a:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  width: 40px;
  height: 40px;
  z-index: 99;
  background: url(../img/common/wh/cmn_icon_line.svg) no-repeat;
}
@media screen and (max-width: 768px) {
  .floating-menu dd .btn-line a:before {
    display: none;
  }
}
.floating-menu dd .btn-reserve a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA85D), to(#FF9234));
  background: linear-gradient(to bottom, #FFA85D, #FF9234);
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.floating-menu dd .btn-reserve a span {
  display: block;
  font-size: 0.6em;
}

.pagetop a {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  z-index: 100;
}
.pagetop a span {
  display: none;
}
@media screen and (max-width: 768px) {
  .pagetop a {
    width: 100%;
    background: #808080;
    height: 38px;
    bottom: 0px;
    right: auto;
    -webkit-filter: none;
            filter: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
  }
  .pagetop a span {
    display: block;
    padding-top: 7px;
    color: #fff;
    text-align: center;
    font-family: garamond-premier-pro, serif;
  }
  .pagetop a img {
    display: none;
  }
}

.under #menu {
  padding: 100px 0 70px 0;
  margin: 0;
}
.under .table-block {
  padding: 40px 0;
}
.under header .inner .logo-block .cmn-logo a {
  display: block;
  width: 200px;
  padding-top: 85px;
  height: 0;
  background: url("../img/logo_wh.svg") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .under header .inner .logo-block .cmn-logo a {
    width: 200px;
    padding-top: 85px;
    height: 0;
    background: url("../img/logo_s_wh.svg") 0 0 no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
  }
}
.under header.scroll-nav .logo-block .cmn-logo a {
  display: block;
  width: 200px;
  padding-top: 85px;
  height: 0;
  background: url("../img/logo_wh.svg") 0 0 no-repeat;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .under header.scroll-nav .logo-block .cmn-logo a {
    width: 200px;
    padding-top: 85px;
    height: 0;
    background: url("../img/logo_s_wh.svg") 0 0 no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: contain;
  }
}

.col_lead1 {
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  line-height: 1.8;
  padding: 0.5em 0 0 0;
}
@media screen and (max-width: 768px) {
  .col_lead1 {
    font-size: 2.6rem;
  }
}
.col_lead1 sub {
  font-size: 20%;
  position: relative;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .col_lead1 sub {
    bottom: 20px;
  }
}
.col_lead1 span {
  border-bottom: 1px solid #ffffff;
}

.himitsu {
  margin: 2em 0 2em 0;
}
.himitsu figure img {
  width: 100%;
  height: auto;
}

.pic-sp01 {
  width: 92%;
  margin: 0 auto;
}

.future_box {
  background: #9d8e7a;
  border: solid 1px #fff;
  outline: solid 1px #fff;
  outline-offset: 5px;
  margin: 40px 0 80px 0;
  padding: 20px 50px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .future_box {
    padding: 0px 20px;
    margin: 40px auto;
  }
}
.future_box dt {
  margin: 1em 0;
}
.future_box dt .sub-lead {
  text-align: center;
}
.future_box dt .col_lead1 {
  border-bottom: 1px solid #fff;
  padding: 0 0 25px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .future_box dt .col_lead1 {
    font-size: 2.6rem;
  }
}
.future_box ol li {
  margin-bottom: 2em;
}
.future_box ol li .tit {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .future_box ol li .tit {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0.3em;
  }
}
.future_box ol li .tit span {
  position: inline;
  margin-right: 10px;
  text-align: center;
  font-size: 4rem;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .future_box ol li .tit span {
    display: block;
    font-size: 3rem;
  }
}
.future_box .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .future_box .col-2 {
    display: block;
  }
}
.future_box .col-2 li {
  width: 48%;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .future_box .col-2 li {
    width: 100%;
  }
}
.future_box .col-2 li .tit {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .future_box .col-2 li .tit {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0.3em;
  }
}
.future_box .col-2 li .title {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .future_box .col-2 li .title {
    font-size: 1.7rem;
  }
}
.future_box .pic01 img {
  width: 100%;
  height: auto;
}

.melit {
  width: 100%;
  color: #312D2D;
  height: auto;
  background: url(../img/melit_bg.jpg) no-repeat #000;
  background-size: cover;
}
.melit .inner {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .melit .inner {
    width: 90%;
    padding: 40px 0;
  }
}
.melit .inner h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3.5rem;
  font-family: a-otf-ryumin-pr6n, serif;
}
@media screen and (max-width: 768px) {
  .melit .inner h2 {
    font-size: 2.8rem;
  }
}
.melit .inner .tb {
  margin-top: 2em;
}
.melit .inner .tb img {
  width: 100%;
  height: auto;
}
.melit .inner ul {
  margin: 2em auto;
}
.melit .inner ul li {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .melit .inner ul li {
    font-size: 1.6rem;
  }
}

.voice-area .inner {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice-area .inner {
    width: 90%;
  }
  .voice-area .inner img {
    width: 100%;
  }
}

.slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slick-slide li p {
  margin-top: 0.5em;
}
.slick-slide li p span {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .slick-slide li p span {
    font-size: 1.6rem;
  }
}

.qa-area {
  background: #312D2D;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .qa-area {
    padding: 40px 0;
  }
}
.qa-area dl dt {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .qa-area dl dt {
    margin-bottom: 0.5em;
  }
}
.qa-area dl dt span {
  font-size: 3rem;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .qa-area dl dt span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .qa-area dl dd {
    margin-bottom: 1.5em;
  }
}
.qa-area dl dd span {
  font-size: 3rem;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .qa-area dl dd span {
    font-size: 2rem;
  }
}

#price {
  background: #312D2D;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #price {
    padding: 40px 0;
  }
}