@charset 'utf-8';
/* CSS Document */
@media screen and (min-width: 1001px) {
  .link-container .stay:hover {
    background-color: var(--orange-dark);
  }
  .link-container .aviation:hover {
    background-color: var(--green-dark);
  }
}
@media screen and (max-width: 1000px) {
  /*-------------------- top-v*/
  #top-v .text {
    width: auto;
    line-height: 1.2;
    padding: 1em 1em .8em;
  }
  /*-------------------- about*/
  #about .inner {
    padding: 4em 3em;
    width: auto;
  }
  /*-------------------- link-collection*/
  #link-collection a {
    font-size: 1.25rem;
  }
  .link-container li ul {
    grid-template-columns: fit-content(400px) 70px;
  }
  .link-container li ul .icon {
    width: 70px;
  }
}
/* Tablet */
@media screen and (max-width: 768px) {
  /*-----------------------------------------------------------------------common*/
    .tb{
        display: block;
    }
  .wrapper .title {
    grid-template-columns: 30px fit-content(400px) 30px;
  }
  .wrapper .title h2 {
    font-size: 1.75rem;
  }
  .wrapper .title .icon {
    width: 30px;
  }
  /*-------------------- pankuzu */
  #pankuzu {
    display: none;
  }
  /*-------------------- tourist-spot */
  #tourist-spot .wrapper {
    overflow-x: hidden;
  }
  #tourist-spot .container {
    padding: 5em 0 1em;
  }
  .spot-wrapper li {
    display: block;
    margin: 0 0 5em;
  }
  .spot-wrapper li:nth-child(1) .spot-text .subtitle {
    position: relative;
    left: -3em;
    padding: .5em 2em .5em 5em;
    width: calc(100% - 3.5em);
  }
  .spot-wrapper li:nth-child(2) .spot-text .subtitle {
    position: relative;
    right: 0;
    padding: .5em 5em .5em 2em;
    width: calc(100% + 3em);
  }
  .spot-wrapper li:nth-child(3) .spot-text .subtitle {
    position: relative;
    left: -3em;
    padding: .5em 2em .5em 5em;
    width: calc(100% - 3.5em);
  }
  .spot-wrapper li:nth-child(4) .spot-text .subtitle {
    position: relative;
    right: 0;
    padding: .5em 5em .5em 2em;
    width: calc(100% + 3em);
  }
  .spot-wrapper li:nth-child(5) .spot-text .subtitle {
    position: relative;
    left: -3em;
    padding: .5em 2em .5em 5em;
    width: calc(100% - 3.5em);
  }
  /*-------------------- link-collection*/
  .link-container {
    display: block;
    margin: 4em 0 0;
  }
  .link-container {
    margin: 5em 0 0;
  }
  .link-container .stay {
    margin: 0 0 1.5em 0;
  }
}
/* Smart */
@media only screen and (max-width: 559px) {
  /*-----------------------------------------------------------------------common*/
  .sp {
    display: block;
  }
  .container {
    padding: 4em 0;
  }
  main p {
    font-size: 1rem;
  }
    .wrapper .title {
    column-gap: .5em;
}
  .wrapper .title h2 {
    font-size: 1.5rem;
    text-align: center;
    line-height: var(--line-height-narrow);
  }
  /*-------------------- top-v */
  #top-v .wrapper {
    background-position: -50px center;
    height: 500px;
    align-items: flex-start;
  }
  #top-v h1 div {
    max-width: 280px;
    margin: 0 auto;
  }
  #top-v .text p {
    font-size: 1rem;
  }
  #top-v .text span {
    font-size: 2rem;
  }
  #top-v .text .middle-large {
    font-size: 1.5rem;
  }
  #top-v .text {
    line-height: 1.5;
    padding: 1em 1em .3em;
  }
  /*-------------------- about */
  #about .inner {
    padding: 3em 1.5em;
  }
    #about .col-red {
    font-size: 1.125rem;
    margin-bottom: 1em;
}
    /*-------------------- tourist-spot */
        #tourist-spot .container {
        padding: 4em 0 0;
    }
    .spot-wrapper li .spot-text h3 {
    font-size: 1.5rem;
}
    .spot-wrapper li:nth-child(1) .spot-text .subtitle {
    padding: .5em 1em .5em 4.5em;
  }
  .spot-wrapper li:nth-child(2) .spot-text .subtitle {
    padding: .5em 4.5em .5em 1.5em;
  }
  .spot-wrapper li:nth-child(3) .spot-text .subtitle {
    padding: .5em 1em .5em 4.5em;
  }
  .spot-wrapper li:nth-child(4) .spot-text .subtitle {
    padding: .5em 4.5em .5em 1.5em;
  }
  .spot-wrapper li:nth-child(5) .spot-text .subtitle {
    padding: .5em 1em .5em 4.5em;
  }
    .spot-wrapper li .spot-text .text-item {
    padding: 1em 1.5em;
}
    .spot-wrapper li .spot-img img {
    border-radius: var(--radius-10);
}
     /*-------------------- link-collection */
    #link-collection a {
        font-size: 1.125rem;
    }
}