@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
  background-color: #5b4e0b;
}
body {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    sans-serif;
}
main {
  padding-top: 80px;
}
body.notresponsive main {
  padding-top: 0;
}
@media (min-width: 768px) {
  main {
    padding-top: 0px;
  }
}
body.drawer-open {
  overflow: hidden;
}
img {
  border: none;
}

/*
 *
*/
.component-header-A01 {
  background-color: #262419;
  border-radius: 9999px;
  width: fit-content;
  padding: 6px 14px;
  margin: auto;
  text-align: center;
  border: solid 2px #cba347;
}
.component-header-A01__heading {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 768px) {
  .component-header-A01__heading {
    font-size: 15px;
  }
}


.component-header-A02 {
  background-color: #ffffff;
  width: fit-content;
  padding: 6px 14px;
  margin: auto;
  text-align: center;
  border: solid 2px #cba347;
  border-radius: 9999px;
}
.component-header-A02__heading {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  color: #5b4e0b;
}
@media (min-width: 768px) {
  .component-header-A02__heading {
    font-size: 15px;
  }
}

.component-button-A01{
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  color: #262419;
  padding: 5px 30px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .component-button-A01 {
    font-size: 14px;
  }
}
.component-button-A01:after{
    content: "";
    display: block;
    background-image: url("/img/common/circle-angle-right-fill.png");
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

/*
*/
.background-kokuban {
  background-color: #14533e;
  background-image: url("/img/common/main_upper_bg.jpg");
  background-repeat: repeat;
  background-position: top center;
}
.background-woodenwall {
  border-top: 3px solid rgba(190, 155, 95, 0.3);
  border-bottom: 3px solid rgba(41, 31, 12, 0.5);
  background-color: #6d4419;
  background-image: url("/img/common/main_bottom_bg.jpg");
}
.background-yellow-gradient {
  background: linear-gradient(180deg, #fde197 0%, #fbc129 100%);
  background-image: url("/img/common/footer_upper_bg.png");
  background-position: top center;
  background-repeat: none;
  background-color: #fcc943;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/*
*/
.border-chalk {
  border: solid 3px #fff;
  padding: 3px;
  border-image-source: url("/img/common/border_chalk_image.png");
  border-image-slice: 3;
  border-image-repeat: repeat;
}
@media (min-width: 768px) {
  .border-chalk {
    border: solid 5px #fff;
    padding: 5px;
    border-image-source: url("/img/common/border_chalk_image.png");
    border-image-slice: 5;
    border-image-repeat: repeat;
  }
}

/*
*/
.SITE-header {
  width: 100%;
  background-image: url("/img/common/header_bg.png");
  background-color: #302c1d;
  background-size: 375px 80px;
  padding: 15px 0;
  box-sizing: border-box;
  z-index: 10;
  position: fixed;
  top: 0;
}
@media (min-width: 768px) {
  .SITE-header {
    position: relative;
    width: 100%;
    background-image: url("/img/common/header_bg_upper_large.png"),
      url("/img/common/header_bg_bottom_large.png");
    background-size: 1680px 50px, 1680px 19px;
    background-repeat: repeat-x;
    background-position: top center, bottom center;
    padding: 0;
  }
  .SITE-header-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .SITE-header-globalnav {
    margin: 50px auto 17px;
  }
  .SITE-header-globalnav ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
    line-height: 1;
  }
}
.SITE-header-masthead {
  height: 50px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .SITE-header-masthead {
    height: auto;
    background-color: #302c1d;
  }
}
.SITE-header-brand {
  position: absolute;
  width: 123px;
  height: 29px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.SITE-header-shohi {
  width: 93px;
  position: absolute;
  top: 8px;
  left: 12px;
}

/*
*/
.SITE-simple-header {
  width: 100%;
  height: 142px;
  background-image: url("/img/common/header_bg_large.png");
  background-size: auto;
  padding: 0;
}
.SITE-simple-header-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.SITE-simple-header-globalnav {
  margin: 48px auto 0;
  display: flex;
  list-style-type: none;
  justify-content: center;
  line-height: 1;
}
.SITE-simple-header-masthead {
  height: auto;
  background-color: #302c1d;
}

/*
*/

.SITE-header-toggle-button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .SITE-header-toggle-button {
    display: none !important;
  }
}
.SITE-header-toggle-button-hamburger {
  position: absolute;
  inset: 0;
  width: 25px;
  height: 0;
  margin: auto;
}
.SITE-header-toggle-button-bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform-origin: left center;
}
.SITE-header-toggle-button-bar:nth-child(1),
.SITE-header-toggle-button-bar:nth-child(3) {
  transition: transform 150ms ease;
}
.SITE-header-toggle-button-bar:nth-child(2) {
  transition: opacity 150ms ease;
}

.SITE-header-toggle-button-bar:nth-child(1) {
  top: -8px;
}
.SITE-header-toggle-button-bar:nth-child(2) {
  top: 0;
  opacity: 1;
}
.SITE-header-toggle-button-bar:nth-child(3) {
  top: 8px;
}

.open .SITE-header-toggle-button-bar:nth-child(1) {
  transform: rotate(40deg);
}
.open .SITE-header-toggle-button-bar:nth-child(2) {
  opacity: 0;
}
.open .SITE-header-toggle-button-bar:nth-child(3) {
  transform: rotate(-40deg);
}
.open .SITE-header-toggle-button-bar:nth-child(1),
.open .SITE-header-toggle-button-bar:nth-child(3) {
  transition: transform 150ms ease;
}

/*
*/
.SITE-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
  padding-top: 80px;
  display: none;
  box-sizing: border-box;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .SITE-drawer {
    display: none !important;
  }
}
.SITE-drawer.fade {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.SITE-drawer.in {
  opacity: 1;
}
.SITE-drawer-nav {
  margin: 0 30px;
}
.SITE-drawer-nav ul {
  list-style-type: none;
}
.SITE-drawer-nav ul li {
  list-style-type: none;
  border-bottom: solid 1px #fff;
}
.SITE-drawer-nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  display: block;
  position: relative;
}
.SITE-drawer-nav ul li a:after {
  content: "";
  display: block;
  background-image: url("/img/common/circle-angle-right.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
