@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  vertical-align: top; }

a img {
  border: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

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

abbr, acronym {
  border: 0; }

html {
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

::selection {
  background: rgba(255, 149, 12, 0.5); }

::-moz-selection {
  background: rgba(0, 150, 216, 0.1); }

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  background: #E8F6FB; }

img {
  max-width: 100%; }

a {
  transition: all 0.3s;
  text-decoration: none; }

.is-show {
  opacity: 1 !important; }

p a {
  text-decoration: underline;
  color: #000; }
  p a:hover {
    text-decoration: none; }

h2,
h3,
h4,
h5 {
  font-weight: 500; }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #ccc;
  border-radius: 100%;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  text-decoration: none;
  color: #333;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10000;
  transition: .3s; }
  @media (min-width: 768px) {
    .gotop {
      font-size: 65%; } }
  @media (max-width: 767px) {
    .gotop {
      width: 40px;
      height: 40px;
      text-indent: 0;
      opacity: 1;
      border: none;
      background: none;
      bottom: 20px;
      right: 50px;
      padding-top: 35px;
      font-size: 75%; } }

.gotop::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 25%;
  height: 25%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg); }
  @media (max-width: 767px) {
    .gotop::before {
      bottom: 0; } }

@media (min-width: 768px) {
  .gotop:hover {
    opacity: 1;
    background-color: #666;
    transition: .3s; } }

.l-main,
.l-page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: #fff; }
  @media (min-width: 768px) {
    .l-main,
    .l-page {
      padding: 0 3em 0 2em;
      display: flex;
      flex-wrap: wrap;
      min-height: 100vh; } }
  @media (max-width: 767px) {
    .l-main,
    .l-page {
      padding: 0;
      min-height: calc(100vh + 120px); } }
  .l-main_wrapper,
  .l-page_wrapper {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .l-main_wrapper,
      .l-page_wrapper {
        width: calc(100% - 300px);
        min-height: 1000px; } }
  .l-main .l-title,
  .l-page .l-title {
    color: #0096D8;
    z-index: 2;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .l-main .l-title,
      .l-page .l-title {
        font-size: 85px;
        font-size: 8.5rem;
        line-height: 1; } }
    @media (max-width: 767px) {
      .l-main .l-title,
      .l-page .l-title {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1; } }

@media (min-width: 768px) {
  .pcnone {
    display: none; } }

@media (max-width: 767px) {
  .spnone {
    display: none; } }

/* ------------------------------------------
ナビゲージョン
------------------------------------------ */
nav {
  width: 100%;
  height: 0;
  position: relative; }

.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 1em; }

/*ナビゲーション部分*/
.menu {
  transition: 0.5s ease;
  z-index: 100;
  /*滑らかに表示*/
  -webkit-transform: translateX(-150%);
  /*画面より100%外へ押し出し非表示にさせる*/
  /*  transform: translateX(-100%);/*右から出す場合は、マイナス100%としてください*/ }
  .menu ul {
    padding: 30px 0; }
    @media (max-width: 767px) {
      .menu ul {
        padding: 10px 0; } }
  .menu li {
    padding: 0 0 10px; }
    .menu li a {
      display: block;
      padding: 10px;
      color: #0096D8;
      text-decoration: none;
      font-size: 14px;
      border: 1px solid #0096D8; }

/*OPEN時の動き*/
.menu.open {
  position: fixed;
  top: 23%;
  transition: 0.5s;
  /*メニューを元の位置へ戻す*/ }

.menu_back {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  /* 透明度を0にすることで隠す */
  transition: 0.5s;
  /* 透明度の0→1になる速度 */ }

.menu_back.open {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: 0.5s;
  pointer-events: auto; }

/*トグルボタンのスタイルを指定*/
.Toggle {
  display: flex;
  justify-content: center;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  width: 42px;
  height: 42px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 3;
  bottom: 20px;
  left: 50px; }

.Toggle span {
  display: block;
  position: absolute;
  width: 45px;
  border-bottom: solid 2px #000;
  -webkit-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  -moz-transition: .35s ease-in-out;
  /*変化の速度を指定*/
  transition: .35s ease-in-out;
  /*変化の速度を指定*/ }

/*各ボーダー少しずつずらす*/
.Toggle span:nth-child(1) {
  top: 16px; }

.Toggle span:nth-child(2) {
  top: 23px; }

.Toggle span:nth-child(3) {
  top: 31px; }

.Toggle p {
  top: 20px;
  width: 50px;
  font-size: 6px;
  border-bottom: none;
  text-align: center;
  color: #000; }
  @media (max-width: 767px) {
    .Toggle p {
      position: fixed;
      font-size: 11px;
      top: unset;
      bottom: 0;
      height: 25px; } }

/*----------------------------------ここからPCモニターの記述-----------*/
@media (min-width: 768px) {
  .Toggle {
    display: none; }

  .menu {
    width: 230px;
    font-size: 0.9em;
    background-color: transparent;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-align: left; }
    .menu ul {
      width: 230px; }
      .menu ul li a {
        padding: 10px;
        transition: .3s; }
        .menu ul li a:hover {
          opacity: .5; } }
/*----------------------------------ここまでPCモニターの記述-----------*/
@media (max-width: 767px) {
  nav {
    z-index: 100; }

  .menu ul {
    background: #fff;
    position: fixed;
    top: 50%;
    width: 50vw;
    max-height: 56vh;
    padding: 10px;
    overflow: auto; }

  .sp_home {
    position: fixed;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 75%;
    display: grid;
    justify-items: center;
    color: #000; }

  .sp_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 60px;
    background-color: #E6E6E6; }

  .sp_home img {
    width: 30px; } }
.menu ul li.banner a {
  padding: 5px;
  border: 1px solid #e6e6e6; }
  .menu ul li.banner a:hover {
    background-color: #fff;
    opacity: 0.5; }
.menu_top {
  background: #0096D8;
  color: #fff;
  font-weight: 600;
  padding: 10px; }

.click_none {
  pointer-events: none; }

.menu_img {
  width: 100%;
  padding: 10px; }

li.menu_btn a {
  background: #F4ECD7;
  border: none !important; }

li.poster a {
  text-align: center;
  border: none;
  padding: 0 !important; }
  li.poster a img {
    width: 100%; }

.l-footer {
  width: 100%;
  background: #E6E6E6; }
  @media (max-width: 767px) {
    .l-footer {
      padding: 2em; } }
  @media (min-width: 768px) {
    .l-footer_wrapper {
      margin: 0 auto;
      padding: 2em 0;
      max-width: 800px;
      display: flex;
      justify-content: center; } }
  @media (min-width: 768px) {
    .l-footer_wrapper .jimukyoku {
      padding: 1em;
      width: 50%; } }
  @media (max-width: 767px) {
    .l-footer_wrapper .jimukyoku {
      margin-bottom: 2em; } }
  .l-footer_wrapper .jimukyoku h4 {
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    margin-bottom: 5px; }
  .l-footer_wrapper .jimukyoku p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.9230769231; }
  .l-footer address {
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3636363636;
    padding: 10px; }
    @media (max-width: 767px) {
      .l-footer address {
        padding-bottom: 70px; } }

li.current a {
  background: #CCEAF7;
  border: 1px solid #0096D8;
  color: #0096D8;
  pointer-events: none; }

.bold {
  font-weight: 600; }

.center {
  text-align: center; }
