@charset "UTF-8";
/*=========================
メインスライダー
=========================*/
#index-main {
  padding-bottom: calc(36% + 80px);
  position: relative;
  display: block;
}

#index-main-in {
  position: fixed;
  top: calc(50% + 80px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: initial;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  z-index: 5;
  width: 30px;
  height: 30px;
  top: 20vw;
}
.main-slider .slick-prev::before,
.main-slider .slick-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: initial;
  color: transparent;
}
.main-slider .slick-prev {
  left: 25px;
}
.main-slider .slick-prev::before {
  background-image: url("../../img/index/arrow4.png");
}
.main-slider .slick-next {
  right: 25px;
}
.main-slider .slick-next::before {
  background-image: url("../../img/index/arrow3.png");
}
.main-slider .slick-dots {
  top: 37vw;
  z-index: 4;
  height: 50px;
}
.main-slider .slick-dots button {
  position: relative;
  padding: 0;
  border-radius: 30px;
  border: 1px solid #c3c3c3;
  margin-right: 100px;
}
.main-slider .slick-dots li {
  margin: 0 10px;
}
.main-slider .slick-dots li button:before {
  content: "●";
  top: -3px;
  left: -2px;
  font-size: 22px;
  width: 19px;
  height: 19px;
  opacity: 1;
  color: #ffffff;
  position: relative;
  display: block;
  line-height: 1;
}
.main-slider .main-slider .slick-dots button {
  position: relative;
  padding: 0;
}
.main-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #cfa2ad;
}

/*=========================
キャンペーン
=========================*/
#campaign {
  background-color: #ffffff;
}

#campaign-in {
  padding-top: 70px;
  padding-bottom: 10px;
}

.furi-ttl {
  text-align: center;
  margin-bottom: 30px;
}
.furi-ttl img {
  width: 26px;
  margin-bottom: 10px;
}
.furi-ttl span {
  display: block;
  font-size: 20px;
  color: #B53A76;
}

.campbn {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

/*=========================
振袖
=========================*/
#fu-service {
  background-color: #ffffff;
}

#fu-service-in {
  background-image: url(../../img/index/bg_service.png);
  background-size: auto 100%;
  padding-top: 10px;
  padding-bottom: 40px;
  background-position: 50% 0;
}

.servicefr1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.servicespace {
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
}

.servicettl {
  -webkit-flex-basis: 6%;
      -ms-flex-preferred-size: 6%;
          flex-basis: 6%;
}
.servicettl h3 {
  font-size: 34px;
  letter-spacing: 0.4em;
}

.servicetxt {
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
  padding-left: 5%;
  padding-right: 2%;
}
.servicetxt p {
  line-height: 1.85em;
}

.service-plan {
  display: grid;
  gap: 40px 2%;
  grid-template-columns: repeat(4, 1fr);
  width: 1012px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.service-plan > div {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  border: 1px solid #B53A76;
  padding: 25px 5%;
}
.service-plan h3 {
  text-align: center;
  color: #B53A76;
  margin-bottom: 10px;
  font-size: 20px;
}
.service-plan p {
  line-height: 1.6em;
}

/*=========================
タイプ
=========================*/
#type-list {
  background-image: url(../../img/index/parts4.png);
  background-repeat: repeat;
  background-size: 69px auto;
  background-color: #ffffff;
}

#type-list-in {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 50px;
}

.type-listfr {
  display: grid;
  gap: 30px 5%;
  grid-template-columns: repeat(2, 1fr);
}

.typefr-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.typeimg {
  -webkit-flex-basis: 114px;
      -ms-flex-preferred-size: 114px;
          flex-basis: 114px;
}

.typetxt {
  -webkit-flex-basis: calc(100% - 114px);
      -ms-flex-preferred-size: calc(100% - 114px);
          flex-basis: calc(100% - 114px);
}
.typetxt h4 {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.typetxt .typettl {
  -webkit-flex-basis: calc(100% - 70px);
      -ms-flex-preferred-size: calc(100% - 70px);
          flex-basis: calc(100% - 70px);
  color: #B53A76;
  font-size: 18px;
}
.typetxt .more {
  -webkit-flex-basis: 70px;
      -ms-flex-preferred-size: 70px;
          flex-basis: 70px;
}
.typetxt p {
  line-height: 1.6em;
}

/*=========================
サービスバナー
=========================*/
#more-service {
  background-color: #F1C8C7;
}

#more-service-in {
  padding-top: 70px;
  padding-bottom: 50px;
}

.service-bn ul {
  list-style: none;
}
.service-bn li {
  margin-bottom: 40px;
}

/*=========================
メインスライダー
=========================*/
#newstopics {
  background-color: #ffffff;
  background-image: url(../../img/index/parts1.png);
  background-position: 50% 0;
  background-size: 1280px auto;
}

#newstopics-in {
  padding-top: 100px;
  padding-bottom: 50px;
}

.newstopi-list {
  list-style: none;
  margin-bottom: 50px;
}
.newstopi-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #0E0E0E;
  border-left: 1px solid #0E0E0E;
  border-right: 1px solid #0E0E0E;
}
.newstopi-list a:hover {
  background-color: #fff8f8;
}
.newstopi-list li:last-child a {
  border-bottom: 1px solid #0E0E0E;
}
.newstopi-list .newsdate {
  -webkit-flex-basis: 110px;
      -ms-flex-preferred-size: 110px;
          flex-basis: 110px;
  padding: 1em;
  color: #B53A76;
}
.newstopi-list .newsttl {
  -webkit-flex-basis: calc(100% - 110px);
      -ms-flex-preferred-size: calc(100% - 110px);
          flex-basis: calc(100% - 110px);
  padding: 1em;
}

.more_btn {
  width: 334px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.more_btn a {
  display: block;
  padding: 0.8em 2em 0.5em 1em;
  text-align: center;
  color: #B53A76;
  font-size: 16px;
  border: 1px solid #B53A76;
  border-radius: 6px;
  background-color: #ffffff;
}
.more_btn a::after {
  content: "";
  display: inline-block;
  margin-left: 0.8em;
  width: 18px;
  height: 18px;
  background-image: url(../../img/index/arrow1.png);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.more_btn a:hover {
  background-color: #fff8f8;
}

/*=========================
ブログ
=========================*/
#fu-blog {
  background-color: #ffffff;
}

#fu-blog-in {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-infr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: 40px;
}

.blog-in {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-in a {
  display: block;
  position: relative;
  border: 1px solid #0E0E0E;
  overflow: hidden;
}

.blog-wb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px 10px 15px;
}

.blog-wb-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.bwcate {
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: auto;
  padding: 2px 5px;
  min-width: 40%;
  text-align: center;
}

.bwttl {
  line-height: 1.4em;
}

.blog-in a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.12);
          transform: translate(-50%, -50%) scale(1.12);
}

/*=========================
ABOUT
=========================*/
#about-hs {
  background-color: #ffffff;
  overflow: hidden;
}

#about-hs-in {
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}

.about-ttl {
  text-align: center;
  color: #B53A76;
  font-size: 30px;
  margin-bottom: 30px;
}

.about-txt {
  width: 730px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.1em;
  margin-bottom: 30px;
}

/*飾りの動き*/
.parts-left,
.parts-right {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  /* スッと感 */
}

/* 初期位置：画面外へ退避 */
.parts-left {
  left: -40%;
  bottom: 140px;
  width: 320px;
}

.parts-right {
  right: -40%;
  bottom: 145px;
  width: 390px;
}

/* 表示位置（最終位置） */
.parts-left.active {
  left: -8%;
  opacity: 1;
}

.parts-right.active {
  right: -12%;
  opacity: 1;
}

/*=========================
お役立ち情報
=========================*/
#fu-useful {
  background-color: #ffffff;
}

#fu-useful-in {
  padding-top: 50px;
  padding-bottom: 50px;
}

.useful-in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 4%;
  margin-bottom: 50px;
}

.sns-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-top: 30px;
  margin-bottom: 100px;
}
.sns-in > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company-info-ttl {
  font-size: 25px;
  line-height: 1.6em;
  color: #B53A76;
  margin-bottom: 30px;
  text-align: center;
}
.company-info-ttl span {
  font-size: 14px;
  color: #B53A76;
}

.company-info-txt {
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 30px;
}

.staffimg {
  margin-bottom: 30px;
}

/*=========================
キャンペーン
=========================*/
#contact {
  background-color: #ffffff;
}

#contact-in {
  padding-top: 20px;
  padding-bottom: 30px;
}

.fu-contact-ttl {
  text-align: center;
  color: #B53A76;
  font-size: 20px;
  margin-bottom: 10px;
}

.fu-contact-txt {
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 10px;
}

.fu-contact-txt2 {
  text-align: center;
  color: #B53A76;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4em;
}

.shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.shop > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop img {
  margin-bottom: 20px;
}
.shop h3 {
  text-align: center;
  color: #B53A76;
  font-size: 16px;
  margin-bottom: 15px;
}
.shop p.shop-txt {
  line-height: 1.6em;
  text-align: center;
}

.contact-tel {
  text-align: center;
  font-size: 30px;
  color: #B53A76;
  margin-bottom: 15px;
}
.contact-tel a {
  text-decoration: underline;
  color: #B53A76;
}
.contact-tel a:hover {
  text-decoration: none;
}

/*=========================
採用情報
=========================*/
#fu-recruit {
  background-color: #ffffff;
}

#fu-recruit-in {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  /*=========================
  main
  =========================*/
  #index-main {
    padding-bottom: calc(22% + 60px);
  }
  #index-main .slick-dots {
    display: none !important;
  }
  #index-main-in {
    top: calc(50% + 60px);
  }
  .main-slider .slick-prev,
  .main-slider .slick-next {
    width: 20px;
    height: 20px;
    top: 20vw;
  }
  .main-slider .slick-prev {
    left: 10px;
  }
  .main-slider .slick-next {
    right: 10px;
  }
  .main-slider .slick-prev::before, .main-slider .slick-next::before {
    width: 20px;
    height: 20px;
  }
  /*=========================
  コンテンツ
  =========================*/
  #campaign-in {
    padding-top: 40px;
  }
  .servicefr1 {
    display: block;
  }
  #fu-service-in {
    background-image: none;
  }
  .servicefr1 {
    margin-top: 20px;
  }
  .servicettl {
    margin-bottom: 30px;
  }
  .servicettl h3 {
    font-size: 28px;
    text-align: center;
  }
  .service-img {
    margin-bottom: 30px;
  }
  .servicetxt {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 50px;
  }
  /*プラン*/
  .service-plan {
    display: block;
  }
  .service-plan > div {
    margin-bottom: 10px;
  }
  .type-listfr {
    display: block;
  }
  .typefr-in {
    margin-bottom: 25px;
  }
  .typetxt .typettl {
    font-size: 16px;
    line-height: 1.4em;
  }
  /*バナー*/
  #more-service-in {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #newstopics {
    background-size: 100% auto;
  }
  #newstopics-in {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .newstopi-list a {
    display: block;
  }
  .newstopi-list a span {
    display: block;
  }
  .newstopi-list a .newsdate {
    padding: 10px 10px 5px 10px;
  }
  .newstopi-list a .newsttl {
    padding: 5px 10px 10px 10px;
  }
  .blog-infr {
    display: block;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-infr > div {
    margin-bottom: 15px;
  }
  #about-hs-in {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-ttl {
    font-size: 28px;
    margin-bottom: 60px;
    line-height: 1.8em;
  }
  .parts-left {
    width: 160px;
    bottom: 50%;
  }
  .parts-right {
    width: 190px;
    bottom: 8%;
  }
  .useful-in, .sns-in {
    display: block;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .useful-in > div, .sns-in > div {
    margin-bottom: 15px;
  }
  .company-info-ttl {
    font-size: 20px;
  }
  .shop {
    display: block;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .shop > div {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 767.01px) {
  .servicettl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .servicettl h3 {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media print, screen and (min-width: 1800.01px) {
  #index-main-in {
    left: calc(100% - 900px);
  }
  #index-main {
    padding-bottom: 750px;
  }
  .main-slider .main-slider .slick-next::before,
  .main-slider .main-slider .slick-prev::before {
    top: 340px;
  }
  .main-slider .slick-dots {
    top: 680px;
    width: 1800px;
  }
}