@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none; } }
@media screen and (min-width: 768px) {
  .is-sp {
    display: none; } }
body {
  font-size: 14px;
  color: #727171;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6875;
  background: #F5F3F2; }

img {
  width: 100%; }

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box; }
  @media screen and (max-width: 767px) {
    .inner {
      padding: 0 20px; } }

.header {
  background: #F5F3F2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .header .drawer-hamburger {
    background-color: #978949; }
    .drawer--right .header .drawer-hamburger {
      right: 0px; }
  .header .drawer-hamburger-icon {
    background-color: #fff; }
    .drawer-open .header .drawer-hamburger-icon {
      background-color: transparent; }
    .header .drawer-hamburger-icon::before, .header .drawer-hamburger-icon::after {
      background-color: #F5F3F2; }

.header-inner {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .header-inner {
      height: 60px; } }

.header-logo {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 200; }
  .header-logo img {
    width: 146px;
    height: 28px;
    vertical-align: baseline; }
  .header-logo a {
    color: #727171; }
  .header-logo span {
    margin: 0px 0px 0px 12px; }
  @media screen and (min-width: 768px) {
    .header-logo {
      width: 400px;
      height: 28px;
      font-size: 22px; } }
  @media screen and (max-width: 767px) {
    .header-logo {
      width: 320px;
      height: 28px;
      margin-top: 10px;
      font-size: 12px; }
      .header-logo img {
        width: 117px;
        height: 22px; }
      .header-logo span {
        margin: 0px 0px 0px 5px; } }

.headr-description {
  font-size: 11px;
  font-weight: 200;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .headr-description {
      margin-top: 0px; } }

.header-tel-web-area {
  margin-top: 14px; }
  @media screen and (min-width: 768px) {
    .header-tel-web-area {
      display: flex;
      margin-left: auto; } }

.header-tel {
  text-align: center; }
  .header-tel .tel-nunber {
    color: #978949;
    font-size: 20px;
    font-family: "Hiragino Maru Gothic ProN", "Meiryo", sans-serif;
    letter-spacing: 0.1em; }
  .header-tel .business-hours {
    font-size: 11px; }

.header-web-reserve a {
  display: block;
  color: #ffffff;
  background-color: #978949;
  font-size: 12px;
  padding: 10px 8px;
  margin-top: 5px;
  margin-left: 15px;
  letter-spacing: 0.4em;
  text-align: center; }
@media screen and (min-width: 768px) {
  .header-web-reserve {
    transition: opacity .4s; }
    .header-web-reserve:hover {
      opacity: .7; } }

.header-nav {
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .header-nav {
      top: 60px;
      background-color: rgba(255, 255, 255, 0.7);
      padding: 24px 0;
      -webkit-backdrop-filter: blur(5px); } }

@media screen and (min-width: 768px) {
  .header-nav-list {
    display: flex; } }

@media screen and (min-width: 768px) {
  .header-nav-item + .header-nav-item {
    margin-left: 46px; } }

.header-nav-item-link {
  display: block;
  color: #727171;
  height: 50px;
  line-height: 50px;
  letter-spacing: .1em;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .header-nav-item-link {
      font-size: 18px;
      text-align: center;
      padding: 0 15px;
      height: 60px;
      line-height: 60px; } }
  @media screen and (min-width: 768px) {
    .header-nav-item-link {
      transition: color .4s; }
      .header-nav-item-link:hover {
        color: #AAAAAA; } }

.main {
  padding-top: 70px; }
  @media screen and (max-width: 767px) {
    .main {
      padding-top: 60px; } }

.section {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .section {
      margin-top: 80px; } }

.hr {
  border-top: solid 1px #ddd;
  width: 60%;
  height: 1px;
  padding: 0px 0;
  margin: 80px auto; }

.c-invert {
  　color: #727171 !important; }

.util-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .util-title {
      font-size: 30px; } }

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
a[href*="tel:"] {
  color: #978949; }

.top {
  position: relative; }

.top-picture-1 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .top-picture-1 {
      padding-top: 120%; } }
  @media screen and (min-width: 768px) {
    .top-picture-1 {
      padding-top: 35%;
      width: 100%;
      height: auto;
      display: block; } }

.guidance-picture-1, .information-picture-1, .reservation-picture-1 {
  position: relative; }
  @media screen and (max-width: 767px) {
    .guidance-picture-1, .information-picture-1, .reservation-picture-1 {
      padding-top: 60%; } }
  @media screen and (min-width: 768px) {
    .guidance-picture-1, .information-picture-1, .reservation-picture-1 {
      padding-top: 35%;
      width: 100%;
      height: auto;
      display: block; } }

.top-picture-1 {
  background: url(../img/top/TOP_main.jpg) center center/cover; }

.guidance-picture-1 {
  background: url(../img/guidance/GUIDANCE_main.jpg) center center/cover; }

.information-picture-1 {
  background: url(../img/information/INFORMATION_main.jpg) center center/cover; }

.reservation-picture-1 {
  background: url(../img/reservation/RESERVATION_main.jpg) center center/cover; }

.top-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }
  .top-inner h2, .top-inner h3 {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #ffffff;
    letter-spacing: 0.3em;
    text-align: center; }
  .top-inner h2 {
    font-size: 40px; }
  .top-inner h3 {
    font-size: 34px; }
  @media screen and (max-width: 767px) {
    .top-inner h2 {
      font-size: 28px; }
    .top-inner h3 {
      font-size: 22px; } }

.hw {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 40px;
  letter-spacing: 0; }

.concept-inner {
  margin: 0 auto;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .concept-inner {
      margin-top: 35px;
      padding: 0;
      display: grid; } }
  @media screen and (min-width: 768px) {
    .concept-inner {
      display: flex;
      align-items: flex-start;
      padding: 0 80px 0 0; } }

@media screen and (min-width: 768px) {
  .concept-picture {
    flex: 0 0 50%;
    margin-right: auto; } }

@media screen and (max-width: 767px) {
  .concept-message {
    margin: 35px 10px 0; } }
@media screen and (min-width: 768px) {
  .concept-message {
    flex: 0 1 50%;
    margin-left: 80px; } }

.concept-message-head-title {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 20px;
  text-align: left; }
  .concept-message-head-title span {
    color: #978949; }
  @media screen and (max-width: 767px) {
    .concept-message-head-title {
      text-align: center;
      font-size: 20px; } }

.concept-message-text {
  margin-top: 36px;
  line-height: 2.2;
  text-align: left;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .concept-message-text {
      margin: 20px 20px 0; } }

.about {
  position: relative;
  padding: 0 0 0px;
  /*
    &::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .12);
    }
    */ }
  @media screen and (max-width: 767px) {
    .about {
      padding: 0 0 0px; } }

.about-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .about-inner {
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      flex-direction: row-reverse;
      padding: 0; } }

.about-picture {
  flex: 0 0 50%; }

.about-message {
  flex: 0 1 40%; }
  @media screen and (min-width: 768px) {
    .about-message {
      margin-right: 40px; } }

.about-title {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: left;
  margin-bottom: 5px; }
  .about-title span {
    color: #978949; }
  @media screen and (max-width: 767px) {
    .about-title {
      font-size: 20px;
      text-align: center;
      margin: 30px 10px 5px; } }

.about-message-name {
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
  .about-message-name span {
    color: #978949;
    font-size: 18px; }
  @media screen and (max-width: 767px) {
    .about-message-name {
      text-align: center; } }

.about-text {
  margin-top: 28px;
  line-height: 2.2;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .about-text {
      margin: 22px 20px 0px; } }

.promise {
  position: relative;
  padding: 0 0 0px; }
  @media screen and (max-width: 767px) {
    .promise {
      padding: 0; } }

.promise-title {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 15px; }
  .promise-title span {
    color: #978949; }
  @media screen and (max-width: 767px) {
    .promise-title {
      font-size: 20px; } }

.promise-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .promise-inner {
      display: flex;
      align-items: center;
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .promise-inner {
      margin: 0 20px; } }

@media screen and (min-width: 768px) {
  .promise-list-area {
    margin-right: 30px; }
    .promise-list-area:nth-child(3) {
      margin-right: 0; } }
@media screen and (max-width: 767px) {
  .promise-list-area {
    margin-bottom: 30px; } }

.promise-title-sec {
  display: block;
  font-size: 14px;
  color: #ffffff;
  background-color: #978949;
  padding: 4px;
  text-align: center; }

.promise-description {
  margin-top: 10px; }

.recruite {
  position: relative;
  padding: 0 0 40px; }
  @media screen and (max-width: 767px) {
    .recruite {
      padding: 0 0 60px; } }

.recruite-title {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 15px; }
  .recruite-title span {
    color: #978949; }
  @media screen and (max-width: 767px) {
    .recruite-title {
      font-size: 20px;
      margin: 0 10px 15px; } }

.recruite-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .recruite-inner {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .recruite-inner {
      margin: 0 20px; } }

.recruite-text {
  text-align: center;
  margin-bottom: 20px; }

.recuruit-link {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 16px; }
  .recuruit-link a {
    color: #978949; }

@media screen and (min-width: 768px) {
  .guidance-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: 40px auto 80px;
    padding: 0; } }
@media screen and (max-width: 767px) {
  .guidance-list {
    margin: 40px 20px 80px; } }

.guidance-list-inner {
  margin-top: 50px;
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .guidance-list-inner {
      margin-top: 35px;
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .guidance-list-inner {
      padding: 0;
      width: 47%; } }

.guidance-picture {
  flex: 0 0 40%;
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .guidance-picture {
      flex: 0 0 35%; } }

.guidance-text-area {
  flex: 0 1 60%; }
  @media screen and (max-width: 767px) {
    .guidance-text-area {
      margin: 0px 0 0;
      flex: 0 1 65%; } }

.guidance-title {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 5px;
  text-align: left;
  color: #978949; }
  @media screen and (max-width: 767px) {
    .guidance-title {
      font-size: 20px; } }

.guidance-text {
  margin-top: 0;
  line-height: 2.2;
  text-align: left;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .guidance-text {
      margin: 0px 0px 0; } }

@media screen and (min-width: 768px) {
  .information-area {
    max-width: 900px;
    margin: 80px auto 80px;
    padding: 0; } }
@media screen and (max-width: 767px) {
  .information-area {
    margin: 40px 20px 80px; } }

@media screen and (max-width: 767px) {
  .information-inner {
    margin-top: 30px;
    padding: 0; } }
@media screen and (min-width: 768px) {
  .information-inner {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row-reverse; } }

@media screen and (min-width: 768px) {
  .information-picture-a {
    flex: 0 0 50%;
    margin-right: 40px; } }

@media screen and (max-width: 767px) {
  .information-text-area {
    margin-bottom: 30px; } }
@media screen and (min-width: 768px) {
  .information-text-area {
    flex: 0 1 50%; } }

.information-date-note {
  font-size: 12px;
  text-align: right; }

.information-title {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 5px;
  text-align: left;
  color: #978949; }
  @media screen and (max-width: 767px) {
    .information-title {
      font-size: 20px; } }

.information-text {
  margin-top: 0;
  line-height: 2.2;
  text-align: left;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .information-text {
      margin: 0; } }

.information-note-title {
  margin-top: 10px;
  font-size: 14px;
  color: #978949; }

.information-note-text {
  font-size: 12px; }

.information-map {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /*16:9の比率にしたい場合、9/16=56.25%*/ }
  .information-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.reservation {
  position: relative; }

.reservation-area {
  position: relative;
  padding: 30px 0 60px; }
  @media screen and (max-width: 767px) {
    .reservation-area {
      padding: 30px 0; } }

.reservation-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }

.reservation-title {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 5px;
  line-height: 2.5em;
  text-align: center;
  color: #978949; }

.reservation-text {
  margin-top: 28px;
  margin-bottom: 48px;
  line-height: 2.2;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .reservation-text {
      margin-top: 22px; } }

@media screen and (min-width: 768px) {
  .reservation-area dl {
    display: flex;
    flex-wrap: wrap; } }
.reservation-area dt {
  padding-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .reservation-area dt {
      width: 30%; } }
.reservation-area dd {
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .reservation-area dd {
      width: 70%; } }
.reservation-area .reservation-note {
  margin-top: 4px;
  font-size: 11px;
  text-align: right; }
.reservation-area .reservation-note-2 {
  margin-top: 30px;
  text-align: center; }
.reservation-area input {
  font-size: 14px;
  padding: 5px 6px;
  width: 90%;
  border: solid 1px #fff;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: 0; }
.reservation-area textarea {
  font-size: 14px;
  padding: 5px 6px;
  width: 90%;
  border: solid 1px #fff;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: 0;
  height: 120px; }
.reservation-area .must-tex {
  font-size: 12px;
  color: #FF3333; }
.reservation-area button {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  background: #978949;
  color: #fff;
  padding: 12px 100px;
  border-style: none;
  letter-spacing: 0.1em;
  margin-top: 20px; }

div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
  font-size: 14px;
  letter-spacing: 0.1;
  background: #978949;
  color: #fff;
  padding: 12px 40px;
  border-style: none;
  margin: 10px; }
  div.mfp_buttons button#mfp_button_send:hover,
  div.mfp_buttons button#mfp_button_cancel:hover {
    background: #a79959;
    color: #fff; }
  @media screen and (max-width: 767px) {
    div.mfp_buttons button#mfp_button_send,
    div.mfp_buttons button#mfp_button_cancel {
      margin: 0px; } }

.footer {
  background: #978949;
  padding: 42px 40px 12px; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 25px 0 14px; } }

@media screen and (min-width: 768px) {
  .footer-inquiry {
    display: flex;
    max-width: 600px;
    padding: 0;
    margin: 0 auto 30px; } }
@media screen and (max-width: 767px) {
  .footer-inquiry {
    margin: 0 30px; } }

.footer-telephone {
  flex: 0 0 50%;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 20px 10px; }
  @media screen and (min-width: 768px) {
    .footer-telephone {
      margin-right: 1px; } }
  @media screen and (max-width: 767px) {
    .footer-telephone {
      margin-bottom: 10px; } }

.footer-tel-title {
  font-size: 12px; }

.footer-tel-number {
  color: #978949;
  font-size: 30px;
  font-family: "Hiragino Maru Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .footer-tel-number {
      font-size: 26px; } }

.footer-tel-description {
  font-size: 11px; }

.footer-web-reserve {
  flex: 0 0 50%;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 20px 10px; }

.footer-reserve-title {
  font-size: 12px; }

.footer-reserve-link {
  margin-top: 10px; }
  .footer-reserve-link a {
    color: #ffffff;
    background-color: #978949;
    font-size: 12px;
    padding: 5px 30px;
    letter-spacing: 0.4em; }
  @media screen and (min-width: 768px) {
    .footer-reserve-link {
      transition: opacity .4s; }
      .footer-reserve-link:hover {
        opacity: .7; } }

.footer-access-list {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .footer-access-list {
      display: flex;
      align-items: center;
      max-width: 450px;
      padding: 0;
      margin: 0 auto; } }

.footer-logo-area {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-logo-area {
      margin-right: 20px; } }

.footer-logo-title {
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 5px; }

.footer-logo {
  width: 140px;
  margin: 0 auto; }

.image-invert {
  filter: invert(100%);
  filter: brightness(2); }

.footer-access-description {
  color: #ffffff;
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    .footer-access-description {
      text-align: center;
      margin-top: 15px; } }

/*

.footer-nav-item {
  &+& {
    @include mq(md) {
      margin-left: 30px; //プライバシーポリシーと特定商取引法の間に余白
    }
  }
}

.footer-nav-item-link {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 1em 0; //Padding44px上下につけることが推奨

  @include mq(sm) {
    padding: .3em 0;
  }

  @include mq(md){
    transition: opacity .4s;

    &:hover{
      opacity: .7;
    }
  }
}
*/
.footer-copyright {
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin: 30px 0 20px; }
  @media screen and (max-width: 767px) {
    .footer-copyright {
      margin: 15px 0 10px; } }

body#thanks {
  height: 100vh; }
  body#thanks header#thanks-header {
    position: relative;
    display: block;
    margin: 60px 0 50px; }
  body#thanks header#thanks-header h1 {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px; }
  body#thanks #wrapper {
    min-width: 0; }
  body#thanks #container {
    position: relative; }
  body#thanks .mfp_thanks {
    margin: 0 auto 80px; }
    body#thanks .mfp_thanks #mfp_thanks {
      margin: 0 0 30px;
      text-align: center; }
    body#thanks .mfp_thanks p {
      margin: 0 0 15px;
      text-align: center; }
  body#thanks .home-btn {
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: 0.1; }
    body#thanks .home-btn a {
      font-size: 14px;
      background: #978949;
      color: #fff;
      padding: 12px 50px;
      border-style: none;
      text-decoration: none; }
      body#thanks .home-btn a:hover {
        background: #a79959;
        color: #fff; }
  body#thanks #footer {
    font-size: 10px;
    background: none;
    text-align: center; }
  @media screen and (max-width: 767px) {
    body#thanks #wrapper {
      width: auto; }
    body#thanks #container {
      padding: 0 20px; }
    body#thanks header#thanks-header h1 {
      text-align: center; }
    body#thanks .mfp_thanks {
      margin: 0 auto 40px; }
      body#thanks .mfp_thanks #mfp_thanks {
        text-align: left; }
      body#thanks .mfp_thanks p {
        text-align: left; } }

/*# sourceMappingURL=style.css.map */
