/*
Theme Name: SPOT
Theme URI: http://travel.spot-app.jp/
Author: SPOT
Author URI: http://travel.spot-app.jp/
Description: SPOTカスタムテーマ
Version: 1.0
*/

@import "assets/css/style.css";
@import "assets/css/font-awesome.min.css";

/*
 * ページ分割時のページリンク
 */
nav.link_pages {
  text-align: center;
  margin: 40px auto;
}

nav.link_pages .link_page_number {
  display: inline-block;
  text-decoration: none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 2px 5px 0;
  background: rgba(86, 175, 252, 0.7);
  color: #ffffff;
}

nav.link_pages .link_page_number.current {
  background: #56affc;
}

/*
 * 問い合わせフォーム
 */
.contact .wpforms-form {
  margin: 32px 0 24px;
}

.contact div.wpforms-container-full .wpforms-form input[type=text],
.contact div.wpforms-container-full .wpforms-form input[type=email] {
  margin: 0 0 24px;
}

.contact div.wpforms-container-full .wpforms-form .wpforms-field-label {
  margin: 0 0 6px;
  color: #484848;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.contact div.wpforms-container-full .wpforms-form .wpforms-field-label .required {
  padding: 4px 6px;
  margin: 0 0 0 8px;
  background: #ff503c;
  font-size: 10px;
  color: #fff;
  border-radius: 2px;
}

.contact div.wpforms-container-full .wpforms-form input[type=text],
.contact div.wpforms-container-full .wpforms-form input[type=email] {
  padding: 6px 8px;
  width: 100%;
  border: solid 1px #e4e4e4;
  border-radius: 2px;
  color: #484848;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  margin: 0;
}
         
.contact div.wpforms-container-full .wpforms-form .wpforms-field textarea {
  padding: 8px;
  height: 200px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #e4e4e4;
  border-radius: 2px;
  color: #484848;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}

.contact div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0;
}
.contact div.wpforms-container-full .wpforms-form button[type=submit] {
  display: block;
  margin: 30px auto 0;
  height: 44px;
  width: 200px;
  background: #418efb;
  border-radius: 4px;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: none;
  padding: 0;
}

.contact div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #ff503c;
  font-weight: bold;
  margin: 0.8em 0;
  font-size: 0.75em;
}

.contact div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
.contact div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
.contact div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error {
  border: 1px solid #ff503c;
}

@media (min-width: 769px) {
  .contact div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 16px;
  }
  .contact div.wpforms-container-full .wpforms-form .wpforms-field textarea {
    font-size: 16px;
  }
}

/*
 * 追加分
 */
/* adsense*/
.adsbygoogle{
	margin: 0 auto;
}
/* 記事 目次*/
.entry_main #toc_container{
  margin: 1.5em 0 0;
  padding: 16px 16px 20px;
  width: 100%;
  border: none;
  background: #f7f7f7;
}
.entry_main #toc_container p.toc_title{
  position: relative;
   margin: 0;
}
.entry_main #toc_container p.toc_title:before, .entry_main #toc_container p.toc_title:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(50% - 2em);
  height: 1px;
  background-color: #ebebeb;
}

.entry_main #toc_container p.toc_title:before {left:0;}
.entry_main #toc_container p.toc_title:after {right: 0;}

.entry_main #toc_container p.toc_title+ul.toc_list{
   margin: 4px 0 0;
}
.entry_main #toc_container ul ul {
    margin: 8px 0 16px 1em
}
.entry_main #toc_container li{
  padding: 0 0 0 1em;
}
.entry_main #toc_container li + li{
  margin: 8px 0 0;
}
.entry_main #toc_container a{
  color: #499fe8;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .entry_main #toc_container{
  }
  .entry_main #toc_container li + li{
    margin: 0;
  }
}
/*Ad Inserter*/
.code-block{
  margin: 0 !important;
}

/*記事埋め込み*/
.article_link {
    padding: 0;
    margin: 0 0 28px;
}

.article_link .article_link_item {
  padding: 12px;
  box-shadow: 0 0 0 1px #e8e4e4
}

.article_link .article_link_item:hover {
    opacity: 0.7;
}

.article_link a {
  display: flex;
  color: #444444;
  text-decoration: none;
}

.article_link p {
    display: none;
}

.article_link .article_link_item + .article_link_item {
    margin: 20px 0 0;
    border-top: 1px solid #eaeaea;
}

.article_link .article_link_image {
  padding: 0;
  margin: 0;
  min-width: 100px;
  min-height: 100px;
  background-size: cover;
  background-position: 50%;
}
.article_link .article_link_image img{
    margin: 0;
}

.article_link .article_link_title_wrap {
  position: relative;
  margin: 0 0 0 12px;
}

.article_link .article_link_title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article_link .article_link_discription{
  margin: 0 0 1.7em;
  font-size: 10px;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article_link .article_link_title a {
    font-weight: bold;
    line-height: 1.4em;
}

.article_link .article_link_writer {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #757575;
    font-size: 10px;
    line-height: 1em;
}

@media (min-width: 767px) {
  .article_link {
      padding: 0;
      margin: 0;
  }
  .article_link .article_link_item {
  }
  .article_link .article_link_item + .article_link_item {
      margin: 20px 0 0;
      padding: 20px 0 0;
  }
  .article_link .article_link_image {
    overflow: hidden;
    min-width: 180px;
    height: 120px;
  }
  .article_link .article_link_title_wrap {
    margin: 0 0 0 24px;
    height: 120px;
  }
  .article_link .article_link_title {
      margin: 0 0 8px;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4em;
  }
  .article_link .article_link_writer {
      font-size: 14px;
  }
}

/* SPOT とは*/
.about_wrap{
  padding: 32px;
  background: #fff;
}
.about_wrap img{
  height: auto;
}
.about_wrap p{
  margin: 1em 0 0;
  color: #484848;
  font-size: 16px;
  line-height: 1.9;
}

#about_list {
    margin: 72px 0 0;
}

#about_list .list_title {
    margin: 0 0 16px;
    padding: 12px 16px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: bold;
    background: #4691f8;
    border-radius: 4px;
}

#about_list .area_item {
    margin: 0 0 24px;
}

#about_list .area_title {
    margin: 0 0 6px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #3fabf1;
}

#about_list .area_link a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
}

#about_list .area_link .image {
    width: 100%;
}

#about_list .area_link .image img {
    margin: 0;
    width: 100%;
    vertical-align: top;
}

#about_list .area_link .title {
    position: absolute;
    bottom: 0;
    padding: 16px 12px 12px;
    color: #ffffff;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.5) 100%);
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    text-decoration: none;
    text-decoration-line: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.55;
}

@media (min-width: 1024px) {
    #about_list .area_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #about_list .area_item {
        margin: 0 0 12px 0;
        flex-basis: calc(50% - 8px);
    }
}
/* SPOT MALL */
.pc {
  display: none;
}

.sp {
  display: block;
}

.gotop {
  display: none !important;
}

.single-article #single-header {
  padding: 16px 0 0 !important;
  margin: 0;
}

.single-article img {
  padding: 0;
  margin: 0;
}

#tour_wrap .title {
  font-family: Helvetica, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, "Hiragino Sans", "\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3", Meiryo, sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

#tour_wrap .title .title-sub {
  padding: 0 20px;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#tour_wrap .title .title-sub:before,
#tour_wrap .title .title-sub:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: black;
}

#tour_wrap .title .title-sub:before {
  left: 0;
}

#tour_wrap .title .title-sub:after {
  right: 0;
}

#tour_wrap .title img {
  max-width: 204px;
  margin: 8px auto 0;
  width: auto;
}

#tour_wrap {
  padding: 0 6px;
}

#tour_wrap h1,
#tour_wrap h2 {
  padding: 0;
  margin: 0;
  border: none;
}

#tour_wrap .discription {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

#tour_wrap .discription a {
  color: #56AFFC;
  font-weight: bold;
}

#tour_wrap .notice {
  margin: 12px 0 0;
  font-size: 12px;
  color: #ff4343;
  font-weight: bold;
}

#tour_wrap .tour_list {
  margin: 24px 0 0;
  /* padding: 12px 16px 16px; */
  padding: 0 0 16px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.2);
  border-radius: 4px;
}

#tour_wrap .tour_link {
  display: block;
  position: relative;
  margin: 6px 0 0;
  color: #444;
}

#tour_wrap .tour_image:hover {
  opacity: .9;
}

#tour_wrap .tour_link:hover {
  text-decoration: none;
  /* text-decoration: underline; */
}

#tour_wrap .tour_title:hover {
  text-decoration: underline;
}

#tour_wrap .tour_image {
  display: block;
  position: relative;
  margin: 0;
  /* height: 180px; */
  padding: 0 0 57% 0;
  background-size: cover;
  background-position: 50%;
}

#tour_wrap .tour_label {
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 1;
  min-width: 2.5em;
  padding: 7px 6px 7px 8px;
  background: rgb(115, 194, 246);
  border-radius: 0 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#tour_wrap .tour_label:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 0;
  border-color: rgb(115, 194, 246) transparent transparent transparent;
}

#tour_wrap .tour_label:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 0 8px;
  border-color: transparent transparent transparent rgb(115, 194, 246);
}

#tour_wrap .tour_info {
  margin: 12px 0 0;
  padding: 0 12px 0;
}

#tour_wrap .notice_list .tour_info {
  padding: 12px 12px 0;
}

#tour_wrap .article_date {
  margin: 0 0 8px;
  /* text-align: right; */
  font-size: 10px;
  line-height: 1;
}

#tour_wrap .departure {
  /* display: flex; */
  padding: 8px;
  /* margin: 8px 0 0; */
  background: #f5f5f5;
  line-height: 1;
  border-radius: 3px;
}

#tour_wrap .departure .departure_label {
  display: inline-block;
  margin: 0 0 3px 0;
  min-width: 3.8em;
  font-weight: bold;
  font-size: 10px;
  color: #656565;
}

#tour_wrap .departure .departure_item {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

#tour_wrap .tour_title {
  margin: 8px 0 0;
}

#tour_wrap .tour_title a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  /* text-decoration: underline; */
  line-height: 1.4;
  color: #4d4d4d;
}

#tour_wrap .tour_title i {
  margin: 0 0 0 4px;
  font-size: 16px;
}

#tour_wrap .tour_price {
  margin: 6px 0 0;
  line-height: 1;
}

#tour_wrap .minimum {
  font-size: 12px;
  color: #ff5656;
  font-weight: bold;
}

#tour_wrap .price {
  font-family: helvetica, Courier, monospace;
  margin: 0 2px 0 0;
  font-size: 44px;
  color: #ff5656;
  font-weight: bold;
}

#tour_wrap .price span {
  margin: 0 0 0 4px;
  font-size: 24px;
}


#tour_wrap .price_ex {
  position: relative;
  padding: 8px;
  margin: 6px 0 0;
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 3px;
  box-sizing: border-box;
}

#tour_wrap .ex_label {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: bold;
}

#tour_wrap .price_ex_list {
  display: flex;
  margin: 8px 0 0;
}

#tour_wrap .price_ex a {
  position: absolute;
  top: -22px;
  right: 0;
  display: block;
  text-align: right;
  margin: 8px 0 0;
  font-size: 10px;
  /* color:#56AFFC; */
  color: #444;
}

#tour_wrap .price_ex_item {
  margin: 0 4px 0 0;
}

#tour_wrap .ex_price1 {}

#tour_wrap .arrow {
  font-size: 16px;
}

#tour_wrap .ex_price2 {
  font-weight: bold;
  color: #ff6161;
}

#tour_wrap .ex_price_label {
  margin: 0 4px 0 0;
  font-size: 10px;
}

#tour_wrap .ex_price {
  font-size: 16px;
  font-weight: bold;
}

#price_notice {
  margin: 24px 0 0;
}

#price_notice .price_notice_label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

#price_notice p {
  margin: 8px 0 0;
  font-size: 12px;
}

#tour_wrap .conditions {
  display: inline-block;
  margin: 4px 0 0;
  font-size: 10px;
  color: #656565;
  font-weight: bold;
}

#tour_wrap .tour_status {
  margin: 8px 0 0;
  /* padding: 11px 12px 12px; */
  /* background: #f5f5f5; */
  /* box-shadow: 0 0 0 1px #e8e7e7; */
  /* border-radius: 3px; */
}

#tour_wrap .tour_kind {
  /* margin: 12px 0 0; */
}

#tour_wrap .tour_kind_item {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 6px 8px 0;
  /* background: #949494; */
  /* background: #fff; */
  box-shadow: 0 0 0 1px #d2d2d2;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
}

#tour_wrap .tour_kind_item i {
  margin: 0 2px 0 0;
}

#tour_wrap .tour_kind_item span {
  padding: 0 4px;
  font-size: 14px;
}

#tour_wrap .period {
  margin: 4px 0 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.3;
}

#tour_wrap .period span {
  font-weight: normal;
}

#tour_wrap .tour_discription {
  margin: 16px 12px 0;
  padding: 12px 0 0;
  font-size: 13px;
  line-height: 1.7;
  border-top: 1px dotted rgba(68, 68, 68, 0.2);
}

#tour_wrap .tour_discription_title {
  font-size: 12px;
  font-weight: bold;
}

#tour_wrap .tour_button {
  margin: 16px 0 0;
  padding: 0 12px 0;
  text-align: center;
}

#tour_wrap .tour_button .link_button {
  display: block;
  padding: 16px 32px;
  background: #ff5756;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

#tour_wrap .tour_button .link_button.soldout {
  background: #afafaf;
  color: #fff;
}

#tour_wrap .tour_button .link_button i {
  margin: 0 0 0 4px;
}

#tour_wrap .tour_button .tour_site {
  display: block;
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 1;
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
  #tour_wrap {
    margin: 16px 0 0;
    padding: 0 32px;
  }

  #tour_wrap .departure {
    margin: 0;
    padding: 8px 12px;
  }

  #tour_wrap .departure .departure_label {
    font-size: 11px;
  }

  #tour_wrap .departure .departure_item {
    font-size: 14px;
    font-weight: bold;
  }

  #tour_wrap .title {}

  #tour_wrap .title .title-sub {
    font-size: 16px;
    font-weight: bold;
  }

  #tour_wrap .title img {
    max-width: 100%;
    margin: 10px auto 0;
  }

  #tour_wrap .discription {
    margin: 18px auto 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  #tour_wrap .notice {
    margin: 24px auto 0;
    font-size: 13px;
    text-align: center;
  }

  #tour_wrap .tour_list {
    padding: 12px 16px 16px;
  }

  #tour_wrap .tour_info {
    margin: 0;
    padding: 0;
  }

  #tour_wrap .article_date {
    position: absolute;
    top: 0;
    left: 0;
  }

  #tour_wrap .tour_link {
    display: flex;
    padding: 16px 0 0;
  }

  #tour_wrap .tour_image {
    margin: 0 16px 0 0;
    padding: 0;
    min-width: 300px;
    min-height: 200px;
    height: auto;
    max-width: 300px;
    flex-basis: 200px;
  }

  #tour_wrap .tour_title {
    font-size: 18px;
  }

  #tour_wrap .tour_price {
    margin: 4px 0 0;
  }

  #tour_wrap .minimum {
    display: inline-block;
    font-size: 14px;
  }

  #tour_wrap .price {
    font-size: 40px;
  }

  #tour_wrap .conditions {
    font-size: 11px;
  }

  #tour_wrap .tour_kind {
    /* margin: 8px 0 0; */
  }

  #tour_wrap .period {
    margin: 4px 0 0;
    font-size: 13px;
  }

  #tour_wrap .tour_discription {
    margin: 16px 0 0;
    font-size: 15px;
  }

  #tour_wrap .tour_button {
    margin: 16px 0 0;
    padding: 0;
  }

  #tour_wrap .tour_button .link_button {
    display: inline-block;
    padding: 16px 88px;
    font-size: 16px;
  }

  #price_notice {
    margin: 32px 0 0;
  }

  #price_notice .price_notice_label {
    font-size: 16px;
  }

  #price_notice p {
    font-size: 14px;
  }
}