@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
/****************************************************************************************************************************/
/*
/*
/* = Font Face
/*
/*
/****************************************************************************************************************************/
/****************************************************************************************************************************/
/*
/*
/* = Reset Style
/*
/*
/****************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h11, h2, h3, h4, h5, h6, dt {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

html {
  height: 100%;
}

/****************************************************************************************************************************/
/*
/*
/* = Common Style
/*
/*
/****************************************************************************************************************************/
@media screen and (max-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.380952381vw;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.6rem,16px);
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

/*
/* = メディアごとの表示、非表示
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
/****************************************************************************************************************************/
/*
/*
/* = Parts Style (common)
/*
/*
/****************************************************************************************************************************/
/*
/* = Margin Padding
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
/*
/* = a
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
a:link {
  color: #000000;
}
a:hover {
  color: #000000;
}
a:active {
  color: #000000;
}
a:focus {
  color: #000000;
}
a:visited {
  color: #000000;
}

a img {
  transition: 0.5s ease-in-out;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.mailaddress::after {
  content: "@ynu-nailsalon.net";
}

/*
/* = img
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
img,
svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*
/* = txt
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.txt--center {
  text-align: center;
}

.txt--left {
  text-align: left;
}

.txt--right {
  text-align: right;
}

/*
/* = bg
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
/*
/* = ttl
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.ttl {
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .ttl:not(.ttl--h1) {
    line-height: 1.6;
  }
}

.ttl--h1 {
  margin-bottom: 80px;
  text-align: center;
}
.ttl--h1 span {
  position: relative;
  display: inline-block;
  color: #009285;
  font-size: min(3.6rem,36px);
}
@media screen and (max-width: 599px) {
  .ttl--h1 span {
    font-size: min(3.0rem,30px);
  }
}
.ttl--h1 span::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #009285;
}

.ttl--h2 {
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 40px;
  font-size: min(2.4rem,24px);
  color: #009285;
  border-bottom: 3px solid #eeeeee;
}
.ttl--h2::before {
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  content: "";
  width: 200px;
  height: 3px;
  background-color: #009285;
}

.ttl--h3 {
  margin-bottom: 20px;
  color: #009285;
  font-size: min(2.2rem,22px);
}

/*
/* = btn
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  line-height: 1;
}

.btn--dtl {
  position: relative;
  min-width: 280px;
  padding: 16px 32px 16px 32px;
  background-color: #009285;
  color: #ffffff !important;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .btn--dtl {
    min-width: 190px;
  }
}
.btn--dtl::after {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btn--dtl:hover {
  background-color: rgba(0, 146, 133, 0.6);
}
.btn--dtl:hover::after {
  right: 13px;
}

.btn--prev {
  position: relative;
  min-width: 280px;
  padding: 16px 32px 16px 32px;
  background-color: #999999;
  color: #ffffff !important;
}
@media screen and (max-width: 1366px) {
  .btn--prev {
    min-width: 190px;
  }
}
.btn--prev::after {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btn--prev:hover {
  background-color: rgba(153, 153, 153, 0.6);
}
.btn--prev:hover::after {
  left: 13px;
}

/*
/* = ico
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.ico::after {
  display: inline-block;
  content: "";
  line-height: 1;
}

.ico--dtl::after {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}
.ico--dtl.ico--white::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.ico--dtl.ico--green::after {
  border-top: 1px solid #009285;
  border-right: 1px solid #009285;
}

.ico--prev::after {
  width: 5px;
  height: 5px;
  transform: rotate(-135deg);
}
.ico--prev.ico--white::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.ico--prev.ico--green::after {
  border-top: 1px solid #009285;
  border-right: 1px solid #009285;
}

.ico--pm {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 100%;
}
.ico--pm::before, .ico--pm::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #009285;
}
.ico--pm::before {
  transform: rotate(90deg);
  transition: all 0.25s;
}
.js-active .ico--pm::before {
  transform: rotate(0deg);
}

/*
/* = fco
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.fco::before {
  font-family: Font Awesome 6 Free;
  font-weight: 900;
  font: var(--fa-font-solid);
  margin-right: 0.5em;
}
.fco.fco--map::before {
  content: "\f3c5";
}
.fco.fco--link::before {
  content: "\f0c1";
}
.fco.fco--close::before {
  content: "\f057";
}
.fco.fco--back::before {
  content: "\f137";
}
.fco.fco--next::before {
  content: "\f138";
}
.fco.fco--tel::before {
  content: "\f095";
}
.fco.fco--mail::before {
  content: "\f0e0";
}
.fco.fco--external::before {
  content: "\f360";
}
.fco.fco--calendar::before {
  content: "\f274";
}

/*
/* = list
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list {
  line-height: 1.8;
}
.list li {
  margin-bottom: 0.25em;
}

.list--ind li {
  padding-left: 1em;
  text-indent: -1em;
}

/*
/* = Table
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.tbl {
  line-height: 1.6;
}

.tbl--dl dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.tbl--dl dl:nth-of-type(1) {
  border-top: 1px solid #dddddd;
}
.tbl--dl dl dt,
.tbl--dl dl dd {
  display: table-cell;
  padding: 1em;
}
.tbl--dl dl dt {
  width: 11.17%;
  min-width: 100px;
}

.tbl--foot {
  margin-top: 20px;
  font-size: min(1.4rem,14px);
  color: #666666;
}

/*
/* = Topics
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.news .news--date {
  color: #009285;
}
.news .news--new {
  padding: 0 5px;
  background-color: #009285;
  color: #ffffff;
  text-align: center;
  font-size: min(1.0rem,10px);
}
.news-list--item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  line-height: 1;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 599px) {
  .news-list--item {
    flex-direction: column;
  }
}
.news-list--item_date {
  width: 20%;
  padding: 16px 0 16px 16px;
}
@media screen and (max-width: 599px) {
  .news-list--item_date {
    width: 100%;
    padding: 16px 16px 0 16px;
  }
}
.news-list--item_ttl {
  width: 80%;
  padding: 16px 0 16px 16px;
}
@media screen and (max-width: 599px) {
  .news-list--item_ttl {
    width: 100%;
  }
}
.news-list--item_ttl a {
  position: relative;
  display: block;
}
.news-list--item_ttl a::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #009285;
  border-right: 1px solid #009285;
}
.news-list--item_ttl a:hover {
  color: #009285;
}
.news-list--item_ttl a:hover::after {
  right: 13px;
}
.news-pager {
  margin-top: 60px;
}
.news-pager .pager {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.news-pager .pager a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 0.8em;
  margin: 0 5px 10px 5px;
  background-color: #eeeeee;
  font-size: min(1.3rem,13px);
  color: #000000;
  text-align: center;
}
.news-pager .pager a:hover {
  background-color: rgba(0, 146, 133, 0.1);
}
.news-pager .pager a.current {
  background-color: #009285;
  color: #ffffff !important;
}
.news-pager .pager a.current:hover {
  color: #ffffff !important;
}
.news-pager .pager a.prev, .news-pager .pager a.next {
  position: relative;
}
.news-pager .pager a.prev {
  padding: 0 22px 0 32px;
}
.news-pager .pager a.next {
  padding: 0 32px 0 22px;
}
.news-pager .pager a.prev::before, .news-pager .pager a.next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  content: "";
  line-height: 1;
  width: 5px;
  height: 5px;
  border-top: 1px solid #009285;
  border-right: 1px solid #009285;
}
.news-pager .pager a.prev::before {
  left: 15px;
  transform: rotate(-135deg);
}
.news-pager .pager a.prev:hover::before {
  left: 13px;
}
.news-pager .pager a.next::after {
  right: 15px;
  transform: rotate(45deg);
}
.news-pager .pager a.next:hover::before {
  right: 13px;
}
.news-dtl--cnt {
  margin-top: 30px;
}
.news-dtl--cnt_fig img {
  width: auto;
  max-width: 100%;
}
.news-dtl .news-dtl--cnt_txt + .news-dtl--cnt_fig,
.news-dtl .news-dtl--cnt_fig + .news-dtl--cnt_txt {
  margin-top: 30px;
}
.news-dtl--btn {
  margin-top: 40px;
  text-align: center;
}

/*
/* = Form
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.form .req {
  display: inline-block;
  padding: 0 5px;
  background-color: #E04548;
  color: #ffffff;
  font-size: min(1.2rem,12px);
}
.form-flow {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
}
.form-flow--item {
  position: relative;
  padding: 12px 30px;
  background-color: #eeeeee;
  text-align: center;
  line-height: 1;
}
.form-flow--item:nth-of-type(1) {
  background-color: #009285;
  color: #ffffff;
}
.confirm .form-flow--item:nth-of-type(1) {
  background-color: #eeeeee;
  color: #000000;
}
.confirm .form-flow--item:nth-of-type(2) {
  background-color: #009285;
  color: #ffffff;
}

.complete .form-flow--item:nth-of-type(1) {
  background-color: #eeeeee;
  color: #000000;
}
.complete .form-flow--item:nth-of-type(3) {
  background-color: #009285;
  color: #ffffff;
}

@media screen and (max-width: 599px) {
  .form-flow--item {
    padding: 12px 12px;
  }
}
.form-flow--item + .form-flow--item {
  margin-left: 35px;
}
.form-flow--item::after {
  position: absolute;
  right: -17px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.form-txt {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .form-txt {
    text-align: left;
  }
}
.form-txt--attend {
  padding: 30px clamp(20px, 2.5%, 30px) 30px clamp(20px, 2.5%, 30px);
  margin-top: 30px;
  background-color: #eeeeee;
  font-size: min(1.4rem,14px);
}
.form-tbl--item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 599px) {
  .form-tbl--item {
    flex-direction: column;
  }
}
.form-tbl--item:nth-of-type(1) {
  border-top: 1px solid #dddddd;
}
.form-tbl--item dt {
  width: 20%;
  padding: 20px clamp(20px, 2.5%, 30px) 20px clamp(20px, 2.5%, 30px);
}
@media screen and (max-width: 599px) {
  .form-tbl--item dt {
    width: 100%;
    padding-bottom: 0;
  }
}
.form-tbl--item dt .req {
  margin-left: 0.5em;
}
.form-tbl--item dd {
  width: 80%;
  padding: 20px clamp(20px, 2.5%, 30px) 20px clamp(20px, 2.5%, 30px);
}
@media screen and (max-width: 599px) {
  .form-tbl--item dd {
    width: 100%;
  }
}
.form-tbl--item dd input[type=text],
.form-tbl--item dd input[type=tel],
.form-tbl--item dd input[type=email],
.form-tbl--item dd select,
.form-tbl--item dd textarea {
  border: none;
  outline: none;
  font-family: inherit;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0.8em;
}
.form-tbl--item dd .size--xs {
  width: 20%;
}
.form-tbl--item dd .size--sm {
  width: 30%;
}
.form-tbl--item dd .size--md {
  width: 50%;
}
.form-tbl--item dd .size--lg {
  width: 80%;
}
.form-tbl--item dd .size--xl {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .form-tbl--item dd .size--xs {
    width: 30%;
  }
  .form-tbl--item dd .size--sm {
    width: 60%;
  }
  .form-tbl--item dd .size--md {
    width: 80%;
  }
  .form-tbl--item dd .size--lg {
    width: 100%;
  }
  .form-tbl--item dd .size--xl {
    width: 100%;
  }
}
.form-agree {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: clamp(20px, 2.5%, 30px);
  padding-right: clamp(20px, 2.5%, 30px);
  background-color: #eeeeee;
}
.confirm .form-agree {
  display: none;
}

.form-agree--ttl {
  text-align: center;
}
.form-agree--cnt {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: clamp(20px, 2.5%, 30px);
  padding-right: clamp(20px, 2.5%, 30px);
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.form-agree--cnt_scrl {
  overflow-y: scroll;
  height: 200px;
}
.form-agree--cnt_scrl::-webkit-scrollbar {
  width: 5px; /* 横幅 */
}
.form-agree--cnt_scrl::-webkit-scrollbar-thumb {
  background: #009285; /* ハンドルの色 */
  border-radius: 10px;
}
.form-agree--cnt_scrl::-webkit-scrollbar-track {
  background: rgba(0, 146, 133, 0.1); /* 背景色 */
}
.form-agree--cnt_scrl dd + dt {
  margin-top: 1em;
  padding-top: 1em;
}
.form-agree--cnt_scrl dt {
  font-weight: 500;
}
.form-agree--cnt_scrl dd {
  font-size: min(1.4rem,14px);
}
.form-agree--agree {
  margin-top: 20px;
  text-align: center;
  font-size: min(1.4rem,14px);
}
.form-agree--agree label {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 12px 18px;
  font-size: min(1.6rem,16px);
  border: 1px solid #cccccc;
  color: #000000;
}
.form-agree--agree label.disabled {
  color: #cccccc;
}
.form-agree--agree label input[type=checkbox] {
  display: inline-box;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form .form-submit {
  margin-top: 40px;
  text-align: center;
}
.form .form-submit button {
  width: 280px;
  height: 50px;
  border: none;
  outline: none;
  font-family: inherit;
  color: #ffffff;
  font-size: min(1.8rem,18px);
}
.form .form-submit button.form-submit--conf:disabled {
  background-color: #dddddd;
  color: #ffffff;
}
.form .form-submit button.form-submit--conf {
  background-color: #009285;
}
.form .form-submit button.form-submit--prev {
  background-color: #999999;
}
.form .form-submit button.form-submit--send {
  background-color: #009285;
}
.form .error {
  position: relative;
  padding: 0.5em;
  margin-bottom: 10px;
  background-color: rgba(224, 69, 72, 0.2);
  color: #E04548;
}
.form .error::after {
  position: absolute;
  top: 100%;
  left: 50px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: rgba(224, 69, 72, 0.2);
}
.form input[type=text].has_error,
.form input[type=tel].has_error,
.form input[type=email].has_error,
.form select.has_error,
.form textarea.has_error {
  border: 1px solid #E04548 !important;
}
.form form.confirm input[type=text],
.form form.confirm input[type=tel],
.form form.confirm input[type=checkbox],
.form form.confirm input[type=radio],
.form form.confirm input[type=password],
.form form.confirm textarea,
.form form.confirm select {
  display: none;
}

.complete-cnt--txt {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .complete-cnt--txt {
    text-align: left;
  }
}
.complete-cnt--btn {
  margin-top: 60px;
  text-align: center;
}

/*
/* = Animation
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}