@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #373737;
  background: #faf8f3;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

#wrapper {
  overflow: hidden;
  background: url(../img/bg_flower.jpg) center center fixed;
  background-size: cover;
  position: relative;
}
.section-inner {
  padding: 0 2%;
}
@media (max-width: 768px) {
  .section-inner {
    padding: 0 4%;
  }
}
@media (max-width: 500px) {
  .section-inner {
    padding: 0 6%;
  }
}
/* ----------------------余白---------------------- */

.top-mv {
  margin: 140px 0 120px;
}
.top-service,.about-address,.service-service {
  margin-top: 160px;
}
.about-outline,.service-process {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .top-mv {
    margin: 120px 0 60px;
  }
  .top-service,.about-address,.service-service {
    margin-top: 100px;
  }
  .about-outline,.service-process {
    margin-top: 60px;
  }
}
@media (max-width: 500px) {
  .top-mv {
    margin: 100px 0 40px;
  }
  .top-service,.about-address,.service-service {
    margin-top: 80px;
  }
  .about-outline,.service-process {
    margin-top: 60px;
  }
}

.ttl-h1 {
  font-size: 20rem;
  font-family: "Montserrat", sans-serif;
  color: #73a082;
  font-weight: 100;
  text-align: left;
  line-height: 1;
}
.ttl-h2 {
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.ttl-ja {
  font-size: 2rem;
  margin-left: 20px;
  font-weight: 300;
}
@media (max-width: 1100px) {
  .ttl-h1 {
    font-size: 13rem;
  }
}
@media (max-width: 768px) {
  .ttl-h1 {
    font-size: 10rem;
  }
  .ttl-h2 {
  font-size: 3rem;
}
  .ttl-ja {
    font-size: 1.5rem;
    margin-left: 10px;
  }
}
@media (max-width: 580px) {
    .ttl-h1 {
    font-size: 8rem;
  }
}
@media (max-width: 480px) {
    .ttl-h1 {
    font-size: 6rem;
  }
}
@media (max-width: 390px) {
    .ttl-h1 {
    font-size: 4.2rem;
  }
}
ul {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: .8;
    transition: .3s;
  }
}

a:visited {
  opacity: 1;
}
img {
  width: 100%;
  vertical-align:top;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
      pointer-events: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .opacity-link:hover {
    opacity: .6;
    transition: .3s;
  }
}

.contentsArea {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1), -10px 0 15px rgba(0, 0, 0, 0.1); 
}
@media (min-width: 450px) {
  .contentsArea {
    max-width: 400px; /* PC時にコンテンツを少し広くする（400px～480pxの範囲で調整） */
  }
}  

.txt-center {
  text-align: center;
}
.txt-white {
  color: #fff;
}
.txt-green {
  color: #73a082;
}
.no-break {
  white-space: nowrap;
}
@media (max-width: 380px) {
  .no-break {
    white-space: normal;
  }
}

.br-570 {
  display: none;
}
@media (max-width: 570px) {
  .br-570 {
    display: block;
  }
}
.br-400 {
  display: block;
}
@media (max-width: 400px) {
  .br-400 {
    display: none;
  }
}
.br-390 {
  display: none;
}
@media (max-width: 390px) {
  .br-390 {
    display: block;
  }
}

/* ----------------------header---------------------- */

/* ========== ヘッダー共通 ========== */
.site-header {
  width: 100%;
  padding: 20px 2%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.site-header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* メニューオープン時にロゴを消す */
body.is-menu-open .site-header__logo {
  opacity: 0;
  pointer-events: none;   /* 念のためクリック無効 */
}
.site-header__logo img {
  max-width: 352px;
  height: auto;
  display: block;
}

/* PCナビ */
.pc-nav {
  display: block;
}
.global-nav {
  display: flex;
  align-items: center;
  gap: 60px; /* メニュー同士の間隔 */
  font-size: 2rem;
  font-weight: 700;
}
.global-nav__item {
  position: relative;
}
.global-nav__link {
  color: #373737;
  text-decoration: none;
  padding-bottom: 4px;
  position: relative;
  text-decoration: none;
}


/* Contactボタン */
.global-nav__item--contact .global-nav__link {
  background: #73a082;
  color: #fff;
  padding: 8px 32px;
  border-radius: 12px;
  text-decoration: none;
}
.global-nav__item--contact .global-nav__link:hover {
  opacity: 0.8;
}

.global-nav__link--current {
  font-weight: 700;
}

/* 下線風のラインを出すなら */
.global-nav__link--current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;      /* 文字からの距離はお好みで */
  width: 100%;
  height: 2px;
  background: #73a082;
}

/* Instagramアイコン */
.global-nav__item--insta img {
  width: 32px;
  height: 32px;
  display: block;
}

/* ドロップダウン（PC） */
.global-nav__item--has-sub > .global-nav__link {
  border-bottom: 2px solid transparent;
}

.global-nav__sub {
  position: absolute;
  top: 100%;
  left: 50%;                 /* 親の中央を基準にして */
  transform: translateX(-50%);
  background: #fbf8f0;
  display: none;
  z-index: 20;
}
.global-nav__sub li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-nav__sub a {
  display: block;
  padding: 6px 10px;
  font-size: 1.6rem;
  color: #373737;
}
.global-nav__sub a:hover {
  background: rgba(55,55,55,0.05);
}

/* ホバーで表示 */
.global-nav__item--has-sub:hover > .global-nav__sub {
  display: block;
}

/* ========== ハンバーガー（SPのみ表示） ========== */
.site-header__hamburger {
  display: none;
  width: 30px;
  padding: 4px 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1100;
  transform: translateY(-5px);
}
.site-header__hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #373737;
  margin: 8px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 開いている時の×表示 */
.site-header__hamburger.is-open span:first-child {
  transform: translateY(6px) rotate(45deg);
  background: #fff;
}
.site-header__hamburger.is-open span:last-child {
  transform: translateY(-4px) rotate(-45deg);
  background: #fff;
}

/* ========== SPメニュー ========== */
.sp-menu {
  position: fixed;
  inset: 0;
  background: #73a082;
  color: #fff;
  display: none;
  z-index: 900;
}
.sp-menu.is-open {
  display: block;
}
.sp-menu__inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 24px 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.sp-menu__logo img {
  max-width: 142px;
  height: auto;
  float: left;
}

/* SPナビ本体 */
.sp-menu__nav {
  margin-bottom: 20px;
}
.sp-menu__list {
  list-style: none;
  padding: 0;
}
.sp-menu__item {
  border-bottom: 1px solid #fff;
}
.sp-menu__item a {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

/* 説明文 */
.sp-menu__lead {
  line-height: 1.6;
  text-align: left;
}

/* ボタンエリア（スマホメニュー下部） */
.sp-menu__btnArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 420px;
  width: 100%;
}
.sp-menu__btn {
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  background: #fff;
  color: #373737;
  border-radius: 40px;
  padding: 8px 5px;
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
}
.sp-menu__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 37px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

/* アイコン差し替え */
.sp-menu__btn--form::before {
  background-image: url(../img/icon_mail_green.png);
}
.sp-menu__btn--tel::before {
  width: 30px;
  height: 39px;
  background-image: url(../img/icon_tel_green.png);
}
.sp-menu__btn--instagram::before {
  width: 34px;
  height: 34px;
  background-image: url(../img/icon_instagram_green.png);
}
.sp-menu__btn--tel {
  line-height: 1.3;
}
.sp-menu__btn--tel span {
  font-size: 1.5rem;
}

/* メニュー表示中は背景スクロール禁止 */
body.is-menu-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .site-header__logo img {
    max-width: 250px;
  }
  .global-nav {
    gap: 40px;
  }
}

/* ========== レスポンシブ ========== */
@media (max-width: 870px) {
  .site-header {
    padding: 24px;
  }
  .site-header__inner {
    max-width: none;
  }
  .site-header__logo img {
    max-width: 200px;
  }
  .pc-nav {
    display: none;
  }
  .site-header__hamburger {
    display: block;
  }
}

@media (max-width: 550px) {
  .site-header__logo img {
    max-width: 150px;
  }
}

@media (max-width: 390px) {
  .sp-menu__btn {
    font-size: 1.8rem;
  }
  .sp-menu__btn--tel sp {
    font-size: 1.4rem;
  }
  .sp-menu__btn::before {
    left: 15px;
  }
  .sp-menu__btn--form::before {
    width: 35px;
    height: 23px;
  }
  .sp-menu__btn--tel::before {
    width: 25px;
    height: 34px;
  }
  .sp-menu__btn--instagram::before {
    width: 29px;
    height: 29px;
  }
}






/* ----------------------contact---------------------- */

.contact {
  padding: 200px 0 150px;
}
.contact__ttl {
  line-height: 1;
  margin-bottom: 10px;
}
.contact__container {
  background: #73a082;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
}
.contact__lead {
  text-align: left;
}
.contact__txtArea {
  color: #fff;
}
.contact__btnArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 420px;
  width: 100%;
}
.contact__btn {
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  background: #fff;
  border-radius: 40px;
  padding: 10px;
  position: relative;
  display: block;
}
.contact__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px; 
  transform: translateY(-50%);
  width: 42px;
  height: 33px;
  background-image: url(../img/icon_mail_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.contact__btn-tel {
  line-height: 1.2;
}
.contact__btn-tel::before {
  width: 35px;
  height: 44px;
  background-image: url(../img/icon_tel_green.png);
}
.contact__btn-instagram::before {
  width: 39px;
  height: 39px;
  background-image: url(../img/icon_instagram_green.png);
}
.contact__btn-tel span {
  font-size: 1.8rem;
}

@media (hover: hover) and (pointer: fine) {
  .contact__btn:hover {
    background: #d5e2d9; 
  }
}

@media (max-width: 870px) {
  .contact__container {
    flex-direction: column;
  }
  .contact__txtArea {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 120px 0 120px;
  }
  .contact__btn {
    font-size: 2rem;
 }
  .contact__btn-tel span {
   font-size: 1.5rem;
  }
  .contact__btn::before {
    width: 36px;
    height: 27px;
  }
  .contact__btn-tel::before {
    width: 29px;
    height: 38px;
  }
.contact__btn-instagram::before {
    width: 33px;
    height: 33px;
  }
}

@media (max-width: 450px) {
  .contact {
    padding: 80px 0 100px;
  }
  .contact__container {
    padding: 25px;
  }
}
@media (max-width: 415px) {
  .contact__txtArea {
    margin-bottom: 20px;
  }
  .contact__btn {
    padding: 5px;
  }
  .contact__btn {
    font-size: 1.7rem;
 }
  .contact__btn-tel span {
   font-size: 1.4rem;
  }
  .contact__btn::before {
    left: 13px;
  }
  .contact__btn::before {
    width: 29px;
    height: 20px;
  }
  .contact__btn-tel::before {
    width: 22px;
    height: 31px;
  }
.contact__btn-instagram::before {
    width: 26px;
    height: 26px;
  }
}


/* ----------------------footer---------------------- */
.footer {
  background: #fff;
  padding: 40px 0 20px;
}
.footer__nav {
  max-width: 480px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
}
.footer__container {
  max-width: 925px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.footer__logo {
  max-width: 380px;
}
.footer__companyIconArea {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__company {
  font-size: 2.4rem;
  font-weight: 600;
}
.footer__sns-item--mail img {
  max-width: 30px;
  margin-right: 20px;
}
.footer__sns-item--instagram img {
  max-width: 26px;
}
.footer__officceArea {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
}
.footer__officce-ttl,.footer__officce-txt {
  padding-left: 10px;
}
.footer__officce {
  border-left: 3px solid #73a082;
}
.footer__copyright {
  font-size: 1.3rem;
  display: block;
  padding-top: 5px;
}

@media (max-width: 768px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
  }
  .footer__companyIconArea {
    margin-bottom: 20px;
  }
  .footer__company {
    font-size: 1.6rem;
  }
  .footer__officce-ttl,.footer__officce-txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 470px) {
  .footer__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }
  .footer__nav li {
    border-bottom: 1px solid #73a082;
    width: 100%;
  }
}