/* Scss Document */
@media screen and (max-width: 1023px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 12px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    max-width: 100%;
    width: auto;
  }
  /* header */
  .header .headerContents {
    height: 58px;
  }
  .header .headerContents .h1 {
    position: absolute;
    z-index: 96;
    width: 90px;
    left: 10px;
    top: 10px;
  }
  .header .headerContents .h1 img {
    height: 90px;
  }
  .header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.97);
    z-index: 98;
  }
  .header nav ul.nav {
    width: 100%;
  }
  .header nav ul.nav li {
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px dotted #333;
    text-align: center;
  }
  .header nav ul.nav li a, .header nav ul.nav li > span {
    padding: 0.75rem 0;
    font-size: 1.5rem;
    text-align: center;
    height: auto;
    display: inline-flex;
    height: 3.5em;
    align-items: center;
    justify-content: flex-start;
    width: 8em;
  }
  .header nav ul.nav li img {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
  }
  .header nav ul.nav .en {
    display: none;
  }
  .header nav ul.nav .nav_secondary li {
    border-bottom: none;
  }
  .header nav ul.nav .nav_secondary li a {
    text-align: left;
  }
  .header .navWrap {
    display: flex;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .header .sideNav {
    display: none;
  }
  .header .navSp {
    font-size: 1.5rem;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 1.5em;
  }
  .header .navSp a {
    text-decoration: none;
  }
  .header .navSp .navContact {
    margin-bottom: 30px;
  }
  .header .navSp .navContact .buttonNavContact {
    color: #FFF;
    background-color: #333;
    display: block;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .navSp .navBasic {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .header .navSp .navSocial {
    display: inline-block;
    width: 44px;
    margin-top: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
  }
  .header .menu {
    width: 2.25rem;
    height: 2.25rem;
    position: fixed;
    top: 1.25em;
    right: 1.75em;
    z-index: 999;
  }
  .header .menu span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000;
    transition: 0.5s;
  }
  .header .menu .span {
    top: calc(50% - 9px);
  }
  .header .menu .span2 {
    bottom: calc(50% - 1px);
    opacity: 1;
  }
  .header .menu .span3 {
    bottom: calc(50% - 9px);
  }
  .header .menu.open span {
    background: #000;
  }
  .header .menu.open .span {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .header .menu.open .span2 {
    opacity: 0;
  }
  .header .menu.open .span3 {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .link {
    margin-top: 3rem;
  }
  .spotList li {
    width: 43%;
    max-width: 14.5rem;
    margin-bottom: 1.5em;
  }
  .subPage .header .mainImage {
    padding-top: 50%;
  }
  .subPage .pan {
    margin: 0 1.5rem;
  }
  .subPage .contents {
    padding: 0 1.5em;
  }
  .subPage .contents .body {
    margin-top: 3rem;
  }
  .subPage .contents .archiveList li {
    margin: 1.5em 0 0;
  }
  .subPage .contents .archiveList li a {
    padding: 1em;
  }
  .subPage .contents .archiveList li a .box2 .date {
    font-size: 1rem;
  }
  .subPage .contents .archiveList li a .img {
    padding-top: 33%;
    width: 36%;
    float: left;
    margin-right: 1em;
  }
  .subPage .contents .widget-area {
    margin: 5em 0 0;
  }
  .subPage .contents .widget-area .widget-title {
    margin: 2rem 0 0;
  }
  .subPage .contents .widget-area .widget-title::after {
    width: calc(100vw - 3em);
  }
  #index .header .slide .image {
    padding-top: 75%;
  }
  #index .header .mainImage .box .catch {
    width: 79.185%;
    margin-left: auto;
    margin-right: auto;
  }
  #index .header .mainImage .box .catch img {
    height: auto;
  }
  #index .contents #topics {
    margin: 6rem 1.5em 0;
    padding: 5em 1.5em 2.5em;
  }
  #index .contents #topics ul li::before {
    width: 100%;
    height: 2px;
    background: url(../img/border.png) left top/436px 2px repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  #index .contents #topics ul li:last-child::after {
    width: 100%;
    height: 2px;
    background: url(../img/border.png) left top/436px 2px repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
  }
  #index .contents #about {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  #index .contents #about .left img {
    width: 100%;
    max-width: 435px;
    margin: 0 auto 1.5em;
  }
  #index .contents #spot .list li {
    margin: 0 0.5rem 1rem;
  }
  #index .contents #spot .list li img {
    height: 4rem;
  }
  #index .contents #activity .activityList {
    display: flex;
    flex-wrap: wrap;
  }
  #index .contents #activity .activityList li {
    width: 50%;
    margin-bottom: 1.5em;
  }
}
/*# sourceMappingURL=maps/sp.css.map */
