@charset "UTF-8";
/* CSS Document */

/* =========================
   SNS
   ========================= */
.article_sns_share ul {
  text-align: center;
  background-color: #f7f7f7;
  padding: 1%;
  border-radius: 5px;
}

.article_sns_share ul li {
  display: inline;
}

.article_sns_share ul li a {
  display: inline-block;
  width: 32%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}

.article_sns_share ul li img {
  margin-top: 8px;
  margin-right: 8px;
}

.article_sns_share ul .btn_share_fb a {
  background-color: #3266f6;
}

.article_sns_share ul .btn_share_x a {
  background-color: #15171a;
}

.article_sns_share ul .btn_share_line a {
  background-color: #06c755;
}

/* =========================
   article_header
   ========================= */
.article_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-align: center;
}

#article_header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#article_header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.article_header h1,
.article_header p {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.article_header h1 {
  font-size: 28px;
  font-weight: bold;
}

.article_header p {
  font-size: 14px;
}

/* =========================
   #entry-post
   ========================= */
#entry-post {
  margin: 40px 0;
}

section[id="entry-post"] {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

section[id="entry-post"] .post {
  box-sizing: border-box;
  width: 25%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.post-image {
  width: 240px;
  height: 135px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.post-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.post-data {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.post-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.post-area {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 12px;
}

.post-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("images/ico_place.png") no-repeat center center;
  background-size: contain;
}

.post-desc {
  margin-bottom: 10px;
  min-height: 70px;
  font-size: 12px;
}

.post .star-rating {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 1em;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1;
}

.post .star-rating-front,
.post .star-rating-back {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-size: 14px;
}

.post .star-rating-front {
  z-index: 2;
  overflow: hidden;
  color: #222;
}

.post .star-rating-back {
  z-index: 1;
  color: #f7f7f7;
}

.post-button {
  margin-top: auto;
  margin-bottom: 25px;
}

.post-button.overwhite a {
  display: inline-block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 100px;
  background-color: #88be43;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.post-button.overwhite a:hover {
  background: linear-gradient(to top right, #9dce5e, #42916e);
}

/* =========================
   nav_panel
   ========================= */
.nav_panel a {
  float: left;
  display: inline-block;
  width: 43%;
  padding: 2%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
}

.nav_panel li a:hover {
  background-color: #f7f7f7;
  border: 1px solid #222;
}

/* =========================
   nav_link_campsite
   ========================= */
section h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
}

.nav_link_campsite {
  position: relative;
  height: 150px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
}

.nav_link_campsite_cover {
  height: 150px;
  border-radius: 4px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 1) 100%
  );
}

.nav_link_campsite dl {
  height: 60px;
  padding-top: 90px;
  padding-left: 2%;
  padding-right: 2%;
  color: #fff;
}

.nav_link_campsite dt {
  font-size: 18px;
  font-weight: 700;
}

.nav_link_campsite dd {
  font-size: 14px;
  background-image: url("./images/ico_arrow_right.png");
  background-repeat: no-repeat;
  background-position: right center;
}

/* =========================
   nav_campsite_card_single
   ========================= */
.nav_campsite_card_single {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}

.nav_campsite_card_single:hover {
  background-color: #f7f7f7;
  border: 1px solid #222;
}

.nav_campsite_card_single a {
  display: block;
  color: #222;
}

.nav_campsite_card_single dt {
  float: left;
  margin-right: 20px;
}

.nav_campsite_card_single .nav_campsite_card_image {
  width: 240px;
}

.nav_campsite_card_single .nav_campsite_card_image img {
  width: 100%;
  border-radius: 8px;
}

.nav_campsite_card_single .nav_campsite_card_name {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.nav_campsite_card_single .nav_campsite_card_place,
.nav_campsite_card_single .nav_campsite_card_review,
.nav_campsite_card_single .nav_campsite_card_fav {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 14px;
}

.nav_campsite_card_single li {
  display: inline-block;
}

.nav_campsite_card_single .nav_campsite_card_button {
  float: right;
  width: 140px;
  height: 48px;
  margin-top: 10px;
  border-radius: 100px;
  background-color: #01c200;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}

/* =========================
   nav_campsite_card
   ========================= */
.nav_campsite_card a {
  color: #222;
}

.nav_campsite_card .nav_campsite_card_warap_list {
  display: flex;
  justify-content: space-between;
}

.nav_campsite_card .nav_campsite_card_list {
  width: 240px;
}

.nav_campsite_card .nav_campsite_card_image {
  margin-bottom: 8px;
}

.nav_campsite_card .nav_campsite_card_image img {
  border-radius: 8px;
}

.nav_campsite_card .nav_campsite_card_name {
  font-size: 16px;
  font-weight: 700;
}

.nav_campsite_card li dd {
  margin-bottom: 8px;
}

.nav_campsite_card .nav_campsite_card_place,
.nav_campsite_card .nav_campsite_card_review,
.nav_campsite_card .nav_campsite_card_fav {
  font-size: 14px;
  line-height: 14px;
}

.nav_campsite_card .nav_campsite_card_inline_list li {
  display: inline-block;
}

#article_contents .nav_campsite_card {
  margin-top: 20px;
  margin-bottom: 20px;
}

#article_contents .nav_campsite_card .nav_campsite_card_warap_list {
  overflow-x: scroll;
}

#article_contents .nav_campsite_card .nav_campsite_card_list {
  margin-right: 20px;
}

/* ================================================================================
   mobile max-width:979px
   =============================================================================== */
@media screen and (max-width: 979px) {
  section h3 {
    font-size: 18px;
  }
.article_header {
  height: 250px;
}  
  
  .article_header h1 {
  font-size: 24px;
}

.article_header p {
  font-size: 12px;
}

  .nav_panel li a {
    float: none;
    width: 92%;
    padding: 4%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .nav_campsite_card_single {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_campsite_card_single .nav_campsite_card_name {
    font-size: 14px;
  }

  .nav_campsite_card_single .nav_campsite_card_image {
    width: 300px;
    margin-bottom: 10px;
  }

  .nav_campsite_card_single .nav_campsite_card_image img {
    width: 100%;
    border-radius: 8px;
  }

  .nav_campsite_card_single dt {
    float: none;
    margin-right: 0;
  }

  .nav_campsite_card_single .nav_campsite_card_button {
    float: none;
    width: 100%;
  }

  .nav_campsite_card .nav_campsite_card_warap_list {
    overflow-x: scroll;
  }

  .nav_campsite_card .nav_campsite_card_list {
    margin-right: 20px;
  }
  section[id="entry-post"] {
    display: block;
    margin: 0 0 40px;
  }

  section[id="entry-post"] .post {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding:0px;
  }

  .post-image {
    width: 100%;
    height: 135px;
    margin-bottom: 30px;
    border-radius: 8px; 
    border-radius: 8px;
  }

  .post-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .post-title {
    font-size: 18px;
  }

  .post-desc {
    min-height: auto;
  }

  .post-button.overwhite a {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
	
 #single_entry-selection ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  #single_entry-selection ul li {
    flex: 0 0 240px;
    list-style: none;
    scroll-snap-align: start;
	height: 135px;
  }
  #single_entry-selection ul li dl {
    position: relative;
    width: 240px;
    height: 135px;       
    border-radius: 12px;
    overflow: hidden;
    margin: 0; 
    padding: 0;
  }
  #single_entry-selection ul li dl a {
    display: block;
    width: 100%;
    height: 100%; 
  }
  #single_entry-selection ul li dd {
    margin: 0;
    padding: 0;
  }

  #single_entry-selection ul li dd img {
    width: 240px;
    height: 135px;
    object-fit: cover;
    display: block;
  }
  #single_entry-selection ul li dt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.55) 0%,
      rgba(0,0,0,0.00) 80%
    );
  }
	
}
