@charset "UTF-8";
/*//////////////////////////////////////////////////////////

------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  display: block;
  border: 0 none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 1.5rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.scrollin {
  -webkit-animation: fadeIn 0.6s ease-in-out forwards;
          animation: fadeIn 0.6s ease-in-out forwards;
}

.fadeInDelay {
  opacity: 0;
}
.fadeInDelay.scrollin {
  -webkit-animation: fadeIn 0.6s ease-in-out 0.4s forwards;
          animation: fadeIn 0.6s ease-in-out 0.4s forwards;
}

.fadeInLeft {
  opacity: 0;
}
.fadeInLeft.scrollin {
  -webkit-animation: fadeInLeft 0.6s ease-in-out forwards;
          animation: fadeInLeft 0.6s ease-in-out forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.scrollin {
  -webkit-animation: fadeInRight 0.6s ease-in-out forwards;
          animation: fadeInRight 0.6s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ------------------------
    基本構造
------------------------ */
:root {
  --headerHeight: 90px;
  --activeHeaderHeight: 90px;
  --minWidth: 1px;
  --sideW: min(4.4vw, 60px);
}
@media screen and (max-width: 750px) {
  :root {
    --headerHeight: 100px;
    --activeHeaderHeight: 100px;
    --minWidth: 1px;
    --sideW: min(5.1vw, 20px);
  }
}

html {
  width: 100%;
  font-size: 10px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  color: #333333;
  text-align: left;
  letter-spacing: 0.04em;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.al-center {
  text-align: center;
}

.al-center-pc {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .al-center-pc {
    text-align: left;
  }
}

.nolink {
  pointer-events: none;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}

.disp-ib {
  display: inline-block;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .only-sp {
    display: inherit;
  }
}

@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
.contents-wrap {
  margin: 10rem 0 0;
}
@media screen and (max-width: 750px) {
  .contents-wrap {
    margin: 6em 0 0;
  }
}

.contents, .contents_lg {
  max-width: calc(950px + var(--sideW) * 2);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}
.contents_lg {
  max-width: calc(1246px + var(--sideW) * 2);
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 77px;
  width: calc(1266px + var(--sideW) + 40px);
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 40px 0 var(--sideW);
}
@media screen and (max-width: 750px) {
  .hero {
    padding: 35px var(--sideW) 0;
    gap: 15px;
  }
}
.hero > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
  width: 225px;
}
@media screen and (max-width: 750px) {
  .hero > .text {
    gap: 4vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.hero > .text img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .hero > .text img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hero > .text .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 750px) {
  .hero > .text .image {
    width: 46.15vw;
    margin: 0;
  }
}
.hero > .text h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 750px) {
  .hero > .text h1 {
    width: 27.7vw;
  }
}
.hero > .slide {
  width: calc(100% - 225px - 77px);
  padding-top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .hero > .slide {
    width: auto;
    padding: 0;
    margin: 0 calc(var(--sideW) * -1) 0 calc(var(--sideW) / 2 * -1);
  }
}
.hero > .slide .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  height: 665px;
}
@media screen and (max-width: 750px) {
  .hero > .slide .swiper-slide {
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 330px;
  }
}
.hero > .slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero > .slide .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  bottom: 0;
}
.hero > .slide .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 50px;
  height: 24px;
  background: transparent;
  opacity: 0.5;
  margin: 0;
}
.hero > .slide .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  left: 0;
  top: calc(50% - 2px);
}
.hero > .slide .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.sec-read {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .sec-read {
    padding-bottom: 5rem;
  }
}
.sec-read::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 220px);
  background-color: #FAF9F5;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec-read picture {
  display: block;
  margin: 50px auto 0;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .sec-read picture {
    margin: 40px calc(var(--sideW) * -1) 0;
    max-width: calc(100% + var(--sideW) * 2);
  }
}
.sec-read picture img {
  display: block;
}

.list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .list-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .list-nav li {
    width: calc(50% - 5px);
  }
}
.list-nav li a {
  display: block;
}
.list-nav li a:hover {
  opacity: 0.7;
}

.sec-spot {
  position: relative;
  margin-top: 24.09vw;
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .sec-spot {
    margin-top: 48.9vw;
    padding-top: 30px;
  }
}
.sec-spot::before {
  content: "";
  position: absolute;
  width: 100vw;
  aspect-ratio: 1366/329;
  background: url(../img/bg_section.svg) no-repeat center/contain;
  bottom: 100%;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .sec-spot::before {
    background-image: url(../img/bg_section_sp.svg);
    aspect-ratio: 390/191;
  }
}
.sec-spot:nth-of-type(even)::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec-spot--04, .sec-spot--05, .sec-spot--06 {
  margin-top: calc(24.09vw + 5rem);
}
@media screen and (max-width: 750px) {
  .sec-spot--04, .sec-spot--05, .sec-spot--06 {
    margin-top: calc(24.09vw + 19rem);
  }
}
.sec-spot--04::before, .sec-spot--05::before, .sec-spot--06::before {
  background-image: url(../img/bg_02_section.svg);
}
@media screen and (max-width: 750px) {
  .sec-spot--04::before, .sec-spot--05::before, .sec-spot--06::before {
    background-image: url(../img/bg_02_section_sp.svg);
  }
}
.sec-spot--01 {
  margin-top: 10rem;
  padding-top: 0;
}
.sec-spot--01::before {
  content: none;
}
@media screen and (max-width: 750px) {
  .sec-spot--01 .spot-wrap::after {
    content: none;
  }
}
.sec-spot--02 .ttl-cmn-02 {
  color: #946300;
}
.sec-spot--02 .ttl-cmn-02 span::after {
  background-image: url(../img/ttl-spot-brown.svg);
}
.sec-spot--02 .spot-wrap > h3 {
  border-bottom-color: #946300;
}
.sec-spot--02 .spot-wrap-list li figcaption {
  color: #946300;
}
.sec-spot--02 .spot-wrap-list li h3 {
  color: #946300;
}
.sec-spot--02 .spot-wrap-list li dl a {
  color: #946300;
}
.sec-spot--02 .spot-wrap-list li > a {
  background-image: url(../img/ico-map-brown.svg), url(../img/ico-blank.svg);
}
.sec-spot--02 .spot-other h2 {
  background-color: #946300;
}
.sec-spot--02 .spot-other h2::after {
  border-top-color: #946300;
}
.sec-spot--03 .ttl-cmn-02 {
  color: #7A61A1;
}
.sec-spot--03 .ttl-cmn-02 span::after {
  background-image: url(../img/ttl-spot-purple.svg);
}
.sec-spot--03 .spot-wrap > h3 {
  border-bottom-color: #7A61A1;
}
.sec-spot--03 .spot-wrap-list li figcaption {
  color: #7A61A1;
}
.sec-spot--03 .spot-wrap-list li h3 {
  color: #7A61A1;
}
.sec-spot--03 .spot-wrap-list li dl a {
  color: #7A61A1;
}
.sec-spot--03 .spot-wrap-list li > a {
  background-image: url(../img/ico-map-purple.svg), url(../img/ico-blank.svg);
}
.sec-spot--04 .ttl-cmn-02 {
  color: #C24A6B;
}
.sec-spot--04 .ttl-cmn-02 span::after {
  background-image: url(../img/ttl-spot-red.svg);
}
.sec-spot--04 .spot-wrap > h3 {
  border-bottom-color: #C24A6B;
}
.sec-spot--04 .spot-wrap-list li figcaption {
  color: #C24A6B;
}
.sec-spot--04 .spot-wrap-list li h3 {
  color: #C24A6B;
}
.sec-spot--04 .spot-wrap-list li dl a {
  color: #C24A6B;
}
.sec-spot--04 .spot-wrap-list li > a {
  background-image: url(../img/ico-map-red.svg), url(../img/ico-blank.svg);
}
.sec-spot--05 .ttl-cmn-02 {
  color: #207E91;
}
.sec-spot--05 .ttl-cmn-02 span::after {
  background-image: url(../img/ttl-spot-blue.svg);
}
.sec-spot--05 .spot-wrap > h3 {
  border-bottom-color: #207E91;
}
.sec-spot--05 .spot-wrap-list li figcaption {
  color: #207E91;
}
.sec-spot--05 .spot-wrap-list li h3 {
  color: #207E91;
}
.sec-spot--05 .spot-wrap-list li dl a {
  color: #207E91;
}
.sec-spot--05 .spot-wrap-list li > a {
  background-image: url(../img/ico-map-blue.svg), url(../img/ico-blank.svg);
}
.sec-spot .bnr {
  display: block;
  position: relative;
  width: 376px;
  max-width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  margin: 50px auto 0;
}
.sec-spot .bnr:hover {
  border-color: #00692C;
}
.sec-spot .bnr_02 {
  display: block;
  width: 480px;
  max-width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  margin: 0 auto 0;
}
@media screen and (max-width: 750px) {
  .sec-spot .bnr_02 {
    border-radius: 10px;
  }
}
.sec-spot .bnr_02:hover {
  border-color: #00692C;
}

.spot-wrap {
  padding: 6rem;
  margin-top: 5rem;
  background-color: #FAF9F5;
  border-radius: 40px;
}
@media screen and (max-width: 750px) {
  .spot-wrap {
    position: relative;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
.spot-wrap.bg-white {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .spot-wrap.bg-white {
    background-color: transparent;
  }
}
.spot-wrap > h3 {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #467B00;
  line-height: 1.5;
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .spot-wrap > h3 {
    font-size: 2rem;
    margin-top: 50px;
  }
}
.spot-wrap > h3:first-child {
  margin-top: 0;
}
.spot-wrap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .spot-wrap-list {
    margin-top: 40px;
  }
}
.spot-wrap-list:first-child {
  margin-top: 0;
}
.spot-wrap-list li {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 750px) {
  .spot-wrap-list li {
    width: 100%;
  }
}
.spot-wrap-list li figure {
  position: relative;
  color: #467B00;
}
.spot-wrap-list li figure img {
  margin: 0 auto;
  border-radius: 20px;
}
.spot-wrap-list li figure figcaption {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  line-height: 27px;
  border-radius: 14px;
  padding: 0 12px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .spot-wrap-list li figure figcaption {
    font-size: 1.3rem;
    line-height: 24px;
  }
}
.spot-wrap-list li h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 700;
  color: #467B00;
}
.spot-wrap-list li p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.42;
}
.spot-wrap-list li h4 {
  font-size: 1.5rem;
  color: #467B00;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #DEDEDE;
}
@media screen and (max-width: 750px) {
  .spot-wrap-list li h4 {
    font-size: 1.6rem;
  }
}
.spot-wrap-list li h4 + dl {
  margin-top: 5px;
  padding-top: 0;
  border-top: 0 none;
}
.spot-wrap-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #DEDEDE;
  font-size: 1.4rem;
  line-height: 1.5;
}
.spot-wrap-list li dl dt {
  width: 76px;
  font-weight: 700;
}
.spot-wrap-list li dl dd {
  width: calc(100% - 76px);
}
.spot-wrap-list li dl dd a {
  color: #00692C;
  text-decoration: underline;
  word-break: break-all;
}
.spot-wrap-list li dl dd a:hover {
  text-decoration: none;
}
.spot-wrap-list li > a {
  display: block;
  width: 290px;
  max-width: 100%;
  border: 1px solid #DEDEDE;
  font-weight: 700;
  line-height: 45px;
  padding: 0 30px 0 56px;
  background: url(../img/ico-map.svg) no-repeat center left 17px/24px auto, url(../img/ico-blank.svg) no-repeat center right 10px/13px auto;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
.spot-wrap-list li > a:hover {
  background-image: url(../img/ico-map-white.svg), url(../img/ico-blank-white.svg);
  background-color: #008802;
  color: #fff;
}

.spot-other {
  position: relative;
  margin-top: 110px;
  padding: 95px 0 50px;
}
@media screen and (max-width: 750px) {
  .spot-other {
    margin-top: 100px;
    padding: 80px 0 20px;
  }
}
.spot-other::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #FAF9F5;
  z-index: -1;
  top: 0;
  left: calc(50% - 50vw);
}
.spot-other h2 {
  position: absolute;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Kaisei Opti", serif;
  color: #fff;
  background-color: #467B00;
  text-align: center;
  white-space: nowrap;
  padding: 5px 25px 8px;
  border-radius: 10px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .spot-other h2 {
    font-size: 1.8rem;
  }
}
.spot-other h2::after {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 0 none;
  border-top: 14px solid #467B00;
  top: 100%;
  left: calc(50% - 8px);
}
.spot-other .spot-wrap {
  margin-top: 0;
}

.sec-train {
  padding: 110px 0;
  background-color: #FAF9F5;
}
@media screen and (max-width: 750px) {
  .sec-train {
    padding: 60px 0;
  }
}
.sec-train ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .sec-train ul {
    margin-top: 30px;
    gap: 45px;
  }
}
.sec-train ul li {
  width: calc(33.333% - 16.6666666667px);
}
@media screen and (max-width: 750px) {
  .sec-train ul li {
    width: 100%;
  }
}
.sec-train ul li img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
.sec-train ul li .name {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #00692C;
  line-height: 1.5;
  margin-top: 20px;
}
.sec-train ul li .text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 15px;
}
.sec-train ul li a {
  display: block;
  width: 220px;
  max-width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  line-height: 45px;
  padding: 0 20px;
  font-weight: 700;
  background: url(../img/ico-arrow.svg) no-repeat center right 18px/9px auto;
  background-color: #fff;
  margin: 20px auto 0;
}
.sec-train ul li a:hover {
  background-color: #00692C;
  background-image: url(../img/ico-arrow-green.svg);
  color: #fff;
}

.sec-recommend {
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .sec-recommend {
    padding-bottom: 6rem;
  }
}
.sec-recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 13px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .sec-recommend ul {
    gap: 13px;
    margin-top: 30px;
  }
}
.sec-recommend ul li {
  width: calc(33.333% - 8.6666666667px);
}
@media screen and (max-width: 750px) {
  .sec-recommend ul li {
    width: 100%;
  }
}
.sec-recommend ul li a {
  display: block;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
}
.sec-recommend ul li a:hover {
  border-color: #00692C;
}
.sec-recommend ul li img {
  display: block;
  margin: 0 auto;
}

.ttl-cmn-01 {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Kaisei Opti", serif;
  line-height: 1.46;
  color: #00692C;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .ttl-cmn-01 {
    font-size: 2.4rem;
  }
}
.ttl-cmn-01:first-child {
  margin-top: 0;
}

.ttl-cmn-02 {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.75;
  font-family: "Kaisei Opti", serif;
  color: #467B00;
}
@media screen and (max-width: 750px) {
  .ttl-cmn-02 {
    font-size: 2.2rem;
  }
}
.ttl-cmn-02 span {
  display: block;
  position: relative;
  font-size: 4.5rem;
  letter-spacing: 0.25em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .ttl-cmn-02 span {
    font-size: 4rem;
  }
}
.ttl-cmn-02 span::after {
  content: "";
  display: block;
  width: 382px;
  max-width: 100%;
  aspect-ratio: 382/5;
  background: url(../img/ttl-spot.svg) no-repeat center/contain;
  margin: 5px auto;
}
@media screen and (max-width: 750px) {
  .ttl-cmn-02 span::after {
    width: 260px;
    aspect-ratio: 260/5;
    background-size: auto 100%;
  }
}

.txt-cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 40px;
}
.txt-cmn:first-child {
  margin-top: 0;
}

.page-top {
  position: fixed;
  bottom: 0;
  right: -10px;
  z-index: 98;
}
@media screen and (max-width: 750px) {
  .page-top {
    right: -20px;
  }
}
.page-top a {
  display: block;
  position: relative;
  width: 138px;
}
@media screen and (max-width: 750px) {
  .page-top a {
    width: 35.38vw;
  }
}
.page-top a:hover {
  opacity: 0.7;
}
.page-top img {
  display: block;
  margin: auto;
}/*# sourceMappingURL=layout.css.map */