@charset "utf-8";

.gsc-control-cse.gsc-control-cse-ja {
  padding: 0;
}

/*------------------ パンくずブロック ------------------*/
.bread-box {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 8px 8px;
  position: relative;
  /*padding-bottom: 0;*/
}

.bb-logo {
  padding-top: 10px;
  max-height: 60px;
}

.bb-logo img {
  width: 180px;
  padding-right: 4px;
}

.bb-bread {
  display: block;
  font-size: 1.6rem;
  white-space: nowrap;
  position: relative;
  margin-top: auto;
  margin-right: auto;
  padding-left: 4px;
  white-space: normal;
}

/*------------------ タイトルブロック ------------------*/
.title-box {
  color: var(--color-sukima-text-with-theme);
  background-color: var(--color-sukima-theme);
  /*font-size: 1.6rem;*/
  padding: 10px 10px 35px 20px;
  position: relative;
  margin-bottom: 4px;
  /* AdSense との境界線　*/
}

.title-box-map {
  color: var(--color-sukima-text-with-theme);
  background-color: var(--color-sukima-theme);
  /*font-size: 1.6rem;*/
  padding: 10px 10px 16px 20px;
  position: relative;
  margin-bottom: 0px;
  /* AdSense との境界線　*/
}

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

.tb-item {
  padding: 0;
  max-width: 520px;
}

.tb-ttl {
  font-family: "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std W8", "メイリオ ボールド", "Meiryo Bold", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 3.6rem;
  padding-right: 0px;
  padding-left: 0px;
}

.tb-ttl::before {
  /* flex box の上下paddingバグ対策 */
  display: block;
  padding-top: 0px;
  padding-bottom: 10px;
  content: '';
}

.tb-text {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding-right: 4px;
  padding-left: 16px;
}

.tb-text::before {
  /* flex box の上下paddingバグ対策 */
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  content: '';
}

.tb-img {
  width: 180px;
  border: solid 2px var(--color-photo-border);
  border-radius: 4px;
}

/*------------------ 本文のブロック ------------------*/
.spot-article {
  padding: 0px 0px;
}

.spot-box-text {
  display: block;
  align-items: center;
  padding: 0 5px 0 20px;
}

.spot-box-photo {
  display: flex;
  align-items: center;
  padding: 0px 5px 0 20px;
}

.spot-box-item {
  padding: 0 8px;
}

.spot-img img {
  /* 画像（小）*/
  width: 320px;
  padding: 8px 0px 8px 0px;
}

.spot-img-large {
  /* 画像（大） */
  max-width: 100%;
  padding: 8px 0px 8px 0px;
}

.spot-box-photo-wide {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  max-width: 100%;
  height: 540px;
  margin: 8px 8px 8px 20px;
  box-sizing: border-box;
  cursor: grab;
  position: relative;
}

.spot-box-photo-wide:active {
  cursor: grabbing;
}

.spot-box-photo-wide img {
  width: auto;
  max-width: none;
  height: auto;
  flex-shrink: 0;
}

.icon-overlay {
  position: absolute;
  top: 4px;
  left: 4px;
  width: auto;
  height: auto;
  z-index: 10;
  pointer-events: none;
  transform: scale(0.3);
  transform-origin: top left;
}

.spot-vr-box {
  padding: 4px 4px 4px 20px;
}

.spot-vr-img {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.spot-vr-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spot-vr-img-half {
  width: 320px;
  height: 240px;
  position: relative;
  padding: 4px 0 4px 0;
}

.spot-vr-img-half iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 240px;
}

.spot-vr-item {
  flex: 1;
  padding: 2px 8px;
  position: relative;
}

.spot-box-map2 {
  /* iframe */
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--color-separator-line);
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.spot-box-map {
  height: 0;
  /*overflow: hidden;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100%;
  position: relative;
}

.spot-box-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.spot-date {
  /*　段落書式（右寄せ）*/
  font-size: 1.6rem;
  padding: 10px 0px 0px 0px;
  /*margin-left:auto;*/
  /* flexbox内の右寄せ */
  text-align: right;
  /* block内の右寄せ */
}

.color-reverse {
  background-color: var(--color-spot-reverse-bg);
  color: var(--color-spot-reverse-text);
}

/*------------------ ページャ ------------------*/
.pager-header {
  padding-top: 16px;
}

.pager-footer {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-sukima-theme);
  font-size: 2rem;
  color: var(--color-sukima-text-with-theme);
  padding: 8px 10px 36px 10px;
  position: relative;
  margin-top: 4px;
  /* AdSense との境界線　*/
}

.pager-footer-map {
  display: flex;
  justify-content: space-between;
  background-color: var(--color-sukima-theme);
  font-size: 2rem;
  color: var(--color-sukima-text-with-theme);
  padding: 8px 10px 36px 10px;
  position: relative;
  margin-top: 0px;
  /* AdSense との境界線　*/
}

.pg-btn {
  font-family: "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std W8", "メイリオ ボールド", "Meiryo Bold", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: var(--color-sukima-text-with-theme);
  display: inline-block;
}

.pg-btn.prev, .pg-btn.next, .pg-btn.back, .pg-btn.atwork {
  color: var(--color-sukima-text-with-theme);
  position: absolute;
}

.pg-btn.prev {
  left: 2%;
}

.pg-btn.next {
  right: 2%;
}

.pg-btn.atwork {
  right: 2%;
  margin-top: 2px;
  width: 90px;
  height: 25px;
}

.pg-btn.back {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pg-btn.prev::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  margin-bottom: -5px;
  border: 12px solid var(--color-sukima-text-with-theme);
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.pg-btn.next::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  margin-bottom: -5px;
  border: 12px solid var(--color-sukima-text-with-theme);
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/*------------------ フッタ ------------------*/
.spot-footer {
  display: flex;
  justify-content: space-between;
  margin: 10px;
}

.sf-item {
  text-align: justify;
}

.fb_iframe_widget>span {
  vertical-align: baseline !important;
}

.twitter {
  display: inline-block;
  bottom: 0;
}

.sf-ttl {
  font-family: "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴ StdN W8", "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std W8", "メイリオ ボールド", "Meiryo Bold", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: var(--color-sukima-theme);
  font-size: 2rem;
}

.sf-list {
  font-size: 1.6rem;
  padding: 4px 16px 10px 16px;
  line-height: 1.6rem;
}

.sf-list-item {
  padding: 0.5rem 0;
}

/*------------------ スマホ用レイアウト ------------------*/
@media (max-width: 576px) {

  /* パンくずボックス（スマホ用）*/
  .bread-box {
    padding: 0px 0px 0px 8px;
    display: block;
  }

  .bb-bread {
    padding: 4px 0 0px 4px;
  }

  .bb-logo img {
    width: 140px;
    padding-right: 4px;
  }

  /* タイトルボックス（スマホ用）*/
  .title-box {
    font-size: 1.6rem;
    padding: 8px 8px 35px 5px;
  }

  .title-box-map {
    font-size: 1.6rem;
    padding: 8px 8px 16px 5px;
  }

  .tb-item {
    max-width: 360px;
  }

  .tb-item-map {
    max-width: 750px;
  }

  .tb-img {
    align-self: stretch;
    max-width: 130px;
    min-width: 90px;
    border: none;
  }

  .tb-img img {
    width: 100%;
  }

  .tb-ttl {
    display: block;
    font-size: 2.4rem;
    /* やや小さめ */
    line-height: 2.6rem;
    /*white-space: nowrap; */
    padding-left: 8px;
    padding-right: 0px;
  }

  .tb-ttl::before {
    /* flex box の上下paddingバグ対策 */
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    content: '';
  }

  .tb-text {
    display: block;
    font-size: 1.4rem;
    /* やや小さめ */
    line-height: 1.5rem;
    padding-left: 16px;
    padding-right: 0px;
  }

  .tb-text::before {
    /* flex box の上下paddingバグ対策 */
    display: block;
    padding-top: 6px;
    padding-bottom: 0px;
    content: '';
  }

  /* 本文（スマホ用）*/
  .spot-article {
    padding: 0;
  }

  .spot-box-text {
    display: block;
    padding: 0 20px;
  }

  .spot-box-photo {
    display: block;
  }

  .spot-box-item {
    padding: 0;
  }

  .spot-img {
    width: 100%;
  }

  .spot-vr-img {
    width: 100%;
  }

  .spot-vr-img-half {
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
  }

  .spot-vr-img-half iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .spot-vr-item {
    width: 100%;
    padding: 2px 8px;
    position: relative;
  }

  .spot-img img {
    width: 100%;
  }

  .spot-vr-large {
    width: 360px;
    height: 270px;
  }

  .twitter {
    display: block;
    padding-top: 8px;
    bottom: 0;
  }

  .gsc-control-cse.gsc-control-cse-ja {
    padding: 30px 10px 0;
  }
}