@charset "UTF-8";

/* 全体的な設定 */
html {
    font-size: 10px; /* 1rem = 10px */
    height: 100%;
    visibility: hidden;
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
  }
html.wf-active {
  visibility: visible;
}
body {
    height: 100%;
    height: 100dvh;
}
body,
input,
select,
textarea {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #1A1311;
    background-color: #fff;
    margin: 0;
    padding: 0;
    }
.font-c {
  font-family: cubano, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
/* 見出し */
    h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }
/* リンク */
    a {
    text-decoration: none;
    }
/* 画像 */
    img {
    width: 100%;
    height: auto;
    }
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    }
  @media screen and (max-width: 960px) {
    body,
    input,
    select,
    textarea {
      font-size: 16px;
    }
}
  @media screen and (max-width: 600px) {
    body,
    input,
    select,
    textarea {
      font-size: 14px;
    }
}

/*---------------------*/
/* ヘッダー */
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.p-hamburger {
  display: none;
}
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger-inner {
  background-color: #FFAF00;
  width: 50px;
  height: 40px;
  margin: 0 auto;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: 10px;
}
.c-hamburger span:nth-of-type(2) {
  top: 16px;
  transform: translateX(-0.45deg);
}
.c-hamburger span:nth-of-type(3) {
  top: 22px;
  transform: translateX(-0.45deg);
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 18px;
  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: 14px;
  transform: translateX(-50%) rotate(-225deg);
}
.p-header__box {
  display: flex;
  z-index: 10;
  position: static;
  top: 0;
  right: auto;
  align-items: stretch;
  justify-content: center;
  height: inherit;
  background: transparent;
  opacity: 1;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
  column-gap: 30px;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 0px 0 14px;
  position: relative;
}
.p-header__title {
  position: absolute;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 23vw;
  max-width: 350px;
  height: 23vw;
  max-height: 350px;
  display: flex;
  align-items: flex-end;
  top: -8vw;
  left: -2.5vw;
}
.p-header__title img {
  position: absolute;
  left: 0;
  width: 16vw;
  max-width: 260px;
  top: 9.5vw;
  left: 3.75vw;
}
.p-hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
}
.p-header__box.is-active {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  background-color: #fff;
}
.p-nav__inner {
  display: flex;
}
.p-nav__list {
  padding-right: 0;
  padding-left: 0;
  display: flex;
}
.p-nav__item {
  position: relative;
  width: auto;
}
.p-nav__link {
  color: #000;
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding: 0 40px;
}
.p-nav__inner ul li:last-child a {
  border-right: none;
  padding-right: 0;
}
.nav-topbox {
  display: flex;
  column-gap: 30px;
  padding-top: 10px;
  margin-bottom: 6px;
  justify-content: right;
}
.nav-topbox .nav-tel p {
  color: #DC000C;
  font-size: 30px;
}
.nav-topbox .nav-tel p span {
  font-size: 18px;
}
.nav-topbox .nav-time p {
  font-size: 14px;
}
.p-nav__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  background-color: #06C755;
  height: auto;
  border-radius: 0 0 0 50px;
}
.p-nav__right a {
  width: 100%;
  height: 100%;
  padding: 0;
}
.p-nav__right .nav-line {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-nav__right .nav-line p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1500px) {
.p-header__title {
    width: 350px;
    height: 350px;
    top: -130px;
    left: -40px;
}
.p-header__title img {
  top: 160px;
  left: 70px;
  width: 230px;
}
}
@media screen and (max-width: 1300px) {
  .p-header__box {
    column-gap: 15px;
  }
  .p-nav__link {
    font-size: 16px;
    padding: 0 20px;
  }
  .p-nav__right {
    width: auto;
  }
  .p-nav__right a {
    padding: 0 30px;
  }
  .p-nav__right .nav-line p {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .p-header__box {
    column-gap: 10px;
  }
  .nav-topbox {
    column-gap: 3%;
  }
  .nav-topbox .nav-tel p {
    font-size: 26px;
  }
  .nav-topbox .nav-tel p span {
    font-size: 14px;
  }
  .nav-topbox .nav-time p {
    font-size: 12px;
  }
  .p-nav__link {
    font-size: 14px;
    padding: 0px 12px;
  }
  .p-nav__right {
    border-radius: 0 0 0 24px;
  }
  .p-nav__right a {
    padding: 0 15px;
  }
  .p-nav__right .nav-line p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
  .p-header__logo-a {
    position: relative;
    z-index: 1000;
    top: -20px;
  }
  .p-header__title {
    width: 170px;
    height: 170px;
    top: -60px;
    left: -20px;
  }
  .p-header__title img {
    min-width: 120px;
    top: 70px;
    left: 30px;
  }
  .p-hamburger {
    display: block;
  }
  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
  }
  .p-nav__left {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-header__box {
    position: absolute;
    opacity: 0; 
    height: 100vh;
    width: 100%;
    right: -100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
  .p-nav__list {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    margin: 0 auto;
  }
  .p-nav__link {
    border-right: 0;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
  }
  .p-nav__link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #0092E5;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .nav-topbox {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
    row-gap: 10px;
  }
  .nav-topbox .nav-time p {
    font-size: 14px;
  }
  .p-nav__right {
    width: 270px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .p-nav__right a {
    padding: 14px;
  }
  .p-nav__right .nav-line p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .p-header__title {
    width: 150px;
    height: 150px;
    top: -60px;
    left: -20px;
  }
  .p-header__title img {
    min-width: 100px;
    top: 70px;
    left: 30px;
  }
  .p-nav__link {
    font-size: 16px;
    padding-left: 35px;
  }
  .p-nav__link::before {
    width: 20px;
    height: 20px;
  }
  .nav-topbox .nav-tel p {
    font-size: 24px;
  }
  .nav-topbox .nav-time p {
    font-size: 12px;
  }
}


/*---------------------*/
/* フッター */
footer {
  text-align: center;
  padding-bottom: 30px;
}
footer .logo-area {
  max-width: 360px;
  margin: 0 auto 60px;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
  max-width: 900px;
}
.footer-nav ul li a {
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding: 0 30px;
}
.footer-nav ul li:last-child a {
  border-right: none;
  padding-right: 0;
}
footer small {
  font-size: 14px;
}
footer small br {
  display: none;
}
@media screen and (max-width: 767px) {
.footer-nav ul {
  margin: 0 auto 40px;
}
.footer-nav ul li a {
  font-size: 14px;
  padding: 0 20px;
}
footer small {
    font-size: 10px;
}
}
@media screen and (max-width: 600px) {
    .footer-nav ul li a {
      padding: 0 10px;
  }
}
@media screen and (max-width: 540px) {
  .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .footer-nav ul li a {
    display: block;
    width: 100%;
    border-right: none;
    padding: 0;
    font-size: 12px;
  }
  footer small br {
    display: block;
  }
}



/*---------------------*/
/* 全体共通 */
.mv {
    padding-top: 102px;
}
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.top-h2 {
  font-size: 32px;
}
@media screen and (max-width: 1300px) {
.mv {
    padding-top: 99px;
}
}
@media screen and (max-width: 1250px) {
  .section-inner {
    padding: 0 30px;
  }
  .top-h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .mv {
      padding-top: 90px;
  }
  .top-h2 {
      font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
      padding-top: 60px;
  }
  .section-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
.top-h2 {
    font-size: 22px;
}
}
@media screen and (max-width: 540px) {
.top-h2 {
    font-size: 18px;
}
}
@media screen and (max-width: 390px) {
.top-h2 {
    font-size: 16px;
}
}

/* 全体共通 バナー */
.com-banner {
  background-color: #fff;
  padding: 50px 0;
}
.com-banner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  column-gap: 50px;
}
.com-banner li a {
  display: grid;
  grid-template-columns: 45% 55%;
  background-color: #fff;
  padding: 10px 30px;
  width: 100%;
  height: 100%;
}
.com-banner .list01 {
  border: 10px solid #DC000C;
}
.com-banner .list02 {
  border: 10px solid #FFAF00;
}
.com-banner li h3 {
  color: #DC000C;
  margin-bottom: 30px;
  font-size: 48px;
}
.com-banner .text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1250px) {
  .com-banner ul {
    column-gap: 3%;
  }
  .com-banner li a {
    padding: 10px;
    grid-template-columns: 42% 58%;
  }
  .com-banner li h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .com-banner li h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .com-banner li a {
    column-gap: 6px;
  }
  .com-banner li h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .com-banner li h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .com-banner {
    padding: 40px 0;
  }
  .com-banner ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .com-banner .img-area {
    display: flex;
    justify-content: center;
  }
  .com-banner .img-area img {
    max-height: 130px;
    width: auto;
  }
  .com-banner li h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 390px) {
  .com-banner ul {
    row-gap: 10px;
  }
  .com-banner li h3 {
    font-size: 24px;
  }
  .com-banner .list01 {
    border: 6px solid #DC000C;
  }
    .com-banner .list02 {
    border: 6px solid #FFAF00;
  } 
}

/* 全体共通 お問い合わせ */
.com-contact {
  background-color: #FFAF00;
  padding: 45px 0;
}
.com-contact h2 {
  margin-bottom: 30px;
  text-align: center;
}
.com-contact ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  column-gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.com-contact ul li {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
.com-contact ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.com-contact ul .tel-area {
  border: 5px solid #DC000B;
}
.com-contact ul .line-area {
  border: 5px solid #4DC764
}
.com-contact ul .line-inner {
  display: flex;
}
.com-contact ul .tel-area h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.com-contact ul .tel-area .number {
  font-size: 40px;
  color: #DC000B;
  margin-bottom: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.com-contact ul .tel-area .number::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 45px;
  background-image: url(../images/common/tel_icon.png);
  background-size: cover;
  margin-right: 10px;
}
.com-contact ul .tel-area .time{
  font-size: 16px;
}
.com-contact ul .line-area h3 {
  font-size: 28px;
  color: #4DC764;
  position: relative;
}
.com-contact ul .line-inner::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../images/common/line_icon.png);
  background-size: cover;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .com-contact ul {
    column-gap: 3%;
  }
}
@media screen and (max-width: 1100px) {
  .com-contact ul .tel-area .time {
      font-size: 14px;
  }
  .com-contact ul .line-area h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  .com-contact {
    padding: 40px 0;
  }
  .com-contact ul li a {
    padding: 15px 10px;
  }
  .com-contact ul .tel-area h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .com-contact ul .tel-area .number {
    font-size: 36px;
  }
  .com-contact ul .tel-area .number::before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
  }
  .com-contact ul .tel-area .time {
    letter-spacing: 1px;
  }
  .com-contact ul .line-area h3 {
    font-size: 24px;
  }
  .com-contact ul .line-inner::before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 850px) {
    .com-contact ul .tel-area h3 {
      font-size: 16px;
    }
    .com-contact ul .tel-area .number {
      font-size: 30px;
      margin-bottom: 4px;
    }
    .com-contact ul .tel-area .time {
      letter-spacing: .2px;
    }
    .com-contact ul .line-area h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .com-contact h2 {
        margin-bottom: 20px;
    }
    .com-contact ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-auto-rows: 1fr;
      width: 65%;
      row-gap: 10px;
    }
}
@media screen and (max-width: 600px) {
    .com-contact {
      padding: 30px 0;
    }
    .com-contact ul {
      width: 100%;
    }
    .com-contact h2 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 390px) {
    .com-contact ul li a {
      padding: 8px;
    }
    .com-contact ul .tel-area h3 {
      font-size: 14px;
    }
    .com-contact ul .tel-area .number {
      font-size: 26px;
    }
    .com-contact ul .tel-area .number::before {
        width: 28px;
        height: 28px;
        margin-right: 3px;
    }
    .com-contact ul .tel-area .time {
        font-size: 11px;
    }
    .com-contact ul .line-inner::before {
        width: 50px;
        height: 50px;
    }
    .com-contact ul .line-area h3 {
        font-size: 17px;
    }
}

/* マップ　overview */
.com-overview {
  padding: 70px 0 100px;
}
.com-overview ul {
  display: grid;
  grid-template-columns: 55% 43%;
  column-gap: 2%;
}
.com-overview ul .map-area {
  border: 1px solid #1A1311;
}
.com-overview ul .info-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.com-overview ul .info-inner {
  max-width: fit-content;
  margin: 0 auto;
}
.com-overview ul .logo-area {
  margin-bottom: 40px;
}
.com-overview ul .text-area {
  text-align: center;
  font-weight: bold;
}
.com-overview ul .text-area p {
  margin-bottom: 10px;
}
  .com-overview ul .text-area p br {
    display: none;
  }
@media screen and (max-width: 1250px) {
  .com-overview ul {
  grid-template-columns: 50% 48%;
  }
  .com-overview ul .text-area p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .com-overview {
    padding: 50px 0;
  }
  .com-overview ul .map-area iframe {
    height: 380px;
  }
  .com-overview ul .logo-area {
    max-width: 80%;
    margin: 0 auto 40px;
  }
  .com-overview ul .text-area p br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .com-overview {
    padding: 50px 0 30px;
  }
    .com-overview ul {
      display: flex;
      flex-direction: column;
      row-gap: 30px;
      width: 70%;
      margin: 0 auto;
    }
  .com-overview ul .map-area iframe {
    height: 300px;
  }
    .com-overview ul .text-area p br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
    .com-overview {
        padding: 40px 0;
    }
    .com-overview ul {
      width: 100%;
    }
    .com-overview ul .logo-area {
    max-width: 260px;
    margin: 0 auto 20px;
  }
    .com-overview ul .text-area p br {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .com-overview {
    padding: 40px 0 20px;
  }
  .com-overview ul {
  row-gap: 20px;
  }
  .com-overview ul .map-area iframe {
      height: 260px;
  }
  .com-overview ul .text-area p {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
    .com-overview ul .logo-area {
    max-width: 220px;
    }
    .com-overview ul .map-area iframe {
      height: 230px;
    }
    .com-overview ul .text-area p {
    font-size: 12px;
    }
}

/*---------------------*/
/* アニメーション */
/* 下からスライドイン */
.slideInBottom {
  opacity: 0;
  transform: translateY(40px);
  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;
}
.fadeIn.is-show {
  opacity: 1;
  transform: scale(1);
}

/* 色変更 */
.t-red {
  color: inherit;
  transition: color 0.2s ease-in-out;
}
.t-red:hover {
  color: #DC000C;
}

/* 波紋 オレンジ */
.box-shadow:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 1.7s infinite;
  animation: ripple 1.5s infinite;
}
@keyframes ripple {
  0% {box-shadow: 0 0 0 0 #FFAF00;}
  60% {box-shadow: 0 0 0 15px rgb(255 175 0 / 0%);}
  100% {box-shadow: 0 0 0 0 rgb(255 175 0 / 0%);}
}

/* 波紋 赤 */
.box-shadow2:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 1.7s infinite;
  animation: ripple2 1.5s infinite;
}
@keyframes ripple2 {
  0% {box-shadow: 0 0 0 0 #DC000C;}
  60% {box-shadow: 0 0 0 15px rgb(220 0 12 / 0%);}
  100% {box-shadow: 0 0 0 0 rgb(220 0 12 / 0%);}
}

/* 波紋 緑 */
.box-shadow3:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 1.7s infinite;
  animation: ripple3 1.5s infinite;
}
@keyframes ripple3 {
  0% {box-shadow: 0 0 0 0 #4DC764;}
  60% {box-shadow: 0 0 0 15px rgb(77 199 100 / 0%);}
  100% {box-shadow: 0 0 0 0 rgb(77 199 100 / 0%);}
}

/* ホバー拡大 */
.logo-big {
  transition: transform 0.3s ease-out;
}
.logo-big:hover {
  transform: scale(1.03);
}
