@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes headerFixed {
  0% {
    transform: translateY(-90px); }
  100% {
    transform: translateY(0px); } }
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(-90px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
.font-b {
  font-family: "Yu Gothic Pr6N B", "游ゴシック体 Pr6N B", "YuGothic", "ヒラギノ角ゴ Pro W5", "Meiryo", sans-serif; }

header {
  display: none; }

#contents {
  margin-top: 0 !important; }

.owner__titleimg {
  position: relative; }
  .owner__titleimg .titleimg__img-wp {
    background: url(/img/owner/titlleimg.jpg) center/cover no-repeat; }
  .owner__titleimg .titleimg__txt-wp {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    text-align: center; }
    .owner__titleimg .titleimg__txt-wp .owner__txt {
      font-size: 1.3rem;
      margin-bottom: 5px; }
      @media (min-width: 769px) {
        .owner__titleimg .titleimg__txt-wp .owner__txt {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.7672634271 ); } }
      @media (min-width: 1160px) {
        .owner__titleimg .titleimg__txt-wp .owner__txt {
          font-size: 1.6rem; } }
    .owner__titleimg .titleimg__txt-wp .owner__logo {
      margin: auto;
      width: 60%;
      max-width: 350px; }
    .owner__titleimg .titleimg__txt-wp .owner__ttl-wp h2 {
      font-size: 2rem;
      position: relative;
      display: inline; }
      @media (min-width: 769px) {
        .owner__titleimg .titleimg__txt-wp .owner__ttl-wp h2 {
          font-size: calc( 2rem + ( 1vw - 7.69px ) * 2.0460358056 ); } }
      @media (min-width: 1160px) {
        .owner__titleimg .titleimg__txt-wp .owner__ttl-wp h2 {
          font-size: 2.8rem; } }
      .owner__titleimg .titleimg__txt-wp .owner__ttl-wp h2::after {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        bottom: -10px;
        height: 1px;
        background: #fff;
        content: ""; }

.about .ttl__wp {
  text-align: left; }
  .about .ttl__wp h3 {
    text-align: left; }
.about__wp-txt {
  margin: 0% 0% 3.25% 0%;
  padding: 0% 5.33%; }
  .about__wp-txt .about__ttl {
    font-size: 1.6rem;
    margin: 0% 0% 2.15% 0%; }
    @media (min-width: 769px) {
      .about__wp-txt .about__ttl {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.0230179028 ); } }
    @media (min-width: 1160px) {
      .about__wp-txt .about__ttl {
        font-size: 2rem; } }
  .about__wp-txt .about__txt {
    font-size: 1.3rem;
    text-align: justify; }
    @media (min-width: 769px) {
      .about__wp-txt .about__txt {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2557544757 ); } }
    @media (min-width: 1160px) {
      .about__wp-txt .about__txt {
        font-size: 1.4rem; } }
.about__wp-img {
  margin: 0 0 0 auto;
  width: 95.33%; }

.merit {
  position: relative; }
  .merit__box {
    box-sizing: border-box;
    position: relative;
    padding: 40px 15px; }
    .merit__box-ttl {
      font-size: 1.5rem;
      margin: 0% 0% 3.57% 0%;
      text-align: center; }
      @media (min-width: 769px) {
        .merit__box-ttl {
          font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 1.7902813299 ); } }
      @media (min-width: 1160px) {
        .merit__box-ttl {
          font-size: 2.2rem; } }
      .merit__box-ttl span {
        font-size: 2.2rem;
        position: relative;
        color: #77BCC8; }
        @media (min-width: 769px) {
          .merit__box-ttl span {
            font-size: calc( 2.2rem + ( 1vw - 7.69px ) * 1.5345268542 ); } }
        @media (min-width: 1160px) {
          .merit__box-ttl span {
            font-size: 2.8rem; } }
        .merit__box-ttl span::after {
          position: absolute;
          width: 100%;
          left: 50%;
          transform: translateX(-50%);
          content: "";
          display: block;
          top: -10px;
          width: 6px;
          height: 6px;
          background: #F2F5A0;
          border-radius: 100%; }
    .merit__box-txt__wp {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0% 0% 2.38% 0%; }
      .merit__box-txt__wp .merit__check {
        flex: 0 1 15px;
        width: 15px;
        max-width: 15px; }
        .merit__box-txt__wp .merit__check span {
          position: relative;
          display: block;
          width: 15px;
          height: 15px;
          background: #F0F0F0; }
          .merit__box-txt__wp .merit__check span::before, .merit__box-txt__wp .merit__check span::after {
            position: absolute;
            content: "";
            display: block;
            height: 2px;
            background: #77BCC8; }
          .merit__box-txt__wp .merit__check span::before {
            top: 8px;
            left: 2px;
            width: 7px;
            transform: rotate(50deg); }
          .merit__box-txt__wp .merit__check span::after {
            top: 7px;
            left: 6px;
            width: 11px;
            transform: rotate(-40deg); }
      .merit__box-txt__wp .merit__txt {
        flex: 0 1 calc(100% - 25px);
        width: calc(100% - 25px);
        max-width: calc(100% - 25px);
        font-size: 1.3rem;
        flex: 0 1 97%;
        color: #77BCC8; }
        @media (min-width: 769px) {
          .merit__box-txt__wp .merit__txt {
            font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.7672634271 ); } }
        @media (min-width: 1160px) {
          .merit__box-txt__wp .merit__txt {
            font-size: 1.6rem; } }
        .merit__box-txt__wp .merit__txt p {
          position: relative;
          display: inline; }
          .merit__box-txt__wp .merit__txt p::after {
            position: absolute;
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
            display: block;
            bottom: -5px;
            height: 1px;
            background: #F0F0F0;
            content: ""; }
        .merit__box-txt__wp .merit__txt span {
          font-size: 1.6rem; }
          @media (min-width: 769px) {
            .merit__box-txt__wp .merit__txt span {
              font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.0230179028 ); } }
          @media (min-width: 1160px) {
            .merit__box-txt__wp .merit__txt span {
              font-size: 2rem; } }
    .merit__box-img {
      position: absolute;
      bottom: -45px;
      right: 0;
      width: 30%; }
  .merit__wp {
    position: relative; }
    .merit__wp .merit__cnts {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      margin: 0% 0% 3.9% 0%;
      cursor: pointer; }
    .merit__wp-num {
      font-size: 1.6rem;
      position: absolute;
      top: -5px;
      left: 35%;
      width: 30px;
      height: 30px;
      background: linear-gradient(-45deg, #E7EA90 0%, #E7EA90 50%, #F2F5A0 50%, #F2F5A0 100%); }
      @media (min-width: 769px) {
        .merit__wp-num {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 2.3017902813 ); } }
      @media (min-width: 1160px) {
        .merit__wp-num {
          font-size: 2.5rem; } }
      .merit__wp-num p {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
    .merit__wp-img {
      flex: 0 1 32%;
      width: 32%;
      max-width: 32%; }
    .merit__wp-txt {
      flex: 0 1 68%;
      width: 68%;
      max-width: 68%;
      box-sizing: border-box;
      text-align: center; }
      .merit__wp-txt .merit__con-ttl {
        font-size: 1.6rem;
        margin: 0% 0% 1.29% 0%; }
        @media (min-width: 769px) {
          .merit__wp-txt .merit__con-ttl {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.5115089514 ); } }
        @media (min-width: 1160px) {
          .merit__wp-txt .merit__con-ttl {
            font-size: 1.8rem; } }
        .merit__wp-txt .merit__con-ttl span {
          position: relative;
          z-index: 1; }
          .merit__wp-txt .merit__con-ttl span::after {
            position: absolute;
            content: "";
            display: block;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 10px;
            background: #F2F5A0;
            z-index: -1; }
      .merit__wp-txt .merit__con-txt {
        font-size: 1.3rem; }
        @media (min-width: 769px) {
          .merit__wp-txt .merit__con-txt {
            font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2557544757 ); } }
        @media (min-width: 1160px) {
          .merit__wp-txt .merit__con-txt {
            font-size: 1.4rem; } }
  .merit__popup .merit__popup-box {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999; }
  .merit__popup .merit__popup-cnts {
    max-width: 980px;
    width: 85%;
    padding: 60px 4% 30px;
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box; }
  .merit__popup .merit__popup-bg {
    height: 100%;
    width: 100%;
    background-color: rgba(225, 225, 225, 0.6); }
  .merit__popup .popup__txt .popup__txt-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px; }
  .merit__popup .popup__txt .popup__txt-num {
    position: relative;
    flex: 0 1 50px;
    width: 50px;
    max-width: 50px;
    font-size: 2rem;
    height: 50px;
    background: linear-gradient(-45deg, #E7EA90 0%, #E7EA90 50%, #F2F5A0 50%, #F2F5A0 100%); }
    @media (min-width: 769px) {
      .merit__popup .popup__txt .popup__txt-num {
        font-size: calc( 2rem + ( 1vw - 7.69px ) * 1.2787723785 ); } }
    @media (min-width: 1160px) {
      .merit__popup .popup__txt .popup__txt-num {
        font-size: 2.5rem; } }
    .merit__popup .popup__txt .popup__txt-num p {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
  .merit__popup .popup__txt .popup__txt-main {
    flex: 0 1 78%;
    width: 78%;
    max-width: 78%;
    margin-left: 10px;
    font-size: 1.8rem;
    line-height: 1.3; }
    @media (min-width: 769px) {
      .merit__popup .popup__txt .popup__txt-main {
        font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.7902813299 ); } }
    @media (min-width: 1160px) {
      .merit__popup .popup__txt .popup__txt-main {
        font-size: 2.5rem; } }
  .merit__popup .popup__txt .popup__txt-rd {
    font-size: 1.3rem; }
    @media (min-width: 769px) {
      .merit__popup .popup__txt .popup__txt-rd {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2557544757 ); } }
    @media (min-width: 1160px) {
      .merit__popup .popup__txt .popup__txt-rd {
        font-size: 1.4rem; } }
  .merit__popup .merit__popup-img {
    margin-bottom: 20px; }
  .merit__popup .close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    background: #77BCC8;
    border: none; }
    .merit__popup .close:before, .merit__popup .close:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60%;
      height: 1px;
      background: #fff; }
    .merit__popup .close:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .merit__popup .close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .merit::after {
    position: absolute;
    content: "";
    display: block;
    top: 65px;
    left: 0;
    width: 100%;
    height: 85%;
    background: #E7F3F5;
    z-index: -1; }

.price .price__wp {
  padding: 3.06% 0% 3.06% 0%; }
.price .price__list li {
  background: #fff; }
  .price .price__list li:first-child .price__list-img {
    width: 70%; }
.price .price__list .price__list-ttl {
  padding: 1.02% 0% 1.02% 0%;
  background: #77BCC8;
  color: #fff;
  font-size: 1.6rem;
  text-align: center; }
  @media (min-width: 769px) {
    .price .price__list .price__list-ttl {
      font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.0230179028 ); } }
  @media (min-width: 1160px) {
    .price .price__list .price__list-ttl {
      font-size: 2rem; } }
.price .price__list .price__list-img {
  max-width: 350px;
  width: 90%;
  margin: auto;
  padding: 25px 0; }
.price .price__list .price__list-img-sub {
  max-width: 300px; }

.entry {
  margin: 0% 0% 9.48% 0%; }
  .entry__btn a {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 380px; }
    .entry__btn a::before, .entry__btn a::after {
      position: absolute;
      content: "";
      display: block;
      left: 0;
      width: 100%;
      height: 80px; }
    .entry__btn a::before {
      bottom: 0;
      background: #F2F5A0;
      z-index: -1;
      transition: .4s; }
    .entry__btn a::after {
      bottom: -5px;
      background: #DBDE79;
      z-index: -2; }
  .entry__btn-wp {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: auto;
    bottom: 12px;
    text-align: center;
    transition: .4s; }
  .entry__img {
    flex: 0 1 22%;
    width: 22%;
    max-width: 22%;
    margin-right: 1%;
    max-width: 125px; }
  .entry__txt-wp {
    flex: 0 1 75%;
    width: 75%;
    max-width: 75%; }
    .entry__txt-wp .entry__txt {
      font-size: 1.1rem;
      position: relative;
      margin: 0 auto;
      padding: 4% 0;
      max-width: 350px;
      border-radius: 50px; }
      @media (min-width: 769px) {
        .entry__txt-wp .entry__txt {
          font-size: calc( 1.1rem + ( 1vw - 7.69px ) * 0.7672634271 ); } }
      @media (min-width: 1160px) {
        .entry__txt-wp .entry__txt {
          font-size: 1.4rem; } }
      .entry__txt-wp .entry__txt i {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        width: auto;
        font-size: 1.2rem;
        color: #fff; }
  .entry .owner__btn {
    margin-bottom: 20px; }
    .entry .owner__btn .entry__ttl {
      font-size: 1.6rem;
      color: #000000; }
      @media (min-width: 769px) {
        .entry .owner__btn .entry__ttl {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.5345268542 ); } }
      @media (min-width: 1160px) {
        .entry .owner__btn .entry__ttl {
          font-size: 2.2rem; } }
    .entry .owner__btn .entry__txt-only-wp {
      font-size: 1.2rem;
      flex: 0 1 96%;
      width: 96%;
      max-width: 96%;
      margin: 0 auto;
      color: #000000; }
      @media (min-width: 769px) {
        .entry .owner__btn .entry__txt-only-wp {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 1.0230179028 ); } }
      @media (min-width: 1160px) {
        .entry .owner__btn .entry__txt-only-wp {
          font-size: 1.6rem; } }
      .entry .owner__btn .entry__txt-only-wp .entry__only {
        font-size: 1rem;
        display: inline-block;
        margin-right: 3px;
        padding: 2px 7px;
        background: #C70A0A;
        color: #fff;
        border-radius: 5px; }
        @media (min-width: 769px) {
          .entry .owner__btn .entry__txt-only-wp .entry__only {
            font-size: calc( 1rem + ( 1vw - 7.69px ) * 1.0230179028 ); } }
        @media (min-width: 1160px) {
          .entry .owner__btn .entry__txt-only-wp .entry__only {
            font-size: 1.4rem; } }
      .entry .owner__btn .entry__txt-only-wp.sp-tab {
        display: block; }
    .entry .owner__btn a::before, .entry .owner__btn a::after {
      height: 120px; }
  .entry__contact {
    box-sizing: border-box;
    margin: auto;
    padding: 20px;
    max-width: 380px;
    background: #fff;
    text-align: center; }
    .entry__contact-box {
      margin-bottom: 10px; }
      .entry__contact-box:last-child {
        margin-bottom: 0; }
      .entry__contact-box.tel a {
        font-size: 2rem;
        color: #77BCC8;
        font-weight: bold; }
        @media (min-width: 769px) {
          .entry__contact-box.tel a {
            font-size: calc( 2rem + ( 1vw - 7.69px ) * 7.1090047393 ); } }
        @media (min-width: 980px) {
          .entry__contact-box.tel a {
            font-size: 3.5rem; } }
        .entry__contact-box.tel a span {
          font-size: 1.3rem; }
          @media (min-width: 769px) {
            .entry__contact-box.tel a span {
              font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 3.317535545 ); } }
          @media (min-width: 980px) {
            .entry__contact-box.tel a span {
              font-size: 2rem; } }
    .entry__contact-btn i {
      padding-right: 5px; }
    .entry__contact-btn a {
      font-size: 1.6rem;
      position: relative;
      display: block;
      height: 60px;
      color: #fff;
      background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
      background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
      overflow: hidden;
      text-align: center;
      border-radius: 10px; }
      @media (min-width: 769px) {
        .entry__contact-btn a {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 3.317535545 ); } }
      @media (min-width: 980px) {
        .entry__contact-btn a {
          font-size: 2.3rem; } }
      .entry__contact-btn a p {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .entry__contact-btn a::before {
        content: '';
        position: absolute;
        top: 5px;
        left: -50px;
        width: 200px;
        height: 200px;
        background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
        background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); }
    .entry__contact-ttl {
      font-size: 1.3rem; }
      @media (min-width: 769px) {
        .entry__contact-ttl {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
      @media (min-width: 980px) {
        .entry__contact-ttl {
          font-size: 1.4rem; } }
    .entry__contact-time {
      font-size: 1.1rem; }
      @media (min-width: 769px) {
        .entry__contact-time {
          font-size: calc( 1.1rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
      @media (min-width: 980px) {
        .entry__contact-time {
          font-size: 1.3rem; } }

.facility {
  padding: 6.12% 0% 6.12% 0%; }
  .facility__wp {
    margin: 0% 0% 6.12% 0%; }
    .facility__wp li {
      margin: 0% 0% 6.12% 0%; }
      .facility__wp li:last-child {
        margin: 0; }
    .facility__wp-img {
      margin: 0% 0% 1.95% 0%; }
    .facility__wp-txt {
      font-size: 1.3rem; }
      @media (min-width: 769px) {
        .facility__wp-txt {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
      @media (min-width: 980px) {
        .facility__wp-txt {
          font-size: 1.4rem; } }
      .facility__wp-txt span {
        font-size: 1.3rem;
        display: inline-block;
        margin-right: 15px;
        padding: 2px 10px;
        background: #F2F5A0; }
        @media (min-width: 769px) {
          .facility__wp-txt span {
            font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
        @media (min-width: 980px) {
          .facility__wp-txt span {
            font-size: 1.4rem; } }
  .facility__eqpmnt {
    margin: 0% 0% 6.12% 0%;
    padding: 10px 0;
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070; }
    .facility__eqpmnt-ttl {
      font-size: 1.3rem;
      margin-bottom: 10px;
      text-align: center;
      line-height: normal; }
      @media (min-width: 769px) {
        .facility__eqpmnt-ttl {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.7672634271 ); } }
      @media (min-width: 1160px) {
        .facility__eqpmnt-ttl {
          font-size: 1.6rem; } }
      .facility__eqpmnt-ttl span {
        font-size: 1.2rem; }
        @media (min-width: 769px) {
          .facility__eqpmnt-ttl span {
            font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.5115089514 ); } }
        @media (min-width: 1160px) {
          .facility__eqpmnt-ttl span {
            font-size: 1.4rem; } }
    .facility__eqpmnt-list li {
      font-size: 1.2rem;
      flex: 0 1 48.5%;
      width: 48.5%;
      max-width: 48.5%;
      margin-bottom: 10px;
      box-sizing: border-box;
      padding: 10px 0;
      background: #F2F2F2;
      text-align: center; }
      @media (min-width: 769px) {
        .facility__eqpmnt-list li {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.7672634271 ); } }
      @media (min-width: 1160px) {
        .facility__eqpmnt-list li {
          font-size: 1.5rem; } }
      .facility__eqpmnt-list li:nth-child(n+5) {
        margin-bottom: 0; }

.flow .ttl__wp {
  margin: 0% 0% 12.24% 0%; }
.flow .flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flow .flow__list li {
    flex: 0 1 47%;
    width: 47%;
    max-width: 47%;
    position: relative;
    margin-bottom: 40px;
    padding: 40px 0 10px;
    background: #fff; }
    .flow .flow__list li:after {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      right: -9%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0px 10px 13px;
      border-color: transparent transparent transparent #77BCC8; }
    .flow .flow__list li:nth-child(even):after {
      content: none; }
  .flow .flow__list .flow__num {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: auto; }
    .flow .flow__list .flow__num span {
      display: inline-block;
      color: #fff;
      background: #77BCC8;
      font-size: 1.6rem;
      height: 40px;
      width: 40px;
      min-width: 40px;
      line-height: 40px;
      border-radius: 100%;
      text-align: center;
      letter-spacing: normal;
      font-family: "Lato", sans-serif; }
      @media (min-width: 769px) {
        .flow .flow__list .flow__num span {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.8957345972 ); } }
      @media (min-width: 980px) {
        .flow .flow__list .flow__num span {
          font-size: 2rem; } }
  .flow .flow__list .flow__ttl {
    margin-bottom: 20px;
    font-size: 1.4rem;
    color: #77BCC8;
    text-align: center; }
    @media (min-width: 769px) {
      .flow .flow__list .flow__ttl {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.8957345972 ); } }
    @media (min-width: 980px) {
      .flow .flow__list .flow__ttl {
        font-size: 1.8rem; } }

.guide {
  padding: 0% 0% 11.2% 0%;
  padding-top: 30px;
  background: #F4FDFF; }
  .guide .guide__mainttl {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #77BCC8;
    text-align: center; }
    @media (min-width: 769px) {
      .guide .guide__mainttl {
        font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 1.4218009479 ); } }
    @media (min-width: 980px) {
      .guide .guide__mainttl {
        font-size: 1.8rem; } }
  .guide .guide__subttl {
    font-size: 1.3rem;
    text-align: center; }
    @media (min-width: 769px) {
      .guide .guide__subttl {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
    @media (min-width: 980px) {
      .guide .guide__subttl {
        font-size: 1.4rem; } }
  .guide__wp-img {
    flex: 0 1 145px;
    width: 145px;
    max-width: 145px;
    position: relative;
    height: 145px;
    border-radius: 100%; }
    .guide__wp-img figure {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .guide__wp-txt {
    flex: 0 1 calc(100% - 165px);
    width: calc(100% - 165px);
    max-width: calc(100% - 165px); }
    .guide__wp-txt .guide__ttl {
      font-size: 1.4rem; }
    .guide__wp-txt .guide__txt {
      font-size: 1.3rem;
      text-align: justify; }
      @media (min-width: 769px) {
        .guide__wp-txt .guide__txt {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
      @media (min-width: 980px) {
        .guide__wp-txt .guide__txt {
          font-size: 1.4rem; } }
      .guide__wp-txt .guide__txt span {
        font-size: 1.1rem; }
        @media (min-width: 769px) {
          .guide__wp-txt .guide__txt span {
            font-size: calc( 1.1rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
        @media (min-width: 980px) {
          .guide__wp-txt .guide__txt span {
            font-size: 1.3rem; } }
  .guide__wp li {
    position: relative;
    margin-bottom: 50px; }
    .guide__wp li::after {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      bottom: -25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #77BCC8 transparent transparent transparent; }
    .guide__wp li:nth-child(1) .guide__wp-img figure {
      width: 70%;
      max-width: 140px; }
    .guide__wp li:nth-child(2) .guide__wp-img figure {
      width: 65%;
      max-width: 150px; }
    .guide__wp li:nth-child(3) .guide__wp-img figure {
      width: 70%;
      max-width: 130px; }
    .guide__wp li:nth-child(4) {
      margin: 0; }
      .guide__wp li:nth-child(4)::after {
        display: none; }
      .guide__wp li:nth-child(4) .guide__wp-img figure {
        width: 75%;
        max-width: 135px; }
  .guide__num {
    font-size: 1.3rem;
    display: inline-block;
    padding: 2px 15px;
    background: #F2F5A0;
    border-radius: 50px; }
    @media (min-width: 769px) {
      .guide__num {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
    @media (min-width: 980px) {
      .guide__num {
        font-size: 1.4rem; } }
  .guide__flow {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .guide__flow-box {
      position: relative;
      margin-bottom: 30px;
      padding: 15px 10px;
      background: #fff; }
      .guide__flow-box .guide__flow-txt {
        margin-bottom: 10px; }
        .guide__flow-box .guide__flow-txt .guide__flow-ttl {
          font-size: 1.5rem;
          margin-bottom: 5px; }
          @media (min-width: 769px) {
            .guide__flow-box .guide__flow-txt .guide__flow-ttl {
              font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 1.4218009479 ); } }
          @media (min-width: 980px) {
            .guide__flow-box .guide__flow-txt .guide__flow-ttl {
              font-size: 1.8rem; } }
          .guide__flow-box .guide__flow-txt .guide__flow-ttl .guide__flow-step {
            font-size: 1.2rem;
            padding-right: 5px;
            color: #77BCC8; }
            @media (min-width: 769px) {
              .guide__flow-box .guide__flow-txt .guide__flow-ttl .guide__flow-step {
                font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 1.8957345972 ); } }
            @media (min-width: 980px) {
              .guide__flow-box .guide__flow-txt .guide__flow-ttl .guide__flow-step {
                font-size: 1.6rem; } }
        .guide__flow-box .guide__flow-txt .guide__flow-copy {
          font-size: 1.3rem;
          text-align: justify; }
          @media (min-width: 769px) {
            .guide__flow-box .guide__flow-txt .guide__flow-copy {
              font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
          @media (min-width: 980px) {
            .guide__flow-box .guide__flow-txt .guide__flow-copy {
              font-size: 1.4rem; } }
          .guide__flow-box .guide__flow-txt .guide__flow-copy a {
            display: inline;
            color: #77BCC8;
            text-decoration: underline; }
        .guide__flow-box .guide__flow-txt .guide__flow-attn {
          font-size: 1rem;
          padding-top: 10px;
          line-height: normal; }
          @media (min-width: 769px) {
            .guide__flow-box .guide__flow-txt .guide__flow-attn {
              font-size: calc( 1rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
          @media (min-width: 980px) {
            .guide__flow-box .guide__flow-txt .guide__flow-attn {
              font-size: 1.2rem; } }
      .guide__flow-box .guide__flow-img {
        margin: auto;
        width: 95%; }
      .guide__flow-box::after {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        bottom: -25px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #77BCC8 transparent transparent transparent;
        content: ""; }
      .guide__flow-box:last-child {
        margin-bottom: 0; }
        .guide__flow-box:last-child::after {
          display: none; }
    .guide__flow::after {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      bottom: 0;
      height: 1px;
      background: #707070;
      content: ""; }
  .guide__limit {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .guide__limit .guide__mainttl {
      margin-bottom: 10px; }
    .guide__limit .guide__subttl {
      margin-bottom: 20px; }
    .guide__limit-wp {
      margin-bottom: 20px;
      padding: 15px;
      background: #fff; }
      .guide__limit-wp .guide__limit-img {
        margin-bottom: 10px; }
      .guide__limit-wp .guide__limit-txt {
        font-size: 1.2rem; }
        @media (min-width: 769px) {
          .guide__limit-wp .guide__limit-txt {
            font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
        @media (min-width: 980px) {
          .guide__limit-wp .guide__limit-txt {
            font-size: 1.3rem; } }
        .guide__limit-wp .guide__limit-txt .guide__limit-attn {
          font-size: 1rem;
          display: block;
          padding-top: 10px; }
          @media (min-width: 769px) {
            .guide__limit-wp .guide__limit-txt .guide__limit-attn {
              font-size: calc( 1rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
          @media (min-width: 980px) {
            .guide__limit-wp .guide__limit-txt .guide__limit-attn {
              font-size: 1.2rem; } }
    .guide__limit-box .guide__limit-ttl {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #77BCC8; }
      @media (min-width: 769px) {
        .guide__limit-box .guide__limit-ttl {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
      @media (min-width: 980px) {
        .guide__limit-box .guide__limit-ttl {
          font-size: 1.3rem; } }
    .guide__limit-box .guide__limit-con {
      font-size: 1.2rem;
      text-indent: -1em;
      padding-left: 1em; }
      @media (min-width: 769px) {
        .guide__limit-box .guide__limit-con {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
      @media (min-width: 980px) {
        .guide__limit-box .guide__limit-con {
          font-size: 1.3rem; } }
      .guide__limit-box .guide__limit-con span {
        color: #77BCC8; }
    .guide__limit::after {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      bottom: 0;
      height: 1px;
      background: #707070;
      content: ""; }
  .guide__attn {
    font-size: 1.3rem; }
    @media (min-width: 769px) {
      .guide__attn {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
    @media (min-width: 980px) {
      .guide__attn {
        font-size: 1.4rem; } }

.payment {
  padding-bottom: 30px;
  background: #F4FDFF; }
  .payment .payment__ttl {
    margin: 0% 0% 3.44% 0%;
    font-size: 1.6rem;
    color: #77BCC8;
    text-align: center; }
    @media (min-width: 769px) {
      .payment .payment__ttl {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
    @media (min-width: 980px) {
      .payment .payment__ttl {
        font-size: 1.8rem; } }
  .payment .payment__box {
    position: relative;
    margin-bottom: 60px;
    padding: 4%;
    background: #fff;
    box-sizing: border-box; }
    .payment .payment__box:after {
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      bottom: -40px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 20px 0 20px;
      border-color: #77BCC8 transparent transparent transparent; }
    .payment .payment__box:last-child {
      margin-bottom: 0; }
      .payment .payment__box:last-child:after {
        content: none; }
    .payment .payment__box .payment__box-ttl {
      position: relative;
      margin: 0 auto 25px;
      padding: 2% 10px;
      border-radius: 50px;
      background: #F2F5A0;
      font-size: 1.3rem;
      text-align: center; }
      .payment .payment__box .payment__box-ttl i {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        width: auto;
        font-size: 1.2rem;
        color: #F2F5A0; }
    .payment .payment__box .payment__il {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .payment .payment__box .payment__il .payment__il-img {
        position: relative;
        flex: 0 1 43%;
        width: 43%;
        max-width: 43%;
        margin-bottom: 15px; }
        .payment .payment__box .payment__il .payment__il-img:after {
          position: absolute;
          width: 100%;
          top: 50%;
          transform: translateY(-50%);
          content: "";
          top: 40%;
          right: -20%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 0px 10px 13px;
          border-color: transparent transparent transparent #77BCC8; }
        .payment .payment__box .payment__il .payment__il-img:last-child:after {
          content: none; }
        .payment .payment__box .payment__il .payment__il-img figcaption {
          margin-top: 10px;
          color: #77BCC8;
          font-size: 1.3rem;
          text-align: center; }
          @media (min-width: 769px) {
            .payment .payment__box .payment__il .payment__il-img figcaption {
              font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
          @media (min-width: 980px) {
            .payment .payment__box .payment__il .payment__il-img figcaption {
              font-size: 1.5rem; } }
    .payment .payment__box .payment__txt .payment__txt-main {
      font-size: 1.4rem; }
      @media (min-width: 769px) {
        .payment .payment__box .payment__txt .payment__txt-main {
          font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
      @media (min-width: 980px) {
        .payment .payment__box .payment__txt .payment__txt-main {
          font-size: 1.5rem; } }
      .payment .payment__box .payment__txt .payment__txt-main.price {
        font-size: 1.3rem;
        color: #77BCC8; }
        @media (min-width: 769px) {
          .payment .payment__box .payment__txt .payment__txt-main.price {
            font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
        @media (min-width: 980px) {
          .payment .payment__box .payment__txt .payment__txt-main.price {
            font-size: 1.5rem; } }
        .payment .payment__box .payment__txt .payment__txt-main.price .payment__price {
          position: relative; }
          .payment .payment__box .payment__txt .payment__txt-main.price .payment__price::after {
            position: absolute;
            width: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: block;
            height: 1px;
            background: #B51C1C;
            content: ""; }
        .payment .payment__box .payment__txt .payment__txt-main.price .payment__special {
          font-size: 1.4rem;
          padding-left: 8px; }
          @media (min-width: 769px) {
            .payment .payment__box .payment__txt .payment__txt-main.price .payment__special {
              font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
          @media (min-width: 980px) {
            .payment .payment__box .payment__txt .payment__txt-main.price .payment__special {
              font-size: 1.5rem; } }
    .payment .payment__box .payment__txt .payment__txt-cap {
      font-size: 1.2rem;
      font-weight: normal; }
      @media (min-width: 769px) {
        .payment .payment__box .payment__txt .payment__txt-cap {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.4739336493 ); } }
      @media (min-width: 980px) {
        .payment .payment__box .payment__txt .payment__txt-cap {
          font-size: 1.3rem; } }
      .payment .payment__box .payment__txt .payment__txt-cap span {
        font-family: "Yu Gothic Pr6N B", "游ゴシック体 Pr6N B", "YuGothic", "ヒラギノ角ゴ Pro W5", "Meiryo", sans-serif; }
  .payment .payment__atten {
    padding: 4%;
    background: #fff;
    border: 2px solid #77BCC8;
    text-align: center; }
    .payment .payment__atten .payment__atten-ttl {
      margin-bottom: 10px;
      font-size: 1.6rem;
      color: #77BCC8; }
      @media (min-width: 769px) {
        .payment .payment__atten .payment__atten-ttl {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
      @media (min-width: 980px) {
        .payment .payment__atten .payment__atten-ttl {
          font-size: 1.8rem; } }
    .payment .payment__atten .payment__atten-rd {
      font-size: 1.3rem; }
      @media (min-width: 769px) {
        .payment .payment__atten .payment__atten-rd {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
      @media (min-width: 980px) {
        .payment .payment__atten .payment__atten-rd {
          font-size: 1.5rem; } }
      .payment .payment__atten .payment__atten-rd span {
        color: #77BCC8;
        font-family: "Yu Gothic Pr6N B", "游ゴシック体 Pr6N B", "YuGothic", "ヒラギノ角ゴ Pro W5", "Meiryo", sans-serif; }

.faq .faq__wp {
  margin-bottom: 2%; }
  .faq .faq__wp .faq__common {
    position: relative;
    background: #fff;
    padding: 2% 3%;
    cursor: pointer; }
    .faq .faq__wp .faq__common .faq__wp-txt .faq__wp-txt-ttl {
      font-size: 1.3rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 93%; }
      @media (min-width: 769px) {
        .faq .faq__wp .faq__common .faq__wp-txt .faq__wp-txt-ttl {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.9478672986 ); } }
      @media (min-width: 980px) {
        .faq .faq__wp .faq__common .faq__wp-txt .faq__wp-txt-ttl {
          font-size: 1.5rem; } }
      .faq .faq__wp .faq__common .faq__wp-txt .faq__wp-txt-ttl a {
        text-decoration: underline; }
      .faq .faq__wp .faq__common .faq__wp-txt .faq__wp-txt-ttl .en {
        font-size: 1.6rem;
        flex: 0 1 auto;
        width: auto;
        color: #77BCC8;
        font-weight: bold;
        margin-right: 2%; }
        @media (min-width: 769px) {
          .faq .faq__wp .faq__common .faq__wp-txt .faq__wp-txt-ttl .en {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.8957345972 ); } }
        @media (min-width: 980px) {
          .faq .faq__wp .faq__common .faq__wp-txt .faq__wp-txt-ttl .en {
            font-size: 2rem; } }
      .faq .faq__wp .faq__common .faq__wp-txt .faq__wp-txt-ttl p {
        flex: 0 1 90%;
        width: 90%;
        max-width: 90%;
        padding-top: 5px; }
    .faq .faq__wp .faq__common .faq__wp-txt.faq__answer {
      width: 100%; }
    .faq .faq__wp .faq__common .arrow {
      position: absolute;
      content: "";
      display: block;
      background: #77BCC8;
      width: 20px;
      height: 20px;
      top: 50%;
      right: 2%;
      transform: translate(0, -50%);
      transition: 0.3s; }
      .faq .faq__wp .faq__common .arrow:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        left: 30%;
        width: 7px;
        height: 7px;
        border-bottom: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg) translate(-50%, -50%); }
    .faq .faq__wp .faq__common.active .faq__wp-txt .arrow:after {
      top: 10%;
      transform: rotate(-135deg) translate(-50%, -50%); }
    .faq .faq__wp .faq__common.active.faq__common {
      background: #E7F3F5; }
    .faq .faq__wp .faq__common.faq__answer {
      display: none;
      background: #fff; }
      .faq .faq__wp .faq__common.faq__answer .faq__wp-txt .en {
        color: #5A5A5A; }
      .faq .faq__wp .faq__common.faq__answer .faq__wp-txt .faq__wp-txt-ttl {
        width: 100%; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .about__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .about__wp-txt {
      flex: 0 1 49%;
      width: 49%;
      max-width: 49%;
      box-sizing: border-box;
      margin: 0;
      padding: 0 0 0 5.33%; }
    .about__wp-img {
      flex: 0 1 45%;
      width: 45%;
      max-width: 45%;
      box-sizing: border-box; }

  .merit {
    position: relative;
    margin-top: 160px; }
    .merit__box {
      margin: 0 auto 10%;
      padding: 40px 45px;
      width: 80%; }
      .merit__box-ttl {
        text-align: left; }
      .merit__box-img {
        bottom: -5px;
        width: 42%;
        max-width: 340px; }
      .merit__box-txt__wp .merit__txt p {
        position: relative;
        display: inline-block; }
    .merit__wp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .merit__wp .merit__cnts {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%;
        transition: .4s; }
        .merit__wp .merit__cnts:hover {
          background: #77BCC8;
          transition: .4s;
          opacity: 1; }
          .merit__wp .merit__cnts:hover .merit__wp-txt {
            color: #fff; }
        .merit__wp .merit__cnts:nth-child(3) {
          margin: 0; }
      .merit__wp-num {
        top: -10px;
        width: 35px;
        height: 35px; }
    .merit__popup .merit__popup-main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .merit__popup .merit__popup-main .merit__popup-img {
        flex: 0 1 35%;
        width: 35%;
        max-width: 35%; }
      .merit__popup .merit__popup-main .popup__txt {
        flex: 0 1 60%;
        width: 60%;
        max-width: 60%; }

  .price .price__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .price .price__list li {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%; }

  .entry {
    margin: 0% 0% 5.17% 0%; }
    .entry__btn a {
      max-width: 505px; }
      .entry__btn a::before, .entry__btn a::after {
        height: 100px; }
      .entry__btn a:hover {
        opacity: 1; }
        .entry__btn a:hover .entry__btn-wp {
          bottom: 10px;
          transition: .4s; }
        .entry__btn a:hover::before {
          bottom: -5px;
          transition: .4s; }
    .entry__btn-wp {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      bottom: 15px; }
    .entry .owner__btn .entry__txt-wp .entry__txt {
      margin: 0 auto 20px; }
    .entry .owner__btn .entry__txt-only-wp {
      margin: 5px auto 0; }
      .entry .owner__btn .entry__txt-only-wp .entry__only {
        position: relative;
        left: 0;
        margin-right: 5px; }
      .entry .owner__btn .entry__txt-only-wp.sp-tab p {
        text-align: center; }
        .entry .owner__btn .entry__txt-only-wp.sp-tab p .entry__only {
          position: relative;
          top: 0;
          left: 0; }
    .entry .owner__btn a {
      max-width: 505px; }
    .entry__contact {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 505px; }
      .entry__contact-box {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
        margin-bottom: 0; }
        .entry__contact-box:last-child {
          flex: 0 1 45%;
          width: 45%;
          max-width: 45%;
          max-width: 320px; }
          .entry__contact-box:last-child .entry__contact-ttl {
            margin-bottom: 10px; }
      .entry__contact-btn a {
        height: 60px; }
        .entry__contact-btn a .entry__contact-btn-a {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: calc(100% - 2px);
          height: 58px;
          background: transparent;
          border-radius: 9px;
          transition: .1s; }
        .entry__contact-btn a::before {
          left: -105px;
          width: 300px;
          height: 300px; }
        .entry__contact-btn a:hover {
          opacity: 1;
          color: #A15FB5; }
          .entry__contact-btn a:hover .entry__contact-btn-a {
            background: #fff;
            transition: .1s; }
          .entry__contact-btn a:hover::before {
            opacity: 0; }

  .facility__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .facility__wp li {
      flex: 0 1 48.5%;
      width: 48.5%;
      max-width: 48.5%;
      margin-bottom: 0; }
      .facility__wp li:nth-child(3) {
        margin: 0; }
      .facility__wp li:last-child {
        margin: 0; }
  .facility .facility__wp-sub li {
    flex: 0 1 31.5%;
    width: 31.5%;
    max-width: 31.5%; }
  .facility__eqpmnt {
    padding: 20px 0; }
    .facility__eqpmnt-ttl {
      margin-bottom: 20px; }
    .facility__eqpmnt-list li {
      flex: 0 1 32.5%;
      width: 32.5%;
      max-width: 32.5%;
      margin-bottom: 10px; }
      .facility__eqpmnt-list li:nth-child(n+4) {
        margin-bottom: 0; }

  .flow .ttl__wp {
    margin: 0% 0% 7.14% 0%; }
  .flow .flow__list li {
    flex: 0 1 23%;
    width: 23%;
    max-width: 23%; }
    .flow .flow__list li:nth-child(even):after {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      right: -9%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0px 10px 13px;
      border-color: transparent transparent transparent #77BCC8; }
    .flow .flow__list li:nth-child(4n):after {
      content: none; }

  .guide .guide__ttl {
    margin-bottom: 0; }
  .guide__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .guide__wp-img {
      margin: 0 auto 30px; }
    .guide__wp-txt {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
      .guide__wp-txt .guide__ttl {
        margin-bottom: 10px;
        text-align: center; }
    .guide__wp li {
      flex: 0 1 45%;
      width: 45%;
      max-width: 45%;
      position: relative;
      margin-bottom: 50px; }
      .guide__wp li::after {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        bottom: auto;
        left: auto;
        width: auto;
        right: -50px;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #77BCC8; }
      .guide__wp li:nth-child(even)::after {
        display: none; }
  .guide__num {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: auto; }
  .guide__flow {
    margin-bottom: 50px;
    padding-bottom: 50px; }
    .guide__flow-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px; }
      .guide__flow-box .guide__flow-img {
        flex: 0 1 35%;
        width: 35%;
        max-width: 35%; }
      .guide__flow-box .guide__flow-txt {
        flex: 0 1 60%;
        width: 60%;
        max-width: 60%;
        margin-bottom: 0; }
  .guide__limit .guide__mainttl {
    margin-bottom: 0; }
  .guide__limit-wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 25px; }
    .guide__limit-wp .guide__limit-img {
      flex: 0 1 45%;
      width: 45%;
      max-width: 45%;
      margin-bottom: 0; }
    .guide__limit-wp .guide__limit-txt {
      flex: 0 1 50%;
      width: 50%;
      max-width: 50%; }

  .payment .payment__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .payment .payment__wp .payment__box {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%;
      margin-bottom: 0; }
      .payment .payment__wp .payment__box:after {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        bottom: auto;
        left: auto;
        width: auto;
        right: -6%;
        border-width: 15px 0 15px 13px;
        border-color: transparent transparent transparent #77BCC8; }
      .payment .payment__wp .payment__box:last-child:after {
        content: none; }

  /*ご質問*/
  .faq .faq__wp {
    margin-bottom: 2%; }
    .faq .faq__wp .faq__common .faq__wp-txt .arrow {
      width: 25px;
      height: 25px; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) {
  .about__wp-txt {
    flex: 0 1 55%;
    width: 55%;
    max-width: 55%;
    padding: 0 0 0 10.33%; }
  .about__wp-img {
    flex: 0 1 40%;
    width: 40%;
    max-width: 40%; }

  .merit__box {
    margin: 0 auto 10% 0;
    padding: 30px 55px;
    width: 90%; }
    .merit__box-txt__wp .merit__check {
      flex: 0 1 30px;
      width: 30px;
      max-width: 30px; }
      .merit__box-txt__wp .merit__check span {
        width: 25px;
        height: 25px; }
        .merit__box-txt__wp .merit__check span::before {
          top: 12px;
          left: 7px;
          width: 12px; }
        .merit__box-txt__wp .merit__check span::after {
          top: 10px;
          left: 13px;
          width: 20px; }
    .merit__box-txt__wp .merit__txt {
      flex: 0 1 calc(100% - 40px);
      width: calc(100% - 40px);
      max-width: calc(100% - 40px); }
    .merit__box-img {
      bottom: -5px;
      right: -85px;
      width: 50%;
      max-width: 380px; }
  .merit__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .merit__wp .merit__cnts {
      flex: 0 1 23.5%;
      width: 23.5%;
      max-width: 23.5%;
      margin: 0; }
    .merit__wp-num {
      left: 5%;
      top: -15px;
      width: 55px;
      height: 55px; }
    .merit__wp-img {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
    .merit__wp-txt {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      padding: 20px 0;
      text-align: center; }
  .merit::after {
    top: 120px;
    height: 60%; }

  .facility__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .facility__wp li:nth-child(3) {
      margin: 0; }
    .facility__wp li:last-child {
      margin: 0; }
  .facility__eqpmnt {
    padding: 20px 0 40px; }
    .facility__eqpmnt-ttl {
      margin-bottom: 20px; }
    .facility__eqpmnt-list li {
      flex: 0 1 15.5%;
      width: 15.5%;
      max-width: 15.5%;
      margin-bottom: 0;
      padding: 6px 0; }

  .guide__wp li {
    flex: 0 1 23%;
    width: 23%;
    max-width: 23%;
    margin-bottom: 0; }
    .guide__wp li::after {
      top: 30%;
      right: -30px; }
    .guide__wp li:nth-child(2)::after {
      display: block; }

  .entry__btn a {
    max-width: none; }
  .entry__img {
    max-width: 160px; }
  .entry__txt-wp {
    flex: 0 1 70%;
    width: 70%;
    max-width: 70%; }
    .entry__txt-wp .entry__ttl {
      margin-bottom: 10px; }
  .entry .owner__btn .entry__txt-wp .entry__txt {
    margin: 0 auto 15px;
    padding: 10px;
    width: 60%; }
  .entry .owner__btn .entry__txt-only-wp.sp-tab {
    display: none; }
  .entry .owner__btn a {
    max-width: none; }
    .entry .owner__btn a::before, .entry .owner__btn a::after {
      height: 140px; }
  .entry__contact {
    max-width: none; }
    .entry__contact a {
      line-height: normal; }

  .payment .payment__wp .payment__box .payment__txt .payment__txt-main.price {
    position: relative; }
    .payment .payment__wp .payment__box .payment__txt .payment__txt-main.price .payment__special {
      position: absolute;
      bottom: -20px;
      left: 37%; } }
/*------------------------------
		1181px以上
------------------------------*/

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