@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Serif JP', serif;
  min-height: 100%;
  color: #232323;
  line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: unset;
}

a {
  text-decoration-line: none;
  text-decoration: none;
  color: #232323;
}

.minBr {
  height: 0px;
  display: none;
}

.headerBlock {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  padding-right: 0.6rem;
  border-bottom: 1.3px solid #333;
}

.headerBlock .headerLeftBlock {
  max-width: 72%;
}

.headerBlock .headerLeftBlock img {
  max-height: 3.8rem;
  max-width: 100%;
}

.headerBlock .headerLeftBlock .headerLeftText {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1rem;
}

.headerBlock .headerRightBlock {
  margin: 0 0 0 auto;
  margin-right: 1rem;
  text-align: center;
}

.headerBlock .headerRightBlock h4 {
  font-size: 0.9rem;
}

.headerBlock .headerRightBlock .tel {
  color: #661a00;
  font-size: 1.2rem;
}

.headerBlock .headerRightBlock .time, .headerBlock .headerRightBlock .address {
  font-size: 0.8rem;
  line-height: 1rem;
}

.headerBlock .headerRightBlockSp {
  margin: 0 0 0 auto;
  display: none;
  height: 4.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.headerBlock .headerRightBlockSp .hamburger {
  position: relative;
  width: 2.7rem;
  height: 3rem;
}

.headerBlock .headerRightBlockSp .hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #232323;
  transform: translateY(-50%);
}

.headerBlock .headerRightBlockSp .hamburger span::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.9rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #232323;
}

.headerBlock .headerRightBlockSp .hamburger span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: #232323;
}

.headerBlock .headerRightBlockSp .sp-nav {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all .2s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
}

.headerBlock .headerRightBlockSp .sp-nav a {
  color: #fff;
}

.headerBlock .headerRightBlockSp .sp-nav ul {
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto;
}

.headerBlock .headerRightBlockSp .sp-nav ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.headerBlock .headerRightBlockSp .sp-nav ul li span {
  font-size: 15px;
  color: #fff;
}

.headerBlock .headerRightBlockSp .sp-nav ul li a, .headerBlock .headerRightBlockSp .sp-nav ul li span {
  display: block;
  padding: 20px 0;
}

.headerBlock .headerRightBlockSp .sp-nav ul .close-li {
  padding-left: 1rem;
}

.headerBlock .headerRightBlockSp .sp-nav ul .close-li .close {
  position: relative;
}

.headerBlock .headerRightBlockSp .sp-nav ul .close-li .close::before, .headerBlock .headerRightBlockSp .sp-nav ul .close-li .close::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: calc(0% - 1rem);
  width: 0.1rem;
  /* 棒の幅（太さ） */
  height: 1rem;
  /* 棒の高さ */
  background: #fff;
}

.headerBlock .headerRightBlockSp .sp-nav ul .close-li .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.headerBlock .headerRightBlockSp .sp-nav ul .close-li .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.headerBlock .headerRightBlockSp .on {
  transform: translateY(0);
  opacity: 1;
}

.bodyBase {
  margin: 0 auto;
}

.mainContents {
  margin: 0 auto;
}

.footer {
  padding-top: 0.6rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
  margin: 0 0 0 auto;
}

.footer ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}

.footer ul li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer ul li + li {
  border-left: 1px solid #333;
}

.footer a {
  color: #f1ece6;
}

.footer .footerLinkBlock {
  text-align: left;
  display: flex;
  width: 100%;
  border: 1.5px;
  margin-bottom: 2rem;
  border-color: #fff;
  border-style: solid none solid none;
}

.footer .footerLinkBlock h4 {
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer .footerLinkBlock h5 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.footer .footerLinkBlock .leftBlock {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  width: 50%;
}

.footer .footerLinkBlock .leftBlock p {
  margin-bottom: 1rem;
}

.footer .footerLinkBlock .rightBlock {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  border: 1.5px;
  border-color: #fff;
  border-style: none none none solid;
}

.footer .footerLogo {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.footer .footerLogo img {
  width: 56%;
  max-width: 30rem;
}

.footer .copy {
  padding-top: 1rem;
}

@media screen and (max-width: 640px) {
  html {
    width: 640px;
    overflow-x: hidden;
  }
  .minBr {
    display: inherit;
  }
  .headerBlock .headerLeftBlock {
    max-width: 95%;
  }
  .headerBlock .headerLeftBlock img {
    max-width: inherit;
    max-height: 3.2rem;
  }
  .headerBlock .headerRightBlock {
    margin-right: auto;
    min-width: 10rem;
  }
  .headerBlock .headerRightBlockPc {
    display: none;
  }
  .headerBlock .headerRightBlockSp {
    display: block;
  }
}
