@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Lato:400,900|Noto+Sans+JP:400,700,900&display=swap");
.clearfix, .facility_box {
  *zoom: 1; }
  .clearfix:after, .facility_box:after {
    content: "";
    display: table;
    clear: both; }

html, body {
  height: 100%;
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  background: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  vertical-align: baseline; }

select, input, button, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

@media (max-width: 768px) {
  img {
    max-width: 100%; } }

/*
**:::::::	common style	 :::::::
*/
@media (min-width: 768px) {
  #pagetop {
    position: fixed;
    right: 8px;
    bottom: -50px;
    width: 41px;
    height: 38px;
    background: url(../images/common/img_pagetop.png) 0 0 no-repeat; }

  #pagetop a {
    background: url(../images/common/img_pagetop_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 35px;
    margin-top: 3px;
    text-indent: -9999px;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 41px;
    outline: none; }

  #pagetop a:hover {
    background-position: 0 100%; }

  #pagetop a img {
    display: block; } }
@media (max-width: 768px) {
  #pagetop {
    width: 38px;
    height: 38px;
    background: url(../images/common/pagetop2.png);
    background-size: contain;
    position: fixed;
    right: 8px;
    bottom: -50px;
    text-indent: -9999px;
    outline: none;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70); }

  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px; } }
a {
  text-decoration: none;
  color: #434343;
  outline: none;
  text-decoration: none; }

a:hover {
  color: #1d84c6; }

.wrap {
  width: 1080px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .wrap {
      width: 92%;
      margin: 0 auto; } }

.wrap:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

#header {
  border-bottom: 1px solid #e1e1e1;
  z-index: 10;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  height: 80px;
  position: fixed;
  width: 100%; }
  @media (max-width: 768px) {
    #header {
      height: 60px; } }

#header-inner {
  z-index: 1000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  margin: 0 auto;
  height: 80px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    #header-inner {
      width: 96%; } }
  @media (max-width: 768px) {
    #header-inner {
      width: 100%;
      margin: 0 auto;
      height: 60px; } }

#header-inner #header-logo {
  display: block;
  height: 88px; }
  #header-inner #header-logo img {
    height: 100%; }
  @media (max-width: 768px) {
    #header-inner #header-logo {
      height: 44px;
      position: absolute;
      top: 15px;
      left: 10px; } }

@media (min-width: 768px) {
  #global_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    height: 80px; }

  #navi_ul {
    height: 80px;
    line-height: 80px;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

  #navi_ul > li {
    float: left;
    font-size: 14px;
    vertical-align: middle; }

  #navi_ul > li:last-child .header-nav-item::after {
    background-color: transparent; }

  .header-nav-item {
    position: relative;
    display: inline-block;
    height: 53px;
    line-height: 53px;
    padding: 0 18px;
    color: #333;
    font-weight: bold;
    letter-spacing: -0.01em; }

  .menuBtn {
    display: none; } }
@media (max-width: 768px) {
  #global_navi {
    display: none; }

  .menuBtn {
    color: #333;
    font-size: 1.5rem; }

  .navbar-toggler {
    border: 0;
    position: absolute;
    right: 0px;
    top: 12px;
    z-index: 1; }

  nav#global_navi {
    background: #fff;
    padding: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    box-sizing: border-box; }
    nav#global_navi ul li a {
      display: block;
      font-size: 15px;
      padding: 8px 10px 8px 25px;
      background: url(../images/common/arrow9.svg) no-repeat 10px 15px #FFF;
      background-size: 10px 10px;
      color: #333;
      text-align: left;
      float: left;
      width: 50%;
      box-sizing: border-box;
      border-bottom: 1px solid #e1e1e1; }
    nav#global_navi ul li:nth-child(odd) a {
      border-right: 1px solid #e1e1e1; } }
@media (max-width: 768px) {
  .sp_none {
    display: none; } }
/* TOPページ
------------------------------------------------------------ */
#mainVisual {
  width: 100%;
  box-sizing: border-box;
  position: relative; }
  #mainVisual img {
    width: 100%; }
  #mainVisual .inner {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0; }
    #mainVisual .inner .main_flex {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
    @media (max-width: 768px) {
      #mainVisual .inner {
        box-sizing: border-box;
        padding: 0 5%; } }
  #mainVisual .h1 {
    font-size: 5rem;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 900;
    margin-top: 4rem;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards; }
    @media (max-width: 768px) {
      #mainVisual .h1 {
        margin-top: 1rem;
        font-size: 2.3rem; } }
  #mainVisual .main_text {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1em;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-top: 20px;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards .8s; }
    @media (max-width: 768px) {
      #mainVisual .main_text {
        font-size: 1.2rem; } }

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.section1 {
  padding: 80px 0 200px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/top/ill02.png) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  @media (max-width: 768px) {
    .section1 {
      padding: 26px 0 35px; } }

.ill01 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.section_title01 {
  text-align: center;
  margin-bottom: 50px; }
  .section_title01 h2 {
    font-size: 3.9rem;
    font-weight: 900;
    color: #0aba26; }
    .section_title01 h2::before {
      content: '';
      display: block;
      width: 173px;
      height: 60px;
      margin: 0 auto 10px;
      background: url(../images/top/st_ing.png) no-repeat left top;
      background-size: auto;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover; }
  .section_title01 span {
    display: block; }

.section_title {
  text-align: center; }
  .section_title::after {
    content: '';
    width: 80px;
    height: 1px;
    margin: 15px auto 40px;
    display: block;
    background-color: #111; }
  .section_title .en_title {
    font-family: 'Lato', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1; }
    @media (max-width: 768px) {
      .section_title .en_title {
        font-family: 'Lato', sans-serif;
        font-size: 2rem;
        font-weight: 900; } }
  .section_title h2 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 5px;
    color: #666; }
    @media (max-width: 768px) {
      .section_title h2 {
        font-size: 1.7rem; } }

.message {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .message {
      margin-bottom: 15px; } }
  .message p {
    margin-bottom: 20px;
    font-size: 1.6rem; }
    .message p:last-child {
      margin-bottom: 0; }

.underline {
  background: linear-gradient(transparent 70%, #a4f0aa 70%); }

#about {
  padding-top: 40px; }
  @media (max-width: 768px) {
    #about {
      padding-top: 20px; } }

.overview {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.6rem; }
  @media (max-width: 768px) {
    .overview {
      margin-bottom: 35px; } }
  .overview th {
    text-align: left; }
    @media (min-width: 768px) {
      .overview th {
        border-bottom: 1px #0bac33 solid;
        padding: 10px 0;
        width: 150px; } }
    @media (max-width: 768px) {
      .overview th {
        display: block;
        width: 100%; } }
  .overview td {
    border-bottom: 1px #ddd solid; }
    @media (min-width: 768px) {
      .overview td {
        padding: 10px; } }
    @media (max-width: 768px) {
      .overview td {
        display: block;
        width: 100%;
        padding: 3px 0 10px;
        margin-bottom: 10px; } }

.pfm_wrap {
  width: 100%; }
  @media (min-width: 768px) {
    .pfm_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .pfm_wrap .pfm {
    border: 1px #ddd solid; }
    @media (min-width: 768px) {
      .pfm_wrap .pfm {
        width: 48%; } }
    @media (max-width: 768px) {
      .pfm_wrap .pfm {
        width: 100%;
        margin-bottom: 15px; } }
    .pfm_wrap .pfm h4 {
      background-color: #f3f3f3;
      padding: 10px 15px;
      box-sizing: border-box; }
    .pfm_wrap .pfm .inner {
      padding: 15px; }
      @media (min-width: 768px) {
        .pfm_wrap .pfm .inner {
          height: 125px; } }

.section2 {
  padding: 50px 0 70px;
  background-color: #f3f3f3;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .section2 {
      padding: 25px 0 35px; } }

.price_table {
  margin-bottom: 70px;
  font-size: 1.6rem;
  width: 92%;
  max-width: 700px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .price_table {
      margin-bottom: 35px; } }
  .price_table th {
    text-align: left; }
    @media (min-width: 768px) {
      .price_table th {
        border-bottom: 1px #0bac33 solid;
        padding: 10px 0;
        width: 150px; } }
    @media (max-width: 768px) {
      .price_table th {
        display: block;
        width: 100%; } }
  .price_table td {
    border-bottom: 1px #ddd solid; }
    @media (min-width: 768px) {
      .price_table td {
        padding: 10px; } }
    @media (max-width: 768px) {
      .price_table td {
        display: block;
        width: 100%;
        padding: 3px 0 10px;
        margin-bottom: 10px; } }

.facility_box {
  width: 92%;
  max-width: 700px;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px #ddd solid;
  color: #fff; }
  .facility_box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .facility_box .facility-img {
    float: left;
    max-width: 270px; }
    @media (max-width: 768px) {
      .facility_box .facility-img {
        width: 80px; } }
  @media (min-width: 768px) {
    .facility_box .facility_right {
      padding-left: 320px; } }
  @media (max-width: 768px) {
    .facility_box .facility_right {
      padding-left: 100px; } }
  .facility_box .facility_right h3 {
    border-bottom: 1px #ddd dashed;
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 1rem; }
  .facility_box .facility_right ul {
    margin-left: 15px; }
    .facility_box .facility_right ul li {
      list-style: disc; }

.section3 {
  padding: 50px 0 70px; }
  @media (max-width: 768px) {
    .section3 {
      padding: 25px 0 35px; } }

.access_text {
  max-width: 400px;
  margin: 0 auto; }

.gmap {
  width: 100%;
  height: auto;
  margin-bottom: 40px; }
  .gmap iframe {
    width: 100%; }
    @media (min-width: 768px) {
      .gmap iframe {
        height: 600px; } }
    @media (max-width: 768px) {
      .gmap iframe {
        height: 400px; } }

.access_boxes {
  width: 92%;
  max-width: 1080px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .access_boxes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; } }
  @media (min-width: 768px) {
    .access_boxes .access_box {
      width: 48%; } }
  @media (max-width: 768px) {
    .access_boxes .access_box {
      width: 100%; } }

.section4 {
  background: url(../images/page/bg_01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 65px 0 70px; }
  @media (max-width: 768px) {
    .section4 {
      padding: 32px 0 35px; } }
  .section4 .section_title .en_title {
    color: #fff; }
  .section4 .section_title h2 {
    color: #fff; }
  .section4 .section_title::after {
    background-color: #fff; }
  @media (max-width: 768px) {
    .section4 .wrap {
      overflow-x: auto;
      height: auto; } }

.equip {
  width: 100%;
  color: #fff; }
  @media (max-width: 768px) {
    .equip {
      width: 900px; } }
  .equip thead th {
    border-bottom: 1px #777 solid;
    padding: 10px;
    text-align: left; }
    @media (max-width: 768px) {
      .equip thead th {
        padding: 5px; } }
    @media (max-width: 768px) {
      .equip thead th:last-child {
        width: 50px;
        text-align: center; } }
  .equip tbody td {
    border-bottom: 1px #777 solid;
    padding: 10px; }
    @media (max-width: 768px) {
      .equip tbody td {
        padding: 5px; } }
    @media (max-width: 768px) {
      .equip tbody td:last-child {
        text-align: center; } }

.section5 {
  padding: 50px 0 70px;
  width: 92%;
  max-width: 700px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .section5 {
      padding: 26px 0 35px; } }

.title1 {
  font-size: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    .title1 {
      font-size: 1.1rem; } }

.title1::after {
  content: '';
  height: 1px;
  background-color: #7d7d7d;
  margin: 13px auto 40px;
  width: 150px;
  display: block; }

.title2 {
  font-size: 24px;
  text-align: center;
  color: #00b7ee;
  font-weight: bold; }

.title3 {
  font-size: 1.2rem;
  text-align: center; }

.title3::after {
  content: '';
  height: 1px;
  background-color: #ccc;
  margin: 10px auto 30px;
  max-width: 400px;
  width: 90%;
  display: block; }

.title3_eng {
  font-family: 'Quicksand', sans-serif;
  text-align: center; }

.title4 {
  background-color: #EAF3FB;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 25px; }

#footer {
  background: #FFF;
  padding: 20px 0 20px;
  text-align: center; }

.copyright {
  color: #333;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

/*# sourceMappingURL=cmn.css.map */
