@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%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

::-moz-selection {
  background: rgba(0, 170, 160, 0.1);
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  background: #000;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .back {
    background: url(../images/common/back.jpg) no-repeat top center;
    background-size: 100%;
    width: 100vw;
    min-width: 1400px;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .back {
    background: url(../images/common/sub_back_sp.jpg) no-repeat top center;
    background-size: contain;
    width: 150vw;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.top_title {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top_title {
    padding: 1em 0;
  }
}

img {
  max-width: 100%;
}

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

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

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

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

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

.gotop {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: 0.3s;
  transition: 0.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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .gotop::before {
    bottom: 0;
  }
}

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

.l-main,
.l-page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-main,
  .l-page {
    padding: 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 1600px;
  }
}
@media (max-width: 767px) {
  .l-main,
  .l-page {
    padding: 0;
  }
}
.l-main_wrapper,
.l-page_wrapper {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-main_wrapper,
  .l-page_wrapper {
    width: calc(100% - 250px);
  }
}
.l-main .l-title,
.l-page .l-title {
  color: #00AAA0;
  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) {
  .sub_page_wrap {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .sub_page_wrap {
    padding: 20px;
  }
}
.sub_page_wrap h2 {
  background: #00AAA0;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

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

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

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

.drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 1em;
}

/*ナビゲーション部分*/
.menu {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 100;
  /*滑らかに表示*/
  -webkit-transform: translateX(-150%);
  /*画面より100%外へ押し出し非表示にさせる*/
  /*  transform: translateX(-100%);/*右から出す場合は、マイナス100%としてください*/
}
@media (max-width: 767px) {
  .menu ul {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .menu li {
    padding: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .menu li {
    padding: 5px 10px;
  }
}
.menu li a {
  display: block;
  padding: 10px;
  color: #00AAA0;
  text-decoration: none;
  font-size: 15px;
  background: #fff;
}
@media (max-width: 767px) {
  .menu li a {
    border: 1px solid #00AAA0;
  }
}
.menu li.nav_contact {
  background: #fff;
  padding: 1em;
}
.menu li.nav_contact div + div {
  margin-top: 2em;
}
.menu li.nav_contact h3 {
  border-bottom: 1px solid #000;
}
.menu li.nav_contact p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}

/*OPEN時の動き*/
.menu.open {
  position: fixed;
  top: 23%;
  -webkit-transition: 0.5s;
  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にすることで隠す */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 透明度の0→1になる速度 */
}

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

/*トグルボタンのスタイルを指定*/
.Toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: 0.35s ease-in-out;
  /*変化の速度を指定*/
  /*変化の速度を指定*/
  transition: 0.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: 180px;
    font-size: 0.9em;
    background-color: transparent;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-align: left;
  }
  .menu ul {
    width: 180px;
  }
  .menu ul li a {
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu ul li a:hover {
    background: #ccc;
  }
}
/*----------------------------------ここまでPCモニターの記述-----------*/
@media (max-width: 767px) {
  nav {
    z-index: 100;
  }
  .menu ul {
    background: #fff;
    position: fixed;
    top: 50%;
    width: 50vw;
    max-height: 56vh;
    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: -ms-grid;
    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 ul li.nav_poster {
  margin-top: 1em;
}
.menu ul li.nav_poster h3 {
  background: #fff;
  padding: 3px 10px;
  color: #00AAA0;
}
.menu ul li.nav_poster a {
  padding: 3px;
}
.menu ul li.nav_poster a:hover {
  background: #fff;
}
.menu_top {
  text-align: center;
  background: #00AAA0;
  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;
}

.l-footer {
  width: 100%;
  background: #E6E6E6;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  padding: 10px;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 65px;
  }
}

.footer_content {
  padding: 1em;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.footer_content h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.footer_content div {
  margin-bottom: 1.5em;
}
.footer_content div p a {
  text-decoration: underline;
  color: #000;
}

li.current a {
  background: #00AAA0;
  color: #fff;
  pointer-events: none;
}

.footer_banner {
  margin: 2em auto;
  padding: 1em;
}
.footer_banner > li h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.footer_banner > li a {
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 1em auto;
}

.bold {
  font-weight: 600;
}

.center {
  text-align: center;
}

.torikeshi {
  text-decoration: line-through;
}