@charset "UTF-8";
/* CSS Document */

/* TOPボタン */
.saidnav__wrap .s_top {
  background-color: #8e1011;
}

/*=================
 ナビ
 =================*/

/* ===== 共通 ===== */

.powerspot-nav__wrap {
  width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.powerspot-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.powerspot-nav .nav-item {
  border: 1px solid #fff;
}

.powerspot-nav a,
.powerspot-nav button {
  display: block;
  padding: 12px 5px;
  text-decoration: none;
  color: #fff;
  background-color: #8e1011;
  border: 0;
  font: inherit;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
}

.powerspot-nav button {
  width: 100%;
}

.powerspot-nav a:hover,
.powerspot-nav button:hover {
  background: #e77c7c;
}

.nav-list .nav-item a::before,
.nav-list .nav-item .w_research::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 1.2rem;
  height: 1.2rem;
}

.nav-list .submenu a::before {
  content: none;
}

.w_top:before {
  background-image: url(/shikitabi/special_powerspot/img/top/torii.svg);
}
.w_ranking:before {
  background-image: url(/shikitabi/special_powerspot/img/top/oukan.svg);
}

.w_research:before {
  background-image: url(/shikitabi/special_powerspot/img/top/sarch.svg);
}

.w_similarContents:before {
  background-image: url(/shikitabi/special_powerspot/img/top/pin.png);
}

/* ===== レイアウト（SP:2列 / PC:4列）===== */
.nav-list {
  display: grid;
  /* gap: 8px; */
}

@media (max-width: 767px) {
  .powerspot-nav__wrap {
    width: auto;
    /* margin: 0 auto;
  padding-left: 0;
  padding-right: 0; */
  }

  .nav-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .nav-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .powerspot-nav {
    margin-top: 0px;
  }
}

/* ===== サブメニュー 共通 ===== */
.has-submenu {
  position: relative;
  /* width: 100%; */
}

.submenu {
  /* hidden属性がついていればブラウザが非表示にする。念のため */
  margin-top: 4px;
}

.submenu li {
  border-top: 1px solid #fff;
}

/* ===== SP：アコーディオン ===== */
@media (max-width: 767px) {
  .submenu-toggle::after {
    content: "＋";
    float: right;
  }
  .submenu-toggle[aria-expanded="true"]::after {
    content: "－";
  }

  /* SPは縦にインデント */
  .submenu {
    padding-left: 12px;
  }
}

/* ===== PC：hoverドロップダウン ===== */
@media (min-width: 768px) {
  /* PCではボタンの見た目をリンクっぽく */
  .submenu-toggle::after {
    content: "+";
    margin-left: 8px;
    font-size: 0.8em;
  }

  /* ドロップダウンの箱 */
  .submenu {
    position: absolute;
    /* top: calc(100% + 4px); */
    left: 0;
    min-width: 240px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 100;
    padding: 8px 0;
    margin-top: 0;
  }

  .submenu a {
    padding: 10px 14px;
  }

  /* PCは基本閉じる（hiddenでも閉じるが、hover用にdisplayでも制御） */
  .submenu[hidden] {
    display: none;
  }

  /* hoverで表示 */
  .has-submenu:hover .submenu {
    display: block;
    width: 100%;
  }

  .powerspot-nav a,
  .powerspot-nav button {
    font-size: 1rem;
  }
}

/* =============
通常ナビ
=================*/

/* .l-orange .nav {
  background-color: #8e1011;
} */

/* .l-orange .nav li .navList::after {
  border-top: 10px solid #8e1011;
} */

.nav li .search_nav:before {
  background-image: url(/shikitabi/images/special/common/similarContents_icon.png);
}

.nav li .similarContents_nav:before {
  background-image: url(/shikitabi/special_powerspot/img/top/pin_pc.png);
}

@media (min-width: 768px) {
  .nav li {
    /* color: #fff;
    border-left: solid 1px #fff; */
    width: calc(100% / 5);
    justify-content: center;
  }

  /* .nav li .navList {
    color: #fff;
  } */

  /* .nav li .search_nav:before {
    background-image: url(/shikitabi/special_powerspot/img/top/sarch.svg);
  }

  .nav li .tourList_nav:before {
    background-image: url(/shikitabi/images/tour_2021/details_icon.png);
  }

  .nav li .point_nav:before {
    background-image: url(/shikitabi/images/tour_2021/point_icon.png);
  }

  .nav li .similarContents_nav:before {
    background-image: url(/shikitabi/special_powerspot/img/top/pin.png);
  } */

  /* .l-orange .nav li .navList::after {
    border-top: 10px solid #8e1011;
    border-top: 10px solid #fff;
  } */
  /* .nav li:last-child {
    border-right: solid 1px #fff;
  } */
}

/*=================
 新着　パワスポオリジナル
 ==================*/

#page_shikitabi #news .l-wContainer .news_wrap {
  border-left: 2px solid #e1d2ab;
}

#page_shikitabi #news .l-wContainer .news_wrap .label.osusume {
  background-color: #ebcc7b;
}

#page_shikitabi #news .l-wContainer .news_wrap .label.yoyaku {
  background-color: #a7bd79;
}

#page_shikitabi #news .l-wContainer .news_wrap .label.new {
  background-color: #e77c7c;
}

#page_shikitabi #news .l-wContainer .news_wrap .label.notice {
  background-color: #dd9bad;
}

#page_shikitabi #news .l-wContainer .news_wrap .label.renewal {
  background-color: #90b7cd;
}

/*=================
 冒頭文
 ==================*/

.l-orange .attractive .advice__txt {
  background-color: #fff2f2;
}

.l-orange .attractive .em_s,
.l-red .attractive .em_s {
  border-bottom: none;
  color: #8e1011;
}

/*=================
 注目パワスポ
 ==================*/

.tourList h3.ttl_sec {
  display: flex;
  display: -ms-flex;
  align-items: center;
  height: 60px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;

  padding: 3px 5px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.tourList h3.ttl_sec::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 1.8rem;
  height: 1.8rem;
}

.tourList__wrap h2.ttl_sec:before {
  background-image: url(/shikitabi/special_powerspot/img/top/b_torii.svg);
}

.tourList h3.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/tourList_icon.png);
}

#tourList_wrap .footer_attractive {
  background-color: #fdf6e5;
  padding-top: 0;
}

.l-orange .tourList {
  background-color: transparent;
}

.attentionPw__nav {
  margin: 20px 0;
}

/* 赤 */
#tourList {
  /* background-color: #fff5f2; */
  background-color: #f7f0dd;
}

.l-orange .tourList__nav a {
  background-color: transparent;
}

#tourList .tourList__nav a {
  background-color: #dd9bad;
}

#tourList .tourListPlan__ttl {
  border-left: solid 5px #dd9bad;
}

#tourList .tourCard__icon__month {
  border: 1px solid #dd9bad;
  color: #dd9bad;
}

#tourList .tourCard__btn {
  background-color: #dd9bad;
}

/* 緑 */
#tourList2 {
  /* background-color: #f8ffea; */
  background-color: #f7f0dd;
}

#tourList2 .tourList__nav a {
  background-color: #a7bd79;
}

#tourList2 .tourListPlan__ttl {
  border-left: solid 5px #a7bd79;
}

#tourList2 .tourCard__icon__month {
  border: 1px solid #a7bd79;
  color: #a7bd79;
}

#tourList2 .tourCard__btn {
  background-color: #a7bd79;
}

/* オレンジ */
#tourList3 {
  /* background-color: #fdf6e5; */
  background-color: #f7f0dd;
}

#tourList3 .tourList__nav a {
  background-color: #ebcc7b;
}

#tourList3 .tourListPlan__ttl {
  border-left: solid 5px #ebcc7b;
}

#tourList3 .tourCard__icon__month {
  border: 1px solid #ebcc7b;
  color: #ebcc7b;
}

#tourList3 .tourCard__btn {
  background-color: #ebcc7b;
}

.tab-2 label:has(:checked) + div {
  display: block;
}

@media screen and (min-width: 768px) {
  .tourList__wrap {
    background-color: #fff;
    padding: 40px 0;
  }

  .tab-2 > label {
    max-width: 100%;
    font-size: 1.2em;
  }

  .tab-2 {
    max-width: none;
    width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    /* margin: 0 auto; */
  }

  /* .tourList .l-wContainer {
    width: 950px;
  } */

  /* .tourList__cg {
    width: 950px;
    margin: 0 auto;
  } */

  /* .tourList .lineup__card {
    width: calc((950px - 40px) / 3);
  } */

  .attentionPw__nav {
    display: flex;
    margin: 40px 0;
  }

  .attentionPw__nav li + li {
    margin-left: 25px;
  }
}

/* =======
神社を探す
==========*/

.search h2.ttl_sec:before {
  background-image: url(/shikitabi/images/special/common/similarContents_icon.png);
}

.search__wrap li {
  margin: 30px;
  background-color: #f7f0dd;
  padding: 20px 35px 20px 35px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  height: 100%;

  border-radius: 3px;
  box-shadow: 5px 6px 8px -4px rgba(0, 0, 0, 0.4);
}

.search__wrap li::after {
  content: "";
  position: absolute;
  /* margin-top: 6px; */
  border-top: 2px solid #8e1011;
  border-right: 2px solid #8e1011;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  right: 1.5rem;
  top: 40%;
}

.search__wrap li p {
  display: block;
  height: 100%;
  color: #8e1011;
  text-align: center;
}

.search__wrap li .small_txt {
  font-size: 0.8rem;
  font-weight: normal;
}

.search__wrap li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 2.3rem;
  height: 2.3rem;
  left: 1.2rem;
  top: 32%;
}

.attribute_btn::before {
  background-image: url(/shikitabi/special_powerspot/img/top/suisyo_icon.png);
}

.goriyaku_btn::before {
  background-image: url(/shikitabi/special_powerspot/img/top/omamori_icon.png);
}

.ranking_btn::before {
  background-image: url(/shikitabi/special_powerspot/img/top/okan_icon.png);
}

.trii_btn::before {
  background-image: url(/shikitabi/special_powerspot/img/top/torii_icon.png);
}

/* .search__btn {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #eb8f00;
  border: 1px solid #eb8f00;
  border-radius: 0.5rem;
  position: relative;
  margin: 20px auto;
  width: 250px;
} */

.search__btn a {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;

  border-radius: 0.5rem;
  position: relative;
  margin: 20px auto;
  width: 250px;
  position: relative;
  background-color: #8e1011;
  box-shadow: 5px 6px 6px -3px rgba(0, 0, 0, 0.4);
}

.search__btn a::after {
  content: "";
  position: absolute;
  margin-top: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 1rem;
  top: 0.7rem;
}

@media (min-width: 768px) {
  .search__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .search__wrap li {
    width: calc(100% / 4 - 30px);
    margin: 15px;
  }

  .search__wrap li + li {
    margin-left: 20px;
  }

  .search__btn a {
    width: 400px;
  }
}

/* ==========
SNS
============ */

.sns h2.ttl_sec:before {
  background-image: url(/shikitabi/images/tour_2021/recommendation_icon_pc.png);
}

.sns_wrap {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.sns_wrap li {
  width: 50px;
  padding: 5px;
}

.sns .btn a {
  display: block;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;

  border-radius: 0.5rem;
  position: relative;
  margin: 0 auto;
  width: 250px;
  position: relative;
}

.sns .btn a::after {
  content: "";
  position: absolute;
  margin-top: 6px;

  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 1rem;
  top: 0.7rem;
}

.sns .btn.orange a {
  color: #fff;
  /* border: 1px solid #ebcc7b; */
  background-color: #ebcc7b;
}
.sns .btn.orange a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sns .btn.green a {
  color: #fff;
  /* border: 1px solid #86bb21; */
  background-color: #a7bd79;
}

.sns .btn.green a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sns .btn .btn_txt {
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
}

.sns .btn.orange .btn_txt {
  color: #eb8f00;
}

.sns .btn.green .btn_txt {
  color: #86bb21;
}

.sns .btn {
  margin: 20px 0;
}

.sns__txt .em_s {
  color: #8e1011;
  line-height: 2rem;
  font-style: normal;
  font-weight: bold;
}

@media (min-width: 768px) {
  .sns .btn__wrap {
    display: flex;
    justify-content: center;
  }

  .sns .btn {
    margin: 0px 20px;
  }
}

/* =========
関連特集
=========== */

.similarContents h2.ttl_sec:before {
  background-image: url(/shikitabi/special_powerspot/img/top/pin_pc.png);
}

/* 戻るボタン */

.back-btn {
  display: none;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #eee;
  cursor: pointer;
  border: 1px solid #ccc;
}

.saidnav__wrap .back-btn {
  width: 55px;
  height: 55px;
  justify-content: center;
  font-size: 0.8rem;
}

/* =========
saidnav2
=========== */

.saidnav2 {
  position: fixed;
  right: 40px;
  bottom: 15%;
  z-index: 3;
  width: 30px;
}

.saidnav2 .saidnav__wrap2 {
  background-image: url(/shikitabi/special_powerspot/img/top/search_icon.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 53px;
  height: 62px;
  justify-content: center;

  display: inline-block;
}

.saidnav2 .saidnav__wrap2 a {
  font-size: 0.8rem;
  color: #8e1011;
  font-weight: bold;
  text-align: center;
  line-height: 1rem;
  padding-top: 13px;
  display: block;
}

@media (min-width: 768px) {
  .saidnav2 {
    right: 5vw;
    bottom: 20%;
  }
}
