﻿@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  overflow: auto;
}
/* ▼基本デザイン */
/* ----------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
h1, h2, h3, h4, h5 {
  font-feature-settings: "palt";
}
#consultation img {
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
.rev {
  flex-direction: row-reverse;
}
.cap_b {
  line-height: 2;
  padding-bottom: 130px;
}
a:hover {
  text-decoration: none;
}
/* ▼gグローバルナビ問題
/* ----------------------------------------------------- 

.header #ui-tab {
    display:block!important;
} */
#global-info {
  display: none !important;
}
.history-right {
  display: none !important;
}
/* ▼パンくず */
/* ----------------------------------------------------- */
#pankuzu {
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: left;
  padding: 5px !important;
  font-size: 11px !important;
  background-color: #fff;
}
#pankuzu a:link { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:visited { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:hover { /* パンくずのリンク */
  text-decoration: underline;
}
/* ▼各デザイン */
/* ----------------------------------------------------- */
#consultation {
  width: 100%;
}
#consultation p {
  font-size: 15px;
  line-height: 1.8;
}
.ic_cover {
  padding-bottom: 200px;
}
.cap {
  padding-top: 60px;
  padding-bottom: 80px;
}
.mh2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, source-han-serif-jp-subset, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 600;
  font-size: 42px;
  padding-top: 160px;
  padding-bottom: 20px;
  letter-spacing: 4px;
  font-weight: lighter;
  color: #47a8b0;
  line-height: 2;	
}
.cap_h2 {
  font-family: garamond-premier-pro, serif !important;
  font-style: italic;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 3px;
  color: #81c3c6;
  display: block;
}
/* ▼main */
/* ----------------------------------------------------- */
.main_v_cover {
  width: 100%;
  height: calc(80vh - 50px) !important;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main_v_cover .wcover {
  width: 40%;
  height: 100%;
  margin: 0 auto !important;
  background-size: cover;
  background-color: #81c3c6;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main_v {
  width: 60%;
  background-image: url("../img/bg_mv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.s_cover {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 10px;
}
.main_date {
  width: 60%;
  margin: 0 auto;
}
.main_bn {
  margin-top: 10px;
}
/* ▼cap */
/* ----------------------------------------------------- */
.caption {
  padding-top: 130px;
  padding-bottom: 100px;
  background-color: #fff;
}
.caption p {
  line-height: 2.2 !important;
  text-align: center;
  color: #47a8b0;
}
/* ▼benefits/
 /* ----------------------------------------------------- */
.ic_cover.bene {
  background-color: #81c3c6;
}
.bene .mh2 {
  color: #fff;
}
.bene .mh2 span {
  color: #f9f58f;
  font-size: 53px;
}
.bene .cap_h2 {
  color: #81c3c6;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  width: 290px;
  margin: 0 auto;
  margin-top: -20px;
}
.bene .cap {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}
.box_bene_cover {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.box_bene {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  align-items: center;
  border-radius: 20px;
}
.bb_left {
  width: 50%;
}
.bb_right {
  width: 50%;
  position: relative;
}
.bb_right span {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  font-size: 18px;
}
.box_bene img {
  object-fit: cover;
  border-radius: 0px 20px 20px 0;
}
.bb_left_inner {
  width: 75%;
  margin: 0 auto;
  text-align: justify;
}
.mh3_cover_bene {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 30px;
}
.mark_bene {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, source-han-serif-jp-subset, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-size: 16px !important;
  flex-direction: column;
	line-height: 1.5;
}
.one .mark_bene {
  background-color: #f0835d;
}
.two .mark_bene {
  background-color: #71aed3;
}
.mark_bene span {
    display: inline-block;
    font-size: 49px;
    margin-top: -13px;
    margin-bottom: -16px;
	line-height: 1.5;
}
.mh3_bene {
  padding-left: 4%;
  display: flex;
  flex-direction: column;
  font-family: "游明朝体", "Yu Mincho", YuMincho, source-han-serif-jp-subset, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-size: 35px !important;
  font-weight: 100;
  width: 70%;
  line-height: 1.1;
  letter-spacing: 2px;
}
.mh3_bene span {
  font-size: 16px;
  text-decoration: underline;
  padding-bottom: 16px;
  letter-spacing: 0;
}
.txt_bene {
  padding-bottom: 30px;
}
.one .mh3_cover_bene {
  color: #f0835d;
}
.two .mh3_cover_bene {
  color: #71aed3;
}
.conditions {
  padding: 20px 30px;
  position: relative;
}
.one .conditions {
  background-color: #ffe8c0;
}
.two .conditions {
  background-color: #daeef7;
}
.conditions ul {
  padding-left: 21%;
}
.conditions ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  list-style: disc;
}
.conditions ul li span {
  font-size: 22px;
}
.one .conditions ul li span {
  color: #f0835d;
}
.two .conditions ul li span {
  color: #71aed3;
}
.mh4_conditions {
  position: absolute;
  background-repeat: no-repeat;
  background-position: top;
  color: #fff;
  width: 68px;
  font-size: 12px;
  background-size: cover;
  height: 35px;
  top: 0;
  text-align: center;
  left: 14px;
  padding-top: 10px;
}
.one .mh4_conditions {
  background-image: url("../img/bg_toku1_pc.svg");
}
.two .mh4_conditions {
  position: absolute;
  background-image: url("../img/bg_toku2_pc.svg");
}
.bene .bn_cover.pc_only {
  max-width: 1200px;
  width: 100%;
}
.bene .bn_cover {
  background-color: #ededed;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 120px auto 0;
  clip-path: inset(-39px 0 2px 0);
}
.v_area {
  width: 25%;
  position: relative;
  height: 187px;
}
.v_area p {
  width: 138px;
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2b1a5;
  color: #fff;
  font-size: 30px !important;
  font-weight: bold;
  margin-top: 14px;
}
.pb {
  position: absolute;
  bottom: 0;
  left: 111px;
  width: 156px;
}
.dl_t_cover {
  width: 30%;
  text-align: justify;
  padding-left: 24px;
}
.bene .mh4 {
  font-size: 20px;
  text-align: justify;
  padding-right: 6px;
}
.mh4_cover {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
img.icon_d {
  width: 27px;
}
.dl_t_cover p {}
.dl_i_cover {
  width: 31%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 10px 0;
}
.icon_dl {
  width: 100px;
}
.store_cover {
  display: flex;
  text-align: justify;
  flex-direction: column;
  gap: 4px;
}
.store_cover img {
  height: 36px !important;
}
.icon_qr {
  width: 90px;
}
.bene .sp_only {
  display: none;
}
.bene .bn_cover img {
  padding-bottom: 0px;
}
/* ▼qa*/
/* ----------------------------------------------------- */
.ic_cover.qa {
  background-color: #e8f1f1;
}
.qa .cap {
  padding-top: 40px;
}
.box_qa {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: justify;
}
.box_qa input {
  display: none;
}
.box_qa .title {
  display: block;
  pointer-events: all;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #47a8b0;
  color: #47a8b0;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, source-han-serif-jp-subset, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  letter-spacing: 1px;
  padding-left: 8px;
}
input:checked + .title + .toggle {
  height: auto;
  padding-bottom: 40px;
}
.box_qa .toggle {
  height: 0;
  padding: 0 10px;
  transition: .2s;
  overflow: hidden;
  pointer-events: none;
  background-color: transparent !important;
  color: #111;
}
.box_qa .toggle a {
  pointer-events: auto;
}
.box_qa .title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #47a8b0;
  border-right: 2px solid #47a8b0;
  top: calc(42%);
  right: 1%;
  /*background-color: #84c5c6;*/
  background-size: 20px 20px;
  transform: rotate(135deg);
  position: absolute;
}
input:checked + .title::before {
  transform: rotate(-45deg) !important;
}
/* ▼About*/
/* ----------------------------------------------------- */
.comp_box {
  display: flex;
  justify-content: left;
  overflow-x: scroll;
  flex-flow: inherit;
  flex-wrap: inherit;
  flex-wrap: inherit;
  flex-wrap: inherit;
  gap: 1%;
  padding: 0 1% 30px 1%;
  margin-bottom: 100px;
  align-items: stretch;
}
.comp1_box {
  min-width: 520px;
  display: flex;
  align-items: stretch;
  flex-direction: column-reverse;
}
.mh3_comp {
  background-color: #81c3c6;
  color: #fff;
  padding: 18px 0;
  letter-spacing: 2px;
  font-size: 20px;
}
.pre_box {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #e8f1f1;
  border-radius: 15px;
}
.about .mh4 {
  font-size: 18px;
  line-height: 1.7;
  padding-bottom: 34px;
  color: #47a8b0;
  text-align: center;
  letter-spacing: 1px;
}
.pre_list {
  width: 92%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 0 0 50px 0;
}
.pre_inner {
  width: 28%;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 2%;
}
.pre_inner img {
  height: 65px !important;
}
.pre_inner span {
  color: #47a8b0;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
.pre_inner .pre_number {
  font-size: 18px;
}
.mh5 {
  text-indent: 0;
  margin: 0;
  line-height: 1;
  font-size: 20px;
  width: auto;
  height: auto;
  padding: 30px 0 30px;
  text-decoration: underline;
  color: #47a8b0;
}
/* ▼Shop*/
/* ----------------------------------------------------- */
.ic_cover.shops {
  background-color: #e8f1f1;
}
.shop_box {
  width: 90%;
  max-width: 1800px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
  row-gap: 50px;
}
.shop1_box {
  width: 31%;
}
.mh3_shop {
  background-color: #fff;
  color: #47a8b0;
  padding: 10px 0;
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom: 20px;
}
.shop1_box p {
  text-align: justify;
  color: #111 !important;
}
.shop1_box address {
  text-align: justify;
  color: #47a8b0 !important;
  padding-top: 8px;
  font-style: inherit;
}
.bt_cover {
  width: 360px;
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
}
.bt_cover a {
  color: #fff !important;
  padding: 18px 0;
  letter-spacing: 2px;
  font-size: 18px;
  background-color: #81c3c6;
  display: block;
  border-radius: 4px;
  font-weight: bold;
}
/* ▼footer_mag*/
/* ----------------------------------------------------- */
.mag_cover {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
  /*padding-top: 150px;*/
  text-align: left;
}
.top-webmagazine .wm-inner {
  margin: 10px 16px 0 !important;
}
b {
  margin: 15px 3% 0 0 !important;
}
.top-webmagazine h2 {
  color: white !important;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 0 15px !important;
  padding: 13px 0 8px !important;
  font-size: 24px !important;
}
.garamond {
  font-family: garamond-premier-pro, serif !important;
  font-weight: normal;
  letter-spacing: 2px;
}
/* ▼feature*/
/* ----------------------------------------------------- */
.bn_cover {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
  gap: 2rem;
  text-align: center;
}
.tf_b {
  padding-bottom: 40px;
  text-align: center;
}
.tf_b a {
  text-decoration: none;
  color: #111;
}
.bn_cover img {
  padding-bottom: 10px;
}
/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media only screen and (max-width: 1200px) and (orientation:portrait) {
  .main_v_cover {
    height: 46vh !important;
  }
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .main_v_cover {
    height: calc(100vh - 300px) !important;
  }
}
@media screen and (max-width: 1200px) {
  .box_bene_cover {
    width: 95%;
  }
  .bn_cover.pc_only {
    width: 95% !important;
  }
  .box_qa {
    width: 94%;
  }
  .pre_box {
    width: 95%;
  }
}
@media screen and (max-width: 1440px) {}