/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");

/* 
font-family: 'Noto Sans JP'
font-family: 'Josefin Sans'
font-family: 'Poppins'
*/

/* Missing font
  font-family: 'GothicMB101Pro-DeBold' 
*/

:root {
  --font-f0: 13px;
  --font-f1: 14px;
  --font-f2: 16px;
  --font-f3: 18px;
  --font-f4: 20px;
  --font-f5: 24px;
  --font-f6: 28px;
  --font-f7: 30px;
  --font-f8: 40px;
  --font-f9: 49px;
  --font-f10: 80px;
  --font-f11: 132px;
  --font-f12: 60px;
  --font-f13: 50px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-f2);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  color: #1e1e1e;
}

a {
  text-decoration: none;
  color: inherit;
}

.g-flex {
  display: flex;
}

.g-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.g-flex-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.g-align-center {
  display: flex;
  align-items: center;
}

.g-sapce-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.g-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-column {
  display: flex;
  flex-direction: column;
}

.g-row-reverse {
  flex-direction: row-reverse;
}

.g-align-end {
  align-self: flex-end;
}

.text-color-white {
  color: #fff;
}

.text-color-1E1E1E {
  color: #1e1e1e;
}

.gap-4 {
  gap: 4px;
}

.gap-60 {
  gap: 60px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1000;
}

.logo {
  height: 113px;
  position: fixed;
  top: 0;
  left: 0;
}

.logo img {
  height: 100%;
  width: auto;
}

.nav {
  display: flex;
  gap: 10px;
}

.nav-btn {
  padding: 4px 20px;
  border-radius: 25px;
  font-weight: 500;
  font-size: var(--font-f2);
  color: #fff;
  transition: opacity 0.3s;
  gap: 4px;
}

.nav-btn:hover {
  opacity: 0.8;
}

.nav-btn.reservation {
  background-color: #e95a69;
  border: 3px solid #d54655;
  border-bottom: 6px solid #d54655;
}

.nav-btn.document {
  background-color: #19baff;
  border: 3px solid #05a6eb;
  border-bottom: 6px solid #05a6eb;
}

.nav-btn.contact {
  background-color: #5cb531;
  border: 3px solid #48a11d;
  border-bottom: 6px solid #48a11d;
}

.nav-btn.tel {
  background-color: #00a79d;
  border: 3px solid #009389;
  border-bottom: 6px solid #009389;
  font-family: "Josefin Sans";
  font-size: var(--font-f4);
  padding-bottom: 0;
}

.nav-btn.tel img {
  position: relative;
  top: -2px;
}

.nav-w-17 {
  width: 17px;
}

.nav-w-20 {
  width: 20px;
}

.nav-w-13 {
  width: 13px;
}

.nav-w-20 {
  width: 20px;
}

.contact-section {
  padding: 150px 0;
  text-align: center;
  background: #fff;
}

.common-title-18 {
  font-weight: 500;
  font-size: var(--font-f3);
  color: #00a79d;
  margin-top: -5px;
}

.common-title-80,
.contact-title {
  font-family: "Josefin Sans";
  font-size: var(--font-f10);
  color: #00a79d;
  font-weight: 600;
}

.contact-subtitle {
  font-weight: 500;
  font-size: var(--font-f0);
  color: #00a79d;
  margin-bottom: 40px;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-btn {
  flex: 1;
  max-width: 255px;
  padding: 15px 15px 11px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-btn:hover {
  opacity: 0.9;
}

.contact-btn.reservation {
  background-color: #e95a69;
  color: white;
  border: 5px solid #d54655;
  border-bottom: 10px solid #d54655;
}

.contact-btn.document {
  background-color: #19baff;
  color: white;
  border: 5px solid #05a6eb;
  border-bottom: 10px solid #05a6eb;
}

.contact-btn.inquiry {
  background-color: #5cb531;
  color: white;
  border: 5px solid #48a11d;
  border-bottom: 10px solid #48a11d;
}

.contact-btn.tel {
  background-color: #00a79d;
  color: white;
  border: 5px solid #009389;
  border-bottom: 10px solid #009389;
}

.contact-btn .en {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: var(--font-f1);
  margin-bottom: -3px;
}

.contact-btn .ja {
  font-weight: 700;
  font-size: var(--font-f5);
}

.contact-btn .ja-tel {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: var(--font-f6);
  margin-top: 8px;
}

.footer {
  background-color: #00a79d;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo img {
  height: 160px;
  width: auto;
}

.footer-links {
  margin-bottom: 55px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: none;
}

.footer-separator {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
}

.copyright {
  font-size: var(--font-f1);
  font-family: "Josefin Sans";
  font-weight: 600;
}

.g-relative {
  position: relative;
}

.g-overflow-hidden {
  overflow: hidden;
}

.g-text-align-right {
  text-align: right;
}

.g-w-1080 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.contact-section.contact-section-fixed {
  display: none;
}

@supports (-webkit-touch-callout: none) {
  .header {
    padding-top: env(safe-area-inset-top);
  }

  .logo {
    top: env(safe-area-inset-top);
  }

  .footer {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.is-ios .faq-answer {
  -webkit-overflow-scrolling: touch;
}

.is-ios input,
.is-ios textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

@media (min-width: 769px) and (max-width: 1100px) {
  :root {
    --font-f1: 10px;
    --font-f5: 16px;
    --font-f6: 20px;
  }

  .contact-btn .ja-tel {
    margin-top: 4px;
  }

  .contact-section.contact-section-normal .contact-buttons {
    flex-wrap: wrap;
    width: 600px;
  }

  .contact-section.contact-section-normal .contact-btn {
    flex: initial;
    width: 50%;
    box-sizing: border-box;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --font-f1: 10px;
    --font-f5: 16px;
    --font-f6: 20px;
    --font-f12: 40px;
    --font-f8: 30px;
    --font-f7: 20px;
    --font-f10: 50px;
    --font-f2: 14px;
    --font-f4: 16px;
  }

  .nav {
    display: none;
  }

  .footer {
    padding-bottom: 150px;
  }

  .contact-section.contact-section-fixed {
    display: flex;
  }

  .contact-section.contact-section-fixed {
    padding: 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .contact-section.contact-section-normal {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-section.contact-section-normal .contact-buttons {
    flex-wrap: wrap;
  }

  .contact-section.contact-section-normal .contact-btn {
    flex: initial;
    max-width: initial;
    width: 32%;
    box-sizing: border-box;
    padding: 10px 5px 6px;
    border-width: 4px;
    border-bottom-width: 8px;
    /* gap: 5px; */
    flex-shrink: 0;
  }

  .contact-section.contact-section-normal .contact-btn .ja {
    font-size: 14px;
  }

  .contact-section.contact-section-normal .contact-btn .ja-tel {
    font-size: 15px;
    margin-top: 3px;
  }

  .contact-section.contact-section-fixed .contact-buttons {
    flex-wrap: wrap;
    padding: 0;
    gap: 0;
    width: 100%;
  }

  .contact-section.contact-section-fixed .contact-btn {
    width: 50%;
    min-width: 50%;
    max-width: initial;
    border: none;
    flex-shrink: 0;
    border: none !important;
    border-radius: 0 !important;
    padding: 9px 0;
  }

  .contact-section.contact-section-fixed .contact-btn .ja-tel {
    margin-top: 5px;
  }

  .is-ios
    .contact-section.contact-section-fixed
    .contact-btn:nth-last-child(1) {
    margin-bottom: env(safe-area-inset-bottom);
  }

  .is-ios
    .contact-section.contact-section-fixed
    .contact-btn:nth-last-child(2) {
    margin-bottom: env(safe-area-inset-bottom);
  }

  .footer {
    padding-top: 15px;
  }

  .footer-links {
    margin-bottom: 47px;
    margin-top: -20px;
  }

  .footer-logo img {
    height: 120px;
    object-fit: contain;
  }
}

@media screen and (max-width: 480px) {
  :root {
    --font-f10: 40px;
  }
  .contact-section.contact-section-normal .contact-btn {
    width: 42%;
  }
}
