@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Jost-Black.woff2") format("woff2");
  font-family: "Jost";
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Jost-Bold.woff2") format("woff2");
  font-family: "Jost";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Jost-Medium.woff2") format("woff2");
  font-family: "Jost";
  font-weight: 500;
  font-display: swap;
}
@keyframes arrow {
  0% {
    bottom: 1em;
    opacity: 0;
  }

  100% {
    bottom: -3em;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(5em);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* タイトル */
.h2img {
  margin-bottom: 3.56em;
}

.h3fuki {
  text-align: center;
}
.h3fuki span {
  font-size: 2.1em;
  font-weight: bold;
}
@media (max-width: 750px) {
  .h3fuki span {
    font-size: 1.2em;
  }
}
.h3fuki span::before, .h3fuki span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.5em;
  background-color: white;
}
.h3fuki span::before {
  transform: rotate(-30deg) translate(-1em, 0.1em);
}
.h3fuki span::after {
  transform: rotate(30deg) translate(1em, 0.1em);
}

.h3borderleft {
  font-weight: 500;
  font-size: 1.6em;
  border-left: 5px solid white;
  line-height: 1.2;
  padding-left: 0.5em;
  margin-bottom: 1.5em;
}
@media (max-width: 750px) {
  .h3borderleft {
    font-size: 1.1em;
  }
}

.h3koka {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .h3koka {
    font-size: 1.1em;
  }
}

/* メインビジュアル */
.mainvisualTop {
  position: relative;
}
@media (min-width: 751px) {
  .mainvisualTop {
    padding-top: 5.5vw;
  }
}
.mainvisualTop .catch {
  color: #0c192e;
  background-color: white;
  width: 33vw;
  padding: 3.9vw;
  z-index: 2;
}
@media (max-width: 750px) {
  .mainvisualTop .catch {
    position: relative;
    width: 92vw;
    border-radius: 2em;
    margin: auto;
    margin-top: -9.3vw;
    padding-top: 8vw;
    padding-bottom: 6vw;
  }
}
@media (min-width: 751px) {
  .mainvisualTop .catch {
    position: absolute;
    top: 15vw;
    left: 0;
    border-radius: 0 3em 3em 0;
  }
}
.mainvisualTop .catch .imgbox {
  margin-bottom: 2.8vw;
}
@media (max-width: 750px) {
  .mainvisualTop .catch .imgbox {
    width: 49vw;
    margin-bottom: 1em;
  }
}
@media (min-width: 751px) {
  .mainvisualTop .catch p {
    font-size: 0.8vw;
  }
}
.mainvisualTop .reserveBtn {
  margin: auto;
  z-index: 2;
}
@media (max-width: 750px) {
  .mainvisualTop .reserveBtn {
    margin-top: 6vw;
  }
}
@media (min-width: 751px) {
  .mainvisualTop .reserveBtn {
    position: absolute;
    right: 0;
    bottom: -2.8vw;
    left: 0;
  }
}
.mainvisualTop .boximage {
  position: absolute;
  right: 0;
  bottom: -11.2vw;
  width: 30vw;
  z-index: 2;
}
@media (max-width: 750px) {
  .mainvisualTop .boximage {
    top: -27.7vw;
    right: -4vw;
    width: 45.3vw;
  }
}
@media (min-width: 751px) {
  .mainvisualTop .swiper-container {
    width: 78vw;
    border-radius: 3em 0 0 3em;
    margin-right: 0;
    margin-left: auto;
  }
}
.mainvisualTop .swiper-container img {
  width: 100%;
}
.mainvisualTop .swiper-pagination {
  top: 60.3vw;
  left: 4vw;
  z-index: 1;
}
@media (min-width: 751px) {
  .mainvisualTop .swiper-pagination {
    bottom: 3.4vw;
    left: 12.3vw;
  }
}
.mainvisualTop .swiper-pagination-bullet {
  opacity: 1;
  background-color: white;
  margin-right: 2vw;
}
@media (min-width: 751px) {
  .mainvisualTop .swiper-pagination-bullet {
    margin-right: 1vw;
  }
}
.mainvisualTop .swiper-pagination-bullet-active {
  background-color: #b0dac9;
}

/* 個別 */
.fadeInUp {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-iteration-count: 1;
  opacity: 1;
}

.beforeFade {
  opacity: 0;
}

.modaal-close {
  right: 1vw;
}

.modaal-close:after, .modaal-close:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.tablelist {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tablelist.block table {
  table-layout: auto;
}
@media (max-width: 750px) {
  .tablelist.block table {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .tablelist.block th {
    width: 42%;
  }
}
@media (max-width: 750px) {
  .tablelist.block th, .tablelist.block td {
    display: block;
    white-space: normal;
  }
}

table {
  width: 100%;
  border-top: 1px solid #004da0;
  border-right: 1px solid #004da0;
}
@media (min-width: 751px) {
  table {
    table-layout: fixed;
  }
}
table th, table td {
  text-align: center;
  line-height: 1.6;
  border-bottom: 1px solid #004da0;
  border-left: 1px solid #004da0;
  vertical-align: middle;
  color: #003476;
  font-weight: bold;
  font-size: 1.1em;
  padding: 1em;
}
@media (max-width: 750px) {
  table th, table td {
    font-size: 0.93em;
    white-space: nowrap;
    padding: 0.75em;
  }
}
table th small, table td small {
  font-weight: normal;
}
table th {
  white-space: nowrap;
}
table th strong {
  font-size: 1.3em;
  font-weight: 700;
}
table thead {
  background-color: #b0dac9;
}
table thead th {
  text-align: center;
}
@media (min-width: 751px) {
  table thead th:first-of-type {
    width: 18%;
  }
}
table tbody th {
  background-color: #b0dac9;
}
@media (min-width: 751px) {
  table tbody th {
    width: 18%;
  }
}
table tbody td {
  background-color: white;
}
table .before {
  text-decoration: line-through;
}
@media (min-width: 751px) {
  table .before {
    font-size: 1.38em;
  }
}
table .before::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  border-color: transparent transparent transparent #b0dac9;
  margin-right: 0.2em;
  margin-left: 0.3em;
}
@media (max-width: 750px) {
  table .before::after {
    display: block;
    transform: rotate(90deg);
    margin-right: auto;
    margin-left: auto;
  }
}
table .after {
  font-weight: 700;
  font-size: 1.88em;
}
@media (max-width: 750px) {
  table .after {
    font-size: 1.35em;
  }
}

.kaisu {
  max-width: 840px;
}
.kaisu .caution {
  color: white;
  background-color: red;
  display: inline-block;
  border-radius: 1em;
  padding-right: 1em;
  padding-left: 1em;
}

.faqwrap:not(:first-of-type) {
  margin-top: 1.25em;
}
.faqwrap .question, .faqwrap .answer {
  position: relative;
  padding: 1em;
}
.faqwrap .question::before, .faqwrap .answer::before {
  content: "";
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-right: 1em;
}
.faqwrap .question {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  color: #0c192e;
  background-color: white;
  font-weight: bold;
  border-radius: 3em;
}
@media (max-width: 750px) {
  .faqwrap .question {
    border-radius: 1em;
    padding-right: 3em;
  }
}
.faqwrap .question p {
  font-size: 1.1em;
}
.faqwrap .question::before {
  background: url(../images/contents/faq_q.png) no-repeat center center;
  background-size: contain;
}
.faqwrap .answer {
  padding-top: 2em;
  padding-bottom: 3em;
  padding-left: 4em;
}
@media (max-width: 750px) {
  .faqwrap .answer {
    padding-top: 1em;
    padding-bottom: 2em;
  }
}
.faqwrap .answer::before {
  position: absolute;
  top: 2em;
  left: 1em;
  background: url(../images/contents/faq_a.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 750px) {
  .faqwrap .answer::before {
    top: 1em;
  }
}
.faqwrap#answeropen .question {
  cursor: pointer;
}
.faqwrap#answeropen .answer {
  display: none;
}
.faqwrap .icon {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
}
.faqwrap .icon::before, .faqwrap .icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #0c192e;
  margin: auto;
  transition: all ease 0.5s;
}
.faqwrap .icon::before {
  width: 1.5em;
  height: 1px;
}
.faqwrap .icon::after {
  right: calc(1.5em / 2);
  width: 1px;
  height: 1.5em;
}
.faqwrap .question.active .icon::after {
  opacity: 0;
}

.reservebox {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-decoration: none;
  margin-top: 10.6em;
}
@media (max-width: 750px) {
  .reservebox {
    margin-top: 20vw;
  }
}
.reservebox:hover {
  opacity: 0.8;
}
.reservebox .wrap {
  color: #003476;
  background-color: #b0dac9;
  padding: 3.5em 8.4em;
}
@media (max-width: 750px) {
  .reservebox .wrap {
    padding: 8vw 4vw;
  }
}
@media (min-width: 751px) {
  .reservebox .wrap {
    border-radius: 2em;
  }
    .reservebox .title{
        margin-left: 6em;
    }
}
.reservebox .title {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
.reservebox .title::after {
  content: "";
  display: inline-block;
  width: 6em;
  height: 6.3em;
  background: url(../images/contents/reservebox_wifi.png) no-repeat center center;
  background-size: contain;
  margin-left: 2.2em;
}
@media (max-width: 750px) {
  .reservebox .title::after {
    margin-left: 2vw;
  }
}
.reservebox .title .circle {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #003476;
  width: 11.5em;
  height: 11.5em;
  text-align: center;
  border-radius: 100%;
}
@media (max-width: 750px) {
  .reservebox .title .circle {
    width: 21.3vw;
    height: 21.3vw;
  }
}
.reservebox .title .circle strong {
  font-size: 2.2em;
  line-height: 1.34;
}
@media (max-width: 750px) {
  .reservebox .title .circle strong {
    font-size: 1.1em;
  }
}
.reservebox .title .titletext {
  padding-left: 2.2em;
}
@media (max-width: 750px) {
  .reservebox .title .titletext {
    width: 46vw;
    padding-left: 2vw;
  }
}
.reservebox .title .titletext > * {
  display: block;
}
.reservebox .title .titletext span {
  font-feature-settings: "palt" 1;
  font-size: 1.8em;
}
.reservebox .title .titletext strong {
  font-size: 4.1em;
}
.reservebox .whitebox {
  background-color: white;
  border-radius: 1em;
  margin: 2em 0;
  padding: 2em;
  padding-bottom: 1.5em;
}
@media (max-width: 750px) {
  .reservebox .whitebox {
    padding: 1em;
  }
}
.reservebox .whitebox > div {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.reservebox .whitebox .box1 {
  font-size: 2.68em;
  margin-right: 1em;
}
@media (max-width: 750px) {
  .reservebox .whitebox .box1 {
    font-size: 1.3em;
  }
}
.reservebox .whitebox .box2 > * {
  display: block;
  line-height: 1.1;
}
.reservebox .whitebox .box2 .normal {
  font-size: 2.1em;
}
@media (max-width: 750px) {
  .reservebox .whitebox .box2 .normal {
    font-size: 1.3em;
  }
}
.reservebox .whitebox .box2 .jost {
  font-size: 3.37em;
}
@media (max-width: 750px) {
  .reservebox .whitebox .box2 .jost {
    font-size: 2em;
  }
}
.reservebox .prices > div {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.reservebox .prices .menu {
  font-size: 1.87em;
  font-weight: bold;
}
@media (max-width: 750px) {
  .reservebox .prices .menu {
    font-size: 0.93em;
  }
}
.reservebox .prices .pricebox {
  font-size: 2.3em;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .reservebox .prices .pricebox {
    font-size: 1.1em;
  }
}
.reservebox .prices .before {
  width: 7.5em;
  text-align: right;
}
.reservebox .prices .before .jost {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 1.37em;
}
.reservebox .prices .before::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.6em;
  border-color: transparent transparent transparent white;
  margin-right: 0.4em;
  margin-left: 0.5em;
}
.reservebox .prices .after .jost {
  font-size: 1.9em;
}
.reservebox .linkbox:hover {
  opacity: 1;
}

@media (min-width: 751px) {
  .video_small {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

section.banners {
  padding-top: 15.75em;
  padding-bottom: 0;
}
@media (max-width: 750px) {
  section.banners {
    padding-top: 12vw;
  }
}
section.banners a:not(:first-of-type) {
  margin-top: 3em;
}
@media (max-width: 750px) {
  section.banners a:not(:first-of-type) {
    margin-top: 7.6vw;
  }
}
section.power {
  position: relative;
  background: url(../images/contents/power_bk.png) no-repeat center bottom;
  background-size: 100%;
  padding-top: 11em;
}
@media (max-width: 750px) {
  section.power {
    background-image: url(../images/contents/power_bk_sp.png);
    padding-top: 28vw;
  }
}
@media (max-width: 750px) {
  section.power .h2img {
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  section.power .nayami {
    max-width: 51.3vw;
    margin-right: auto;
    margin-left: auto;
  }
}
section.power .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  animation: arrow 2s infinite;
  width: 5.4em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  section.power .arrow {
    width: 11.6vw;
  }
}
section.support {
  padding-top: 7.37em;
}
@media (max-width: 750px) {
  section.support {
    padding-top: 19.3vw;
  }
}
@media (max-width: 750px) {
  section.support .h2img {
    max-width: 77vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  section.support .imgflex:not(:first-of-type) {
    margin-top: 12.5vw;
  }
}
@media (min-width: 751px) {
  section.support .imgflex {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
@media (max-width: 750px) {
  section.support .imgflex .imgbox {
    max-width: 59vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 751px) {
  section.support .imgflex .imgbox {
    position: relative;
  }
  section.support .imgflex .imgbox img {
    position: absolute;
  }
}
@media (max-width: 750px) {
  section.support .imgflex .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  section.support .imgflex .textbox {
    padding-left: 2em;
  }
}
@media (min-width: 751px) {
  section.support .imgflex.alter {
    flex-direction: row-reverse;
  }
}
@media (max-width: 750px) {
  section.support .imgflex.alter .textbox {
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  section.support .imgflex.alter .textbox {
    padding-right: 2em;
    padding-left: 0;
  }
}
@media (min-width: 751px) {
  section.support .imgflex.imgflex_1 .imgbox {
    -webkit-flex: 0 0 25.3em;
    flex: 0 0 25.3em;
    width: 25.3em;
    max-width: 25.3em;
  }
  section.support .imgflex.imgflex_1 .imgbox img {
    width: 25.3em;
    height: 25.3em;
  }
}
@media (min-width: 751px) {
  section.support .imgflex.imgflex_1 .textbox {
    width: 22em;
  }
}
@media (min-width: 751px) {
  section.support .imgflex.imgflex_2 {
    height: 36em;
    align-items: center;
    margin-top: 5em;
  }
}
@media (min-width: 751px) {
  section.support .imgflex.imgflex_2 .imgbox {
    -webkit-flex: 0 0 36em;
    flex: 0 0 36em;
    width: 36em;
    max-width: 36em;
    height: 36em;
  }
  section.support .imgflex.imgflex_2 .imgbox img {
    width: 36em;
    height: 36em;
  }
}
@media (min-width: 751px) {
  section.support .imgflex.imgflex_3 {
    height: 18.8em;
    align-items: flex-end;
  }
}
@media (min-width: 751px) {
  section.support .imgflex.imgflex_3 .imgbox {
    -webkit-flex: 0 0 24em;
    flex: 0 0 24em;
    width: 24em;
    max-width: 24em;
    height: 21.8em;
  }
  section.support .imgflex.imgflex_3 .imgbox img {
    bottom: 0;
    width: 24em;
    height: 24em;
  }
}
@media (min-width: 751px) {
  section.support .imgflex.imgflex_3 .textbox {
    width: 23em;
  }
}
@media (max-width: 750px) {
  section.support .imgflex .title {
    text-align: center;
  }
}
section.support .imgflex .title > * {
  display: block;
}
section.support .imgflex .title span {
  font-size: 1.6em;
}
section.support .imgflex .title strong {
  font-size: 1.87em;
  color: #b0dac9;
}
section.support .imgflex p {
  margin-top: 1em;
}
@media (min-width: 751px) {
  section.support .imgflex p {
    font-size: 1.25em;
  }
}
@media (min-width: 751px) {
  section.support .kokabox {
    max-width: 42em;
    margin-right: auto;
    margin-left: auto;
  }
}
section.support .kokabox span {
  display: inline-block;
  color: #004da0;
  background-color: #b0dac9;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  width: 8.2em;
  border-radius: 0.3em;
  padding: 0.3em 0;
  margin-bottom: 0.5em;
  margin-right: 0.3em;
}
@media (max-width: 750px) {
  section.support .kokabox span {
    width: 29.1vw;
    font-size: 0.93em;
  }
}
@media (max-width: 750px) {
  section.support .kokabox .caution {
    font-size: 0.85em;
  }
}
section.support .movie_img:hover {
  cursor: pointer;
}
section.support .video {
  display: block;
}
section.box {
  background: url(../images/contents/box_bk.png) no-repeat center bottom -1px;
  background-size: 100%;
}
@media (min-width: 751px) {
  section.box .aboutbox .textbox {
    width: 100%;
    padding-right: 2em;
  }
}
section.box .aboutbox .whitebox {
  background-color: white;
  border-radius: 1em;
  padding: 1.7em;
  margin-top: 2em;
}
@media (max-width: 750px) {
  section.box .aboutbox .whitebox {
    padding: 4vw;
  }
}
section.box .aboutbox .whitebox .title {
  color: #004da0;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.3em;
}
@media (max-width: 750px) {
  section.box .aboutbox .whitebox .title {
    font-size: 1.1em;
  }
}
section.box .aboutbox .whitebox p {
  color: #0c192e;
}
section.box .aboutbox .whitebox a {
  color: #004da0;
}
@media (max-width: 750px) {
  section.box .aboutbox .imgbox {
    max-width: 71.5vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5.3vw;
  }
}
@media (min-width: 751px) {
  section.box .aboutbox .imgbox {
    -webkit-flex: 0 0 52%;
    flex: 0 0 52%;
    width: 52%;
    max-width: 52%;
  }
}
section.box .column_2 .imgbox {
  position: relative;
}
section.box .column_2 .imgbox img {
  border-radius: 1em;
}
section.box .column_2 .stamp {
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  width: 9.8em;
  height: 9.8em;
}
@media (max-width: 750px) {
  section.box .column_2 .stamp {
    top: -1em;
    left: -1em;
    width: 21.7vw;
    height: 21.7vw;
  }
}
section.box .column_2 p {
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 1em;
}
@media (min-width: 751px) {
  section.box .column_2 p {
    font-size: 1.6em;
    margin-top: 0.5em;
  }
}
section.box .h3border {
  overflow: hidden;
  text-align: center;
  margin-bottom: 2em;
}
section.box .h3border span {
  position: relative;
  font-weight: bold;
  font-size: 1.6em;
  display: inline-block;
  text-align: left;
  padding: 0 0.7em;
}
@media (max-width: 750px) {
  section.box .h3border span {
    font-size: 1.28em;
  }
}
section.box .h3border span::before, section.box .h3border span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 500%;
  height: 2px;
  background-color: white;
}
section.box .h3border span::before {
  right: 100%;
}
section.box .h3border span::after {
  left: 100%;
}
section.box .hatararakibox {
  border-bottom: 2px solid white;
  padding-bottom: 6.6vw;
}
@media (min-width: 751px) {
  section.box .hatararakibox {
    align-items: flex-end;
    padding-bottom: 3em;
  }
}
@media (min-width: 751px) {
  section.box .hatararakibox .imgbox {
    -webkit-flex: 0 0 49%;
    flex: 0 0 49%;
    width: 49%;
    max-width: 49%;
  }
}
@media (max-width: 750px) {
  section.box .hatararakibox .textbox {
    padding-top: 6.6vw;
  }
}
@media (min-width: 751px) {
  section.box .hatararakibox .textbox {
    width: 100%;
    padding-left: 3em;
  }
}
section.box .h3fuki {
  margin-bottom: 2.8em;
}
@media (max-width: 750px) {
  section.box .h3fuki {
    margin-bottom: 2em;
  }
}
@media (max-width: 750px) {
  section.voice .h2img {
    max-width: 39.6vw;
    margin-right: auto;
    margin-left: auto;
  }
}
section.voice .fukis {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}
section.voice .fuki {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
section.voice .fuki .imgbox {
  -webkit-flex: 0 0 14.4%;
  flex: 0 0 14.4%;
  width: 14.4%;
  max-width: 14.4%;
  padding-top: 1.56em;
}
@media (max-width: 750px) {
  section.voice .fuki .imgbox {
    -webkit-flex-basis: 16vw;
    flex-basis: 16vw;
    width: 16vw;
    max-width: 16vw;
    padding-top: 13.3vw;
  }
}
section.voice .fuki .textbox {
  padding-left: 4.4em;
}
@media (max-width: 750px) {
  section.voice .fuki .textbox {
    padding-left: 8.5vw;
  }
}
section.voice .fuki .textbox .wrap {
  position: relative;
  color: #0c192e;
  background-color: white;
  border-radius: 1.5em;
  padding: 1.5em 2.5em;
}
@media (max-width: 750px) {
  section.voice .fuki .textbox .wrap {
    padding: 4vw;
  }
}
section.voice .fuki .textbox .wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 4.3em;
  left: -2.25em;
  width: 2.8em;
  height: 2em;
  background: url(../images/contents/voice_fuki.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 750px) {
  section.voice .fuki .textbox .wrap::after {
    top: 18.3vw;
    left: -4.6vw;
    width: 6vw;
    height: 4.2vw;
  }
}
section.voice .fuki .name {
  font-weight: 500;
  font-size: 1.1em;
}
@media (max-width: 750px) {
  section.voice .fuki .name {
    font-size: 0.85em;
  }
}
@media (max-width: 750px) {
  section.price .h2img {
    max-width: 17.46vw;
    margin-right: auto;
    margin-left: auto;
  }
}
section.price .pagelink {
  text-align: center;
}
section.price .pagelink li {
  display: inline-block;
}
@media (min-width: 751px) {
  section.price .pagelink li {
    width: 11.25em;
  }
}
section.price .pagelink a {
  font-weight: 500;
  display: block;
  color: white;
  text-decoration: none;
}
@media (max-width: 750px) {
  section.price .pagelink a {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
section.price .pagelink a::after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/contents/icon_arrow_wh.png) no-repeat center center;
  background-size: contain;
  margin-top: 0.5em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  section.price .pagelink a::after {
    width: 0.7em;
    height: 0.7em;
    margin-top: 0.3em;
  }
}
section.price .pagelink a:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  section.price .h3fuki {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 751px) {
  section.price .h3fuki {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
section.price .h3fuki span {
  font-size: 1.25em;
}
@media (max-width: 750px) {
  section.price .h3fuki span {
    font-size: 0.9em;
  }
}
section.price .first-time {
  position: relative;
}
@media (max-width: 750px) {
  section.price .first-time {
    margin-bottom: 1em;
  }
}
@media (min-width: 751px) {
  section.price .first-time {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
section.price .first-time .circle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003476;
  background-color: #b0dac9;
  width: 10em;
  height: 10em;
  border-radius: 100%;
  text-align: center;
  margin: auto;
}
@media (max-width: 750px) {
  section.price .first-time .circle {
    width: 32.8vw;
    height: 23.2vw;
    border-radius: 23.2vw;
  }
}
section.price .first-time .wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  color: #003476;
  background-color: white;
  border-radius: 5em;
  padding-left: 10em;
}
@media (max-width: 750px) {
  section.price .first-time .wrap {
    flex-wrap: wrap;
    height: 23.3vw;
    border-radius: 23.2vw;
    padding-left: 36vw;
  }
}
section.price .first-time .wrap > div {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  section.price .first-time .wrap > div {
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  section.price .first-time .wrap > div > * {
    width: 100%;
    display: block;
  }
}
@media (min-width: 751px) {
  section.price .first-time .wrap {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
section.price .first-time .wrap .red {
  font-size: 1.5em;
}
@media (max-width: 750px) {
  section.price .first-time .wrap .red {
    font-size: 1.1em;
  }
}
@media (max-width: 750px) {
  section.price .first-time .wrap .f_18 {
    font-size: 0.9em;
  }
}
section.price .first-time .wrap .jost {
  font-size: 3em;
}
@media (max-width: 750px) {
  section.price .first-time .wrap .jost {
    font-size: 1.6em;
  }
}
@media (min-width: 751px) {
  section.price .first-time .wrap .mr1em {
    margin-right: 1em;
  }
}
@media (min-width: 751px) {
  section.price .first-time p {
    position: absolute;
    top: 8.5em;
    left: 11em;
  }
}
@media (max-width: 750px) {
  section.store .h2img {
    max-width: 23.3vw;
    margin-right: auto;
    margin-left: auto;
  }
}
section.store .map {
  filter: grayscale(100%);
}
section.store .map a, section.store .map img {
  width: 100%;
}
@media (max-width: 750px) {
  section.flow .h2img {
    max-width: 33.7vw;
    margin-right: auto;
    margin-left: auto;
  }
}
section.flow .flowbox {
  background: url(../images/contents/flow_bk.png) no-repeat left top;
  background-size: 100%;
  color: #0c192e;
}
@media (max-width: 750px) {
  section.flow .flowbox {
    background-image: url(../images/contents/flow_bk_sp.png);
  }
}
section.flow .flowbox a {
  color: #004da0;
}
@media (min-width: 751px) {
  section.flow .flowbox ul {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
  }
}
section.flow .flowbox li {
  padding: 1.5em 1.9em;
}
@media (min-width: 751px) {
  section.flow .flowbox li {
    width: 100%;
  }
}
@media (max-width: 750px) {
  section.flow .flowbox li:not(:last-child) {
    padding-bottom: 3.8em;
  }
}
@media (min-width: 751px) {
  section.flow .flowbox li:not(:last-child) {
    padding-right: 4em;
  }
}
@media (max-width: 750px) {
  section.flow .flowbox p {
    line-height: 1.9;
  }
}
section.flow .tokuten {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 2.5em 0;
}
@media (min-width: 751px) {
  section.flow .tokuten {
    padding: 2.5em 4em;
  }
}
section.flow .tokuten .title {
  color: #b0dac9;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  section.flow .tokuten .title {
    font-size: 1.2em;
  }
}
@media (min-width: 751px) {
  section.flow .tokuten .flex .imgbox {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
section.flow .tokuten .flex .textbox {
  width: 100%;
}
@media (max-width: 750px) {
  section.flow .tokuten .flex .textbox {
    padding-top: 2em;
  }
}
@media (min-width: 751px) {
  section.flow .tokuten .flex .textbox {
    padding-left: 3em;
  }
}
section.flow .tokuten .kakomitxt {
  display: inline-block;
  color: #b0dac9;
  border: 1px solid #b0dac9;
  border-radius: 1.5em;
  font-weight: bold;
  font-size: 1.1em;
  padding-right: 1em;
  padding-left: 1em;
}
@media (max-width: 750px) {
  section.faq .h2img {
    max-width: 40vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  section.faq .h2img.faq {
    max-width: 62vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  section.notes {
    padding-bottom: 0;
  }
}
@media (max-width: 750px) {
  section.notes .h2img {
    max-width: 23.2vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  section.whitening .h2img {
    max-width: 53vw;
    margin-right: auto;
    margin-left: auto;
  }
}
section.whitening .linkbox {
  color: #003476;
  background-color: white;
}
