@charset "UTF-8";
@media screen and (max-width: 820px) {
  .content-wrapper {
    overflow: hidden;
  }
}
.content-wrapper p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .content-wrapper p {
    font-size: 24px;
    line-height: 1.9;
  }
}

.fixbanner {
  display: block;
  width: 234px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: fixed;
  transition: all 300ms 0s ease;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .fixbanner {
    background-size: contain;
    white-space: nowrap;
  }
}
.fixbanner.bn1 {
  background-image: url("../img/banner1.png");
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 820px) {
  .fixbanner.bn1 {
    left: 10px;
    right: auto;
  }
}
.fixbanner.bn2 {
  background-image: url("../img/banner2.png");
  bottom: 20px;
  right: 280px;
}
@media screen and (max-width: 820px) {
  .fixbanner.bn2 {
    left: 260px;
    right: auto;
  }
}
.fixbanner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.fixbanner:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 820px) {
  .fixbanner.active {
    bottom: -66.66667vh;
  }
}

.kv {
  width: 100%;
  height: auto;
  background-color: #9FD9F6;
}
.kv__main {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .kv__main {
    width: 100%;
  }
}
.kv__main .img {
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: 0;
  clear: both;
}
.kv__main h2 img {
  display: block;
  max-width: 100%;
  margin: 0 0 auto auto;
  padding: 0;
}

.merit {
  background-color: #9FD9F6;
  padding-top: 0;
  width: 100%;
  height: auto;
  position: relative;
}
.merit ul.points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .merit ul.points {
    display: block;
    margin-bottom: 30px;
  }
}
.merit ul.points li {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .merit ul.points li {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
.merit ul.points li img {
  max-width: 100%;
  margin: 0 auto;
}
.merit__main .maeuri {
  background-color: #fff;
  padding: 3em;
  text-align: center;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto 40px;
  border-radius: 30px;
}
@media screen and (max-width: 820px) {
  .merit__main .maeuri {
    padding: 1.5em;
    width: 96%;
  }
}
.merit__main .img-p {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.merit__main .img-p img {
  border-radius: 10px;
}
.merit__main h3 {
  text-align: center;
  font-size: 30px;
  line-height: 2;
  color: #0097CD;
  margin-bottom: 20px;
}
.merit__main p {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .merit__main p.logo img {
    max-width: 60%;
    margin: 0 auto;
  }
}
.merit:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -125px;
  width: 100%;
  height: 125px;
  background: url(../img/wave01.png) center center no-repeat;
  background-size: 100% 125px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .merit:after {
    bottom: -123px;
    background-image: url(../img/wave01_sp.png);
  }
}

ul.btn {
  margin: 40px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  ul.btn {
    flex-direction: column;
  }
}
ul.btn li {
  margin: 10px;
  text-align: center;
}
ul.btn li a {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 820px) {
  ul.btn li a {
    width: 100% !important;
    font-size: 24px !important;
    padding: 25px 0 !important;
  }
}
ul.btn li.btn-m a {
  width: 320px;
  padding: 20px 0;
  background-color: #fff;
  border: 2px solid #0097CD;
  color: #0097CD;
  font-size: 18px;
}
ul.btn li.btn-m a:hover {
  background-color: #bae4f9;
}
ul.btn li.btn-l a {
  width: 400px;
  padding: 25px 0;
  background-color: #0d0d80;
  color: #fff;
  font-size: 20px;
}
ul.btn li.btn-l a:hover {
  background-color: #3c3c82;
}

.btn-circle-right a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.btn-circle-right a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #0097CD;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

.point__title {
  text-align: center;
  padding-bottom: 50px;
}
.point__title h3 {
  text-align: center;
  color: #0097CD;
  font-size: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .point__title h3 {
    font-size: 38px;
  }
}
.point__title p {
  text-align: center;
  color: #4D4D4D;
  font-size: 20px;
}
@media screen and (max-width: 820px) {
  .point__title p {
    font-size: 28px;
  }
}

.img-c {
  text-align: center;
}
.img-c img {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 820px) {
  .img-c img {
    padding-left: 4px;
    padding-right: 4px;
  }
}

p.txt-l {
  text-align: left;
  line-height: 1.8;
}

.ppBtn {
  width: 100%;
  max-width: 600px;
  display: block;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: #0D0D80;
  padding: 20px 10px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 820px) {
  .ppBtn {
    max-width: none;
    padding: 20px;
  }
}
.ppBtn:hover {
  opacity: 0.8;
}

.tableBox {
  margin-bottom: 30px;
}
.tableBox table {
  width: 100%;
  margin: 0 auto 20px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #0097CD;
}
.tableBox table th, .tableBox table td {
  padding: 0.8em;
  vertical-align: middle;
}
.tableBox table th {
  width: 200px;
  background-color: #0097CD;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.tableBox table th img {
  max-width: 100%;
}
.tableBox table td {
  background-color: #fff;
  border-bottom: 1px solid #0097CD;
  color: #0097CD;
  line-height: 1.6;
}
.tableBox table thead th + th,
.tableBox table tbody td {
  border-left: 1px solid #aaa;
}
.tableBox table tbody tr:last-child th,
.tableBox table tbody tr:last-child td {
  border-bottom: none;
}
.tableBox .small {
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .tableBox .small {
    font-size: 20px;
  }
}
.tableBox .tel {
  font-size: 20px;
}
@media screen and (max-width: 820px) {
  .tableBox .tel {
    font-size: 30px;
  }
}
.tableBox .small-b {
  font-size: 12px;
  color: #4D4D4D;
}
@media screen and (max-width: 820px) {
  .tableBox .small-b {
    font-size: 20px;
  }
}

.point1 {
  width: 100%;
  height: auto;
  background-color: #fff799;
  padding-top: 180px;
  padding-bottom: 70px;
  background-image: url("../img/bg01.png"), url("../img/bg02.png");
  background-repeat: repeat-y;
  background-position: left, right;
}
.point1 .img-c {
  margin-bottom: 30px;
}
.point1 h4 {
  font-size: 22px;
  text-align: left;
  color: #0097CD;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .point1 h4 {
    font-size: 28px;
  }
}

.ranking {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
.ranking .medalArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ranking .medalArea > div p {
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  background: #68B1E4;
  font-size: 18px;
  padding: 5px;
}
.ranking .medalArea > div p::before, .ranking .medalArea > div p::after {
  position: absolute;
  font-weight: 900;
  content: "★";
  top: 50%;
  transform: translateY(-50%);
  font-size: 75%;
}
.ranking .medalArea > div p::before {
  left: 20px;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div p::before {
    left: 10px;
  }
}
.ranking .medalArea > div p::after {
  right: 20px;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div p::after {
    right: 10px;
  }
}
.ranking .medalArea > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div ul {
    margin-top: 15px;
  }
}
.ranking .medalArea > div ul li {
  width: calc(33.3333333333% - 14px);
  max-width: 330px;
  margin: 0 6px;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div ul li {
    width: auto;
    max-width: none;
  }
}
.ranking .medalArea > div ul li:first-child {
  margin-left: 0;
}
.ranking .medalArea > div ul li:last-child {
  margin-right: 0;
}
.ranking .medalArea > div.first {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div.second {
    width: 100%;
    margin-top: 40px;
  }
}

.point2 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("../img/dot1.png"), url("../img/dot1.png"), url("../img/dot1.png");
  background-size: 8%, 3%, 12%;
  background-repeat: no-repeat;
  background-position: top 150px left 100px, top 290px right 50px, bottom 50px left -50px;
}
@media screen and (max-width: 820px) {
  .point2 {
    background-image: none;
  }
}

.flex-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .flex-area {
    display: block;
  }
}
.flex-area .img2 {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 820px) {
  .flex-area .img2 {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.flex-area .txt2 {
  width: 48%;
  max-width: 540px;
}
@media screen and (max-width: 820px) {
  .flex-area .txt2 {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.flex-area .txt2 p {
  margin-bottom: 30px;
}
.flex-area .txt2 .red {
  color: red;
}
.flex-area .txt2 h4 {
  text-align: left;
  color: #4D4D4D;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .flex-area .txt2 h4 {
    font-size: 28px;
    line-height: 1.8;
  }
}
.flex-area .txt2 ul {
  text-align: left;
  margin-bottom: 20px;
}
.flex-area .txt2 li {
  line-height: 2;
  margin-bottom: 8px;
}
.flex-area .txt2 li span {
  font-weight: 700;
  color: #00A0E9;
  margin-right: 4px;
}
.flex-area .new {
  width: 90px;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #EC6D74;
  border-radius: 4px;
  display: block;
}
@media screen and (max-width: 820px) {
  .flex-area .new {
    width: 180px;
  }
}

.mgn-l {
  margin-left: 40px;
}
@media screen and (max-width: 820px) {
  .mgn-l {
    margin: 0;
  }
}

.mgn-r {
  margin-right: 40px;
}
@media screen and (max-width: 820px) {
  .mgn-r {
    margin: 0;
  }
}

.point3 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("../img/dot2.png"), url("../img/dot2.png"), url("../img/dot2.png");
  background-size: 8%, 13%, 6%;
  background-repeat: no-repeat;
  background-position: top 200px left 100px, top 340px right 10px, bottom 60px left -10px;
}
@media screen and (max-width: 820px) {
  .point3 {
    background-image: none;
  }
}

.point4 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 80px;
  background-image: url("../img/bg04.png"), url("../img/bg05.png"), url("../img/bg03.png");
  background-size: auto, 15%, 20%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top 240px left -20px, top 300px right -30px, center center;
}
@media screen and (max-width: 820px) {
  .point4 {
    background-image: url("../img/bg03.png");
    background-size: auto;
    background-repeat: repeat;
  }
}

.point5 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: url("../img/dot3.png"), url("../img/dot3.png"), url("../img/dot3.png");
  background-size: 8%, 13%, 6%;
  background-repeat: no-repeat;
  background-position: top 200px left 100px, top 340px right -10px, bottom 60px left -10px;
}
@media screen and (max-width: 820px) {
  .point5 {
    background-image: none;
  }
}
.point5_flex {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .point5_flex {
    display: block;
  }
}
.point5_flex > div {
  width: 100%;
  display: block;
}
@media screen and (max-width: 820px) {
  .point5_flex > div {
    margin-bottom: 0;
  }
}
.point5_flex > div.ttl-l {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .point5_flex > div.ttl-l {
    display: block;
  }
}
.point5_flex > div.ttl-l p {
  color: #0097CD;
  font-size: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .point5_flex > div.ttl-l p {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .point5_flex > div.ttl-l p img {
    max-width: 50%;
    margin: 0 auto;
  }
}
.point5_flex > div.txt {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .point5_flex > div.txt {
    text-align: left;
  }
}
.point5 .img-c {
  margin-bottom: 40px;
}
.point5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -125px;
  width: 100%;
  height: 125px;
  background: url(../img/wave02.png) center center no-repeat;
  background-size: 100% 125px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .point5:after {
    bottom: -123px;
    background-image: url(../img/wave02_sp.png);
  }
}

.unit {
  box-sizing: border-box;
  width: 100%;
  max-width: 974px;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin: 30px auto 0;
  padding: 25px;
  font-size: 14px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.unit h2 {
  color: #20aee5;
  font-family: "Miriam Libre", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 15px;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .unit h2 {
    font-size: 30px;
  }
}
.unit .box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .unit .box {
    flex-direction: column;
  }
}
.unit .box dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 30%;
  min-width: 320px;
  margin-left: 16px;
}
@media screen and (max-width: 820px) {
  .unit .box dl {
    width: 80%;
    font-size: 20px;
  }
}
.unit .box dl dt {
  box-sizing: border-box;
  display: flex;
  width: 35%;
  margin-bottom: 4px;
  padding: 4px 0;
  background-color: #384548;
  color: #fff;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.unit .box dl dd {
  box-sizing: border-box;
  display: flex;
  width: calc(65% - 4px);
  margin-bottom: 4px;
  background-color: #f8f8f8;
  border-radius: 2px;
  padding: 4px;
  align-items: center;
  text-align: left;
}
.unit .img-box {
  margin: 0 0 30px;
}
.unit .img-box ul {
  display: flex;
  justify-content: space-between;
}
.unit .img-box ul li {
  width: 49%;
}
.unit .img-box ul li img {
  width: 100%;
}
.unit .img-box ul li h3 {
  color: #20aee5;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .unit .img-box ul li h3 {
    font-size: 18px;
  }
}
.unit .img-box2 {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .unit .img-box2 {
    display: block;
  }
}
.unit .img-box2 p {
  width: 49%;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .unit .img-box2 p {
    width: 100%;
  }
}
.unit .img-box2 div.wax {
  width: 49%;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 820px) {
  .unit .img-box2 div.wax {
    width: 100%;
    font-size: 22px;
  }
}
.unit .img-box2 div.wax table, .unit .img-box2 div.wax p {
  width: 100%;
}
.unit .img-box2 table {
  width: 49%;
}
@media screen and (max-width: 820px) {
  .unit .img-box2 table {
    width: 100%;
  }
}
.unit .img-box2 table th {
  width: 80px;
}
@media screen and (max-width: 820px) {
  .unit .img-box2 table th {
    width: 150px;
  }
}
.unit .img-box2 table th, .unit .img-box2 table td {
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
}
.unit .img-box2 table td ul li {
  list-style: disc;
  margin-left: 20px;
}
.unit .img-box2 a {
  display: inline-block;
  background: #20aee5;
  color: #fff;
  border-radius: 10px;
  line-height: 120%;
  padding: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 820px) {
  .unit .img-box2 a {
    margin-top: 10px;
  }
}

.bg_snowman {
  width: 100%;
  height: auto;
  background-color: #BAE3F9;
  padding-top: 180px;
  padding-bottom: 20px;
  background-image: url("../img/bg06.png"), url("../img/bg07.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 200px left 0, bottom 60px right 0;
}
@media screen and (max-width: 820px) {
  .bg_snowman {
    background-image: none;
  }
}

.access {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.point6 {
  width: 100%;
  height: auto;
}

.point7 {
  width: 100%;
  height: auto;
  background-color: #BAE3F9;
  padding-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .point7 {
    background-image: none;
  }
}
.point7 h3 {
  text-align: center;
  color: #0097CD;
  font-size: 28px;
  margin: 0 auto 30px auto;
}
.point7 ul.btn1 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .point7 ul.btn1 {
    justify-content: space-between;
  }
}
.point7 ul.btn1 li {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
}
.point7 ul.btn1 li a:hover {
  opacity: 0.8;
}
.point7:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -125px;
  width: 100%;
  height: 125px;
  background: url(../img/wave03.png) center center no-repeat;
  background-size: 100% 125px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .point7:after {
    display: none;
  }
}

.point8 {
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 50px;
}
.point8 ul.btn2 {
  display: flex;
  justify-content: center;
}
.point8 ul.btn2 li {
  width: calc(50% - 20px);
  margin: 10px;
}
.point8 ul.btn2 li a:hover {
  opacity: 0.8;
}

.kv_coupon {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.kv__main_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

.coupon_area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.coupon_area img {
  max-width: 100%;
}
.coupon_area .price {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #184f92;
}

.inner-coupon {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  text-align: center;
}
.inner-coupon h4 {
  margin-bottom: 20px;
  font-size: 18px;
  padding: 10px;
  background-color: #184f92;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 820px) {
  .inner-coupon h4 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.inner-coupon .price {
  font-size: 18px;
  color: #184f92;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .inner-coupon .price {
    font-size: 30px;
  }
}
.inner-coupon .price span {
  font-size: 22px;
  color: #e5004f;
}
@media screen and (max-width: 820px) {
  .inner-coupon .price span {
    font-size: 38px;
  }
}
.inner-coupon .kome {
  max-width: 500px;
  padding-top: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .inner-coupon .kome {
    max-width: 100%;
    padding-top: 60px;
  }
}
.inner-coupon .kome p {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .inner-coupon .kome p {
    font-size: 22px;
    text-align: left !important;
  }
}

.img-cp img {
  max-width: 260px;
}
@media screen and (max-width: 820px) {
  .img-cp img {
    max-width: 200px;
  }
}

.footer {
  padding-top: 160px;
}
@media screen and (max-width: 820px) {
  .footer {
    padding-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */