@charset "UTF-8";
/*
Theme Name: RAKUEN Theme
Description: 森と湖の楽園
Theme URI:
Author:
Author URI:
Version: 1.0
*/
/* --------------------------
 * body
-------------------------- */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F5EC;
  z-index: 9999999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

body.fade::after {
  opacity: 1;
}

/* --------------------------
 * header
-------------------------- */
.header {
  position: fixed;
  top: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: flex-end;
  z-index: 99999;
}
@media screen and (max-width: 1536px) {
  .header {
    height: 100px;
    top: -100px;
  }
}
@media screen and (max-width: 1366px) {
  .header {
    height: 90px;
    top: -90px;
  }
}
@media screen and (max-width: 1279px) {
  .header {
    height: 80px;
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    top: -60px;
  }
}
.header.active {
  top: 0;
  transition: 0.75s cubic-bezier(0.5, 1, 0.89, 1) all;
}
.header.fixed {
  transition: 0.75s cubic-bezier(0.5, 1, 0.89, 1) all;
  height: 90px;
}
@media screen and (max-width: 1536px) {
  .header.fixed {
    height: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .header.fixed {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header.fixed {
    height: 60px;
  }
}
.header.off .header__inner .logo figure img.wh {
  display: none;
  line-height: 0;
  height: 0;
}
.header.off .header__inner .logo figure img.bk {
  opacity: 1;
  display: block;
  position: relative;
}
.header.off .header__inner .desc {
  color: #222222;
}
.header.off .header__inner .gnav {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.header.color .header__inner .logo figure img.wh {
  opacity: 0;
}
.header.color .header__inner .logo figure img.bk {
  opacity: 1;
}
.header.color .header__inner .desc {
  color: #222222;
}
.header.color .header__inner .gnav {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.header.color .header__inner .hamburger {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.header__inner {
  height: 64px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .header__inner {
    height: 55px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner {
    height: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .header__inner {
    height: 50px;
  }
}
.header__inner .logo {
  width: 12%;
  height: auto;
  position: absolute;
  left: 75px;
}
@media screen and (max-width: 1680px) {
  .header__inner .logo {
    width: 13%;
  }
}
@media screen and (max-width: 1536px) {
  .header__inner .logo {
    width: 14%;
    left: 55px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .logo {
    width: 14%;
    left: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .header__inner .logo {
    width: 18%;
    left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .header__inner .logo {
    width: 220px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .logo {
    width: 170px;
    left: 20px;
  }
}
.header__inner .logo a {
  transition: 0.3s ease all;
}
.header__inner .logo a figure {
  position: relative;
  display: block;
}
.header__inner .logo a figure img {
  transition: 0.5s ease all;
}
.header__inner .logo a figure img.wh {
  opacity: 1;
}
.header__inner .logo a figure img.bk {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.header__inner .logo a:hover {
  opacity: 0.7;
}
.header__inner .desc {
  font-size: 0.45vw;
  line-height: 1.6;
  color: #FFFFFF;
  position: absolute;
  left: 18%;
  transition: 0.5s ease all;
}
@media screen and (max-width: 1680px) {
  .header__inner .desc {
    left: 20%;
  }
}
@media screen and (max-width: 1440px) {
  .header__inner .desc {
    opacity: 0;
  }
}
@media screen and (max-width: 1279px) {
  .header__inner .desc {
    display: none;
  }
}
.header__inner .hamburger {
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50rem;
  background-color: #FFFFFF;
  position: absolute;
  right: 30px;
  transition: 0.5s ease all;
  display: none;
}
@media screen and (max-width: 1279px) {
  .header__inner .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .hamburger {
    right: 10px;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}
.header__inner .hamburger__inner {
  width: 25px;
  height: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__inner .hamburger__inner {
    width: 20px;
    height: 12px;
  }
}
.header__inner .hamburger__inner span {
  width: 100%;
  height: 1px;
  background-color: #222222;
  position: absolute;
  left: 0;
}
.header__inner .hamburger__inner span:first-child {
  top: 0px;
}
.header__inner .hamburger__inner span:nth-child(2) {
  top: 50%;
  margin-top: -0.5px;
}
.header__inner .hamburger__inner span:nth-child(3) {
  bottom: 0px;
}
.header__inner .gnav {
  position: absolute;
  right: 50px;
  background-color: #FFFFFF;
  border-radius: 50rem;
  line-height: 64px;
  height: 64px;
  display: block;
  position: absolute;
  transition: 0.5s ease all;
}
@media screen and (max-width: 1680px) {
  .header__inner .gnav {
    line-height: 55px;
    height: 55px;
    right: 35px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .gnav {
    line-height: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1279px) {
  .header__inner .gnav {
    display: none;
  }
}
.header__inner .gnav ul {
  display: flex;
  align-items: center;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 1680px) {
  .header__inner .gnav ul {
    padding: 0 15px 0 30px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .gnav ul {
    padding: 0 10px 0 25px;
  }
}
.header__inner .gnav ul li {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .header__inner .gnav ul li {
    font-size: 1.4rem;
  }
}
.header__inner .gnav ul li::before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #42AF90;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
  border-radius: 10em;
}
.header__inner .gnav ul li a {
  padding: 0 12px;
}
@media screen and (max-width: 1680px) {
  .header__inner .gnav ul li a {
    padding: 0 10px;
  }
}
.header__inner .gnav ul li:last-child {
  margin-left: 15px;
  background-color: #42AF90;
  position: relative;
  border-radius: 50em;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .header__inner .gnav ul li:last-child {
    margin-left: 10px;
  }
}
.header__inner .gnav ul li:last-child::before {
  content: none;
}
.header__inner .gnav ul li:last-child::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #33856E;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
}
.header__inner .gnav ul li:last-child a {
  line-height: 40px;
  height: 40px;
  display: block;
  padding: 0 25px;
  color: #FFFFFF;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1680px) {
  .header__inner .gnav ul li:last-child a {
    line-height: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .header__inner .gnav ul li:last-child a {
    line-height: 30px;
    height: 30px;
  }
}
.header__inner .gnav ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* --------------------------
 * article
-------------------------- */
.article {
  margin-top: 150px;
}
@media screen and (max-width: 1440px) {
  .article {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .article {
    margin-top: 75px;
  }
}

/* --------------------------
 * titleArea
-------------------------- */
.titleArea {
  margin-bottom: 35px;
  display: block;
  position: relative;
  z-index: 9;
}
.titleArea.min h2 {
  font-size: 0.95vw;
}
@media screen and (max-width: 1024px) {
  .titleArea.min h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .titleArea.min h2 {
    font-size: 1.4rem;
  }
}
.titleArea.min .en {
  font-size: 2.1vw;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .titleArea.min .en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .titleArea.min .en {
    font-size: 3rem;
  }
}
.titleArea h2 {
  font-size: 0.95vw;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  padding-left: 18px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .titleArea h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .titleArea h2 {
    font-size: 1.4rem;
  }
}
.titleArea h2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50em;
  background-color: #42AF90;
  display: block;
  position: absolute;
  left: 2px;
  transition: 0.3s ease all;
  margin-top: 2px;
}
.titleArea .en {
  font-size: 2.1vw;
  line-height: 1;
  letter-spacing: 3px;
}
@media screen and (max-width: 1024px) {
  .titleArea .en {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .titleArea .en {
    font-size: 3rem;
  }
}
.titleArea .tx {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  .titleArea .tx {
    font-size: 1.6rem;
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .titleArea .tx {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .titleArea .tx {
    width: 49%;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .titleArea .tx {
    width: 100%;
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: 25px;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .titleArea .tx br {
    display: none;
  }
}
.titleArea .link {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .titleArea .link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .titleArea .link {
    display: none;
  }
}
.titleArea .link a {
  padding-left: 20px;
  display: flex;
  position: relative;
  align-items: center;
}
.titleArea .link a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50em;
  background-color: #42AF90;
  display: block;
  position: absolute;
  left: 0;
  transition: 0.3s ease all;
}
.titleArea .link a:hover {
  color: #666;
}
.titleArea .link a:hover::before {
  content: "";
  transform: scale(2);
}

/* --------------------------
 * btn
-------------------------- */
.btn.std {
  width: 200px;
  height: 50px;
  display: flex;
  overflow: hidden;
  border-radius: 50em;
  background-color: #42AF90;
  position: relative;
  align-items: center;
  justify-content: center;
}
.btn.std::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #33856E;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
  border-radius: 10em;
}
.btn.std a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #f5f5f5;
  font-size: 1.5rem;
  position: relative;
  z-index: 9;
}
.btn.std:hover a {
  color: #FFFFFF;
}
.btn.std:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn.std.min {
  width: 160px;
  height: 40px;
}
@media screen and (max-width: 1440px) {
  .btn.std.min {
    height: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.std.min {
    height: 30px;
  }
}
.btn.std.min a {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .btn.std.min a {
    font-size: 1.3rem;
  }
}
.btn.thin {
  width: 240px;
  line-height: 45px;
  height: 45px;
  background-color: #42AF90;
  overflow: hidden;
  border-radius: 50em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn.thin {
    line-height: 40px;
    height: 40px;
    width: 220px;
  }
}
.btn.thin a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn.thin a {
    font-size: 1.4rem;
  }
}
.btn.thin a:hover {
  background-color: #33856E;
}
.btn.thin.lg {
  width: 350px;
  line-height: 64px;
  height: 64px;
}
@media screen and (max-width: 1440px) {
  .btn.thin.lg {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .btn.thin.lg {
    line-height: 55px;
    height: 55px;
  }
}
.btn.thin.lg a {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .btn.thin.lg a {
    font-size: 1.6rem;
  }
}
.btn.thin.lg a img {
  width: 9px;
  position: absolute;
  right: 25px;
}

.download {
  width: 300px;
  height: 70px;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #222222;
  border-radius: 50em;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .download {
    width: 270px;
    height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .download {
    width: 240px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .download {
    width: 210px;
    height: 50px;
  }
}
.download::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #FFE108;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.4s ease;
  transform-origin: right top;
  transform: scale(0, 1);
  border-radius: 5px;
}
.download a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .download a {
    font-size: 1.6rem;
    padding-left: 30px;
    justify-content: left;
  }
}
@media screen and (max-width: 960px) {
  .download a {
    font-size: 1.5rem;
    padding-left: 30px;
    justify-content: left;
  }
}
@media screen and (max-width: 767px) {
  .download a {
    font-size: 1.4rem;
    padding-left: 25px;
  }
}
.download a img {
  width: 18px;
  position: absolute;
  right: 22px;
}
@media screen and (max-width: 960px) {
  .download a img {
    width: 15px;
    right: 20px;
  }
}
.download:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btnGrp {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btnGrp {
    gap: 5px;
  }
}
.btnGrp li {
  width: 50%;
  height: 40px;
  display: flex;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .btnGrp li {
    height: 30px;
  }
}
.btnGrp li::before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: transform 0.3s ease;
  transform-origin: right top;
  transform: scale(0, 1);
  background-color: #FFE108;
}
.btnGrp li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btnGrp li:hover a {
  color: #222222;
}
.btnGrp li a {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
  width: 100%;
  font-size: 1.3rem;
  position: relative;
  z-index: 9;
  color: #222222;
  padding-left: 15px;
}
@media screen and (max-width: 1440px) {
  .btnGrp li a {
    justify-content: center;
    padding-left: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .btnGrp li a {
    font-size: 1.1rem;
    letter-spacing: 0px;
  }
}
.btnGrp li a img {
  width: 10px;
  height: auto;
  position: absolute;
  right: 15px;
  margin-top: 0px;
}
@media screen and (max-width: 1440px) {
  .btnGrp li a img {
    display: none;
  }
}
.btnGrp.min {
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .btnGrp.min {
    width: 100%;
  }
}
.btnGrp.min li {
  height: 36px;
}
.btnGrp.min li::before {
  content: "";
  border-radius: 0em;
}
.btnGrp.min li a {
  font-size: 1.2rem;
  letter-spacing: 0.3px;
}
.btnGrp.min li a img {
  width: 10px;
  height: auto;
  position: absolute;
  right: 10px;
  margin-top: -2px;
}

/* --------------------------
 * footer
-------------------------- */
.footer {
  padding: 100px 75px 150px;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (max-width: 1440px) {
  .footer {
    padding: 100px 7% 150px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 16px 100px;
  }
}
.footer__inner {
  display: flex;
  flex-flow: row-reverse;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    display: block;
  }
}
.footer__inner > .item {
  width: calc(100% - 270px);
  position: relative;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner > .item {
    width: 100%;
  }
}
.footer__inner > .item:nth-child(1) {
  display: flex;
  justify-content: right;
}
.footer__inner > .item:nth-child(1) .item__inner {
  width: 700px;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(1) .item__inner {
    width: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner > .item:nth-child(1) .item__inner {
    width: 100%;
    margin-bottom: 100px;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .link {
  width: 100%;
  margin-bottom: 75px;
}
@media screen and (max-width: 1440px) {
  .footer__inner > .item:nth-child(1) .item__inner .link {
    margin-bottom: 50px;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .link ul {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .link ul {
    display: block;
    gap: 0;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .link ul li {
  width: 50%;
  height: 100px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(1) .item__inner .link ul li {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .link ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .link ul li:nth-child(1) {
  background-color: #FFFFFF;
}
.footer__inner > .item:nth-child(1) .item__inner .link ul li:nth-child(2) {
  background-color: #FFE108;
}
.footer__inner > .item:nth-child(1) .item__inner .link ul li::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.4s ease;
  transform-origin: right top;
  transform: scale(0, 1);
  border-radius: 5px;
}
.footer__inner > .item:nth-child(1) .item__inner .link ul li a {
  padding: 22px 22px 0;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(1) .item__inner .link ul li a {
    padding: 20px 20px 0;
    font-size: 1.8rem;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .link ul li a span {
  display: block;
  opacity: 0.3;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(1) .item__inner .link ul li a span {
    font-size: 1.1rem;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .link ul li a .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  bottom: 10px;
}
.footer__inner > .item:nth-child(1) .item__inner .link ul li a .arrow img {
  width: 18px;
  height: auto;
}
.footer__inner > .item:nth-child(1) .item__inner .link ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.footer__inner > .item:nth-child(1) .item__inner .link ul li:hover a .arrow img {
  animation: linkAnime2 0.5s ease forwards;
}
.footer__inner > .item:nth-child(1) .item__inner .footNav {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .footNav {
    gap: 0;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .footNav > .item {
    width: 50%;
    padding: 0 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .footNav > .item:first-child {
    display: none;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > li {
  border-bottom: 1px solid #dddddd;
  line-height: 45px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > li {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > li {
    line-height: 30px;
    font-size: 1.3rem;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > li:last-child {
  margin-bottom: 0;
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > li a {
  display: flex;
  position: relative;
  align-items: center;
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > li a img {
  width: 20px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > li a img {
    width: 18px;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > li a:hover {
  opacity: 0.5;
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > ul {
  margin-top: 20px;
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > ul > li {
  line-height: 42px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > ul > li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > ul > li {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > ul > li {
    line-height: 30px;
    font-size: 1.3rem;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > ul > li a {
  padding-left: 20px;
  position: relative;
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > ul > li a::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 48%;
  background-color: #222222;
}
.footer__inner > .item:nth-child(1) .item__inner .footNav > .item > ul > ul > li a:hover {
  opacity: 0.5;
}
.footer__inner > .item:nth-child(1) .item__inner .btmNav {
  line-height: 24px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer__inner > .item:nth-child(1) .item__inner .btmNav {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: 50px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .btmNav {
    width: 100%;
    margin-top: 20px;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .btmNav ul {
  display: flex;
  border-right: 1px solid #dddddd;
}
@media screen and (max-width: 1024px) {
  .footer__inner > .item:nth-child(1) .item__inner .btmNav ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .btmNav ul {
    justify-content: center;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .btmNav ul li {
  border-left: 1px solid #dddddd;
}
@media screen and (max-width: 1024px) {
  .footer__inner > .item:nth-child(1) .item__inner .btmNav ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .btmNav ul li {
    width: 50%;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .btmNav ul li a {
  padding: 0 25px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(1) .item__inner .btmNav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner > .item:nth-child(1) .item__inner .btmNav ul li a {
    padding: 0px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(1) .item__inner .btmNav ul li a {
    font-size: 1rem;
    padding: 0 0px;
    width: 50%;
  }
}
.footer__inner > .item:nth-child(1) .item__inner .btmNav ul li a:hover {
  opacity: 0.5;
}
.footer__inner > .item:nth-child(2) {
  width: 270px;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(2) {
    width: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__inner > .item:nth-child(2) {
    margin: 0 auto;
  }
}
.footer__inner > .item:nth-child(2) .item__inner {
  width: 100%;
}
.footer__inner > .item:nth-child(2) figure {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(2) figure {
    width: 200px;
    margin: 0 auto 50px;
  }
}
.footer__inner > .item:nth-child(2) h2 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(2) h2 {
    text-align: center;
    font-size: 1.8rem;
  }
}
.footer__inner > .item:nth-child(2) .address {
  margin-bottom: 25px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(2) .address {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(2) .address {
    text-align: center;
  }
}
.footer__inner > .item:nth-child(2) .tel {
  font-size: 3.1rem;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(2) .tel {
    font-size: 2.7rem;
  }
}
.footer__inner > .item:nth-child(2) .tel span {
  font-size: 1.8rem;
  margin-right: 5px;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(2) .tel span {
    font-size: 1.6rem;
  }
}
.footer__inner > .item:nth-child(2) .time {
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(2) .time {
    font-size: 1.3rem;
  }
}
.footer__inner > .item:nth-child(2) .sns {
  margin-top: 75px;
}
.footer__inner > .item:nth-child(2) .sns p {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}
.footer__inner > .item:nth-child(2) .sns > ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(2) .sns > ul {
    justify-content: center;
  }
}
.footer__inner > .item:nth-child(2) .sns > ul li {
  width: 25%;
  display: block;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border-radius: 50em;
  transition: 0.3s ease all;
}
.footer__inner > .item:nth-child(2) .sns > ul li:hover {
  background-color: #ECEACF;
}
.footer__inner > .item:nth-child(2) .sns > ul li a {
  aspect-ratio: 1/1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__inner > .item:nth-child(2) .sns > ul li a img {
  width: 100%;
}
.footer__inner > .item:nth-child(2) .copyright {
  line-height: 1;
  font-size: 1.2rem;
  margin-top: 75px;
}
@media screen and (max-width: 1680px) {
  .footer__inner > .item:nth-child(2) .copyright {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner > .item:nth-child(2) .copyright {
    text-align: center;
  }
}

@keyframes linkAnime2 {
  0% {
    transform-origin: right top;
    transform: translateX(0);
  }
  50% {
    transform-origin: right top;
    transform: translateX(170%);
  }
  50.1% {
    transform-origin: left top;
    transform: translateX(-170%);
  }
  100% {
    transform: translateX(0);
  }
}
/* --------------------------
 * loop
-------------------------- */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.home .imgloop {
  background-color: #DEEBDB;
  position: relative;
}
.home .imgloop::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.imgloop {
  display: block;
  overflow-x: hidden;
  width: 100%;
}
.imgloop__wrap {
  display: flex;
  overflow: hidden;
}
.imgloop__list {
  display: flex;
  list-style: none;
  padding: 0;
  padding-right: 50px;
  gap: 75px;
}
@media screen and (max-width: 1440px) {
  .imgloop__list {
    gap: 50px;
  }
}
@media screen and (max-width: 960px) {
  .imgloop__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .imgloop__list {
    gap: 16px;
  }
}
.imgloop__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
@media screen and (max-width: 1080px) {
  .imgloop__list--left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
}
@media screen and (max-width: 767px) {
  .imgloop__list--left {
    animation: infinity-scroll-left 50s infinite linear 0.5s both;
  }
}
.imgloop__item {
  width: 14.2857142857vw;
  display: block;
}
@media screen and (max-width: 1080px) {
  .imgloop__item {
    width: 20vw;
  }
}
@media screen and (max-width: 960px) {
  .imgloop__item {
    width: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .imgloop__item {
    width: 33.3333333333vw;
  }
}
.imgloop__item:nth-child(odd) {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .imgloop__item:nth-child(odd) {
    padding-top: 20px;
  }
}
.imgloop__item > img {
  border-radius: 7px;
  width: 100%;
  height: auto;
}

/* --------------------------
 * rsrvBtn
-------------------------- */
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bound {
  0% {
    transform: scale(0);
  } /* 初期状態 */
  20% {
    transform: scale(1.2);
  } /* 初期状態 */
  35% {
    transform: scale(0.85);
  } /* 初期状態 */
  50% {
    transform: scale(1.1);
  } /* 初期状態 */
  65% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.03);
  } /* 初期状態 */
  100% {
    transform: scale(1);
  }
}
.rsrvBtn {
  width: 170px;
  height: 170px;
  border-radius: 50em;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 9999;
  overflow: hidden;
  transition: 0.75s 0.5s ease all;
  transform: scale(0);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1440px) {
  .rsrvBtn {
    width: 150px;
    height: 150px;
    right: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .rsrvBtn {
    width: 140px;
    height: 140px;
    right: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rsrvBtn {
    width: 160px;
    height: 40px;
    right: 16px;
    bottom: 16px;
    border-radius: 3px;
  }
}
.rsrvBtn.active {
  transform: scale(1);
  animation: bound 1s 0.5s ease forwards;
}
.rsrvBtn a {
  background-color: #FFE108;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
}
@media screen and (max-width: 1440px) {
  .rsrvBtn a {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1280px) {
  .rsrvBtn a {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .rsrvBtn a {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
}
.rsrvBtn a img {
  width: 92%;
  height: auto;
  position: absolute;
  opacity: 0.3;
  animation: 25s linear infinite rotation;
}
@media screen and (max-width: 1440px) {
  .rsrvBtn a img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .rsrvBtn a img {
    display: none;
  }
}
.rsrvBtn a .inner {
  text-align: center;
  line-height: 1;
}
.rsrvBtn a .inner .en {
  font-size: 2.2rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .rsrvBtn a .inner .en {
    font-size: 2rem;
    margin-bottom: 7px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 1280px) {
  .rsrvBtn a .inner .en {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .rsrvBtn a .inner .en {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    margin-top: 2px;
    display: inline-block;
  }
}
.rsrvBtn a .inner .ja {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .rsrvBtn a .inner .ja {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1280px) {
  .rsrvBtn a .inner .ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .rsrvBtn a .inner .ja {
    font-size: 0.9rem;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -2px;
  }
}
.rsrvBtn a:hover {
  background-color: #D4BC06;
}

/* --------------------------
 * dantai
-------------------------- */
.dantai {
  width: 50px;
  height: 240px;
  color: #222222;
  border-radius: 5px 0 0 5px;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 50%;
  margin-top: -120px;
  right: -50px;
  z-index: 999;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  transition: 0.75s 0.5s ease all;
}
@media screen and (max-width: 767px) {
  .dantai {
    display: none;
  }
}
.dantai.active {
  right: 0;
}
.dantai a {
  display: block;
  writing-mode: vertical-lr;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  position: relative;
}
.dantai a::before {
  content: "●";
  color: #42AF90;
  font-size: 0.8rem;
  margin-bottom: 4px;
}
.dantai a:hover {
  background-color: #DEEBDB;
}

/* --------------------------
 * spNav
-------------------------- */
#spNavWrap {
  display: none;
  z-index: 9999990;
  background-color: rgba(66, 175, 144, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0s linear all;
}

#spNav {
  z-index: 9999999;
  position: fixed;
  top: 0;
  height: 100svh;
  display: block;
  justify-content: center;
  align-items: center;
  overflow: auto;
  transition: 0.3s ease all !important;
  background-color: #FFFFFF;
  background-size: 100%;
  min-height: 100%;
  right: -300px;
  width: 300px;
  padding: 0 0 30px;
  font-size: 1.5rem;
}
#spNav.active {
  display: block;
  top: 0px;
  right: 0px;
}
#spNav.active .inner .head {
  position: fixed;
  right: 0;
}
#spNav .reserve {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin: 16px 16px 0;
  width: calc(100% - 32px);
}
#spNav .reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 60px;
  background-color: #FFE108;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
#spNav .reserve a img {
  width: 12px;
  position: absolute;
  right: 16px;
}
#spNav .inner {
  padding: 50px 0px 10px;
  height: auto;
  display: block;
  position: relative;
}
#spNav .inner .head {
  z-index: 99;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding-left: 20px;
  border-bottom: 1px solid #dddddd;
  transition: 0.3s ease all;
  height: 50px;
  padding-left: 16px;
  width: 300px;
  right: -300px;
}
#spNav .inner .head.fixed {
  position: fixed;
}
#spNav .inner .head img {
  width: 130px;
  margin-top: 1px;
}
#spNav .inner .head .close {
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  right: 16px;
  cursor: pointer;
  transition: 0.3s ease all;
  background-color: #222222;
  border-radius: 50em;
}
#spNav .inner .head .close span {
  width: 60%;
  height: 1px;
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 20%;
}
#spNav .inner .head .close span:first-child {
  transform: rotate(45deg);
}
#spNav .inner .head .close span:last-child {
  transform: rotate(-45deg);
}
#spNav .inner .head .close:hover {
  opacity: 0.5;
}
#spNav .inner ul.nav {
  width: 100%;
  display: block;
  flex-wrap: wrap;
}
#spNav .inner ul.nav li {
  left: 0px;
  width: 100%;
  position: relative;
  display: block;
  border-bottom: 1px solid #f5f5f5;
}
#spNav .inner ul.nav li p {
  font-size: 1.5rem;
  line-height: 50px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 500;
  cursor: pointer;
  padding-left: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.nav li p {
    line-height: 45px;
    font-size: 1.4rem;
  }
}
#spNav .inner ul.nav li p img {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 10px;
  height: auto;
  margin-right: 10px;
  width: 14px;
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.nav li p img {
    top: 21px;
    width: 12px;
  }
}
#spNav .inner ul.nav li p:hover {
  background-color: rgba(34, 34, 34, 0.1);
}
#spNav .inner ul.nav li p.active img {
  transform: rotate(180deg);
  top: 22px;
}
#spNav .inner ul.nav li a {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  line-height: 50px;
  color: #222222;
  padding-left: 15px;
  font-weight: 500;
  position: relative;
  transition: 0.1s 0 ease background-color !important;
}
@media screen and (max-width: 767px) {
  #spNav .inner ul.nav li a {
    line-height: 45px;
    font-size: 1.4rem;
  }
}
#spNav .inner ul.nav li a img {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 6px;
  height: auto;
  margin-right: 10px;
}
#spNav .inner ul.nav li a span {
  width: 16px;
  height: 2px;
  background-color: #42AF90;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
}
#spNav .inner ul.nav li a span::before {
  content: "";
  width: 2px;
  height: 16px;
  display: block;
  background-color: #42AF90;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: -7px;
  display: block;
  transition: 0.1s ease all;
}
#spNav .inner ul.nav li a:hover {
  background-color: rgba(34, 34, 34, 0.1);
}
#spNav .inner ul.nav li.ddbtn p {
  cursor: pointer;
  border-bottom: none;
}
#spNav .inner ul.nav li.ddbtn p img {
  position: absolute;
  top: 18px;
  right: 8px;
  width: 11px;
  height: auto;
  margin-right: 10px;
}
#spNav .inner ul.nav li.ddbtn p.current span::before {
  content: "";
  height: 0px;
}
#spNav .inner ul.nav li.ddbtn > ul {
  display: none;
  border-bottom: none;
}
#spNav .inner ul.nav li.ddbtn > ul li {
  background-color: #F9F9F9;
  display: block;
  border-bottom: none;
}
#spNav .inner ul.nav li.ddbtn > ul li a {
  padding-left: 28px;
  border-top: 1px solid #eeeeee;
  font-size: 1.5rem;
}
#spNav .inner ul.nav li.ddbtn > ul li a > img {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 6px;
  height: auto;
  margin-right: 10px;
}
#spNav .min {
  display: block;
  margin-right: 0px;
  position: relative;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  margin-top: 25px;
}
#spNav .min li {
  width: 100%;
  border: none;
}
#spNav .min li a {
  display: block;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 0;
  text-align: left;
  letter-spacing: 0.5px;
  line-height: 30px;
  padding-left: 16px;
  background-color: transparent;
}
#spNav .min li a img {
  position: relative;
  top: inherit;
  width: 5px;
  height: auto;
  margin-right: 7px;
  right: inherit;
}
#spNav .sns {
  height: auto;
  display: block;
  width: 210px;
  margin: 35px auto 0px;
}
#spNav .sns ul {
  width: 210px;
  height: 50px;
  display: flex;
  margin: 0 auto;
  gap: 10px;
}
#spNav .sns ul li {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50em;
}
@media screen and (max-width: 767px) {
  #spNav .sns ul li {
    width: 45px;
    height: 45px;
  }
}
#spNav .sns ul li:last-child {
  margin-right: 0;
}
#spNav .sns ul li a {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spNav .sns ul li a img {
  width: 80%;
}
#spNav .sns ul li a:hover {
  background-color: #FFFFFF;
}

/*------------------------
 * remodal
-------------------------- */
@media screen and (max-width: 1024px) {
  .remodal-wrapper {
    padding: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 15px 15px 0 !important;
  }
}

.remodal {
  max-height: 70%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 35px !important;
  max-width: 1280px !important;
}
@media screen and (max-width: 1440px) {
  .remodal {
    max-width: 1024px !important;
  }
}
@media screen and (max-width: 1366px) {
  .remodal {
    max-height: 80%;
    padding: 25px !important;
  }
}
@media screen and (max-width: 1024px) {
  .remodal {
    height: 100svh;
    padding: 25px !important;
    max-height: calc(100% - 20px);
    overflow: hidden !important;
  }
}
@media screen and (max-width: 767px) {
  .remodal {
    padding: 15px !important;
  }
}
.remodal__inner {
  display: flex;
  gap: 35px;
  height: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .remodal__inner {
    display: block;
    gap: 0;
    align-items: inherit;
    overflow-y: auto;
  }
}
.remodal__inner.rsrv {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .remodal__inner.rsrv {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .remodal__inner.rsrv {
    display: block;
    align-items: inherit;
    justify-content: inherit;
  }
}
.remodal__inner .rsrvWrap {
  max-width: 90%;
}
@media screen and (max-width: 1536px) {
  .remodal__inner .rsrvWrap {
    max-width: 95%;
  }
}
@media screen and (max-width: 1366px) {
  .remodal__inner .rsrvWrap {
    max-width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .remodal__inner .rsrvWrap {
    overflow-y: auto;
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .remodal__inner .rsrvWrap {
    max-width: inherit;
    padding-top: 40px;
  }
}
.remodal__inner .rsrvWrap p {
  text-align: center;
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .remodal__inner .rsrvWrap p {
    font-size: 1.6rem;
  }
}
.remodal__inner .rsrvWrap .flexWrap {
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 1366px) {
  .remodal__inner .rsrvWrap .flexWrap {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 767px) {
  .remodal__inner .rsrvWrap .flexWrap {
    margin: 0px;
    padding: 0 10px 10px;
  }
}
.remodal__inner .rsrvWrap .flexWrap .item {
  padding: 20px 10px 0px;
  width: 33.3333%;
}
@media screen and (max-width: 1536px) {
  .remodal__inner .rsrvWrap .flexWrap .item {
    padding: 10px 5px 0px;
    width: 25%;
  }
}
@media screen and (max-width: 1440px) {
  .remodal__inner .rsrvWrap .flexWrap .item {
    padding: 10px 5px 0px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 960px) {
  .remodal__inner .rsrvWrap .flexWrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .remodal__inner .rsrvWrap .flexWrap .item {
    width: 100%;
    padding: 20px 0 0;
  }
}
.remodal__inner .rsrvWrap .flexWrap .item a {
  display: block;
}
.remodal__inner .rsrvWrap .flexWrap .item a img {
  width: 100%;
  height: auto;
}
.remodal__inner .rsrvWrap .flexWrap .item a:hover {
  opacity: 0.7;
}
.remodal__inner .photo {
  width: 50%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .remodal__inner .photo {
    width: 45%;
  }
}
@media screen and (max-width: 960px) {
  .remodal__inner .photo {
    width: 100%;
  }
}
.remodal__inner .photo > figure {
  overflow: hidden;
  border-radius: 5px;
}
.remodal__inner .photo .gallery {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  /* ページネーションのサイズと色 */
}
@media screen and (max-width: 960px) {
  .remodal__inner .photo .gallery {
    padding-bottom: 0px;
  }
}
.remodal__inner .photo .gallery > .cat {
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .remodal__inner .photo .gallery > .cat {
    top: 10px;
    left: 10px;
  }
}
.remodal__inner .photo .gallery .swiper-wrapper .swiper-slide figure {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .remodal__inner .photo .gallery .swiper-wrapper .swiper-slide figure {
    border-radius: 5px;
  }
}
.remodal__inner .photo .gallery .swiper-pagination {
  position: absolute;
  right: 0px;
  bottom: 65px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .remodal__inner .photo .gallery .swiper-pagination {
    bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .remodal__inner .photo .gallery .swiper-pagination {
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .remodal__inner .photo .gallery .swiper-pagination {
    bottom: 35px;
  }
}
.remodal__inner .photo .gallery .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.remodal__inner .photo .gallery .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px;
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .remodal__inner .photo .gallery .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .remodal__inner .photo .gallery .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
}
.remodal__inner .photo .gallery .swiper-pagination-bullet {
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .remodal__inner .photo .gallery .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.remodal__inner .photo .gallery .swiper-pagination-bullet-active {
  background-color: #42AF90;
}
.remodal__inner .photo .gallery .slider_prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .remodal__inner .photo .gallery .slider_prev {
    left: 10px;
  }
}
.remodal__inner .photo .gallery .slider_prev img {
  transform: scale(-1, 1);
}
.remodal__inner .photo .gallery .slider_next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .remodal__inner .photo .gallery .slider_next {
    right: 10px;
  }
}
.remodal__inner .photo .gallery .slider_prev, .remodal__inner .photo .gallery .slider_next {
  position: absolute;
  top: calc(50% - 36px);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease all;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .remodal__inner .photo .gallery .slider_prev, .remodal__inner .photo .gallery .slider_next {
    width: 24px;
    height: 24px;
    top: calc(50% - 24px);
  }
}
.remodal__inner .photo .gallery .slider_prev img, .remodal__inner .photo .gallery .slider_next img {
  width: 100%;
  height: auto;
}
.remodal__inner .photo .gallery .slider_prev:hover, .remodal__inner .photo .gallery .slider_next:hover {
  opacity: 0.7;
}
.remodal__inner .desc {
  font-size: 1.5rem;
  display: block;
  width: 50%;
  overflow-y: auto;
  height: 100%;
  text-align: left;
  z-index: 9;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .remodal__inner .desc {
    width: 55%;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .remodal__inner .desc {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .remodal__inner .desc {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.remodal__inner .desc::-webkit-scrollbar {
  width: 5px;
}
@media screen and (max-width: 1024px) {
  .remodal__inner .desc::-webkit-scrollbar {
    width: 0;
  }
}
.remodal__inner .desc::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.remodal__inner .desc::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 50em;
}
.remodal__inner .desc .cat {
  display: flex;
  line-height: 24px;
  gap: 5px;
  z-index: 9;
}
@media screen and (max-width: 1440px) {
  .remodal__inner .desc .cat {
    gap: 3px;
    line-height: 20px;
  }
}
.remodal__inner .desc .cat > li {
  display: block;
  padding: 0 10px;
  background-color: #FFE108;
  color: #222222;
  font-size: 1.5rem;
  border-radius: 2px;
}
@media screen and (max-width: 1440px) {
  .remodal__inner .desc .cat > li {
    font-size: 1.4rem;
    padding: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .remodal__inner .desc .cat > li {
    font-size: 1.2rem;
    padding: 0 5px;
  }
}
.remodal__inner .desc h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 25px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .remodal__inner .desc h2 {
    font-size: 2.1rem;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.remodal__inner .desc h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .remodal__inner .desc h3 {
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.remodal__inner .desc .link {
  width: 200px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 20px;
  margin: 25px auto 0px;
  overflow: hidden;
}
.remodal__inner .desc .link a {
  display: block;
  background-color: #42AF90;
  text-align: center;
  font-size: 1.4rem;
  color: #FFFFFF;
}
.remodal__inner .desc .link a:hover {
  background-color: #33856E;
}

button.remodal-cancel {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  min-width: inherit;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 25px;
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: #42AF90;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  button.remodal-cancel {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 7px;
    right: 7px;
  }
}
button.remodal-cancel img {
  width: 20px;
  margin: 0;
  padding: 0;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  button.remodal-cancel img {
    width: 15px;
  }
}
button.remodal-cancel:hover {
  background-color: #33856E;
}/*# sourceMappingURL=style.css.map */