body {
  background: #FFF;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.25;
}

img {
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px rgba(19, 19, 19, 0.1);
}

header .logo_area {
  width: 214px;
  height: 64px;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}


.p-inner {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 16px;
}

.top_p-inner,
.reports-inner {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-top: 16px;
}

.not_found {
  text-align: center;
  padding: 32px 0;
}

.not_found p {
  line-height: 2;
}

.not_found img {
  width: 130px;
}

/* 宿泊レポートページ */
.reports h1 {
  font-size: clamp(1.25rem, 0.8rem + 1.5vw, 2rem);
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.5;
}

.reports h2 {
  font-size: clamp(1rem, 0.7rem + 1vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 16px;
}

.category_area h2 {
  font-size: 20px;
  margin-bottom: 16px;
}

.reports h3 {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 600;
  margin-bottom: 8px;
}

.reports_area {
  margin-bottom: 16px;
}

.reports_area p::before {
  content: '';
  display: inline-block;
  background-image: url(../img/reports_map.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  background-position: center center;
  vertical-align: text-top;
}

.repotts_tag {
  margin-bottom: 16px;
}

.menu_area {
  background: rgba(19, 19, 19, 0.1);
  padding: 8px;
  border-radius: 4px;
  line-height: 1.75;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}

.menu_area li {
  margin-left: 20px;
}

.menu_area p {
  color: #294072;
}

.menu_area a {
  color: #000;
  text-decoration: none;
}

.menu_area a:hover {
  color: #294072;
}

#reports_01,
#reports_02,
#reports_03,
#reports_04,
#reports_05,
#reports_06,
#reports_07 {
  padding-top: 32px;
}

#reports_07 {
  margin-bottom: 64px;
}

.reports_01_img img {
  max-height: 542px;
  object-fit: cover;
}


.reports_01_text {
  margin-top: 16px;
}

.reports_01_charm,
.reports_01_reviews {
  margin-top: 24px;
}

.reports_01_reviews-text {
  background-color: rgba(19, 19, 19, 0.1);
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  color: rgba(19, 19, 19, 0.5);
}

.reports_01_reviews-more {
  text-decoration: none;
  color: #1A0DAB;
  margin-top: 8px;
  display: block;
}

.reports_01_charm::before {
  content: "";
  background: url("../img/charm_icon.png");
  display: block;
  width: 200px;
  height: 60px;
  background-size: contain;
}

.reports_01_charm_list {
  padding: 16px;
  background: rgba(41,64,114,0.1);
}

.reports_01_charm_list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}

.reports_01_charm_list li:last-of-type {
  margin-bottom: 0;
}

.reports_01_charm_list li::before {
  content: "";
  display: block;
  position: absolute;
}

.reports_01_charm_list li::before {
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
  background-image: url(../img/charm_icon.svg);
}


.reports_table {
  width: 100%;
}

.reports_table tr {
  border: solid 1px rgba(19, 19, 19, 0.1);
}

.reports_table th {
  width: 14%;
  background: rgba(19, 19, 19, 0.1);
  border-bottom: none;
  border-right: none;
  padding: 8px;
  text-align: left;
}

.reports_table tr:last-of-type th {
  border-bottom: solid 1px rgba(19, 19, 19, 0.1);
}

.reports_table td {
  border-bottom: none;
  padding: 8px;
  word-break : break-all;
}

.reports_table a {
  text-decoration: none;
  color: #1A0DAB;
}

.reports_table-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.reports_table-list p {
  margin-right: 4px;
  line-height: normal;
}

.reports_table-list p::after {
  content: '/';
  margin-left: 4px;
}

.reports_table-list p:last-of-type:after {
  content: '';
}

.reports_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.reports_list li {
  width: 50%;
  padding: 8px 0px 8px 24px;
  border-bottom: solid 1px rgba(19, 19, 19, 0.1);
  position: relative;
}

.reports_list li::before,
.reports_list li::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 2px;
  height: 14px;
  background: #333;
}

.reports_list li::before {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-right: 14px;
}

.reports_list li::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.reports_list li.check::before {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
  border-radius: 50%;
  border: solid 2px rgba(151, 49, 73, 1);
  background: none;
}

.reports_list li.check::after {
  content: none;
}

.reports_list li::marker {
  content: none;
}

.category_area {
  margin-top: 32px;
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.category_list-item {
  border-radius: 16px;
  border: solid 1px #294072;
  font-size: 12px;
  font-weight: 600;
  margin: 2px;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 800;
}

.category_list-item a {
  border-radius: 16px;
  text-decoration: none;
  display: block;
  padding: 4px 8px;
  color: #294072;
}

.category_list-item span {
  border-radius: 16px;
  text-decoration: none;
  display: block;
  padding: 4px 8px;
  color: #294072;
}

.category_list-item a:hover {
  color: #fff;
  background: #294072;
}

/* 宿泊レポート一覧ページ */

/* 観光スポットページ */
.sightseeing_kv {
  margin-bottom: 16px;
}

.sightseeing_kv img {
  max-height: 542px;
  object-fit: cover;
}

.sightseeing_area_list {
  padding: 32px 0;
  border-bottom: solid 1px rgba(19, 19, 19, 0.1);
}

.sightseeing_area_list:last-of-type {
  border-bottom: none;
}

.sightseeing_area_list_tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.sightseeing_area_list_tag-item {
  border-radius: 16px;
  border: solid 1px #294072;
  font-size: 14px;
  margin: 2px;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 800;
  padding: 4px 8px;
  color: #294072;
}

.sightseeing_area_list_tag-item::before {
  content: '#';
}

.sightseeing_area_list_table {
  border: solid 1px rgba(19, 19, 19, 0.1);
  width: 100%;
}

.sightseeing_area_list_table tr {
  border: solid 1px rgba(19, 19, 19, 0.1);
}

.sightseeing_area_list_table th {
  padding: 16px 8px;
  background: rgba(19, 19, 19, 0.1);
  text-align: left;
  width: 14%;
}

.sightseeing_area_list_table td {
  padding: 16px 8px;
}

.sightseeing_area_list_table td a{
  text-decoration: underline;
  color: rgba(26, 13, 171, 1);
}

.menu_text {
  margin-top: 16px;
  line-height: 1.5;
}

.sightseeing_area_list-titile {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sightseeing_area_list-titile .number {
  font-family: 'Cochin', serif;
  font-weight: 400;
  font-size: 24px;
  position: relative;
}

.sightseeing_area_list-titile .number::before,
.sightseeing_area_list-titile .number::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #131313;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.sightseeing_area_list-titile .number::before {
  left: -16px;
}


.sightseeing_area_list-titile .number::after {
  right: -16px;
}

.sightseeing_area_list-titile .text {
  margin-top: 8px;
}

.sightseeing_area_list-img {
  margin-bottom: 24px;
}

.sightseeing_area_list-img img {
  object-fit: cover;
  max-height: 800px;
}

.sightseeing_area_list-text {
  margin-bottom: 24px;
}

.sightseeing_area_list_addressarea,
.sightseeing_area_list-price,
.sightseeing_area_list-kind {
  margin-bottom: 4px;
}

.sightseeing_area_list_addressarea a {
  text-decoration: none;
  color: #131313;
}

.sightseeing_area_list_addressarea a:hover {
  color: #294072;
}

.sightseeing_area_list-kind::before {
  content: '';
  display: inline-block;
  background-image: url(../img/restaurant.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  background-position: center center;
  vertical-align: text-top;
}

.sightseeing_area_list_buttonarea {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.sightseeing_area_list_buttonarea a {
  padding: 16px;
  max-width: 540px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 16px;
  text-decoration: none;
}

.sightseeing_area_list_buttonarea a:hover {
  opacity: 0.8;
}

.sightseeing_area_list-button01 {
  background: #FF940F;
}

.sightseeing_area_list-button02 {
  background: #FB9BAD;
}

.sightseeing_area_list-button03 {
  background: rgba(255, 170, 0, 1);
}

.sightseeing_area-text {
  margin: 32px 0;
}

/* 一覧ページ */
.archive_area {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.archive_area a {
  text-decoration: none;
  color: #131313;
}

.archive_area a:hover {
  opacity: 0.8;
}

.archive_list {
  width: 320px;
  height: 280px;
  margin: 8px 0 16px 8px;
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px rgba(19, 19, 19, 0.2);
}

.archive_list:nth-last-of-type(3n) {
  margin-right: 0;
}

.archive_list h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.archive_list_img img {
  border-radius: 4px;
  width: 320px;
  height: 182px;
}

.archive_list_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
}

.archive_list_text-time {
  margin-bottom: 8px;
  color: rgba(19, 19, 19, 0.2);
  font-size: 12px;
}

.category_area_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 32px;
}

.category_area_list-item {
  width: calc(25% - 8px);
  font-weight: 600;
  color: #294072;
  border: solid 1px #294072;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 4px;
}

.category_area_list-item a {
  text-decoration: none;
  color: #294072;
  display: block;
  padding: 16px 0;
}

.category_area_list-item a.active {
  background: #294072;
  color: #fff;
}

/* ページネーション */
/* ページネーションの汎用スタイル */
.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nav-links li>* {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}

.nav-links li>*:not(.dots) {
  width: 32px;
  height: 40px;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  border: solid 1px rgba(19, 19, 19, 0.1);
  transition: color 0.3s ease, background 0.3s ease;
  text-decoration: none;
}

.nav-links li>.current,
.nav-links li>a:hover {
  color: #ffffff;
  background: #294072;
  ;
}






/* フッター */
footer {
  margin: 32px 0 24px;
}

footer .p-inner {
  border-top: solid 1px rgba(19, 19, 19, 0.1);
  max-width: none;
}

footer .logo_area {
  width: 127px;
  height: 127px;
  margin: 0 auto;
}

.sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

footer .contact_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
}

footer .contact_area a {
  text-decoration: underline;
  color: rgba(26, 13, 171, 1);
}

.sns_list-item {
  margin-right: 16px;
}

.sns_list-item:last-of-type {
  margin-right: 0;
}

.copyright {
  text-align: center;
}

.reports_plan a {
  text-decoration: none;
  color: #000000;
}

.reports_plan li {
  border: solid 1px rgba(19, 19, 19, 0.1);
  padding: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}

.reports_plan_list-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.reports_plan_list_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px rgba(19, 19, 19, 0.1);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.reports_plan_list_flex-eat {
  display: flex;
  align-items: center;
  position: relative;
}

.reports_plan_list_flex-eat1,
.reports_plan_list_flex-eat0 {
  position: relative;
}

.reports_plan_list_flex-eat1::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
  border-radius: 50%;
  border: solid 2px #333;
  background: none;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-right: 14px;
}

.reports_plan_list_flex-eat0::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 2px;
  height: 14px;
  background: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}

.reports_plan_list_flex-eat0::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 2px;
  height: 14px;
  background: #333;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.reports_plan_list_flex-eat p {
  margin-right: 8px;
  padding-right: 20px;
}

.reports_plan_list_flex-price {
  font-size: 12px;
}

.reports_plan_list_flex-price span {
  font-size: 16px;
  font-weight: 600;
  color: #AA9334;
  padding-left: 4px;
}

.reports_plan_list_reservation img {
  width: 80px;
  height: 24px;
  margin-right: 4px;
  margin-top: 2px;
}

.reports_plan_list_reservation {
  display: flex;
  align-items: center;
}

.reports_plan-more a {
  text-decoration: none;
  color: #1A0DAB;
}

/* 特集ホテル紹介 */
.hotel_list {
  display: flex;
  width: 800px;
  margin: 0 auto;
  border: solid 1px rgba(19, 19, 19, 0.1);
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.hotel_list_img {
  width: 328px;
  background-size: cover;
  background-position: center center;
  min-height: 168px;
  border-radius: 4px 0 0 4px;
}

.hotel_list_content {
  padding: 8px;
  width: calc(800px - 328px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.hotel_list_content h3 {
  margin-bottom: 4px;
}

.hotel_list_content .hotel_list_content_area,
.hotel_list_content .hotel_list_content_price {
  margin-bottom: 4px;
  font-size: 14px;
  position: relative;
}

.hotel_list_content .hotel_list_content_area::before {
  content: '';
  display: inline-block;
  background-image: url(../img/reports_map.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  background-position: center center;
  vertical-align: text-top;
  margin-right: 4px;
}

.hotel_list_content .hotel_list_content_reviews {
  margin-bottom: 8px;
  font-size: 12px;
  position: relative;
  color: rgba(19, 19, 19, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hotel_list_content .hotel_list_content_reviews::before {
  content: '';
  display: inline-block;
  background-image: url(../img/reviews.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  background-position: center center;
  vertical-align: text-top;
}

.near_reports_area .hotel_list_content_reviews {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hotel_list_content .hotel_list_content_link {
  text-decoration: none;
  display: block;
  width: 100%;
  background: #294072;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

.hotel_list_content .hotel_list_content_tag {
  margin-bottom: 4px;
}

.information_slider_area {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding-top: 32px;
  border-top: solid 1px rgba(19, 19, 19, 0.1);
}

.information_slider_area .spot_area,
.near_reports_area {
  margin-bottom: 32px;
}


/* スライダー */
.search_slider {
  width: 90%;
  margin: 0 auto;
}

.search_slider_rchive li {
  width: 240px;
}

.search_slider_rchive .hotel_list_content_tag li {
  width: auto;
}

.search_slider_rchive_list a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

.search_slider_rchive_list-img-item {
  width: 100%;
  max-height: 180px;
  height: 14vw;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.search_slider_rchive_list-img img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
}

.search_slider_rchive_list-title {
  font-size: 16px;
  font-weight: 600;
  color: #131313;
}

.hotel_list_content {
  color: #131313;
}

.search_slider .hotel_list_content {
  width: 100%;
}

.rank_area {
  position: absolute;
}

.rank_area .rank {
  position: absolute;
  z-index: 99;
  color: #fff;
  font-family: 'Cochin';
  font-weight: 400;
  font-size: 20px;
  top: 0;
  left: 6px;
}

.rank_area::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-top: solid 32px #909090;
  border-right: solid 16px transparent;
  border-bottom: solid 0px transparent;
  border-left: solid 48px #909090;
}

.rank_1::after {
  border-top: solid 32px #AA9334;
  border-right: solid 16px transparent;
  border-bottom: solid 0px transparent;
  border-left: solid 48px #AA9334;
}

.rank_2::after {
  border-top: solid 32px #294072;
  border-right: solid 16px transparent;
  border-bottom: solid 0px transparent;
  border-left: solid 48px #294072;
}

.rank_3::after {
  border-top: solid 32px #973149;
  border-right: solid 16px transparent;
  border-bottom: solid 0px transparent;
  border-left: solid 48px #973149;
}

.popular_area {
  margin-top: 32px;
}

/* 宿泊レポートアーカイブ */
.reportslist_area {
  margin: 32px 0;
}

.reportslist_area .hotel_list {
  margin-bottom: 32px;
}

/* TOPページ */
.top_area {
  margin: 32px 0;
}

.top_area h2 {
  margin-bottom: 16px;
}

.top_slider_area {
  margin-bottom: 32px;
}

.top_slider_area h2 {
  margin-bottom: 16px;
}

.taxonomy_titile {
  margin-bottom: 16px;
}

.slider_error {
  margin-bottom: 32px;
}




@media screen and (max-width: 1130px) {
  .p-inner {
    width: 90%;
  }

  .top_p-inner,
  .reports-inner {
    width: 90%;
  }

  .slider_area {
    flex-direction: column;
  }

  .slider_main {
    max-width: none;
  }

  .slider_main .slider_main-item {
    height: auto;
  }

  .slide_navigation {
    margin-top: 16px;
    justify-content: flex-start;
  }

  .slide_navigation .slide_navigation-item {
    margin: 0 16px 16px 0;
  }

  .hotel_list {
    width: 100%;
  }

  .top_area .hotel_list_content {
    width: 100%;
  }
}

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

  .sp-view {
    display: block;
  }

  .top_p-inner,
  .reports-inner {
    width: 95%;
    margin-left: 5%;
  }

  .top_list_area .top_p-inner,
  .category_area .top_p-inner {
    width: 90%;
    margin: 0 auto;
  }

  .information_slider_area {
    width: 100%;
  }

  .search_slider {
    width: 100%;
  }

  .slick-list {
    overflow: visible;
    padding-left: 0 !important;
  }

  .hotel_list {
    flex-direction: column;
  }

  .hotel_list_img {
    height: 352px;
    width: 100%;
    border-radius: 4px 4px 0 0;
  }

  .hotel_list_content {
    width: 100%;
  }

  .category_area_list {
    flex-direction: column;
  }

  .category_area_list-item {
    width: 100%;
  }

  .search_list_archive_list {
    margin-bottom: 16px;
  }

  .search_list_archive_list a {
    display: flex;
    text-decoration: none;
    color: #131313;
  }

  .active_list.is-hidden,
  .restaurant_list.is-hidden,
  .sightseeing_list.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0 10px;
    padding: 0;
  }

  .search_list_archive_list-img {
    width: 40%;
    margin-right: 8px;
  }

  .search_list_archive_list_item {
    width: calc(60% - 8px);
  }

  .search_list_archive_list-title {
    font-weight: 600;
  }

  .search_list_archive_list-text {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .active_more_button,
  .restaurant_more_button,
  .sightseeing_more_button {
    text-align: center;
    color: #1A0DAB;
    font-weight: 600;
  }

  .search_slider_rchive_list-img-item {
    max-height: 378px;
    height: 50vw;
  }


  .search_slider_rchive_list-img-sp_item {
    width: 100%;
    max-height: 156px;
    height: 22vw;
    object-fit: cover;
    background-size: cover;
    background-position: center;
  }

  .sightseeing_area_list_table th {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .slider_area {
    margin: 0 0 8px;
  }

  .slide_navigation {
    margin-top: 8px;
  }

  .slide_navigation .slide_navigation-item {
    width: 50px;
    height: 50px;
    margin: 0 8px 8px 0;
  }

  .reports_plan-more {
    text-align: center;
  }

  .hotel_list_img {
    height: 176px;
  }

  .reports h2 {
    font-size: 20px;
  }

  .search_slider_rchive_list-title {
    font-size: 14px;
  }

  .hotel_list_content .hotel_list_content_area,
  .hotel_list_content .hotel_list_content_price {
    font-size: 12px;
  }

  .search_list_archive_list-title {
    font-size: 14px;
  }

  .search_list_archive_list-text {
    font-size: 12px;
  }

  .sightseeing_kv img {
    max-height: 240px;
    min-height: 240px;
  }

  .sightseeing_area_list-img img {
    object-fit: cover;
    max-height: 240px;
    min-height: 240px;
  }

  .sightseeing_area_list_tag-item {
    font-size: 12px;
  }

  .reports_table th {
    width: 30%;
  }
}

/*====================================================================
slick
====================================================================*/

html,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

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

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}

.full-screen.slider {
  max-width: 300px;
  margin: 0 auto;
}