@charset "UTF-8";
img {
  width: 100%;
  height: auto;
}

html {
  scroll-padding-top: 100px;
  overflow-y: auto;
  height: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

ul li {
  list-style: none;
  margin-left: 2rem;
  text-indent: -1.8rem;
}

dl dt {
  margin-left: 2rem;
  text-indent: -1.8rem;
}

main {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main {
    max-width: 90%;
  }
}

.main2 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main2 {
    max-width: 95%;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 95%;
  }
}

.menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 8% 0;
}
.menu ul li {
  list-style: none;
  margin-left: 0;
  text-indent: 0;
}
.menu ul li:nth-child(1) {
  margin: 0 3% 0 0;
}
.menu ul li:nth-child(2) {
  margin: 0 3% 0 0;
}
.menu ul li:nth-child(3) {
  margin: 0 3% 0 0;
}
.menu ul li:nth-child(4) {
  margin: 0 3% 0 0;
}

header {
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 10000;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  header {
    position: static;
  }
}

header {
  width: 100%;
}
header .smart_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  header .smart_logo {
    display: block;
    padding: 5% 0 3% 3%;
    width: 80%;
  }
  header .smart_logo a:hover {
    opacity: 0.7 !important;
    color: #26442E;
  }
  header .smart_logo a::before {
    content: none;
  }
  header .smart_logo a:hover::before {
    content: none;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container a:hover {
  opacity: 0.7 !important;
  color: #26442E;
}
header .container .logo {
  width: 220px;
  height: auto;
  padding: 1%;
}
@media screen and (max-width: 767px) {
  header .container .logo {
    display: none;
  }
}
header .container .logo a::before {
  content: none;
}
header .container .logo a:hover::before {
  content: none;
}
header .container nav {
  width: calc(90% - 220px);
  padding: 0 0 0 10%;
}
header .container nav .menu-main-container {
  margin: 0 8% 0 0;
}
header .container nav .menu-main-container ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .container nav .menu-main-container ul li {
  width: auto;
  list-style: none;
}

main {
  height: calc(100% - 460px - 100px);
  position: relative;
}
main article {
  width: 100%;
}
main section {
  width: 100%;
  margin: 0 auto;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 2rem 0;
  }
}

.background {
  position: relative;
  background: linear-gradient(to bottom, #F7F7F7 0%, #F3F8FF 100%);
}

.background2 {
  position: relative;
  background: linear-gradient(to bottom, #F7F7F7 0%, #F3F8FF 100%);
  padding: 0 0 7% 0;
}

.background2 .eyecatch {
  background-image: url("/wp-content/themes/practice/assets/img/eyecatch.png");
  padding: 100px 0 0 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .background2 .eyecatch {
    padding: 30px 0 0 0;
  }
}

.background:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 675px;
  background-image: url("/wp-content/themes/practice/assets/img/top/background_information.jpg");
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .background:before {
    height: 966px;
  }
}

footer {
  height: 460px;
  background: #E9E9E9;
  color: #26442E;
}
@media screen and (max-width: 767px) {
  footer {
    height: 700px;
  }
}
@media screen and (max-width: 399px) {
  footer {
    height: 580px;
  }
}
footer .container .container2 {
  display: flex;
  justify-content: space-between;
  padding: 4% 3% 0 3%;
}
@media screen and (max-width: 767px) {
  footer .container .container2 {
    flex-direction: column-reverse;
    padding: 8% 2% 0 2%;
  }
}
footer .container .container2 .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  footer .container .container2 .left {
    width: 100%;
    flex-direction: column-reverse;
  }
}
footer .container .container2 .left .logo {
  margin: 0 0 2% 0;
  width: 220px;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer .container .container2 .left .logo {
    width: 60%;
    margin: 0 0 3% 0;
  }
}
footer .container .container2 .left p {
  margin: 0 0 0.5% 0;
}
footer .container .container2 .left .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
footer .container .container2 .left .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
footer .container .container2 .left #copyright {
  color: #26442E;
  padding: 1.5% 0 0 0;
}
footer .container .container2 .right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  footer .container .container2 .right {
    width: 100%;
    display: none;
  }
}
footer .container .container2 .right nav {
  display: flex;
  flex-wrap: wrap;
}
footer .container .container2 .right nav div {
  width: 33%;
}
@media screen and (max-width: 767px) {
  footer .container .container2 .right nav div {
    width: 50%;
  }
}
footer .container .container2 .right nav div ul li {
  list-style: none;
  color: #26442E;
}
footer .container .container2 .right nav div .menu li {
  font-size: 1.7rem;
}
footer .container .container2 .right nav div .menu .sub-menu li {
  font-size: 1.5rem;
  width: 100%;
}
footer .container .container2 .right2 {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .container .container2 .right2 {
    display: block;
    margin: 0 0 5% 0;
  }
  footer .container .container2 .right2 ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .container .container2 .right2 ul li {
    width: 50%;
    list-style: none;
    color: #26442E;
    margin: 0 0 3% 0;
    text-indent: 0;
  }
  footer .container .container2 .right2 ul li:hover {
    color: #fff;
  }
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #fff;
  margin: 8% 0 0 auto;
}

.btn a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}

.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #fff;
}

.front {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front {
    height: auto;
  }
}
.front .thumb {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front .thumb video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .front .thumb {
    display: none;
  }
}
.front .smart_thumb {
  display: none;
}
@media screen and (max-width: 767px) {
  .front .smart_thumb {
    display: block;
  }
}

.information {
  position: relative;
  z-index: 1000;
}
.information .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .information .text {
    justify-content: center;
  }
}
.information .text h2 {
  width: 15%;
}
@media screen and (max-width: 999px) {
  .information .text h2 {
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
.information .text .card-wrapper {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .information .text .card-wrapper {
    width: 100%;
  }
}
.information .text .card-wrapper .card .description {
  border-bottom: 2px solid #FFFFFF;
  padding: 0 0 2% 0;
  margin: 0 0 2% 0;
}
@media screen and (max-width: 767px) {
  .information .text .card-wrapper .card .description {
    padding: 0 0 4% 0;
    margin: 0 0 4% 0;
  }
}
.information .text .card-wrapper .card .description h4 {
  margin: 0 0 0.5% 0;
}
.information .text .card-wrapper .card .description p {
  color: #333333;
  margin: 0;
}
.information .text .card-wrapper .card .description:hover {
  opacity: 0.7;
}
.information .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 60px;
  color: #26442E;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  background-color: #fff;
  border: 1px solid #26442E;
  margin: 2% 0 0 auto;
}
@media screen and (max-width: 767px) {
  .information .btn a {
    margin: 10% auto 0 auto;
  }
}
.information .btn a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #26442E;
}
.information .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #26442E;
}

.top_facility {
  display: flex;
  position: relative;
  padding: 20rem 0 0 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top_facility {
    display: block;
    padding: 9.2rem 0 0 0;
  }
}
.top_facility .thumb {
  width: 50%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_facility .thumb {
    width: 100%;
  }
}
.top_facility .thumb img {
  height: 710px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_facility .thumb img {
    height: 300px;
  }
}
.top_facility .description {
  width: 50%;
  padding: 5%;
  color: #fff;
  background: linear-gradient(-225deg, #333333 0%, #19201B 100%);
  position: absolute;
  right: 30px;
  bottom: -65px;
}
@media screen and (max-width: 767px) {
  .top_facility .description {
    width: 100%;
    position: static;
    padding: 10% 4%;
  }
}

.usage_scene {
  padding: 19.4rem 0 6.4rem 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .usage_scene {
    flex-direction: column-reverse;
    padding: 6.4rem 0 2rem 0;
  }
}
.usage_scene .description {
  width: 50%;
  padding: 5%;
  color: #fff;
  background: linear-gradient(-225deg, #333333 0%, #19201B 100%);
}
@media screen and (max-width: 767px) {
  .usage_scene .description {
    width: 100%;
    padding: 10% 4%;
  }
}
.usage_scene .description .btn3 a {
  width: 227px;
}
.usage_scene .description .btn3 a::after {
  left: -57px;
}
.usage_scene .thumb {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .usage_scene .thumb {
    width: 100%;
    order: 1;
  }
}
.usage_scene .thumb div {
  display: flex;
}
.usage_scene .thumb div img {
  width: 50%;
  object-fit: cover;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.services_usage {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services_usage h2 {
  padding: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .services_usage h2 {
    padding: 1rem 0;
  }
}
.services_usage .description {
  width: 47%;
  padding: 10%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .services_usage .description {
    width: 100%;
  }
}
.services_usage .description:first-of-type {
  background-image: url("/wp-content/themes/practice/assets/img/top/top_services.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .services_usage .description:first-of-type {
    margin: 0 0 5% 0;
  }
}
.services_usage .description:nth-of-type(2) {
  background-image: url("/wp-content/themes/practice/assets/img/top/top_usage.png");
  background-size: cover;
  background-position: center;
}
.services_usage .description::after {
  content: "";
  background: rgba(66, 66, 66, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.services_usage .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #fff;
  position: relative;
  z-index: 1000;
  margin: 0 auto;
}
.services_usage .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}

.reservation .background3 {
  background-image: url("/wp-content/themes/practice/assets/img/top/top_reservation.jpg");
  padding: 5% 6%;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reservation .background3 {
    width: 100%;
    text-align: left;
    padding: 10% 5%;
  }
}
.reservation .background3 h2 {
  text-align: center;
}
.reservation .background3 p {
  color: #FFFFFF;
  margin: 0 0 4% 0;
}
.reservation .background3 .description {
  width: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .reservation .background3 .description {
    display: block;
    width: 100%;
  }
}
.reservation .background3 .description div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reservation .background3 .description div dl {
  width: 45%;
  text-align: left;
  margin: 0 0 2% 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .reservation .background3 .description div dl {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 6% 0;
  }
}
.reservation .background3 .description div dl dt {
  text-indent: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .reservation .background3 .description div dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .reservation .background3 .description div dl dd {
    padding: 0;
  }
}

.facility h2 {
  color: #26442E;
}
@media screen and (max-width: 767px) {
  .facility h2 {
    text-align: center;
  }
}
.facility .menu ul {
  justify-content: space-between;
}
.facility .menu ul li {
  text-indent: 0;
  margin: 0;
}
.facility ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 8% 0;
}
@media screen and (max-width: 767px) {
  .facility ul {
    justify-content: center;
  }
}
.facility ul li {
  list-style: none;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .facility ul li {
    width: 45%;
  }
}
.facility .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
.facility .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
.facility .card {
  width: 100%;
  height: 100%; /* 親要素に合わせる */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; /* 高さを内容に合わせるために上揃えにする */
  margin: 0 0 10% 0;
}
.facility .card .thumb {
  width: 50%;
  position: relative; /* 高さの設定を相対的にするために追加 */
  display: flex;
  flex-direction: column; /* 子要素が縦に並ぶようにする */
  justify-content: flex-start; /* 余分なスペースが上部にできないように調整 */
  align-items: center; /* 中央に揃える（必要に応じて） */
}
@media screen and (max-width: 767px) {
  .facility .card .thumb {
    width: 100%;
  }
}
.facility .card .description {
  width: 40%;
  height: auto; /* 高さをコンテンツに合わせて自動調整 */
}
@media screen and (max-width: 767px) {
  .facility .card .description {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
  }
}
.facility .card .description dl {
  width: 100%;
  margin: 0 0 5% 0;
}
@media screen and (max-width: 767px) {
  .facility .card .description dl {
    width: 100%;
  }
  .facility .card .description dl dd {
    padding: 0 0 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .facility .card .description dl dt {
    text-indent: 0;
  }
}
@media screen and (max-width: 767px) {
  .facility .card .description dl:nth-of-type(3) {
    width: 100%;
  }
}
.facility .card:nth-of-type(4) dl:first-of-type dt {
  font-size: 1.6rem;
}
.facility .card:nth-of-type(4) dl:nth-of-type(2) dd span {
  display: inline-block;
  width: 6rem;
}

.swiper {
  width: 100%;
  height: 60%; /* 固定の高さを指定 */
  padding: 0; /* 余分な余白を取り除く */
  margin: 0 0 5% 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; /* 高さを親要素に合わせる */
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto; /* 高さは自動調整 */
  object-fit: cover; /* 画像のアスペクト比を維持しつつ、親要素に合わせて切り取る */
}

.mySwiper2 {
  height: 40vh; /* 画面の高さの40% */
  width: 100%;
  margin: 0 0 5% 0;
  flex-grow: 0; /* 他のコンテンツに影響を与えないように */
}

.mySwiper {
  height: 12%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.swiper-card-thumb {
  height: auto; /* サムネイルの高さを内容に合わせる */
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.services h2 {
  color: #26442E;
  text-align: center;
}
.services .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
.services .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
.services .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10% 0;
  align-items: center;
}
.services .card .thumb {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .services .card .thumb {
    width: 100%;
  }
}
.services .card .thumb div {
  display: flex;
}
.services .card .thumb div img {
  width: 50%;
  object-fit: cover;
  padding: 0 3% 3% 0;
}
.services .card .thumb div img:nth-of-type(2n) {
  padding: 0 0 3% 0;
}
.services .card .description {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .services .card .description {
    width: 100%;
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .services .card .description dl dt {
    text-indent: 0;
  }
}
.services .card:nth-of-type(3) .thumb {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .services .card:nth-of-type(3) .thumb {
    width: 100%;
  }
}
.services .card:nth-of-type(3) .thumb div {
  display: flex;
}
.services .card:nth-of-type(3) .thumb div img {
  width: 100%;
  object-fit: cover;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .services .card:nth-of-type(3) .description {
    margin: 4% 0 0 0;
  }
}
.services .card:nth-of-type(3) .description ul li {
  text-indent: 0;
}
.services .card:nth-of-type(3) .description p {
  margin: 3% 0 0 0;
}
@media screen and (max-width: 767px) {
  .services .card:nth-of-type(2n-1) {
    flex-direction: column-reverse;
  }
}
.services .card:nth-of-type(2n-1) .description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services .card:nth-of-type(2n-1) .description ul {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .services .card:nth-of-type(2n-1) .description ul {
    width: 50%;
  }
}
.services .card:nth-of-type(2n-1) .description ul li {
  width: 100%;
  list-style-type: none;
  margin: 0 0 2% 0;
}

.sightseeing main {
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .sightseeing main {
    max-width: 95%;
  }
}
.sightseeing h2 {
  color: #fff;
  text-align: center;
}
.sightseeing .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
.sightseeing .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
.sightseeing .btn a {
  margin: 2% 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sightseeing .btn a {
    margin: 4% 0 0 auto;
  }
}
.sightseeing .card {
  padding: 8% 10%;
  margin: 0 0 10% 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sightseeing .card {
    padding: 8% 3%;
  }
}
.sightseeing .card .decoration {
  font-family: viant-mn, sans-serif;
  font-size: 18rem;
  position: absolute;
  bottom: 8rem;
  right: 10rem;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .sightseeing .card .decoration {
    display: none;
  }
}
.sightseeing .card .description {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .sightseeing .card .description dl {
    margin: 0 0 8% 0;
  }
}
.sightseeing .card .description dl dt {
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .sightseeing .card .description dl dd {
    padding: 0;
  }
}
.sightseeing .card:nth-of-type(2n) {
  color: #fff;
  background: linear-gradient(-225deg, #333333 0%, #19201B 100%);
}
.sightseeing .card:nth-of-type(2n-1) {
  color: #26442E;
  background: #fff;
}
.sightseeing .card:nth-of-type(2n-1) h2 {
  color: #26442E;
}
.sightseeing .card:nth-of-type(2n-1) .btn a {
  color: #26442E;
  border: 1px solid #26442E;
}
.sightseeing .card:nth-of-type(2n-1) .btn a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #26442E;
}
.sightseeing .card:nth-of-type(2n-1) .btn a::after {
  background-color: #26442E;
}
.sightseeing .card:last-of-type {
  background-image: url("/wp-content/themes/practice/assets/img/sightseeing.jpg");
  background-size: cover;
  padding: 13% 10%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 100;
}
.sightseeing .card:last-of-type h2 {
  color: #fff;
}
.sightseeing .card:last-of-type .description p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .sightseeing .card:last-of-type .description p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.sightseeing .card:last-of-type .btn2 a {
  margin: 3% auto;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  z-index: 100;
}
.sightseeing .card:last-of-type::after {
  content: "";
  background: rgba(66, 66, 66, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.access {
  width: 100%;
  margin: 0 auto 6rem auto;
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 2rem 0;
  }
}
.access .map {
  margin: 5% 0 10% 0;
}
.access .card {
  display: flex;
  flex-wrap: wrap;
}
.access .card .thumb {
  position: relative;
  width: 50%;
  z-index: 1000;
  height: 575px;
}
@media screen and (max-width: 767px) {
  .access .card .thumb {
    width: 100%;
    height: auto;
  }
}
.access .card .description {
  width: 50%;
  padding: 5%;
  color: #fff;
  background: linear-gradient(-225deg, #333333 0%, #19201B 100%);
  position: absolute;
  right: 30px;
  bottom: -65px;
}
.access .card .description dl {
  margin: 0 0 6% 0;
}
@media screen and (max-width: 767px) {
  .access .card .description dl dd {
    padding: 0;
  }
}
.access .card .description .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #fff;
  position: relative;
  z-index: 1000;
  margin: 4% 0;
}
.access .card .description .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .access .card .description {
    width: 100%;
    margin: 0;
    position: static;
    padding: 8%;
  }
}

.usage .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
.usage .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}
.usage .btn a {
  margin: 2% 0 0 auto;
}
.usage .card h2 {
  text-align: center;
  color: #26442E;
  margin: 0 0 1.5rem 0;
}
.usage .card:nth-of-type(n+3) table, .usage .card:nth-of-type(n+3) td, .usage .card:nth-of-type(n+3) th {
  width: 100%;
  border: 1px solid #E9E9E9;
  border-collapse: collapse;
  align-items: center;
  text-align: center;
}
.usage .card:nth-of-type(n+3) td, .usage .card:nth-of-type(n+3) th {
  padding: 3px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) td, .usage .card:nth-of-type(n+3) th {
    display: block;
    width: 100%;
    height: auto;
  }
}
.usage .card:nth-of-type(n+3) th {
  background: #f0e6cc;
}
.usage .card:nth-of-type(n+3) .table {
  margin: 0 0 10% 0;
}
.usage .card:nth-of-type(n+3) table {
  margin: 0 0 8% 0;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table tbody {
    display: block;
    width: 100%;
  }
}
.usage .card:nth-of-type(n+3) table tbody tr td:first-child {
  color: #fff;
  background-color: #26442E;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table tbody tr td:first-child {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.usage .card:nth-of-type(n+3) table tbody tr td:nth-child(2) {
  color: #26442E;
  background-color: #fff;
  width: 80%;
  padding: 1% 3%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table tbody tr td:nth-child(2) {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 3% 8%;
  }
}
.usage .card:nth-of-type(n+3) table tbody tr ul {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table tbody tr ul li {
    margin: 0 0 3% 0;
  }
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table tbody tr {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(n+3) table {
    width: 100%;
  }
}
.usage .card:nth-of-type(2) {
  margin: 7% auto 8% auto;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) {
    margin: 0 auto 10% auto;
  }
}
.usage .card:nth-of-type(2) .description {
  width: 60%;
  margin: 5% auto;
  background-color: #FFFFFF;
  padding: 3% 5%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .description {
    width: 100%;
    padding: 5% 10%;
    margin: 0 auto 10% auto;
  }
}
.usage .card:nth-of-type(2) .description dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1% 0;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .description dl {
    margin: 0 0 2% 0;
    font-size: 1.6rem;
  }
}
.usage .card:nth-of-type(2) .description dl dt {
  margin: 0 1.5% 0 0;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .description dl dt {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .description dl dd {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
  }
}
.usage .card:nth-of-type(2) .scroll {
  overflow-x: auto;
  white-space: nowrap;
  margin: 5% auto;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .scroll {
    margin: 0 auto 10% auto;
  }
}
.usage .card:nth-of-type(2) .scroll .place {
  text-align: center;
  color: #26442E;
  background: #fff;
  padding: 3% 10%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .scroll .place {
    width: 100%;
    padding: 3% 5%;
    display: none;
  }
}
.usage .card:nth-of-type(2) .scroll .place td, .usage .card:nth-of-type(2) .scroll .place th {
  border: 1px solid #E9E9E9;
  border-collapse: collapse;
  align-items: center;
  text-align: center;
}
.usage .card:nth-of-type(2) .scroll .place td, .usage .card:nth-of-type(2) .scroll .place th {
  padding: 3px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.usage .card:nth-of-type(2) .scroll .place th {
  background: #f0e6cc;
}
.usage .card:nth-of-type(2) .scroll .place tbody tr:first-child {
  color: #fff;
  background-color: #26442E;
  height: auto;
}
.usage .card:nth-of-type(2) .scroll .place tbody tr:nth-child(3) td:nth-child(2) {
  color: #fff;
  background-color: #26442E;
  width: 10%;
  height: auto;
}
.usage .card:nth-of-type(2) .scroll .place tbody tr td:first-child {
  color: #fff;
  background-color: #26442E;
  width: 10%;
  height: auto;
}
.usage .card:nth-of-type(2) .scroll .place_smart {
  display: none;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .scroll .place_smart {
    width: 100%;
    display: block;
    text-align: center;
    color: #26442E;
    background: #fff;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart td, .usage .card:nth-of-type(2) .scroll .place_smart th {
    border: 1px solid #E9E9E9;
    border-collapse: collapse;
    align-items: center;
    text-align: center;
    background-color: #FFFFFF;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart td, .usage .card:nth-of-type(2) .scroll .place_smart th {
    padding: 3px;
    width: 30px;
    height: 25px;
    vertical-align: middle;
    background-color: #FFFFFF;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart th {
    background: #fff;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart tbody tr:first-child {
    color: #fff;
    background-color: #26442E;
    height: auto;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart tbody tr:first-child td {
    color: #fff;
    background-color: #26442E;
    height: auto;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart tbody tr td:first-child {
    color: #fff;
    background-color: #26442E;
    width: 10%;
    height: auto;
    position: sticky;
    top: 0;
    left: 0;
    border-left: none;
    border-right: none;
  }
  .usage .card:nth-of-type(2) .scroll .place_smart tbody tr:nth-child(n+2) td:nth-child(4) {
    background-color: #FFFFFF;
  }
}
.usage .card:nth-of-type(2) .table table, .usage .card:nth-of-type(2) .table td, .usage .card:nth-of-type(2) .table th {
  width: 100%;
  border: 1px solid #E9E9E9;
  border-collapse: collapse;
  align-items: center;
  text-align: center;
}
.usage .card:nth-of-type(2) .table td, .usage .card:nth-of-type(2) .table th {
  padding: 3px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table td, .usage .card:nth-of-type(2) .table th {
    display: block;
    width: 100%;
    height: auto;
  }
}
.usage .card:nth-of-type(2) .table th {
  background: #f0e6cc;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table tbody {
    display: block;
    width: 100%;
  }
}
.usage .card:nth-of-type(2) .table table tbody tr td:first-child {
  color: #fff;
  background-color: #26442E;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table tbody tr td:first-child {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.usage .card:nth-of-type(2) .table table tbody tr td:nth-child(2) {
  color: #26442E;
  background-color: #fff;
  width: 80%;
  padding: 1% 3%;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table tbody tr td:nth-child(2) {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 3% 8%;
  }
}
.usage .card:nth-of-type(2) .table table tbody tr ul {
  text-align: left;
}
.usage .card:nth-of-type(2) .table table tbody tr ul li span {
  display: inline-block;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table tbody tr {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table tbody td:nth-child(2) {
    padding: 5% 8%;
  }
}
@media screen and (max-width: 767px) {
  .usage .card:nth-of-type(2) .table table {
    width: 100%;
  }
}
.usage .card:nth-of-type(4) table tr td .btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  color: #26442E;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #26442E;
  position: relative;
  z-index: 1000;
  margin: 2% 0;
}
.usage .card:nth-of-type(4) table tr td .btn2 a:hover {
  color: #fff;
  background-color: #26442E;
  border: 1px solid #fff;
}

.reservation .remarks {
  border: double 4px #26442E;
  width: fit-content;
  color: #26442E;
  padding: 2% 8%;
  margin: 7% auto 0 auto;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
}
.reservation .remarks ul {
  margin: 0 0 5% 0;
  display: block;
}
.reservation .remarks ul li {
  list-style: none;
}
.reservation .remarks ul li span {
  display: unset;
  width: 3rem;
}
.reservation .remarks p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
}

.information .card-wrapper .card .description {
  border-bottom: 2px solid #FFFFFF;
  padding: 0 0 2% 0;
  margin: 0 0 2% 0;
}
.information .card-wrapper .card .description h4 {
  margin: 0 0 0.5% 0;
  color: #26442E;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .information .card-wrapper .card .description h4 {
    font-size: 1.7rem;
  }
}
.information .card-wrapper .card .description h4 .date {
  margin: 0 1% 0 0;
}
.information .card-wrapper .card .description p {
  color: #333333;
  margin: 0;
}
.information .card-wrapper .card .description:hover {
  opacity: 0.7;
}

.background2 .s-eyecatch {
  background-image: url(/wp-content/themes/practice/assets/img/eyecatch.png);
  text-align: center;
  margin: 0 auto;
  padding: 200px 0 0 0;
}
.background2 .single h4 {
  font-size: 2rem;
  margin: 0 0 4rem 0;
  color: #26442E;
  text-align: center;
}
.background2 .single .date {
  margin: 0 0 1% 0;
}

/*# sourceMappingURL=layout.css.map */
