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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: min(1.0714285714vw, 18px);
  color: #4a4a4a;
  text-align: justify;
  margin: 0;
  line-height: 2;
  letter-spacing: normal;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.7333333333vw;
  }
}
body.nav-open {
  overflow-y: hidden;
}

h2 {
  font-size: min(1.6666666667vw, 28px);
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 5.8666666667vw;
  }
}

.container {
  max-width: min(85.7142857143vw, 1440px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .container {
    max-width: 86.6666666667vw;
  }
}

.pcnone {
  display: none;
}
@media screen and (max-width: 750px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .spnone {
    display: none;
  }
}

.hover {
  transition-duration: 400ms;
  cursor: pointer;
}
.hover.hover-active {
  opacity: 0.7 !important;
}

.fadein {
  transform: translateY(40px);
  opacity: 0;
  transition: 1000ms cubic-bezier(0, 0, 0.2, 1);
}
.fadein.fadein-out {
  transform: translateY(0);
  opacity: 1;
}
.fadein.delay1 {
  transition-delay: 200ms;
}
.fadein.delay2 {
  transition-delay: 400ms;
}

#topbtn {
  position: fixed;
  bottom: min(3.5714285714vw, 60px);
  right: min(7.1428571429vw, 120px);
  width: min(4.7619047619vw, 80px);
  height: min(4.7619047619vw, 80px);
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  #topbtn {
    bottom: 8vw;
    right: 8vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.h2section {
  margin-bottom: min(1.7857142857vw, 30px);
  position: relative;
  top: min(-2.9761904762vw, -50px);
}
@media screen and (max-width: 750px) {
  .h2section {
    margin-bottom: 4vw;
    top: -6.6666666667vw;
  }
}
.h2section.sub-top {
  position: absolute;
  top: 50%;
  right: min(3.8095238095vw, 64px);
  transform: translateY(-50%);
  color: white;
  text-shadow: 2px 2px 4px #4a4a4a;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .h2section.sub-top {
    right: 8.5333333333vw;
  }
}
.h2section.sub-top h2::after {
  left: unset;
  right: min(0.3571428571vw, 6px);
  background-color: white;
}
@media screen and (max-width: 750px) {
  .h2section.sub-top h2::after {
    right: 0.8vw;
  }
}
.h2section.sub-top span {
  position: relative;
  right: min(-0.2380952381vw, -4px);
  bottom: min(-0.2380952381vw, -4px);
}
@media screen and (max-width: 750px) {
  .h2section.sub-top span {
    right: -0.5333333333vw;
    bottom: -0.5333333333vw;
  }
}
.h2section.sub-top.rev {
  right: unset;
  left: min(3.8095238095vw, 64px);
  text-align: left;
}
@media screen and (max-width: 750px) {
  .h2section.sub-top.rev {
    left: 8.5333333333vw;
  }
}
.h2section.sub-top.rev h2::after {
  left: min(0.3571428571vw, 6px);
  right: unset;
}
@media screen and (max-width: 750px) {
  .h2section.sub-top.rev h2::after {
    left: 0.8vw;
  }
}
.h2section.sub-top.eitaisub {
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.h2section.sub-top.eitaisub h2::after {
  left: 0;
  right: 0;
  margin: auto;
}
.h2section h2 {
  font-size: min(5.3571428571vw, 90px);
  font-family: "Zen Old Mincho", serif;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .h2section h2 {
    font-size: 8vw;
  }
}
.h2section h2::after {
  content: "";
  position: absolute;
  bottom: min(-0.9523809524vw, -16px);
  left: 0;
  width: min(8.9285714286vw, 150px);
  height: 1px;
  background-color: #4a4a4a;
}
@media screen and (max-width: 750px) {
  .h2section h2::after {
    bottom: -2.1333333333vw;
    width: 13.3333333333vw;
  }
}
.h2section span {
  display: inline-block;
  font-size: min(1.6666666667vw, 28px);
  font-family: "Zen Old Mincho", serif;
  margin-top: min(0.8928571429vw, 15px);
}
@media screen and (max-width: 750px) {
  .h2section span {
    font-size: 3.7333333333vw;
    margin-top: 2vw;
  }
}

.h3section h3 {
  font-size: min(2.6785714286vw, 45px);
  font-family: "Zen Old Mincho", serif;
  position: relative;
  line-height: 1;
  margin-bottom: min(4.0476190476vw, 68px);
}
@media screen and (max-width: 750px) {
  .h3section h3 {
    font-size: 5.0666666667vw;
    margin-bottom: 9.0666666667vw;
    line-height: 1.5;
  }
}
.h3section h3::after {
  content: "";
  position: absolute;
  bottom: min(-0.9523809524vw, -16px);
  left: 0;
  width: min(5.9523809524vw, 100px);
  height: 1px;
  background-color: #008900;
}
@media screen and (max-width: 750px) {
  .h3section h3::after {
    bottom: -2.1333333333vw;
    width: 13.3333333333vw;
  }
}

.btn {
  margin: min(4.7619047619vw, 80px) auto 0;
  width: min(19.0476190476vw, 320px);
  height: min(3.8095238095vw, 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(5.9523809524vw, 100px);
  border: 2px solid #008900;
  background-color: #f2fff2;
  font-size: min(1.3095238095vw, 22px);
  font-family: "Zen Old Mincho", serif;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .btn {
    margin: 10.6666666667vw auto 0;
    width: 42.6666666667vw;
    height: 8.5333333333vw;
    border-radius: 13.3333333333vw;
    font-size: 2.9333333333vw;
    border: 1px solid #008900;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(1.4285714286vw, 24px);
  transform: translateY(-50%) rotate(45deg);
  width: min(0.7142857143vw, 12px);
  height: min(0.7142857143vw, 12px);
  border-top: 2px solid #008900;
  border-right: 2px solid #008900;
}
@media screen and (max-width: 750px) {
  .btn::after {
    right: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.about__btn {
  width: min(13.0952380952vw, 220px);
  height: min(2.8571428571vw, 48px);
  font-size: min(0.9523809524vw, 16px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: white;
  border: 1px solid #4a4a4a;
  margin: min(1.4285714286vw, 24px) 0 0 auto;
  margin-top: min(1.4285714286vw, 24px);
}
@media screen and (max-width: 750px) {
  .about__btn {
    width: 45.3333333333vw;
    height: 9.3333333333vw;
    font-size: 3.2vw;
    margin: 3.2vw 0 0 auto;
    margin-top: 3.2vw;
  }
}
.about__btn::after {
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  right: min(0.8333333333vw, 14px);
  width: min(0.4761904762vw, 8px);
  height: min(0.4761904762vw, 8px);
}
@media screen and (max-width: 750px) {
  .about__btn::after {
    right: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.about__btn.qabtn {
  margin: min(4.7619047619vw, 80px) auto 0;
}
@media screen and (max-width: 750px) {
  .about__btn.qabtn {
    margin: 10.6666666667vw auto 0;
  }
}

.hum-menu {
  display: none;
}

@media screen and (max-width: 750px) {
  .hum-menu {
    display: block;
    width: 6.4vw;
    height: 4.8vw;
    position: relative;
  }
  .hum-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00331e;
    border-radius: 6px;
    transition-duration: 400ms;
  }
  .hum-menu span:nth-of-type(1) {
    top: 0;
  }
  .hum-menu span:nth-of-type(2) {
    top: 2.1333333333vw;
  }
  .hum-menu span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-open .hum-menu span:nth-of-type(1) {
    top: 0;
    transform: rotate(45deg);
    transform-origin: left top;
    left: 1.0666666667vw;
  }
  .nav-open .hum-menu span:nth-of-type(2) {
    opacity: 0;
    left: 1.0666666667vw;
  }
  .nav-open .hum-menu span:nth-of-type(3) {
    bottom: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    left: 1.0666666667vw;
  }
}
.home #header {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(3.5714285714vw, 60px);
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  #header {
    height: 10.6666666667vw;
  }
}
#header .header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header__inner .header__img {
  width: min(15.4761904762vw, 260px);
}
@media screen and (max-width: 750px) {
  #header .header__inner .header__img {
    width: 53.3333333333vw;
    z-index: 100;
  }
}
#header .header__inner .header__nav {
  display: flex;
  font-size: min(0.9523809524vw, 16px);
}
@media screen and (max-width: 750px) {
  #header .header__inner .header__nav {
    font-size: 4.2666666667vw;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition-duration: 400ms;
    transition-timing-function: ease-out;
  }
  #header .header__inner .header__nav.nav-open {
    left: 0;
  }
}
#header .header__inner .header__nav li {
  position: relative;
  margin-right: min(0.9523809524vw, 16px);
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 750px) {
  #header .header__inner .header__nav li {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
#header .header__inner .header__nav li::before {
  content: "｜";
  position: relative;
  margin-right: min(0.9523809524vw, 16px);
}
@media screen and (max-width: 750px) {
  #header .header__inner .header__nav li::before {
    content: "";
  }
}
#header .header__inner .header__nav li:last-of-type {
  margin-right: 0;
}
#header .header__inner .header__nav li:last-of-type::after {
  content: "｜";
  position: relative;
  margin-left: min(0.9523809524vw, 16px);
}
@media screen and (max-width: 750px) {
  #header .header__inner .header__nav li:last-of-type::after {
    content: "";
  }
}

#hero {
  margin-top: min(3.5714285714vw, 60px);
  margin-bottom: min(9.5238095238vw, 160px);
}
@media screen and (max-width: 750px) {
  #hero {
    margin-top: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
#hero .hero__img-img {
  margin: 0 min(1.1904761905vw, 20px);
}
@media screen and (max-width: 750px) {
  #hero .hero__img-img {
    margin: 0 2.6666666667vw;
  }
}
#hero .slick-list {
  padding: 0 calc(50vw - 640px) !important;
}

#notice {
  display: flex;
  justify-content: center;
  margin-bottom: min(9.5238095238vw, 160px);
}
@media screen and (max-width: 750px) {
  #notice {
    margin-bottom: 16vw;
    flex-direction: column;
  }
}
#notice .noticelist {
  width: 70%;
}
@media screen and (max-width: 750px) {
  #notice .noticelist {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
}
#notice .noticelist.blog {
  padding-right: 0;
}
#notice .noticelist h2 {
  position: relative;
  margin-bottom: min(1.7857142857vw, 30px);
}
@media screen and (max-width: 750px) {
  #notice .noticelist h2 {
    margin-bottom: 4vw;
  }
}
#notice .noticelist h2::after {
  content: "";
  width: min(4.4642857143vw, 75px);
  height: 1px;
  background-color: #008900;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #notice .noticelist h2::after {
    width: 10vw;
  }
}
#notice .noticelist ul li a {
  display: flex;
  margin-bottom: min(1.7857142857vw, 30px);
}
@media screen and (max-width: 750px) {
  #notice .noticelist ul li a {
    margin-bottom: 6.6666666667vw;
    flex-wrap: wrap;
  }
}
#notice .noticelist ul li a span {
  margin-right: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 750px) {
  #notice .noticelist ul li a span {
    margin-right: 0;
    font-size: 3.4666666667vw;
  }
}
#notice .noticelist ul li a .post-date {
  width: 10%;
}
@media screen and (max-width: 750px) {
  #notice .noticelist ul li a .post-date {
    width: 25%;
  }
}
#notice .noticelist ul li a .post-category {
  width: 10%;
}
@media screen and (max-width: 750px) {
  #notice .noticelist ul li a .post-category {
    width: 70%;
  }
}
#notice .noticelist ul li a .postitem {
  width: 75%;
}
@media screen and (max-width: 750px) {
  #notice .noticelist ul li a .postitem {
    width: 100%;
  }
}
#notice .noticelist ul li a .postitem h3 {
  margin-bottom: min(0.5952380952vw, 10px);
}
@media screen and (max-width: 750px) {
  #notice .noticelist ul li a .postitem h3 {
    margin-bottom: 2.6666666667vw;
  }
}
#notice .noticelist ul li a p {
  text-align: justify;
}
@media screen and (max-width: 750px) {
  #notice .noticelist ul li a p {
    font-size: 3.4666666667vw;
  }
}

#lead {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
  margin-bottom: min(11.9047619048vw, 200px);
}
@media screen and (max-width: 750px) {
  #lead {
    font-size: 3.7333333333vw;
    margin-bottom: 53.3333333333vw;
  }
}
#lead .lead {
  margin-bottom: min(2.5vw, 42px);
}
@media screen and (max-width: 750px) {
  #lead .lead {
    margin-bottom: 10.6666666667vw;
  }
}
#lead .lead.eitailead {
  text-align: left;
  font-size: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 750px) {
  #lead .lead.eitailead {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #lead .lead.eitailead1 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 750px) {
  #lead .lead.eitailead2 {
    text-align: justify;
  }
}

#about {
  background-color: #f0f0f0;
  padding-bottom: min(10.7142857143vw, 180px);
}
@media screen and (max-width: 750px) {
  #about {
    padding-bottom: 13.3333333333vw;
  }
}
#about.aboutpage {
  background-color: initial;
}
#about .about__inner .about__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #about .about__inner .about__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#about .about__inner .about__content .about__content-item {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #about .about__inner .about__content .about__content-item {
    width: 80%;
    margin-bottom: 10.6666666667vw;
  }
}
#about .about__inner .about__content .about__content-item .about__img {
  margin-bottom: min(2.380952381vw, 40px);
}
@media screen and (max-width: 750px) {
  #about .about__inner .about__content .about__content-item .about__img {
    margin-bottom: 2.6666666667vw;
  }
}
#about .about__inner .about__content .about__content-item .about__h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.6666666667vw, 28px);
  position: relative;
  line-height: 1;
  margin-bottom: min(2.380952381vw, 40px);
}
@media screen and (max-width: 750px) {
  #about .about__inner .about__content .about__content-item .about__h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#about .about__inner .about__content .about__content-item .about__h3::after {
  content: "";
  position: absolute;
  bottom: min(-0.8928571429vw, -15px);
  left: 0;
  width: min(2.9761904762vw, 50px);
  height: 1px;
  background-color: #008900;
}
@media screen and (max-width: 750px) {
  #about .about__inner .about__content .about__content-item .about__h3::after {
    bottom: -2vw;
    width: 10.6666666667vw;
  }
}
#about .about__inner .about__content .about__content-item p {
  font-size: min(1.0714285714vw, 18px);
}
@media screen and (max-width: 750px) {
  #about .about__inner .about__content .about__content-item p {
    font-size: 3.4666666667vw;
  }
}

#cemetery .cemetery-inner {
  margin-bottom: min(15.4761904762vw, 260px);
}
@media screen and (max-width: 750px) {
  #cemetery .cemetery-inner {
    margin-bottom: 24vw;
  }
}
#cemetery .cemetery-inner .h2section {
  top: 0;
  margin-top: min(4.7619047619vw, 80px);
  margin-bottom: min(3.5714285714vw, 60px);
}
@media screen and (max-width: 750px) {
  #cemetery .cemetery-inner .h2section {
    margin-top: 10.6666666667vw;
    margin-bottom: 8vw;
  }
}
#cemetery .cemetery-inner .cemetery-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #cemetery .cemetery-inner .cemetery-content {
    flex-direction: column-reverse;
  }
}
#cemetery .cemetery-inner .cemetery-content .cemetery-text {
  width: calc(50% - 30px);
}
@media screen and (max-width: 750px) {
  #cemetery .cemetery-inner .cemetery-content .cemetery-text {
    width: 100%;
  }
}
#cemetery .cemetery-inner .cemetery-content .cemetery-text h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
  margin-bottom: min(1.7857142857vw, 30px);
}
@media screen and (max-width: 750px) {
  #cemetery .cemetery-inner .cemetery-content .cemetery-text h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#cemetery .cemetery-inner .cemetery-content .cemetery-text .about__btn {
  margin: min(1.4285714286vw, 24px) auto 0 0;
}
@media screen and (max-width: 750px) {
  #cemetery .cemetery-inner .cemetery-content .cemetery-text .about__btn {
    margin: 5.3333333333vw 0 10.6666666667vw auto;
  }
}
#cemetery .cemetery-inner .cemetery-content .cemetery-photo {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #cemetery .cemetery-inner .cemetery-content .cemetery-photo {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

.eternal {
  background-color: #f0f0f0;
  padding-bottom: min(10.7142857143vw, 180px);
}
@media screen and (max-width: 750px) {
  .eternal {
    padding-bottom: 24vw;
  }
}
.eternal.aboutpage .h2section {
  margin-bottom: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 750px) {
  .eternal.aboutpage .h2section {
    margin-bottom: 10.6666666667vw;
  }
}
.eternal.aboutpage .eternal-inner .eternal-content {
  flex-wrap: wrap;
  margin-bottom: min(3.8095238095vw, 64px);
}
@media screen and (max-width: 750px) {
  .eternal.aboutpage .eternal-inner .eternal-content {
    margin-bottom: 16vw;
  }
}
.eternal.aboutpage .eternal-inner .eternal-content.cemetery {
  margin-bottom: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 750px) {
  .eternal.aboutpage .eternal-inner .eternal-content.cemetery {
    margin-bottom: 8vw;
  }
}
.eternal.aboutpage .eternal-inner .eternal-content.reverse {
  flex-direction: row;
}
@media screen and (max-width: 750px) {
  .eternal.aboutpage .eternal-inner .eternal-content.reverse {
    flex-direction: column;
  }
  .eternal.aboutpage .eternal-inner .eternal-content.reverse .eternal-h3 {
    order: 1;
  }
  .eternal.aboutpage .eternal-inner .eternal-content.reverse .eternal-text {
    order: 3;
  }
  .eternal.aboutpage .eternal-inner .eternal-content.reverse .eternal-photo {
    order: 2;
  }
}
.eternal.aboutpage .eternal-inner .eternal-content.reverse .eternal-text {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .eternal.aboutpage .eternal-inner .eternal-content.reverse .eternal-text {
    width: 100%;
  }
}
.eternal.aboutpage .eternal-inner .eternal-content.reverse .eternal-photo {
  width: calc(50% - 30px);
}
@media screen and (max-width: 750px) {
  .eternal.aboutpage .eternal-inner .eternal-content.reverse .eternal-photo {
    width: 100%;
  }
}
.eternal.aboutpage .eternal-inner .eternal-content .eternal-h3 {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: min(2.6785714286vw, 45px);
  position: relative;
  line-height: 1;
  margin-bottom: min(3.5714285714vw, 60px);
  padding-bottom: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 750px) {
  .eternal.aboutpage .eternal-inner .eternal-content .eternal-h3 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
    padding-bottom: 2.6666666667vw;
    line-height: 1.5;
  }
}
.eternal.aboutpage .eternal-inner .eternal-content .eternal-h3::after {
  content: "";
  position: absolute;
  width: min(7.7380952381vw, 130px);
  height: 1px;
  background-color: #008900;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .eternal.aboutpage .eternal-inner .eternal-content .eternal-h3::after {
    width: 17.3333333333vw;
  }
}
.eternal.aboutpage .eternal-inner .eternal-content .eternal-pre {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
  margin-bottom: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 750px) {
  .eternal.aboutpage .eternal-inner .eternal-content .eternal-pre {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.eternal.aboutpage .eternal-inner .eternal-content .eternal-text h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.6666666667vw, 28px);
  margin-bottom: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 750px) {
  .eternal.aboutpage .eternal-inner .eternal-content .eternal-text h4 {
    font-size: 4vw;
    margin-bottom: 8vw;
    margin-top: -4vw;
    text-align: right;
  }
}
.eternal.aboutpage .eternal-inner .eternal-content .eternal-text .breakdown {
  margin-top: min(1.4285714286vw, 24px);
  padding: min(0.4761904762vw, 8px) min(0.9523809524vw, 16px);
  border-left: 1px solid #008900;
}
.eternal .eternal-inner .eternal-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .eternal .eternal-inner .eternal-content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 750px) {
  .eternal .eternal-inner .eternal-content.sporder {
    flex-direction: column;
  }
  .eternal .eternal-inner .eternal-content.sporder .eternal-h3 {
    order: 1;
  }
  .eternal .eternal-inner .eternal-content.sporder .eternal-text {
    order: 3;
  }
  .eternal .eternal-inner .eternal-content.sporder .eternal-photo {
    order: 2;
  }
}
.eternal .eternal-inner .eternal-content .eternal-text {
  width: calc(50% - 30px);
}
@media screen and (max-width: 750px) {
  .eternal .eternal-inner .eternal-content .eternal-text {
    width: 100%;
  }
}
.eternal .eternal-inner .eternal-content .eternal-text p {
  margin-bottom: min(1.7857142857vw, 30px);
}
@media screen and (max-width: 750px) {
  .eternal .eternal-inner .eternal-content .eternal-text p {
    margin-bottom: 4vw;
  }
}
.eternal .eternal-inner .eternal-content .eternal-text p.breakdown {
  font-family: inherit;
  font-size: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 750px) {
  .eternal .eternal-inner .eternal-content .eternal-text p.breakdown {
    font-size: 3.4666666667vw;
  }
}
.eternal .eternal-inner .eternal-content .eternal-text p.eternallead {
  font-size: min(1.3095238095vw, 22px);
}
@media screen and (max-width: 750px) {
  .eternal .eternal-inner .eternal-content .eternal-text p.eternallead {
    font-size: 4.2666666667vw;
  }
}
.eternal .eternal-inner .eternal-content .eternal-text .about__btn {
  margin: min(1.4285714286vw, 24px) 0 0 auto;
}
@media screen and (max-width: 750px) {
  .eternal .eternal-inner .eternal-content .eternal-text .about__btn {
    margin: 5.3333333333vw 0 10.6666666667vw auto;
    width: 45.3333333333vw;
    height: 10.6666666667vw;
  }
}
.eternal .eternal-inner .eternal-content .eternal-text.top h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
  margin-bottom: min(1.7857142857vw, 30px);
}
@media screen and (max-width: 750px) {
  .eternal .eternal-inner .eternal-content .eternal-text.top h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.eternal .eternal-inner .eternal-content .eternal-text.top p {
  font-family: unset;
  font-size: unset;
}
@media screen and (max-width: 750px) {
  .eternal .eternal-inner .eternal-content .eternal-text.top p {
    margin-bottom: 5.3333333333vw;
  }
}
.eternal .eternal-inner .eternal-content .eternal-photo {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .eternal .eternal-inner .eternal-content .eternal-photo {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}

#history .historylead {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
  margin-bottom: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 750px) {
  #history .historylead {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#history .historylead p {
  margin-bottom: min(2.380952381vw, 40px);
}
@media screen and (max-width: 750px) {
  #history .historylead p {
    margin-bottom: 5.3333333333vw;
  }
}
#history .history-inner {
  margin-bottom: min(15.4761904762vw, 260px);
}
@media screen and (max-width: 750px) {
  #history .history-inner {
    margin-bottom: 34.6666666667vw;
  }
}
#history .history-inner .h2section {
  top: 0;
  margin-top: min(7.1428571429vw, 120px);
  margin-bottom: min(7.1428571429vw, 120px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .h2section {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
}
#history .history-inner .history-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: min(3.5714285714vw, 60px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .history-content {
    margin-bottom: 16vw;
    flex-direction: column-reverse;
  }
}
#history .history-inner .history-content.reverse {
  flex-direction: row;
}
#history .history-inner .history-content.reverse .history-text {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #history .history-inner .history-content.reverse .history-text {
    width: 100%;
  }
}
#history .history-inner .history-content.reverse .history-photo {
  width: calc(50% - 30px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .history-content.reverse .history-photo {
    width: 100%;
  }
}
#history .history-inner .history-content .history-text {
  width: calc(50% - 30px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .history-content .history-text {
    width: 100%;
  }
}
#history .history-inner .history-content .history-text h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
  margin-bottom: min(1.7857142857vw, 30px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .history-content .history-text h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#history .history-inner .history-content .history-text h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.6666666667vw, 28px);
  margin-bottom: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .history-content .history-text h4 {
    font-size: 4vw;
    margin-bottom: 8vw;
    margin-top: 0vw;
    text-align: right;
  }
}
#history .history-inner .history-content .history-text .about__btn {
  margin: min(1.4285714286vw, 24px) auto 0 0;
}
#history .history-inner .history-content .history-photo {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #history .history-inner .history-content .history-photo {
    width: 100%;
  }
}
#history .history-inner .chrono {
  margin-top: min(7.1428571429vw, 120px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .chrono {
    margin-top: 16vw;
  }
}
#history .history-inner .chrono h3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(21.4285714286vw, 360px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: min(3.8095238095vw, 64px);
  color: white;
  background-image: url(../img/bg.png);
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #history .history-inner .chrono h3 {
    height: 42.6666666667vw;
    font-size: 8.5333333333vw;
  }
}
#history .history-inner .chrono dl {
  display: flex;
  width: 100%;
  height: min(23.8095238095vw, 400px);
  overflow-y: scroll;
  flex-wrap: wrap;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: min(1.0714285714vw, 18px);
  border: 1px solid #4a4a4a;
}
@media screen and (max-width: 750px) {
  #history .history-inner .chrono dl {
    height: 80vw;
    font-size: 3.7333333333vw;
  }
}
#history .history-inner .chrono dl dt {
  width: 30%;
  height: min(4.7619047619vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
}
@media screen and (max-width: 750px) {
  #history .history-inner .chrono dl dt {
    width: 100%;
    height: auto;
    padding: 1.3333333333vw;
    border-right: none;
    text-align: left;
  }
}
#history .history-inner .chrono dl dt:nth-of-type(even) {
  background-color: #f0f0f0;
}
#history .history-inner .chrono dl dt:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  #history .history-inner .chrono dl dt:last-of-type {
    border-bottom: 1px solid #4a4a4a;
  }
}
#history .history-inner .chrono dl dd {
  width: 70%;
  height: min(4.7619047619vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #4a4a4a;
}
@media screen and (max-width: 750px) {
  #history .history-inner .chrono dl dd {
    width: 100%;
    height: auto;
    padding: 1.3333333333vw;
  }
}
#history .history-inner .chrono dl dd:nth-of-type(even) {
  background-color: #f0f0f0;
}
#history .history-inner .chrono dl dd:last-of-type {
  border-bottom: none;
}
#history .history-inner .qa .qaitem {
  border: 1px solid #4a4a4a;
  padding: min(2.380952381vw, 40px) min(4.7619047619vw, 80px);
  margin-bottom: min(1.7857142857vw, 30px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .qa .qaitem {
    padding: 4vw 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
#history .history-inner .qa .qaitem .q {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.6666666667vw, 28px);
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #history .history-inner .qa .qaitem .q {
    font-size: 4.2666666667vw;
  }
}
#history .history-inner .qa .qaitem .q span {
  font-size: min(2.6785714286vw, 45px);
  font-weight: 700;
  color: #008900;
  margin-right: min(1.4285714286vw, 24px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .qa .qaitem .q span {
    font-size: 6vw;
    margin-right: 3.2vw;
  }
}
#history .history-inner .qa .qaitem .a {
  padding-left: min(1.1904761905vw, 20px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #history .history-inner .qa .qaitem .a {
    padding-left: 5.3333333333vw;
    align-items: flex-start;
  }
}
#history .history-inner .qa .qaitem .a span {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.6666666667vw, 28px);
  margin-right: min(1.4285714286vw, 24px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .qa .qaitem .a span {
    font-size: 4.8vw;
    margin-right: 3.2vw;
    position: relative;
    top: -1.3333333333vw;
  }
}
#history .history-inner .eitaiul {
  padding: min(2.8571428571vw, 48px);
  background-color: #f0f0f0;
  margin-bottom: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .eitaiul {
    padding: 4vw;
    margin-bottom: 8vw;
  }
}
#history .history-inner .eitaiul li {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
  position: relative;
  padding-left: min(2.380952381vw, 40px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .eitaiul li {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
}
#history .history-inner .eitaiul li::before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  background: #008900;
}
@media screen and (max-width: 750px) {
  #history .history-inner .eitaiul li::before {
    top: 1.7333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
#history .history-inner .eitaip {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.6666666667vw, 28px);
  margin-bottom: min(1.1904761905vw, 20px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .eitaip {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.5;
  }
}
#history .history-inner .eitaitable {
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.1904761905vw, 20px);
  line-height: 1.6;
  margin-bottom: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 750px) {
  #history .history-inner .eitaitable {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    margin-bottom: 10.6666666667vw;
    border: 1px solid #4a4a4a;
  }
}
#history .history-inner .eitaitable dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: min(1.7857142857vw, 30px) 0;
  background-color: #f0f0f0;
  border: 1px solid #4a4a4a;
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  #history .history-inner .eitaitable dt {
    width: 100%;
    padding: 4vw;
    border: none;
    border-bottom: 1px solid #4a4a4a;
  }
}
#history .history-inner .eitaitable dt:last-of-type {
  border-bottom: 1px solid #4a4a4a;
}
#history .history-inner .eitaitable dd {
  display: flex;
  align-items: center;
  width: 70%;
  padding: min(1.7857142857vw, 30px) min(2.380952381vw, 40px);
  border: 1px solid #4a4a4a;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  #history .history-inner .eitaitable dd {
    width: 100%;
    padding: 4vw;
    border: none;
    border-bottom: 1px solid #4a4a4a;
  }
}
#history .history-inner .eitaitable dd:last-of-type {
  border-bottom: 1px solid #4a4a4a;
}
@media screen and (max-width: 750px) {
  #history .history-inner .eitaitable dd:last-of-type {
    border-bottom: none;
  }
}

#practice {
  background-image: url(../img/bg-temple.jpg);
  background-size: cover;
  background-position: center;
  padding: min(9.5238095238vw, 160px) 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #practice {
    padding: 21.3333333333vw 0;
  }
}
#practice h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(3.8095238095vw, 64px);
  font-weight: 700;
  margin-bottom: min(3.8095238095vw, 64px);
}
@media screen and (max-width: 750px) {
  #practice h2 {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
#practice p {
  text-align: justify;
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
  font-weight: 5 0;
  width: min(55.3571428571vw, 930px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #practice p {
    font-size: 3.7333333333vw;
    width: 80%;
  }
}

.access-item {
  margin-bottom: min(9.5238095238vw, 160px);
}
@media screen and (max-width: 750px) {
  .access-item {
    margin-bottom: 21.3333333333vw;
  }
}
.access-item .access-inner {
  display: flex;
  margin-bottom: min(9.5238095238vw, 160px);
}
@media screen and (max-width: 750px) {
  .access-item .access-inner {
    margin-bottom: 21.3333333333vw;
    flex-direction: column;
  }
}
.access-item .access-inner p {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
  line-height: 1.6;
  margin-bottom: min(4.7619047619vw, 80px);
}
@media screen and (max-width: 750px) {
  .access-item .access-inner p {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.access-item .access-inner .access-text {
  width: 45%;
  margin-right: 2%;
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
}
@media screen and (max-width: 750px) {
  .access-item .access-inner .access-text {
    width: 100%;
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.access-item .access-inner .access-text p {
  line-height: 1.6;
  margin-bottom: min(2.380952381vw, 40px);
}
@media screen and (max-width: 750px) {
  .access-item .access-inner .access-text p {
    margin-bottom: 5.3333333333vw;
  }
}
.access-item .access-inner .access-text a {
  font-size: min(1.6666666667vw, 28px);
  color: #008900;
  text-decoration: underline;
  position: relative;
}
@media screen and (max-width: 750px) {
  .access-item .access-inner .access-text a {
    font-size: 3.7333333333vw;
  }
}
.access-item .access-inner .access-text a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(-2.1428571429vw, -36px);
  transform: translateY(-50%) rotate(45deg);
  width: min(1.1904761905vw, 20px);
  height: min(1.1904761905vw, 20px);
  border-top: 2px solid #008900;
  border-right: 2px solid #008900;
}
@media screen and (max-width: 750px) {
  .access-item .access-inner .access-text a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: -4.8vw;
  }
}
.access-item .access-inner .access-img {
  width: 53%;
}
@media screen and (max-width: 750px) {
  .access-item .access-inner .access-img {
    width: 100%;
  }
}
.access-item .access-inner .access-img .screen p {
  font-size: min(1.0714285714vw, 18px);
  line-height: 1.6;
  margin-bottom: 0;
}

.access-item.contact {
  max-width: min(47.619047619vw, 800px);
}
@media screen and (max-width: 750px) {
  .access-item.contact {
    max-width: 86.6666666667vw;
  }
}

.smf-form--letter .smf-item__col--label {
  padding-bottom: 0;
  margin-bottom: min(0vw, 0px);
  color: #008900;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.smf-form--letter .labelcenter {
  text-align: center;
}

.smf-action .smf-button-control__control {
  width: min(19.0476190476vw, 320px);
  height: min(3.8095238095vw, 64px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(5.9523809524vw, 100px);
  border: 2px solid #008900;
  background-image: none;
  background-color: #f2fff2;
  font-size: min(1.3095238095vw, 22px);
  font-family: "Zen Old Mincho", serif;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .smf-action .smf-button-control__control {
    width: 53.3333333333vw;
    height: 10.6666666667vw;
    border-radius: 13.3333333333vw;
    font-size: 2.9333333333vw;
    border: 1px solid #008900;
  }
}
.smf-action .smf-button-control__control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(1.4285714286vw, 24px);
  transform: translateY(-50%) rotate(45deg);
  width: min(0.7142857143vw, 12px);
  height: min(0.7142857143vw, 12px);
  border-top: 2px solid #008900;
  border-right: 2px solid #008900;
}
@media screen and (max-width: 750px) {
  .smf-action .smf-button-control__control::after {
    right: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.toppage .topimg {
  width: 100lvw;
  height: 100lvh;
  background-image: url(../img/DSC_1656.jpg);
  background-size: cover;
  background-position: center;
}
.toppage .toppagecopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: min(3.8095238095vw, 64px);
  color: #f0f0f0;
}
@media screen and (max-width: 750px) {
  .toppage .toppagecopy {
    font-size: 10.6666666667vw;
    width: 90%;
  }
}
.toppage .toppagecopy .btn {
  color: #4a4a4a;
  font-size: min(1.3095238095vw, 22px);
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 750px) {
  .toppage .toppagecopy .btn {
    font-size: 5.0666666667vw;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #4a4a4a;
}

.archivepage {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .archivepage {
    width: 100%;
  }
}
.archivepage ul {
  margin-bottom: 10%;
}
.archivepage ul li {
  margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
  .archivepage ul li {
    margin-bottom: 10%;
  }
}
.archivepage ul li .postcat {
  display: flex;
}
.archivepage ul li .postcat .post-category {
  margin-right: 2%;
}
.archivepage ul li h3 {
  font-size: min(1.5476190476vw, 26px);
}
@media screen and (max-width: 750px) {
  .archivepage ul li h3 {
    font-size: 4.8vw;
  }
}

.singleinner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .singleinner {
    width: 100%;
  }
}
.singleinner h1 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.9047619048vw, 32px);
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .singleinner h1 {
    font-size: 5.6vw;
  }
}
.singleinner h2 {
  font-size: min(1.5476190476vw, 26px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 750px) {
  .singleinner h2 {
    font-size: 5.0666666667vw;
  }
}
.singleinner h3 {
  font-size: min(1.3095238095vw, 22px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 750px) {
  .singleinner h3 {
    font-size: 4.5333333333vw;
  }
}
.singleinner h4 {
  font-size: min(1.130952381vw, 19px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 750px) {
  .singleinner h4 {
    font-size: 4vw;
  }
}
.singleinner .post-meta {
  display: flex;
  margin-bottom: min(2.380952381vw, 40px);
}
.singleinner .post-meta .post-category {
  margin-right: 2%;
}
.singleinner .post-content p {
  margin-bottom: 1.5em;
}
.singleinner .post-content .wp-block-image {
  margin-bottom: 1.5em;
}
.singleinner .wp-block-column {
  margin-right: 2%;
}
.singleinner .wp-block-column:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .singleinner .wp-block-column {
    margin-right: 0;
    margin-bottom: 2%;
  }
  .singleinner .wp-block-column:last-of-type {
    margin-bottom: 0;
  }
}
.singleinner .post-navigation {
  display: flex;
  justify-content: center;
}
.singleinner .post-navigation .prev {
  margin-right: 5%;
}
.singleinner .back-to-archive {
  text-align: center;
  margin: 5% auto 10%;
}

#footer {
  padding-top: min(11.9047619048vw, 200px);
  text-align: center;
  background-color: #f2fff2;
}
@media screen and (max-width: 750px) {
  #footer {
    padding-top: 26.6666666667vw;
  }
}
#footer .footer-logo {
  width: min(23.8095238095vw, 400px);
  margin: 0 auto;
  margin-bottom: min(5.9523809524vw, 100px);
}
@media screen and (max-width: 750px) {
  #footer .footer-logo {
    width: 53.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
#footer .footer-map {
  width: 100%;
  height: min(23.8095238095vw, 400px);
  margin-bottom: min(5.9523809524vw, 100px);
}
@media screen and (max-width: 750px) {
  #footer .footer-map {
    height: 53.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
#footer .footer-address {
  padding-bottom: min(11.9047619048vw, 200px);
}
@media screen and (max-width: 750px) {
  #footer .footer-address {
    padding-bottom: 26.6666666667vw;
  }
}
#footer .footer-address p {
  font-family: "Zen Old Mincho", serif;
  font-size: min(1.3095238095vw, 22px);
  margin-bottom: min(2.8571428571vw, 48px);
}
@media screen and (max-width: 750px) {
  #footer .footer-address p {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
#footer .footer-address .btn {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #footer .footer-address .btn {
    width: 53.3333333333vw;
    height: 10.6666666667vw;
  }
}
#footer .footer-bottom {
  background-color: #00331e;
  color: white;
  padding: min(1.0714285714vw, 18px) 0;
  line-height: 1;
  font-size: min(1.0714285714vw, 18px);
}
@media screen and (max-width: 750px) {
  #footer .footer-bottom {
    padding: 3.2vw 0;
    font-size: 2.6666666667vw;
  }
}

#sub-top {
  display: flex;
  margin-top: min(3.5714285714vw, 60px);
  margin-bottom: min(9.5238095238vw, 160px);
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  #sub-top {
    margin-top: 10.6666666667vw;
    margin-bottom: 16vw;
  }
}
#sub-top.rev {
  flex-direction: row-reverse;
}
#sub-top .sub-top__img {
  width: 81.25%;
}
#sub-top .sub-top__color {
  width: 18.75%;
  background-color: #00331e;
}
#sub-top .sub-top__open {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00331e;
  top: 0;
  left: 0;
  transition-duration: 1400ms;
  transition-timing-function: cubic-bezier(0.26, 0.69, 0.15, 1);
}
#sub-top .sub-top__open.active {
  left: 100%;
}
#sub-top.eitaisub .sub-top__img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */