body {
  background: #b9987a url("../img/bg2.png");
  font-family: "Plus Jakarta Sans", 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#logo {
  width: 200px;
  height: auto;
  font-size: 0;
}
#logo img {
  margin-bottom: 10px;
}
#logo span {
  font-size: 12px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media print, screen and (min-width: 769px) {
  .header {
    height: 120px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.header-contents {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 2.5rem;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .header-contents {
    margin: 0;
  }
}
.header-logo {
  display: block;
  width: 240px;
  height: auto;
  font-size: 12px;
}
.header-logo img {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 1024px) {
  .header-logo {
    margin-left: 1.25rem;
    max-width: 16.25rem;
  }
}
@media print, screen and (max-width: 768px) {
  .header-logo {
    position: fixed;
    top: 1.25rem;
    z-index: 999;
  }
}
.header-logo .usually, .header-logo .different {
  display: none;
}
.header-logo .usually.show, .header-logo .different.show {
  display: block;
}
.link-main {
  font-size: 0.625rem;
  height: 0;
  position: absolute;
  top: -624.9375rem;
  left: -624.9375rem;
  width: 0;
}
.hamburger {
  background-color: #1E1E1E;
  border-radius: 62.4375rem;
  display: block;
  height: 3.125rem;
  position: fixed;
  top: 0.9375rem;
  right: 1.25rem;
  width: 3.125rem;
  z-index: 999;
}
@media print, screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.hamburger .line {
  background-color: #fff;
  display: block;
  height: 0.0625rem;
  position: relative;
  left: 0.9375rem;
  transition: transform 0.4s ease, background-color 0.4s ease;
  width: 1.25rem;
}
.hamburger .line:nth-of-type(2) {
  margin-top: 0.375rem;
}
.hamburger .line:nth-of-type(3) {
  margin-top: 0.375rem;
}
.hamburger.active .line:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0.4375rem;
}
.hamburger.active .line:nth-of-type(2) {
  background-color: transparent;
}
.hamburger.active .line:nth-of-type(3) {
  transform: rotate(-45deg);
  top: -0.4375rem;
}
#navi {
  display: none;
}
@media print, screen and (min-width: 769px) {
  #navi {
    display: block;
    position: relative;
    width: 100%;
  }
}
#navi.open {
  background: url("../img/bg2.png");
  display: block;
  height: 100%;
  padding: 5rem 0 3.125rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media print, screen and (max-width: 768px) {
  #navi.open::before {
    content: "";
    display: block;
    height: 4.6875rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .navi-inr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .navi-inr {
    margin-right: 1.25rem;
  }
}
@media print, screen and (max-width: 768px) {
  .navi-inr {
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    width: 90%;
  }
}
@media print, screen and (max-width: 768px) and (max-width: 375px) {
  .navi-inr {
    max-width: 78%;
  }
}
@media print, screen and (min-width: 769px) {
  .gnavi {
    display: flex;
  }
}
@media print, screen and (max-width: 768px) {
  .gnavi {
    margin-top: 0.625rem;
    text-align: center;
  }
}
.gnavi-list {
  margin-right: 1.875rem;
}
@media print, screen and (max-width: 768px) {
  .gnavi-list {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .gnavi-list:last-child {
    margin-bottom: 2.5rem;
  }
}
.topback {
  text-align: center;
}
.gnavi-list > a, .topback a {
  color: #1E1E1E;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  background: url("../img/underline.png") repeat-x left bottom;
  background-size: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .gnavi-list > a::before {
    background-color: #952429;
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    height: 0.0625rem;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .gnavi-list > a::after {
    background-color: #952429;
    content: "";
    position: absolute;
    bottom: -0.6875rem;
    left: 0;
    height: 0.1875rem;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s ease;
    transition-delay: 0.25s;
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .gnavi-list > a {
    color: #1E1E1E;
    font-size: calc(2rem / 2);
    line-height: 1;
  }
}
.gnavi-list > a .allura {
  display: inline-block;
  font-size: calc(3.125rem / 2);
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .gnavi-list > a .allura {
    display: none;
  }
}
.gnavi-list > a .txt {
  display: inline-block;
  background: url("../img/underline.png") repeat-x left bottom;
  background-size: 10px;
  padding-bottom: 2px;
  padding-top: 1.5rem;
}
.gnavi-list > a:hover .txt {
  transform: rotateZ(15deg) translate(20%, -20%) rotateX(15deg) scale(1);
}
@media print, screen and (max-width: 768px) {
  .gnavi-list > a .txt {
    border-bottom: 0.0625rem solid #fff;
    padding-top: 0;
  }
}
.gnavi-list.top-page {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .gnavi-list.top-page {
    display: block;
  }
}
.gnavi-btn:hover {
  opacity: 0.5;
}
.gnavi-btn:focus-visible {
  border-radius: 62.4375rem;
  outline: 3px solid #fff;
  outline-offset: -5px;
}
@media print, screen and (max-width: 768px) {
  .gnavi-btn {
    display: none;
  }
}
.gnavi-privacy {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .gnavi-privacy {
    display: none;
  }
}
.gnavi-privacy a {
  color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
}
.snslink-header {
  display: flex;
  justify-content: center;
  gap: calc(2.8125rem / 2);
  margin-top: calc(6.25rem / 2);
}
@media print, screen and (min-width: 769px) {
  .snslink-header {
    display: none;
  }
}
.snslink-header .snslink-list {
  width: calc(5rem / 2);
}
.snslink-header .snslink-list.shop {
  width: 150px;
}
#news_section {
  background: url("../img/bg2.png");
  border: 2px solid #000;
  width: 1024px;
  margin: 0 auto;
  padding: 20px;
}
#logoTitle {
  font-size: 20px;
  font-weight: 500;
  padding: 30px 0 0;
  text-align: center;
  letter-spacing: 0.2em;
}
#logoMain {
  width: 450px;
  margin: 20px auto 50px;
}
#scroll {
  width: 64px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: url("../img/underline.png") repeat-x left bottom;
  background-size: 10px;
  padding-bottom: 10px;
  animation: bounce 2s linear infinite;
  margin-bottom: 120px;
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 70%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.inner {
  width: 824px;
  margin: 0 auto;
  position: relative;
}
.news_area {
  margin: -55px 0 0;
}
.btn_note {
  background-color: #1E1E1E;
  width: 258px;
  height: 60px;
  position: relative;
  padding-top: 10px;
  margin: 0 0 0 auto;
}
.btn_note a {
  display: block;
}
.logo_note {
  text-align: center;
  margin: 0 auto;
}
.arrow {
  width: 9.7px;
  height: 15.3px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #e9f27e;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
.btn_note:hover {
  background-color: #939393;
}
.news_inner {
  background-color: rgba(247, 242, 226, 0.4);
  margin: 50px 0;
}
.news_inner::before {
  content: "";
  width: 980px;
  height: 50px;
  background-image: url("../img/bg_papyrus01.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin-top: -50px;
}
.news_inner::after {
  content: "";
  width: 980px;
  height: 50px;
  background-image: url("../img/bg_papyrus02.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin-bottom: -50px;
}
.news_inner .data {
  font-size: 14px;
  margin: 10px 0;
}
.title_box {
  display: inline-block;
  position: relative;
  height: 141px;
}
.title_box2 {
  height: 155px;
  width: 254px;
  margin-top: -200px;
}
.title_box3 {
  background: url("../img/bg_history.png") no-repeat;
  width: 512px;
  height: 443px;
  background-size: contain;
  padding: 176px 0 0 107px;
  position: absolute;
  left: -150px;
  top: -200px;
}
.title_box4 {
  height: 178px;
  width: 166px;
  margin-top: 0;
  margin-left: -35px;
}
.title_en {
  background: url("../img/underline.png") repeat-x left bottom;
  background-size: 10px;
  font-size: 60px;
  letter-spacing: 0.1em;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: -48px;
}
.title_en2 {
  margin-left: -66px;
}
.title_en3 {
  background: url("../img/underline_white.png") repeat-x left bottom;
  background-size: 10px;
  transform: rotate(0);
  display: inline-block;
  margin-left: 0;
  color: #FFF;
}
.title_en3::after {
  content: "";
  width: 251px;
  height: 153px;
  background-image: url("../img/character02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 150px;
  right: -110px;
}
.title_jp {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.title_jp3 {
  position: relative;
  right: auto;
  bottom: -8px;
  color: #FFF;
}
#news_wrapper {
  background: url("../img/bg_stripe.png") repeat-x left bottom;
}
#news_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.news_list {
  width: 258px;
  margin-bottom: 30px;
}
#about {
  margin-top: 400px;
  position: relative;
}
.pic_about01 {
  width: 560px;
  position: absolute;
  right: -40px;
  top: -100px;
}
.about_inner {
  background-color: rgba(247, 242, 226, 0.4);
  margin: 50px auto 0;
  width: 1024px;
  padding: 0;
}
.about_inner::before {
  content: "";
  width: 1024px;
  height: 50px;
  background-image: url("../img/bg_papyrus01.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin-top: -50px;
}
.about_inner::after {
  content: "";
  width: 1024px;
  height: 50px;
  background-image: url("../img/bg_papyrus02.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin-bottom: -50px;
}
.about_area {
  padding-top: 120px;
}
.about_title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 50px;
}
.txt {
  line-height: 32px;
  margin-bottom: 40px;
}
.reading_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.reading_wrapper {
  display: flex;
  animation: loop-text 20s linear infinite;
}
.double-content {
  display: inline-block;
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 55px;
  font-weight: bold;
  opacity: 0.55;
  letter-spacing: 0.2em;
  color: #715643;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#character {
  width: 78px;
  margin: 90px auto 0;
  text-align: center;
}
#history {
  margin-top: 200px;
}
.history_inner {
  background-color: rgba(247, 242, 226, 0.4);
  margin: 50px auto 0;
  width: 1024px;
  padding: 0;
  position: relative;
}
.history_inner::before {
  content: "";
  width: 1024px;
  height: 50px;
  background-image: url("../img/bg_papyrus01.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin-top: -50px;
}
.history_inner::after {
  content: "";
  width: 1024px;
  height: 50px;
  background-image: url("../img/bg_papyrus02.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  margin-bottom: -50px;
}
.history_txt_box, .address_box {
  display: flex;
  justify-content: flex-end;
}
.history_txt01 {
  width: 370px;
}
.history_txt02 {
  padding: 50px 0 40px;
  margin-bottom: 0;
}
#character03 {
  width: 140px;
  height: auto;
  position: absolute;
  right: 74px;
  bottom: -122px;
  z-index: 98;
}
#character03 {
  -webkit-animation: keyframes 2s 0.5s infinite alternate;
  animation: keyframes 2s 0.5s infinite alternate;
}
@-webkit-keyframes keyframes {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
@keyframes keyframes {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
#access {
  margin-top: 300px;
}
.address_box {
  margin: -4em 0 40px;
}
.address_box dt {
  float: left;
  clear: left;
  font-weight: bold;
  margin-right: 0.5em;
  width: 120px;
  text-align: right;
}
.address_box dd {
  float: left;
}
.mapBox {
  border: 2px solid #000;
  padding: 20px;
  width: 824px;
}
.walkBox {
  background-image: url("../img/hon.png");
  background-size: 110px 83px;
  min-height: 100px;
  padding: 20px 0 0 30px;
  margin: 30px 0;
}
.walktime {
  font-size: 16px;
}
.caution {
  font-size: 12px;
}
#pagetop {
  text-align: right;
  padding: 20px 20px 20px 0;
}
#pagetop a {
  background-image: url(../img/pagetop.png);
  background-position: top center;
  background-size: 20px;
  font-size: 12px;
  text-align: right;
  display: inline-block;
  padding-top: 20px;
}
#pagetop a:hover {
  opacity: 0.8;
}
#footerBox {
  background-image: url("../img/character04.svg");
  background-position: right 30px center;
  background-color: #1E1E1E;
  color: #FFF;
  padding: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
#footerBox h4 {
  margin-bottom: 10px;
}
#footerBox p {
  font-size: 12px;
  margin-bottom: 30px;
}
#footerBox p.tel {
  font-size: 16px;
  margin-bottom: 30px;
}
#footerBox p.tel a, #footerBox p.tel a:hover, #footerBox p.tel a:visited {
  color: #FFF;
}
.snsBox {
  display: flex;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: center;
}
.snsBox li {
  padding-right: 30px;
}
.snsBox li:hover {
  opacity: 0.8;
}
#copyright {
  background-color: transparent;
  font-size: 10px;
  text-align: right;
  padding: 20px 20px 20px 0;
}
@media print, screen and (max-width: 768px) {
  .header-logo {
    width: 180px;
  }
  #logoTitle {
    font-size: 12px;
    padding: 50px 30px 0;
  }
  #logoMain {
    width: 450px;
    margin: 20px auto 50px;
  }
  #news_wrapper {
    background: none;
    margin: 110px 0 80px;
  }
  #news_box {
    display: inline-block;
    padding-top: 30px;
  }
  .news_list {
    width: 100%;
    margin-bottom: 30px;
  }
  #news_section {
    width: 100%;
    padding: 0;
    border: none;
    width: auto;
    margin: 0 10px;
    position: relative;
  }
  #about {
    margin: 0 10px;
  }
  .inner {
    width: 100%;
    padding: 0 15px;
  }
  .news_inner, .history_inner, .about_inner {
    width: 100%;
    margin: 50px auto 20px;
    padding: 0;
  }
  .news_inner::before {
    width: 97%;
    height: 25px;
    margin-top: -25px;
  }
  .news_inner::after {
    width: 93.5%;
    height: 25px;
    margin-bottom: -25px;
  }
  .title_box2 {
    height: auto;
    width: auto;
    margin: 0 0 30px;
  }
  .news_inner::before, .history_inner::before, .about_inner::before {
    width: 100%;
    height: 25px;
    margin-top: -25px;
  }
  .news_inner::after, .history_inner::after, .about_inner::after {
    width: 100%;
    height: 25px;
    margin-bottom: -25px;
  }
  #scroll {
    width: 40px;
    margin-bottom: 60px;
  }
  .title_en {
    font-size: 30px;
    transform: rotate(0);
    display: inline-block;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .title_jp {
    font-size: 12px;
    position: static;
    right: auto;
    bottom: auto;
  }
  .title_box3 {
    width: 100%;
    height: auto;
    background-size: contain;
    padding: 135px 0 40px 40px;
    position: absolute;
    left: 11px;
    top: -223px;
  }
  .title_en3::after {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50px;
    right: -39px;
  }
  .title_box4 {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #history {
    margin: 300px 10px 0;
  }
  .address_box {
    margin: 0;
  }
  .history_txt01 {
    width: 100%;
    padding: 120px 0 0;
  }
  .history_txt02 {
    padding: 0 0 40px;
    margin-bottom: 0;
  }
  .btn_note {
    margin: 0 auto;
  }
  .btn_note img {}
  .pic_about01 {
    width: 100%;
    position: static;
    right: auto;
    top: auto;
  }
  .about_title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .about_area {
    padding-top: 60px;
  }
  .mapBox {
    border: 2px solid #000;
    padding: 20px;
    width: 100%;
  }
  .txt {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  #access {
    margin-top: 200px;
  }
  .address_box {
    display: inline-block;
    justify-content: space-between;
    margin: 20px 0 50px;
    font-size: 14px;
    line-height: 28px;
  }
  .address_box dt {
    float: none;
    clear: left;
    margin: 0;
    padding-top: 20px;
    width: auto;
    text-align: left;
  }
  iframe {
    width: 100%;
  }
  .caution {
    padding-top: 10px;
  }
  #footerBox {
    background-image: none;
    padding: 35px;
  }
  #copyright {
    text-align: left;
    padding: 20px 0 20px 35px;
  }
}