/* Scss Document */
@media screen and (min-width: 1024px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  /* header */
  .header {
    margin: 7.375rem 0 0;
  }
  .header .headerContents {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1.75rem 0;
    z-index: 98;
  }
  .header .headerContents .body {
    width: 1092px;
    margin: 0 auto;
  }
  .header .headerContents .body .h1 {
    width: 162px;
    position: absolute;
    top: 1.5em;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    transition: all 0.15s ease;
  }
  .header .headerContents .body .h1 img {
    transition: all 0.15s ease;
    width: 162px;
    height: 162px;
  }
  .header .headerContents .body .h1.is-active {
    width: 96px;
    height: 96px;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    margin: 0 auto 0;
  }
  .header .headerContents .body .h1.is-active img {
    width: 96px;
    height: 96px;
  }
  .header .headerContents .body nav .nav {
    width: 50%;
  }
  .header .headerContents .body nav .nav li {
    width: 9.75rem;
    float: left;
    border-right: 1px dashed #333;
  }
  .header .headerContents .body nav .nav li:last-child {
    border: none;
  }
  .header .headerContents .body nav .nav2 {
    position: absolute;
    left: calc(50% + 4.875rem);
    top: 1.75rem;
  }
  .header .headerContents .body nav .sideNav {
    position: fixed;
    top: 80px;
    right: 0;
  }
  .header .headerContents .body nav .sideNav li {
    margin-bottom: 10px;
  }
  .spotListWrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .spotList {
    margin-left: -25px;
    margin-right: -25px;
    display: flex;
    flex-wrap: wrap;
  }
  .spotList > * {
    box-sizing: border-box;
    width: 25%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .spotList li {
    margin: 0;
    margin-bottom: 30px;
  }
  .subPage .contents .body {
    width: 996px;
  }
  .subPage .contents .body .widget-area {
    width: 15rem;
    float: right;
  }
  .subPage .contents .body .post {
    width: calc(100% - 17.5em);
    float: left;
  }
  .subPage .contents .body .archiveAll {
    width: calc(100% - 17.5em);
    float: left;
  }
  .subPage .contents .archiveList li {
    width: calc((100% - 1.25em) / 2);
    float: left;
    margin: 1.25em 1.25em 0 0;
  }
  .subPage .contents .archiveList li:nth-child(2n+1) {
    clear: both;
  }
  .subPage .contents .archiveList li:nth-child(2n) {
    margin-right: 0;
  }
  #index .contents #topics {
    width: 996px;
  }
  #index .contents #topics ul li {
    width: calc((100% - 1.5em) / 2);
    float: left;
    margin: 0 1.5em 0 0;
  }
  #index .contents #topics ul li::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 #topics ul li:nth-child(2n+1) {
    clear: both;
  }
  #index .contents #topics ul li:nth-child(2n) {
    margin-right: 0;
  }
  #index .contents #about {
    width: 996px;
  }
  #index .contents #about .left {
    width: 435px;
  }
  #index .contents #about .right {
    width: calc(100% - 435px - 2em);
  }
}
/*# sourceMappingURL=maps/pc.css.map */
