/* -------------------------------------------------------- */
/*                                                          */
/*      wireframe                                           */
/*                                                          */
/* -------------------------------------------------------- */
body {
  font-size: 100%;
  font-family: "Noto Sans JP", "Noto Sans", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.4;
  color: #3d3d3d;
  -webkit-text-size-adjust: none; }

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available; }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available; } }
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

a, area {
  color: #225a99;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

a:hover, a:focus {
  color: #225a99;
  text-decoration: underline; }

:hover {
  transition: background-color 0.5s ease-out; }

ul, li {
  list-style: none;
  margin: 0; }

nav p {
  margin: 0; }

div, p {
  box-sizing: border-box; }

img, video {
  max-width: 100%; }

figure {
  display: block;
  margin: 0;
  /*width: 100%;*/
  text-align: center; }

figcaption {
  text-align: center;
  display: block;
  margin: 0.5em 0 1em; }

/* regular */
@font-face {
  font-family: 'Senobi-Gothic';
  src: url("../font/Senobi-Gothic-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
/* medium */
@font-face {
  font-family: 'Senobi-Gothic';
  src: url("../font/Senobi-Gothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* bold */
@font-face {
  font-family: 'Senobi-Gothic';
  src: url("../font/Senobi-Gothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
/* =================================================== */
/*      wrapper                                        */
/* =================================================== */
#wrapper {
  min-width: 1230px;
  max-width: 1920px;
  margin: 0 auto; }

/* breakpoint */
@media screen and (max-width: 1230px) {
  #wrapper {
    width: 1230px;
    min-width: auto;
    max-width: none; } }
/* */
/* breakpoint */
@media screen and (max-width: 519px) {
  #wrapper {
    width: 100%; } }
/* */
/* =================================================== */
/*      header                                         */
/* =================================================== */
#logo {
  display: none; }

/* breakpoint */
@media screen and (max-width: 519px) {
  #logo {
    display: block;
    width: 40%;
    margin: 15px; } }
/* */
/* Hamburger menu */
#gNav {
  font-size: 0.8125rem;
  position: fixed;
  z-index: 400;
  top: 0;
  right: -120%;
  width: 270px;
  height: 100vh;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.4);
  transition: right 0.6s;
  line-height: 1.4;
  background: url("../img/gnav_bg.png") left top no-repeat #ffffff;
  background-size: cover; }
  #gNav.panelactive {
    right: 0; }
    #gNav.panelactive #gNav_scroll {
      position: fixed;
      z-index: 999;
      width: 100%;
      height: 100vh;
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
  #gNav_logo {
    width: 180px;
    padding: 15px 10px 20px 10px; }
/* globai navi */
  #gNav ul a {
    display: block;
    width: 270px;
    color: #000000; }
    #gNav ul a.active, #gNav ul a:hover {
      color: #FFFFFF !important;
      background-color: #45849e !important; }
    #gNav ul a.active {
      pointer-events: none;
      cursor: none; }
  #gNav .slide, #gNav_tour ul a, #gNav_movie a, #gNav_hokudenTop a {
    border-bottom: 1px solid #d4d4d4; }
  #gNav_tour ul a, #gNav_movie a, #gNav_hokudenTop a {
    padding: 5px 5px 5px 3.7em; }
    #gNav_tour ul a:before, #gNav_movie a:before, #gNav_hokudenTop a:before {
      content: "";
      display: inline-block;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 5px solid #b5b5b5;
      position: relative;
      top: -0.2em;
      margin-left: -2em;
      margin-right: 1.6em; }
  #gNav .slide {
    cursor: pointer;
    display: flex;
    align-items: stretch; }
    #gNav .slide span {
      display: block;
      position: relative;
      background-color: #a0a0a0;
      width: 28px; }
      #gNav .slide span:before, #gNav .slide span:after {
        content: '';
        display: block;
        width: 40%;
        height: 2px;
        border-radius: 5px;
        background: #FFFFFF;
        position: absolute;
        left: 30%;
        top: 50%;
        transform: translateY(-50%); }
      #gNav .slide span:after {
        transform: translateY(-50%) rotate(90deg);
        transition: 0.5s; }
      #gNav .slide span.active {
        background-color: #0d6184; }
        #gNav .slide span.active:after {
          top: 47%;
          transform: rotate(0); }
        #gNav .slide span.active + a {
          background-color: #dce7ec; }
    #gNav .slide a {
      padding: 5px 5px 5px 22px; }
  #gNav .slideactive span {
    background-color: #b7b7b7; }
  #gNav .slideactive span.active {
    background-color: #45849e; }
    #gNav .slideactive span.active + a {
      background-color: #eaf0f3; }
  #gNav_hokudenTop {
    margin-top: 20px; }
    #gNav_hokudenTop a:before {
      border-left: 5px solid #0d6184; }
  #gNav_menu ul {
    display: none; }

/* breakpoint */
@media screen and (max-width: 519px) {
  /* Hamburger menu */
  #gNav {
    font-size: 1.25rem;
    width: 80%; }
    #gNav ul a {
      width: 80%; }
    #gNav .slide span {
      width: 50px; }
    #gNav_tour ul a, #gNav_movie a, #gNav_hokudenTop a {
      padding: 5px 5px 5px 75px; }
      #gNav_tour ul a:before, #gNav_movie a:before, #gNav_hokudenTop a:before {
        margin-left: -2em;
        margin-right: 1.7em; } }
/* */
/* menu opne */
.openBtn {
  position: fixed;
  z-index: 450;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  margin: 0; }
  .openBtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 25%;
    height: 4px;
    background-color: #666;
    width: 50%; }
    .openBtn span:nth-of-type(1) {
      top: 28%; }
    .openBtn span:nth-of-type(2) {
      top: 48%; }
    .openBtn span:nth-of-type(3) {
      top: 68%; }
  .openBtn.active span:nth-of-type(1) {
    top: 35%;
    left: 20%;
    transform: translateY(6px) rotate(-45deg);
    width: 60%; }
  .openBtn.active span:nth-of-type(2) {
    opacity: 0; }
  .openBtn.active span:nth-of-type(3) {
    top: 60%;
    left: 20%;
    transform: translateY(-6px) rotate(45deg);
    width: 60%; }

/* =================================================== */
/*      contents                                       */
/* =================================================== */
#maincontents {
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
  height: 690px;
  margin: 0; }

/* breakpoint */
@media screen and (max-width: 519px) {
  #maincontents {
    font-size: 1.0625rem;
    height: auto;
    min-height: 330px; }

  #sp_wrapper {
    height: 280px;
    position: static; } }
/* */
/* breakpoint */
@media screen and (max-width: 389px) {
  #maincontents {
    min-height: 270px; } }
/* */
/* =================================================== */
/*      footer                                         */
/* =================================================== */
#footer {
  width: 1200px;
  margin: 50px auto 0; }
  #footer #linkBanner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start; }
    #footer #linkBanner li {
      width: 23.5%;
      margin-right: 2%;
      margin-bottom: 16px; }
      #footer #linkBanner li:nth-child(4n) {
        margin-right: 0; }
      #footer #linkBanner li img {
        margin-bottom: 8px; }
  #footer #copyright {
    margin-top: 90px;
    font-size: 0.75rem; }
    #footer #copyright span {
      font-weight: bold;
      margin-right: 1em; }

#pageTop {
  display: none; }
  #pageTop img {
    width: 50px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer; }

/* breakpoint */
@media screen and (max-width: 519px) {
  #footer {
    width: calc(100% - 20px);
    margin: 100px 10px 0; }
    #footer #linkBanner li {
      width: 46%;
      margin-right: 2%;
      margin-left: 2%;
      font-size: 0.875rem; }

  #pageTop {
    display: block; } }
/* */
