#report_mv {
  width: 100%;
  height: 100vh;
}
#report_mv .outer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#report_mv .outer .inner {
  color: white;
  text-shadow: 1px 1px 10px #000;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  padding: 80px;
  font-size: 200%;
  flex-direction: column;
}
#report_mv .outer .inner.tate{
  writing-mode: vertical-rl;
}
#report_mv .outer .inner h1 {
  font-size: 400%;
}
#report_mv .outer .inner.yoko h1{
  text-align:center;
}
#report_mv .outer .inner p {
  font-size: 100%;
  text-align: center;
  letter-spacing: 0.2rem;
}
#report_second {
  background: #333;
  height: 300vh;
}
#report_second .outer {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
}
#report_second .outer .inner,
#report_map .outer .inner {
  width: 50%;
}
#report_second .outer .inner {
  height: 100%;
}
#report_second_img {
  position: relative;
  overflow: hidden;
}
#report_second_img img {
  width: 100%;
  height: calc(100% + 100px);
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  /* transition: .1s all ease; */
}
#report_second_img img:nth-child(1) {
  z-index: 3;
}
#report_second_img img:nth-child(2) {
  z-index: 2;
}
#report_second_img img:nth-child(3) {
  z-index: 1;
}
#report_second_text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
}
#report_second_text .box h2 {
  display: flex;
  justify-content: center;
}
#report_second_text .box p {
  margin-top: 20px;
  width: 400px;
  line-height: 160%;
}

#report_second_text .box .time {
  text-align: right;
  font-size: 90%;
  margin-top: 30px;
}
#report_map {
  background: #aaa;
  height: 300vh;
}
#report_map .outer {
  display: flex;
  z-index: 8001;
}
#map_area {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#map_area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#map_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#map_text .box {
  width: calc(100% - 60px);
  max-width: 500px;
  font-size: 120%;
}
#map_text .box h2 {
  text-align: center;
  font-size: 200%;
  margin-bottom: 20px;
}
#map_text .box p {
  font-weight: 500;
  line-height: 160%;
  margin: 15px 0;
}
#report_movie,#report_info {
  padding: 180px 0;
}
#report_movie {
  background: #f5f5f5;
}
#report_movie .movie_wrap{
  margin: 80px auto;
}
#report_info {
  background: #eee;
}
#report_info .report_info_section {
  border-top: 1px solid #ccc;
  padding: 80px 0;
  margin: 80px auto;
}
#report_info .report_info_section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#report_info .report_info_section .wrap {
  width: calc(100% - 140px);
  max-width: 1400px;
  margin: auto;
}
#report_info .report_info_section#report_info_about {
  margin-top: 0;
  border-top: none;
}
#report_about_wrap {
  display: flex;
  justify-content: space-between;
}
#report_about_map,
#report_about_info {
  width: calc(50% - 15px);
}
#report_about_map .gmap {
  position: relative;
  width: 100%;
  height: 100%;
}
#report_about_map .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#report_about_wiki a {
  display: block;
  margin-top: 10px;
  padding: 5px 0 7px;
  width: 200px;
  text-align: center;
  background: #777;
  color: #fff;
  font-size: 90%;
}
#report_about_wiki a:hover {
  background: #333;
}
#report_info .title_box {
  margin-bottom: 70px;
  border-left: 8px solid #293e97;
  padding-left: 14px;
}
#report_info .title_box small {
  font-size: 80%;
  color: #777;
}
#report_info .title_box h3 {
  font-size: 160%;
  color: #293e97;
  font-weight: 700;
}
#report_about_wiki,
#report_about_table {
  margin-top: 30px;
}
#report_about_info .title_wrap h4 {
  font-size: 200%;
  font-weight: 600;
}
#report_about_info .title_wrap p {
  font-size: 90%;
}
#report_about_table table {
  width: 100%;
}
#report_about_table th,
#report_about_table td {
  padding: 10px;
  border: 1px solid #aaa;
}
#report_about_table th {
  background: #ccc;
  color: #000;
  width: 150px;
  font-weight: 600;
}



.report_info_section p.biko {
  margin-top: 60px;
}

.nearby_section {
  padding: 100px 0;
}
.nearby_section.img {
  width: 100%;
  overflow: hidden;
}
.nearby_section .nearby_title {
  text-align: center;
}
.nearby_section .nearby_title h4 {
  font-size: 250%;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}
.nearby_section .biko_box,
#report_info .report_info_section .nearby_section .biko_box.wrap {
  margin-top: 40px;
}
.nearby_section .biko_box .biko {
  margin-top: 0;
  margin-bottom: 14px;
}
.nearby_section .biko_box .biko:last-child {
  margin-bottom: 0;
}
.nearby_section.map {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nearby_section.map .nearby_title {
  width: 100%;
  margin-bottom: 70px;
}
.nearby_section .map_area {
  width: 640px;
  aspect-ratio: 1;
}
.nearby_section .map_area img {
  width: 100%;
}
.nearby_section .map_list {
  width: calc(100% - 670px);
  display: flex;
  flex-wrap: wrap;
}
.nearby_section .map_list li {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #e5e5e5;
  border: 1px solid #ccc;
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.nearby_section .map_list li:nth-child(n + 2) {
  padding-right: 30px;
}
.nearby_section .map_list li:nth-child(n + 2)::after {
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 10px;
  height: 20px;
  background: #aaa;
  top: calc(50% - 10px);
  right: 10px;
  position: absolute;
}
.nearby_section .map_list li:nth-child(n + 2):hover {
  background: #ccc;
}
.nearby_section .map_list li a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.nearby_section .map_list li .alf {
  font-size: 240%;
  margin-right: 10px;
  color: purple;
}
.nearby_section .map_list li:first-child .alf {
  color: red;
}
.nearby_section .map_list li h5 {
  font-size: 100%;
  font-weight: 700;
}
.nearby_section .map_list li p {
  font-size: 80%;
}
.place_list {
  margin-top: 50px;
}
.place_list li .inner {
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px #ccc solid;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.place_list .img_box {
  width: 100%;
  aspect-ratio: 6/4;
  overflow: hidden;
}
.place_list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.place_list li .info {
  margin-top: 10px;
}
.place_list li .inner h5 {
  font-size: 120%;
  font-weight: 600;
}
.place_list li .inner p {
  font-size: 80%;
}
.place_list a {
  display: block;
  width: 100%;
  background-image: linear-gradient(
    -45deg,
    #185397 25%,
    #093f7d 25%,
    #093f7d 50%,
    #185397 50%,
    #185397 75%,
    #093f7d 75%,
    #093f7d
  );
  background-size: 8px 8px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 10px;
}
.place_list a:hover{
  opacity: .8;
}
.none_area {
  margin: 40px auto 0;
  padding: 20px;
  width: calc(100% - 50px);
  max-width: 800px;
  background: #ddd;
  text-align: center;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  background: #2c5f91;
  border-radius: 50%;
  z-index: 10;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  border-right: 2px #fff solid;
  border-top: 2px #fff solid;
  position: absolute;
  width: 12px;
  height: 12px;
  top: calc(50% - 6px);
}
.slick-prev:hover,
.slick-next:hover {
  background: dodgerblue;
}
.slick-prev:before {
  transform: rotate(-140deg);
  left: calc(50% - 5px);
}
.slick-next:before {
  transform: rotate(45deg);
  left: calc(50% - 7px);
}

#report_list_section {
  background: #f5f5f5;
}

#report_photo_section{
  background: #f5f5f5;
}

#report_photo_section ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

ul.report_photo_list li {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #777;
  display: flex;
  align-items: center;
  text-align:center;
}
ul.report_photo_list li img {
  width: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: 0.3s all ease;
}
ul.report_photo_list li:hover img {
  transform: scale(1.2);
}
#report_photo_section .bt_area {
  margin-top: 60px;
}
#report_photo_show,
#report_photo_modal,
#report_photo_modal_bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#report_photo_show,
#report_photo_modal{
  display: none;
  position: fixed;
}
#report_photo_show {
  z-index: 9999;
}
#report_photo_show,
#report_photo_modal_bg {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}
#report_photo_show .outer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#report_photo_show .img_area {
  opacity: 0;
  transition: 0.5s 1s all ease;
}
#report_photo_show .img_area.yoko,
#report_photo_show .img_area.tate {
  opacity: 1;
}
#report_photo_show .img_area.yoko {
  width: calc(100% - 40px);
  max-width: 900px;
}
#report_photo_show .img_area.yoko img {
  width: 100%;
}
#report_photo_show .img_area.tate {
  height: 90vh;
}
#report_photo_show .img_area.tate img {
  height: 100%;
}

#report_photo_modal {
  width: 100%;
  z-index: 8999;
}
#report_photo_modal_bg {
  position: absolute;
  z-index: 0;
}

#report_photo_modal .inner{
  position: absolute;
  z-index: 1;
  overflow-y: auto;
  width: 1200px;
  height: 90%;
  padding: 30px;
  background: #eee;
  top: 5%;
  left: calc(50% - 600px);
}
#report_photo_modal .inner ul{
  display: flex;
  flex-wrap: wrap;
}
#report_photo_modal .inner ul li{
  width: calc(20% - 10px);
  margin: 5px;
}
#report_photo_modal .inner ul li img{
  width: 100%;
}
#report_photo_modal button.report_photo_modal_close{
  top: 20px;
  right: 20px;
  z-index: 2;
}