.hero_header {
  position: relative;
  max-width: 1300px;
  margin-bottom: 30px;
  margin-inline: auto;
}
.hero_header_img {
  display: block;
  max-width: 1300px;
  height: 260px;
  margin-inline: auto;
  overflow: hidden;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.hero_header_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero_header_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  max-width: 1300px;
  margin-inline: auto;
  inset: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  row-gap: 30px;
  justify-content: center;
  color: #fff;
}
.hero_header_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-shadow: 0 0 2px #000;
}
.hero_header_lead {
  width: 680px;
  margin-inline: auto;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 2px #000;
}

.infomation_area {
  margin: 0;
}

.addinfomation_area {
  padding: 16px;
  border-radius: 6px;
  background-color: #eee;
}
.addinfomation_area:has(+ .infomation_area) {
  border-radius: 6px 6px 0 0;
  background-color: #eee;
}
.addinfomation_area:has(+ .infomation_area) .addinfomation_box {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.addinfomation_area + .infomation_area {
  padding: 10px 16px 16px;
  border-radius: 0 0 6px 6px;
}
.addinfomation_text {
  font-size: 14px;
  line-height: 1.5;
}
.addinfomation_text a {
  text-decoration: underline;
}
.addinfomation_text.is-red {
  color: #d00;
}
.addinfomation_text.is-bold {
  font-weight: 700;
}
.addinfomation_text.is-center {
  text-align: center;
}

.contents_section {
  margin-top: 40px;
}
.contents_section:not(:last-child) {
  margin-bottom: 56px;
}
.contents_section:last-child {
  margin-bottom: 80px;
}
.contents_inner a:hover figure img {
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.pickup_lists:not(:last-child) {
  margin-bottom: 20px;
}
.pickup_lists_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.pickup_lists_figure {
  width: 250px;
  height: 200px;
}
.pickup_lists_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.pickup_lists_datadetail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pickup_lists_title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.pickup_lists_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.pickup_lists_point {
  padding: 10px;
  border-radius: 6px;
  background-color: #FFD747;
}
.pickup_lists_ico_point {
  width: 22px;
}
.pickup_lists_point_titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-bottom: 10px;
}
.pickup_lists_point_title {
  font-size: 16px;
  line-height: 1.5;
}
.pickup_lists_point_text {
  padding: 10px;
  border-radius: 6px;
  background-color: #FFF6D6;
  font-size: 14px;
  line-height: 1.5;
}
.pickup_lists a:hover .pickup_lists_title {
  text-decoration: underline;
}

.indexlist_lists {
  padding: 20px;
  border: 1px solid #aaa;
  border-radius: 6px;
  background-color: #efefef;
}
.indexlist_list:not(:last-child) {
  margin-bottom: 10px;
}
.indexlist_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.indexlist_title {
  font-size: 14px;
  line-height: 1.3;
}
.indexlist_ico {
  display: block;
  width: 14px;
}
.indexlist_ico img {
  width: 100%;
}

.tourism_title {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 3px solid;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  -o-border-image: linear-gradient(to right, #09B9F5, #fff) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#09B9F5), to(#fff)) 1;
  border-image: linear-gradient(to right, #09B9F5, #fff) 1;
}
.tourism_lead {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.column_pc3sp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
.column_pc3sp2_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 214px;
  flex-basis: 214px;
}
.column_pc3sp2_figure {
  aspect-ratio: 1/1;
  width: 214px;
  height: 214px;
  border: 1px solid #eee;
}
.column_pc3sp2_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.column_pc3sp2_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.column_pc3sp2_title_text {
  display: inline;
}
.column_pc3sp2_text {
  font-size: 14px;
  line-height: 1.5;
}
.column_pc3sp2 a:hover .column_pc3sp2_title {
  text-decoration: underline;
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  row-gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}
.search_textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search_ico {
  width: 20px;
}
.search_ico img {
  width: 100%;
}
.search_text {
  font-size: 18px;
}
.search_slectbox {
  position: relative;
}
.search_slectbox:after {
  display: block;
  position: absolute;
  top: 30%;
  right: 6px;
  width: 15px;
  height: 15px;
  background: url("/asset/tourism/images/arrow_down.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.search_lists {
  position: relative;
  outline: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  text-indent: 0.01px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}
.search_lists option {
  background-color: #fff;
  color: #333;
  cursor: pointer;
}

.column_pc2sp1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  row-gap: 20px;
  flex-wrap: wrap;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.column_pc2sp1_link {
  -ms-flex-preferred-size: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: calc(50% - 8px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.column_pc2sp1_figure {
  width: 150px;
  height: 120px;
}
.column_pc2sp1_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.column_pc2sp1_datadetail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.column_pc2sp1_title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.column_pc2sp1_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.column_pc2sp1_ico_map {
  width: 15px;
}
.column_pc2sp1_ico_map img {
  width: 100%;
}
.column_pc2sp1_map_text {
  font-size: 14px;
  line-height: 1.5;
}
.column_pc2sp1 a:hover .column_pc2sp1_title {
  text-decoration: underline;
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.list_simple_list {
  padding: 0 15px;
}
.list_simple_list:not(:last-child) {
  margin-bottom: 20px;
}
.list_simple_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.list_simple_rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -10px;
  left: -15px;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  z-index: 1;
  align-items: center;
  border-radius: 9999px;
  background-color: #eee;
  color: #333;
  font-weight: 700;
  font-size: 18px;
}
.list_simple_figure {
  width: 152px;
  height: 122px;
}
.list_simple_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.list_simple_datadetail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list_simple_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.list_simple_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.list_simple_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.list_simple_ico_map {
  width: 15px;
}
.list_simple_ico_map img {
  width: 100%;
}
.list_simple_map_text {
  font-size: 14px;
  line-height: 1.5;
}
.list_simple_list:nth-of-type(1) .list_simple_rank {
  background-color: #FFD747;
}
.list_simple_list:nth-of-type(2) .list_simple_rank {
  background-color: #C1C1C1;
}
.list_simple_list:nth-of-type(3) .list_simple_rank {
  background-color: #CC936A;
}

a:hover .list_simple_title {
  text-decoration: underline;
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.js-select_item.hide {
  display: none;
}

.allarealist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.allarealist__area_toggle {
  display: none;
}
.allarealist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
}
.allarealist__area {
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  font-weight: 700;
  font-size: 16px;
}
.allarealist__pref {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.allarealist__pref ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.allarealist__pref ul.tourism_city {
  font-size: 14px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.allarealist__pref ul.tourism_city li:first-child::before {
  display: inline;
  content: "(";
}
.allarealist__pref ul.tourism_city li:last-child::after {
  display: inline;
  content: ")";
}
.allarealist__item {
  font-size: 16px;
}
.allarealist a:hover {
  text-decoration: underline;
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.localarealist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.localarealist__box + .localarealist__box {
  margin-top: 20px;
}
.localarealist__area {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
.localarealist__links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.localarealist__links_head {
  font-size: 16px;
}
.localarealist__links ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.localarealist__links ul.tourism_city {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.localarealist__links ul.tourism_city li:first-child::before {
  display: inline;
  content: "(";
}
.localarealist__links ul.tourism_city li:last-child::after {
  display: inline;
  content: ")";
}
.localarealist__item {
  font-size: 14px;
}
.localarealist a:hover {
  text-decoration: underline;
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.single_map_area {
  position: relative;
}
.single_map_box {
  width: 670px;
}
.single_map_box img {
  width: 100%;
}
.single_map_link {
  position: absolute;
  top: 0;
  left: 0;
}
.single_map_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px 12px;
  border: 2px solid #444;
  border-radius: 100px;
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  -webkit-box-shadow: 0 2px 4px #333;
  box-shadow: 0 2px 4px #333;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.single_map_link a:hover {
  top: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.p-button__button--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  width: 200px;
  margin: 0 auto;
  border: 2px solid #E0E0E0;
  border-radius: 9999px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: 0.1s;
  padding: 8px 20px;
  transition: 0.1s;
}
.p-button__button--small p {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-items: center;
  margin-inline: auto;
}
.p-button__button--small:hover {
  background-color: #fff;
  color: #444;
  text-decoration: none;
  opacity: 0.7;
}

.p-button__button__ico_s {
  aspect-ratio: 1;
  width: 15px;
}
.p-button__button__ico_s img {
  width: 100%;
}

.movie_area {
  margin-bottom: 30px;
}
.movie_box {
  width: 680px;
  margin: 0 auto 10px;
}
.movie_box iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.movie_box {
  font-size: 18px;
  line-height: 1.3;
}

summary {
  display: block;
  list-style-type: none;
  cursor: pointer;
}

summary::marker {
  content: "";
}

summary::-webkit-details-marker {
  display: none;
}

.column_pc3sp1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
.column_pc3sp1_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 214px;
  flex-basis: 214px;
}
.column_pc3sp1_figure {
  width: 214px;
  height: 100px;
  overflow: hidden;
}
.column_pc3sp1_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.column_pc3sp1_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.column_pc3sp1 a:hover {
  text-decoration: underline;
  opacity: 0.7;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.pr-block {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  padding: 3px 12px;
  border-radius: 4px;
  background: #b0b0b0;
  color: #ffffff;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}