/* ------------------
 ヘッダー
 ----------------- */
 #header {
  box-shadow: 0 1px 5px #bfbfbf;
  z-index: 100;
  position: relative;
}
.site-description {
  background: #FFB1CF;
  padding: 5px 0;
}
.header-title {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}
.header-content {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  padding: 5px 0;
  justify-content: flex-end;
}
.header-logo {
  max-width: 100px;
  padding-right: 10px;
  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;align-items: center;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
@media (max-width: 740px) {
  .header-logo {
    max-width: 110px;
    padding-right: 0;
    margin:0 auto;
  }
}
.header-navi__pc {
  display: none;
}
.header-menu {
  margin-left: auto;
}
@media (max-width: 740px) {
  .header-menu {
    margin-left:0;
  }
}
.header-navi__list {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  margin-right: -10px;
}
.header-navi__item {
  text-align: center;
  border-left: solid 1px #EBEBEB;
}
.header-navi__link {
  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;align-items: center;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  color: #333;
  text-decoration: none;
  padding: 5px 0;
}
.header-navi__list > li:last-of-type .header-navi__link {
  padding-right: 0;
}
.header-navi__icon {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.header-navi__icon > span {
  margin: 0 4px;
}

.header-navi__icon > .contact {
  background: url(../img/contact-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 23px;
  height: 20px;
}
.header-navi__icon > .history {
  background: url(../img/history-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}
.header-navi__icon > .star {
  background: url(../img/star-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}
.header-navi__icon > .mypage {
  background: url(../img/calender-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}
.header-navi__text {
  display:block;
  font-size: 10px;
  transform: scale(0.9);
  white-space: nowrap;
  margin-top: 4px;
}
.toggle-btn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle-btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #F45B96;
  transition: all .5s;
}
.toggle-btn span:nth-child(1) {
  top: 2px;
}
.toggle-btn span:nth-child(2) {
  top: 9px;
}
.toggle-btn span:nth-child(3) {
  bottom: 1px;
}
#page-main {
  padding-top: 10px;
}

/* WordPress_admin右上メニューを非表示 */
#wpadminbar .quicklinks .ab-top-secondary>li {
  display: none;
}
/* ヘッダー：日本語・英語切替フォーム */
.trp-ls-shortcode-current-language a::before{
  content:url(../img/b_01.png);
  display: inline-block;
  position: relative;
  top: 2px;
}
.site-description .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}
.language-form-wrap {
  /* display: none; */
  text-align: right;
}
.language-form {
  background-color: rgb(255, 255, 255);
  background-image: url(../img/b_01.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 4px;
  border: 2px solid #d1d1d1;
  border-radius: 4px;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 3px 12px 3px 20px;
  text-align: right;
  width: 95px;
}
.trp-language-switcher > div > a > img{
margin: 0;
}

@media (max-width: 740px) {
  .language-form-wrap {
    text-align: right;
  }
  .language-form {
    display: inline-block;
    padding: 2px 5px 2px 22px;
    width: 85px;
  }
}

@media (min-width: 600px) {
  .header-logo {
    max-width: 160px;
  }
  .header-title {
    font-size: 1.0rem;
  }
}
@media (min-width: 741px) {
  .header-content {
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }
  .header-navi__pc {
    display: block;
    padding-left: 15px;
  }
  .header-navi__pc__list {
    display: flex;
  }
  .header-navi__pc__list > li {
    margin: 0 .5em;
    font-weight: 600;
    font-size: 12px;
  }
  .header-navi__pc__list > li > a {
    text-decoration: none;
    color: #333;
  }
  .header-navi__list > li:last-of-type {
    display: none;
  }
  .header-navi__link {
    padding: 5px;
  }
  .header-navi__text {
    transform: scale(1);
  }
}

.trp-language-switcher > div > a {
  font-size: 12px;
  padding: 0;
}

.trp-language-switcher > div,
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  padding: 0;
}

.trp-language-switcher {
  height: auto;
  width: auto;
  text-align: center;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
  width: auto !important;
  min-width: 68px;;
}
.trp-language-switcher > div{
border: 3px solid #FFF;
}
.trp-ls-shortcode-language{
width: 70px !important;
}
.trp-ls-shortcode-language :first-child{
  margin-bottom: 6px;
}
/* ------------------
  TOP メインスライダー
 ----------------- */
.main-slider {
  position: relative;
}
.main-slider__item {
  position: relative;
  max-width: 1000px;
  width: 100%;
}
.main-slider__item > a > img {
  width: 100%;
}
.main-slider__item .pc.wp-post-image {
  height: 460px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slick-dots {
  bottom: 5px;
}
.main-slider__prev {
  appearance: none;
  position: absolute;
  top: 45%;
  left: 0;
  border: 0;
  background: #ffffff7a;
  padding: 20px 0;
  z-index: 1;
}
.main-slider__next {
  appearance: none;
  position: absolute;
  top: 45%;
  right: 0;
  border: 0;
  background: #ffffff7a;
  padding: 20px 0;
}
.main-slider__prev::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  transform: rotate(135deg);
}
.main-slider__next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  transform: rotate(-45deg);
}
@media(max-width:999px) {
  .section-mainslider {
    padding: 0 0 28px 0;
    background: #fafafa;
  }
  .section-mainslider .slick-dots {
    bottom: -28px;
  }
  .section-mainslider .slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #000;
  }
}
@media(min-width:1000px) {
  .main-slider {
    max-width: 1000px;
    margin: 0 auto;
  }
  .main-slider .slick-list {
    overflow: visible;
  }
  .main-slider .main-slider__item a img,
  .plan-slider .main-slider__item a {
    min-width: 1000px;
    max-width: 1000px;
    display: block;
  }
}

/* ------------------
  検索フォーム
 ----------------- */
.search-area {
  background: #FEF6F9;
  padding: 25px 0;
}
.search-area .tag-list{
  max-width: 880px;
  margin: 1em auto 0;
}

/* ------------------
  セクション 共通
 ----------------- */
.main-contents {
   /* padding-bottom: 20px; */
 }
.section-heading {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  padding-bottom: 10px;
}
.section-title {
  margin: 0;
  font-size: 1.8rem;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  font-weight: 600;
}
.panel-layout .section-title .section-inner-icon {
  margin-right: 5px;
  width: 30px;
}
.ranking-icon::before {
  content: "";
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../img/crown.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.feature-icon::before {
  content: "";
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../img/flag.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.activity-icon::before {
  content: "";
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../img/fish.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.particular-icon::before {
  content: "";
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../img/coconut.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.condition-icon::before {
  content: "";
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../img/loupe.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.column-icon::before {
  content: "";
  display: inline-block;
  min-width: 30px;
  height: 30px;
  background: url(../img/pen.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}
.title-line {
  width: 100%;
}
.title-line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #eee;
}
.title-line > span {
  white-space: nowrap;
  padding-right: 10px;
}

.section {
  padding: 0 0 40px 0;
}

/* ------------------
  投稿スライダー
 ----------------- */
.content-loop_inner {
  overflow: hidden;
  margin-right: -10px;
}
.content-loop_slider {
  position: relative;
  margin: 0;
  padding: 0 0 5px;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
.content-loop_slider::-webkit-scrollbar {
   height: 5px;
}
.content-loop_slider::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
}
.content-loop_slider::-webkit-scrollbar-thumb {
  background-color: rgb(194 194 195 / 50%);
  border-radius: 5px;
  box-shadow:0 0 0 3px rgba(255, 255, 255, .3);
}
.content-loop_slider > div {
  display: inline-block;
  white-space: normal;
  margin-right: 10px;
  width: 160px;
  vertical-align: top;
}

.section-surface_pickup .content-loop_slider .content-loop_post-thumb a img{
  width: 100%;
  height: 89px;
  object-fit: cover;
}
@media (min-width: 741px) {
  .content-loop_inner {
    margin-right: 0;
  }
}

/* ------------------
  ランキング
 ----------------- */

.tour-ranking .tour-ranking__list,
.section-page_ranking,
.section-archive_ranking,
.related-plan_ranking {
  counter-reset: number 0;
}
.tour-ranking .content-loop_slider > div,
.section-page_ranking .nocrack__item,
.section-page_ranking .nocrack__item_b,
.section-archive_ranking .nocrack__item,
.related-plan_ranking .nocrack__item {
  position: relative;
}
.tour-ranking .content-loop_slider > div::before,
.section-page_ranking .nocrack__item:nth-of-type(-n+30)::before,
.section-page_ranking .nocrack__item_b:nth-of-type(-n+30)::before,
.section-archive_ranking .nocrack__item:nth-of-type(-n+10)::before,
.related-plan_ranking .nocrack__item:nth-of-type(-n+10)::before {
  counter-increment: number 1;
  content: counter(number) "位";
  display: inline-block;
  background: #eee;
  color: #fff;
  font-size: 1rem;
  box-shadow: -10px -10px 30px -20px rgb(0 0 0 / 50%) inset, 0 0 5px 0px rgb(0 0 0 / 30%);
  -webkit-box-shadow: -10px -10px 15px -5px rgb(0 0 0 / 20%) inset, 0 0 5px 0px rgb(0 0 0 / 50%);
  font-weight: 600;
  padding: 0 5px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  word-break: keep-all;
  white-space: pre;
}
.section-page_ranking .nocrack__item:nth-of-type(-n+30)::before,
.section-archive_ranking .nocrack__item:nth-of-type(-n+10)::before,
.related-plan_ranking .nocrack__item:nth-of-type(-n+10)::before {
  height: 50px;
  width: 50px;
  left: 10px;
  font-size: 1.5rem;
}
.tour-ranking .content-loop_slider > div:first-of-type::before,
.section-page_ranking .nocrack__item:first-of-type::before,
.section-page_ranking .nocrack__item_b:first-of-type::before,
.section-archive_ranking .nocrack__item:first-of-type::before,
.related-plan_ranking .nocrack__item:first-of-type::before {
  background: #E3AF3A;
}
.tour-ranking .content-loop_slider > div:nth-of-type(2)::before,
.section-page_ranking .nocrack__item:nth-of-type(2)::before,
.section-page_ranking .nocrack__item_b:nth-of-type(2)::before,
.section-archive_ranking .nocrack__item:nth-of-type(2)::before,
.related-plan_ranking .nocrack__item:nth-of-type(2)::before {
  background: #ADADAD;
}
.tour-ranking .content-loop_slider > div:nth-of-type(3)::before,
.section-page_ranking .nocrack__item:nth-of-type(3)::before,
.section-page_ranking .nocrack__item_b:nth-of-type(3)::before,
.section-archive_ranking .nocrack__item:nth-of-type(3)::before,
.related-plan_ranking .nocrack__item:nth-of-type(3)::before {
  background: #AA845E;
}
.tour-ranking .tour-ranking__list .content-loop_post-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.section-page_ranking .nocrack__item_b:nth-of-type(-n+30)::before {
  height: 50px;
  width: 50px;
  left: 0;
  font-size: 1.5rem;
}
.section-page_ranking .single-page__title {
  padding: 10px 0 5px 0;
}

.plan_period_section {
  font-size: 1.2rem;
}
.plan_period_section .section_Label {
  background: #9e9e9e;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 0 8px 0 0;
  width: 18%;
  max-width: 80px;
  text-align: center;
}
.plan_period_section .plan_period:first-child {
  margin-bottom: 4px;
}
.plan_period {
  display: flex;
  align-items: baseline;
}
.section_desc {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
}

/* ------------------
  アクティビティから選ぶ
 ----------------- */
.tour-activity {
  background: url(../img/section-bg.png) no-repeat;
  background-size: cover;
  margin: 0 -10px;
  padding: 15px 10px 0 10px;
  margin-bottom: 40px;
}
.content-activity_inner {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
}
.content-activity_inner > div {
  width: 32%;
  padding-bottom: 10px;
}
.content-activity_inner::after {
  content: "";
  display: inline-block;
  width: 32%;
}
.content-activity_inner .wp-post-image {
  height: 70px;
  object-fit: cover;
}
@media (min-width: 600px) {
  .tour-activity {
    margin: 0 0 40px 0;
  }
  .content-activity_inner > div {
    width: 23%;
    padding-bottom: 10px;
  }
  .content-activity_inner::after {
    content: "";
    display: inline-block;
    width: 23%;
    order: 3;
  }
  .content-activity_inner::before {
    content: "";
    display: inline-block;
    width: 23%;
    order: 4;
  }
  .content-activity_inner .wp-post-image {
    height: 100px;
  }
}

/* ------------------
  条件から探す
 ----------------- */
.content-condition_inner {
  margin: 0 -10px;
}
.accordion-title {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  padding: 10px 10px;
  font-size: 1.4rem;
  border-top: solid 1px #d0d0d0;
}
.accordion-title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-bottom: 2px solid #84929B;
  border-right: 2px solid #84929B;
  transform: rotate(45deg);
  margin-top: -5px;
}
.accordion-title.active::after {
   transform: rotate(-135deg);
}
.accordion-content {
  /* display: none; */
  padding: 10px 15px 10px 15px;
  margin: 0;
  background: #FEF6F9;
  font-size: 1.4rem;
  line-height: 1.6;
}
.accordion-content .total-count {
  padding-bottom: 10px;
}
.condition-checkbox__list > li {
  display: inline-block;
  margin: 0 5px 0 0;
}
@media (max-width: 740px) {
  .accordion-content {
    visibility: hidden;
    height: 0;
    padding: 0 15px;
  }
  .accordion-title.active + .accordion-content {
    visibility: visible;
    height: auto;
    padding: 10px 15px 10px 15px;
  }
}
@media (min-width: 741px) {
  .accordion-content {
    display: block;
  }
  .accordion-title::after {
    content: none;
  }
  .content-condition_inner {
    margin: 0;
  }
  .accordion-content > .nocrack__wrap {
    margin: 0 -10px;
  }
}

/* SHUMMAKE-418 TOPページのこだわり条件部分のデザイン変更 */
.section-search_form_secondary .accordion-content{
  visibility: hidden;
  height: 0;
  padding: 0 15px;
}
.section-search_form_secondary .accordion-title::after {
  content: "";
}
.section-search_form_secondary .accordion-title.active + .accordion-content {
  visibility: visible;
  height: auto;
  padding: 10px 15px 10px 15px;
}

/* ------------------
  ツアーズコラム
 ----------------- */
.tour-column {
  background: #FEF6F9;
  padding: 20px 10px;
  margin: 0 -10px 40px -10px;
}
.content-loop_post-summary > .def-title {
  font-size: 1.4rem;
}
.def-info {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.def-info > p {
  font-size: 1.2rem;
  color: #6A6A6A;
  margin: 10px 0 0 0;
}
.section-column_header .page-heading {
  padding: 20px 0;
}
@media (min-width: 600px) {
  .content-loop_post-summary > .def-title {
    font-size: 1.2rem;
  }
  .def-info > p {
    font-size: 1.0rem;
  }
}
@media (min-width: 741px) {
  .tour-column {
    margin: 0 0 40px 0;
  }
  .section-column_header .page-heading {
    padding: 0;
  }
}

/* ------------------
  関連情報
 ----------------- */
.content-related_list {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
}
.content-related_list > li {
  width: 48%;
  padding: 0 0 10px 0;
}
@media (min-width: 600px) {
  .content-related_list > li {
    width: 23%;
  }
  .content-related_list::after {
    content: "";
    display: inline-block;
    width: 23%;
    order: 3;
  }
  .content-related_list::before {
    content: "";
    display: inline-block;
    width: 23%;
    order: 4;
  }
}

/* ------------------
  予約から参加までの流れ
 ----------------- */
.content-flow_list {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  counter-reset: number 0;
}
.content-flow_list > li {
  position: relative;
  width: 48%;
  padding: 0 0 10px 0;
}
.content-flow_list > li::before {
  counter-increment: number 1;
  content: counter(number) "";
  display: inline-block;
  background: #eee;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  width: 26px;
  height: 30px;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.tour-flow__title {
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}
.tour-flow__text {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .content-flow_list > li {
    width: 23%;
    padding: 0 0 10px 0;
  }
}

/* ------------------
  フッター
 ----------------- */
.footer-navi {
  background: #FEF6F9;
}
.footer-navi__list > li:not(:last-of-type) {
  border-bottom: solid 2px #fff;
}
.footer-navi__list > li > a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 10px 10px;
}
.copyright {
  display: block;
  text-align: center;
  padding: 10px 0;
  background: #585858;
  color: white;
}
@media (min-width: 741px) {
  .footer-navi {
    padding: 20px 0;
  }
  .footer-navi__list {
    max-width: 599px;
    margin: 0 auto;
    text-align: center;
  }
  .footer-navi__list > li {
    display: inline-block;
  }
  .footer-navi__list > li:not(:last-of-type) {
    border: 0;
  }
  .footer-navi__list > li a {
    font-size: 1.2rem;
  }
}

/* ------------------
  フッター（主要取引先一覧）
 ----------------- */
 .footer-box{
  width: min(100% - 15px, 1200px); 
  margin-inline: auto; 
  text-align: center;
  padding-top: 1em;
}
.footer-company{
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: center;
}
.footer-company-logo{
  display: flex; 
  align-items: flex-start; 
  justify-content: center;

}
.footer-company-logo{
  padding: 1em;
}

.footer-company-logo a{
  display: inline-block;
  max-width: 100%;
}
.footer-company-logo a img{
  display: block; 
  height: auto; 
  max-width: 100%;
}
.companytitle{
  font-size: 10px; 
  color: #999; 
  margin-top: 5px; 
  text-align: center;
}
.ocvb-item {
  display: grid;
  place-items: center;
}

@media screen and (max-width: 480px) {
  .footer-company{
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-text{
  border-bottom-style: solid;
  padding-bottom: 1em;
}
.footer-text{
  border-bottom-style: solid;
  font-size: 1.2rem;
}
.sp_br{
  display: none;
}
@media screen and (max-width: 480px) {
  .footer-text{
    font-size: 1.4rem
  }
  .sp_br{
    display: block;
  }
  .footer-company-logo{
    padding: 0 1em 0.5em 1em;
  }
}

/* ------------------
  フッター（被リンク）
 ----------------- */
#before-copyrights {
  padding: 25px 0;
}
.related-tours__title {
  font-size: 14px;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}
.related-tours__title::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3.66277 2.33723L5.32553 4L3.66277 5.66277' stroke='black' stroke-width='0.5' stroke-linecap='round'/%3E%3Ccircle cx='4' cy='4' r='3.75' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: 4px;
}
.related-tours__title__link {
  color: #000;
}
.related-tours__list {
  padding: 25px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}
.related-tours__item {
  font-size: 12px;
}
.related-tours__item:not(:last-of-type) {
  border-right: solid 1px #999;
  padding: 0 6px 0 0;
  margin: 0 6px 0 0;
}
.related-tours__item a {
  color: #999;
}

/* ------------------
  SNS情報
 ----------------- */
 .foter-sns-box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em;
  background-color: #ededed;
  gap:10px;
 }
 .foter-sns-item{

 }
 .foter-sns-pc{
  margin-left: 0.5em;
  color: #000;
  font-size: 80%;
}
.foter-sns-item a {
  display: flex;
  align-items: center;
}
.foter-sns-item .icon-image {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.sns-youtube {
  border-radius: 7px;
  background: #fff;
  padding: 0 4px;
}
.sns-x {
  border-radius: 7px;
  background: #000;
  padding: 7px;
}
 @media screen and (max-width: 480px) {
  .foter-sns-pc{
    display: none;
  }
 }


/* ------------------
  フッタースライダー
 ----------------- */
.footer-slider  {
  width: 100%;
}

.footer-slider__list {
  display: none;
}
.footer-slider__list.slick-initialized{
  display: block;
}

.footer-slider__item {
  padding-top: 3.109%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and ( max-width:480px ){
  .footer-slider__item {
    padding-top: 3.7314%;
  }
}

.footer-slider__item img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* ------------------
  プランページ
 ----------------- */
.page-header {
  padding: 10px 0 0 0;
}
.view_number {
  font-size: 14px;
  padding: 4px 8px 2px 8px;
  background-color: rgb(255, 214, 92);
  border-radius: 4px;
}
.reserv-box .view_number {
  margin-bottom: 5px;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1em;
}
.lowstock-text {
  color:red;
  font-weight: 600;
}

/* iconアニメーション START */
.lowstock-text.lowstock-animation {
  animation-name: lowstock-animation;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: 3;
}
@keyframes lowstock-animation {
  0% { -webkit-transform: rotate(0deg); }
  55% { -webkit-transform: rotate(0deg); }
  60% { -webkit-transform: rotate(-10deg); }
  65% { -webkit-transform: rotate(8deg); }
  70% { -webkit-transform: rotate(-5deg); }
  75% { -webkit-transform: rotate(4deg); }
  80% { -webkit-transform: rotate(-3deg); }
  85% { -webkit-transform: rotate(2deg); }
  90% { -webkit-transform: rotate(-1deg); }
  95% { -webkit-transform: rotate(1deg); }
  100% { -webkit-transform: rotate(0deg); }
}

.btn-animation_01.active {
  animation: btn-animation_01 0.8s 3;
}
@keyframes btn-animation_01 {
  0% { transform:translateY(0px); }
  25% { transform:translateY(-5px); }
  100% { transform:translateY(0px); }
}

.btn-animation_02.active {
    animation: btn-animation_02 1.2s alternate;
}
@keyframes btn-animation_02 {
    0% { transform: scale(0.8, 1.4) translate(0%, -50%); }
    10% { transform: scale(0.8, 1.4) translate(0%, -15%); }
    20% { transform: scale(1.4, 0.6) translate(0%, 10%); }
    30% { transform: scale(0.9, 1.1) translate(0%, -8%); }
    40% { transform: scale(0.95, 1.2) translate(0%, -20%); }
    50% { transform: scale(0.95, 1.2) translate(0%, -8%); }
    60% { transform: scale(1.1, 0.9) translate(0%, 5%); }
    70% { transform: scale(1, 1) translate(0%, 0%); }
    100% { transform: scale(1, 1) translate(0%, 0%); }
}
/* iconアニメーション END */

.special-tag {
  display: inline-block;
  background: #F45B96;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px 10px;
  border-radius: 4px;
}
.single-plan .page-heading {
  font-size: 1.6rem;
  margin: 0;
}
.page-heading {
  font-size: 1.8rem;
  line-height: 1.4;
}
.review-wrap {
  border-bottom: solid 1px #E3E3E3;
  margin-bottom: 5px;
}
.page-header__review {
  /* margin-bottom: 5px; */
  padding: 0 10px 8px 10px;
  border-bottom: solid 1px #E3E3E3;
  cursor: pointer;
}
.review-average {
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
}
.highest-rating {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(45deg, #FFCD5A, #FD9A46);
  padding: 5px 6px;
  line-height: 1;
  margin-left: 10px;
}
.review-counts {
  font-size: 12px;
  margin-left: 10px;
  color: #007bff;
}
.review-counts-underline{
  text-decoration-line: underline;
}
.page-header__review .review {
  margin: 0;
  display: flex;
  align-items: center;
}
.page-header__review .review::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 auto;
  border-bottom: 2px solid #B5B5B5;
  border-right: 2px solid #B5B5B5;
  transform: rotate(45deg);
  margin-top: -5px;
}
.page-header__review.active .review::after {
  transform: rotate(-135deg);
  margin-top: 0;
}
.totalReview-box {
  border-bottom: solid 1px #E3E3E3;
  display: none;
}
.total-score {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
.score-label {
  font-size: 16px;
}
.score-number {
  font-size: 40px;
  font-weight: 600;
  color: #FBC110;
  margin-left: 10px;
}
.totalReview-box .review {
  display: flex;
  justify-content: center;
  align-items: center;
}
.other-score {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 10px;
}
.other-score__item {
  font-size: 12px;
  display: flex;
  margin: 0 15px;
}
.other-score__number {
  font-size: 12px;
  font-weight: 600;
  color: #FBC110;
  margin-left: 15px;
}
.page-linkBox {
  max-width: 600px;
  margin: 10px auto 10px auto;
}
.page-linkBox .btn {
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 740px) {
  .page-header__review {
    margin: 0 -10px 0 -10px;
  }
  .totalReview-box {
    margin: 0 -10px;
    padding: 0 10px;
  }
  .other-score {
    max-width: 200px;
    justify-content: space-between;
  }
  .other-score__item {
    font-size: 12px;
    width: 46%;
    display: flex;
    margin: 0;
  }
  .other-score__number {
    margin-left: auto;
  }
}
.page-header__review > p .review-star::before {
  font-size: 1.6rem;
}
.plan-slider {
  position: relative;
  padding-top: 10px;
}
.plan-slider__item {
  position: relative;
}
.plan-slider__item > a > img {
 width: 100%;
}
.plan-slider__prev {
 appearance: none;
 position: absolute;
 top: 45%;
 left: 0;
 border: 0;
 background: #ffffff7a;
 padding: 20px 0;
 z-index: 1;
}
.plan-slider__next {
 appearance: none;
 position: absolute;
 top: 45%;
 right: 0;
 border: 0;
 background: #ffffff7a;
 padding: 20px 0;
}
.plan-slider__prev::after {
 content: "";
 display: inline-block;
 width: 8px;
 height: 8px;
 margin: 0 10px;
 border-bottom: 2px solid #444;
 border-right: 2px solid #444;
 transform: rotate(135deg);
}
.plan-slider__next::after {
 content: "";
 display: inline-block;
 width: 8px;
 height: 8px;
 margin: 0 10px;
 border-bottom: 2px solid #444;
 border-right: 2px solid #444;
 transform: rotate(-45deg);
}
.premium-tag {
  position: absolute;
  top: 5px;
  right: 10px;
  max-width: 80px;
  width: 100%;
}
.slider-cover .premium-tag.is-beginner,
.slider-cover .premium-tag.is-advanced {
  max-width: 105px;
  top: 20px;
}
.plan-slider__price {
  position: absolute;
  right: 10px;
  bottom: 15px;
  background: rgba(255,255,255,.8);
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 5px 10px;
}
.plan-slider__price > p {
  margin: 0;
}
.slick-num {
  position: absolute;
  left: 10px;
  bottom: 15px;
  background: rgba(255,255,255,.8);
  font-size: 1.4rem;
  padding: 5px 10px;
}
/* ページナビ */
.page-nav-wrap{
  position: relative;
}
.page-nav {
  margin: 0 -10px;
}
.page-nav.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
  margin: 0;
  box-shadow: 0px 1px 2px #c7c7c7;
}
.page-nav .page-heading {
  display: none;
}
.page-nav.is_fixed .page-heading {
  padding: 10px;
  margin: 0;
  font-size: 1.6rem;
  border-bottom: solid 1px #eee;
}
.page-nav__list {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
  -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  border-bottom: solid 1px #eee;
}
.page-nav__plan .page-nav__item {
  text-align: center;
}
.page-nav__item > a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #F45B96;
  text-decoration: none;
  border-right: solid 1px #eee;
}
.page-nav__list .page-nav__item > a {
  display: block;
  padding: 10px 0;
  margin: 5px 0;
  height: calc(100% - 10px);
}
.page-nav__plan .page-nav__item:last-of-type > a {
  border-right: 0;
}
.reserv-box {
  padding: 20px 0;
}
.reserv-box.is_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff99;
  padding: 15px;
  z-index: 10;
}
.btn.reserv-btn {
  position: relative;
  padding: 8px 0px;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.reserv-btn::before {
  content: "";
  display: inline-block;
  background: url(../img/calender03-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 20px;
  margin-right: 10px;
}
.btn.reserv-btn.remove-icon::before {
  content: "";
  display: inline-block;
  background: none;
  width: 0;
  height: 0;
  margin-right: 0;
}
.reserv-btn-subtext{
  width: 192px;
  font-size: 0.8em;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
}
.reserv-btn-subtext::before,
.reserv-btn-subtext::after {
    position: absolute;
    top: 0;
    height: 1em;
    content: '';
}
.reserv-btn-subtext::before {
    border-left: solid 1px;
    top: 2px;
    left: 40px;
    transform: rotate(-30deg);
}
.reserv-btn-subtext::after {
    border-right: solid 1px;
    top: 2px;
    right: 40px;
    transform: rotate(30deg);
}
@media (min-width: 741px) {
  .cart-upper-part {
    margin-bottom: 30px;
    position: relative;
  }
}
@media (max-width: 740px) {
  .page-nav__plan .page-nav__item {
    width: 33%;
  }
  .page-nav__plan .page-nav__item:nth-of-type(4),
  .page-nav__plan .page-nav__item:nth-of-type(5) {
    flex: 1;
    border-top: solid 1px #eee;
  }
  .page-nav__two__rows .page-nav__item {
    width: 50%;
  }
  .page-nav__two__rows .page-nav__item:nth-of-type(3) {
    border-top: solid 1px #eee;
  }
  .page-nav__plan:not(.page-nav__two__rows) .page-nav__item:nth-of-type(3) > a,
  .page-nav__plan .page-nav__item:last-of-type > a {
    border-right: 0;
  }

  .premium-tag {
    max-width: 65px;
  }
  .reserv-btn-subtext{
    width: 160px;
  }
  .reserv-btn-subtext::before {
  left: 33px;
}
  .reserv-btn-subtext::after {
  right: 33px;
}
}

/* PC追従予約ボタン */
.pc-fixd-reserv {
  opacity: 0;
  visibility: hidden; 
  transition: opacity 1s ease, transform 1s ease; 
  position: fixed;
  width: 165px;
  bottom: 2em;
  right: 0;
  transform: translateX(50%);
  z-index: 1;
}
.pc-fixd-reserv.show {
  opacity: 1;
  visibility: visible; 
  transform: translateX(0%); 
}
.pc-fixd-reserv.hide {
  opacity: 0;
  transform: translateX(50%);
  transition: opacity 1s ease, transform 1s ease;
}
.pc-fixd-reserv .reserv-btn {
  flex-direction: column;
  padding: 1em 0;
}
.pc-fixd-reserv .reserv-btn-subtext {
  width: 150px;
}
.pc-fixd-reserv .reserv-btn-subtext::before {
  top: 3px;
  left: 20px;
}
.pc-fixd-reserv .reserv-btn-subtext::after {
  top: 3px;
  right: 20px;
}
.pc-fixd-reserv .btn.reserv-btn::before {
  display: none;
}
.pc-fixd-reserv .reserv-btn-text::before {
  content: "";
  display: block;
  background: url(../img/calender03-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  height: 32px;
  margin: 0.5em 0;
}
.reserv-btn-text {
  line-height: 120%;
}
@media (max-width: 1300px) {
  .pc-fixd-reserv {
    width: max-content;
  }
  .pc-fixd-reserv .reserv-btn {
    padding: 1em .5em;
  }
  .pc-fixd-reserv .reserv-btn-subtext::before {
    left: 10px;
  }
  .pc-fixd-reserv .reserv-btn-subtext::after {
    right: 10px;
  }
  .pc-fixd-reserv .reserv-btn-subtext {
    font-size: .8vw;
    width: max-content;
    padding: 0 1.5em;
  }
  .reserv-btn-text {
    font-size: 1vw;
  }
}
@media (max-width: 1099px) {
  .pc-fixd-reserv,
  .pc-fixd-reserv.show {
    display: none;
  }
}


/* ページタイトル */
.page-title {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin: 10px 0;
}
.page-title__premium.tag-premium::before {
  content: "";
  display: inline-block;
  background: url(../img/present-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 35px;
  margin-right: 10px;
}
.page-title__premium.tag-beginner::before,
.page-title__premium.tag-advanced::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 22px;
  margin-right: 5px;
}
.page-title__premium.tag-beginner::before {
  background: url(../img/label-beginner-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.page-title__premium.tag-advanced::before {
  background: url(../img/label-advanced-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
/* プレミアムプランとは */
.premium-content {
  background: #FEF6F9;
  padding: 15px 15px 5px;
  margin: 0 0 20px 0;
  font-size: 1.4rem;
}
/* テーブルスタイル */
.page-table {
  width: 100%;
  border-spacing: 0;
  border-top: solid 1px #eee;
  border-right: solid 1px #eee;
  margin: 0 0 20px 0;
}
.page-table th {
  background: #eee;
  color: #fff;
  width: 30%;
  vertical-align: top;
  text-align: left;
}
.page-table td {
  background: #fff;
}
.page-table th,
.page-table td {
  padding: 10px;
  font-size: 1.4rem;
  border-bottom: solid 1px #eee;
}
/* プランタグ */
.plan-tag {
  padding-bottom: 20px;
}
.plan-tag__list > li {
  display: inline-block;
  border: solid 1px #F45B96;
  border-radius: 4px;
  margin: 0 5px 5px 0;
}
.plan-tag__list > li > a {
  display: block;
  color: #F45B96;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 5px;
}
/* プラン詳細 */
.plan-contents {
  margin: 20px -10px 0 -10px;
  padding-bottom: 20px;
}
.plan-contents > .accordion-box {
  border-bottom: solid 1px #d0d0d0;
}
.plan-contents .accordion-content img {
  margin: 0 auto;
}
.plan-contents .accordion-title {
  font-weight: 600;
}
.plan-contents .accordion-title > span {
  display: flex;
  align-items: center;
}
.accordion-title__point:before {
  content: "";
  display: inline-block;
  background: url(../img/point-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 38px;
  height: 26px;
  margin-right: 10px;
}
.accordion-title__schedule:before {
  content: "";
  display: inline-block;
  background: url(../img/schedule-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 38px;
  height: 26px;
  margin-right: 10px;
}
.accordion-title__details:before {
  content: "";
  display: inline-block;
  background: url(../img/book-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 38px;
  height: 26px;
  margin-right: 10px;
}
.accordion-title__faq:before {
  content: "";
  display: inline-block;
  background: url(../img/faq-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 38px;
  height: 26px;
  margin-right: 10px;
}
.accordion-title__voice:before {
  content: "";
  display: inline-block;
  background: url(../img/comment-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 38px;
  height: 26px;
  margin-right: 10px;
}
.related-icon:before {
  content: "";
  display: inline-block;
  background: url(../img/related-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 30px;
  width: 30px;
  height: 20px;
  margin: 0 10px 0 0;
}
.total-count {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
}
.plan-summary .page-heading {
  font-size: 1.45rem;
}
.plan-summary .price,
.plan-summary .review {
  font-size: 1.2rem;
}
.plan-summary .price {
  margin: 0;
}

.js-plan_detail-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000000000;
  transition: all 0.3s;
  transform: translate(0, 100%);
}
.section-plan_detail-floating {
    padding: 10px 10px;
    background: rgba(255,255,255,.75);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.js-plan_detail-floating.show {
    transform: translate(0, 0);
}
.js-plan_detail-floating .view_number {
  margin: 5px 10px;
}
.section-plan_detail-floating .reserv-box {
  padding: 0;
  width: 60%;
}
.section-plan_detail-floating .outline-box {
  width: 38%;
}
.section-plan_detail-floating .reserv-btn {
  font-size: 1.4rem;
}
.btn.outline-btn {
  background: #fff;
  position: relative;
  padding: 15px 0;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.outline-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.reserv-ok {
  position: fixed;
  bottom: 100px;
  left: 0;
  z-index: 100;
  width: 68px;
}
.strike {
  text-decoration: line-through;
}
#schedule-design{
  position: relative;
}
#schedule-design tbody::after{
  content: '';
  position: absolute;
  background-color: #dadada;
  width: 1px;
  top: 30px;
  left: 21px;
  bottom: 30px;
}
#schedule-design td {
  vertical-align: top;
  border-right:none;
  padding: 1em .4em;
  background: #fff;
}
#schedule-design td p{
  margin-bottom: 0;
}
#schedule-design td p img{
  margin-top: 0.2em;
}
#schedule-design td:nth-child(1){
  padding: 1em .4em 1em 3em;
}
#schedule-design tr td:first-child {
  position: relative;
}

#schedule-design tr td:first-child::before{
  content: ' ';
  position: absolute;
  width: .75rem;
  height: .75rem;
  background-color: #fff;
  border: 3px solid #b6b6b6;
  box-sizing: border-box;
  border-radius: 100%;
  z-index: 2;
  left: 1em;
  top: 30px;

}
@media (max-width: 740px) {
  #schedule-design tr td:first-child::before{
    top: 22px;
  }
  #schedule-design tbody::after{
    left: 17px;
    bottom: 26px;
  }
}

@media screen and ( min-width:480px ){
  .reserv-ok,
  .section-plan_detail-floating,
  .js-plan_detail-floating .view_number {
    display: none;
  }
}
@media(max-width: 480px) {
  .reserv-ok {
      display: none;
  }
  .single-plan .reserv-ok {
      display: block;
  }
}
/* TOPに戻るボタン */
.pagetop-arrow-wrap {
	opacity: 0;
    min-width: 741px;
    max-width: calc(130px + 99rem);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);		
    position: fixed;
    bottom: 15%;
    left: 50%;
    z-index: 10;
    width: 100%;
}
.pagetop-arrow-wrap div {
    background: #00000063;
    border: none !important;
    border-radius: 8px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    position: fixed;
    right: 6%;
    bottom: 10%;
    z-index: 20;
}
@media (max-width: 740px) {
	.pagetop-arrow-wrap {
    min-width: initial;
	}
	.pagetop-arrow-wrap {
    max-width: 100%;
    -webkit-transform: initial;
    transform: initial;
    position: fixed;
    bottom: 0;
    left: 0;
	}
	.pagetop-arrow-wrap div {
		bottom: 115px;
		right: 2%;
	}
}


.comment-title {
  border: 0;
  font-size: 16px;
  margin: 0 0 5px 0;
  line-height: 1.4;
}
#default-comment {
  padding: 1em 0;
}

/* コメント画像プレビュー */
.comment-form-picture {
  margin: 0 0 1rem 0;
}
.view-box {
  padding: 0 0 10px 0;
}
.img-view {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 10px 0 0 0;
}
.img-del {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
}
/* コメント画像 */
.comment-image {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.comment-notes {
  display: block;
  font-size: 12px;
  margin: 0 0 5px;
}
.comment-bold-letters {
  display: block;
  color: #e65226;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 15px;
}

@media screen and ( max-width:599px ){
  .comment-image__box {
    white-space: nowrap;
    overflow-x: scroll;
    margin: 20px -15px 0 -15px;
    padding: 0 0 0 15px;
  }
  .comment-image__item {
    width: 65%;
    display: inline-block;
    margin-right: 12px;
  }
  .comment-image {
    height: 140px;
  }
}
@media screen and ( min-width:600px ){
  .comment-image__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
  .comment-image__box::after {
    content: "";
    display: inline-block;
    width: 32%;
  }
  .comment-image__item {
    width: 32%;
  }
  .comment-image {
    height: 120px;
  }
}
#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
}
#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}

/* コメント ページネーション */
.comment-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0;
}
.comment-pagination .total-counter {
  margin: 0 6px 0 3px;
  font-size: 14px;
}
.post-contents ul.page-counter {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-contents .tag-lists {
  padding: 15px 10px 0;
}
.page-counter {
  display: flex;
  flex-wrap: wrap;
}
.page-counter .page-number,
.comment-pagination .next,
.comment-pagination .prev {
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 4px;
  border: solid 1px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 3px;
}
.comment-pagination .next.disable,
.comment-pagination .prev.disable {
  display: none;
}
.page-counter .page-number.active {
  color: #fff;
}

/* 関連プラン */
.nocrack__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 5px;
  
}
.nocrack__item > a.cover {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}
.nocrack__item .special-tag {
  position: absolute;
  top: 10px;
  left: 10px;
}
.nocrack__item .plan-summary {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  text-shadow: 1px 1px 3px #444;
}
.nocrack__item .plan-summary > p {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
}
.nocrack__item .plan-summary > .price {
  float: right;
}
.nocrack__item .plan-summary > .review {
  float: left;
}
.nocrack__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
#related-plan + .accordion-content {
  padding-bottom: 0;
}
.plan-slider .main-slider__item img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.one-point {
  display: none;
}
.nocrack__item .premium-tag{
  top: 0px;
}
.nocrack__item .premium-tag.is-beginner,
.nocrack__item .premium-tag.is-advanced{
  max-width: 100px;
  top: 10px;
}

.nocrack__item .premium-tag img {
    max-width: none;
    height: auto;
}

.section-surface_plan .section-heading {
  padding: 15px 0;
}
.nocrack__item .mark-price,
.nocrack__item_b .mark-price {
  font-family: Avenir,"Helvetica neue",Helvetica;
  font-size: 22px;
  color: #fff;
  padding: 2px 6px 0 6px;
  border-radius: 3px;
  background: #dc4343;
  text-shadow: none;
}
.nocrack__item .discountPrice-yen,
.nocrack__item_b .discountPrice-yen {
  font-size: 14px;
  margin: 0 0 0 4px;
}
.nocrack__item .standard-price,
.nocrack__item_b .standard-price {
  font-family: Avenir,"Helvetica neue",Helvetica;
  font-weight: 600;
  font-size: 22px;
}

@media(min-width: 1000px) {
  .plan-slider {
    max-width: 1000px;
    margin: 0 auto;
  }
  .plan-slider .slick-list {
    overflow: visible;
  }
  .plan-slider .main-slider__item img {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
  }
}
@media(min-width: 741px) {
  .premium-tag {
    max-width: 100px;
  }
  .nocrack__item .premium-tag.is-beginner,
  .nocrack__item .premium-tag.is-advanced {
    max-width: 120px;
    top: 10px;
  }
  .slider-cover .premium-tag.is-beginner,
  .slider-cover .premium-tag.is-advanced {
    max-width: 120px;
    top: 20px;
  }
  #page-main {
    padding-top: 30px;
  }
  .page-nav {
    margin: 0;
  }
  .page-nav.is_fixed {
    position: inherit;
    box-shadow: none;
  }
  .page-nav.is_fixed .page-heading {
    display: none;
  }
  .page-table th {
    width: 20%;
  }
  .plan-contents {
    margin: 40px 0 0 0;
  }
  .page-nav__plan > li,
  .page-nav__plan > li:nth-of-type(4),
  .page-nav__plan > li:nth-of-type(5) {
    flex: 1;
    border: 0;
  }
  .page-nav__plan > li:nth-of-type(3) > a {
    border-right: solid 1px #eee;
  }
  .reserv-box {
    max-width: 360px;
    margin-left: auto;
  }
  .reserv-box.is_fixed  {
    position: static;
  }
  .nocrack__wrap {
    margin: 0;
    padding-bottom: 10px;
  }
  .nocrack__item .plan-summary .page-heading {
    width: 80%;
  }
  .plan-contents > .accordion-box {
    border-bottom: 0;
  }
  .nocrack__item {
    box-shadow: 0 1px 2px #b5b5b5;
  }
  .one-point__comment {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    padding: 10px 15px 15px 15px;
  }
  .one-point__comment::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-bottom: 2px solid #F45B96;
    border-right: 2px solid #F45B96;
    transform: rotate(-45deg);
    margin-left: auto;
  }
}

/* 20230126 add */
/* SHUMMAKE-235 */
.nocrack__item_b {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  z-index: 5;
}
.nocrack__item_b > .cover {
  padding: 5px;
}
.emphasis-tag,
.plan-premium-tag {
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 4px;
  margin: 5px 0;
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
}
.ranking_b_tags,
.ranking_b_tags_pt2 {
  position: absolute;
  bottom: 0;
  z-index: 50;
}
.emphasis-tag {
  border: solid 1px #ccc;
}
.plan-premium-tag {
  background: #e96212;
  border: solid 1px #e96212;
  color: #fff;
  cursor: pointer;
}
.plan-premium-tag:hover {
  opacity: .8;
}
.hatena-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/hatena-icon.svg) no-repeat center / contain;
}
.nocrack__item_b .plan-summary .plan-link {
  color: #000;
}
.nocrack__item_b .plan-summary .review {
  display: block;
  margin: 0 0 5px 0;
  line-height: 1.4;
}
.nocrack__item_b .plan-summary .price {
  text-align: right;
}
.nocrack__item_b .plan-summary .empty_elem + .price {
  margin-bottom: 3px;
  position: absolute;
  right: 5px;
  bottom: 0;
}
.nocrack__item_b .plan-summary {
  padding: 10px 0 0 0;
}
.nocrack__item_b .plan-summary a {
  color: #000;
}
.nocrack__item_b .plan-summary a:hover {
  color: #e65226;
}
.nocrack__item_b img {
  width: 100%;
  height: 220px;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  aspect-ratio: 4/3;
}
.plan-thumbnail {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5px;
  width: 100%;
}
.plan-thumbnail__item:first-of-type {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
.nocrack__item_b .one-point {
  display: block;
  background: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
@media(max-width: 599px) {
  .nocrack__item_b {
    margin: 0 5px 20px;
  }
  .nocrack__item_b .plan-summary .price {
    padding-top: 45px;
  }
  .ranking_b_tags {
    bottom: 45px;
  }
  .ranking_b_tags_pt2 {
    bottom: 5px;
  }
  .nocrack__item_b .price.price_pt2 {
    padding-top: 5px !important;
  }
  .emphasis-tag,
  .plan-premium-tag {
    font-size: 12px;
  }
  .empty_elem {
    padding: 15px 0;
  }
}
@media(min-width: 741px) {
  .nocrack__item_b {
    margin: 0 15px 15px 15px;
  }
}
/* ranking プレミアムプラン モーダル */
.popup-box {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  display: grid;
  place-items: center;
  display: none;
}
.is-active .popup-box {
  display: grid;
}
.popup-box__inner {
  background: #fff;
  border: solid 4px #ccc;
  font-size: 14px;
  line-height: 1.8;
  padding: 18px;
  position: relative;
}
.js-close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #333;
  cursor: pointer;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}
.js-close-btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../img/cross-icon.svg) no-repeat center / contain;
}
.popup-box ol {
  margin: 0;
  padding: 0 0 0 1.5em;
}
@media(max-width: 599px) {
  .popup-box__inner {
    font-size: 12px;
    line-height: 2.1;
  }
}

/* プラン 満足認定 */
.cart-upper-part .customer-satisfaction-desc {
  border-radius: 3px;
  padding: 8px;
  margin: 0 0 20px 0;
}
.customer-satisfaction-desc h3,
.customer-satisfaction-content h4 {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin: 0;
}
.customer-satisfaction-content h4 {
  border-bottom: solid 1px #ccc;
  padding: 0 2em 5px 0;
}
.customer-satisfaction-desc h3::before,
.customer-satisfaction-content h4::before {
  content: "";
  display: block;
  width: 30px;
  height: 32px;
  background: url(../img/medal-icon.png) no-repeat center / contain;
  margin-bottom: 5px;
}
.customer-satisfaction-desc p,
.customer-satisfaction-content p,
.customer-satisfaction-content ul {
  margin: 0;
  font-size: 14px;
}
.customer-satisfaction-desc .modal-btn {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/info-circle.svg) no-repeat center / contain;
  cursor: pointer;
}
.customer-satisfaction-modal {
  display: none;
}
.customer-satisfaction-modal.is-open {
  display: grid;
  place-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.customer-satisfaction-modal .modal-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgb(0 0 0 / 30%);
}
.customer-satisfaction-box {
  padding: 15px;
}
.customer-satisfaction-content {
  position: relative;
  background: #fff;
  max-width: 600px;
  border-radius: 4px;
  padding: 15px;
  z-index: 100;
}
.customer-satisfaction-content ul li {
  width: 100%;
  text-indent: -19px;
  margin-left: 19px;
}
.customer-satisfaction-content ul li {
  margin-top: 10px;
  font-weight: 600;
}
.customer-satisfaction-content ul li::before {
  content: "";
  display: inline-block;
  min-width: 14px;
  height: 14px;
  background: url(../img/check-circle.svg) no-repeat center / contain;
  margin-right: 5px;
}
.customer-satisfaction-content .dli-close {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.5em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 15px;
}
.customer-satisfaction-content .dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media(min-width: 741px) {
  .customer-satisfaction-desc {
    max-width: 360px;
    margin-left: auto;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    top: 13.5%;
  }
}
@media(max-width: 480px) {
  .sp-fit-container {
    margin: 0 0 0 auto;
    width: 55%;
    max-width: 190px;
  }
  .cart-upper-part .customer-satisfaction-desc {
    max-width: 100%;
    padding: 0;
  }
  .customer-satisfaction-desc h3 {
    font-size: 14px;
    color: #fff;
    justify-content: left;
  }
  .customer-satisfaction-desc h3::before {
    background: url(../img/medal-icon-sp.png) no-repeat center / contain;
    background-size: 20px;
    background-position: 12px;
    margin: 0;
  }
  .customer-satisfaction-desc .modal-btn {
    background: url(../img/info-circle-sp.png) no-repeat center / contain;
    margin-left: 15px;
  }
  .customer-satisfaction-desc p {
    display: none;
  }
}

/* ------------------
  アクティビティページ
 ----------------- */
 .activity-box {
   padding: 20px 0 0 0;
 }
 .page-detail {
   padding: 10px 0 20px 0;
 }
.activity-contents {
  padding-bottom: 40px;
}
.section-activity_detail #details {
  padding-top: 40px;
}
.activity-img,
.particular-img {
  background: #FEF6F9;
  text-align: center;
  margin: 0 -10px;
}
.activity-img img,
.particular-img img {
  margin: 0 auto;
}
.page-nav__activity li,
.page-nav__particular li,
.page-nav__myplan div {
  -webkit-box-flex: 1;-ms-flex: 1;flex: 1;
  text-align: center;
}
.page-nav__list > li:last-of-type > a {
  border: 0;
}
.section-activity_detail #related-plan-box,
.section-surface_plan #related-plan-box {
  padding: 0 5px 10px 5px;
}
.section-surface_plan #related-plan-box {
  margin-bottom: 40px;
}
.activity-contents .accordion-box {
  border-bottom: solid 1px #d0d0d0;
}
.section-activity_detail #related-plan-box .nocrack__item:nth-of-type(n+11) {
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}
#accordion-content {
  padding: 40px 0 0 0;
}
@media(min-width: 741px) {
  .activity-img,
  .particular-img {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 741px) {
  .section-activity_detail #related-plan-box {
    margin: 0 -10px;
  }
  .section-surface_plan #related-plan-box {
    margin: 0 -10px 40px -10px;
  }
  .section-index_activity {
    display: block;
    padding-top: 20px;
  }
}

/* お気入り・履歴 */
.page-nav__myplan {
  border-top: solid 1px #eee;
  margin: 0 0 15px 0;
}
.page-nav__myplan div {
  padding: 10px 0;
}
.page-nav__myplan div .js-tab-label {
  display: block;
  color: #84929B;
  font-weight: 600;
}
.page-nav__myplan div .js-tab-label.selected {
  color: #ff5182;
}
.page-nav__myplan div .js-tab-label:hover {
  text-decoration: none;
  color: #ff5182;
}
.page-nav__myplan div:first-of-type .js-tab-label {
  border-right: solid 1px #eee;
}

/* ------------------
  検索結果
 ----------------- */
.related-plan__heading > h2 {
  border-bottom: solid 1px #dedede;
  padding: 15px 0;
  margin: 0;
  font-size: 2rem;
  line-height: 1.4;
  align-items: center;
}
.related-plan__heading > .related-icon {
  display: -webkit-box;display: -ms-flexbox;display: flex;
}
.results-box {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  padding: 15px 10px;
}
.p-pagenavi.-next {
  margin-left: auto;
}
.p-pagenavi.-prev {
  margin-right: auto;
}

.sort-navi {
  margin-left: auto;
}
.sort-navi > .sort-btn  {
  font-size: 1.4rem;
  padding: 5px;
  margin-left: 5px;
  text-decoration: none;
  cursor: pointer;
  color: #84929B;
}
.sort-navi > .sort-btn.current {
  border-bottom: solid 2px #F45B96;
  color: #F45B96;
}
.sort-navi > .sort-btn:hover {
  color: #F45B96;
}
.related-info {
  padding: 20px 0;
}
.related-info .content-loop_post-thumb img {
  display: block;
 }
 .related-info .content-loop_post-thumb img {
     display: block;
     width: 100%;
     height: 100px;
     object-fit: cover;
 }
.square-icon::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1.75em;
  background: #F45B96;
  margin-right: 0.5em;
  border-radius: 3px;
}

/* ------------------
  コラムページ
 ----------------- */
 .column-img {
   margin: 0 -10px;
 }
.column-img__top {
  margin: 0 -10px;
}
.single-post__title {
  font-size: 2.0rem;
  line-height: 1.4;
  margin: 10px 0;
}
.social-icon {
  max-width: 120px;
}
/* この記事書いた人 */
.author-box {
  border: solid 2px #eee;
  padding: 15px 25px;
}
.user-photo {
  min-width: 120px;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.post-contents p.author-name {
  margin: 0 0 5px 0;
}
.author-label {
  font-weight: 600;
}
.post-contents p.author-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .user-photo {
    margin: 0 auto 5px auto;
  }
  .post-contents p.author-name {
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  .author-box {
    display: flex;
    align-items: center;
  }
  .user-photo {
    margin-right: 25px;
  }
}

/* ランキング */
.column-ranking {
  counter-reset: number 0;
}
.column-ranking > li {
  position: relative;
}
.column-ranking > li::before {
  counter-increment: number 1;
  content: counter(number) "";
  display: inline-block;
  background: #eee;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  width: 26px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  left: 10px;
}
.column-ranking > li:first-of-type::before {
  background: #E3AF3A;
}
.column-ranking > li:nth-of-type(2)::before {
  background: #ADADAD;
}
.column-ranking > li:nth-of-type(3)::before {
  background: #AA845E;
}
@media(min-width: 741px) {
  .column-img {
    margin: 0;
  }
  .column-img__top {
    margin: 0;
  }
}
/* ------------------
  コラム リスト ページ
 ----------------- */
.column-img__top .main-slider__item {
  position: relative;
}
.def-img__cover {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  width: 100%;
}
.column-img__top .def-pv {
  margin-left: auto;
  color: #fff;
}
.def-img__cover h2,
.column-img__top > a {
  color: #fff;
}
.def-img__cover .def-pv::before {
  background: url(../img/eye-icon02.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.pickup-column{
  margin-bottom: 20px;
  padding: 20px 0 20px 0;
}
.column-box .section-title {
  padding: 0 0 10px 0;
}
.def-list {
  border-top: solid 1px #E6E6E6;
}
.def-item {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  border-bottom: solid 1px #E6E6E6;
  padding: 1em 10px;
}
.def-thumbnail {
  max-width: 126px;
  margin-right: 1em;
}
.def-summary {
  -webkit-box-flex: 1;-ms-flex: 1;flex: 1;
}
.def-summary > a {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
  /* padding-left: 10px; */
  height: 100%;
  text-decoration: none;
}
.def-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 5px 0;
  color: #000;
  text-decoration: none;
}
.def-info {
  margin-top: auto;
}
.def-date,
.def-pv {
  color: #687279;
  font-size: 1.2rem;
}
.def-pv {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.def-pv::before {
  content: "";
  display: inline-block;
  background: url(../img/eye-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.page-navi {
  padding: 10px 10px 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-more-navi {
  padding: 10px 0 20px 0;
  text-align: right;
}
.more-view {
  display: block;
  margin-left: auto;
}
.view-page {
  font-size: 1.4rem;
  text-align: right;
  padding: 0 10px;
}
.page-navi__link {
  display: inline-block;
  border: solid 1px #F45B96;
  color: #F45B96;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 5px 10px;
  border-radius: 4px;
}
.page-navi__link.prev-navi::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px 0 0;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
  vertical-align: middle;
  margin-top: -2px;
}
.page-navi__link.next-navi::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 5px ;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-top: -2px;
}
.keyword-list > li {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 10px 5px 0;
}
.keyword-tag > a {
  text-decoration: none;
  color: #333;
}
.keyword-list > li::before {
  content: "";
  display: inline-block;
  background: url(../img/tag.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: bottom;
}
@media(min-width: 741px) {
  .column-box {
    margin-top: 0;
  }
  .def-img {
    margin: 0;
  }
  .page-navi {
    padding: 10px 0 20px 0;
  }
}
@media (max-width: 740px) {
  .def-list {
    margin: 0 -10px;
  }
}

/* タグリスト */
.tag-list {
  -webkit-box-flex: 2;-ms-flex: 2;flex: 2;
  margin: 0 0 0 0;
}
.tag-list__item {
  display: inline-block;
  margin: 0 0 5px 0 ;
}
.tag-list__item > a {
  position: relative;
  font-size: 1rem;
  text-decoration: none;
  border: solid 1px;
  padding: 1px 4px 1px 4px;
  display: block;
  line-height: 1.6;
  color: #FFF;
}
.tag-list__item > a:hover{
  opacity: 0.8;
  color: #FFF;
}
.tag-box {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  padding: 10px 0 0 0;
  margin-bottom: 20px;
  height: 42px;
  overflow: hidden;
}
.tag-box.open {
  height: auto;
  overflow: visible;
}
.more-tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.more-tag.active {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 6px;
}
.more-tag.active .plus-icon::before {
  content: none;
}

/* キーワードリスト */
.keywords-box {
}
.keywords-box.open {
}

.keyword-lists {
}
.column-front-keywords__list .menu-item {
  display: inline-block;
  margin: 0 8px 5px 0;
}
.column-front-keywords__list .menu-item a {
  font-size: 1.2rem;
  position: relative;
  text-decoration: none;
  border: solid 1px;
  padding: 2px 8px 2px 8px;
  border-radius: 5px;
  display: block;
  line-height: 1.6;
}

.more-keywords {
  text-decoration: underline;
  text-align: right;
}

/* コラム 検索フォーム */
.column-search {
  padding: 20px 0;
}
.column-search__form {
  display: flex;
  height: 40px;
  justify-content: flex-end;
}
.column-search__form input[type=text] {
  border-radius: 5px 0 0 5px;
}
.column-search__form input[type=image].primary-btn {
  border-radius: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  padding: 10px;
}
@media (min-width: 600px) {
  .column-search {
    max-width: 300px;
    margin-left: auto;
  }
}

/* ------------------
  観光スポット / ホテル・民宿
 ----------------- */
.spot-box,
.hotel-box {
  padding: 20px 0 0 0;
}
@media (max-width: 741px) {
  .section-index_spot,
  .section-index_hotel {
    display: block;
    padding-top: 20px;
  }
}

/* ------------------
  投稿コンテンツ
 ----------------- */
.post-contents {
  padding: 0 0 40px 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.post-contents h1 {
  margin-bottom: 0.5em;
}
.post-contents h2:not(.ttsd-summary) {
  font-size: 1.8rem;
  border-bottom: solid 6px #eee;
  padding-bottom: 4px;
  line-height: 1.4;
}
.post-contents h3:not(.page-heading) {
  border-left: 4px solid #999;
  font-size: 1.618rem;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 3px 0 3px 1em;
}
.post-contents h4 {
    border-bottom: 3px dashed #aaa;
    padding: 0.785em 0.3em;
}
.post-contents p {
    margin-bottom: 1em;
    line-height: 200%;
}
.post-contents ul {
  margin-bottom: 1em;
}
.post-contents ul {
    margin-bottom: 1em;
    list-style: initial;
    padding-left: 1.614em;
}
.post-contents table{
  width: 100% !important;
}
.post-contents th,
.post-contents td {
  width: auto !important;
}
.post-contents th, .post-contents td {
    padding: .3em .4em;
}
.post-contents tr {
    border-bottom: 1px solid #aaa;
}
.post-contents td {
    border-right: 1px dashed #eee;
}
.post-contents td:last-child {
    border-right: none;
}
.post-contents .aligncenter{
  display: block;
  margin: 0 auto;
}
.post-contents .alignnone{
  clear: both;
}
.post-contents .alignright{
  float: right;
}
.post-contents .alignleft{
  float: left;
}


.post-contents .pgs-card {
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -5px #7c7c7c;
  margin-bottom: 1em;
  padding: 8px 8px 5px;
}
.post-contents .pgs-card .pgs-thumbnail {
  max-width: 175px;
}
.post-contents .pgs-post-data {
  line-height: 1.4;
}
.pgs-post-tags {
  margin-bottom: 10px;
}
.pgs-post-tags .tag {
  display: inline-block;
  padding: 4px 5px;
  border-radius: 3px;
  color: gray;
  box-shadow: 0 0 0 1px inset;
  line-height: 1em;
  font-size: 10px;
  text-decoration: none;
  box-sizing: border-box;
  margin: 0 5px 0 0px;
}
.pgs-post-date {
  text-align: right;
  font-size: 11px;
}
.pgs-post-time {
  font-weight: 900;
}
.pgs-post-price {
  font-size: 18px;
  font-weight: 900;
  text-align: right;
}
.pgs-post-price small {
  text-decoration: line-through;
}
.pgs-discount-price {
  color: #ff5c5c;
  margin: 0 0 0 .5em;
}

.post-contents .addtoany_content {
    background: #f9f9f9;
    border: 1px solid #d0d0d0;
    padding: 15px;
    text-align: center;
    margin-bottom: 1em;
}
.post-contents .addtoany_content .addtoany_header {
    margin-bottom: 0.5em;
}
.post-contents .addtoany_share_save_container > .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.post-contents .addtoany_share_save_container > .addtoany_list > a {
  margin-right: 8px;
}
.post-contents .addtoany_content .a2a_count{
  display: none;
}
.post-contents .pgs-post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 480px){
  .post-contents .pgs-card {
    align-items: center;
    padding: 6px;
  }
  .post-contents .pgs-card .pgs-thumbnail {
    margin-right: 5px;
    max-width: 100px;
  }
  .post-contents .pgs-post-time {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .pgs-post-price {
    font-size: 14px;
  }
}

/* ------------------
  ハンバーガーメニュー
 ----------------- */
#slide-menu {
  background: #FEF6F9;
  position: fixed;
  width: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  overflow-y: scroll;
}
.slide-menu__inner {
  position: relative;
  padding: 80px 15px 50px 15px;
}
.slide-menu__close {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eee;
}
.toggle-box {
  margin-right: 10px;
}
.slide-menu__close .menu-close__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  padding: 15px;
}
.open #slide-menu {
  transform: translateX(0);
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.open #slide-menu .toggle-btn {
  width: 30px;
  height: 30px;
}
.open #slide-menu .toggle-btn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  height: 2px;
  width: 30px;
}
.open #slide-menu .toggle-btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  height: 2px;
  width: 30px;
}
.slide-menu__wrap .search-form {
  margin-bottom: 40px;
}
.open .layer {
  background: rgb(0 0 0 / 60%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
#slide-menu .addtoany_share_save_container {
  display: none;
}

/* activitys review */
.activitys-review {
  margin: 50px 0;
}
.activitys-review .page-heading {
  display: flex;
  align-items: center;
}
.activitys-review .page-heading.accordion-title__voice:before {
  margin-right: 5px;
}
.activitys-review-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activitys-review-list .apply-plan {
  font-size: 12px;
  margin: 0 0 5px;
  text-align: justify;
  line-height: 1.6;
}
.activitys-review-list .loop-review {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 370px;
  min-height: 210px;
}
.activitys-review-list .loop-review .comment {
  font-size: 12px;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.activitys-review-list .read-more-wrap {
  display: none;
  margin-top: 2px;
  text-align: right;
}
.activitys-review-list .loop-review .read-more {
  font-size: 12px;
  color: #eb7d61;
  cursor: pointer;
  font-weight: 600;
  padding: 6px;
  background: #0000000f;
}

@media screen and (max-width: 740px){
  .activitys-review {
    margin: 25px 0;
  }
  .activitys-review-list {
    display: block;
  }
  .activitys-review .page-heading {
    align-items: start;
  }
  .activitys-review-list .loop-review {
    width: 100%;
    margin: 0 auto 12px;
    min-height: fit-content;
  }
}

/* review */
.stars {
  color: #fbc110;
  font-size: 16px;
}
.stars.rating-1::before {content: "★";}
.stars.rating-2::before {content: "★★";}
.stars.rating-3::before {content: "★★★";}
.stars.rating-4::before {content: "★★★★";}
.stars.rating-5::before {content: "★★★★★";}

.stars::after{color: #888;}
.stars.rating-1::after {content: "★★★★";}
.stars.rating-2::after {content: "★★★";}
.stars.rating-3::after {content: "★★";}
.stars.rating-4::after {content: "★";}

.loop-review {
  padding: 15px;
  margin-bottom: 12px;
  background: #fff;
}
.content-reviews .children {
  margin-top: -12px;
  padding: 0 15px 15px 15px;
  background: #fff;
}
.reply-comment {
  background: #F8F8F8;
  border-radius: 6px;
  margin: 10px 0 0 0;
  padding: 15px;
}
.loop-review::after{
  display: block;
  content: '';
  clear: both;
}
.loop-review .bx {
    padding: 0;
}
.loop-review .bx .other {
    font-size: 10px;
    float: right;
}
.loop-review .other span:nth-of-type(2)::before {
  content: "/";
  display: inline-block;
  margin: 0 4px;
}
.loop-review.show:nth-child(n+3) {
    height: auto;
    border-bottom: 1px dashed pink;
}
.loop-review .bx .stars {
  font-size: 12px;
}
.comment-btn {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 740px){
  .loop-review {
    margin: 0 -15px 12px -15px;
  }
  .loop-review.reply-comment {
    margin: 0;
  }
  .content-reviews .children {
    margin: -12px -15px 12px -15px;
  }
}
@media screen and (max-width: 767px){
  .loop-review .bx {
    padding-top: 4px;
  }
  .loop-review .bx .stars{
    float: left;
  }
  .comment-label {
    display: block;
  }
}


.review-replay-area{
  display: none;
  clear: both;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.review-replay-area.show {
  display: block;
}
.post-contents .reviewarea p.comment {
  line-height: 1.6;
  margin: 0;
  font-size: 12px;
}
.post-contents p.readmore-btn {
  margin: 0;
  padding: 15px 0 0 0;
  display: none;
  font-size: 14px;
  color: #747474;
  font-weight: 600;
}
.post-contents .readmore-btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-contents .readmore-btn__text::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #b5b5b5;
  border-right: 2px solid #b5b5b5;
  transform: rotate(45deg);
  margin: -5px 0 0 10px;
}
#reply-title {
  display: none;
}
.comment-form {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
}
@media (max-width:740px) {
  .comment-form {
    margin: 0 -15px 15px -15px;
  }
}
.comment-form textarea {
  width: 100%;
}
.required {
  font-size: 0.6em;
  padding: 0.2em 4px;
  color: #ff6666;
  border: 1px solid #FF5B5B;
  margin: 0 0 0 5px;
}
.comment-form .form-submit {
  text-align: center;
}
.comment-form input#submit {
  max-width: 600px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  padding: 8px 0;
}
.comment-form input.star {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  -ms-appearance: initial;
  appearance: initial;
  color: #666;
  cursor: pointer;
  opacity: .7;
}
.comment-form input.star.active {
  color: #fbc110;
}
.comment-form input.star::before {
  content: '★';
  font-size: 20px;
}
.comment-form input.star:hover {
  opacity: 1;
}
.comment-form .comment-label {
  margin-right: 1em;
  padding: 0 0 5px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.comment-form .comment-label .required {
  display: inline-block;
}
.crfp-field label,
.comment-form-comment label {
  font-weight: 600;
}
.comment-form > p:first-child,
.comment-form > p:last-child{
  border: none;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=date],
.comment-form textarea {
  background: #fff;
  border: solid 1px #E3E3E3;
  border-radius: 4px;
  padding: 5px 10px;
  display: block;
}
/* セレクトボックス */
.comment-form .selectbox {
  position: relative;
  display: block;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}
.comment-form .selectbox select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 8px 38px 8px 8px;
  color: #666666;
}
.comment-form .selectbox select::-ms-expand {
  display: none;
}
.comment-form .selectbox::before {
  position: absolute;
  top: 1.2em;
  right: .2em;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-bottom: 2px solid #B5B5B5;
  border-right: 2px solid #B5B5B5;
  transform: rotate(45deg);
  margin-top: -5px;
}
/* ラジオボタン */
.comment-form .radio {
  margin: 0.5rem;
}
.comment-form .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.comment-form .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #E3E3E3;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: .2em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.comment-form .radio input[type=radio]:checked + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.comment-form .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.comment-form div.error {
  display: block;
  font-size: 12px;
  color: #ff0000;
}

.js-review_btn,
.js-review_btn:hover,
.comment-form input#submit  {
  border: 0;
  color: #fff;
}
.content-reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 15px 0;
}
.content-reviews__header .review-counts {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.content-reviews__header .js-review_btn {
  font-weight: 600;
  padding: 10px;
}
.user-score {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.user-score .stars {
  font-size: 12px;
}
.user-score__number {
  font-size: 12px;
  margin-left: 5px;
}
.comment-tag {
  border: solid 1px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  display: inline-block;
  padding: 0 5px;
  margin-left: auto;
}
.post-contents .comment-author {
  font-weight: 600;
  font-size: 12px;
  margin: 0;
}
.other-date {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 10px;
}
.comment-date {
  display: block;
  font-size: 12px;
  margin: 0 0 0 auto;
  color: #6e6e6e;
}

/* 星レビュー */
.stars .stars-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.stars input[type='radio']{
  display: none;
}

.stars label {
  color: #D2D2D2;
  font-size: 30px;
  padding: 0 5px;
  cursor: pointer;
}

.stars label:hover,
.stars label:hover ~ label,
.stars input[type='radio']:checked ~ label {
  color: #F8C601;
}

/* レビュー Modal */
#thanks-modal {
  display: none;
}
#thanks-modal.js-modal-open {
  display: block;
}
.js-modal-open .modal-layer {
  position: fixed;
  background: #00000094;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
}
.js-modal-open .modal-box {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 90%;
  background: #fff;
  transform: translate(-50%,-50%);
  padding: 100px 50px;
  margin: auto;
  z-index: 10000;
}
.thanks-modal__text {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.modal-close-btn {
  padding: 8px 15px;
  background: #ccc;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width:599px) {
  .js-modal-open .modal-box {
    padding: 50px 25px;
  }
}

/* レビューギャラリー */
.review-photo-gallery {
  padding: 10px 0;
  margin: 0 -2px;
}
.comment-slide__item {
  padding: 0 2px 5px 2px;
  height: 120px;
}
.comment-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.review-photo-gallery .slick-next,
.review-photo-gallery .slick-prev {
  width: 30px;
  height: 30px;
}
.review-photo-gallery .slick-next {
  padding-top: 2px;
  top: 48%;
  right: -10px;
}
.review-photo-gallery .slick-prev {
  padding-top: 2px;
  top: 48%;
  left: -10px;
  z-index: 1;
}
.review-photo-gallery .slick-prev:before, 
.review-photo-gallery .slick-next:before {
  font-size: 30px;
}
@media(max-width: 599px) {
  .comment-slide__item {
    height: 80px;
  }
}
/* モーダル */
.comment-slide__item .modal-js,
.comment-image__item .comment-image {
  transition: all 1s ease;
}
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  outline: none;
}
@media(max-width: 767px) {
  .glightbox-clean .gnext {
    position: absolute;
    top: 46% !important;
    right: 0 !important;
    background: rgb(0 0 0 / 20%) !important;
  }
  .glightbox-clean .gprev {
    position: absolute;
    top: 46% !important;
    left: 0 !important;
    background: rgb(0 0 0 / 20%) !important;
  }
}

/* お問い合わせページ */
.select-contact__title {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  padding-top: 20px;
}
.select-contact__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #BEC107;
  margin: 5px auto 0 auto;
}
#select-contact .sow-accordion-panel {
  border-top: solid 1px #D5D5D5;
}
#select-contact .sow-accordion {
  border-bottom: solid 1px #D5D5D5;
}
#select-contact .sow-accordion-panel-header:focus,
#select-contact .sow-accordion-panel-border:focus {
  outline: 0;
}
#select-contact .sow-accordion-title {
  font-size: 1.4rem;
  font-weight: 600;
}
#select-contact .sow-accordion-panel-border {
  padding-left: 20px;
  padding-right: 20px;
}
.inner-summary {
  font-size: 1.4rem;
  background: #F4F5D2;
  border-radius: 6px;
  margin-bottom: 15px;
}
.inner-summary:hover {
  color: #ff5b5b;
  cursor: pointer;
}
.inner-summary__link {
  display: flex;
  align-items: center;
  color: #363636;
  font-weight: 600;
  padding: 1em 1em;
}
.inner-summary__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #BEC107;
  border-right: 2px solid #BEC107;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: auto;
}
.inner-summary.active .inner-summary__link::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.inner-detail {
  display: none;
  padding: 0 1em 15px 1em;
  font-size: 1.4rem;
  line-height: 1.6;
}
.inner-contact__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-contact__list .icon {
  border: solid 1px #BEC107;
  background: #fff;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}
.inner-contact__list .phone {
  background: url('../../lib/factory-svg/tel-icon.php?u=1611299564') no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}
.inner-contact__list .contact {
  background: url('../../lib/factory-svg/mail-icon.php?u=1611299564') no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}
.inner-contact__list .line {
  background: url(../img/line-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  display: block;
}

/* ------------------
  フローティングバナー
 ----------------- */
.floating-area {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  text-align: center;
  padding: 5px 0;
}
@media screen and (min-width:768px) {
  .floating-area {
    display: none;
  }
}
@media screen and (max-width:768px) {
  body{
    padding-bottom: 50px;
  }
	.floating-area {
    height: auto;padding: 0;
    padding-bottom: 0px;
  }
}
.floating-area img {
  display: block;
}
.slide_window_close {
  display: block;
  height: 35px;
  width: 35px;
  background: rgba(255,255,255,0.8);
  position: relative;
  margin-left: auto;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
}
.floating-area:not(.js_active) {
  opacity: 0;
  display: none;
  transition: 1s;
}

/* ---------------------
  プラン詳細：Canvasレイアウト
 -------------------- */
.canvas-cont {
  background: #fff;
  position: relative;
}
.canvas-ttl {
  font-size: 18px;
  font-weight: 600;
  margin: 0 !important;
  text-align: center;
}
.canvas-sub-ttl {
  font-weight: 600;
  position: absolute;
  top: 21%;
  right: 22.5%;
  z-index: 100;
}
#canvas_stage {
  background: #fff;
  margin: 0 auto 25px;
}
#canvas_stage .canvasjs-chart-container {
  min-height: 250px;
}
#canvas_stage .canvasjs-chart-container canvas.canvasjs-chart-canvas {
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 380px;
}
#canvas_stage .canvasjs-chart-container a.canvasjs-chart-credit {
  display: none;
}

@media screen and (max-width:740px) {
    .canvas-cont {
      margin-left: calc(-50vw + 50%);
      width: 100vw;
    }
    .canvas-ttl {
      font-size: 16px;
    }
    .canvas-sub-ttl {
        top: 22%;
        right: 7.5%;
    }
    #canvas_stage {
      margin: 0 auto 20px;
    }
    #canvas_stage .canvasjs-chart-container {
        min-height: 200px;
    }
    #canvas_stage .canvasjs-chart-container canvas.canvasjs-chart-canvas {
        height: auto !important;
        max-width: 280px;
        left: 48%;
    }
}

/* ---------------------
  エリア別 運営サイト一覧ページ（固定ページ／Slug:site-list）
 -------------------- */
.section-page_sitelist .single-page__title {
  padding: 10px 0 5px 0;
}
.internal-links {
  padding: 10px 0 40px 0;
}
.internal-links__group {
  border-radius: 5px;
  overflow: hidden;
}
.internal-links__group--others {
  padding: 20px 0 0 0;
  display: flex;
  gap: 20px;
}
.internal-links__group--others .internal-links__title {
  border-radius: 5px;
}
.internal-links__title {
  padding: .2em 1em;
}
.internal-links__title,
.internal-links__title .internal-links__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(14px, min(3vw, 16px));
  font-weight: 600;
  color: #fff;
}
.internal-links__list {
  padding: 1em;
}
.internal-links__item{
  display: flex;
  align-items: center;
}
.internal-links__item .internal-links__link {
  display: inline-block;
  font-size: max(12px, min(3vw, 16px));
  color: #000;
  text-decoration: underline;
  line-height: 1.4;
}
.down-arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 4px;
  border-top-color: currentColor;
  border-bottom: 0;
  margin: 0 0 0 5px;
}
.internal-links__link .down-arrow {
  border-top-color: #fff;
}
@media screen and (max-width:740px) {
  .section-page_sitelist .single-page__title {
    text-align: center;
  }
  .internal-links__group--others .internal-links__title {
    flex: 1;
  }
  .internal-links__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em 0;
  }
}
@media screen and (min-width:741px) {
  .section-page_sitelist .single-page__title br {
    display: none;
  }
  .internal-links {
    padding: 30px 0 60px 0;
  }
  .internal-links__title {
    width: min(100%, 200px);
    border-radius: 5px;
    padding: .5em 1em;
  }
  .internal-links__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 3em;
  }
  .down-arrow {
    border-width: 8px 6px;
  }
}

.region-section__title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px 0;
  padding: .8em 1em;
}
.site-card__logo {
  width: min(100%, 180px);
  margin-inline: auto;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.site-card__logo__image {
  display: block;
  height: 40px;
  object-fit: contain;
}
.site-card__logo__link {
  height: 50px;
  display: grid;
  place-content: center;
  padding: 5px 10px;
}
.site-card__description p {
  line-height: 1.8;
}
@media screen and (max-width:740px) {
  .region-section__title {
    text-align: center;
  }
  .region-list {
    padding-bottom: 1em;
  }
  .site-card__description {
    padding: .5em 0 0 0;
  }
}
@media screen and (min-width:741px) {
  .region-section__title {
    margin-bottom: 30px;
  }
  .region-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    padding-bottom: 60px;
  }
  .site-card__description {
    padding: 1em 0 0 0;
  }
}