@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* line 8, style.scss */
.maru-gothic {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal; }

/* line 16, style.scss */
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

/* 
----------------------------------------------*/
/* line 27, style.scss */
html, body {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 62.5%;
  font-size: 10px;
  background: #fffbd8; }

/* line 36, style.scss */
img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto; }

/* line 43, style.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

/* line 52, style.scss */
.clearfix {
  /*  display: inline-block;*/ }

/* line 56, style.scss */
* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/ }

/* line 64, style.scss */
* {
  box-sizing: border-box; }

/* line 67, style.scss */
a {
  text-decoration: none;
  transition: opacity 0.2s ease; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 67, style.scss */
    a {
      transition: unset; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 67, style.scss */
    a {
      transition: unset; } }
  @media screen and (max-width: 350px) {
    /* line 67, style.scss */
    a {
      transition: unset; } }

/* line 84, style.scss */
a:hover {
  opacity: 0.6; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 84, style.scss */
    a:hover {
      opacity: 1.0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 84, style.scss */
    a:hover {
      opacity: 1.0; } }
  @media screen and (max-width: 350px) {
    /* line 84, style.scss */
    a:hover {
      opacity: 1.0; } }

/* マルチデバイス表示　リセット
----------------------------------------------*/
/* line 103, style.scss */
.wrapper {
  font-size: 15px;
  font-size: 1.5rem;
  width: 375px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }

/*
--------------------------------------------------------------*/
/* line 119, style.scss */
.head {
  position: relative; }

/* line 124, style.scss */
.top_logo {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 10; }
  /* line 130, style.scss */
  .scrolled .top_logo {
    background: rgba(255, 255, 255, 0.94);
    position: fixed;
    right: 0;
    width: 375px;
    margin: 0 auto;
    left: 0;
    top: 0;
    height: 40px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 0 0 0;
    text-align: center; }

/* line 145, style.scss */
.top_logo_img {
  width: 151.8px;
  height: 12.6px;
  margin: 0 auto; }
  /* line 150, style.scss */
  .scrolled .top_logo_img {
    width: 202.4px;
    height: 16.8px;
    margin: 0;
    display: inline-block; }

/* line 157, style.scss */
.logo_img {
  display: none; }
  /* line 159, style.scss */
  .scrolled .logo_img {
    display: inline-block;
    width: 64.2px;
    height: 31.8px;
    margin-right: 10px;
    vertical-align: middle; }

/*
--------------------------------------------------------------*/
/* line 174, style.scss */
.topimgb {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px; }
  /* line 178, style.scss */
  .topimgb:before {
    display: block;
    content: '';
    width: 120px;
    height: 120px;
    background-image: url("../images/06_bubble01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 250px;
    z-index: 2; }
  /* line 192, style.scss */
  .topimgb:after {
    display: block;
    content: '';
    width: 90px;
    height: 90px;
    background-image: url("../images/06_bubble01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -10px;
    top: 390px;
    z-index: 2; }

/* line 207, style.scss */
.topmimgc {
  background-image: url("../images/top_img.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 100%;
  height: 320px; }
  /* line 215, style.scss */
  .topmimgc .top_title {
    position: absolute;
    width: 47.4px;
    height: 248.4px;
    top: 40px;
    left: 30px;
    z-index: 3; }
  /* line 223, style.scss */
  .topmimgc .top_icon {
    position: absolute;
    width: 124.2px;
    height: 112.8px;
    top: 190px;
    right: 12px; }

/* line 231, style.scss */
.top_txt {
  margin: 25px 0 0; }

/* line 234, style.scss */
.top_txtb {
  text-align: center;
  z-index: 3;
  position: relative; }
  /* line 238, style.scss */
  .top_txtb strong {
    color: #14679f;
    font-weight: 700;
    font-size: 120%; }

/* line 244, style.scss */
.logo_img01 {
  max-width: 50%;
  margin: 20px auto 0; }

/* line 248, style.scss */
.reserve_btn {
  margin: 25px 0 0; }

/* line 252, style.scss */
.reserve_btnb {
  max-width: 350px;
  width: 100%;
  margin: auto; }
  /* line 256, style.scss */
  .reserve_btnb a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, #069112 0%, #5ddd86 50%, #069112 100%);
    font-size: 21px;
    font-size: 2.1rem;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    position: relative;
    z-index: 3;
    padding-right: 20px; }
    /* line 271, style.scss */
    .reserve_btnb a strong {
      color: #fff96e;
      font-weight: 600; }
    /* line 275, style.scss */
    .reserve_btnb a:after {
      display: block;
      content: '';
      width: 20px;
      height: 20px;
      background-image: url("../images/link_btn_icon.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 18px; }

/* line 295, style.scss */
.main1b {
  background-image: url("../images/01_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 410px; }
  /* line 301, style.scss */
  .main1b .main1_title {
    margin: 0 auto;
    max-width: 300px;
    padding-top: 25px; }
  /* line 306, style.scss */
  .main1b ul {
    width: fit-content;
    margin: 15px auto 0; }
    /* line 309, style.scss */
    .main1b ul li {
      padding: 5px 0; }
      /* line 311, style.scss */
      .main1b ul li:before {
        display: inline-block;
        content: '';
        width: 15px;
        height: 15px;
        background-image: url("../images/01_icon_list.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        top: 2px;
        margin-right: 5px; }
      /* line 324, style.scss */
      .main1b ul li:nth-of-type(2) {
        margin-left: 40px; }
      /* line 327, style.scss */
      .main1b ul li:nth-of-type(3) {
        margin-left: 90px; }
      /* line 330, style.scss */
      .main1b ul li:nth-of-type(4) {
        margin-left: 150px; }
  /* line 335, style.scss */
  .main1b .main1_titles {
    margin: 50px 5px 0 auto;
    width: 183.4px; }

/* line 340, style.scss */
.main2 {
  margin: 30px 0 0; }

/* line 343, style.scss */
.main2b {
  background-image: url("../images/02_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px; }
  /* line 349, style.scss */
  .main2b .main2_title {
    margin: 0 auto;
    max-width: 314px;
    padding-top: 35px; }
  /* line 354, style.scss */
  .main2b .main2_stitle {
    margin: 15px auto 0;
    max-width: 315px; }
  /* line 359, style.scss */
  .main2b .main2_img {
    margin: 25px auto 0;
    width: 295px; }
  /* line 363, style.scss */
  .main2b .manga_btn {
    margin: 25px 0; }
  /* line 366, style.scss */
  .main2b .manga_btnb {
    max-width: 280px;
    width: 100%;
    margin: auto; }
    /* line 370, style.scss */
    .main2b .manga_btnb a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 60px;
      background: linear-gradient(90deg, #536ffe 0%, #fb66c5 100%);
      font-size: 16px;
      font-size: 1.6rem;
      color: #fff;
      font-weight: 600;
      border-radius: 40px;
      position: relative;
      z-index: 3; }
      /* line 384, style.scss */
      .main2b .manga_btnb a:after {
        display: block;
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../images/link_btn_icon02.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 18px; }

/* line 405, style.scss */
.main3b {
  background-image: url("../images/03_img.jpg"), url("../images/03_bg.jpg");
  background-position: bottom center, top center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain , cover;
  padding-bottom: 160px; }
  /* line 411, style.scss */
  .main3b .main3_title {
    margin: 0 auto;
    max-width: 360px;
    padding-top: 20px; }
  /* line 416, style.scss */
  .main3b .point_box {
    width: 310px;
    margin: 20px auto 0;
    display: flex;
    align-items: center; }
    /* line 421, style.scss */
    .main3b .point_box:before {
      display: block;
      content: '';
      width: 55px;
      height: 70px;
      background-image: url("../images/03_point01.png");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px; }
    /* line 432, style.scss */
    .main3b .point_box p {
      width: calc(100% - 65px); }
      /* line 434, style.scss */
      .main3b .point_box p strong {
        font-weight: 800; }
    /* line 438, style.scss */
    .main3b .point_box.main3_point1 {
      margin: 30px auto 0; }
    /* line 441, style.scss */
    .main3b .point_box.main3_point2:before {
      background-image: url("../images/03_point02.png"); }
    /* line 444, style.scss */
    .main3b .point_box.main3_point3:before {
      background-image: url("../images/03_point03.png"); }
    /* line 447, style.scss */
    .main3b .point_box.main3_point4:before {
      background-image: url("../images/03_point04.png"); }

/* line 457, style.scss */
.main4_title {
  position: relative; }
  /* line 459, style.scss */
  .main4_title .logo_img02 {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 130px; }

/* line 466, style.scss */
.main4_table {
  background-image: url("../images/04_bg.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
  padding-bottom: 25px; }

/* line 473, style.scss */
.main4_tableb {
  padding-top: 20px; }
  /* line 475, style.scss */
  .main4_tableb table {
    max-width: 350px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 5px; }
    /* line 481, style.scss */
    .main4_tableb table thead th {
      background: #14679f;
      vertical-align: middle;
      text-align: center;
      color: #fff;
      border-radius: 5px;
      padding: 10px; }
    /* line 491, style.scss */
    .main4_tableb table tbody th {
      background: #fff;
      vertical-align: middle;
      text-align: center;
      color: #14679f;
      border-radius: 5px;
      padding: 10px;
      font-weight: 700; }
      /* line 499, style.scss */
      .main4_tableb table tbody th div {
        width: 120px; }
        /* line 501, style.scss */
        .main4_tableb table tbody th div img {
          margin-top: 5px; }
    /* line 506, style.scss */
    .main4_tableb table tbody td {
      background: #fff;
      vertical-align: middle;
      text-align: left;
      border-radius: 5px;
      padding: 10px; }
      /* line 513, style.scss */
      .main4_tableb table tbody td div {
        margin: 10px 5px; }
    /* line 518, style.scss */
    .main4_tableb table + table {
      margin-top: 10px; }

/* line 526, style.scss */
.main5b {
  background-image: url("../images/05_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 425px; }
  /* line 533, style.scss */
  .main5b .main5_title {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 35px; }
  /* line 538, style.scss */
  .main5b .main5_movie {
    margin: 15px 0 0; }
  /* line 541, style.scss */
  .main5b .main5_movieb {
    max-width: 345px;
    margin: auto; }
    /* line 544, style.scss */
    .main5b .main5_movieb p {
      margin: 15px 0 0;
      text-align: center; }

/* line 551, style.scss */
.main5_movie_player {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  /* line 555, style.scss */
  .main5_movie_player iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* line 567, style.scss */
.main6b {
  padding: 20px 0 10px;
  position: relative; }
  /* line 570, style.scss */
  .main6b .main6_title {
    margin: 0 auto;
    max-width: 230px; }
  /* line 574, style.scss */
  .main6b .main6_stitle {
    margin: 20px 40px 0 auto;
    text-align: center;
    width: fit-content; }
  /* line 581, style.scss */
  .main6b .logo_img03 {
    position: absolute;
    left: 30px;
    top: 100px;
    width: 120px; }
  /* line 587, style.scss */
  .main6b .logo_img04 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 160px; }
  /* line 593, style.scss */
  .main6b:before {
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    background-image: url("../images/06_bubble01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 50px;
    z-index: 2; }
  /* line 607, style.scss */
  .main6b .ex {
    position: relative;
    margin: 15px 0 0;
    /*&.ex01:after {
    display: block;
    content: '';
    width: 65px;
    height: 65px;
    background-image: url("../images/06_bubble01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 25px;
    top:110px;
    z-index: 2;
    }
    &.ex02:after {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background-image: url("../images/06_bubble01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 110px;
    top:100px;
    z-index: 2;
    }
    &.ex03:after {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background-image: url("../images/06_bubble01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 20px;
    z-index: 2;
    }*/ }
  /* line 653, style.scss */
  .main6b .ex_txt {
    margin: -50px 20px 50px; }
    /* line 656, style.scss */
    .main6b .ex_txt dl dt {
      font-weight: 700;
      font-size: 12px;
      font-size: 1.2rem; }
    /* line 661, style.scss */
    .main6b .ex_txt dl dd {
      margin-bottom: 5px;
      font-size: 12px;
      font-size: 1.2rem; }

/* line 672, style.scss */
.main7b {
  background-image: url("../images/07_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0; }
  /* line 678, style.scss */
  .main7b .main7_title {
    margin: 0 auto;
    max-width: 110px; }
  /* line 682, style.scss */
  .main7b .price_table {
    margin: 10px 0 0;
    position: relative; }
    /* line 685, style.scss */
    .main7b .price_table table {
      width: fit-content;
      margin: auto;
      border-top: 1px solid #000;
      border-left: 1px solid #000; }
      /* line 690, style.scss */
      .main7b .price_table table th {
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        background: #feeedf;
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        line-height: 1.5; }
      /* line 699, style.scss */
      .main7b .price_table table td {
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        line-height: 1.5;
        background: #fff; }
    /* line 709, style.scss */
    .main7b .price_table p {
      margin: 15px 20px 0;
      text-indent: -1.0em;
      padding-left: 1.0em; }
    /* line 714, style.scss */
    .main7b .price_table .main7_stitle {
      width: 70px;
      position: absolute;
      top: -20px;
      left: 15px; }

/* line 725, style.scss */
.main8b {
  background-image: url("../images/08_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 50px; }
  /* line 731, style.scss */
  .main8b .main8_title {
    margin: 0 auto;
    max-width: 220px; }
  /* line 735, style.scss */
  .main8b .faq {
    margin: 20px 0 0; }
  /* line 738, style.scss */
  .main8b .faqb {
    max-width: 335px;
    margin: auto; }
    /* line 742, style.scss */
    .main8b .faqb dl dt {
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem; }
      /* line 746, style.scss */
      .main8b .faqb dl dt:nth-of-type(n+2) {
        margin-top: 25px; }
    /* line 750, style.scss */
    .main8b .faqb dl dd {
      margin: 5px 0 0;
      padding-left: 1.5em;
      text-indent: -1.5em; }

/* line 761, style.scss */
.main9b {
  background-image: url("../images/09_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 20px;
  position: relative; }
  /* line 768, style.scss */
  .main9b .main9_title {
    max-width: 330px;
    margin: auto; }
  /* line 772, style.scss */
  .main9b .main9_img {
    margin: 15px 10px 0; }
  /* line 775, style.scss */
  .main9b .main9_txt {
    position: absolute;
    right: 10px;
    bottom: 120px; }
    /* line 779, style.scss */
    .main9b .main9_txt .address {
      line-height: 1.3;
      font-weight: 700;
      font-feature-settings: "palt"; }
    /* line 784, style.scss */
    .main9b .main9_txt dl {
      margin: 5px 0 0 10px; }
      /* line 786, style.scss */
      .main9b .main9_txt dl dt {
        font-weight: 700; }
      /* line 789, style.scss */
      .main9b .main9_txt dl dd {
        text-indent: -1.0em;
        padding-left: 1.0em;
        line-height: 1.2; }

/* line 799, style.scss */
.footerb {
  padding: 30px 0; }

/* line 802, style.scss */
.foot_map {
  max-width: 350px;
  margin: auto; }

/* line 806, style.scss */
.mapbtn {
  margin: 15px 0 0; }

/* line 809, style.scss */
.mapbtnb {
  max-width: 170px;
  margin: auto; }
  /* line 812, style.scss */
  .mapbtnb a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(0deg, #1d6ca2 0%, #6195c7 50%, #1d6ca2 100%);
    border-radius: 10px;
    height: 40px;
    width: 100%; }

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