@charset "UTF-8";
/* ---------------------------- layout ---------------------------- */
html {
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000;
  min-height: 100%;
  width: 100%;
  line-height: 1.6;
  letter-spacing: .08em;
  font-size: 1.6rem; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

._flex {
  display: flex; }

.center {
  text-align: center; }

.pc_disnone {
  display: none; }

.sp_disnone {
  display: block; }

.ttl_sub {
  text-align: center;
  font-size: 3rem; }
  .ttl_sub span {
    font-size: 7rem;
    display: block; }

.js--fade {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s; }

.js--fade.is--fade {
  opacity: 1;
  transform: translate(0, 0); }

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: auto; }

  ._flex {
    display: block; }

  .pc_disnone {
    display: block; }

  .sp_disnone {
    display: none; }

  .ttl_sub {
    font-size: 1.6rem; }
    .ttl_sub span {
      font-size: 2.4rem; } }
/* ---------------------------- main ---------------------------- */
header {
  position: relative; }
  header h1 {
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  header .fv {
    line-height: 0; }

.menu .menu_flex {
  display: flex;
  flex-wrap: wrap;
  background-color: #eb6877;
  padding-top: 15px; }
  .menu .menu_flex li {
    width: calc(100% / 3);
    line-height: 0; }
    .menu .menu_flex li img {
      width: 100%; }
.menu .txt {
  color: #fff;
  font-size: 5.4rem;
  background-color: #eb6877;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  letter-spacing: 0.1em; }
  .menu .txt span {
    display: block;
    font-size: 2.6rem;
    font-weight: normal; }

.corona {
  margin-top: 200px; }
  .corona .inner {
    max-width: 1080px;
    width: 90%;
    margin: auto; }
  .corona h2 {
    color: #eb6877;
    font-size: 5.4rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: center; }
  .corona .txt {
    font-size: 2.4rem;
    line-height: 2;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px; }
  .corona h3 {
    width: 100%;
    background-color: #ffe4d9;
    text-align: center;
    font-size: 5.4rem;
    font-weight: bold;
    margin-top: 70px;
    padding: 20px; }
  .corona ul.corona_flex {
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap; }
    .corona ul.corona_flex li {
      width: calc(100% / 3);
      height: 440px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding: 50px 1.5% 0;
      font-size: 1.8rem; }
    .corona ul.corona_flex dl dd {
      margin-top: 20px;
      font-size: 90%;
    }

.price {
  margin-top: 180px;
  margin-bottom: 200px;
  position: relative; }
  .price .inner {
    padding-top: 130px; }
    .price .inner figure {
      background: #fff;
      border-radius: 20px;
      width: 94%;
      margin: auto;
      text-align: center; }
      .price .inner figure img {
        width: 94%;
        margin-top: -230px; }
    .price .inner::before {
      content: "";
      background-color: #ffe4d9;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 50%;
      z-index: -1; }

.care h2 {
  text-align: center;
  position: relative; }
.care .soushin_box .care_inner .soushin_jp {
  font-size: 5rem;
  margin-bottom: 30px; }
.care .soushin_box .care_inner .lead {
  font-size: 3rem;
  margin-bottom: 30px; }
.care .soushin_box .care_inner p {
  font-size: 2.4rem; }
.care .soushin_box:nth-of-type(odd) {
  position: relative;
  height: 1200px; }
  .care .soushin_box:nth-of-type(odd) .care_inner {
    width: 45%;
    margin-left: 3%; }
  .care .soushin_box:nth-of-type(odd) figure {
    position: absolute;
    top: 300px;
    right: 0;
    text-align: right;
    z-index: -1; }
    .care .soushin_box:nth-of-type(odd) figure img {
      width: 98%; }
.care .soushin_box:nth-of-type(even) {
  position: relative;
  height: 1200px; }
  .care .soushin_box:nth-of-type(even) .care_inner {
    width: 45%;
    margin-left: auto;
    margin-right: 3%; }
  .care .soushin_box:nth-of-type(even) figure {
    position: absolute;
    top: 300px;
    left: 0;
    z-index: -1; }
    .care .soushin_box:nth-of-type(even) figure img {
      width: 98%; }

.movie {
  text-align: center;
  margin-bottom: 300px; }
  .movie .inner {
    max-width: 1500px;
    width: 100%; }
  .movie h2 {
    margin-bottom: 10px; }
  .movie .youtube {
    width: 90%;
    margin: auto;
    background-color: #ffe4d9;
    padding: 100px;
    position: relative; }
    .movie .youtube::after {
      content: "";
      position: absolute;
      width: 689px;
      height: 378px;
      background: url("../image/movie_img.png") no-repeat;
      bottom: -20%;
      right: -5%; }
    .movie .youtube .youtube_inner {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .movie .youtube .youtube_inner iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 1; }

.flow {
  margin-bottom: 150px; }
  .flow .inner {
    width: 96%;
    margin: auto; }
  .flow h2 {
    text-align: center;
    margin-bottom: 10px; }
  .flow ul {
    margin-top: 70px; }
    .flow ul .flow_flex {
      margin-top: 100px;
      justify-content: space-between; }
      .flow ul .flow_flex h3 {
        font-size: 4rem;
        display: flex;
        align-items: center;
        color: #eb6877;
        margin-bottom: 20px; }
        .flow ul .flow_flex h3 img {
          margin-right: 51px; }
      .flow ul .flow_flex p {
        font-size: 2.4rem; }
      .flow ul .flow_flex .flow_txt {
        width: 48%; }
      .flow ul .flow_flex figure {
        width: 48%;
        position: relative; }
        .flow ul .flow_flex figure::before {
          content: "";
          width: 101px;
          height: 71px;
          position: absolute;
          top: -90px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          background: url("../image/arrow2.png") no-repeat; }
      .flow ul .flow_flex:nth-of-type(even) {
        flex-direction: row-reverse; }
      .flow ul .flow_flex:first-of-type figure::before {
        content: none; }

.case {
  margin-bottom: 140px; }
  .case .inner {
    max-width: 1680px;
    width: 96%;
    margin: auto; }
  .case h2 {
    text-align: center;
    margin-bottom: 10px; }
  .case .ttl_sub {
    margin-bottom: 80px; }
  .case .case_box {
    border-radius: 30px;
    background-color: #ffe4d9;
    padding: 4%;
    margin-bottom: 50px; }
  .case .case_flex {
    background: #fff;
    padding: 3%;
    justify-content: space-between;
    margin-bottom: 30px; }
    .case .case_flex h3 {
      border-bottom: 5px solid #eb6877;
      padding-bottom: 10px; }
    .case .case_flex h4 {
      color: #eb6877;
      font-size: 3.2rem;
      margin-top: 15px; }
  .case p.txt {
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 5px solid #eb6877; }
  .case .case_info {
    width: 48%; }
  .case .case_img {
    width: 48%;
    margin-top: 100px; }
  .case .case_item {
    justify-content: space-between; }
  .case .case_inner {
    width: 48%;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #eb6877;
    padding: 3%; }
    .case .case_inner h4 {
      color: #eb6877;
      font-size: 3.6rem;
      margin-bottom: 10px; }
    .case .case_inner p {
      font-size: 1.8rem; }

.faq {
  margin-bottom: 200px; }
  .faq .inner {
    max-width: 1400px;
    width: 90%;
    margin: auto; }
  .faq h2 {
    text-align: center;
    margin-bottom: 10px; }
  .faq .ttl_sub {
    margin-bottom: 40px; }
  .faq dl {
    border-radius: 15px;
    background-color: #ffefcb;
    margin-bottom: 30px;
    padding: 2% 3%; }
    .faq dl dt {
      color: #eb6877;
      font-size: 3.2rem;
      border-bottom: 3px solid #eb6877;
      position: relative;
      margin-left: 30px;
      padding-left: 10px;
      padding-bottom: 20px; }
      .faq dl dt::before {
        content: "";
        width: 25px;
        height: 40px;
        position: absolute;
        top: 0;
        left: -30px;
        background: url("../image/q.png"); }
    .faq dl dd {
      font-size: 1.8rem;
      margin-left: 30px;
      padding-left: 10px;
      padding-top: 20px;
      position: relative; }
      .faq dl dd::before {
        content: "";
        width: 25px;
        height: 40px;
        position: absolute;
        top: 20px;
        left: -30px;
        background: url("../image/a.png"); }

.safe h2 {
  text-align: center;
  margin-bottom: 50px; }
.safe p {
  font-size: 2.4rem;
  text-align: center; }
.safe ul {
  margin-top: 80px;
  margin-bottom: 60px; }
  .safe ul li {
    margin: 0 10px; }
.safe .safe_txt {
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 70px; }
.safe table {
  max-width: 1680px;
  width: 90%;
  margin: auto;
  border-spacing: 1px;
  border-collapse: separate; }
  .safe table th {
    text-align: left;
    color: #eb6877;
    font-size: 2.6rem;
    background-color: #ffe4d9;
    padding: 2% 0 2% 2%; }
  .safe table td {
    font-size: 2.6rem;
    border: 1px solid #ffe4d9;
    padding: 2% 0 2% 2%; }
    .safe table td span {
      color: #eb6877; }
.safe .safe_note {
  font-size: 2.4rem;
  width: 90%;
  margin: auto;
  margin-top: 10px; }

.access {
  padding: 55px 0 80px; }
  .access h2 {
    text-align: center; }
  .access .access_txt {
    font-size: 2.4rem;
    margin-bottom: 50px;
    text-align: center; }

.shop-title {
  text-align: center;
  margin-bottom: 50px; }

.shop-read {
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 1.5em; }

.shop-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto; }

.shop-item {
  margin-bottom: 10px;
  padding: 5px 0;
  background: #fff;
  border: 5px solid #ffa28e; }

.shop-item__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 135px 30px 0;
  position: relative;
  cursor: pointer; }
  .shop-item__name .text {
    width: calc(100% - 135px);
    font-size: 28px;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 50px; }
  .shop-item__name::after {
    content: "";
    position: absolute;
    right: calc((135px / 2) - 20px);
    top: calc(50% - 10px);
    width: 40px;
    height: 20px;
    background: url("../image/icon_arrow.png") center center no-repeat;
    background-size: 100% auto; }
  .shop-item__name.is--active:after {
    transform: rotate(-180deg); }

.shop-item__detail {
  display: none;
  opacity: 0;
  padding: 30px 30px 30px 50px;
  border-top: 1px solid #ffa28e;
  opacity: 0; }
  .shop-item__detail.is--active {
    display: block;
    opacity: 1;
    animation: .4s anime_toggle;
    font-size: 18px;
    line-height: 1.8; }
  .shop-item__detail .text {
    margin-bottom: 1.5em; }
  .shop-item__detail .access {
    margin-bottom: 1.2em; }
  .shop-item__detail .map a {
    text-decoration: underline;
    color: #ffa28e; }

.reserv {
  padding: 55px 0 80px;
  background-color: #fea28f;
  margin-bottom: 50px; }
  .reserv .inner {
    max-width: 1400px;
    width: 90%;
    margin: auto; }
  .reserv h2 {
    text-align: center; }
  .reserv .reserv_txt {
    font-size: 2.4rem;
    margin-bottom: 50px;
    text-align: center; }
    .reserv .reserv_txt span {
      text-decoration: underline; }

footer {
  margin-bottom: 200px; }
  footer .footer_logo {
    text-align: center;
    margin-bottom: 60px; }
  footer .footer_info {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 40px; }
  footer .copy {
    text-align: center;
    font-size: 1.6rem; }

.cv {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffe4d9;
  padding: 1% 0;
  background: rgba(255, 228, 214, 0.9); }
  .cv .cv_inner {
    max-width: 1400px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center; }
  .cv .cv_item {
    margin: 0 10px; }
    .cv .cv_item img:hover {
      opacity: 0.7;
      width: 99%; }

@media screen and (max-width: 768px) {
  header {
    position: static; }
    header h1 {
      font-size: 1rem;
      position: static;
      top: inherit;
      left: inherit;
      transform: inherit;
      background: #eb6877;
      color: #fff;
      background: #eb6877;
      text-align: center; }

  .menu .menu_flex li {
    width: calc(100% / 2); }
  .menu .txt {
    font-size: 2rem; }
    .menu .txt span {
      font-size: 1.6rem;
      margin-top: 15px; }

  .corona {
    margin-top: 30px; }
    .corona h2 {
      font-size: 2rem; }
    .corona .txt {
      font-size: 1.6rem;
      margin-top: 25px; }
    .corona h3 {
      font-size: 2.4rem;
      margin-top: 40px; }
    .corona ul.corona_flex {
      margin-top: 50px; }
      .corona ul.corona_flex li {
        width: calc(100% / 2);
        height: auto;
        text-align: left;
        padding: 20px 1.5% 20px;
        font-size: 1.6rem; }
      .corona ul.corona_flex dl dt {
        width: 60%;
        margin: auto; }

  .price {
    margin-top: 130px;
    margin-bottom: 100px;
    position: relative; }
    .price .inner {
      padding-top: 20%; }
      .price .inner::before {
        height: 70%; }
      .price .inner figure img {
        margin-top: -30%; }

  .care .soushin_box .care_inner .soushin_jp {
    font-size: 2.4rem;
    margin-bottom: 20px; }
  .care .soushin_box .care_inner .lead {
    font-size: 2rem;
    margin-bottom: 20px; }
  .care .soushin_box .care_inner p {
    font-size: 1.6rem;
    margin-bottom: 20px; }
  .care .soushin_box:nth-of-type(odd) {
    position: static;
    height: auto;
    width: 90%;
    margin: auto;
    margin-bottom: 70px; }
    .care .soushin_box:nth-of-type(odd) .care_inner {
      width: 100%;
      margin-left: 0; }
    .care .soushin_box:nth-of-type(odd) figure {
      position: static; }
      .care .soushin_box:nth-of-type(odd) figure img {
        width: 100%; }
  .care .soushin_box:nth-of-type(even) {
    position: static;
    height: auto;
    width: 90%;
    margin: auto;
    margin-bottom: 70px; }
    .care .soushin_box:nth-of-type(even) .care_inner {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .care .soushin_box:nth-of-type(even) figure {
      position: static; }
      .care .soushin_box:nth-of-type(even) figure img {
        width: 100%; }

  .movie {
    margin-bottom: 200px; }
    .movie h2 {
      margin-bottom: 10px; }
    .movie .ttl_sub {
      margin-bottom: 20px; }
    .movie .youtube {
      padding: 10% 2%; }
      .movie .youtube::after {
        content: "";
        width: 65%;
        height: 50%;
        bottom: -25%;
        background-size: contain; }

  .flow {
    margin-bottom: 100px; }
    .flow .inner {
      width: 90%; }
    .flow ul {
      margin-top: 30px; }
      .flow ul .flow_flex {
        margin-top: 30px;
        margin-bottom: 50px;
        position: relative; }
        .flow ul .flow_flex h3 {
          font-size: 2rem; }
          .flow ul .flow_flex h3 img {
            margin-right: 30px;
            width: 20%; }
        .flow ul .flow_flex p {
          font-size: 1.6rem; }
        .flow ul .flow_flex .flow_txt {
          width: 100%;
          margin-bottom: 20px; }
        .flow ul .flow_flex figure {
          width: 100%; }
          .flow ul .flow_flex figure::before {
            content: none; }
        .flow ul .flow_flex:first-of-type figure::before {
          content: none; }
        .flow ul .flow_flex::before {
          content: "";
          width: 50px;
          height: 45px;
          position: absolute;
          bottom: -50px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          background: url("../image/arrow2.png") no-repeat;
          background-size: contain; }
        .flow ul .flow_flex:last-of-type::before {
          content: none; }

  .case {
    margin-bottom: 100px; }
    .case .ttl_sub {
      margin-bottom: 30px; }
    .case .case_box {
      padding: 7%;
      margin-bottom: 30px; }
    .case .case_flex {
      padding: 5%; }
      .case .case_flex h3 {
        padding-bottom: 10px; }
      .case .case_flex h4 {
        font-size: 2rem;
        margin-bottom: 10px; }
    .case p.txt {
      font-size: 1.6rem; }
    .case .case_info {
      width: 100%; }
    .case .case_img {
      width: 100%;
      margin-top: 30px; }
    .case .case_inner {
      width: 100%;
      padding: 5%;
      margin-bottom: 30px; }
      .case .case_inner h4 {
        font-size: 2rem; }
      .case .case_inner p {
        font-size: 1.6rem; }

  .faq {
    margin-bottom: 100px; }
    .faq .ttl_sub {
      margin-bottom: 20px; }
    .faq dl {
      padding: 5%; }
      .faq dl dt {
        font-size: 1.8rem;
        padding-bottom: 10px; }
      .faq dl dd {
        font-size: 1.6rem;
        padding-top: 10px; }

  .safe .inner {
    width: 90%;
    margin: auto; }
  .safe h2 {
    margin-bottom: 30px; }
  .safe p {
    font-size: 1.6rem;
    text-align: left; }
  .safe ul {
    margin-top: 30px;
    margin-bottom: 20px; }
    .safe ul li {
      margin: 0;
      margin-bottom: 30px; }
  .safe .safe_txt {
    font-size: 1.8rem;
    margin-bottom: 50px;
    text-align: left; }
  .safe table {
    width: 100%; }
    .safe table th {
      font-size: 1.4rem; }
    .safe table td {
      font-size: 1.4rem; }
  .safe .safe_note {
    font-size: 1.4rem;
    width: 100%; }

  .access {
    padding: 0;
    width: 90%;
    margin: auto;
    margin-bottom: 50px; }
    .access .access_txt {
      font-size: 1.6rem;
      margin-bottom: 20px; }

  .shop-title {
    margin-bottom: 30px; }
    .shop-title .img {
      text-align: center; }
      .shop-title .img img {
        max-width: 400px;
        width: 60%; }

  .shop-read {
    font-size: 16px; }

  .shop-item {
    padding: 5px;
    border: 3px solid #ffa28e;
    font-size: 14px; }
    .shop-item .text {
      width: calc(100% - 40px);
      padding-left: 5px;
      font-size: 14px; }

  .shop-item__name {
    padding: 30px 40px 30px 15px; }
    .shop-item__name::after {
      right: calc((40px / 2) - 10px);
      top: calc(50% - 5px);
      width: 30px;
      height: 15px; }

  .shop-item__detail {
    padding: 30px 30px 30px 15px; }
    .shop-item__detail.is--active {
      font-size: 14px; }

  footer {
    margin-bottom: 100px; }
    footer .footer_logo {
      margin: auto;
      margin-bottom: 30px;
      width: 50%; }
    footer .footer_info {
      font-size: 1.4rem; }
    footer .copy {
      font-size: 1rem; }

  .cv {
    padding: 2% 0 5%; }
    .cv .cv_inner {
      width: 98%; }
    .cv .cv_item {
      margin: 0 1px; } }
