@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

:root {
  --color-primary: #F38932;
  --color-secondary: #F8EFE0;
  --color-accent: #FFDF5C;
  --color-bg: #FAF3E8;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #3B3938;
  font-size: 1.8rem;
}


a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #3B3938;
  cursor: pointer;
}

a[href^="tel:"] {
  pointer-events: none;
}

figure {
  overflow: hidden;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

picture {
  display: block;
  overflow: hidden;
}

picture img {
  width: 100%;
}

address {
  font-style: normal;
}

.sp {
  display: none;
}

.sp768 {
  display: none;
}

.font-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.7;
}

.wrapper {
  width: 77.8%;
  max-width: 1120px;
  min-width: 1000px;
  margin: 0 auto;
}

h2.section-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.6;
}


h2.section-title span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
}

h2.section-title span::first-letter {
  color: var(--color-primary);
}

a.detail_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: fit-content;
  padding: 0.5em 20px 0.5em 25px;
  border-radius: 2em;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
  transition: all 0.3s ease;
}

a.detail_btn svg {
  width: 1.2rem;
  stroke: #fff;
}

a.detail_btn:hover {
  background-color: #fff;
  color: var(--color-primary);
}

a.detail_btn:hover svg {
  stroke: var(--color-primary);
}

/* header */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: calc(100% - 60px);
  height: 80px;
  padding: 12px 50px;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  background-color: #fff;
  border-radius: 20px;
}

.header_logo {
  width: clamp(217px, 21.25vw, 320px);
}

.header_logo p {
  margin-bottom: 5px;
  font-size: clamp(0.8rem, 0.76vw, 1.2rem);
}

header .pc-nav {
  flex: 1;
}

header .pc-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: max(10px, 2.08vw);
}

header .pc-nav ul li a {
  transition: color 0.3s ease;
}

header .pc-nav ul li a:hover,
header .pc-nav ul li a.is-active {
  color: var(--color-primary);
}

header .pc-nav ul li a.btn-tel {
  font-size: 2.16rem;
  letter-spacing: 0.05em;
}

header .pc-nav a.btn-web {
  display: flex;
  gap: 10px;
  padding: 12px 25px;
  border-radius: 2em;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
}

header .pc-nav a.btn-web:hover {
  background-color: #fff;
  color: var(--color-primary);
}

header .pc-nav a.btn-web:hover svg {
  stroke: var(--color-primary);
}

header .pc-nav a.btn-tel::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

header .pc-nav a.btn-tel::before {
  background-image: url(../img/icon_tel.svg);
  vertical-align: sub;
}

header .pc-nav a.btn-web svg {
  width: 19px;
  stroke: #fff;
}

.hours {
  padding: 12px 24px 15px;
  letter-spacing: normal;
}

.hours table thead th {
  padding: 0 6px 11px;
  font-size: 1.4rem;
  font-weight: 500;
}

.hours table thead th {
  border-bottom: 0.75px solid var(--color-primary);

}

.hours table thead th:first-child {
  width: 20%;
  min-width: 100px;
  text-align: left;
}

.hours table tbody th {
  padding-left: 6px;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 500;
}

.hours table tbody td {
  text-align: center;
  font-size: 1rem;
}

.hours table tbody tr:first-child th {
  border-bottom: 0.75px solid var(--color-primary);
}

.hours table tbody tr:first-child td {
  position: relative;
  padding: 10px 7px 20px;
  border-bottom: 0.75px solid var(--color-primary);
  font-weight: 700;
}

.hours table tbody tr:first-child td span {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  letter-spacing: normal;
  white-space: nowrap;
}

.hours table tbody tr:nth-child(2) th {
  padding-top: 8px;
}

.hours table tbody tr:nth-child(2) td {
  padding-top: 8px;
  font-weight: 700;
}

/* footer */
footer {
  background-color: #8D7358;
  padding: 30px 0;
}

footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

footer nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

footer nav ul li a {
  color: #fff;
  letter-spacing: 0.05em;
}

footer p {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
}


/* return-to-top */
.return-to-top {
  width: 80px;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 46px;
  right: 60px;
  transform: translateX(calc(100% + 60px)) rotate(0);
  cursor: pointer;
  z-index: 100;
  transition: all 0.5s ease;
}

.return-to-top.on {
  transform: translateX(0) rotate(-360deg);
}

@media screen and (max-width: 1320px) {
  header {
    padding: 12px 25px;
  }

  header .pc-nav ul {
    gap: 10px;
  }

  header .pc-nav a.btn-web {
    padding: 6px 18px;
  }
}


@media screen and (max-width: 1110px) {
  body {
    font-size: 1.6rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }

  .wrapper {
    width: 100%;
    min-width: auto;
    padding: 0 20px;
  }

  h2.section-title {
    margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.5;
  }

  h2.section-title span {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  h2.section-title span::first-letter {
    color: var(--color-primary);
  }

  a.detail_btn {
    margin: 0 auto;
  }

  header {
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    padding: 7px 20px;
    border-radius: 0;
    top: 0;
    background-color: transparent;
    transition: background-color 0.5s;
  }

  header.open {
    background-color: #fff;
  }

  header .header_logo {
    display: none;
  }

  .header_logo.sp {
    display: block;
    position: absolute;
    top: 7px;
    left: 20px;
  }

  .hamburger {
    display: block;
  }

  .hamburger .bar {
    position: relative;
    margin: 0 auto;
    width: 36px;
    height: 28px;
  }

  .hamburger .bar span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-primary);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
  }

  .hamburger .bar span:first-child {
    top: 8px;
  }

  .hamburger .bar span:nth-child(2) {
    top: 18px;
  }

  .hamburger .txt {
    text-align: center;
    font-size: 1rem;
    color: var(--color-primary);
  }

  .slide-menu {
    display: flex;
    width: 100%;
    height: calc(100dvh - 60px);
    position: absolute;
    top: 80px;
    right: -100%;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
  }

  .slide-menu.open {
    right: 0;
  }

  .slide-menu li {
    margin-bottom: 2px;
    background-color: var(--color-secondary);
  }

  .slide-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 40px;
    font-weight: 500;
  }

  .slide-menu li.submenu {
    margin-top: -2px;
  }

  .slide-menu li.submenu ul li a {
    justify-content: flex-start;
    padding: 0 40px 10px 60px;
    font-size: 1.2rem;
  }

  .slide-menu li.submenu ul li a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: var(--color-primary);
  }

  .slide-menu li a svg {
    width: 12px;
    stroke: var(--color-primary);
  }

  .slide-menu .hours {
    flex: 1;
    padding: 10px 24px;
  }

  .slide-menu .bottom-cta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .slide-menu .bottom-cta li {
    margin-bottom: 0;
  }

  .hamburger.open .bar span {
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .hamburger.open .bar span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .hamburger.open .bar span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* bottom cta sp */
  .sp.bottom-cta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .bottom-cta li {
    width: 100%;
  }

  .bottom-cta li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px;
    text-align: center;
    font-size: 1.8rem;
  }

  .bottom-cta li a.btn-tel {
    background-color: var(--color-accent);
  }

  .bottom-cta li a.btn-web {
    background-color: var(--color-primary);
    color: #fff;
  }

  .bottom-cta li a::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .bottom-cta li a.btn-tel::before {
    background-image: url(../img/icon_tel.svg);
  }

  .bottom-cta li a.btn-web::before {
    background-image: url(../img/icon_calendar.svg);
  }

  footer {
    padding: 15px 0 65px;
  }

  footer p {
    font-size: 1rem;
  }

  footer .wrapper {
    justify-content: center;
  }

  .return-to-top {
    bottom: 76px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }

  .pc768 {
    display: none;
  }

  .sp768 {
    display: inline;
  }

  header {
    height: 60px;
  }

  .hamburger .bar span {
    width: 20px;
  }

  .hamburger .bar span:first-child {
    top: 10px;
  }

  .hamburger .bar span:nth-child(2) {
    top: 18px;
  }

  .hamburger.open .bar span {
    top: 50%;
  }

  .hamburger .txt {
    font-size: .9rem;
  }

  .slide-menu {
    top: 60px;
  }

  .slide-menu li a svg {
    width: 10px;
  }

  .return-to-top {
    display: none;
  }
}



/* info */
.info {
  position: relative;
  padding: 170px 0 40px;
}

.info::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 24 / 5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/bg-white_03.svg);
  background-color: var(--color-bg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.info a.footer_logo {
  width: 41%;
  margin-bottom: 50px;
}

.info-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50%;
  gap: 40px 7.5%;
}

.info-area address {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2;
}

.info-area address span {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.info .hours table thead th {
  padding-bottom: 14px;
  font-size: 2rem;
}

.info .hours table thead th:first-child {
  width: auto;
  text-align: center;
  font-size: 1.7rem;
}

.info .hours table th {
  text-align: center;
}

.info .hours table tbody th,
.info .hours table tbody td {
  font-size: 1.7rem;
}

.info .hours table tbody tr:first-child td {
  padding: 15px 0 25px;
}

.info .hours table tbody tr:first-child td span {
  bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.info .hours table tbody tr:nth-child(2) th,
.info .hours table tbody tr:nth-child(2) td {
  padding-top: 15px;
}

.info a[href^="tel:"] {
  margin-bottom: 10px;
  font-size: 3.6rem;
  color: var(--color-primary);
  text-decoration: none;
}

.info p.fax {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.info .btn-web {
  padding: 13px 25px 13px 35px;
}

.info .btn-web svg {
  stroke: #fff;
}

.info .btn-web svg.icon_calendar {
  width: 23px;
}

.info .btn-web svg.icon_arrow-right {
  width: 12px;
}

.map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 2em;
  border: 1px solid var(--color-primary);
  background-color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: var(--color-primary);
  transition: all 0.3s;
}

.map-btn svg {
  width: 15px;
  height: 21px;
  fill: var(--color-primary);
}

.map-btn:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.map-btn:hover svg {
  fill: #fff;
}

.info .hours {
  padding: 40px 0;
}

.gmap {
  position: relative;
  aspect-ratio: 140 / 73;
  margin-bottom: 30px;
  padding-top: calc(73 / 140 * 100%);
}

.gmap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parking {
  position: relative;
  text-align: center;
}

.parking::after {
  content: "";
  display: block;
  width: 19%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: -20px;
  right: 20px;
  background-image: url(../img/tag.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.parking p {
  padding: 7px 0;
  background-color: var(--color-primary);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}

.parking .parking-map {
  padding: 20px 63px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #FFFAF2;
}

@media screen and (max-width: 1110px) {
  .info-area address {
    font-size: 1.6rem;
  }

  .info-area address span {
    font-size: 1.7rem;
  }

  .map-btn {
    font-size: 1.4rem;
  }

  .info .hours table thead th:first-child {
    font-size: 1.4rem;
  }

  .info .hours table thead th {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }

  .info .hours table tbody th {
    font-size: 1.3rem;
  }

  .info .hours table tbody td {
    font-size: 1.1rem;
  }

  .info .hours table tbody tr:first-child td {
    padding: 10px 0px 18px;
  }

  .info .hours table tbody tr:first-child td span {
    bottom: 5px;
    font-size: 0.8rem;
  }

  .info .hours table tbody tr:nth-child(2) th,
  .info .hours table tbody tr:nth-child(2) td {
    padding-top: 10px;
  }

  .info a[href^="tel:"] {
    margin-bottom: 10px;
    font-size: 3.2rem;
  }

  .info a.detail_btn.btn-web {
    margin-left: 0;
    padding: 9px 20px 9px 30px;
  }

}

@media screen and (max-width: 768px) {
  .info {
    padding: calc(29.3333% + 30px) 0 50px;
  }

  .info::before {
    background-image: url(../img/bg-white_03-sp.svg);
    aspect-ratio: 75 / 22;
  }

  .info-area {
    grid-template-columns: 1fr;
  }

  .info a.footer_logo {
    width: 100%;
    max-width: 275px;
    margin: 0 auto 50px;
  }

  .info .info-text address,
  .info .info-text p,
  .info a[href^="tel:"] {
    text-align: center;
  }

  .info-area address {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .info .hours {
    padding: 30px 0 40px;
  }


  .map-btn {
    margin: 0 auto;
  }

  .info a.detail_btn.btn-web {
    margin: 0 auto;
  }

  .gmap {
    margin-bottom: 25px;
  }

  .parking p {
    padding: 6px 0;
  }

  .parking .parking-map {
    padding: 15px;
  }


  .parking::after {
    width: 20.2%;
    top: -10px;
  }
}