@charset "UTF-8";
/* 共通
--------------------------------- */
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 50px;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding: 80px 30px 30px;
    margin-bottom: 100px;
  }
}
.title::after {
  content: "";
  width: 50%;
  height: 100%;
  background: #FAF8ED;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
.title h2 {
  letter-spacing: 0.3em;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .title h2 {
    padding-right: 0;
  }
}
.title h2 span {
  font-size: 0.875rem;
  color: #816D51;
}
.title p {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .title p {
    width: 100%;
    margin-bottom: 30px;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 30px;
    margin-bottom: 100px;
  }
}
.about p {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .about p {
    width: 100%;
  }
}
.about .photo {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about .photo {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about .photo::after {
  content: "";
  width: 80%;
  height: 80%;
  background-size: 7px 1px;
  background-image: linear-gradient(90deg, #000, #000 1px, transparent 1px, transparent 7px), linear-gradient(90deg, #000, #000 1px, transparent 1px, transparent 7px), linear-gradient(180deg, #000, #000 1px, transparent 1px, transparent 7px), linear-gradient(180deg, #000, #000 1px, transparent 1px, transparent 7px);
  background-size: 7px 1px, 7px 1px, 1px 7px, 1px 7px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about .photo::after {
    display: none;
  }
}

h3 {
  letter-spacing: 0.2em;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 30px;
  }
}
h3 span {
  font-size: 0.875rem;
  color: #816D51;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}
.intro .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .intro .text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.intro p:last-child {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .intro p:last-child {
    width: 100%;
    margin-bottom: 30px;
  }
}

.women, .men {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .women, .men {
    margin-bottom: 80px;
  }
}

h4 {
  color: #816D51;
  border-bottom: 1px solid #816D51;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
  font-size: 1.25rem;
}

h5 {
  border-left: 3px solid #816D51;
  padding-left: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  font-size: 1rem;
}

.price_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .price_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price_menu .set_desc {
  font-weight: bold;
  margin-bottom: 20px;
}
.price_menu dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price_menu dl div dt {
  background: #fff;
}
.price_menu dl div dd {
  background: #fff;
}
.price_menu dl div dd:nth-of-type(1) {
  font-weight: bold;
}
.price_menu + .more_btn {
  text-align: right;
}

.left_menu,
.right_menu {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .left_menu,
.right_menu {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .left_menu .menu_list {
    margin-bottom: 50px;
  }
}

.menu_list:not(.menu_list:last-of-type) {
  margin-bottom: 50px;
}
.menu_list dl {
  margin-bottom: 10px;
}
.menu_list dl div {
  background-image: linear-gradient(90deg, #333, #333 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: center;
}
.menu_list dl div:not(div:last-of-type) {
  margin-bottom: 5px;
}
.menu_list dl div dt {
  padding-right: 5px;
}
.menu_list dl div dd {
  padding-left: 5px;
}

.parts_menu:not(.parts_menu:last-of-type) {
  margin-bottom: 50px;
}
.parts_menu dl div {
  margin-bottom: 50px;
  position: relative;
}
.parts_menu dl div::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #333, #333 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: center;
  z-index: -1;
}
.parts_menu dl div dt {
  margin-bottom: 10px;
  padding-right: 5px;
}
.parts_menu dl div dd:not(dd:last-child) {
  margin-bottom: 10px;
  padding-left: 5px;
}
.parts_menu dl div dd:last-child {
  width: 100%;
}
.parts_menu dl .body_parts {
  color: #999;
}

.student {
  padding: 30px 50px;
  margin-top: 50px;
  background: #FAF8ED;
  color: #816D51;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .student {
    padding: 30px;
  }
}

/* slim
--------------------------------- */
.slim .menu_list {
  margin-bottom: 50px;
}
.slim .menu_list:last-of-type {
  width: 100%;
}

.menu_time {
  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;
  color: #816D51;
  border-bottom: 1px solid #816D51;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 1.25rem;
}
.menu_time h4 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  letter-spacing: 0.15em;
  margin-right: 10px;
}
.menu_time p {
  font-size: 0.875rem;
  color: #816D51;
}
.menu_time p:nth-of-type(1) {
  border: 1px solid #816D51;
  border-radius: 5px;
  padding: 0px 3px;
}

.women_mask,
.men_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 60px 0;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}
.women_mask::before,
.men_mask::before {
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.women_mask .women_frame,
.women_mask .men_frame,
.men_mask .women_frame,
.men_mask .men_frame {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 708px;
  width: 90%;
}
.women_mask .women_frame .women_close,
.women_mask .women_frame .men_close,
.women_mask .men_frame .women_close,
.women_mask .men_frame .men_close,
.men_mask .women_frame .women_close,
.men_mask .women_frame .men_close,
.men_mask .men_frame .women_close,
.men_mask .men_frame .men_close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -60px;
  right: 0;
  width: 60px;
  height: 60px;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
}
.women_mask .women_frame .women_wrap,
.women_mask .women_frame .men_wrap,
.women_mask .men_frame .women_wrap,
.women_mask .men_frame .men_wrap,
.men_mask .women_frame .women_wrap,
.men_mask .women_frame .men_wrap,
.men_mask .men_frame .women_wrap,
.men_mask .men_frame .men_wrap {
  background: #fff;
  text-align: left;
  padding: 30px;
  z-index: 2;
}
.women_mask .women_frame .women_wrap h4,
.women_mask .women_frame .men_wrap h4,
.women_mask .men_frame .women_wrap h4,
.women_mask .men_frame .men_wrap h4,
.men_mask .women_frame .women_wrap h4,
.men_mask .women_frame .men_wrap h4,
.men_mask .men_frame .women_wrap h4,
.men_mask .men_frame .men_wrap h4 {
  text-align: center;
  border-bottom: none;
}
.women_mask .women_frame .women_wrap .women_photo,
.women_mask .women_frame .women_wrap .men_photo,
.women_mask .women_frame .men_wrap .women_photo,
.women_mask .women_frame .men_wrap .men_photo,
.women_mask .men_frame .women_wrap .women_photo,
.women_mask .men_frame .women_wrap .men_photo,
.women_mask .men_frame .men_wrap .women_photo,
.women_mask .men_frame .men_wrap .men_photo,
.men_mask .women_frame .women_wrap .women_photo,
.men_mask .women_frame .women_wrap .men_photo,
.men_mask .women_frame .men_wrap .women_photo,
.men_mask .women_frame .men_wrap .men_photo,
.men_mask .men_frame .women_wrap .women_photo,
.men_mask .men_frame .women_wrap .men_photo,
.men_mask .men_frame .men_wrap .women_photo,
.men_mask .men_frame .men_wrap .men_photo {
  display: block;
  margin-bottom: 50px;
}
.women_mask .women_frame .women_wrap dl,
.women_mask .women_frame .men_wrap dl,
.women_mask .men_frame .women_wrap dl,
.women_mask .men_frame .men_wrap dl,
.men_mask .women_frame .women_wrap dl,
.men_mask .women_frame .men_wrap dl,
.men_mask .men_frame .women_wrap dl,
.men_mask .men_frame .men_wrap dl {
  padding: 30px;
  background: #FAF8ED;
}
.women_mask .women_frame .women_wrap dl div,
.women_mask .women_frame .men_wrap dl div,
.women_mask .men_frame .women_wrap dl div,
.women_mask .men_frame .men_wrap dl div,
.men_mask .women_frame .women_wrap dl div,
.men_mask .women_frame .men_wrap dl div,
.men_mask .men_frame .women_wrap dl div,
.men_mask .men_frame .men_wrap dl div {
  z-index: 0;
}
.women_mask .women_frame .women_wrap dl div:last-of-type,
.women_mask .women_frame .men_wrap dl div:last-of-type,
.women_mask .men_frame .women_wrap dl div:last-of-type,
.women_mask .men_frame .men_wrap dl div:last-of-type,
.men_mask .women_frame .women_wrap dl div:last-of-type,
.men_mask .women_frame .men_wrap dl div:last-of-type,
.men_mask .men_frame .women_wrap dl div:last-of-type,
.men_mask .men_frame .men_wrap dl div:last-of-type {
  margin-bottom: 0;
}
.women_mask .women_frame .women_wrap dl div dt,
.women_mask .women_frame .men_wrap dl div dt,
.women_mask .men_frame .women_wrap dl div dt,
.women_mask .men_frame .men_wrap dl div dt,
.men_mask .women_frame .women_wrap dl div dt,
.men_mask .women_frame .men_wrap dl div dt,
.men_mask .men_frame .women_wrap dl div dt,
.men_mask .men_frame .men_wrap dl div dt {
  background: #FAF8ED;
}
.women_mask .women_frame .women_wrap dl div dd,
.women_mask .women_frame .men_wrap dl div dd,
.women_mask .men_frame .women_wrap dl div dd,
.women_mask .men_frame .men_wrap dl div dd,
.men_mask .women_frame .women_wrap dl div dd,
.men_mask .women_frame .men_wrap dl div dd,
.men_mask .men_frame .women_wrap dl div dd,
.men_mask .men_frame .men_wrap dl div dd {
  background: #FAF8ED;
}

.women_mask.women_active,
.men_mask.men_active {
  opacity: 1;
  visibility: visible;
}

.modal1_close,
.modal2_close {
  position: absolute;
  bottom: -40px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
.modal1_close::before,
.modal2_close::before {
  content: "×";
  font-size: 1.25rem;
  color: #fff;
}