@charset "UTF-8";
body, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, dl, dt, dd, table, caption, tbody, tfoot, thead, tr, th, td, article, footer, header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  letter-spacing: 0.15em;
  line-height: 2;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

* {
  box-sizing: border-box;
}

._over_TB {
  display: none;
}

@media screen and (min-width: 768px) {
  ._only_SP {
    display: none;
  }
  ._over_TB {
    display: block;
  }
}
.module_title01 {
  text-align: center;
}
.module_title01 .title_sub {
  font-size: 18px;
  color: #a3c2d1;
  font-family: "beloved-script", sans-serif;
  line-height: 0.5;
}
@media screen and (min-width: 768px) {
  .module_title01 .title_sub {
    font-size: 24px;
  }
}
.module_title01 .title_main {
  margin-top: 10px;
  font-size: 24px;
  color: #696b6c;
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .module_title01 .title_main {
    font-size: 30px;
  }
}

.module_title02 {
  font-size: 18px;
  padding: 8px 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .module_title02 {
    text-align: center;
  }
}

.module_list01 {
  padding: 0;
}
.module_list01 li {
  font-size: 15px;
  display: inline-flex;
  padding: 10px;
  border-bottom: #cad6e1 1px solid;
  width: 100%;
}
.module_list01 li strong {
  margin-right: auto;
}
.module_list01 .list_title01 {
  background-color: #fff;
  font-size: 18px;
  border-bottom: none;
  padding: 6px 10px 6px 20px;
}

.module_list02 .inner {
  display: flex;
  justify-content: space-between;
  border-bottom: #cad6e1 1px solid;
  padding: 10px;
}
.module_list02 .inner .body {
  width: 180px;
}

.module_notice01 p {
  font-size: 12px;
  padding: 10px 25px;
  border: 1px dashed #c9d6e2;
  background-color: #fff;
}

.module_btn01 a {
  background-color: #88a9c7;
  border: 1px solid #88a9c7;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  width: 300px;
  display: inline-block;
  border-radius: 100px;
}
.module_btn01 a:hover {
  background-color: #fff;
  border: 1px solid #88a9c7;
  color: #88a9c7;
  transform: 0.3s;
}

body {
  color: #696b6c;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body .gloval_header {
  height: 60px;
  background-color: #eaf1f7;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .gloval_header {
    height: 80px;
  }
}
body .gloval_header h1 img {
  width: 160px;
  padding: 18px 0 0 20px;
}
@media screen and (min-width: 768px) {
  body .gloval_header h1 img {
    width: 215px;
    padding: 24px 0 0 30px;
  }
}
body .gloval_header .navigation_trigger {
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #c0d5e7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000000;
}
@media screen and (min-width: 768px) {
  body .gloval_header .navigation_trigger {
    right: 0;
    width: 80px;
    height: 80px;
  }
}
body .gloval_header .navigation_trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body .gloval_header .navigation_trigger span {
    width: 35px;
  }
}
body .gloval_header .navigation_trigger span:nth-of-type(1) {
  top: 23px;
}
@media screen and (min-width: 768px) {
  body .gloval_header .navigation_trigger span:nth-of-type(1) {
    top: 32px;
  }
}
body .gloval_header .navigation_trigger span:nth-of-type(2) {
  top: 30px;
}
@media screen and (min-width: 768px) {
  body .gloval_header .navigation_trigger span:nth-of-type(2) {
    top: 40px;
  }
}
body .gloval_header .navigation_trigger span:nth-of-type(3) {
  top: 37px;
}
@media screen and (min-width: 768px) {
  body .gloval_header .navigation_trigger span:nth-of-type(3) {
    top: 48px;
  }
}
body .gloval_header .active {
  background-color: #a3c2d1;
  z-index: 100000000;
}
body .gloval_header .active span {
  background-color: #fff;
}
body .gloval_header .active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-335deg);
}
body .gloval_header .active span:nth-of-type(2) {
  opacity: 0;
}
body .gloval_header .active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(335deg);
}
body .gloval_navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #eaf1f7;
  z-index: 100000;
  transform: translateY(-100%); /* 初期状態は画面外 */
  opacity: 0; /* 初期状態では非表示 */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
body .gloval_navigation .gn_links01 {
  text-align: center;
}
body .gloval_navigation .gn_links01 li a {
  margin-top: 30px;
  font-size: 20px;
  color: #696b6c;
  display: block;
  line-height: 1.8;
}
body .gloval_navigation .gn_links01 li a span {
  font-size: 14px;
  color: #a3c2d1;
  font-family: "beloved-script", sans-serif;
  line-height: 0.8;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body .gloval_navigation .gn_links01 li a span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  body .gloval_navigation .gn_links01 li a {
    font-size: 24px;
  }
}
body .navigation_active {
  transform: translateY(0); /* .activeクラスが付くと表示 */
  opacity: 1; /* .activeクラスが付くと透明度も変更 */
}
body .mainVisual .inner {
  position: relative;
  width: 100%;
  text-align: center;
}
body .mainVisual .inner img {
  margin: 40px auto 0;
  padding: 0 0 0 7%;
  width: 100%;
  height: auto;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  body .mainVisual .inner img {
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 20px;
  }
}
body .mainVisual ::before {
  content: "";
  background-color: #eaf1f7;
  width: 100%;
  height: 49%;
  position: absolute;
  left: 0;
  bottom: 70px;
  z-index: -5;
}
@media screen and (min-width: 768px) {
  body .mainVisual ::before {
    height: 56%;
    bottom: -30px;
  }
}
body .gloval_contents {
  padding: 0 25px;
}
body .gloval_contents .concept {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .concept {
    flex-direction: row;
    padding: 80px 0;
  }
}
body .gloval_contents .concept .head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .concept .head {
    text-align: left;
  }
}
body .gloval_contents .concept .head p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .concept .head p {
    margin-top: 40px;
  }
}
body .gloval_contents .concept .body {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .concept .body {
    margin-top: 0;
    margin-left: 50px;
  }
}
body .gloval_contents .concept .body img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .concept .body img {
    max-width: 500px;
    width: 100%;
  }
}
body .gloval_contents .menu {
  padding: 80px 0 100px;
  background-color: #eaf1f7;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
body .gloval_contents .menu h2 {
  text-align: center;
}
body .gloval_contents .menu p {
  margin: 30px 0 60px;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .menu p {
    text-align: center;
  }
}
body .gloval_contents .menu .menu_list {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .menu .menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
  }
}
body .gloval_contents .menu .menu_list .module_list01 {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .menu .menu_list .module_list01 {
    margin-top: 0;
    width: calc(33.3333333333% - 27px);
  }
}
body .gloval_contents .menu .menu_list .box {
  position: relative;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .menu .menu_list .box {
    margin-top: 0;
    width: calc(33.3333333333% - 27px);
  }
}
body .gloval_contents .menu .menu_list .box p {
  margin: 30px 0 0;
  border: 1px solid #c9d6e2;
  background-color: #fff;
  font-size: 13px;
  text-align: left;
  padding: 15px 10px 15px 25px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .menu .menu_list .box p {
    margin: 0;
  }
}
body .gloval_contents .menu .menu_list .box::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -40px;
  width: 60px;
  height: 60px;
  background-image: url("../images/ill_02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
body .gloval_contents .menu .menu_title01 {
  position: relative;
  max-width: 1045px;
  margin: 80px 25px 15px;
}
@media screen and (min-width: 1105px) {
  body .gloval_contents .menu .menu_title01 {
    margin: 80px auto 15px;
  }
}
body .gloval_contents .menu .menu_title01 .inner {
  text-align: center;
}
body .gloval_contents .menu .menu_title01 .inner h3 {
  font-size: 25px;
  font-family: "beloved-script", sans-serif;
  color: #a3c2d1;
  background-color: #eaf1f7;
  z-index: 100;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
}
body .gloval_contents .menu .menu_title01::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 100%;
  height: 1px;
  background-color: #b0cad7;
}
body .gloval_contents .menu .menu_title01::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: #b0cad7;
}
body .gloval_contents .menu .menu_img {
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .menu .menu_img {
    flex-wrap: nowrap;
  }
}
body .gloval_contents .menu .menu_img img {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  body .gloval_contents .menu .menu_img img {
    width: calc(16.6666666667% - 17px);
  }
}
@media screen and (min-width: 768px) {
  body .gloval_contents .menu .menu_img {
    gap: 20px;
  }
}
body .gloval_contents .menu .module_notice01 {
  padding: 50px 25px 0;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .menu .module_notice01 {
    text-align: center;
    padding: 50px 25px 0;
  }
}
body .gloval_contents .menu .module_notice01 p {
  max-width: 1045px;
  margin: 0 auto;
  padding: 15px 35px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .menu .module_notice01 p {
    text-align: center;
  }
}
body .gloval_contents .nail_artist {
  margin: 80px auto 100px;
  position: relative;
}
body .gloval_contents .nail_artist::before {
  content: "";
  position: absolute;
  right: 0;
  top: -140px;
  width: 105px;
  height: 115px;
  background-image: url("../images/ill_03.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .nail_artist::before {
    right: 20px;
    top: -140px;
    width: 150px;
    height: 170px;
  }
}
body .gloval_contents .nail_artist .module_title01 {
  text-align: center;
}
body .gloval_contents .nail_artist .inner {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .nail_artist .inner {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 90px;
  }
}
body .gloval_contents .nail_artist .inner .head {
  line-height: 0;
}
body .gloval_contents .nail_artist .inner .head img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .nail_artist .inner .head img {
    max-width: 320px;
  }
}
body .gloval_contents .nail_artist .inner .body {
  margin-top: 30px;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .nail_artist .inner .body {
    max-width: 310px;
    margin-top: 0;
  }
}
body .gloval_contents .nail_artist .inner .body p {
  line-height: 2.3;
}
body .gloval_contents .nail_artist .inner .body .career {
  font-size: 13px;
  padding: 20px 30px;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
body .gloval_contents .nail_artist .inner .body .career::before, body .gloval_contents .nail_artist .inner .body .career::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #fff 0px, #b0cad7 3px, transparent 8px);
}
body .gloval_contents .nail_artist .inner .body .career::before {
  top: 0; /* 上部に点線 */
}
body .gloval_contents .nail_artist .inner .body .career::after {
  bottom: 0; /* 下部に点線 */
}
body .gloval_contents .nail_artist .inner .body::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -30px;
  width: 44px;
  height: 80px;
  background-image: url("../images/ill_04.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .nail_artist .inner .body::before {
    bottom: 10px;
  }
}
body .gloval_contents .info {
  padding: 80px 25px 100px;
  background-color: #eaf1f7;
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}
body .gloval_contents .info .module_title01 {
  text-align: center;
}
body .gloval_contents .info .module_title02 {
  max-width: 1100px;
  margin: 30px auto 20px;
}
body .gloval_contents .info .module_title02::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 120px;
  width: 105px;
  height: 115px;
  background-image: url("../images/ill_05.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .info .module_title02::before {
    right: 90px;
    top: 100px;
    width: 160px;
    height: 210px;
  }
}
@media screen and (min-width: 768px) {
  body .gloval_contents .info .module_title02 {
    margin-top: 80px;
  }
}
body .gloval_contents .info .inner {
  max-width: 1100px;
  margin: 0 auto 50px;
  display: flex;
  gap: 0;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .info .inner {
    flex-direction: row;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  body .gloval_contents .info .inner .head {
    width: 50%;
  }
}
body .gloval_contents .info .inner .head img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .info .inner .body {
    width: 50%;
  }
}
body .gloval_contents .info .inner .body .module_list02 .inner {
  margin: 0;
  font-size: 14px;
  padding: 15px;
  flex-direction: row;
}
body .gloval_contents .info .inner .body .module_list02 .inner .body {
  width: 190px;
}
body .gloval_contents .info .inner .body .module_list02 .module_notice01 {
  margin-top: 30px;
}
body .gloval_contents .info .inner .body .module_list02 .module_notice01 p {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  body .gloval_contents .info p {
    text-align: center;
  }
}
body .gloval_contents .contact {
  padding: 80px 0 80px;
  position: relative;
}
body .gloval_contents .contact::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -50px;
  width: 82px;
  height: 115px;
  background-image: url("../images/ill_06.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .contact::before {
    left: 10%;
    top: -50px;
    width: 107px;
    height: 126px;
  }
}
body .gloval_contents .contact p {
  margin-top: 40px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .contact p {
    text-align: center;
  }
}
body .gloval_contents .contact .tell {
  background-color: #eaf1f7;
  padding: 25px 50px 25px;
  margin: 40px auto;
  width: 100%;
  text-align: center;
  max-width: 800px;
}
body .gloval_contents .contact .tell .title {
  font-size: 18px;
  font-family: "beloved-script", sans-serif;
  border-radius: 100px;
  padding: 5px 80px 0px;
  background-color: #fff;
  border: 1px solid #b0cad7;
  text-align: center;
  color: #a3c2d1;
  margin: 0 auto;
  display: inline-block;
}
body .gloval_contents .contact .tell .number {
  font-size: 26px;
  font-family: "beloved-script", sans-serif;
  margin: 15px auto 0;
  text-align: center;
}
body .gloval_contents .contact .tell .text {
  font-size: 13px;
}
body .gloval_contents .contact .btn {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}
body .gloval_contents .contact .btn .module_btn01 + .module_btn01 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  body .gloval_contents .contact .btn .module_btn01 + .module_btn01 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  body .gloval_contents .contact .btn {
    display: flex;
    gap: 50px;
  }
}
body .gloval_contents .contact .cancellation_policy {
  position: relative;
  background-color: #f7fafc;
  padding: 20px 60px 15px;
  font-size: 12px;
  text-align: center;
  border: 1px dashed #c9d6e2;
  max-width: 330px;
  margin: 40px auto 0;
}
body .gloval_contents .contact .cancellation_policy::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -20px;
  width: 73px;
  height: 85px;
  background-image: url("../images/ill_07.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}
body .gloval_contents .contact .cancellation_policy .title {
  padding: 2px 40px;
  border: 1px solid #c9d6e2;
  border-radius: 100px;
}
body .gloval_contents .contact .cancellation_policy p {
  font-size: 12px;
  margin: 10px 0 0;
}
body .gloval_footer {
  background-color: #eaf1f7;
  padding: 15px 0 10px;
}
body .gloval_footer .gf_copyright {
  font-family: "beloved-script", sans-serif;
  font-size: 15px;
  text-align: center;
}
body .gloval_footer .btn {
  text-align: center;
  font-size: 13px;
  width: 300px;
  margin: 10px auto;
}
body .gloval_footer .btn a {
  color: #696b6c;
  background-color: #fff;
  border-radius: 100px;
  padding: 5px 20px 7px;
}
body .gloval_footer .btn a:hover {
  background-color: #a3c2d1;
  color: #fff;
  transition: 0.3s;
}
/*# sourceMappingURL=style.css.map */