@charset "UTF-8";
/* 高知城歴史博物館の楽しみ方 */
.guide_highlights .btn-area {
  position: relative;
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .guide_highlights .btn-area {
    max-width: 280px;
  }
}
.guide_highlights .btn-area .btn {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  display: block;
  background-color: #fff;
  border: 2px solid #000;
  padding: 12px 20px;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .guide_highlights .btn-area .btn {
    font-size: 12px;
  }
}
.guide_highlights .btn-area .btn.inner::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  font-size: 16px;
  color: #000;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  margin: auto;
  text-align: center;
}
.guide_highlights .btn-area .btn.pdf::before {
  content: "";
  display: inline-block;
  background-image: url("../img/guide/highlights/icon-pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.guide_highlights .slide-area {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .guide_highlights .slide-area {
    max-width: none;
  }
}
.guide_highlights .slide-area .slider-container {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guide_highlights .slide-area .slider-container:not(.slick-initialized) {
  display: flex;
}
.guide_highlights .slide-area .slider-container:not(.slick-initialized) li {
  width: 33.333%;
}
.guide_highlights .slide-area .slider-container .slick-slide {
  list-style: none;
  margin: 0;
  box-sizing: border-box;
}
.guide_highlights .slide-area .slider-container .slick-slide img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.guide_highlights .slide-area .slider-container .slick-track {
  display: flex !important;
  align-items: center;
  transition-timing-function: linear !important;
}
.guide_highlights.head-section {
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .guide_highlights.head-section {
    margin: 0 0 20px;
  }
}
.guide_highlights.head-section h1 {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin: 20px 0 60px;
}
@media (max-width: 767px) {
  .guide_highlights.head-section h1 {
    font-size: 22px;
    margin: 20px 0 20px;
  }
}
.guide_highlights.head-section .copy {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 60px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .guide_highlights.head-section .copy {
    font-size: 16px;
  }
}
.guide_highlights.head-section .topline {
  width: 113px;
  margin: 10px 0 60px 0;
}
@media (max-width: 767px) {
  .guide_highlights.head-section .topline {
    width: 90px;
  }
}
.guide_highlights.head-section .head-section__btn-list {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .guide_highlights.head-section .head-section__btn-list {
    flex-wrap: wrap;
  }
}
.guide_highlights.head-section .head-section__btn-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  border-top: 1px solid #D9D9D9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
@media (max-width: 767px) {
  .guide_highlights.head-section .head-section__btn-list {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 0;
  }
}
.guide_highlights.head-section .head-section__btn-list li {
  flex: 1;
  position: relative;
  padding: 0 0 20px;
}
.guide_highlights.head-section .head-section__btn-list li a {
  text-align: center;
}
.guide_highlights.head-section .head-section__btn-list li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 9px;
  height: 4px;
  background: url("../img/guide/highlights/ya.png") no-repeat center;
  background-size: 9px 4px;
}
.guide_highlights.head-section .head-section__btn-list li a .number {
  font-size: 16px;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .guide_highlights.head-section .head-section__btn-list li a .number {
    font-size: 12px;
  }
}
.guide_highlights.head-section .head-section__btn-list li a .number.enjoy01 {
  background: url("../img/guide/highlights/btn01.png") no-repeat center;
  background-size: 50px 31px;
}
.guide_highlights.head-section .head-section__btn-list li a .number.enjoy02 {
  background: url("../img/guide/highlights/btn02.png") no-repeat center;
  background-size: 50px 31px;
}
.guide_highlights.head-section .head-section__btn-list li a .number.enjoy03 {
  background: url("../img/guide/highlights/btn03.png") no-repeat center;
  background-size: 50px 31px;
}
.guide_highlights.head-section .head-section__btn-list li a .number.enjoy04 {
  background: url("../img/guide/highlights/btn04.png") no-repeat center;
  background-size: 50px 31px;
}
.guide_highlights.head-section .head-section__btn-list li a .number.enjoy05 {
  background: url("../img/guide/highlights/btn05.png") no-repeat center;
  background-size: 50px 31px;
}
.guide_highlights.head-section .head-section__btn-list li a .title {
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .guide_highlights.head-section .head-section__btn-list li a .title {
    font-size: 14px;
  }
}
.guide_highlights h2 {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .guide_highlights h2 {
    font-size: 18px;
  }
}
.guide_highlights h2 span {
  display: block;
  font-size: 30px;
}
@media (max-width: 767px) {
  .guide_highlights h2 span {
    font-size: 24px;
  }
}
.guide_highlights .title-icon {
  text-align: center;
}
.guide_highlights .title-icon img {
  width: 250px;
}
@media (max-width: 767px) {
  .guide_highlights .title-icon img {
    width: 200px;
  }
}
.guide_highlights.enjoy01-section {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section {
    padding: 20px 0;
  }
}
.guide_highlights.enjoy01-section h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section h3 {
    font-size: 20px;
  }
}
.guide_highlights.enjoy01-section .inner-box {
  overflow: visible;
}
.guide_highlights.enjoy01-section .enjoy01-contents {
  margin-right: calc(50% - 50vw);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy01-contents {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy01-contents {
    flex-wrap: wrap;
    margin: 40px 0;
  }
}
.guide_highlights.enjoy01-section .enjoy01-contents__img {
  max-width: 45vw;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy01-contents__img {
    max-width: 100%;
    order: 1;
    margin: 0 0 20px;
  }
}
.guide_highlights.enjoy01-section .enjoy01-contents__img img {
  width: 100%;
}
.guide_highlights.enjoy01-section .enjoy01-contents__txt {
  text-align: left;
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy01-contents__txt {
    padding: 0;
    order: 2;
  }
}
.guide_highlights.enjoy01-section .enjoy02-contents {
  margin-left: calc(50% - 50vw);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy02-contents {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy02-contents {
    display: block;
  }
}
.guide_highlights.enjoy01-section .enjoy02-contents__img {
  width: 100%;
  max-width: 45vw;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy02-contents__img {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.guide_highlights.enjoy01-section .enjoy02-contents__img img {
  width: 100%;
}
.guide_highlights.enjoy01-section .enjoy02-contents__txt {
  width: 100%;
  text-align: left;
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy02-contents__txt {
    padding: 0;
  }
}
.guide_highlights.enjoy01-section .enjoy03-contents {
  margin-right: calc(50% - 50vw);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy03-contents {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy03-contents {
    flex-wrap: wrap;
    margin: 40px 0;
  }
}
.guide_highlights.enjoy01-section .enjoy03-contents__img {
  max-width: 45vw;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy03-contents__img {
    max-width: 100%;
    order: 1;
    margin: 0 0 20px;
  }
}
.guide_highlights.enjoy01-section .enjoy03-contents__img img {
  width: 100%;
}
.guide_highlights.enjoy01-section .enjoy03-contents__txt {
  width: 100%;
  text-align: left;
  padding: 0 40px 0 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy03-contents__txt {
    padding: 0;
    order: 2;
  }
}
.guide_highlights.enjoy01-section .enjoy04-contents {
  margin-left: calc(50% - 50vw);
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy04-contents {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy04-contents {
    flex-wrap: wrap;
    margin: 40px 0;
  }
}
.guide_highlights.enjoy01-section .enjoy04-contents__img {
  max-width: 45vw;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy04-contents__img {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.guide_highlights.enjoy01-section .enjoy04-contents__img img {
  width: 100%;
}
.guide_highlights.enjoy01-section .enjoy04-contents__txt {
  width: 100%;
  text-align: left;
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy04-contents__txt {
    padding: 0;
  }
}
.guide_highlights.enjoy01-section .enjoy04-contents__txt .re {
  margin: 20px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .enjoy04-contents__txt .re {
    text-align: center;
  }
}
.guide_highlights.enjoy01-section .set-area {
  margin: 90px 0 60px;
  background-color: #FAF6F4;
  padding: 40px 0;
}
.guide_highlights.enjoy01-section .set-area .inner-box {
  position: relative;
}
.guide_highlights.enjoy01-section .set-area .inner-box .fukidashi {
  position: absolute;
  width: 124px;
  top: -110px;
  right: 14%;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .set-area .inner-box .fukidashi {
    width: 80px;
    top: -100px;
    right: 20px;
  }
}
.guide_highlights.enjoy01-section .set-area h3 {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .set-area h3 {
    font-size: 16.5px;
  }
}
.guide_highlights.enjoy01-section .set-area .price {
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .set-area .price {
    text-align: left;
  }
}
.guide_highlights.enjoy01-section .set-area .set-place {
  display: flex;
  justify-content: center;
}
.guide_highlights.enjoy01-section .set-area .set-place__spot {
  width: 265px;
}
.guide_highlights.enjoy01-section .set-area .set-place__spot img {
  width: 100%;
  max-width: 265px;
}
.guide_highlights.enjoy01-section .set-area .set-place__spot h4 {
  margin: 10px 0;
}
.guide_highlights.enjoy01-section .set-area .set-place__plus {
  margin: 70px 20px 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy01-section .set-area .set-place__plus {
    margin: 35px 10px 0;
  }
}
.guide_highlights.enjoy01-section .set-area .set-place__plus img {
  width: 47px;
}
.guide_highlights.enjoy01-section .set-area p {
  text-align: left;
}
.guide_highlights.enjoy01-section .btn-list li {
  margin: 0 0 20px;
}
.guide_highlights.enjoy02-section {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy02-section {
    padding: 40px 0 120px;
  }
}
.guide_highlights.enjoy02-section h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy02-section h3 {
    font-size: 17px;
  }
}
.guide_highlights.enjoy02-section .enjoy02-img {
  width: 100%;
}
.guide_highlights.enjoy02-section .pickup-area {
  margin: 80px 0 40px;
  padding: 40px 0;
  background-color: #FAF6F4;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy02-section .pickup-area {
    margin: 40px 0 20px;
  }
}
.guide_highlights.enjoy02-section .pickup-area .inner-box {
  display: flex;
  overflow: visible;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy02-section .pickup-area .inner-box {
    flex-wrap: wrap;
  }
}
.guide_highlights.enjoy02-section .pickup-area .inner-box img {
  width: 100%;
  max-width: 243px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy02-section .pickup-area .inner-box img {
    max-width: fit-content;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.guide_highlights.enjoy02-section .pickup-area .inner-box .txt-area {
  text-align: left;
  margin: 40px 0 0 40px;
  position: relative;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy02-section .pickup-area .inner-box .txt-area {
    margin: 20px 0 0 0;
  }
}
.guide_highlights.enjoy02-section .pickup-area .inner-box .txt-area .fukidashi {
  position: absolute;
  width: 124px;
  top: -136px;
  left: -30px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy02-section .pickup-area .inner-box .txt-area .fukidashi {
    width: 80px;
    left: auto;
    top: -60px;
    right: 50px;
  }
}
.guide_highlights.enjoy02-section .kaiga {
  position: absolute;
  right: 0;
  bottom: -80px;
  text-align: right;
  width: 100%;
  max-width: 485px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy02-section .kaiga {
    bottom: -40px;
  }
}
.guide_highlights.enjoy03-section {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy03-section {
    padding: 40px 0 60px;
  }
}
.guide_highlights.enjoy03-section h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy03-section h3 {
    font-size: 17px;
  }
}
.guide_highlights.enjoy03-section .event-img {
  width: 100%;
  margin: 20px 0 40px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy03-section .event-img {
    object-fit: cover;
    height: 200px;
    margin: 10px 0 20px;
  }
}
.guide_highlights.enjoy03-section h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy03-section h4 {
    font-size: 16px;
  }
}
.guide_highlights.enjoy03-section .event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px 0 60px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy03-section .event-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.guide_highlights.enjoy03-section .event-list li img {
  width: 100%;
}
.guide_highlights.enjoy03-section .event-list li h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin: 16px 0 10px;
  padding: 0 0 10px 20px;
  border-bottom: 2px solid #F2EEE7;
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 66px;
}
.guide_highlights.enjoy03-section .event-list li h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background: url("../img/guide/highlights/dot-spot.png") no-repeat center;
  background-size: 12px 12px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy03-section .event-list li h4 {
    font-size: 18px;
    min-height: auto;
  }
}
.guide_highlights.enjoy03-section .event-list li h4 span {
  font-size: 11px;
  display: block;
  font-weight: 400;
  border: 1px solid #BEBEBE;
  padding: 0 4px;
  border-radius: 2px;
}
.guide_highlights.enjoy03-section .event-list li p {
  text-align: left;
}
.guide_highlights.enjoy03-section p {
  text-align: left;
}
.guide_highlights.enjoy03-section .btn-area {
  margin: 40px auto;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy03-section .btn-area {
    margin: 40px auto 0;
  }
}
.guide_highlights.enjoy04-section {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy04-section {
    padding: 20px 0;
  }
}
.guide_highlights.enjoy04-section h3 {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy04-section h3 {
    font-size: 20px;
  }
}
.guide_highlights.enjoy04-section .best-spot {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy04-section .best-spot {
    display: block;
  }
}
.guide_highlights.enjoy04-section .best-spot p {
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy04-section .best-spot p {
    text-align: left;
  }
}
.guide_highlights.enjoy04-section .best-spot img {
  width: 100%;
  max-width: 988px;
}
.guide_highlights.enjoy04-section .enjoy04__img-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy04-section .enjoy04__img-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0;
  }
}
.guide_highlights.enjoy04-section .enjoy04__img-list li img {
  width: 100%;
}
.guide_highlights.enjoy04-section .pickup-block {
  display: flex;
  background-color: #FAF6F4;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy04-section .pickup-block {
    display: block;
    margin: 30px 0;
  }
}
.guide_highlights.enjoy04-section .pickup-block .left img {
  width: 100%;
  max-width: 545px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy04-section .pickup-block .left img {
    max-width: none;
  }
}
.guide_highlights.enjoy04-section .pickup-block .right {
  margin: auto;
  max-width: 336px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .guide_highlights.enjoy04-section .pickup-block .right {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .guide_highlights.enjoy04-section .pickup-block .right {
    padding: 20px;
  }
}
.guide_highlights.enjoy04-section .pickup-block .right .fukidashi {
  position: absolute;
  width: 124px;
  top: -140px;
  left: 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy04-section .pickup-block .right .fukidashi {
    width: 80px;
    left: auto;
    top: -60px;
    right: 20px;
  }
}
.guide_highlights.enjoy04-section .pickup-block .right h3 {
  text-align: left;
  font-size: 24px;
  margin: 0 0 20px;
}
.guide_highlights.enjoy04-section .pickup-block .right p {
  text-align: left;
  margin: 0 0 20px;
}
.guide_highlights.enjoy05-section {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section {
    padding: 20px 0;
  }
}
.guide_highlights.enjoy05-section .txt {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section .txt {
    text-align: left;
  }
}
.guide_highlights.enjoy05-section .map {
  width: 100%;
  margin: 20px 0 10px;
}
.guide_highlights.enjoy05-section .map-link {
  display: block;
  text-align: right;
  text-decoration: underline;
  margin: 0 0 40px 0;
}
.guide_highlights.enjoy05-section h3 {
  text-align: left;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section h3 {
    font-size: 20px;
  }
}
.guide_highlights.enjoy05-section .spot-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0 60px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section .spot-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.guide_highlights.enjoy05-section .spot-list li img {
  width: 100%;
}
.guide_highlights.enjoy05-section .spot-list li h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin: 16px 0 10px;
  padding: 0 0 10px 20px;
  border-bottom: 2px solid #F2EEE7;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.guide_highlights.enjoy05-section .spot-list li h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background: url("../img/guide/highlights/dot-spot.png") no-repeat center;
  background-size: 12px 12px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section .spot-list li h4 {
    font-size: 18px;
  }
}
.guide_highlights.enjoy05-section .spot-list li h4 span {
  font-size: 11px;
  display: block;
  font-weight: 400;
  border: 1px solid #BEBEBE;
  padding: 0 4px;
  border-radius: 2px;
}
.guide_highlights.enjoy05-section .spot-list li p {
  text-align: left;
}
.guide_highlights.enjoy05-section .pickup-block {
  background-color: #FAF6F4;
  margin: 20px 0;
  padding: 40px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section .pickup-block {
    padding: 20px;
    display: block;
  }
}
.guide_highlights.enjoy05-section .pickup-block.block01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 40px;
  margin: 20px 0 80px;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section .pickup-block.block01 {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.guide_highlights.enjoy05-section .pickup-block.block01 img {
  width: 100%;
}
.guide_highlights.enjoy05-section .pickup-block.block01 .left {
  display: flex;
  align-items: center;
}
.guide_highlights.enjoy05-section .pickup-block.block01 .left p {
  margin: auto 0;
}
.guide_highlights.enjoy05-section .pickup-block.block01 .right .btn-area {
  margin: 0 0 0 auto;
}
.guide_highlights.enjoy05-section .pickup-block.block01 .right .btn-area .btn {
  border: 1px solid #D4D4D4;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section .pickup-block.block01 .right .btn-area {
    margin: 0 auto;
  }
}
.guide_highlights.enjoy05-section .pickup-block.block02 {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section .pickup-block.block02 {
    text-align: left;
  }
}
.guide_highlights.enjoy05-section .pickup-block.block02 h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px;
}
.guide_highlights.enjoy05-section .pickup-block.block02 .fukidashi {
  position: absolute;
  width: 124px;
  top: -60px;
  right: 26%;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section .pickup-block.block02 .fukidashi {
    right: 20px;
    width: 80px;
  }
}
.guide_highlights.enjoy05-section .pickup-block .pickup-img03 {
  width: 100%;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .guide_highlights.enjoy05-section .pickup-block .pickup-img03 {
    margin: 20px 0;
  }
}
.guide_highlights.footer-section h2 {
  margin: 40px 0 0 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  .guide_highlights.footer-section h2 {
    margin: 30px 0 0 0;
    font-size: 18px;
  }
}
.guide_highlights.footer-section p {
  margin: 10px 0 30px;
}
@media (max-width: 767px) {
  .guide_highlights.footer-section p {
    margin: 10px 0 15px 0;
  }
}
.guide_highlights.footer-section ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .guide_highlights.footer-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.guide_highlights.footer-section ul li img {
  width: 100%;
}
.guide_highlights.footer-section ul li .btn-area {
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .guide_highlights.footer-section ul li .btn-area {
    margin: 10px 0 0 0;
  }
}
.guide_highlights.footer-section ul li .btn-area .btn {
  font-size: 14px;
}
@media (max-width: 767px) {
  .guide_highlights.footer-section ul li .btn-area .btn {
    font-size: 12px;
  }
}
.guide_highlights.footer-section .car-area {
  display: flex;
  margin: 60px 0 0;
  justify-content: center;
}
.guide_highlights.footer-section .car-area__icon {
  width: 56px;
}
@media (max-width: 767px) {
  .guide_highlights.footer-section .car-area__icon {
    width: 15%;
  }
}
.guide_highlights.footer-section .car-area__icon img {
  width: 100%;
}
@media (max-width: 767px) {
  .guide_highlights.footer-section .car-area__txt {
    width: 85%;
  }
}
.guide_highlights.footer-section .car-area__txt p {
  text-align: left;
  margin: 0 0 10px 20px;
}