@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

::selection {
  background: #444;
  /* Safari */ }

::-moz-selection {
  background: #444; }

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

main {
  display: block; }

@media print {
  * html body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0; }

  body {
    font-size: 10px !important; }

  .l-header,
  .l-footer {
    display: none; }

  .l-container {
    width: 100%; }

  .c-pagetop {
    display: none !important; }

  .p-table {
    font-size: 10px !important; }
    .p-table td {
      padding: 0.4em !important; }

  .l-hero {
    padding-top: 0 !important; } }
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  overflow-x: hidden;
  background: #FFF;
  color: #707070;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  min-width: 320px; }
  @media only screen and (min-width: 1480px) {
    body {
      font-size: 1.8em; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    body {
      font-size: 1.4em; } }
  @media only screen and (max-width: 320px) {
    body {
      font-size: 1.2em; } }

img {
  width: 100%;
  height: auto; }

a {
  color: #FFF;
  text-decoration: none; }
  a:hover {
    color: #FFF;
    text-decoration: underline; }
  a:visited {
    color: #FFF;
    text-decoration: underline; }
  a:active {
    color: #FFF;
    text-decoration: underline; }

a[id]:not([href]) {
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 1480px) {
    a[id]:not([href]) {
      margin-top: 0;
      padding-top: 0; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    a[id]:not([href]) {
      margin-top: 0;
      padding-top: 0; } }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 2em;
  margin-bottom: 2em; }

.l-container {
  width: 100%; }
  @media only screen and (min-width: 1480px) {
    .l-container {
      margin: 0 auto;
      padding: 0; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .l-container {
      margin: 0 auto;
      padding: 0; } }

.l-header {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 1000; }
  .l-header.fixed {
    background: #AD996E;
    box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2); }
  .l-header__inner {
    max-width: 1140px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 2rem;
    margin: 0 auto; }

.l-hero {
  background: #F9E1D8 url("../images/index/bg_main.jpg") no-repeat center center;
  background-size: cover;
  color: #FFF;
  width: 100%;
  background-size: cover;
  position: relative; }
  .l-hero__inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-hero__inner {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 320px) {
      .l-hero__inner {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-hero__inner {
        padding: 0 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-hero__inner {
        padding: 0 2rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-hero__inner {
        min-height: 360px;
        padding: 0 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-hero__inner {
        padding: 0 2rem;
        min-height: 500px; } }
    @media only screen and (min-width: 1480px) {
      .l-hero__inner {
        padding: 0 2rem;
        min-height: 660px; } }
    .l-hero__inner__content {
      width: 100%; }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .l-hero__inner__content {
          padding: 6rem 0 0 0; } }
      @media only screen and (max-width: 320px) {
        .l-hero__inner__content {
          padding: 6rem 0 0 0; } }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .l-hero__inner__content {
          width: 36%; } }
      @media only screen and (min-width: 1480px) {
        .l-hero__inner__content {
          width: 36%;
          padding: 0 0 8rem; } }
      @media only screen and (max-width: 1479px) and (min-width: 960px) {
        .l-hero__inner__content {
          width: 36%;
          padding: 0 0 8rem; } }
    .l-hero__inner__image {
      width: 100%; }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .l-hero__inner__image {
          margin-left: -4%;
          width: 64%; } }
      @media only screen and (min-width: 1480px) {
        .l-hero__inner__image {
          margin-left: -4%;
          width: 64%; } }
      @media only screen and (max-width: 1479px) and (min-width: 960px) {
        .l-hero__inner__image {
          margin-left: -4%;
          width: 64%; } }

@media only screen and (min-width: 1480px) {
  .l-price {
    display: none; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .l-price {
    display: none; } }
.l-price__inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 1.4rem 2rem;
  text-align: center; }
  .l-price__inner img {
    max-width: 400px; }

.l-offer__inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 4rem 2rem; }

.l-intro {
  background: #EDF5FA; }
  .l-intro__inner {
    margin: 0 auto;
    padding: 2rem 2rem; }
    @media only screen and (min-width: 1480px) {
      .l-intro__inner {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        max-width: 1140px; }
        .l-intro__inner__content {
          padding: 4rem 0;
          width: 48%; }
        .l-intro__inner__image {
          width: 48%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-intro__inner {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        max-width: 1140px; }
        .l-intro__inner__content {
          padding: 4rem 0;
          width: 48%; }
        .l-intro__inner__image {
          width: 48%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-intro__inner {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        max-width: 1140px; }
        .l-intro__inner__content {
          padding: 4rem 0;
          width: 48%; }
        .l-intro__inner__image {
          width: 48%; } }

.l-kirakira {
  background: url("../images/index/bg_kirakira.jpg") no-repeat center center;
  background-size: cover; }
  .l-kirakira__inner {
    margin: 0 auto;
    padding: 2rem 1rem; }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-kirakira__inner {
        max-width: 1000px; } }
    @media only screen and (min-width: 1480px) {
      .l-kirakira__inner {
        max-width: 1140px; } }

.l-baloon {
  background: #EDF5FA; }
  .l-baloon__inner {
    margin: 0 auto;
    padding: 2rem 1rem; }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-baloon__inner {
        max-width: 1000px; } }
    @media only screen and (min-width: 1480px) {
      .l-baloon__inner {
        max-width: 1140px; } }

.l-five {
  background: #FFF; }
  .l-five__inner {
    margin: 0 auto;
    padding: 3rem 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-five__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-five__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-five__inner {
        max-width: 1000px;
        padding: 6rem 3rem; } }
    @media only screen and (min-width: 1480px) {
      .l-five__inner {
        max-width: 1140px;
        padding: 8rem 1rem; } }

.l-why {
  background: #FAF1F2; }
  .l-why__inner {
    margin: 0 auto;
    padding: 3rem 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-why__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-why__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-why__inner {
        max-width: 1000px;
        padding: 6rem 3rem; } }
    @media only screen and (min-width: 1480px) {
      .l-why__inner {
        max-width: 1140px;
        padding: 8rem 1rem; } }

.l-sugoi__inner {
  margin: 0 auto;
  padding: 3rem 1rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-sugoi__inner {
      padding: 3rem 2rem; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-sugoi__inner {
      padding: 4rem 2rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .l-sugoi__inner {
      max-width: 1000px;
      padding: 6rem 3rem; } }
  @media only screen and (min-width: 1480px) {
    .l-sugoi__inner {
      max-width: 1140px;
      padding: 8rem 1rem; } }

.l-guide {
  padding: 0 1rem 2rem; }

.l-demerit {
  background: url("../images/index/bg_demerit.jpg") center center; }
  .l-demerit__inner {
    margin: 0 auto;
    padding: 3rem 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-demerit__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-demerit__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-demerit__inner {
        max-width: 1000px;
        padding: 6rem 3rem; } }
    @media only screen and (min-width: 1480px) {
      .l-demerit__inner {
        max-width: 1140px;
        padding: 8rem 1rem; } }

.l-reason {
  background: #FFF; }
  .l-reason__inner {
    margin: 0 auto;
    padding: 3rem 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-reason__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-reason__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-reason__inner {
        max-width: 1000px;
        padding: 6rem 3rem; } }
    @media only screen and (min-width: 1480px) {
      .l-reason__inner {
        max-width: 1140px;
        padding: 8rem 1rem; } }

.l-outro {
  background: #F9E1D8 url("../images/index/bg_outro.jpg") no-repeat center center;
  background-size: cover; }
  .l-outro__inner {
    margin: 0 auto;
    padding: 0 1rem; }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-outro__inner {
        max-width: 1000px; } }
    @media only screen and (min-width: 1480px) {
      .l-outro__inner {
        max-width: 1140px; } }

.l-faq {
  background: #F5F5F5; }
  .l-faq__inner {
    margin: 0 auto;
    padding: 3rem 1rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-faq__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-faq__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-faq__inner {
        max-width: 1000px;
        padding: 6rem 3rem; } }
    @media only screen and (min-width: 1480px) {
      .l-faq__inner {
        max-width: 1140px;
        padding: 8rem 1rem; } }

.l-footer {
  background: #FFF;
  border-top: #EEE solid 1px; }
  .l-footer__inner {
    margin: 0 auto;
    padding: 2rem 1rem; }
    @media only screen and (min-width: 1480px) {
      .l-footer__inner {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-footer__inner {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-footer__inner {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-footer__inner {
        justify-content: center;
        -webkit-justify-content: center;
        text-align: center; } }
    @media only screen and (max-width: 320px) {
      .l-footer__inner {
        justify-content: center;
        -webkit-justify-content: center;
        text-align: center; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .l-footer__inner {
        max-width: 1000px; } }
    @media only screen and (min-width: 1480px) {
      .l-footer__inner {
        max-width: 1140px; } }

.c-window {
  z-index: 10000000;
  position: fixed;
  bottom: 40px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  padding: 0.2em 1em;
  color: #FFF;
  border-radius: 20px; }

.c-loading {
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0; }

.c-loading__progress {
  width: 0%;
  height: 4px;
  background: #E86272;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000; }

.c-responsive {
  z-index: 10000000;
  font-size: 12px;
  opacity: 0.8;
  position: fixed;
  display: block;
  width: 100%;
  padding: 0.2em 1em;
  text-align: center;
  vertical-align: middle;
  bottom: 0;
  color: #FFF; }
  @media only screen and (min-width: 1480px) {
    .c-responsive {
      background: #F01D56; }
      .c-responsive:after {
        content: 'large-pc(1280px以上)'; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .c-responsive {
      background: #0E897B; }
      .c-responsive:after {
        content: 'pc(960px〜1279px)'; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-responsive {
      background: #274B9B; }
      .c-responsive:after {
        content: 'tab(560px〜959px)'; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-responsive {
      background: #C1621C; }
      .c-responsive:after {
        content: 'sp(321px〜559px)'; } }
  @media only screen and (max-width: 320px) {
    .c-responsive {
      background: #C1AB02; }
      .c-responsive:after {
        content: 'small-sp(320px以下)'; } }

.c-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100000; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-pagetop {
      bottom: 10px;
      right: 10px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-pagetop {
      bottom: 10px;
      right: 10px; } }
  @media only screen and (max-width: 320px) {
    .c-pagetop {
      bottom: 10px;
      right: 10px; } }
  .c-pagetop a {
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: block;
    background: url(../images/common/img_pagetop.png);
    background-size: cover; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .c-pagetop a {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .c-pagetop a {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 320px) {
      .c-pagetop a {
        width: 40px;
        height: 40px; } }

.c-button--center {
  margin: 2rem auto; }

.c-button--ghost {
  border: #FFF solid 2px;
  text-align: center;
  width: 16em; }
  .c-button--ghost a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
    display: block;
    font-size: 0.8em;
    padding: 0.8rem;
    color: #FFF; }
    .c-button--ghost a:hover {
      color: #232C2E;
      background: #FFF;
      text-decoration: none; }

.c-button--contact,
.c-button--catalog {
  border: #FFF solid 2px;
  background: #00758E;
  text-align: center;
  width: 16em; }
  .c-button--contact a,
  .c-button--catalog a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
    display: block;
    font-size: 0.8em;
    padding: 0.8rem;
    color: #FFF; }
    .c-button--contact a:hover,
    .c-button--catalog a:hover {
      color: #232C2E;
      background: #FFF;
      text-decoration: none; }

.c-link {
  padding-top: 4px; }

.c-link a {
  color: #888;
  padding-left: 20px;
  background: url(../images/index/icon_link.png) no-repeat left center;
  margin-right: 6px;
  background-size: 12px 12px; }

.c-table {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  border: 1px solid #E0E0E0;
  border-top: none; }
  .c-table dt {
    color: #1B2535;
    font-weight: bold;
    background: #F8F8F8;
    width: 30%;
    padding: 1em;
    border-top: 1px solid #E0E0E0; }
  .c-table dd {
    color: #444;
    padding: 1em;
    margin: 0;
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    width: 70%;
    background: #fff; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }
  @media only screen and (max-width: 320px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }

.c-tab-list {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }

.c-separate--three {
  margin-bottom: 3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .c-separate--three__item {
    width: 30%; }
.c-separate--two {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .c-separate--two__item {
    width: 48%; }

.p-header__logo img {
  padding: 2rem 0;
  max-width: 100px; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-header__logo img {
      max-width: 80px;
      padding: 2rem 0 0 0; } }
  @media only screen and (max-width: 320px) {
    .p-header__logo img {
      max-width: 80px;
      padding: 2rem 0 0 0; } }

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-hero__price {
    display: none; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-hero__price {
    display: none; } }
@media only screen and (max-width: 320px) {
  .p-hero__price {
    display: none; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-hero__catch {
    margin-bottom: 40%; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-hero__catch {
    max-width: 480px; } }
@media only screen and (min-width: 1480px) {
  .p-hero__catch {
    margin-bottom: 2rem;
    max-width: 580px; } }

.p-locations-box__title {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.4em;
  line-height: 1.6; }
.p-locations-box__place {
  font-size: 0.8em;
  border: #00148A solid 1px;
  padding: 0.4em 1em;
  display: inline-block;
  margin-bottom: 2rem;
  font-weight: bold; }
.p-locations-box__detail {
  font-size: 0.8em;
  color: #1A1C1F;
  text-align: left;
  padding: 2rem;
  background: #FFF;
  border-radius: 4px;
  margin-bottom: 2rem; }
  .p-locations-box__detail span {
    font-size: 1.4em;
    font-weight: bold; }
  .p-locations-box__detail__first {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center; }
    .p-locations-box__detail__first__title {
      width: 8em;
      color: #43A5E2;
      margin-right: 1em; }
  .p-locations-box__detail__second {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center; }
    .p-locations-box__detail__second__title {
      width: 8em;
      color: #DDB356;
      margin-right: 1em; }
.p-locations-box__address {
  color: #1A1C1F;
  font-weight: bold; }
.p-locations-box__contact__tel {
  font-family: "Crimson Text", sans-serif;
  font-weight: bold; }
  .p-locations-box__contact__tel a {
    padding-left: 1.4em;
    background: url("../images/common/icon_tel.svg") no-repeat 0;
    color: #00148A;
    font-size: 1.6em;
    margin-right: 0.4em; }
.p-locations-box__contact__day {
  font-weight: bold;
  margin-right: 1em; }

.p-location-box__contact__xxx {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }

.p-link-list {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-link-list__item {
    padding: 0.4em; }

.p-service-menu {
  background: -moz-linear-gradient(-45deg, rgba(30, 87, 153, 0.9) 0%, rgba(15, 32, 52, 0.9) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(30, 87, 153, 0.9) 0%, rgba(15, 32, 52, 0.9) 100%);
  background: linear-gradient(135deg, rgba(30, 87, 153, 0.9) 0%, rgba(15, 32, 52, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61e5799', endColorstr='#e60f2034',GradientType=1 ); }

@media only screen and (min-width: 1480px) {
  .p-navigation-wrap {
    width: 100%;
    position: absolute;
    bottom: 0; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .p-navigation-wrap {
    width: 100%;
    position: absolute;
    bottom: 0; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-navigation-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: rgba(11, 25, 51, 0.9);
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-navigation-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: rgba(11, 25, 51, 0.9);
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 320px) {
  .p-navigation-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: rgba(11, 25, 51, 0.9);
    width: 100%;
    height: 100%; } }

.p-navigation {
  padding: 1rem;
  font-weight: 700;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: right;
  -webkit-justify-content: right; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-navigation {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-navigation {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-navigation {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-navigation__item {
    padding: 0 0.6em; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-navigation__item {
        width: 100%;
        padding: 1em;
        font-size: 1.4em; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-navigation__item {
        width: 100%;
        padding: 1em;
        font-size: 1.4em; } }
    @media only screen and (max-width: 320px) {
      .p-navigation__item {
        width: 100%;
        padding: 1em;
        font-size: 1.4em; } }
    .p-navigation__item > a {
      color: #FFF;
      display: block;
      font-size: 0.8em;
      padding: 1rem 1.4rem;
      width: 100%;
      height: 100%;
      line-height: 1.6;
      vertical-align: middle;
      text-decoration: none;
      text-align: center; }
      .p-navigation__item > a::before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        margin: -3px 10px 0 0;
        background: url("../images/common/icon_navigation.svg") no-repeat;
        background-size: contain;
        vertical-align: middle; }
      .p-navigation__item > a:hover {
        opacity: 0.6; }
    .p-navigation__item--contact {
      background: #25ABB4;
      background: transparent linear-gradient(165deg, #007ECB 0%, #00307D 100%) 0% 0% no-repeat padding-box; }
      .p-navigation__item--contact a {
        color: #FFF; }
        .p-navigation__item--contact a::before {
          display: inline-block;
          content: "";
          width: 24px;
          height: 18px;
          background: url(../images/common/icon_mail.svg) no-repeat center center;
          background-size: contain;
          vertical-align: middle;
          margin-right: 1em; }

.p-image-wrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  width: 100%;
  height: auto; }

.p-image-wrap img {
  display: block;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/ }

.p-image-wrap img:hover {
  transform: scale(1.06);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  opacity: 0.8; }

.p-url {
  margin-top: 0.6em;
  font-weight: bold;
  text-decoration: underline; }

.c-link figure {
  overflow: hidden; }
.c-link figure img {
  transition: .3s; }
.c-link:hover {
  text-decoration: none; }
.c-link:hover figure img {
  transform: scale(1.03);
  filter: brightness(80%); }

.p-offer-box {
  position: relative;
  background: #FFF;
  border: #F3AFB7 6px solid;
  padding: 2rem;
  border-radius: 10px; }
  @media only screen and (min-width: 1480px) {
    .p-offer-box {
      padding: 4rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-offer-box {
      padding: 4rem; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-offer-box {
      padding: 4rem; } }
  .p-offer-box__title {
    width: 60%;
    margin: 0.4rem auto; }
  .p-offer-box__price {
    width: 80%;
    margin: 0 auto; }
  @media only screen and (min-width: 1480px) {
    .p-offer-box__girl {
      width: 240px;
      position: absolute;
      bottom: 0;
      left: 40px; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-offer-box__girl {
      width: 200px;
      position: absolute;
      bottom: 0;
      left: 30px; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-offer-box__girl {
      width: 20%;
      position: absolute;
      bottom: 0;
      left: 20px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-offer-box__girl {
      display: none; } }
  @media only screen and (max-width: 320px) {
    .p-offer-box__girl {
      display: none; } }

.p-offer-button {
  max-width: 660px;
  margin: 0.1em auto; }
  @media only screen and (min-width: 1480px) {
    .p-offer-button {
      padding-left: 50px; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-offer-button {
      padding-left: 50px; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-offer-button {
      width: 80%;
      padding-left: 0; } }
  .p-offer-button:hover {
    opacity: 0.8; }

.p-tel-button {
  max-width: 520px;
  margin: 0 auto; }
  @media only screen and (min-width: 1480px) {
    .p-tel-button {
      padding-left: 30px; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-tel-button {
      padding-left: 30px; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-tel-button {
      width: 80%;
      padding-left: 60px; } }

.p-section-title--baloon {
  max-width: 640px;
  margin: 0 auto; }
.p-section-title--kirakira {
  max-width: 500px;
  margin: 0 auto; }
.p-section-title--demerit {
  text-align: center;
  color: #28C3C3;
  font-size: 1.6em;
  margin-bottom: 2rem;
  font-weight: bold; }
.p-section-title--osusume {
  text-align: center;
  color: #707070;
  font-weight: bold; }
  .p-section-title--osusume span {
    display: block;
    color: #E94B73;
    font-size: 1.6em;
    margin-bottom: 2rem; }
.p-section-title--sugoi {
  max-width: 440px;
  margin: 0 auto 4rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-section-title--sugoi {
      width: 60%; } }
  @media only screen and (max-width: 320px) {
    .p-section-title--sugoi {
      width: 60%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-section-title--sugoi {
      width: 50%; } }
.p-section-title--five {
  max-width: 540px;
  margin: 0 auto 4rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-section-title--five {
      width: 80%; } }
  @media only screen and (max-width: 320px) {
    .p-section-title--five {
      width: 80%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-section-title--five {
      width: 60%; } }
.p-section-title--why {
  max-width: 640px;
  margin: 0 auto 4rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-section-title--why {
      width: 90%;
      margin: 0 auto 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-section-title--why {
      width: 90%;
      margin: 0 auto 2rem; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-section-title--why {
      width: 60%;
      margin: 0 auto 2rem; } }
.p-section-title--reason {
  max-width: 440px;
  margin: 0 auto 4rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-section-title--reason {
      width: 76%;
      margin: 0 auto 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-section-title--reason {
      width: 76%;
      margin: 0 auto 2rem; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-section-title--reason {
      width: 60%;
      margin: 0 auto 2rem; } }
.p-section-title--faq {
  max-width: 260px;
  margin: 0 auto 6rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-section-title--faq {
      width: 46%;
      margin: 0 auto 3rem; } }
  @media only screen and (max-width: 320px) {
    .p-section-title--faq {
      width: 46%;
      margin: 0 auto 3rem; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-section-title--faq {
      width: 34%; } }

.p-baloon-box {
  max-width: 1100px;
  margin: 0 auto;
  background: #FFF;
  padding: 4rem 2rem; }
  .p-baloon-box__inner {
    max-width: 600px;
    margin: 0 auto; }
  .p-baloon-box__item {
    margin: 2rem 0; }
    .p-baloon-box__item--01 {
      text-align: left; }
      .p-baloon-box__item--01 img {
        width: 80%; }
    .p-baloon-box__item--02 {
      text-align: right; }
      .p-baloon-box__item--02 img {
        width: 74%; }
    .p-baloon-box__item--03 {
      text-align: left; }
      .p-baloon-box__item--03 img {
        width: 100%; }
    .p-baloon-box__item--04 {
      text-align: right; }
      .p-baloon-box__item--04 img {
        width: 88%; }
    .p-baloon-box__item--05 {
      text-align: left; }
      .p-baloon-box__item--05 img {
        width: 80%; }

.p-intro--01 {
  width: 80%;
  margin: 0 auto; }

.p-circle {
  width: 80%;
  margin: 1rem auto 2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .p-circle__item {
    width: 29%; }

.p-intro--02 {
  width: 80%;
  margin: 0 auto 2rem; }

.p-kirakira-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 4rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-kirakira-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-kirakira-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (min-width: 1480px) {
    .p-kirakira-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; }
      .p-kirakira-box--reverse .p-kirakira-box__content {
        margin-left: 0;
        margin-right: -6%; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-kirakira-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; }
      .p-kirakira-box--reverse .p-kirakira-box__content {
        margin-left: 0;
        margin-right: -6%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-kirakira-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; }
      .p-kirakira-box--reverse .p-kirakira-box__content {
        margin-left: 0;
        margin-right: -6%; } }
  .p-kirakira-box__image {
    z-index: 1000;
    width: 58%; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-kirakira-box__image {
        width: 100%;
        margin: 2rem auto -2rem; } }
    @media only screen and (max-width: 320px) {
      .p-kirakira-box__image {
        width: 100%;
        margin: 2rem auto -2rem; } }
  .p-kirakira-box__content {
    margin-top: 10rem;
    padding: 3rem 8rem;
    border: #FFE2E0 solid 4px;
    width: 58%;
    margin-left: -6%;
    background: #FFF; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-kirakira-box__content {
        width: 90%;
        margin: 0 auto; } }
    @media only screen and (max-width: 320px) {
      .p-kirakira-box__content {
        width: 90%;
        margin: 0 auto; } }

.p-osusume-baloon {
  max-width: 600px;
  margin: 0 auto 1em; }

.p-home {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-home {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-home {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-home__content {
    width: 55%;
    z-index: 1000; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-home__content {
        width: 80%;
        margin: 0 auto; } }
    @media only screen and (max-width: 320px) {
      .p-home__content {
        width: 80%;
        margin: 0 auto; } }
  .p-home__image {
    margin-left: -6%;
    width: 55%; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-home__image {
        width: 100%;
        margin-top: -20%;
        margin-left: 0; } }
    @media only screen and (max-width: 320px) {
      .p-home__image {
        width: 100%;
        margin-top: -20%;
        margin-left: 0; } }

.p-five-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  margin-bottom: 4rem; }
  .p-five-box__icon {
    width: 16%; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-five-box__icon {
        width: 26%;
        margin: 2rem auto; } }
    @media only screen and (max-width: 320px) {
      .p-five-box__icon {
        width: 26%;
        margin: 2rem auto; } }
  .p-five-box__content {
    width: 80%;
    color: #707070; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-five-box__content {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-five-box__content {
        width: 100%; } }
    .p-five-box__content__title {
      font-size: 1.2em;
      color: #E86272;
      margin-bottom: 0.4em;
      font-weight: bold; }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-five-box__content__title {
          text-align: center; } }
      @media only screen and (max-width: 320px) {
        .p-five-box__content__title {
          text-align: center; } }

.p-whitening-box {
  border: #E86272 solid 4px;
  border-radius: 8px;
  padding: 3rem 2rem; }
  @media only screen and (min-width: 1480px) {
    .p-whitening-box {
      padding: 4rem 6rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-whitening-box {
      padding: 4rem 6rem; } }
  .p-whitening-box__title {
    color: #E86272;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em; }
  .p-whitening-box__image {
    margin: 2rem auto; }
    @media only screen and (min-width: 1480px) {
      .p-whitening-box__image {
        width: 80%; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-whitening-box__image {
        width: 80%; } }
  .p-whitening-box__list li {
    list-style: none;
    color: #E86272;
    font-weight: bold; }

.p-why-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 4rem;
  background: #FFF;
  padding: 4rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-why-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-why-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-why-box {
      padding: 3rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-why-box {
      padding: 3rem 2rem; } }
  .p-why-box__image {
    width: 30%; }
    .p-why-box__image img {
      border-radius: 50px; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-why-box__image {
        width: 86%;
        padding: 2rem;
        margin: 2rem auto; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-why-box__image {
        width: 86%;
        padding: 2rem;
        margin: 2rem auto; } }
    @media only screen and (max-width: 320px) {
      .p-why-box__image {
        width: 86%;
        padding: 2rem;
        margin: 2rem auto; } }
  .p-why-box__content {
    width: 60%;
    color: #707070; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-why-box__content {
        width: 100%; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-why-box__content {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-why-box__content {
        width: 100%; } }
    .p-why-box__content__title {
      font-size: 1.4em;
      color: #E86272;
      margin-bottom: 1em;
      font-weight: bold;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center; }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .p-why-box__content__title {
          flex-wrap: wrap;
          flex-wrap: -webkit-wrap; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-why-box__content__title {
          flex-wrap: wrap;
          flex-wrap: -webkit-wrap; } }
      @media only screen and (max-width: 320px) {
        .p-why-box__content__title {
          flex-wrap: wrap;
          flex-wrap: -webkit-wrap; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-why-box__content__title {
          text-align: center; } }
      @media only screen and (max-width: 320px) {
        .p-why-box__content__title {
          text-align: center; } }
      .p-why-box__content__title__num {
        font-family: "Crimson Text", sans-serif;
        font-weight: 400;
        color: #EBA7A3;
        line-height: 1;
        font-size: 2.8em; }
        @media only screen and (min-width: 1480px) {
          .p-why-box__content__title__num {
            border-right: #EDAFAC solid 1px;
            padding-right: 2rem;
            margin-right: 2rem; } }
        @media only screen and (max-width: 1479px) and (min-width: 960px) {
          .p-why-box__content__title__num {
            border-right: #EDAFAC solid 1px;
            padding-right: 2rem;
            margin-right: 2rem; } }
        .p-why-box__content__title__num span {
          font-size: 0.4em;
          display: block; }
        @media only screen and (max-width: 559px) and (min-width: 321px) {
          .p-why-box__content__title__num {
            text-align: center; } }
        @media only screen and (max-width: 320px) {
          .p-why-box__content__title__num {
            text-align: center; } }
        @media only screen and (max-width: 959px) and (min-width: 560px) {
          .p-why-box__content__title__num {
            margin-bottom: 1rem;
            width: 100%; } }
        @media only screen and (max-width: 559px) and (min-width: 321px) {
          .p-why-box__content__title__num {
            margin-bottom: 1rem;
            width: 100%; } }
        @media only screen and (max-width: 320px) {
          .p-why-box__content__title__num {
            margin-bottom: 1rem;
            width: 100%; } }
      @media only screen and (max-width: 959px) and (min-width: 560px) {
        .p-why-box__content__title__text {
          width: 100%; } }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-why-box__content__title__text {
          width: 100%; } }
      @media only screen and (max-width: 320px) {
        .p-why-box__content__title__text {
          width: 100%; } }

.p-osusume-box {
  background: #FFDBDF;
  padding: 4rem;
  margin-bottom: 3rem; }

.p-reason-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 4rem;
  background: #FFF; }
  @media only screen and (min-width: 1480px) {
    .p-reason-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-reason-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-reason-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-reason-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; } }
  @media only screen and (max-width: 320px) {
    .p-reason-box--reverse {
      flex-direction: row-reverse;
      flex-direction: -webkit-row-reverse; } }
  .p-reason-box__image {
    margin: 2rem 0;
    width: 100%;
    width: 48%; }
  .p-reason-box__content {
    width: 100%;
    width: 48%;
    color: #707070; }
    .p-reason-box__content__title {
      font-size: 1.2em;
      color: #E86272;
      margin-bottom: 0.4em;
      font-weight: bold; }
    .p-reason-box__content__num {
      color: #E86272;
      font-size: 0.8em;
      margin-bottom: 0.4em;
      font-weight: bold; }

.p-sugoi-box {
  margin: 4rem 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }
  .p-sugoi-box__item {
    width: 46%;
    margin: 2%; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-sugoi-box__item {
        width: 80%; } }
    @media only screen and (max-width: 320px) {
      .p-sugoi-box__item {
        width: 80%; } }

.p-icon {
  width: 70px;
  height: 70px; }

.p-flow-box {
  background: #FCF7F8;
  padding: 2rem;
  margin-bottom: 4rem; }
  @media only screen and (min-width: 1480px) {
    .p-flow-box {
      padding: 4rem 4rem 2rem 4rem; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-flow-box {
      padding: 4rem 4rem 2rem 4rem; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-flow-box {
      padding: 4rem 4rem 2rem 4rem; } }
  .p-flow-box__title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.4em;
    font-weight: bold;
    color: #E86272; }
    @media only screen and (min-width: 1480px) {
      .p-flow-box__title {
        font-size: 1.8em; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-flow-box__title {
        font-size: 1.8em; } }

.p-step-box-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 4%; }

.p-step-box {
  width: 46%;
  text-align: center;
  position: relative; }
  .p-step-box img {
    margin-bottom: 0.6em; }
  .p-step-box--first::after {
    position: absolute;
    display: block;
    content: "";
    right: -21%;
    top: 38%;
    width: 14px;
    height: 14px;
    background: url(../images/index/icon_step.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 1em; }
    @media only screen and (min-width: 1480px) {
      .p-step-box--first::after {
        right: -16%;
        top: 38%;
        width: 22px;
        height: 22px; } }
    @media only screen and (max-width: 1479px) and (min-width: 960px) {
      .p-step-box--first::after {
        right: -16%;
        top: 38%;
        width: 22px;
        height: 22px; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-step-box--first::after {
        right: -16%;
        top: 38%;
        width: 22px;
        height: 22px; } }

.p-price-wide {
  border: solid 4px #E86272;
  padding: 2.4rem 2rem;
  border-radius: 6px;
  text-align: center; }
  .p-price-wide img {
    max-width: 500px;
    margin: 0 auto; }

.p-faq-box {
  background: #FFF;
  border-radius: 0 0 6px 6px;
  margin-bottom: 4rem; }
  .p-faq-box img {
    max-width: 400px;
    margin: 1rem auto; }
  .p-faq-box dt {
    background: #E94B73;
    color: #FFF;
    font-weight: bold;
    padding: 1em 2em;
    border-radius: 6px 6px 0 0; }
    .p-faq-box dt::before {
      display: inline-block;
      content: "";
      width: 34px;
      height: 28px;
      background: url(../images/index/icon_question.png) no-repeat center center;
      background-size: contain;
      vertical-align: middle;
      margin-right: 1em; }
  .p-faq-box dd {
    padding: 1em 2em;
    border-radius: 0 0 6px 6px; }
    .p-faq-box dd::before {
      display: inline-block;
      content: "";
      width: 34px;
      height: 28px;
      background: url(../images/index/icon_answer.png) no-repeat center center;
      background-size: contain;
      vertical-align: middle;
      margin-right: 1em; }

.p-demerit-box-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }

.p-demerit-box {
  width: 100%;
  background: #FFF;
  padding: 3rem;
  color: #707070; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-demerit-box {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-demerit-box {
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 1480px) {
    .p-demerit-box {
      width: 48%; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .p-demerit-box {
      width: 48%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-demerit-box {
      width: 48%; } }
  .p-demerit-box__title {
    text-align: center;
    color: #28C3C3;
    font-size: 1.2em;
    margin-bottom: 1rem;
    font-weight: bold; }

.p-footer-logo {
  max-width: 180px; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-footer-logo {
      margin: 0 auto; } }
  @media only screen and (max-width: 320px) {
    .p-footer-logo {
      margin: 0 auto; } }

.p-footer-credit {
  font-size: 0.6em;
  padding: 0.4em; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-svg {
    display: none; } }
.p-ie {
  display: none; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-ie {
    display: block; } }
.u-sp {
  display: block; }
  @media only screen and (min-width: 1480px) {
    .u-sp {
      display: none; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .u-sp {
      display: none; } }

.u-pc {
  display: none; }
  @media only screen and (min-width: 1480px) {
    .u-pc {
      display: block; } }
  @media only screen and (max-width: 1479px) and (min-width: 960px) {
    .u-pc {
      display: block; } }

@media only screen and (min-width: 1480px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 1479px) and (min-width: 960px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
@media only screen and (max-width: 320px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
.u-paragraph p {
  margin-bottom: 1em; }
  .u-paragraph p:last-child {
    margin-bottom: 0; }

.u-small-text {
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.6;
  word-break: break-all; }

.u-big-text {
  font-size: 1.4em;
  line-height: 1.3; }

.u-attention {
  color: #E61867; }

.u-bold {
  font-weight: bold; }

.u-right {
  text-align: right; }

.u-center {
  text-align: center; }

.u-mb-1em {
  margin-bottom: 1em; }

.u-ml-0 {
  margin-left: 0 !important; }

.u-mb-1em {
  margin-bottom: 1em !important; }

.u-mb-2em {
  margin-bottom: 2em !important; }

.u-mb-3em {
  margin-bottom: 3em !important; }

.u-ml-1em {
  margin-left: 1em !important; }

.u-mt-1em {
  margin-top: 1em !important; }

.u-mt-2em {
  margin-top: 2em !important; }

.u-zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
.u-zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.02);
  opacity: 0.9; }

.u-underline {
  text-decoration: underline; }
