@charset "UTF-8";
p, span, a, h2, h3 {
  line-height: 1.5;
}
a {
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
a:hover {
  opacity: 0.6;
}
img {
  max-width: 100%;
  height: auto;
}
.kankou-top div, .kankou-top span, .kankou-top applet, .kankou-top object, .kankou-top iframe,
.kankou-top h1, .kankou-top h2, .kankou-top h3, .kankou-top h4, .kankou-top h5, .kankou-top h6, .kankou-top p,
.kankou-top blockquote, .kankou-top pre, .kankou-top a, .kankou-top abbr, .kankou-top acronym, .kankou-top address,
.kankou-top big, .kankou-top cite, .kankou-top code, .kankou-top del, .kankou-top dfn, .kankou-top em, .kankou-top img, .kankou-top ins, .kankou-top kbd, .kankou-top q, .kankou-top s, .kankou-top samp, .kankou-top small, .kankou-top strike, .kankou-top strong, .kankou-top sub, .kankou-top sup, .kankou-top tt, .kankou-top var, .kankou-top b, .kankou-top u, .kankou-top i, .kankou-top center,
.kankou-top dl, .kankou-top dt, .kankou-top dd, .kankou-top ol, .kankou-top ul, .kankou-top li,
.kankou-top fieldset, .kankou-top form, .kankou-top label, .kankou-top legend,
.kankou-top table, .kankou-top caption, .kankou-top tbody, .kankou-top tfoot, .kankou-top thead, .kankou-top tr, .kankou-top th, .kankou-top td,
.kankou-top article, .kankou-top aside, .kankou-top canvas, .kankou-top details, .kankou-top embed, .kankou-top figure, .kankou-top figcaption, .kankou-top footer, .kankou-top header, .kankou-top hgroup,
.kankou-top menu, .kankou-top nav, .kankou-top output, .kankou-top ruby, .kankou-top section, .kankou-top summary, .kankou-top time, .kankou-top mark, .kankou-top audio, .kankou-top video, .kankou-top picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.kankou-top article, .kankou-top aside, .kankou-top details, .kankou-top figcaption, .kankou-top figure, .kankou-top footer, .kankou-top header, .kankou-top hgroup, .kankou-top menu, .kankou-top nav, .kankou-top section, .kankou-top summary, .kankou-top picture {
  display: block;
}
.kankou-top *, .kankou-top *:before, .kankou-top *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.kankou-top button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.kankou-top .pdf_download{
  display: none !important;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 1081px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
body {
  margin: 0 !important;
}
#mymainback{
  padding: 0 !important;
}
.kankou-top {
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.kankou-top p {
  font-weight: 500;
}
/*=============================
  TOPここから
=============================*/
.kankou-top .kv_bottom {
  margin: 64px auto;
}
.kankou-top .kv_bottom_bnr {
  max-width: 528px;
  width: 96%;
  display: block;
  margin: 0 auto;
}
.kankou-top .spot-section {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.kankou-top .spot-layout {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 80px;
}

.kankou-top .spot-layout.layout-reverse {
  flex-direction: row-reverse;
}

.kankou-top .spot-image {
  flex: 1 1 56%;
  min-width: 0;
  overflow: hidden;
  border-radius: 0 16px 16px 0;
}
.layout-reverse .spot-image{
  border-radius: 16px 0 0 16px;
}
.kankou-top .spot-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 420;
  object-fit: cover;
}

.kankou-top .spot-card {
  position: static;
  flex: 1 1 44%;
  min-width: 0;
  align-self: center;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 16px;
  padding: 32px;
  box-sizing: border-box;
  margin-left: -10%;
  margin-top: 80px;
  z-index: 10;
}
.layout-reverse .spot-card{
  margin-right: -10%;
  margin-left: 0;
}

.kankou-top .spot-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  flex-shrink: 0;
}

.kankou-top .spot-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.kankou-top .spot-card__label {
  margin: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.kankou-top .spot-card__label::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  background: #0b7a3d;
  border-radius: 999px;
}

.kankou-top .spot-card__title {
  margin: 24px 0 16px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #333;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.kankou-top .spot-card__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  overflow-wrap: break-word;
  word-break: break-word;
}

.kankou-top .spot-card__text br {
  display: none;
}

.kankou-top .spot-card__button,
.kankou-top .new-tab__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  max-width: 100%;
  min-height: 56px;
  margin: 32px auto 0;
  padding: 16px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  box-sizing: border-box;
  text-align: center;
  flex-wrap: wrap;
}

.kankou-top .spot-card__button {
  border: 1px solid #0b7a3d;
  color: #0b7a3d;
  display: flex;
  min-width: 240px;
  width: 50%;  
  background: #fff;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.kankou-top .spot-card__button:hover {
  background: #0b7a3d;
  border-color: #0b7a3d;
  color: #fff;
  opacity: 1;
}

.kankou-top .spot-card__button:hover .spot-card__button-icon img {
  content: url("/img/site/kankou/btn-arrow-hover.png");
}

.kankou-top .new-tab__button {
  border: 1px solid #4F2621;
  color: #4F2621;
  background: #fff;
  display: flex;
  min-width: 280px;
  width: 60%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.kankou-top .new-tab__button:hover {
  background: #4F2621;
  border-color: #4F2621;
  color: #fff;
  opacity: 1;
}

.kankou-top .new-tab__button:hover .new-tab__button-icon img {
  content: url("/img/site/kankou/new-tab-hover.png");
}

.kankou-top .spot-card__button-icon,
.kankou-top .new-tab__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kankou-top .spot-card__button-icon {
  width: 22px;
  height: 22px;
}

.kankou-top .new-tab__button-icon {
  width: 16px;
  height: 16px;
}

.kankou-top .spot-card__button-icon img,
.kankou-top .new-tab__button-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.kankou-top .new-tab__button span {
  font-size: inherit;
}

.kankou-top .link-area {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.kankou-top .link-area-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 64px;
  max-width: 100%;
  padding: 20px 16px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 0 15px #d3d3d3;
  color: #000 !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  overflow-wrap: break-word;
}

.kankou-top .link-area-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.kankou-top .link-area-btn-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.kankou-top .guide {
  margin: 0 auto 64px;
  padding: 64px 0;
  background: #F4F7EA;
}
.kankou-top .guide-top__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
}
.kankou-top .guide-top__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.kankou-top .guide-top__label {
  margin: 0 auto 52px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
.kankou-top .guide-top__label::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  background: #0b7a3d;
  border-radius: 999px;
}
.kankou-top .guide-top__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.kankou-top .guide-top__text br {
  display: none;
}
.kankou-top .guide-sec {
  max-width: 1080px;
  width: 96%;
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.kankou-top .guide-sec-flex {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #d4d4d4;
          box-shadow: 0 0 10px #d4d4d4;
}
.kankou-top .guide-sec-img {
  max-width: 147px;
}
.kankou-top .guide-sec-detail-top {
  font-size: 1.3rem;
  margin: 0;
}
.kankou-top .guide-sec-detail-bottom {
  font-size: 2.0rem;
  margin: 0;
}
.kankou-top .guide-sec-detail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 240px;
  margin: 32px auto 0;
  padding: 12px 16px;
  border: 1px solid #4F2621;
  border-radius: 999px;
  text-decoration: none;
  color: #4F2621;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.kankou-top .guide-sec-detail-btn span {
  margin-left: auto;
}
.kankou-top .guide-sec-detail-btn:hover {
  background: #4F2621;
  border-color: #4F2621;
  color: #fff;
  opacity: 1;
}
.kankou-top .guide-sec-detail-btn:hover .guide-sec-detail-btn-icon img {
  content: url("/img/site/kankou/new-tab-hover.png");
}
.kankou-top .guide-sec-detail-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.kankou-top .guide-sec-detail-btn-icon img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
}
.kankou-top .sns {
  max-width: 1080px;
  padding-bottom: 64px;
  border-bottom: 2px solid #D9D9D9;
  margin: 0 auto 64px;
}
.kankou-top .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.kankou-top .sns-link a {
  display: block;
  max-width: 40px;
}
.kankou-top .link-area-large {
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.kankou-top .link-area-large-btn {
  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;
  width: 344px;
  gap: 8px;
  padding: 24px 16px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-box-shadow: 0 0 15px #d3d3d3;
          box-shadow: 0 0 15px #d3d3d3;
  color: #000 !important;
  font-size: 1.8rem;
  font-weight: 700;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kankou-top .link-area-large-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
}
.kankou-top .link-area-large-btn-icon img {
  display: block;
  width: 100%;
  height: auto;
}
#mymainback{
  width: 100%;
  display: block;
}
#main{
  width: 100%;
  margin: 0 auto;
}
#main_a{
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.tpl_side1 #main{
  width: 100%;
}
.tpl_side1 #main_a {
    padding-left: 0;
}

/* TOPスライダーここから */
.kv__picture {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.kv__picture.is-ready {
    opacity: 1;
}

.kv__picture .free_box {
    box-sizing: border-box;
    position: relative;
}
.kv__picture .free_box::before {
  content: "";
  background-image: url(/img/site/kankou/kv-text.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 450px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 12.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.kv__picture .free_box p {
    margin: 0;
}

.kv__picture .free_box img {
    display: block;
    width: 100%;
}

.kv__picture.swiper-fade .swiper-slide {
    pointer-events: none;
}

.kv__picture.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
/* TOPスライダーここまで */

/* SP */
@media screen and (max-width: 1080px) {
  #mymainback{
    margin: 0;
  }  
  #header2{
    border-bottom: 4px solid #006735;
  }
  /* TOPスライダーここから */
  .kv__picture {
      position: relative;
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.3s ease;
      height: 560px;
      object-fit: cover;
      object-position: center;
  }

  .kv__picture.is-ready {
      opacity: 1;
  }

  .kv__picture .free_box {
      box-sizing: border-box;
      position: relative;
  }
  .kv__picture .free_box::before {
    content: "";
    background-image: url(/img/site/kankou/kv-text.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 450px;
    width: 86%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .kv__picture .free_box p {
      margin: 0;
      height: 100%;
  }

  .kv__picture .free_box img {
      display: block;
      width: 100%;
      height: 100% !important;      
      object-fit: cover !important;
      object-position: center !important;
  }

  .kv__picture.swiper-fade .swiper-slide {
      pointer-events: none;
  }

  .kv__picture.swiper-fade .swiper-slide-active {
      pointer-events: auto;
  }
  /* TOPスライダーここまで */  
  .kankou-top .kv_bottom {
    margin: 64px auto;
  }
  .kankou-top .kv_bottom_bnr {
    max-width: 528px;
    width: 96%;
    display: block;
    margin: 0 auto;
  }
  .kankou-top .new-tab__button {
    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;
    gap: 18px;
    width: 280px;
    max-width: 100%;
    margin: 32px auto 0;
    padding: 16px 20px;
    border: 1px solid #4F2621;
    border-radius: 999px;
    text-decoration: none;
    color: #4F2621;
    font-size: 1.5rem;
    font-weight: 700;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  .kankou-top .new-tab__button:hover {
    background: #4F2621;
    border-color: #4F2621;
    color: #fff;
    opacity: 1;
  }
  .kankou-top .new-tab__button:hover .new-tab__button-icon img {
    content: url("/img/site/kankou/new-tab-hover.png");
  }
  .kankou-top .new-tab__button-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .kankou-top .new-tab__button-icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .kankou-top .new-tab__button span{
    font-size: 1.4rem;
  }
  .kankou-top .link-area {
    margin: 0 auto 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 712px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-direction: column;            
    gap: 24px;
  }
  .kankou-top .link-area-btn {
    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;
    gap: 8px;
    width: 88%;
    max-width: 350px;    
    margin: 0 auto;
    padding: 24px 16px;
    border-radius: 8px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 15px #d3d3d3;
            box-shadow: 0 0 15px #d3d3d3;
    color: #000 !important;
    font-size: 1.6rem;
    font-weight: 700;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kankou-top .link-area-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
  }
  .kankou-top .link-area-btn-icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .kankou-top .guide {
    margin: 0 auto 64px;
    padding: 64px 0;
    background: #F4F7EA;
  }
  .kankou-top .guide-top__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
  }
  .kankou-top .guide-top__icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .kankou-top .guide-top__label {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
  }
  .kankou-top .guide-top__label::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin: 14px auto 0;
    background: #0b7a3d;
    border-radius: 999px;
  }
  .kankou-top .guide-top__text {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
  }
  .kankou-top .guide-top__text br {
    display: inline;
  }  
  .kankou-top .guide-sec {
    max-width: 1080px;
    width: 96%;
    margin: 32px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: wrap;            
    gap: 24px;
  }
  .kankou-top .guide-sec-flex {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    align-items: center;            
    gap: 24px;
    flex-direction: column;      
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #d4d4d4;
            box-shadow: 0 0 10px #d4d4d4;
    min-width: 335px;            
  }
  .kankou-top .guide-sec-img {
    max-width: 147px;
  }
  .kankou-top .guide-sec-detail-top {
    font-size: 1.3rem;
    margin: 0;
  }
  .kankou-top .guide-sec-detail-bottom {
    font-size: 2.0rem;
    margin: 0;
  }
  .kankou-top .guide-sec-detail-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 240px;
    margin: 32px auto 0;
    padding: 12px 16px;
    border: 1px solid #4F2621;
    border-radius: 999px;
    text-decoration: none;
    color: #4F2621;
    font-size: 1.5rem;
    font-weight: 700;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  .kankou-top .guide-sec-detail-btn span {
    margin-left: auto;
  }
  .kankou-top .guide-sec-detail-btn:hover {
    background: #4F2621;
    border-color: #4F2621;
    color: #fff;
    opacity: 1;
  }
  .kankou-top .guide-sec-detail-btn:hover .guide-sec-detail-btn-icon img {
    content: url("/img/site/kankou/new-tab-hover.png");
  }
  .kankou-top .guide-sec-detail-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .kankou-top .guide-sec-detail-btn-icon img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
  }
  .kankou-top .sns {
    max-width: 1080px;
    width: 90%;
    padding-bottom: 64px;
    border-bottom: 2px solid #D9D9D9;
    margin: 0 auto 64px;
  }
  .kankou-top .sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .kankou-top .sns-link a {
    display: block;
    max-width: 40px;
  }
  .kankou-top .link-area-large {
    margin: 0 auto 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    width: 90%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .kankou-top .link-area-large-btn {
    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;
    max-width: 400px;            
    width: 100%;
    gap: 8px;
    padding: 24px 16px;
    border-radius: 8px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 15px #d3d3d3;
            box-shadow: 0 0 15px #d3d3d3;
    color: #000 !important;
    font-size: 1.8rem;
    font-weight: 700;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kankou-top .link-area-large-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16px;
    height: 16px;
  }
  .kankou-top .link-area-large-btn-icon img {
    display: block;
    width: 100%;
    height: auto;
  }  
  .kankou-top .spot-card__title {
    margin: 24px 0 12px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 700;
    color: #333;
  }  
  .kankou-top .spot-card__text {
      margin: 0;
      font-size: 1.4rem;
      line-height: 1.7;
  }  
}
@media screen and (max-width: 750px) {
  .kankou-top .spot-layout {
    position: relative;
    max-width: 100%;
    margin: 0 auto 370px;
    overflow: visible;
  }
  .kankou-top .spot-image {
    max-width: 100%;
    width: 89.3%;
    overflow: hidden;
    border-radius: 0 16px 16px 0;
  }
  .kankou-top .layout-reverse .spot-image {
    margin-left: auto;
    border-radius: 16px 0 0 16px;
  }
  .kankou-top .spot-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
      object-fit: cover;
  }
  .kankou-top .spot-card {
    position: absolute;
    top: 41.6vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 100%;
    width: 89.3%;
    background: rgba(255, 255, 255, 0.8156862745);
    border-radius: 16px;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;            
  }
  .kankou-top .layout-reverse .spot-card {
    position: absolute;
    top: 41.6vw;
    left: 50% !important;
    right: unset !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 100%;
    width: 89.3%;
    background: rgba(255, 255, 255, 0.8156862745);
    border-radius: 16px;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kankou-top .spot-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
  }
  .kankou-top .spot-card__icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .kankou-top .spot-card__label {
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
  }
  .kankou-top .spot-card__label::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin: 14px auto 0;
    background: #0b7a3d;
    border-radius: 999px;
  }
  .kankou-top .spot-card__title {
    margin: 24px 0 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 700;
    color: #333;
  }
  .kankou-top .spot-card__text {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .kankou-top .spot-card__button {
    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;
    gap: 18px;
    width: 280px;
    max-width: 100%;
    margin: 16px auto 0;
    padding: 12px 20px;
    border: 1px solid #0b7a3d;
    border-radius: 999px;
    text-decoration: none;
    color: #0b7a3d;
    font-size: 1.4rem;
    font-weight: 700;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  .kankou-top .spot-card__button:hover {
    background: #0b7a3d;
    border-color: #0b7a3d;
    color: #fff;
    opacity: 1;
  }
  .kankou-top .spot-card__button:hover .spot-card__button-icon img {
    content: url("/img/site/kankou/btn-arrow-hover.png");
  }
  .kankou-top .spot-card__button-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .kankou-top .spot-card__button-icon img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .kankou-top .spot-layout{
    margin-bottom: 450px;
  }
}
/*=============================
  TOPここまで
=============================*/







/* 観光特サブ ヘッダーcssここから */
#support_menu_open{
  padding-left: 24px;
}
.h_support button::before{
  width: 18px;
  height: 12.6px;
}
#support_menu_box{

}
.kankou-global{
  border-top: 1px solid #cccccc;
  border-bottom: 4px solid #006735;
}
.kankou-global-inner{
  display: flex;
  align-items: center;
  max-width: 1080px;
  width: 96%;
  margin: 0 auto;
}
.kankou-global-inner a{
  display: block;
  width: 25%;
  padding: 24px 0;
  text-align: center;
  color: #000;
}
.kankou-global-inner a span{
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-size: 1.8rem;
  font-weight: bold;
}
.kankou-global-inner a span::before{
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
}
.kankou-global-inner a:hover{
  background: #4F2621;
  color: #fff;
  opacity: 1;
}
.kankou-global-spot span::before{
  background-image: url(/img/site/kankou/kankou-global-spot.png);
}
.kankou-global-spot:hover span::before{
  background-image: url(/img/site/kankou/kankou-global-spot-active.png);
}
.kankou-global-model span::before{
  background-image: url(/img/site/kankou/kankou-global-model.png);
}
.kankou-global-model:hover span::before{
  background-image: url(/img/site/kankou/kankou-global-model-active.png);
}
.kankou-global-omiyage span::before{
  background-image: url(/img/site/kankou/kankou-global-omiyage.png);
}
.kankou-global-omiyage:hover span::before{
  background-image: url(/img/site/kankou/kankou-global-omiyage-active.png);
}
.kankou-global-event span::before{
  background-image: url(/img/site/kankou/kankou-global-event.png);
}
.kankou-global-event:hover span::before{
  background-image: url(/img/site/kankou/kankou-global-event-active.png);
}
@media screen and (max-width: 1080px) {
  #support_menu_open{
    padding-left: 24px;
  }
  .h_support button::before{
    width: 18px;
    height: 12.6px;
  }
  #support_menu_box{

  }
  .kankou-global{
    display: none !important;
  }
  #he_left{
    position: static;
    margin: 0px;
    padding: 24px 0;
    margin-left: 24px;
    width: 178px;    
  }
  button#spm_support{
    display: block;
    width: 80px;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    border: none;
    background: url(/img/site/kankou/kankou-spm_support.png) no-repeat center center / 48px auto #fff;
    color: #fff;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 90;    
  }
  .header_nav{
    top: 80px !important;
  }
  .spm_support_open .header_nav{
    top: 80px !important;
  }
}
/* 観光特サブ ヘッダーcssここまで */


/* 観光特サブ フッターcssここから */
#author_info{
  border-top: 4px solid #006735;
  padding: 64px 0 0;
}
.f_contact{
  margin-bottom: 16px;
}
#author_info_box{
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto 64px;
}
#author_box{
  width: 48.8%;
  padding: 0;
}
.footer-contact{
  width: 23.3%;
}
#author_box p.f_author{
  font-size: 2.0rem;
}
.footer-contact-heading{
  font-size: 2.0rem;
  font-weight: bold !important;
  margin-top: 0 !important;
}
.f_contact{
  margin-bottom: 16px;
}
.f_number{
  font-size: 1.6rem;
}
.footer-contact-text{

}
.footer-btn-text{
  margin-left: auto;
}
.footer-btn .spot-card__button{
  justify-content: center;
  gap: 0;
}
.footer-btn .spot-card__button-icon{
  margin-left: auto;
}
.copyright-inner{
  display: flex;
  max-width: 1080px;
  width: 96%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.copyright-link{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.copyright-link a{
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none !important;
}
.kankou-global-sp{
  display: none;
}
@media screen and (max-width: 1080px) {
  #author_info{
    border-top: 4px solid #006735;
    padding: 64px 0 0;
  }
  .f_contact{
    margin-bottom: 16px;
  }
  #author_info_box{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    max-width: 1080px;
    margin: 0 auto 64px;
    padding-top: 0;
  }
  #author_box{
    width: 89%;
    padding: 0;
    margin-bottom: 0;
  }
  .footer-contact{
    width: 89%;
  }
  #author_box p.f_author{
    font-size: 2.0rem;
  }
  .footer-contact-heading{
    font-size: 2.0rem;
    font-weight: bold !important;
    margin-top: 0 !important;
  }
  .f_contact{
    margin-bottom: 16px;
  }
  .f_number{
    font-size: 1.6rem;
  }
  .footer-btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-btn-text{
    margin-left: auto;
  }
  .footer-btn .spot-card__button{
    justify-content: center;
    gap: 0;
    width: 30%;
    min-width: 240px;
    margin: 0;
  }
  .footer-btn .spot-card__button-icon{
    margin-left: auto;
  }
  .copyright-inner{
    display: flex;
    max-width: 1080px;
    width: 96%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .copyright-link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
  }
  .copyright-link a{
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none !important;
  }  
  #spm_wrap{
    border-top: 2px solid #fff;
  }
  #spm_wrap #spm_kaiyu {
      background: url(/img/common/btn_home_close.png) no-repeat center center #006735 !important;
      background-size: 38px auto !important;
      color: #000000;
  }  
  #spm_wrap #spm_kaiyu:hover {
    opacity: 1;
  }    
  #spm_wrap button#spm_menu  {
    background: url(/img/common/btn_menu_close.png) no-repeat center center #006735 !important;
    background-size: 52px auto !important;
    color: #000000;
    border-left: 2px solid #fff;
  }
  .spm_menu_open #spm_wrap button#spm_menu{
    background-color: #fff !important;
    background-image: url(/img/common/btn_menu.png) !important;
    border-top-color: transparent;    
  }
  #spm_wrap button#spm_search{
    background: url(/img/common/btn_search_close.png) no-repeat center center #006735 !important;
    background-size: 26px auto !important;
    color: #000000;
    border-left: 2px solid #fff;    
  }
  .spm_search_open #spm_wrap button#spm_search{
    background-color: #fff !important;
    background-image: url(/img/common/btn_search.png) !important;
    border-top-color: transparent;    
  }
  .spm_search_open .header_search{
    background: #fff;
  }  
  .info-inner{
    background: #fff;
  }  
  .kankou-global-sp{
    display: none;
  }
  .tpl_site #container.spm_menu_open .kankou-global-sp{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #333;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 998;
    padding-top: 120px;    
  }
  .tpl_site #container.spm_menu_open .kankou-global-sp-inner{
    display: flex;
    justify-content: center;
    row-gap: 11px;
    column-gap: 11px;
    flex-wrap: wrap;
    width: 89%;
    margin: 0 auto;    
  }
  .tpl_site #container.spm_menu_open .kankou-global-sp-inner a{
    display: block;
    width: 48.3%;
  }  
}
/* 観光特サブ フッターcssここまで */

/* 下層共通ここから */
#footstep_wrap{
  display: none;
}
#pankuzu_wrap > div{
  margin-bottom: 0;
  padding-left: 0;
}
#pankuzu_wrap{
  padding: 16px 0;
  background: #fff;
}
.pankuzu:first-child .icon_current, #footstep_ttl{
  display: none;
}
@media screen and (max-width: 1080px) {
  #mymainback_bg > #pankuzu_wrap{
    order: unset;
    border-top: 4px solid #006735;
  }
}

/* 下層共通ここまで */


/* 大メニューここから */
.tpl_site_list_2 #mainimg{
  display: none !important;
}
.tpl_site_list_2 #mymainback{
  display: flex;
  flex-direction: row-reverse;
  max-width: 1080px;
  width: 96%;
  margin: 64px auto;
}
.tpl_site_list_2 #main{
  width: 64%;
}
.tpl_site_list_2 #kasou_header h1{
  text-align: center;
  font-size: 4.0rem;
  padding: 80px 0;
  color: #fff;
  margin: 0;
}
.tpl_site_list_2 #kasou_header.kankou-list h1{
  background: url("/img/site/kankou/spot-title-bg.png");
  background-position: center;  
}
.tpl_site_list_2 #kasou_header.model-list h1{
  background: url("/img/site/kankou/model-title-bg.png");
  background-position: center;
}
.tpl_site_list_2 #kasou_header.omiyage-list h1{
  background: url("/img/site/kankou/omiyage-title-bg.png");
  background-position: center;  
}
.tpl_site_list_2 #kasou_header.event-list h1{
  background: url("/img/site/kankou/event-title-bg.png");
  background-position: center;  
}     
.tpl_site_list_2 .spot-card__button {
  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;
  gap: 18px;
  width: 280px;
  max-width: 100%;
  margin: 32px auto 0;
  padding: 16px 20px;
  border: 1px solid #0b7a3d;
  border-radius: 999px;
  text-decoration: none;
  color: #0b7a3d;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.tpl_site_list_2 .spot-card__button:hover {
  background: #0b7a3d;
  border-color: #0b7a3d;
  color: #fff;
  opacity: 1;
}
.tpl_site_list_2 .spot-card__button:hover .spot-card__button-icon img {
  content: url("/img/site/kankou/btn-arrow-hover.png");
}
.tpl_site_list_2 .spot-card__button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tpl_site_list_2 .spot-card__button-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.tpl_site_list_2 .info_list ul li::before{
  width: 16px;
  height: 8px;
  background-color: #006735;
  content: "";
  position: absolute;
  left: 0;
  top: 47%;
}
.tpl_site_list_2 .info_list ul li{
  position: relative;
}
.tpl_site_list_2 .info_list ul li > span{
  padding-left: 24px;
}
.tpl_site_list_2 .info_list ul li > span a{
  font-size: 3.2rem;
  color: #000;
  font-weight: bold;
  text-decoration: none;  
}
.common_banner_link a{
  color: #006735;
  border-radius: 8px;
  border: 1px solid #006735;
  background: #fff;
}
.common_banner_link .common_banner_mitsukaranai a > span{
  background: url(/img/site/kankou/icon_mitsukaranai.png) no-repeat left center transparent;
  background-size: 3rem;
}
.common_banner_link .common_banner_faq a > span{
  background: url(/img/site/kankou/icon_faq.png) no-repeat left center transparent;  
  background-size: 3rem;
}
@media screen and (max-width: 1080px) {
  .tpl_site_list_2 #mainimg{
    display: none !important;
  }
  .tpl_site_list_2 #mymainback{
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    width: 96%;
    margin: 64px auto;
  }
  .tpl_site_list_2 #main{
    width: 89%;
    margin: 0 auto;
  }
  .tpl_site_list_2 #kasou_header h1{
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 4.0rem;
    padding: 80px 0;
    color: #fff;
    margin: 0;
  }
  .tpl_site_list_2 #kasou_header.kankou-list h1{
    background: url("/img/site/kankou/spot-title-bg_sp.png");
    background-position: center;    
  }
  .tpl_site_list_2 #kasou_header.model-list h1{
    background: url("/img/site/kankou/model-title-bg_sp.png");
    background-position: center;       
  }
  .tpl_site_list_2 #kasou_header.omiyage-list h1{
    background: url("/img/site/kankou/omiyage-title-bg_sp.png");
    background-position: center;       
  }
  .tpl_site_list_2 #kasou_header.event-list h1{
    background: url("/img/site/kankou/event-title-bg_sp.png");
    background-position: center;       
  }
  .tpl_site_list_2 .spot-card__button {
    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;
    gap: 18px;
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 20px;
    border: 1px solid #0b7a3d;
    border-radius: 999px;
    text-decoration: none;
    color: #0b7a3d;
    font-size: 1.5rem;
    font-weight: 700;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  .tpl_site_list_2 .spot-card__button:hover {
    background: #0b7a3d;
    border-color: #0b7a3d;
    color: #fff;
    opacity: 1;
  }
  .tpl_site_list_2 .spot-card__button:hover .spot-card__button-icon img {
    content: url("/img/site/kankou/btn-arrow-hover.png");
  }
  .tpl_site_list_2 .spot-card__button-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .tpl_site_list_2 .spot-card__button-icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .tpl_site_list_2 .info_list ul li::before{
    width: 16px;
    height: 8px;
    background-color: #006735;
    content: "";
    position: absolute;
    left: 0;
    top: 47%;
  }
  .tpl_site_list_2 .info_list ul li{
    position: relative;
  }
  .tpl_site_list_2 .info_list ul li > span{
    padding-left: 24px;
  }
  .tpl_site_list_2 .info_list ul li > span a{
    font-size: 3.2rem;
    color: #000;
    font-weight: bold;
    text-decoration: none;  
  }
  .tpl_site_list_2 #sidebar1{
    width: 89%;
    margin: 32px auto 0;
  }
  .common_banner_link a{
    color: #006735;
    border-radius: 8px;
    border: 1px solid #006735;
    background: #fff;
  }
  .common_banner_link .common_banner_mitsukaranai a > span{
    background: url(/img/site/kankou/icon_mitsukaranai.png) no-repeat left center transparent;
    background-size: 3rem;
  }
  .common_banner_link .common_banner_faq a > span{
    background: url(/img/site/kankou/icon_faq.png) no-repeat left center transparent;  
    background-size: 3rem;
  }  
}
/* 大メニューここまで */

/* 小メニューここから */
.tpl_site_list1 #main_header h1{
  position: relative;
  padding: 0 0 0 32px;
  background-color: transparent;
  color: #000;
}
.tpl_site_list1 #main_header h1::before {
  width: 16px;
  height: 8px;
  background-color: #006735;
  content: "";
  position: absolute;
  left: 0;
  top: 47%;
}
.tpl_site_list1 #mainimg{
  display: none !important;
}
.tpl_site_list1 #mymainback{
  display: flex;
  flex-direction: row-reverse;
  max-width: 1080px;
  width: 96%;
  margin: 64px auto;
}
.tpl_site_list1 #main{
  width: 64%;
}
.tpl_site_list1 #kasou_header p{
  text-align: center;
  font-size: 4.0rem;
  font-weight: bold;
  padding: 80px 0;
  color: #fff;
  margin: 0;
}
.tpl_site_list1 #kasou_header.kankou-list p{
  background: url("/img/site/kankou/spot-title-bg.png");
  background-position: center;     
}
.tpl_site_list1 #kasou_header.model-list p{
  background: url("/img/site/kankou/model-title-bg.png");
  background-position: center;    
}
.tpl_site_list1 #kasou_header.omiyage-list p{
  background: url("/img/site/kankou/omiyage-title-bg.png");
  background-position: center;    
}
.tpl_site_list1 #kasou_header.event-list p{
  background: url("/img/site/kankou/event-title-bg.png");
  background-position: center;    
}     
.tpl_site_list1 .spot-card__button {
  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;
  gap: 18px;
  width: 280px;
  max-width: 100%;
  margin: 32px auto 0;
  padding: 16px 20px;
  border: 1px solid #0b7a3d;
  border-radius: 999px;
  text-decoration: none;
  color: #0b7a3d;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.tpl_site_list1 .spot-card__button:hover {
  background: #0b7a3d;
  border-color: #0b7a3d;
  color: #fff;
  opacity: 1;
}
.tpl_site_list1 .spot-card__button:hover .spot-card__button-icon img {
  content: url("/img/site/kankou/btn-arrow-hover.png");
}
.tpl_site_list1 .spot-card__button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tpl_site_list1 .spot-card__button-icon img {
  display: block;
  width: 100%;
  height: auto;
}
/* .tpl_site_list1 .info_list ul li::before{
  width: 16px;
  height: 8px;
  background-color: #006735;
  content: "";
  position: absolute;
  left: 0;
  top: 42%;
}
.tpl_site_list1 .info_list ul li{
  position: relative;
}
.tpl_site_list1 .info_list ul li > span{
  padding-left: 24px;
  font-size: 2.4rem;
} */
@media screen and (max-width: 1080px) {
  .tpl_site_list1 #mainimg{
    display: none !important;
  }
  .tpl_site_list1 #mymainback{
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    width: 96%;
    margin: 32px auto;
  }
  .tpl_site_list1 #main{
    width: 89%;
    margin: 0 auto;
  }
  .tpl_site_list1 #kasou_header p{
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 4.0rem;
    padding: 80px 0;
    color: #fff;
    margin: 0;
  }
  .tpl_site_list1 #kasou_header.kankou-list p{
    background: url("/img/site/kankou/spot-title-bg_sp.png");
    background-position: center;      
  }
  .tpl_site_list1 #kasou_header.model-list p{
    background: url("/img/site/kankou/model-title-bg_sp.png");
    background-position: center;      
  }
  .tpl_site_list1 #kasou_header.omiyage-list p{
    background: url("/img/site/kankou/omiyage-title-bg_sp.png");
    background-position: center;      
  }
  .tpl_site_list1 #kasou_header.event-list p{
    background: url("/img/site/kankou/event-title-bg_sp.png");
    background-position: center;      
  }   
  .tpl_site_list1 .spot-card__button {
    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;
    gap: 18px;
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 20px;
    border: 1px solid #0b7a3d;
    border-radius: 999px;
    text-decoration: none;
    color: #0b7a3d;
    font-size: 1.5rem;
    font-weight: 700;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  .tpl_site_list1 .spot-card__button:hover {
    background: #0b7a3d;
    border-color: #0b7a3d;
    color: #fff;
    opacity: 1;
  }
  .tpl_site_list1 .spot-card__button:hover .spot-card__button-icon img {
    content: url("/img/site/kankou/btn-arrow-hover.png");
  }
  .tpl_site_list1 .spot-card__button-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .tpl_site_list1 .spot-card__button-icon img {
    display: block;
    width: 100%;
    height: auto;
  }  
  .tpl_site_list1 #sidebar1{
    width: 89%;
    margin: 32px auto 0;
  }  
 }
/* 小メニューここまで */



/* 記事ページここから */
.tpl_site_detail #mainimg{
  display: none !important;
}
.tpl_site_detail #mymainback{
  display: flex;
  flex-direction: row-reverse;
  max-width: 1080px;
  width: 96%;
  margin: 64px auto;
}
.tpl_site_detail #main{
  width: 68.5%;
  margin: 0;
}
.tpl_site_detail #kasou_header p{
  text-align: center;
  font-size: 4.0rem;
  font-weight: bold;
  padding: 80px 0;
  color: #fff;  
  margin: 0;
}
.tpl_site_detail .spot-card__button {
  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;
  gap: 18px;
  width: 280px;
  max-width: 100%;
  margin: 32px auto 0;
  padding: 16px 20px;
  border: 1px solid #0b7a3d;
  border-radius: 999px;
  text-decoration: none;
  color: #0b7a3d;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.tpl_site_detail .spot-card__button:hover {
  background: #0b7a3d;
  border-color: #0b7a3d;
  color: #fff;
  opacity: 1;
}
.tpl_site_detail .spot-card__button:hover .spot-card__button-icon img {
  content: url("/img/site/kankou/btn-arrow-hover.png");
}
.tpl_site_detail .spot-card__button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.tpl_site_detail .spot-card__button-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.tpl_site_detail .info_list ul li::before{
  width: 16px;
  height: 8px;
  background-color: #006735;
  content: "";
  position: absolute;
  left: 0;
  top: 47%;
}
.tpl_site_detail .info_list ul li{
  position: relative;
}
.tpl_site_detail .info_list ul li > span{
  padding-left: 24px;
}
.tpl_site_detail .info_list ul li > span a{
  font-size: 3.2rem;
  color: #000;
  font-weight: bold;
  text-decoration: none;  
}
#content_header{
  display: flex;
  gap: 32px;
  justify-content: flex-end;
}
#article_header h1{
  position: relative;
  padding-left: 32px;
}
#article_header h1::before {
    width: 16px;
    height: 8px;
    background-color: #006735;
    content: "";
    position: absolute;
    left: 0;
    top: 47%;
}
.tpl_site_detail #main_body h2{
  background: transparent;
}
.tpl_site_detail #main_body h3{
  background: transparent;
  padding-left: 0;
}
.tpl_site_detail #main_body h4{
  background: #EBF5EF;
}
.content_header__text .date{
  margin-left: 32px;
}
@media screen and (max-width: 1080px) {
  .tpl_site_detail #mainimg{
    display: none !important;
  }
  .tpl_site_detail #mymainback{
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    width: 96%;
    margin: 32px auto;
  }
  .tpl_site_detail #main{
    width: 89%;
    margin: 0 auto;
  }
  .tpl_site_detail #kasou_header p{
    text-align: center;
    background: url("/img/site/kankou/list-title-bg_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 4.0rem;
    padding: 80px 0;
    color: #fff;
    margin: 0;
  }
  .tpl_site_detail .spot-card__button {
    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;
    gap: 18px;
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 20px;
    border: 1px solid #0b7a3d;
    border-radius: 999px;
    text-decoration: none;
    color: #0b7a3d;
    font-size: 1.5rem;
    font-weight: 700;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  .tpl_site_detail .spot-card__button:hover {
    background: #0b7a3d;
    border-color: #0b7a3d;
    color: #fff;
    opacity: 1;
  }
  .tpl_site_detail .spot-card__button:hover .spot-card__button-icon img {
    content: url("/img/site/kankou/btn-arrow-hover.png");
  }
  .tpl_site_detail .spot-card__button-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .tpl_site_detail .spot-card__button-icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .tpl_site_detail .info_list ul li::before{
    width: 16px;
    height: 8px;
    background-color: #006735;
    content: "";
    position: absolute;
    left: 0;
    top: 47%;
  }
  .tpl_site_detail .info_list ul li{
    position: relative;
  }
  .tpl_site_detail .info_list ul li > span{
    padding-left: 24px;
  }
  .tpl_site_detail .info_list ul li > span a{
    font-size: 3.2rem;
    color: #000;
    font-weight: bold;
    text-decoration: none;  
  }
  #content_header{
    display: flex;
    gap: 32px;
    justify-content: flex-end;
  }
  #article_header h1{
    position: relative;
    padding-left: 32px;
  }
  #article_header h1::before {
      width: 16px;
      height: 8px;
      background-color: #006735;
      content: "";
      position: absolute;
      left: 0;
      top: 47%;
  }
  .tpl_site_detail #main_body h2{
    background: transparent;
  }
  .tpl_site_detail #main_body h3{
    background: transparent;
    padding-left: 0;
  }
  .tpl_site_detail #main_body h4{
    background: #EBF5EF;
  }
  .content_header__text .date{
    margin-left: 32px;
  }  
  #content_header{
    gap: 0;
  }
  .content_header__text{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .tpl_site_detail #sidebar1{
    width: 89%;
    margin: 32px auto 0;
  }   
}
/* 記事ページここまで */