.mainV {
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  margin: 0 0 120px 0;
}
@media screen and (max-width: 767px) {
  .mainV {
    width: 100%;
    height: 45vh;
    margin: 0 0 60px;
  }
}
.mainV .menu_line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  margin-left: -125px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mainV .menu_line {
    margin-left: -100px;
  }
}
.mainV .menu_line p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-family: "Meddon", cursive;
}

.concept {
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .concept {
    padding: 0;
    margin: 0 auto 60px;
  }
}
.concept .section_title {
  text-align: center;
  margin: 60px auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .concept .section_title {
    margin: 30px auto;
  }
}
.concept .section_inr h3 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .concept .section_inr h3 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.concept .section_inr .section_inr_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-top: 90px;
}
@media screen and (max-width: 919px) {
  .concept .section_inr .section_inr_row {
    display: block;
  }
}
.concept .section_inr .txt {
  padding: 90px 5%;
  width: 40%;
}
@media screen and (max-width: 919px) {
  .concept .section_inr .txt {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 60px;
  }
}
.concept .section_inr .txt .img {
  padding: 0 20px 50px;
}
.concept .section_inr .txt p {
  margin-bottom: 0.6em;
  font-size: 1.5rem;
}
.concept .section_inr .txt .name {
  margin-top: 2.5rem;
  font-size: 2rem;
  text-align: right;
}
.concept .section_inr .txt .name span {
  font-size: 1.2rem;
  font-family: "Meddon", cursive;
}
.concept .section_inr .concept_img {
  width: 60%;
}
@media screen and (max-width: 919px) {
  .concept .section_inr .concept_img {
    width: 100%;
    height: 40vh;
  }
}

.menu {
  max-width: 1480px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .menu {
    margin: 0 auto 60px;
  }
}
.menu .section_title {
  text-align: center;
  margin: 60px auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .menu .section_title {
    margin: 30px auto;
  }
}
.menu .section_inr:after {
  display: block;
  clear: both;
  content: "";
}
.menu .section_inr .esthe,
.menu .section_inr .salon,
.menu .section_inr .pari {
  float: left;
  width: 33.33333%;
}
@media screen and (max-width: 767px) {
  .menu .section_inr .esthe,
.menu .section_inr .salon,
.menu .section_inr .pari {
    float: none;
    width: 100%;
    margin-bottom: 45px;
  }
}
.menu .section_inr .esthe a,
.menu .section_inr .salon a,
.menu .section_inr .pari a {
  display: block;
}
.menu .section_inr .esthe a:hover .thum figure img,
.menu .section_inr .salon a:hover .thum figure img,
.menu .section_inr .pari a:hover .thum figure img {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
}
.menu .section_inr .esthe a:after,
.menu .section_inr .salon a:after,
.menu .section_inr .pari a:after {
  display: block;
  width: 20px;
  margin: 30px auto;
  content: "";
  transition: all 0.3s ease;
  border-bottom: 1px solid #1a1a19;
}
.menu .section_inr .esthe a:hover:after,
.menu .section_inr .salon a:hover:after,
.menu .section_inr .pari a:hover:after {
  width: 100%;
  margin: 30px auto;
  border-bottom: 1px solid #1a1a19;
}
.menu .section_inr .esthe .thum,
.menu .section_inr .salon .thum,
.menu .section_inr .pari .thum {
  overflow: hidden;
}
.menu .section_inr .esthe .thum figure img,
.menu .section_inr .salon .thum figure img,
.menu .section_inr .pari .thum figure img {
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.menu .section_inr .esthe .inr,
.menu .section_inr .salon .inr,
.menu .section_inr .pari .inr {
  margin-top: 30px;
  text-align: center;
}
.menu .section_inr .esthe .inr h3,
.menu .section_inr .salon .inr h3,
.menu .section_inr .pari .inr h3 {
  font-size: 1.8rem;
  margin-bottom: 0.6em;
}
.menu .section_inr .esthe .inr p,
.menu .section_inr .salon .inr p,
.menu .section_inr .pari .inr p {
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
}

.news {
  max-width: 1380px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 0 auto 60px;
  }
}
.news .section_title {
  text-align: center;
  margin: 60px auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .news .section_title {
    margin: 30px auto;
  }
}
.news #myplNews ul {
  max-width: 720px;
  margin: 0 auto;
}
.news #myplNews ul li {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.news #myplNews ul li:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width: 767px) {
  .news #myplNews ul li {
    font-size: 1.5rem;
  }
}
.news #myplNews ul li span {
  display: block;
  font-size: 1.2rem;
}
.news #myplNews ul li:last-child {
  border-bottom: none;
}
.news #myplNews ul li a {
  transition-duration: 0.3s;
  transition-property: all;
}
.news #myplNews ul li a:hover {
  opacity: 0.5;
}
.news #myplNews .photo {
  float: left;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .news #myplNews .photo {
    width: 80px;
    margin-right: 10px;
  }
}
.news #myplNews .title_area {
  float: left;
  width: calc(100% - 150px);
  padding: 0 0 0 20px;
  font-size: 1.6rem !important;
  list-style: none;
  background: none;
  color: #1a1a19;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news #myplNews .title_area {
    width: calc(100% - 100px);
    font-size: 1.6rem !important;
  }
}

.information {
  margin: 0 auto 160px;
  background: #f9f9f9;
  padding: 80px 0;
  margin: 120px auto 60px;
  background: url("../images/top/img_chouchou01.png"), url("../images/top/img_chouchou02.png"), url("../images/top/bg_chouchou.png");
  background-position: left center, right center, center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 30%, 30%, auto;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .information {
    margin: 0 auto 60px;
    padding: 30px 20px;
  }
}
.information .section_title {
  text-align: center;
  margin: 0 auto 40px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .information .section_title {
    margin: 30px auto;
  }
}
.information .inr {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .information .inr {
    text-align: left;
  }
}
.information .inr p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .information {
    margin: 60px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .information {
    background: url("../images/top/bg_chouchou.png") center repeat;
    background-size: auto;
    padding: 60px 30px;
  }
}
.information .section_title {
  text-align: center;
  background: url("../images/top/title_bg.png") center no-repeat;
  background-size: 80px;
  padding: 40px 0;
}
.information .section_title h2 {
  font-size: 2.8rem;
}
.information .section_title h2 span {
  font-size: 1.2rem;
  display: block;
}
.information p {
  line-height: 2.2;
  font-size: 1.6rem;
}

.btn_more {
  text-align: center;
  margin: 30px auto;
}
.btn_more .custom-btn {
  padding: 10px 25px;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.btn_more .btn {
  width: 230px;
  height: 60px;
  line-height: 62px;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 1.4rem;
}
.btn_more .btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn_more .btn:after,
.btn_more .btn:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #1a1a19;
  transition: all 0.3s ease;
}
.btn_more .btn:before {
  height: 100%;
  width: 1px;
}
.btn_more .btn:after {
  width: 100%;
  height: 1px;
}
.btn_more .btn:hover:before {
  height: 50%;
}
.btn_more .btn:hover:after {
  width: 20%;
}
.btn_more .btn span:after,
.btn_more .btn span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #1a1a19;
  transition: all 0.3s ease;
}
.btn_more .btn span:before {
  width: 1px;
  height: 100%;
}
.btn_more .btn span:after {
  width: 100%;
  height: 1px;
}
.btn_more .btn span:hover:before {
  height: 50%;
}
.btn_more .btn span:hover:after {
  width: 20%;
}

.esthe_list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 3%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .esthe_list {
    gap: 45px 0;
  }
}
.esthe_list .esthe_card {
  width: 31.3333333333%;
}
@media screen and (max-width: 919px) {
  .esthe_list .esthe_card {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  .esthe_list .esthe_card {
    width: 100%;
  }
}
.esthe_list a:after {
  display: block;
  width: 0;
  content: "";
  transition: all 0.3s ease;
  border-bottom: 1px solid #1a1a19;
}
.esthe_list a:hover:after {
  width: 100%;
  border-bottom: 1px solid #1a1a19;
}
.esthe_list a .thum {
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: all;
}
.esthe_list a .thum img {
  transition-duration: 0.3s;
  transition-property: all;
  overflow: hidden;
}
.esthe_list a .inr {
  background: #fcfcfc;
  padding: 35px 20px;
}
.esthe_list a .inr h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1em;
}
.esthe_list a .inr p {
  font-size: 82%;
}
.esthe_list a .inr .point {
  display: flex;
  background: #fff;
  font-size: 86%;
  width: 100%;
  margin-top: 20px;
  padding: 5px;
}
.esthe_list a .inr .point dt {
  font-weight: bold;
  width: 150px;
  text-align: center;
}
.esthe_list a .inr .point dd {
  width: 100%;
}
.esthe_list a:hover .thum img {
  transform: scale(1.05);
}

.staff {
  max-width: 1480px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .staff {
    margin: 0 auto 60px;
    padding: 0 15%;
  }
}
.staff .section_title {
  text-align: center;
  margin: 60px auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .staff .section_title {
    margin: 30px auto;
  }
}
.staff .staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 2.5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .staff .staff_list {
    gap: 45px 0;
  }
}
.staff .staff_list .staff_card {
  width: 31.6666666667%;
}
@media screen and (max-width: 767px) {
  .staff .staff_list .staff_card {
    width: 100%;
  }
}
.staff .staff_list .staff_card .img {
  margin-bottom: 35px;
}
.staff .staff_list .staff_card .name {
  font-size: 1.8rem;
  text-align: center;
}
.staff .staff_list .staff_card .name span {
  display: block;
  font-size: 60%;
}
.staff .staff_list .staff_card .tanntou {
  font-size: 1.2rem;
  margin-bottom: 15px;
  text-align: center;
}
.staff .staff_list .staff_card .message {
  font-size: 1.4rem;
  margin-top: 20px;
}
@media screen and (max-width: 919px) {
  .staff .staff_list .staff_card {
    width: 48.75%;
  }
}
@media screen and (max-width: 767px) {
  .staff .staff_list .staff_card {
    width: 100%;
  }
}

/* cbox
---------------------------------------------------------------------------------------*/
#cboxOverlay {
  background: #fff;
}

#cboxLoadedContent {
  background: none;
}

#cboxContent {
  margin-top: 0;
}

#cboxClose {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  background: url("../images/common/ico_close.png") no-repeat top center;
  background-size: cover;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
#cboxClose:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #cboxClose {
    top: 2%;
    left: 2%;
    width: 50px;
    height: 50px;
  }
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 3%;
  margin-top: -30px;
  background: url("../images/common/ico_prev.png") center no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: none;
}
#cboxPrevious:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #cboxPrevious {
    width: 36px;
    height: 36px;
    left: 2%;
    background-size: 36px;
    border-radius: 50%;
  }
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -30px;
  background: url("../images/common/ico_next.png") center no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border: none;
}
#cboxNext:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #cboxNext {
    right: 2%;
    width: 36px;
    height: 36px;
    background-size: 36px;
    border-radius: 50%;
  }
}

#cboxCurrent,
#cboxTitle {
  display: none !important;
}

.modal_inr {
  max-width: 980px;
  width: 90%;
  margin: auto;
  background: #fff;
  overflow: scroll;
  padding: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
@media screen and (min-width: 768px) {
  .modal_inr {
    max-height: 780px;
    min-height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .modal_inr {
    display: block;
    padding: 5%;
    width: 80%;
    height: 95%;
  }
}
.modal_inr .btn_more_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 55px;
}
@media screen and (max-width: 767px) {
  .modal_inr .btn_more_close {
    top: 0;
    right: 0;
    width: 45px;
  }
}
.modal_inr .esthe_box .esthe_box_title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1em;
}
.modal_inr .esthe_box .esthe_box_img {
  margin-bottom: 45pxc;
}
.modal_inr .esthe_box .esthe_box_inr {
  padding: 0 5%;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .modal_inr .esthe_box .esthe_box_inr {
    font-size: 1.3rem;
  }
}
.modal_inr .esthe_box .esthe_box_inr h3 {
  font-size: 110%;
}
.modal_inr .esthe_box .esthe_box_inr p {
  margin-bottom: 1em;
}
.modal_inr .esthe_box .esthe_box_inr dl {
  margin: 25px 0;
  border: 1px dotted #444;
  padding: 25px;
}
.modal_inr .esthe_box .esthe_box_inr dl dt {
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 0.5em;
}
.modal_inr .esthe_box .esthe_box_inr ol {
  list-style: disc;
  margin-left: 2em;
}
.modal_inr .esthe_box .esthe_box_inr ol li {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.modal_inr .esthe_box .esthe_box_inr ul {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 20px;
}
.modal_inr .esthe_box .esthe_box_inr ul li {
  margin-bottom: 10px;
}
.modal_inr .esthe_box .table_box_inr {
  margin: 45px 0;
}
.modal_inr .esthe_box .table_box_inr h5 {
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-weight: bold;
  border-left: 1px solid;
  padding: 0 0 0.5em 10px;
}
.modal_inr .esthe_box .scroll {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .modal_inr .esthe_box .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .modal_inr .esthe_box .scroll:-webkit-scrollbar {
    height: 5px;
  }
  .modal_inr .esthe_box .scroll:-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .modal_inr .esthe_box .scroll:-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
.modal_inr .esthe_box .scroll table {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal_inr .esthe_box .scroll table {
    font-size: 1.3rem;
  }
}
.modal_inr .esthe_box .scroll table th {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: center;
  background: #f9f9f9;
}
.modal_inr .esthe_box .scroll table th span {
  font-size: 1.2rem;
  display: block;
}
.modal_inr .esthe_box .scroll table td {
  padding: 12px;
  border: 1px solid #ccc;
  text-align: center;
}
.modal_inr .esthe_box .scroll table td span {
  font-size: 1.2rem;
  display: block;
}