@charset "UTF-8";

/* ---------------------------------------------------------------------------------------------

　    NEWS

--------------------------------------------------------------------------------------------- */
.page-news__content p {
  margin: 1.5em 0;
}
.page-news__content p:empty {
  margin: 0;
}
.page-news__content figure {
  margin: 1.5em 0;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}

/* ---------------------------------------------------------------------------------------------

　   HOW TO

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
  .p-flow .p-section__title {
    max-width: 26rem;
    margin: 0 auto;
  }
  .p-flow_step {
    max-width: 24rem;
    margin: 0 auto 5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .p-flow .p-section__title img {
    max-width: 40rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   加盟店一覧

--------------------------------------------------------------------------------------------- */
.p-shop__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-shop__item:nth-child(3n) {
  margin-right: 0;
}
.p-shop__item .p-shop__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #12b8d7;
  position: relative;
}
.p-shop__item_comingsoon .p-shop__item__link {
  background: #d0f1f7;
  pointer-events: none;
}
.p-shop__item_comingsoon .p-shop__item__link:after {
  content: "Coming soon";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%,-50%) rotate(-30deg);
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}
.p-shop__item .p-shop__item__link span {
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.p-shop__item04 span {
  letter-spacing: -.15em;
}
@media only screen and ( max-width : 767px ) {
  .page-shops__item {
    margin-bottom: 6rem;
  }
  .p-shop__item {
    margin-top: 3.5%;
    width: 31%;
    margin-right: 3.5%;
  }
  .p-shop__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-shop__item .p-shop__item__link img {
    width: 5rem;
    margin-top: 1rem;
  }
  .p-shop__item_comingsoon .p-shop__item__link:after {
    font-size: 1.3rem;
  }
  .p-shop__item .p-shop__item__link {
    padding: 1.5rem 0;
    font-size: 1.5rem;
    border-radius: 1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .p-shop__item {
    margin-top: 6rem;
    width: 30%;
    margin-right: 5%;
  }
  .p-shop__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-shop__item .p-shop__item__link {
    padding: 4rem 2rem;
    font-size: 4rem;
    border-radius: 2rem;
  }
  .p-shop__item .p-shop__item__link img {
    width: 15.8rem;
    margin-top: 2rem;
  }
  .p-shop__item_comingsoon .p-shop__item__link:after {
    font-size: 2.6rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
.house_bg {
  width: 100%;
  display: block;
}
.u-flex__image {
  max-width: 16rem;
}
.page-shop__flow__img {
  text-align: center;
}
.c-contact {
  background: url(../svg/waku.svg) no-repeat center / 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.c-contact h2 {
  color: #12b8d7;
  letter-spacing: .25em;
}
.c-contact__phone::before {
  background-image: url(../svg/phone-blue.svg);
}
@media only screen and ( max-width : 767px ) {
  .house_bg {
    margin: 7rem -2.5rem 0;
    max-width: calc(100% + 5rem);
    width: calc(100% + 5rem);
  }
  .page-shop__flow__text {
    font-size: 1.2rem;
  }
  .page-shop__flow__text .caution {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: .5rem;
  }
  .u-flex__image {
    width: 13rem;
  }
  .page-shop__flow__title small {
    font-size: 1.2rem;
    letter-spacing: -.02em;
  }
  .u-flex__image--absolute {
    bottom: 3rem;
    right: 4rem;
  }
  .page-shop__flow__img {
    margin-top: 3rem;
  }
  .page-shop__flow__item {
    margin-bottom: 7rem;
  }
  .c-contact {
    font-size: 1.2rem;
    height: 53vw;
  }
  .c-contact h2 {
    margin-bottom: .5rem;
    font-size: 1.8rem;
  }
  .c-contact__title {
    margin-bottom: 1rem;
  }
  .c-contact__phone {
    font-size: 1.5rem;
    padding-left: 3rem;
    margin-bottom: .5rem;
  }
  .c-contact__phone::before {
    width: 2.6rem;
    height: 2.6rem;
  }
  .c-contact__mail {
    padding-left: 3rem;
  }
  .c-contact__time {
    margin-bottom: 1rem;
  }
  .c-contact__mail::before {
    width: 2rem;
    height: 2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .house_bg {
    margin-top: 8rem;
  }
  .p-flow-introduction .p-section__header {
    margin-bottom: 10rem;
  }
  .p-flow-introduction .p-section__header span {
    padding: 0 6rem;
    font-size: 5rem;
  }
  .p-flow-introduction .p-section__header span:before,
  .p-flow-introduction .p-section__header span:after {
    width: 3.4rem;
    height: 5.2rem;
  }


  .p-flow-introduction .p-section__header span {
    display: inline-block;
    position: relative;
  }
  .p-flow-introduction .p-section__header span:before,
  .p-flow-introduction .p-section__header span:after {
    content: "";
    background: url(../svg/title_deco.svg) no-repeat center / 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-flow-introduction .p-section__header span:before {
    left: 0;
  }
  .p-flow-introduction .p-section__header span:after {
    right: 0;
    transform: translateY(-50%) rotate(-180deg);
  }

  .page-shop__flow__img {
    margin-top: 7rem;
  }
  .page-shop__flow__img img {
    width: 65rem;
  }
  .c-contact {
    font-size: 2.1rem;
    width: 70rem;
    height: 43rem;
  }
  .c-contact h2 {
    margin-bottom: 2rem;
    font-size: 3.8rem;
  }
  .c-contact__phone {
    font-size: 3.1rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
.page-faq__buttons {
  max-width: 80rem;
  margin: 0 auto;
}
.page-faq__buttons .c-label:after {
  content: "";
  position: absolute;
  background: url(../svg/arrow_down.svg) no-repeat center / 100%;
  top: 50%;
  transform: translateY(-50%);
}
.page-faq__item .c-title {
  background: #12b8d7;
  color: #fff;
}
.page-faq__answer .disc li {
  list-style: disc;
  margin-left: 1.2em;
}
.page-faq__answer .disc li li {
  list-style: circle;
}
.page-faq__answer .c-button {
  max-width: 70rem;
  border: .5rem solid #12b8d7;
  color: #12b8d7;
  background: #fff;
}
.page-faq__answer .c-button:after {
  background: url(../svg/arrow_next.svg) no-repeat center / 100%;
}
@media only screen and ( max-width : 767px ) {
  .page-faq__buttons .c-label:after {
    width: 1rem;
    height: .9rem;
    right: 1.5rem;
  }
  .page-faq__item .c-title {
    font-size: 1.8rem;
  }
  .page-faq__answer .c-button {
    border: .3rem solid #12b8d7;
  }
}
@media print, screen and ( min-width : 768px ) {
  .page-faq__item {
    padding-top: 14rem;
  }
  .page-faq__buttons .c-label:after {
    width: 2rem;
    height: 1.8rem;
    right: 4rem;
  }
  .page-faq__item .c-title {
    font-size: 3.6rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
  .page-contact {
    padding-top: 5rem;
  }
  .page-contact__header {
    margin-bottom: 5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   PRIVACY

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
  .page-policy__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .page-policy__caption {
    font-size: 1.6rem;
  }
  .page-policy__item .page-policy__item__title {
    font-size: 1.8rem;
  }
  .page-policy__item .page-policy__item__text {
    font-size: 1.6rem;
  }
}
@media print, screen and ( min-width : 768px ) {
}

/* ---------------------------------------------------------------------------------------------

　   MAP

--------------------------------------------------------------------------------------------- */
.map-header__bg {
}
.map .c-header__title {
  color: #000;
}
.map .c-header__text {
  top: 12%;
  transform: translateX(-50%);
}
.page-map__place_small,
.page-map__place_name {
  letter-spacing: .15em;
}
.page-map__caption p {
  line-height: 2em;
}
.page-map__section:last-child {
  margin-bottom: 0;
}
@media only screen and ( max-width : 767px ) {
  .map .c-header::before {
    height: 46vh;
  }
  .page-map__section {
    margin-bottom: 7rem;
  }
  .map .c-header__text {
    top: 18%;
  }
  .page-map__media {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .page-map__place_title {
    position: relative;
    padding-left: 4rem;
    margin: 2rem 0;
  }
  .page-map__place_ico {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
  }
  .page-map__place_small {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .page-map__place_name {
    display: block;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .page-map__img {
    text-align: center;
    margin-top: 3rem;
  }
  .page-map__img img {
    width: 80%;
  }
  .page-map__caption {
    font-size: 1.4rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .c-header::before {
    height: 55vh;
  }
  .page-map__section {
    margin-bottom: 10rem;
  }
  .page-map__place_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
  }
  .page-map__place_small {
    font-size: 3rem;
    line-height: 1.4;
  }
  .page-map__place_name {
    font-size: 4.6rem;
  }
  .page-map__place_ico {
    margin: 0 1.5rem;
  }
  .page-map__place_ico img {
    width: 6rem;
  }
  .page-map__column {
    display: flex;
    justify-content: space-between;
  }
  .page-map__caption {
    font-size: 2.2rem;
  }
  .page-map__column .page-map__caption {
    width: 56%;
  }
  .page-map__column .page-map__img {
    width: 40%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
