﻿@charset "UTF-8";
/* /user/post/photo/base.css */
#table_of_contents_wrap {
  border: 1px solid #aaa;
  margin: 0 25px;
}
#table_of_contents_wrap > p {
  text-align: center;
  padding: 25px 0 0;
  font-size: 18px;
  font-weight: bold;
}
#table_of_contents_wrap > div > ul > li {
  padding: 10px 0;
}

.article_navi_wrap.pc {
  padding: 0 15px;
}
.article_navi_wrap.pc > div {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 50px 0;
  padding: 15px;
  background-color: #fafafa;
  border-radius: 3px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.article_navi_wrap.pc > div > div:nth-of-type(1) > div {
  min-width: 20px;
  color: #aaa;
}
.article_navi_wrap.pc > div > div:nth-of-type(1) > div > i {
  margin: 0 5px 0 0;
}
.article_navi_wrap.pc > div > div:nth-of-type(1) > a {
  display: grid;
  grid-template-columns: auto auto 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  gap: 15px;
}
.article_navi_wrap.pc > div > div:nth-of-type(1) > a:hover {
  opacity: 0.8;
}
.article_navi_wrap.pc > div > div:nth-of-type(1) > a > div:nth-of-type(1) {
  min-width: 20px;
}
.article_navi_wrap.pc > div > div:nth-of-type(1) > a > div:nth-of-type(1) > i {
  font-size: 32px;
  color: #ccc;
}
.article_navi_wrap.pc > div > div:nth-of-type(1) > a > div:nth-of-type(2) > span {
  position: absolute;
  display: block;
  font-size: 12px;
  margin: 0 0 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100px;
  text-align: center;
  padding: 2px 0;
}
.article_navi_wrap.pc > div > div:nth-of-type(1) > a > div:nth-of-type(2) > img {
  display: block;
  width: 100px;
  height: auto;
}
.article_navi_wrap.pc > div > div:nth-of-type(1) > a > div:nth-of-type(3) {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  padding: 0 20px 0 10px;
}
.article_navi_wrap.pc > div > div:nth-of-type(2) {
  text-align: center;
  background-color: #fff;
}
.article_navi_wrap.pc > div > div:nth-of-type(2) > a {
  display: block;
  text-decoration: none;
  color: skyblue;
  border: 1px solid #a2cde3;
  height: 50px;
  padding: 0 15px;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 50px;
}
.article_navi_wrap.pc > div > div:nth-of-type(2) > a > i {
  min-width: 21px;
  margin: 0 5px 0 0;
  font-size: 18px;
}
.article_navi_wrap.pc > div > div:nth-of-type(2) > a > span {
  font-size: 18px;
}
.article_navi_wrap.pc > div > div:nth-of-type(3) {
  text-align: right;
}
.article_navi_wrap.pc > div > div:nth-of-type(3) > div {
  color: #aaa;
  min-width: 20px;
}
.article_navi_wrap.pc > div > div:nth-of-type(3) > div > i {
  margin: 0 0 0 5px;
}
.article_navi_wrap.pc > div > div:nth-of-type(3) > a {
  display: grid;
  grid-template-columns: 1fr auto auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  gap: 15px;
}
.article_navi_wrap.pc > div > div:nth-of-type(3) > a:hover {
  opacity: 0.8;
}
.article_navi_wrap.pc > div > div:nth-of-type(3) > a > div:nth-of-type(1) {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  padding: 0 10px 0 20px;
  text-align: left;
  text-align: right;
}
.article_navi_wrap.pc > div > div:nth-of-type(3) > a > div:nth-of-type(2) > span {
  position: absolute;
  display: block;
  font-size: 12px;
  margin: 0 0 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100px;
  text-align: center;
  padding: 2px 0;
}
.article_navi_wrap.pc > div > div:nth-of-type(3) > a > div:nth-of-type(2) > img {
  display: block;
  width: 100px;
  height: auto;
}
.article_navi_wrap.pc > div > div:nth-of-type(3) > a > div:nth-of-type(3) {
  min-width: 20px;
}
.article_navi_wrap.pc > div > div:nth-of-type(3) > a > div:nth-of-type(3) > i {
  font-size: 32px;
  color: #ccc;
}
.article_navi_wrap.mobile {
  padding: 0 15px;
}
.article_navi_wrap.mobile > div {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 50px 0;
  padding: 15px 0;
  background-color: #fafafa;
  border-radius: 3px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.article_navi_wrap.mobile > div > div {
  text-align: center;
}
.article_navi_wrap.mobile > div > div:nth-of-type(1) > div {
  color: #aaa;
}
.article_navi_wrap.mobile > div > div:nth-of-type(1) > div > span {
  margin: 0 0 0 5px;
}
.article_navi_wrap.mobile > div > div:nth-of-type(1) > a > span {
  position: absolute;
  width: 80px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 1px 0;
}
.article_navi_wrap.mobile > div > div:nth-of-type(1) > a > img {
  width: 80px;
  height: 80px;
  vertical-align: bottom;
}
.article_navi_wrap.mobile > div > div:nth-of-type(2) > a {
  font-size: 14px;
  font-weight: bold;
  color: skyblue;
  border: 1px solid #a2cde3;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  display: block;
  vertical-align: bottom;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0 15px;
}
.article_navi_wrap.mobile > div > div:nth-of-type(3) > div {
  color: #aaa;
}
.article_navi_wrap.mobile > div > div:nth-of-type(3) > div > span {
  margin: 0 5px 0 0;
}
.article_navi_wrap.mobile > div > div:nth-of-type(3) > a > span {
  position: absolute;
  width: 80px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 1px 0;
}
.article_navi_wrap.mobile > div > div:nth-of-type(3) > a > img {
  width: 80px;
  height: 80px;
  vertical-align: bottom;
}

/*#region map_canvas*/
#map_canvas_wrap {
  position: relative;
}
#map_canvas_wrap #map_canvas {
  height: 300px;
}

#view_on_google_map {
  text-align: right;
  margin: 15px 0 0;
}
/*#endregion*/
/*#region この場所の投稿写真一覧*/
#post_photo_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}
@media screen and (max-width: 800px) {
  #post_photo_wrap {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  }
}
#post_photo_wrap > img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
#post_photo_wrap > img:hover {
  opacity: 0.8;
}

#post_photo_swiper_wrap #main_swiper {
  width: 100%;
  height: 300px;
  background-color: #000;
  margin-bottom: 10px;
}
#post_photo_swiper_wrap #main_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
#post_photo_swiper_wrap #main_swiper .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#post_photo_swiper_wrap #main_swiper .swiper-lazy-preloader {
  border-color: #fff;
  border-top-color: transparent;
}
#post_photo_swiper_wrap #thumbs_swiper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 0;
}
#post_photo_swiper_wrap #thumbs_swiper .swiper-slide {
  width: 50px;
  height: 50px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s;
}
#post_photo_swiper_wrap #thumbs_swiper .swiper-slide:hover {
  opacity: 0.8;
}
#post_photo_swiper_wrap #thumbs_swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #0097fb;
  box-sizing: border-box;
}
#post_photo_swiper_wrap #thumbs_swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post_photo_details_wrap {
  margin: 10px 0 15px;
  font-size: 12px;
}
.post_photo_details_wrap > table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.post_photo_details_wrap > table > tbody > tr > td {
  border: 1px solid #888;
  padding: 5px;
}
.post_photo_details_wrap > table > tbody > tr > td:nth-of-type(1) {
  width: 60px;
  background-color: #eee;
}
.post_photo_details_wrap > table > tbody > tr > td:nth-of-type(2) .shooting_date_wrap {
  display: flex;
  gap: 5px;
}

.post_photo_map_wrap #map_canvas_wrap {
  border: 1px solid #000;
}

.details_map_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.details_map_wrap .post_photo_details_wrap {
  margin: 0;
}

/*#post_photo_wrap:after {
    clear: both;
    display: block;
    content: "";
}

#post_photo_wrap img {
    display: block;
    float: left;
    border: 3px solid #fff;
    width: 130px;
    cursor: pointer;
}

#post_photo_wrap img:hover {
    border: 3px solid #0097fb;
}
*/
/*#endregion*/
/*#region この場所の説明*/
.item_wrap {
  margin: 0 0 50px;
}
.item_wrap > p {
  background-color: #fafafa;
  text-shadow: 1px 1px 0 #ccc;
  padding: 10px;
  margin: 0 0 10px;
}
.item_wrap > p > span {
  font-size: 12px;
}
.item_wrap > span {
  padding: 0 10px;
  font-size: 14px;
}
.item_wrap > table {
  border-collapse: collapse;
  font-size: 14px;
}
.item_wrap > table tr td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.item_wrap > table tr td:nth-child(1) {
  background-color: #fafafa;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
}
.item_wrap > div {
  padding: 0 10px 10px;
  line-height: 22px;
  font-size: 14px;
}
.item_wrap > div > strong {
  display: block;
  text-decoration: underline;
  margin: 0 0 15px;
  padding: 0;
  font-size: 18px;
}
#facebook_comment_wrap {
  padding-right: 50px;
}

/*#endregion*/
/*#region ソーシャルボタン*/
#article_bottom_social_buttons_wrap {
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px dashed #aaa;
  padding: 15px 15px 0;
  width: 100%;
  min-height: 100px;
  box-sizing: border-box;
  background-color: #eee;
  border-radius: 5px;
}
#article_bottom_social_buttons_wrap > div {
  margin: 0 15px 25px 0;
}
#article_bottom_social_buttons_wrap div a span {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url("/Images/Shared/LayoutMap/social_buttons.png");
}

#article_bottom_social_buttons_wrap div:nth-child(2) span {
  background-position: -40px top;
}

#article_bottom_social_buttons_wrap div:nth-child(3) span {
  background-position: -80px top;
}

#article_bottom_social_buttons_wrap div:nth-child(4) span {
  background-position: -120px top;
}

#article_bottom_social_buttons_wrap div:nth-child(5) span {
  background-position: -160px top;
}

#article_bottom_social_buttons_wrap div:hover {
  opacity: 0.9;
}

/*#endregion*/
/*#region フォトギャラリー*/
#photo_gallery_wrap {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200000;
  display: none;
  grid-template-rows: 100px 1fr auto auto;
  grid-template-columns: 1fr;
  gap: 15px;
  justify-content: center;
  text-align: center;
}
#photo_gallery_wrap > div:nth-of-type(1) {
  background-color: rgba(0, 0, 0, 0.2);
}
#photo_gallery_wrap > div:nth-of-type(2) {
  padding: 15px;
  position: relative;
}
#photo_gallery_wrap > div:nth-of-type(2) > div {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
#photo_gallery_wrap > div:nth-of-type(2) > div > img {
  background-image: url("https://hinode.pics/images/Common/loading_002.gif");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#photo_gallery_wrap > div:nth-of-type(3) {
  background-color: #e00;
  color: #fff;
  width: 100px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 10px;
  cursor: pointer;
}
#photo_gallery_wrap > div:nth-of-type(3):hover {
  background-color: #f00;
}
#photo_gallery_wrap > div:nth-of-type(4) {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  background-color: #eee;
}
#photo_gallery_wrap > div:nth-of-type(4) > img {
  width: 50px;
  height: auto;
}
#photo_gallery_wrap > div:nth-of-type(4) > img:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  #photo_gallery_wrap > div:nth-of-type(4) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background-color: #eee;
    text-align: center;
  }
  #photo_gallery_wrap > div:nth-of-type(4) > img {
    width: 100%;
    height: auto;
    padding: 2px;
    box-sizing: border-box;
  }
}

#related_articles_wrap {
  background-color: #fcfcfc;
  max-width: 900px;
}

/*#endregion*/
/*#region PostViewer設定 (Photo.cshtml専用) */
#postviewer-detail-link {
  display: none !important;
}

/*#endregion*/
