@charset "UTF-8";

/* 全体的な設定 */
html {
    font-size: 10px; /* 1rem = 10px */
    height: 100%;
    visibility: hidden;
  }
  html.wf-active {
    visibility: visible;
  }
body {
    height: 100%;
    height: 100dvh;
}
body,
input,
select,
textarea {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .1rem;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    }
.font-hira6 {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-style: normal;
    font-weight: 600;
}
/* 見出し */
    h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    }
/* 段落 */
    p {
    margin-bottom: 1rem;
    }
/* リンク */
    a {
    text-decoration: none;
    }
/* 画像 */
    img {
    width: 100%;
    height: auto;
    }
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    }

/*---------------------*/
/* ヘッダー */
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0 0 20px;
}
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 60%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: #E3007F;
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: -4px;
}
.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}
.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}
.p-header__nav {
  display: flex;
  z-index: 10;
  position: static;
  top: 0;
  right: auto;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: inherit;
  background: transparent;
  opacity: 1;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
}
.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: .95;
  background-color: #faf8d8;
}
.p-nav__inner {
  display: flex;
  justify-content: right;
}
.p-header__title {
  margin-bottom: 0;
  padding-left: 10px;
  margin-top: 0;
}
.p-nav__list {
  display: block;
  padding-right: 0;
  padding-left: 0;
  display: flex;
}
.p-nav__item {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
}
.p-nav__link {
  color: #000;
  font-size: 20px;
  display: block;
  padding: 20px 15px;
  width: 100%;
}
.p-nav__link:hover {
  color: #E3007F;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.ju-logoarea {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-right: 30px;
}
.p-header__hamburger {
  display: none;
}
.header-telarea {
  display: flex;
  justify-content: space-between;
  background-color: #FFF000;
  min-width: 478px;
  border-radius: 0 0 0 30px;
}
.header-telarea .tel-left {
  padding: 15px 30px;
}
.header-telarea .tel-left .tel-number {
  color: #E3007F;
  font-size: 24px;
  font-weight: bold;
}
.header-telarea .tel-left .tel-number:hover {
  color: #000;
}
.header-telarea .tel-left p {
  font-size: 12px;
}
.header-telarea .tel-right {
  min-width: 180px;
  background-color: #E3007F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 30px;
}
.header-telarea .tel-right p {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.header-telarea .tel-right p:hover {
  color: #FFF000;
}
.header-telarea .tel-right .mail-i {
  background-image: url(../images/common/mail_icon.svg);
  width: 32px;
  height: 21px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.tel-left br {
  display: none;
}
.nav-contact {
  display: none;
}
@media screen and (max-width: 1400px) {
  .p-nav__link {
    font-size: 18px;
    padding: 10px;
  }
  .ju-logoarea {
    padding-right: 10px;
    width: 10%;
  }
  .header-telarea {
    min-width: inherit;
    max-width: 100%;
  }
  .header-telarea .tel-left {
    padding: 15px;
  }
  .header-telarea .tel-right {
    min-width: inherit;
    max-width: 100%;
    padding: 0 10px;
}
}
@media screen and (max-width: 1200px) {
  .l-header {
    padding: 0 0 10px;
  }
  .p-header__title {
    width: 180px;
  }
  .p-nav__link {
    font-size: 16px;
    padding: 10px 6px;
  }
  .header-telarea .tel-left {
    padding: 10px 5px 10px 15px;
  }
  .header-telarea .tel-left .tel-number {
    font-size: 20px;
  }
  .header-telarea .tel-left p {
    font-size: 10px;
  }
  .header-telarea .tel-right p {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .p-header__title {
    width: 150px;
  }
  .p-nav__link {
    font-size: 14px;
  }
  .header-telarea .tel-left {
    padding: 10px 0px 10px 10px;
  }
  .header-telarea .tel-left p {
    margin-bottom: 5px;
  }
  .header-telarea .tel-left .tel-number {
    font-size: 14px;
  }
  .header-telarea .tel-left .tel-number {
    margin-bottom: 0px;
  }
  .tel-left {
    line-height: 1.4;
  }
  .tel-left br {
    display: block;
  }
  .header-telarea .tel-right {
    min-width: 90px;
  }
  .header-telarea .tel-right p {
    flex-direction: column;
    font-size: 10px;
  }
  .header-telarea .tel-right .mail-i {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 10px 0;
  }
  .p-header__title {
    width: 180px;
    z-index: 1000;
    position: relative;
  }
  .p-header__hamburger {
    display: block;
  }
  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
    justify-content: center;
  }
  .p-header__nav {
    position: absolute;
    opacity: 0; 
    height: 100vh;
    width: 100%;
    right: -100%;
    background-color: #fff;
  }
  .p-nav__link {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 2px solid #e964af;
    padding: 0px 20px 20px 50px;
  }
  .p-nav__item:first-child a {
    border-top: 2px solid #e964af;
    padding-top: 10px;
  }
  .p-nav__link::before {
    background-image: url(../images/common/nav-peach.svg);
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-nav__list {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    width: 80%;
  }
  .ju-logoarea,.header-telarea {
    display: none;
  }
  .nav-contact {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .p-nav__link {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 10px 10px 30px;
  }
}

/*---------------------*/
/* フッター */
footer {
  background-color: #F2F2F2;
  padding: 30px 0;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.footer__content nav ul {
  display: flex;
}
.footer__content nav ul li {
  font-size: 20px;
  padding-left: 40px;
}
.footer__content nav ul li:hover {
  color: #E3007F;
}
.copy-area {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .footer__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .footer-logoarea {
    max-width: 30%;
  }
  .footer__content nav ul li {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    flex-direction: column;
  }
  .footer-logoarea {
    margin-bottom: 30px;
    max-width: 250px;
  }
  .footer__content nav ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 540px) {
  .footer-logoarea {
    max-width: 220px;
  }
  .footer__content nav ul {
    flex-wrap: wrap;
    column-gap: 15px;
    width: 350px;
    padding-left: 50px;
  }
  .footer__content nav ul li {
    width: calc(33.33% - 10px);
    text-align: left;
    margin-bottom: 10px;
    padding-left: 0;
  }
  small {
    font-size: 70%;
  }
}



/*---------------------*/
/* 共通 */
.top-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-title {
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  font-family: arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.section-title .icon {
  width: 150px;
  height: 94px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.top-about .section-title .icon {
  background-image: url(../images/top/about-title.svg);
}
.top-service .section-title .icon {
  background-image: url(../images/top/service_title.svg);
}
.top-peach .section-title .icon {
  background-image: url(../images/top/peach_title.svg);
}
.top-instagram .section-title .icon {
  background-image: url(../images/top/insta_title.svg);
}
.top-information .section-title .icon {
  background-image: url(../images/top/info_title.svg);
}
.sub-rental04 .section-title .icon {
  background-image: url(../images/sub/qa-title.svg);
}
@media screen and (max-width: 1300px) {
  .top-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .section-title {
  font-size: 45px;
  margin-bottom: 30px;
  }
  .section-title .icon {
    width: 110px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .top-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .section-title {
    font-size: 35px;
  }
  .section-title .icon {
    width: 100px;
    height: 60px;
}
}
@media screen and (max-width: 420px) {
  .section-title {
    font-size: 28px;
  }
  .section-title .icon {
    width: 80px;
    height: 50px;
}
}
@media screen and (max-width: 350px) {
  .section-title {
    font-size: 24px;
  }
  .section-title .icon {
    width: 70px;
    height: 40px;
  }
}


/* information */
.top-information {
  padding-bottom: 130px;
  overflow: hidden;
}
.information-content {
  display: flex;
}
.information-content .left, .information-content .right {
  width: 50%;
}
.information-content .left {
  padding-right: 60px;  
}
.top-information .right {
  text-align: center;
}
.top-information .right h2 {
  font-size: 50px;
}
.top-information .right img {
  width: 200px;
  margin-bottom: 30px;
}
.info-table {
  width: 620px;
  margin-bottom: 60px;
}
.info-table th,.info-table td {
  padding: 30px 0;
  border-top: 1px solid #000;
}
.info-table th {
  font-size: 18px;
  text-align: right;
  width: 25%;
}
.info-table td {
  font-size: 16px;
  text-align: left;
  padding-left: 50px;
}
.info-table tr:last-child th,.info-table tr:last-child td {
  border-bottom: 1px solid #000;
}
.contact-btn a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #E3007F;
  padding: 15px 40px 15px 15px;
  width: 200px;
  position: relative;
  transition: transform 0.3s ease;
}
.contact-btn a:hover {
  transform: scale(1.1);
}
.contact-btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../images/top/info_arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.adress-br {
  display: none;
}
@media screen and (max-width: 1300px) {
  .info-table {
    width: 100%;
  }
  .information-content .left {
    padding-right: 3%;
    width: 45%;
  }
  .information-content .right {
    width: 55%;
  }
  .top-information .right h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 960px) {
  .information-content {
    flex-direction: column;
  }
  .information-content .left {
    padding-right: 0px;
    width: 60%;
    margin: 0 auto 50px;
  }
  .information-content .right {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .top-information {
    padding-bottom: 70px;
  }
  .information-content .left {
    width: 100%;
  }
  .top-information .right h2 {
    font-size: 35px;
  }
  .info-table th,.info-table td {
    font-size: 14px;
    line-height: 1.6;
  }
  .info-table th {
    padding: 20px 0;
  }
  .info-table td {
    padding: 20px 0 20px 30px;
  }
  .adress-br {
    display: block;
  }
  .contact-btn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .top-information .right h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 350px) {
  .top-information .right h2 {
    font-size: 24px;
  }
}

/* map */
.top-map {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .map-content iframe {
    height: 500px;
  }
}
@media screen and (max-width: 540px) {
.map-content iframe {
  height: 400px;
}
}


/* アニメーション */
/* 下からスライドイン */
.slideInBottom {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1s, transform 1s;
}
.slideInBottom.is-show {
  opacity: 1;
  transform: translateY(0);
}
/* 右からスライドイン */
.slideInRight {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 1s, transform 1s;
}
.slideInRight.is-show {
  opacity: 1;
  transform: translateX(0);
}
/* 左からスライドイン */
.slideInLeft {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 1s, transform 1s;
}
.slideInLeft.is-show {
  opacity: 1;
  transform: translateX(0);
}
/* フェードイン・拡大表示 */
.fadeIn {
  opacity: 0;
  transform: scale(0.5); /* 初期状態を少し小さく */
  transition: opacity 1s, transform 1s; /* opacity と transform の両方をアニメーション */
}
.fadeIn.is-show {
  opacity: 1;
  transform: scale(1); /* 通常サイズに拡大 */
}