@charset "UTF-8";
@font-face {
  font-family: "noto-sans";
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/NotoSans/NotoSansCJKjp-Regular.woff) format("woff"), url(../fonts/NotoSans/NotoSansCJKjp-Regular.ttf) format("truetype"), url(../fonts/NotoSans/NotoSansCJKjp-Regular.eot), url(../fonts/NotoSans/NotoSansCJKjp-Regular.eot?#iefix) format("embedded-opentype");
}
@font-face {
  font-family: "noto-sans";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/NotoSans/NotoSansCJKjp-Light.woff) format("woff"), url(../fonts/NotoSans/NotoSansCJKjp-Light.ttf) format("truetype"), url(../fonts/NotoSans/NotoSansCJKjp-Light.eot), url(../fonts/NotoSans/NotoSansCJKjp-Light.eot?#iefix) format("embedded-opentype");
}
@font-face {
  font-family: "noto-sans";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/NotoSans/NotoSansCJKjp-Demilight.woff) format("woff"), url(../fonts/NotoSans/NotoSansCJKjp-Demilight.ttf) format("truetype"), url(../fonts/NotoSans/NotoSansCJKjp-Demilight.eot), url(../fonts/NotoSans/NotoSansCJKjp-Demilight.eot?#iefix) format("embedded-opentype");
}
@font-face {
  font-family: "noto-sans";
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/NotoSans/NotoSansCJKjp-Bold.woff) format("woff"), url(../fonts/NotoSans/NotoSansCJKjp-Bold.ttf) format("truetype"), url(../fonts/NotoSans/NotoSansCJKjp-Bold.eot), url(../fonts/NotoSans/NotoSansCJKjp-Bold.eot?#iefix) format("embedded-opentype");
}
@font-face {
  font-family: "noto-serif";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/NotoSerif/NotoSerif-Regular.woff) format("woff"), url(../fonts/NotoSerif/NotoSerif-Regular.ttf) format("truetype"), url(../fonts/NotoSerif/NotoSerif-Regular.eot), url(../fonts/NotoSerif/NotoSerif-Regular.eot?#iefix) format("embedded-opentype");
}
@font-face {
  font-family: "noto-serif";
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/NotoSerif/NotoSerif-SemiBold.woff) format("woff"), url(../fonts/NotoSerif/NotoSerif-SemiBold.ttf) format("truetype"), url(../fonts/NotoSerif/NotoSerif-SemiBold.eot), url(../fonts/NotoSerif/NotoSerif-SemiBold.eot?#iefix) format("embedded-opentype");
}
@font-face {
  font-family: "kaushan";
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/KaushanScript/KaushanScript-Regular.woff) format("woff"), url(../fonts/KaushanScript/KaushanScript-Regular.ttf) format("truetype"), url(../fonts/KaushanScript/KaushanScript-Regular.eot), url(../fonts/KaushanScript/KaushanScript-Regular.eot?#iefix) format("embedded-opentype");
}
.slider {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  max-width: 1080px;
}
@media screen and (max-width: 600px) {
  .slider {
    margin-bottom: 5%;
    padding: 0;
  }
}
.slider .slick-arrow::before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  top: 35%;
  z-index: 1;
}
.slider .slick-prev::before {
  background: url(/common/img/slick-prev.svg) no-repeat;
  background-size: cover;
  left: 5px;
}
.slider .slick-next::before {
  background: url(/common/img/slick-next.svg) no-repeat;
  background-size: cover;
  right: 5px;
}
.slider > a {
  width: 344px;
}
@media screen and (max-width: 600px) {
  .slider > a {
    width: initial;
  }
}
.slider > a:not(:last-child) {
  margin-right: 25px;
}
.slider .image {
  text-align: center;
}
.slider .image img {
  border-radius: 10px;
  margin-bottom: 10px;
  height: 227px;
  width: 344px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .slider .image img {
    height: 221px;
    width: 100%;
  }
}
.slider .cat {
  background-color: #7B9BCE;
  border-radius: 3px;
  color: #fff;
  display: inline;
  font-size: 11px;
  padding: 2px 10px;
}
.slider .cat.pink {
  background-color: #EC89B3;
}
.slider .ttl {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 7px;
}
@media screen and (max-width: 600px) {
  .slider .ttl {
    font-size: 14px;
    line-height: 1.5;
  }
}
.slider .lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 344px;
}
@media screen and (max-width: 600px) {
  .slider .lead {
    font-size: 14px;
    width: 100%;
  }
}
.slider .salon {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .slider .salon {
    font-size: 13px;
    padding-left: 15px;
  }
}
.slider .salon::before {
  background: url(/common/img/icon-salon.svg) no-repeat;
  content: "";
  display: block;
  height: 15px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .slider .salon::before {
    background-size: 12px;
    top: 8px;
  }
}

.banner {
  position: fixed;
  width: 360px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .banner {
    width: 50%;
  }
}
.banner_close {
  cursor: pointer;
  position: absolute;
  top: -13px;
  right: -13px;
}
.banner_img img {
  box-shadow: 10px 10px 18px -15px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
}
@media screen and (max-width: 600px) {
  .banner_img img {
    height: auto;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	動画
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
iframe {
  width: 100%;
  height: 680px;
}
@media screen and (max-width: 600px) {
  iframe {
    height: 300px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	イベント
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.campaign {
  background: url(/common/img/beige_bg.png) no-repeat;
  background-size: cover;
  margin-top: -60px;
  padding: 140px 0 80px;
}
@media screen and (max-width: 600px) {
  .campaign {
    margin-top: -150px;
    padding: 200px 0 60px;
  }
}
.campaign_container {
  margin: auto;
  max-width: 1080px;
  width: 95%;
}
.campaign_ttl {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .campaign_ttl {
    margin-bottom: 5%;
  }
}
.campaign_ttl img {
  width: 154px;
}
@media screen and (max-width: 600px) {
  .campaign_ttl img {
    width: 124px;
  }
}
.campaign .no-data {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .campaign .no-data {
    margin-bottom: 10%;
  }
}
.campaign .slider .image img {
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 601px) {
  .campaign .slider {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -30px;
    margin-left: -20px;
  }
  .campaign .slider a {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 0 !important;
    width: 31%;
  }
  .campaign .slider .image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	Instagram
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.instagram {
  background: url(/common/img/top/bg_instagram.jpg) no-repeat;
  background-size: cover;
  padding: 72px 0;
}
@media screen and (max-width: 600px) {
  .instagram {
    padding: 35px 0;
  }
}
.instagram_ttl {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .instagram_ttl {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 600px) {
  .instagram_ttl img {
    width: 203px;
  }
}
.instagram_list a {
  width: 340px !important;
  height: 340px;
}
@media screen and (max-width: 600px) {
  .instagram_list a {
    width: 256px !important;
    height: 256px;
  }
}
.instagram_list a video,
.instagram_list a img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram .instagram_list {
  display: none;
}
.instagram .instagram_list.slick-initialized {
  display: block;
}
.instagram .slick-slide > div {
  margin: 0 14px;
}
@media screen and (max-width: 600px) {
  .instagram .slick-slide > div {
    margin: 0 5px;
  }
}
.instagram .detail_btn {
  margin-top: 41px;
}
.instagram .detail_btn a {
  background-color: #3E3E3E;
  color: #fff;
  padding-right: 0;
}
.instagram .detail_btn a::after {
  background: url(../img/top/icon-detail02.svg) no-repeat;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	コンセプト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.concept {
  margin: auto;
  max-width: 1080px;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .concept {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .concept {
    padding: 60px 0;
  }
}
.concept_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 600px) {
  .concept_box {
    flex-direction: column-reverse;
  }
}
.concept_box::before {
  background: url(/common/img/top/bell_luco.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 240px;
  width: 283px;
  position: absolute;
  top: -170px;
  left: -20px;
}
@media screen and (max-width: 600px) {
  .concept_box::before {
    height: auto;
    width: 197px;
    top: initial;
    bottom: -5%;
  }
}
.concept_box figure {
  width: 540px;
}
@media screen and (max-width: 600px) {
  .concept_box figure {
    margin: 40px 0 10px;
    padding: 0 20px;
    width: initial;
  }
}
.concept_ttl {
  margin: 0 auto 40px;
  width: 205px;
}
@media screen and (max-width: 600px) {
  .concept_ttl {
    width: 159px;
  }
}
.concept_txt {
  font-size: 15px;
  line-height: 2.67;
  margin-bottom: 40px;
  text-align: center;
}
.concept .icon {
  height: 170px;
  width: 186px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: -60px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .concept .icon {
    height: 120px;
    width: 130px;
    right: 0;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	メニュー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.menu {
  background: url(/common/img/beige_bg.png);
  background-size: contain;
  padding: 100px 0 55px;
}
@media screen and (max-width: 600px) {
  .menu {
    padding: 10% 0;
    position: relative;
  }
}
.menu_ttl {
  margin: 0 auto 40px;
  width: 144px;
}
@media screen and (max-width: 600px) {
  .menu_ttl {
    width: 111px;
  }
}
.menu_content {
  margin: auto;
  max-width: 1080px;
}
@media screen and (max-width: 1080px) {
  .menu_content {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .menu_content {
    width: 90%;
  }
}
.menu_content figure {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .menu_content figure {
    margin-bottom: 3%;
  }
}
.menu_content figure img {
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .menu_content figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  .menu_content figure img {
    height: 220px;
  }
}
.menu_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_link li {
  border-bottom: 1px dotted;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
  width: 233px;
}
@media screen and (max-width: 600px) {
  .menu_link li {
    display: flex;
    align-items: center;
    height: 64px;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 47%;
  }
}
.menu_link li::after {
  background: url(/common/img/top/icon-detail.svg) no-repeat;
  content: "";
  display: block;
  height: 6px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .menu_link li::after {
    background-size: 100%;
    width: 14px;
    height: 5px;
  }
}
.menu_link li a {
  color: #474747;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .menu_link li a {
    font-size: 14px;
    line-height: 1.3;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	プラン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.plan {
  background: url(/common/img/top/plan_bg.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .plan {
    margin-top: -15px;
    padding: 10% 0;
  }
}
.plan_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 1080px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .plan_box {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .plan_box {
    flex-direction: column;
  }
}
.plan_box figure {
  margin-right: 70px;
  width: 610px;
}
@media screen and (max-width: 1080px) {
  .plan_box figure {
    margin-right: 35px;
  }
}
@media screen and (max-width: 600px) {
  .plan_box figure {
    margin-right: 0;
    margin-bottom: 10%;
    width: 95%;
  }
}
.plan_ttl {
  margin: 0 auto 40px;
  width: 121px;
}
@media screen and (max-width: 600px) {
  .plan_ttl {
    width: 94px;
  }
}
.plan_txt {
  font-size: 15px;
  line-height: 2.67;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .plan_txt {
    margin-bottom: 10%;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ギャラリー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.gallery {
  background: url(/common/img/beige_bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0 80px;
}
@media screen and (max-width: 600px) {
  .gallery {
    padding: 12% 0;
  }
}
.gallery_ttl {
  margin: 0 auto 40px;
  width: 182px;
}
@media screen and (max-width: 600px) {
  .gallery_ttl {
    width: 141px;
  }
}
.gallery_lists {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .gallery_lists {
    margin: 0 auto 40px;
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .gallery_lists {
    display: block;
    margin: 0;
    margin-bottom: 8%;
    width: 100%;
  }
}
.gallery_item {
  padding: 0 5px;
}
@media screen and (max-width: 600px) {
  .gallery_item {
    padding: 0;
  }
}
.gallery_item img {
  height: 372px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .gallery_item img {
    border-radius: 10px;
    height: 242px;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	サロン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.salon {
  background: url(../img/top/salon_bg.png);
  background-size: contain;
  padding: 80px 0 145px;
}
@media screen and (max-width: 600px) {
  .salon {
    padding: 12% 0;
  }
}
.salon_ttl {
  margin: 0 auto 40px;
  width: 143px;
}
.salon_lead {
  font-size: 15px;
  margin-bottom: 40px;
  text-align: center;
}
.salon_map {
  background: url(../img/top/map_pc.png) no-repeat center;
  background-size: cover;
  height: 588px;
  margin: auto;
  width: 720px;
}
@media screen and (max-width: 1000px) {
  .salon_map {
    background: url(../img/top/map_sp.png) no-repeat center;
    background-size: contain;
    height: initial;
    width: 90%;
  }
}
.salon_lists {
  height: 588px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .salon_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: initial;
    padding-top: 3%;
  }
}
.salon_lists li {
  background-color: #fff;
  border: 2px solid #EC89B3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 122px;
  width: 122px;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .salon_lists li {
    border: 1px solid #EC89B3;
    border-radius: 40px;
    height: 41px;
    margin-bottom: 20px;
    width: 48%;
    position: initial;
  }
}
.salon_lists li.hokkaido {
  top: 17px;
  right: 97px;
}
.salon_lists li.tohoku {
  top: 203px;
  right: 114px;
}
.salon_lists li.kanto {
  top: 361px;
  right: 138px;
}
.salon_lists li.hokuriku {
  top: 246px;
  right: 299px;
}
.salon_lists li.tokai {
  bottom: -18px;
  right: 260px;
}
.salon_lists li.kinki {
  top: 409px;
  left: 196px;
}
.salon_lists li.chugokushikoku {
  top: 325px;
  left: 34px;
}
.salon_lists li.kyushu {
  bottom: -65px;
  left: 0;
}
.salon_lists li a {
  color: #EC89B3;
  font-size: 15px;
  padding-right: 15px;
  position: relative;
}
.salon_lists li a::after {
  background: url(../img/top/icon-arrow.svg) no-repeat;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	おしらせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.news {
  background: url(../img/beige_bg.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .news {
    padding-top: 60px;
  }
}
.news_ttl {
  margin: 0 auto 60px;
  width: 123px;
}
@media screen and (max-width: 600px) {
  .news_ttl {
    margin: 0 auto 10px;
  }
}
.news_lists {
  margin: 0 auto 30px;
  max-width: 1080px;
}
@media screen and (max-width: 1080px) {
  .news_lists {
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  .news_lists {
    width: 90%;
  }
}
.news_lists li {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 600px) {
  .news_lists li {
    flex-direction: column;
  }
}
.news_lists li:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.news_lists li .left {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .news_lists li .left {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.news_lists li .left .day {
  font-size: 15px;
  margin-right: 45px;
}
@media screen and (max-width: 600px) {
  .news_lists li .left .day {
    margin-right: 29px;
  }
}
.news_lists li .left .cat {
  text-align: center;
  width: 96px;
}
.news_lists li .left .cat span {
  background-color: #3E3E3E;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  height: 21px;
  padding: 0 15px;
}
.news_lists li a {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .news_lists li a {
    width: 100%;
  }
}
.news .no-data {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .news .no-data {
    margin: 5% 0 10%;
  }
}
/*# sourceMappingURL=top.css.map */