@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500; /* 日本語 */
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.wrap {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a, p, ul, li {
  color: #393939;
  line-height: 1.6;
}

a {
  transition: all 0.5s ease 0s;
}

a:hover {
  opacity: 0.6;
}

a, span {
  display: inline-block;
}

.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

body * {
  box-sizing: border-box;
}

.w-500 {
  max-width: 500px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-850 {
  max-width: 850px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-880 {
  max-width: 880px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-1026 {
  max-width: 1026px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-1050 {
  max-width: 1050px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-1140 {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-1400 {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.w-1600 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.mt-30 {
  margin-top: 30px;
}

header {
  position: absolute;
  z-index: 1000;
  padding: 27px 35px 12px 35px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 500px) {
  header {
    padding: 18px 10px 0 18px;
  }
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav ul {
  display: flex;
  align-items: center;
}
header .header-nav ul li {
  text-align: center;
}
header .header-nav ul li p {
  color: white;
  padding-top: 5px;
  font-size: 0.95rem;
}
header .header-nav ul li img {
  width: 56px;
}
header .h-logo {
  width: 266px;
}
@media screen and (max-width: 500px) {
  header .h-logo {
    width: 216px;
  }
}

.slider-wrap {
  position: relative;
}
.slider-wrap .fv-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1000;
}
.slider-wrap .fv-copy img {
  max-width: 605px;
}
@media screen and (max-width: 500px) {
  .slider-wrap .fv-copy img {
    width: 70vw;
  }
}

.slider {
  height: 75vh;
}
@media screen and (max-width: 767px) {
  .slider {
    height: 70vh;
  }
}
.slider {
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}

.slick-track,
.slick-list,
.slick-slide,
.slick-img {
  height: 100%;
  overflow: visible;
}

.slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: none;
}
.add-animation img {
  animation: zoomUp 10s linear 0s normal both;
}

.slick-slide {
  position: relative;
}
.slick-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2s; /* ← slickのspeedと合わせる */
}

.slider-wrap .slider .slick-slide::after {
  background: rgba(0, 0, 0, 0.25);
}

.slick-current::after {
  opacity: 1;
}

.lead-wrap {
  padding: 100px 0;
  background: url("../images/top/lead-bg.png") center/cover no-repeat, #faf7eb;
  overflow: hidden;
}
.lead-wrap .lead-ttl {
  text-align: center;
  padding-bottom: 30px;
}
.lead-wrap .lead-ttl img {
  max-width: 451px;
}
@media screen and (max-width: 767px) {
  .lead-wrap .lead-ttl img {
    width: 80%;
  }
}
.lead-wrap .lead-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .lead-wrap .lead-content {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.lead-wrap .lead-content .lead-illust {
  text-align: center;
  max-width: 514px;
}
@media screen and (max-width: 1000px) {
  .lead-wrap .lead-content .lead-illust {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .lead-wrap .lead-content .lead-illust {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
.lead-wrap .lead-content .lead-txt {
  position: relative;
}
.lead-wrap .lead-content .lead-txt p {
  font-size: 1.1rem;
  padding-bottom: 1.2em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .lead-wrap .lead-content .lead-txt p {
    font-size: 1rem;
  }
}
.lead-wrap .lead-content .lead-txt p.lead-txt-b {
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lead-wrap .lead-content .lead-txt p.lead-txt-b {
    font-size: 1.3rem;
  }
}
.lead-wrap .lead-content .lead-txt .lead-illust-2 {
  position: absolute;
  bottom: -20px;
  right: -80px;
}
@media screen and (max-width: 767px) {
  .lead-wrap .lead-content .lead-txt .lead-illust-2 {
    bottom: -60px;
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .lead-wrap .lead-content .lead-txt .lead-illust-2 {
    bottom: -60px;
    right: -60px;
  }
}
.lead-wrap .lead-content .lead-txt .lead-illust-2 img {
  width: 153px;
}
@media screen and (max-width: 500px) {
  .lead-wrap .lead-content .lead-txt .lead-illust-2 img {
    width: 93px;
  }
}
.lead-wrap .lead-content .lead-txt .lead-illust-3 {
  position: absolute;
  bottom: -80px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .lead-wrap .lead-content .lead-txt .lead-illust-3 {
    bottom: -60px;
    left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .lead-wrap .lead-content .lead-txt .lead-illust-3 {
    left: -40px;
  }
}
.lead-wrap .lead-content .lead-txt .lead-illust-3 img {
  width: 72px;
}
@media screen and (max-width: 500px) {
  .lead-wrap .lead-content .lead-txt .lead-illust-3 img {
    width: 62px;
  }
}

.spot-wrap {
  padding-bottom: 100px;
}
.spot-wrap ul.spot-cat {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .spot-wrap ul.spot-cat {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    padding: 50px 0 40px 0;
  }
}
.spot-wrap ul.spot-cat li a {
  width: 100%;
  height: 100%;
}
.spot-wrap ul.spot-cat li {
  text-align: center;
  padding: 15px;
  border-right: solid 2px #a4c38c;
}
@media screen and (max-width: 500px) {
  .spot-wrap ul.spot-cat li {
    border: solid 2px #a4c38c;
    border-radius: 10px;
    padding: 6px;
  }
}
@media screen and (min-width: 501px) {
  .spot-wrap ul.spot-cat li:first-child {
    border-left: solid 2px #a4c38c;
  }
}
@media screen and (min-width: 768px) {
  .spot-wrap ul.spot-cat li .spot-cat-ja {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
}
@media screen and (max-width: 500px) {
  .spot-wrap ul.spot-cat li .spot-cat-ja {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
  }
}
.spot-wrap ul.spot-cat li .spot-cat-ja img {
  max-width: 45px;
}
@media screen and (max-width: 500px) {
  .spot-wrap ul.spot-cat li .spot-cat-ja img {
    max-width: 30px;
  }
}
.spot-wrap ul.spot-cat li .spot-cat-ja p {
  white-space: nowrap;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .spot-wrap ul.spot-cat li .spot-cat-ja p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .spot-wrap ul.spot-cat li .spot-cat-ja p {
    font-size: 0.9rem;
  }
}
.spot-wrap ul.spot-cat li p.spot-cat-en {
  color: #a4c38c;
  font-size: 0.9rem;
  padding-top: 10px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 500px) {
  .spot-wrap ul.spot-cat li p.spot-cat-en {
    display: none;
  }
}
.spot-wrap .spot-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  justify-content: space-between;
  gap: 45px;
}
@media screen and (max-width: 1000px) {
  .spot-wrap .spot-list {
    gap: 45px 20px;
  }
}
@media screen and (max-width: 767px) {
  .spot-wrap .spot-list {
    grid-template-columns: 1fr 1fr;
  }
}
.spot-wrap .spot-list .spot-box {
  position: relative;
}
.spot-wrap .spot-list .spot-box p.spot-area {
  display: none;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  position: absolute;
  top: -10px;
  right: 20px;
  color: #a4c38c;
  background: white;
  border: solid 2px #a4c38c;
  padding: 2px 10px 2px 12px;
  border-radius: 50vw;
}
.spot-wrap .spot-list .spot-box .spot-box-img {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-list .spot-box .spot-box-img {
    margin-bottom: 10px;
  }
}
.spot-wrap .spot-list .spot-box .spot-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.spot-wrap .spot-list .spot-box .spot-subttl {
  font-size: 0.9rem;
  line-height: 1.4;
  padding-bottom: 4px;
  color: #7d9f19;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-list .spot-box .spot-subttl {
    font-size: 0.8rem;
    line-height: 1.3;
    padding-bottom: 7px;
  }
}
.spot-wrap .spot-list .spot-box h2.spot-name {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-list .spot-box h2.spot-name {
    font-size: 1.1rem;
    line-height: 1.3;
    padding-bottom: 15px;
  }
}
.spot-wrap .spot-list .spot-box .spot-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.spot-wrap .spot-list .spot-box .spot-tag-wrap a.spot-tag {
  font-size: 0.9rem;
  border-radius: 5px;
  border: solid 1px #c7c7c7;
  padding: 2px 6px 2px 10px;
  color: #666666;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-list .spot-box .spot-tag-wrap a.spot-tag {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 400px) {
  .spot-wrap .spot-list .spot-box .spot-tag-wrap a.spot-tag {
    font-size: 0.8rem;
  }
}
.spot-wrap .pagination {
  padding-top: 80px;
  text-align: center;
}
.spot-wrap .pagination .nav-links {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.spot-wrap .pagination .page-numbers {
  font-size: 1.3rem;
  padding: 10px 17px;
  line-height: 1;
}
.spot-wrap .pagination span.current {
  border-radius: 10px;
  color: #a9c26e;
  border: solid 2px #a9c26e;
}
.spot-wrap .pagination a.page-numbers {
  border-radius: 10px;
  background: #a9c26e;
  color: white;
  border: solid 2px #a9c26e;
}
.spot-wrap .spot-detail {
  padding: 80px 0;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail {
    padding: 50px 0;
  }
}
.spot-wrap .spot-detail .spot-detail-top {
  text-align: center;
}
.spot-wrap .spot-detail .spot-subttl {
  color: #a4c38c;
  font-size: 1.2rem;
  padding-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-subttl {
    font-size: 3.8vw;
    padding-bottom: 15px;
  }
}
.spot-wrap .spot-detail .spot-name {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-name {
    font-size: 5.7vw;
  }
}
.spot-wrap .spot-detail .spot-name .en {
  font-weight: 600;
}
.spot-wrap .spot-detail .spot-name-ruby {
  font-weight: 500;
  padding: 10px 0 50px 0;
  font-size: 13px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-name-ruby {
    font-size: 3vw;
    letter-spacing: 0.1rem;
  }
}
.spot-wrap .spot-detail-tag-wrap {
  padding: 0 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail-tag-wrap {
    font-size: 3.7vw;
  }
}
.spot-wrap .spot-detail-tag-wrap .spot-area {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  color: white;
  background: #7d9f19;
  padding: 2px 6px 2px 9px;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail-tag-wrap .spot-area {
    font-size: 3.4vw;
  }
}
.spot-wrap .spot-detail-tag-wrap .spot-area::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
}
.spot-wrap .spot-detail-tag-wrap .spot-tag-wrap {
  padding-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.spot-wrap .spot-detail-tag-wrap .spot-tag-wrap p {
  color: #777777;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail-tag-wrap .spot-tag-wrap p {
    font-size: 3.5vw;
  }
}
.spot-wrap .spot-detail .slick-list {
  border-radius: 10px;
  overflow: hidden;
}
.spot-wrap .spot-detail .slick-track {
  display: flex;
}
.spot-wrap .spot-detail .slide-items {
  aspect-ratio: 3/2;
  margin: 0;
}
.spot-wrap .spot-detail .slide-items li {
  backface-visibility: hidden;
  aspect-ratio: 3/2;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.spot-wrap .spot-detail .slide-items img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spot-wrap .spot-detail {
  /* Dots */
}
.spot-wrap .spot-detail .slide-dots.slick-slider {
  margin-bottom: 30px;
}
.spot-wrap .spot-detail .slide-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.spot-wrap .spot-detail .slide-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.spot-wrap .spot-detail .slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
.spot-wrap .spot-detail .slide-dots li button:hover,
.spot-wrap .spot-detail .slide-dots li button:focus {
  outline: none;
}
.spot-wrap .spot-detail .slide-dots li button:hover:before,
.spot-wrap .spot-detail .slide-dots li button:focus:before {
  opacity: 0.8;
}
.spot-wrap .spot-detail .slide-dots li button:before {
  font-style: normal;
  line-height: 24px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  text-align: center;
  background: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.spot-wrap .spot-detail .slide-dots li.slick-active button:before {
  opacity: 0.75;
  color: red;
  border: none;
  background: #7d9f19;
}
@media screen and (min-width: 740px) {
  .spot-wrap .spot-detail .slide-prev,
  .spot-wrap .spot-detail .slide-next {
    position: absolute;
    top: 48%;
    cursor: pointer;
    outline: none;
    font-size: 2rem;
    z-index: 5;
  }
  .spot-wrap .spot-detail .slide-prev {
    left: 30px;
  }
  .spot-wrap .spot-detail .slide-prev::before {
    content: "\f137";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  }
  .spot-wrap .spot-detail .slide-next {
    right: 30px;
  }
  .spot-wrap .spot-detail .slide-next::before {
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  }
}
.spot-wrap .spot-detail .spot-lead {
  padding: 60px 0 0 0;
}
.spot-wrap .spot-detail .spot-lead p {
  font-size: 1.1rem;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-lead p {
    font-size: 1rem;
  }
}
.spot-wrap .spot-detail .spot-content {
  padding-bottom: 60px;
}
.spot-wrap .spot-detail .spot-content h2.wp-block-heading {
  font-size: 1.5rem;
  padding: 30px 0;
  color: #a4c38c;
}
.spot-wrap .spot-detail .spot-content h3.wp-block-heading {
  font-size: 1.3rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .spot-wrap .spot-detail .spot-content h3.wp-block-heading {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-content h3.wp-block-heading {
    font-size: 1.1rem;
  }
}
.spot-wrap .spot-detail .spot-content h4.wp-block-heading {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .spot-wrap .spot-detail .spot-content h4.wp-block-heading {
    font-size: 0.9rem;
  }
}
.spot-wrap .spot-detail .spot-content .custom-columns > .wp-block-column:first-child {
  flex: 0 0 20% !important;
}
.spot-wrap .spot-detail .spot-content .custom-columns > .wp-block-column:last-child {
  flex: 0 0 66% !important;
}
.spot-wrap .spot-detail .spot-content .wp-block-column p {
  padding-bottom: 5px;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-content .wp-block-column p {
    font-size: 0.9rem;
  }
}
.spot-wrap .spot-detail .spot-content .wp-block-column p a {
  font-weight: 400;
  color: #7d9f19;
}
.spot-wrap .spot-detail .spot-content .wp-block-column p a::before {
  content: "\f16d";
  font-family: "Font Awesome 6 brands";
  font-weight: 400;
  padding: 0 7px 0 0;
  color: #393939;
  padding: 0 10px 0 0;
  font-size: 1.1rem;
}
.spot-wrap .spot-detail .spot-content .wp-block-column p.caru-sub-ttl {
  font-weight: 500;
}
.spot-wrap .spot-detail .spot-content .wp-block-columns {
  padding-top: 30px;
  border-top: solid 1px #e9e9e8;
}
@media screen and (min-width: 351px) {
  .spot-wrap .spot-detail .spot-content .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-content .wp-block-columns {
    gap: 1em !important;
  }
}
.spot-wrap .spot-detail .spot-content .caru-caution {
  border-top: solid 1px #e9e9e8;
  padding-top: 15px;
}
.spot-wrap .spot-detail .spot-info {
  width: 100%;
  margin: 60px 0;
}
.spot-wrap .spot-detail .spot-info tr:first-child {
  border-top: solid 1px #e9e9e8;
}
.spot-wrap .spot-detail .spot-info tr {
  border-bottom: solid 1px #e9e9e8;
}
.spot-wrap .spot-detail .spot-info tr th {
  padding: 25px 0 25px 20px;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-info tr th {
    padding: 20px 0 0 0;
  }
}
.spot-wrap .spot-detail .spot-info tr td {
  padding: 25px 0;
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-info tr td {
    padding: 0 0 20px 0;
  }
}
.spot-wrap .spot-detail .spot-info tr td p {
  margin: 0 0 1em;
}
.spot-wrap .spot-detail .spot-info tr td p:last-child {
  margin-bottom: 0;
}
.spot-wrap .spot-detail .spot-info tr th, .spot-wrap .spot-detail .spot-info tr td {
  line-height: 2rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .spot-wrap .spot-detail .spot-info tr th, .spot-wrap .spot-detail .spot-info tr td {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-info tr th, .spot-wrap .spot-detail .spot-info tr td {
    display: block;
  }
}
.spot-wrap .spot-detail .spot-info tr th {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .spot-wrap .spot-detail .spot-info tr th {
    width: 170px;
  }
}
@media screen and (max-width: 500px) {
  .spot-wrap .spot-detail .spot-info tr th {
    width: 100%;
  }
}
.spot-wrap .spot-detail .spot-info tr td a {
  color: #7d9f19;
}
.spot-wrap .spot-detail .spot-info tr td a::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0 7px 0 0;
  color: #7d9f19;
  padding-left: 10px;
  font-size: 0.9rem;
}
.spot-wrap .spot-detail .spot-info tr td.caution p {
  font-size: 0.9rem;
}
.spot-wrap .spot-detail .map {
  width: 100%;
  height: 400px;
}

.spot-caution {
  padding-top: 15px;
  color: #777777;
}

.spot-back {
  padding: 60px 0 0 0;
  text-align: center;
}
.spot-back a {
  padding: 20px 40px;
  border-radius: 50vw;
  border: solid 2px #393939;
  font-size: 1.2rem;
}

.breadcrumbs {
  padding: 20px 0 0 0;
  font-size: 0.9rem;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .breadcrumbs {
    font-size: 3.4vw;
  }
}
.breadcrumbs span {
  padding: 0 1px;
}
.breadcrumbs .en {
  font-weight: 400;
}

.kaso-ttl-wrap {
  position: relative;
  background: url("../images/spot/spot-ttl-bg.jpg") center/cover no-repeat;
  height: 40vh;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kaso-ttl-wrap {
    height: 30vh;
  }
}
.kaso-ttl-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.kaso-ttl-wrap .kaso-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .kaso-ttl-wrap .kaso-ttl {
    margin-top: 20px;
  }
}
.kaso-ttl-wrap .kaso-ttl img {
  max-width: 424px;
}
@media screen and (max-width: 500px) {
  .kaso-ttl-wrap .kaso-ttl img {
    width: 70vw;
  }
}

.wp-block-table tr:first-child {
  border-top: solid 1px #e9e9e8;
}
.wp-block-table td {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 1px #e9e9e8 !important;
  padding: 20px !important;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .wp-block-table td {
    display: block;
    width: 100%;
  }
}
.wp-block-table td:first-child {
  width: 30%;
  background: #eff3eb;
}
@media screen and (max-width: 500px) {
  .wp-block-table td:first-child {
    width: 100%;
  }
}

footer {
  padding: 70px 0 20px 0;
  background: #7d9f19;
  background: rgba(105, 142, 62, 0.7), url("../images/base/footer-bg.jpg") center/cover no-repeat;
}
footer .footer-inner {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  footer .footer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
footer .footer-logo {
  width: 150px;
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-txt {
    padding-top: 30px;
  }
}
footer .footer-txt h2 {
  font-size: 1.1rem;
  padding-bottom: 10px;
  color: white;
}
@media screen and (max-width: 500px) {
  footer .footer-txt h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
footer .footer-txt p {
  color: white;
  font-weight: 400;
  line-height: 1.3;
}
footer .footer-txt p .en {
  font-weight: 400;
}
footer .footer-txt p a {
  color: white;
}
footer p.copy {
  color: white;
  text-align: center;
  font-weight: 400;
  color: #ebf0e5;
  padding-top: 10px;
  font-size: 0.9rem;
}
footer p.copy .en {
  font-weight: 400;
}/*# sourceMappingURL=base.css.map */