/* Scss Document */
@media screen and (max-width: 1063px) {
  .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 .body {
    width: 100%;
    padding: 1em 1.5em;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
  }
  .header .headerContents .body .h1 img {
    height: 3rem;
    margin-left: 0;
    margin-right: auto;
  }
  .header .headerContents .body .menu {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: 1.5em;
    top: 1.25em;
  }
  .header .headerContents .body .menu span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #FFF;
    transition: 0.5s;
  }
  .header .headerContents .body .menu .span {
    top: calc(50% - 9px);
  }
  .header .headerContents .body .menu .span2 {
    bottom: calc(50% - 1px);
    opacity: 1;
  }
  .header .headerContents .body .menu .span3 {
    bottom: calc(50% - 9px);
  }
  .header .headerContents .body .menu.open .span {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .header .headerContents .body .menu.open .span2 {
    opacity: 0;
  }
  .header .headerContents .body .menu.open .span3 {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .header .headerContents .body nav {
    display: none;
    width: 100%;
    padding: 1em 0 2em;
    background: #492568;
    position: absolute;
    top: 5em;
    left: 0;
  }
  .header .headerContents .body nav ul li img {
    display: none;
  }
  .header .headerContents .body nav ul li a {
    padding: 0.5rem 0;
    font-size: 1.25rem;
    text-align: center;
  }
  .header .headerContents .body nav ul li a span {
    color: #FFF;
  }
  .header .headerContents .body nav ul li:last-child {
    margin-left: 0;
  }
  .header .slide {
    margin-top: 5em;
  }
  .header .slide .image {
    padding-top: 50%;
  }
  .header .catch {
    padding: 1.25em 0 0;
    line-height: 1.5;
    text-align: center;
  }
  .header .main {
    margin-top: 5em;
    padding-top: 50%;
  }
  .header .main h1 {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  /* footer */
  .footer {
    padding: 3em 0;
  }
  .footer .left {
    padding-top: 5.5em;
    margin-bottom: 3em;
    background: url(../img/foot_logo.png) top center/12.5em no-repeat;
  }
  .footer .left address {
    text-align: center;
  }
  .footer .right {
    font-size: 0.75rem;
  }
  .footer .right nav ul li {
    margin-right: 1.25em;
  }
  .footer .right nav ul li:after {
    right: -1.325em;
  }
  .footer .right .copyright {
    text-align: center;
  }
  .subPage .post {
    margin: 0 1.5em;
  }
  .subPage .post img {
    width: 100%;
  }
  /* index */
  #index .a {
    margin: 3em 1.5em 5.75em;
  }
  #index .a .body > div {
    width: calc((100% - 1em) /2);
    border-bottom: none;
  }
  #index .a .body > div .left img {
    width: 100%;
  }
  #index .a .body > div .right {
    padding: 1.5rem 0 0;
  }
  #index .a .body > div .right .title {
    font-size: 1.5rem;
  }
  #index .a .body > div .right .text {
    font-size: 0.875rem;
  }
  #index .a .a01 {
    margin-right: 1em;
    float: left;
  }
  #index .a .a02 {
    float: left;
  }
  #index .b {
    margin: 0 1.5em;
  }
  #index .b .body {
    padding-top: 60%;
  }
  #index .b .box {
    width: 100%;
    position: inherit;
  }
  /* stay */
  #stay .post .a .right, #stay .post .b .right {
    margin-top: 1.5em;
  }
  #stay .post .point th {
    width: 8em;
  }
  /* enkai */
  #enkai .post .point li:first-child {
    margin-bottom: 1.5em;
  }
  #enkai .post .c .col2 {
    flex-direction: column;
  }
  #enkai .post .c .col2 li {
    width: 100%;
    margin: 2em 0 0;
  }
  #access .header .main h1 {
    height: 2.5rem;
    font-size: 2.5rem;
  }
}
