@charset "UTF-8";
:root {
  --header-h: 67px;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-h: 120px;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}
* {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
  font-size: 16px;
}
body {
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
:where(h1,
h2,
h3,
h4,
h5,
h6) {
  font: inherit;
}
:where(em) {
  font-style: normal;
}
:where(a:any-link) {
  color: inherit;
  text-decoration: none;
}
:where(a:any-link):has(> img) {
  display: block;
}
:where(img,
svg) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
:where(ul,
ol) {
  list-style-type: "";
}
:where(table) {
  border-collapse: collapse;
  width: 100%;
}
:where(button) {
  display: block;
  padding: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  background: none;
  background-repeat: no-repeat;
  border: none;
  border-radius: unset;
  outline: none;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}
.c-white {
  color: #fff;
}
.c-blue {
  color: #009ee2;
}
.bg {
  color: #fff;
  background-color: #4d3a27;
  background-image: url("../img/bg.jpg");
  background-size: cover;
}
.inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
}
br.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  br.pc {
    display: revert;
  }
  br.sp {
    display: none;
  }
}
.notice .en {
  font-family: "Jost", sans-serif;
}
.notice .open-1 {
  letter-spacing: 0.154em;
}
.notice .open-2 {
  display: flex;
  column-gap: 0.5em;
}
.notice .open-2 span {
  letter-spacing: 0.154em;
  line-height: 1;
}
.notice .open-2 .l {
  font-size: 40px;
}
.notice .open-2 .m {
  font-size: 36px;
}
.notice .open-2 .s {
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .notice .open-1 {
    font-size: 19px;
  }
  .notice .open-2 .l {
    font-size: 55px;
  }
  .notice .open-2 .m {
    font-size: 46px;
  }
  .notice .open-2 .s {
    font-size: 34px;
  }
}
:where(.icon) {
  aspect-ratio: 1;
}
:where(.icon) img,
:where(.icon) svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo.icon {
  aspect-ratio: 75/83;
  fill: currentcolor;
}
.logo.icon .fill-1 {
  fill: #fca71a;
}
.logo.icon .fill-2 {
  fill: #009ee2;
}
.logo.icon .fill-3 {
  fill: #0057a0;
}
.link-box {
  display: block;
  position: relative;
  isolation: isolate;
}
.link-box a {
  position: static;
}
.link-box a::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
}
.link-box .arrow {
  display: block;
  aspect-ratio: 1;
  width: var(--arrow-w, 10px);
  border-top: var(--arrow-b, 1px) solid;
  border-right: var(--arrow-b, 1px) solid;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: var(--arrow-r, 15px);
  translate: 0 -50%;
}
.link-btn {
  width: 100%;
  max-width: var(--max-w, 300px);
  background-color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: var(--min-h, 50px);
  padding: 2px;
  color: var(--link-txt, currentcolor);
  text-decoration: none;
  background: var(--link-bg, none);
}
.link-btn.arrow a {
  position: relative;
}
.link-btn.arrow a::after {
  content: '';
  aspect-ratio: 1;
  width: var(--arrow-w, 10px);
  color: var(--arrow-c, currentcolor);
  border-top: 1px solid;
  border-right: 1px solid;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: var(--arrow-r, 15px);
  translate: 0 -50%;
}
.link-btn.arrow.back a::after {
  right: auto;
  left: var(--arrow-r, 15px);
  rotate: -135deg;
}
/* header */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
.header--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  height: var(--header-h);
  padding: 10px;
}
.header--inner .name {
  display: flex;
  align-items: center;
  column-gap: 13px;
}
.header--inner .logo {
  width: 41px;
  fill: #fff;
}
.header--inner .text-1 {
  font-size: 10px;
}
.header--inner .text-2 {
  letter-spacing: 0.206em;
}
.header--inner .notice {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header--inner {
    padding: 10px 30px;
  }
  .header--inner .name {
    column-gap: 25px;
  }
  .header--inner .logo {
    width: 77px;
    margin-top: 3px;
  }
  .header--inner .text-1 {
    font-size: 20px;
  }
  .header--inner .text-2 {
    font-size: 28px;
  }
  .header--inner .notice {
    display: revert;
  }
}
@media screen and (min-width: 1300px) {
  .header--inner .notice {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-right: 23px;
  }
}
/* main */
.news--list {
  display: grid;
  row-gap: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.news--list .item {
  display: grid;
  row-gap: 10px;
}
.news--list dt {
  color: #91765b;
}
@media (any-hover: hover) {
  .news--list a:hover {
    text-decoration: underline;
  }
}
.site-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}
.site-bottom .info {
  display: grid;
  row-gap: 30px;
  max-width: 500px;
  margin-inline: auto;
}
.site-bottom .schedule .table {
  table-layout: fixed;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  background-color: #fcfcfc;
}
.site-bottom .schedule .table th,
.site-bottom .schedule .table td {
  font-weight: normal;
  border: 1px solid #cfcfcf;
}
.site-bottom .schedule .table span {
  display: inline-block;
}
.site-bottom .schedule .table thead,
.site-bottom .schedule .table tfoot {
  color: #393939;
}
.site-bottom .schedule .table thead th {
  padding: 2px 5px;
}
.site-bottom .schedule .table tbody th,
.site-bottom .schedule .table tbody td {
  padding: 10px 5px;
}
.site-bottom .schedule .table tbody td {
  color: #4d3a27;
}
.site-bottom .schedule .table tfoot td {
  padding: 8px;
}
.site-bottom .schedule .table .head {
  width: 93px;
}
.site-bottom .schedule .table .sat {
  color: #009ee2;
}
.site-bottom .schedule .table .sun {
  color: #f00;
}
.site-bottom .schedule .table .time-1 {
  color: #fff;
  background-color: #91765b;
}
.site-bottom .schedule .table .time-2 {
  color: #fff;
  background-color: #7a5e42;
}
.site-bottom .schedule .table .time-3 {
  color: #fff;
  background-color: #4d3a27;
}
.site-bottom .schedule .table .closed,
.site-bottom .schedule .table .other {
  color: #545454;
  font-weight: bold;
}
.site-bottom .schedule .note {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.625;
}
.site-bottom .contact-tel {
  display: grid;
  row-gap: 28px;
}
.site-bottom .contact-tel .number {
  margin-top: 5px;
  color: #6e3802;
  font-family: "Lato", sans-serif;
  font-size: 34px;
  line-height: 1;
}
.site-bottom .contact-tel a {
  display: flex;
  align-items: baseline;
  column-gap: 12px;
}
.site-bottom .contact-tel .icon {
  aspect-ratio: 23/30;
  width: 23px;
}
.site-bottom .contact-web {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  margin-top: 28px;
  color: #fff;
}
.site-bottom .contact-web a {
  display: grid;
  align-content: center;
  justify-items: center;
  row-gap: 5px;
  min-height: 6.5em;
  padding: 20px 5px;
  background-color: var(--link-bg);
}
.site-bottom .contact-web .icon {
  width: 40px;
}
.site-bottom .contact-web .item-1 {
  --link-bg: #91765b;
}
.site-bottom .contact-web .item-2 {
  --link-bg: #53c757;
}
.site-bottom .contact-web .item-3 {
  --link-bg: #00215b;
}
.site-bottom .contact-qr {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  column-gap: 13px;
  margin-top: 11px;
}
.site-bottom .contact-qr .img {
  aspect-ratio: 1;
  width: 76px;
}
.site-bottom .contact-qr .text {
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.467;
}
.site-bottom .access {
  margin-top: 33px;
}
.site-bottom .access .map {
  aspect-ratio: 350/292;
}
.site-bottom .access .map iframe {
  width: 100%;
  height: 100%;
}
.site-bottom .access .address {
  margin-top: 17px;
}
.site-bottom .access .address span {
  display: inline-block;
}
.site-bottom .access .link-btn {
  --max-w: 292px;
  --min-h: 60px;
  --link-txt: #fff;
  --link-bg: #9d7956;
  margin-top: 19px;
  margin-inline: auto;
  font-size: 20px;
}
.site-bottom .bnr-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 400px;
  margin-inline: auto;
  margin-top: 45px;
  padding: 16px 50px 16px 20px;
  color: #91765b;
  background-image: url("../img/bnr-contact-bg.jpg");
  background-position: center;
  background-size: cover;
  border: 1px solid;
}
.site-bottom .bnr-contact .arrow {
  --arrow-r: 22px;
}
.site-bottom .bnr-contact .logo {
  aspect-ratio: 44/48;
  width: 44px;
  margin-right: 9px;
}
.site-bottom .bnr-contact .text {
  line-height: 1.414;
}
.site-bottom .bnr-contact .main {
  font-size: 29px;
  font-weight: 300;
  letter-spacing: 0.038em;
}
.site-bottom .bnr-contact .sub {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.071em;
}
@media screen and (min-width: 768px) {
  .site-bottom .access .map {
    aspect-ratio: 1200/484;
  }
}
@media screen and (min-width: 1200px) {
  .site-bottom {
    padding-top: 99px;
    padding-bottom: 90px;
  }
  .site-bottom .info {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    column-gap: 33px;
    max-width: unset;
  }
  .site-bottom .schedule .table {
    font-size: 15px;
  }
  .site-bottom .schedule .table thead,
  .site-bottom .schedule .table tfoot {
    font-size: 16px;
  }
  .site-bottom .schedule .table thead th,
  .site-bottom .schedule .table tfoot th,
  .site-bottom .schedule .table thead td,
  .site-bottom .schedule .table tfoot td {
    padding: 12px 5px;
  }
  .site-bottom .schedule .table .head {
    width: 174px;
  }
  .site-bottom .schedule .table .closed {
    font-size: 20px;
  }
  .site-bottom .schedule .note {
    margin-top: 12px;
    font-size: 16px;
  }
  .site-bottom .contact-tel {
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
  }
  .site-bottom .contact-web {
    font-size: 20px;
    letter-spacing: 0.056em;
  }
  .site-bottom .bnr-contact {
    max-width: 700px;
    margin-top: 63px;
    padding: 30px 50px 30px 37px;
  }
  .site-bottom .bnr-contact .arrow {
    --arrow-w: 18px;
    --arrow-r: 37px;
  }
  .site-bottom .bnr-contact .logo {
    width: 75px;
    margin-right: 25px;
  }
  .site-bottom .bnr-contact .text {
    line-height: 1.44;
  }
  .site-bottom .bnr-contact .main {
    font-size: 50px;
  }
  .site-bottom .bnr-contact .sub {
    font-size: 20px;
  }
}
@media (any-hover: hover) {
  .site-bottom .contact a {
    transition: opacity 0.3s ease;
  }
  .site-bottom .contact a:hover {
    opacity: 0.8;
  }
  .site-bottom .bnr-contact a::before {
    transition: background-color 0.3s ease;
  }
  .site-bottom .bnr-contact a:hover::before {
    background-color: rgba(255,255,255,0.2);
  }
}
/* footer */
.site-footer {
  padding-top: 50px;
  padding-bottom: 90px;
}
.site-footer .btn-top {
  display: none;
}
.site-footer .name {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 13px;
}
.site-footer .logo {
  width: 41px;
}
.site-footer .text-1 {
  font-size: 10px;
}
.site-footer .text-2 {
  letter-spacing: 0.206em;
}
.site-footer .address,
.site-footer .tel {
  font-size: 14px;
  text-align: center;
}
.site-footer .address {
  margin-top: 26px;
}
.site-footer .address span {
  display: inline-block;
}
.site-footer .copy {
  margin-top: 53px;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .site-footer {
    padding-top: 65px;
    padding-bottom: 87px;
    position: relative;
  }
  .site-footer .btn-top {
    display: revert;
    aspect-ratio: 1;
    width: 82px;
    color: #924900;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 41px;
    translate: 0 -50%;
    z-index: 1;
  }
  .site-footer .logo {
    width: 75px;
  }
  .site-footer .text-1 {
    font-size: 16px;
  }
  .site-footer .text-2 {
    font-size: 24px;
  }
}
@media (any-hover: hover) {
  .btn-top {
    transition: color 0.3s ease;
  }
  .btn-top:hover {
    color: #a76d33;
  }
}
[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0);
}
[data-aos=fade-down] {
  transform: translate3d(0, -40px, 0);
}
[data-aos=fade-right] {
  transform: translate3d(-40px, 0, 0);
}
[data-aos=fade-left] {
  transform: translate3d(40px, 0, 0);
}
[data-aos=fade-up-right] {
  transform: translate3d(-40px, 40px, 0);
}
[data-aos=fade-up-left] {
  transform: translate3d(40px, 40px, 0);
}
[data-aos=fade-down-right] {
  transform: translate3d(-40px, -40px, 0);
}
[data-aos=fade-down-left] {
  transform: translate3d(40px, -40px, 0);
}
