@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  animation-duration: .3s;
  animation-timing-function: ease;
  box-sizing: border-box;
}
.box-search.mod_map * {
  transition-duration: 0s;
  animation-duration: 0s;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, 'Roboto', -apple-system;
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

fieldset, img, iframe, video {
  border: 0;
  vertical-align: top;
}

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

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

input, select {
  vertical-align: middle;
}

hr {
  display: none;
}

ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
.btn-wrap {
    text-align: center;
}
.btn-wrap a {
    display: inline-block;
}


@media screen and (min-width:768px){
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }

  .oshirase {
    width: 100%;
    height: 327px;
    padding: 5px 0 0;
    background: #fff;
  }
  .oshirase.mod_infopage {
    height: auto;
  }
  .oshirase li {
    padding: 0 30px;
  }
  .oshirase li .li-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px 30px;
    border-bottom: dotted 2px #ddd;
    color: #3C3C3C;
    text-decoration: none;
    line-height: 1.4;
  }
  .oshirase li .li-inner:hover {
    text-decoration: underline;
  }
  .oshirase li .day {
    display: block;
    width: 15%;
    flex-shrink: 0;
    color: #8B8B8B;
    font-size: 1rem;
  }
  .oshirase li .title {
    display: block;
    width: 100%;
    font-size: 1rem;
  }

  .spot ul li p {
    margin: 5px 0 15px 0;
  }

  .footer {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .footer a {
    color: #fff !important;
  }
  .footer .soon .soon-01 {
    font-size: 1.625rem;
  }
  .footer .soon .soon-02 {
    font-size: 2rem;
    font-weight: bold;
  }
  .footer .registration {
    background: url(/img/wordpress/footer_01.png);
    width: 100%;
    height: 309px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .footer .registration .footer-arrow {
    position: absolute;
    top: 100px;
    right: 10%;
  }
  .footer .registration .footer-arrow img {
    height: 100px;
  }
  .registration .large-btn {
      box-shadow: none;
  }
  .footer .over {
    display: flex;
  }
  .footer .under {
    display: flex;
    height: 100px;
  }
  .footer .footer-area {
    width: 100%;
    height: 222px;
    color: #fff;
    background: #3c3c3c;
    text-align: center;
  }
  .footer .footer-area .footer-block {
    position: relative;
    height: 222px;
    padding: 0 15px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .footer .over .over-left-block {
    width: 75%;
  }
  .footer .over .over-left-block a {
    color: #fff !important;
  }
  .footer .over .over-left-block ul {
    padding: 20px 0 0;
  }
  .footer .over .over-left-block ul:after {
    /* clearfix */
    content:" ";
    display:block;
    clear:both;
  }
  .footer .over .over-left-block ul li {
    margin: 0 25px 10px 0;
    display: inline-block;
    float: left;
    font-size: 0.875rem;
  }
  .footer .over .over-left-block ul li:nth-of-type(6) {
    clear: both;
  }
  .over-right-block {
    width: 25%;
    display: flex;
    align-items: center;
  }
  .over-right-block img {
    margin-right: 15px;
    height: 28px;
  }
  .footer .under .under-left-block {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .footer .under .under-left-block p {
    font-size: 0.75rem;
    color: #BBBBBB;
    text-align: left;
  }
  .footer .under .under-left-block span {
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
  }
  .footer .under .under-right-block {
    width: 330px;
    display: flex;
    align-items: flex-end;
  }
  .footer .under .under-left-block-01 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .footer .under .under-left-block-01 .logo {
    width: 30px;
  }
  .footer .under .under-right-block img {
    width: 100%;
  }
  #header .click-area {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .icon-area img {
    height: 28px;
  }
  .pagetop {
    position: absolute;
    top: 10%;
    right: 15px;
    display: block;
    background: url(/img/wordpress/icon_pagetop.png);
    width: 60px;
    height: 49px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .pagetop a {
    display: block;
    text-decoration: none;
    cursor: pointer;
  }
  #contents-root {
    margin-bottom: 30px;
  }
  #contents-root #content {
    clear: both;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 70px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
  }
  #contents-root .not-found h1 {
    margin: 40px 0 20px;
    font-size: 44px;
    color: #333;
  }
  #contents-root .not-found h2 {
    margin: 0 0 24px;
    padding: 0;
    font-size: 24px;
    color: #333;
    font-style: normal;
    text-align: center;
    font-weight: bold;
  }
  #contents-root .not-found p {
    text-align: center;
  }
  #contents-root h1 {
    margin: 0 0 40px;
    padding: 0;
    font-size: 32px;
    color: #0086d1;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    line-height: 1.7;
  }
}

@media screen and (max-width:767px){
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }

  .oshirase {
    width: 100%;
    height: auto;
    padding: 5px 0 0;
    background: #fff;
  }
  .oshirase li {
    padding: 0 20px;
  }
  .oshirase li .li-inner {
    display: block;
    padding: 20px 20px;
    border-bottom: dotted 2px #ddd;
    color: #3C3C3C;
    text-decoration: none;
    line-height: 1.4;
  }
  .oshirase li .day {
    display: block;
    width: 100%;
    color: #8B8B8B;
    font-size: 1rem;
  }
  .oshirase li .title {
    display: block;
    width: 100%;
    font-size: 1rem;
  }

  .spot ul li p {
    margin: 5px 0 10px 0;
    font-size: 0.875rem;
  }

  /* header */
  .header {
    position: relative;
    height: 80px;
  }
  .header .logo {
    position: absolute;
    top: 7px;
    left: 7px;
    background: url(/img/icon_logo.png);
    background-repeat: no-repeat;
    width: 148px;
    height: 68px;
  }
  .header ul {
    float: right;
  }
  .header ul li {
    float: right;
    padding: 0 20px;
    height: 80px;
    align-items: center;
    display: flex;
  }
  .header ul li.login-link {
    padding: 0 30px;
    background: #01627a;
    color: #fff;
  }
  .header ul li.reg-link {
    padding: 0 30px;
    background: #1cd2ff;
    color: #fff;
  }
  .header .catchcopy {
    position: absolute;
    top: 22px;
    left: 175px;
    font-size: 12px;
  }


  /* footer */
  .footer {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .footer a {
    color: #fff !important;
  }
  .footer .soon .soon-01 {
    font-size: 1.25rem;
  }
  .footer .soon .soon-02 {
    font-size: 2rem;
    font-weight: bold;
  }
  .footer .registration {
    background: url(/img/wordpress/footer_sp_01.png);
    width: 100%;
    height: 309px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .footer .under {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .footer-area {
    width: 100%;
    color: #fff;
    background: #3c3c3c;
    text-align: center;
  }
  .footer .footer-area .footer-block {
    position: relative;
    padding: 0 15px;
    max-width: 1000px;
    margin: 0 auto;
    height: 750px;
  }
  .footer .registration .footer-arrow {
    position: absolute;
    right: 10%;
  }
  .footer .registration .footer-arrow img {
    height: 30px;
  }
  .footer .over .over-left-block {
    width: 100%;
    padding: 30px 0 30px 0;
  }
  .footer .over .over-left-block a {
    color: #fff !important;
  }
  .footer .over .over-left-block ul {

  }
  .footer .over .over-left-block ul li {
    font-size: 0.875rem;
    text-align: left;
    line-height: 40px;
  }

  .over-right-block {
    width: 25%;
    display: flex;
    align-items: center;
  }
  .over-right-block img {
    margin-right: 15px;
    height: 28px;
  }
  .footer .under .under-left-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .footer .under .under-left-block p {
    font-size: 0.75rem;
    color: #BBBBBB;
    text-align: left;
    padding: 0 30px 0 0px;
  }

  .footer .under .under-left-block span {
    text-align: left;
    font-size: 0.875rem;
    max-width: 300px;
    position: absolute;
    left: 77px;
  }
  .footer .under .under-left-block-01 {
    display: flex;
    flex-direction: column;
  }
  .footer .under .under-left-block-01 .logo {
    width: 30px;
  }
  .footer .under .under-right-block {
    margin: 30px 0 50px 0;
  }
  .footer .under .under-right-block img {
    width: 100%;
  }
  .footer .logo {

  }
  .footer .copy {
    text-align: center !important;
  }
  .footer .copy-01 {
    position: absolute;
    bottom: 35px;
    left: 15px;
  }
  .footer .copy-02 {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 15px;
    text-align: center !important;
  }
  #header .icon-area img {
    height: 28px;
  }
  #contents-root {
    margin-bottom: 30px;
  }
  #contents-root #content {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 60px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
  }
  #contents-root .not-found h1 {
    margin: 40px 0 20px;
    font-size: 30px;
    color: #333;
  }
  #contents-root .not-found h2 {
    margin: 0 0 24px;
    padding: 0;
    font-size: 20px;
    color: #333;
    font-style: normal;
    text-align: left;
    font-weight: bold;
  }
  #contents-root .not-found p {
    text-align: left;
  }
  #contents-root h1 {
    margin: 0 0 40px;
    padding: 0;
    font-size: 32px;
    color: #0086d1;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    line-height: 1.7;
  }
  .pagetop {
    position: absolute;
    bottom: 75px;
    right: 15px;
    display: block;
    background: url(/img/wordpress/icon_pagetop.png);
    width: 60px;
    height: 49px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .pagetop a {
    display: block;
    text-decoration: none;
    cursor: pointer;
  }
  /* breadcrumb */
  .breadcrumb {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    background: #3C3C3C;
    color: #fff;
    display: flex;
    justify-content: center;
  }
}

/* ライブラリ */
.sa {
  opacity: 0;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa-lr {
  transform: translate(-100px, 0);
}
.sa-rl {
  transform: translate(100px, 0);
}
.sa-up {
  transform: translate(0, 100px);
}
.sa-down {
  transform: translate(0, -100px);
}
.sa-scaleUp {
  transform: scale(.5);
}
.sa-scaleDown {
  transform: scale(1.5);
}
.sa-rotateL {
  transform: rotate(180deg);
}
.sa-rotateR {
  transform: rotate(-180deg);
}
.delay2s {
  transition: all .2s ease-in-out;
}
.delay3s {
  transition: all .3s ease-in-out;
}
.delay4s {
  transition: all .4s ease-in-out;
}
.delay5s {
  transition: all .5s ease-in-out;
}
.delay6s {
  transition: all .6s ease-in-out;
}
.delay7s {
  transition: all .7s ease-in-out;
}
.delay8s {
  transition: all .8s ease-in-out;
}
.delay9s {
  transition: all .9s ease-in-out;
}
.delay10s {
  transition: all 1s ease-in-out;
}
.delay11s {
  transition: all 1.1s ease-in-out;
}
.delay12s {
  transition: all 1.2s ease-in-out;
}
.delay13s {
  transition: all 1.3s ease-in-out;
}
.delay14s {
  transition: all 1.4s ease-in-out;
}
.delay15s {
  transition: all 1.5s ease-in-out;
}

/* header */
.header {
  position: relative;
  height: 80px;
}
.header .logo {
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(/img/icon_logo.png);
  background-repeat: no-repeat;
  width: 148px;
  height: 68px;
}
.header ul {
  float: right;
}
.header ul li {
  float: right;
  padding: 0 20px;
  height: 80px;
  align-items: center;
  display: flex;
}
.header ul li.login-link {
  padding: 0 30px;
  background: #01627a;
  color: #fff;
}
.header ul li.reg-link {
  padding: 0 30px;
  background: #1cd2ff;
  color: #fff;
}
.header .catchcopy {
  position: absolute;
  top: 22px;
  left: 175px;
  font-size: 12px;
}
.inquiry .registration {
  display: none;
}

/* breadcrumb */
.breadcrumb {
  width: 100%;
  background: #3C3C3C;
  color: #fff;
  display: flex;
  justify-content: center;
}
.breadcrumb .bread-width {
  max-width: 1000px;
  padding: 8px 15px;
  width: 100%;
}
.breadcrumb .bread-width li {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumb .bread-width a {
  color: #019FC7;
}

/* spot */
.spot {
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.spot ul {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto;
}
.spot ul li {
  width: 32%;
}
.spot img {
  width: 100%;
}
.spot .spot-01 {
  background: url(/img/spot_01.png);
}
.spot .spot-02 {
  background: url(/img/spot_02.png);
}
.spot .spot-03 {
  background: url(/img/spot_03.png);
}
.spot .spot-04 {
  background: url(/img/spot_04.png);
}
.spot .spot-05 {
  background: url(/img/spot_05.png);
}
.spot .spot-06 {
  background: url(/img/spot_06.png);
}
.spot .spot-07 {
  background: url(/img/spot_07.png);
}
.spot .spot-08 {
  background: url(/img/spot_08.png);
}
.spot .spot-09 {
  background: url(/img/spot_09.png);
}
.spot .inner {
  width: 1000px;
}

/* =========================
  カスタムスクロールバー
========================= */
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  margin-right: 0;
  background-color: #019FC7;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  margin-right: 0;
  background-color: #ddd;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
