@charset "UTF-8";
/* mv
---------------------------------------------------------- */
.c-mv {
  position: relative;
  z-index: 0;
  height: 340px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-mv {
    height: 180px;
  }
}
.c-mv::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 42vw;
  height: 100%;
  background-color: #9d9387;
}
@media screen and (max-width: 767px) {
  .c-mv::before {
    width: 58vw;
  }
}
.c-mv_img {
  width: 58vw;
  height: 100%;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 767px) {
  .c-mv_img {
    width: 42vw;
    background-position: center;
  }
}
.c-mv .l-cont_l {
  position: relative;
  z-index: 10;
  height: 100%;
}
.c-mv_ttl {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 20px;
  width: 36.8vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-mv_ttl {
    width: calc(58vw - 30px);
    left: 0;
  }
}
.c-mv_ttl_en {
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 70px;
  font-size: 7rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-mv_ttl_en {
    font-size: 32px;
    font-size: 2.8rem;
  }
}
.c-mv_ttl_jp {
  line-height: 1.4;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-mv_ttl_jp {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 6px;
  }
}

/* breadcrmbs list
---------------------------------------------------------- */
.c-breadcrumb {
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
}
.c-breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-breadcrumb_list li {
  position: relative;
  z-index: 0;
  line-height: 1.63;
  padding-right: 1.2em;
}
.c-breadcrumb_list li::before {
  position: absolute;
  z-index: 0;
  line-height: 1;
  top: 0.2em;
  right: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "/";
}
@media screen and (max-width: 767px) {
  .c-breadcrumb_list li::before {
    top: 2px;
    right: 6px;
  }
}
.c-breadcrumb_list li:last-child {
  padding-right: 0;
}
.c-breadcrumb_list li:last-child::before {
  display: none;
}
.c-breadcrumb_list li a,
.c-breadcrumb_list li span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f5f5f;
}
.c-breadcrumb_list li a {
  color: #5b382f;
}

/* title
---------------------------------------------------------- */
.c-ttl_index {
  position: relative;
  z-index: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-ttl_index {
    margin-bottom: 5px;
  }
}
.c-ttl_index.-left {
  left: 0;
  padding: 60px 0 0 150px;
}
@media screen and (max-width: 767px) {
  .c-ttl_index.-left {
    padding: 30px 0 0 0;
  }
}
.c-ttl_index.-left .c-ttl_index_en {
  top: -45px;
  left: 0;
  color: #f8d1c7;
  font-size: 160px;
  font-size: 16rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_index.-left .c-ttl_index_en {
    top: -20px;
    left: -11px;
    font-size: 85px;
    font-size: 8.5rem;
  }
}
.c-ttl_index.-left .c-ttl_index_jp {
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-ttl_index.-left .c-ttl_index_jp {
    line-height: 1.65;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c-ttl_index.-center {
  margin-bottom: 80px;
  padding: 100px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl_index.-center {
    margin-bottom: 30px;
    padding: 40px 0 0 0;
  }
}
.c-ttl_index.-center .c-ttl_index_en {
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 160px;
  font-size: 16rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_index.-center .c-ttl_index_en {
    top: -20px;
    font-size: 80px;
    font-size: 8rem;
  }
}
.c-ttl_index.-center .c-ttl_index_jp {
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-ttl_index.-center .c-ttl_index_jp {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-ttl_index_en {
  position: absolute;
  z-index: -1;
  line-height: 1;
  font-family: "Qwitcher Grypen", cursive;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.c-ttl_index_en.-pk {
  color: #f8d1c7;
}
.c-ttl_index_en.-lPk {
  color: #f4e6da;
}
.c-ttl_index_jp {
  color: #5b382f;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ttl_index_jp {
    text-align: center;
  }
}
.c-ttl_base {
  position: relative;
  z-index: 10;
  margin-bottom: 64px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl_base {
    margin-bottom: 30px;
  }
}
.c-ttl_base_sub, .c-ttl_base_jp {
  color: #5b382f;
  letter-spacing: 0.1em;
}
.c-ttl_base_sub {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_base_sub {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-ttl_base_jp {
  line-height: 1.63;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_base_jp {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-ttl_base_en {
  line-height: 1;
  margin-top: 12px;
  color: #ee7c5f;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-ttl_base_en {
    margin-top: 8px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-ttl_sec {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec {
    margin-bottom: 26px;
  }
}
.c-ttl_sec_en {
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #edeeea;
  font-size: 110px;
  font-size: 11rem;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_en {
    margin-bottom: 6px;
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.c-ttl_sec_jp {
  line-height: 1.4;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  background: #dab94d;
  padding: 2rem;
  color:#fff;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec_jp {
    font-size:2rem;
  }
}
.c-ttl_sec.-center {
  text-align: center;
}
.c-ttl_sec.-border {
  position: relative;
  padding-bottom: 28px;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec.-border {
    padding-bottom: 16px;
  }
  .c-ttl_sec.-border .c-ttl_sec_jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-ttl_sec.-border::before, .c-ttl_sec.-border::after {
  content: "";
  display: inline-block;
  background-color: #9d9387;
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec.-border::before, .c-ttl_sec.-border::after {
    width: 24px;
  }
}
.c-ttl_sec.-border::before {
  left: 50%;
}
.c-ttl_sec.-border::after {
  background-color: #dab94d;
  right: 50%;
}
.c-ttl_sec.-border span {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-ttl_sec.-border span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
}
.c-ttl_spl {
  line-height: 1.4;
  margin-bottom: 30px;
  color: #222;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  position: relative;
  z-index: 10;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-ttl_spl {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-ttl_spl.-center {
  text-align: center;
}
.c-ttl_spl.-Mnone {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl_spl.-Mnone {
    margin-bottom: 10px;
  }
}
.c-ttl_spl.-min {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-ttl_spl.-min {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.c-ttl_article {
  margin-bottom: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  color: #222;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-ttl_article {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.c-ttl_article a {
  color: #222;
}
.c-ttl_box {
  line-height: 1.4;
  margin-bottom: 22px;
  color: #222;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_box {
    margin-bottom: 16px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-ttl_box.-center {
  text-align: center;
}
.c-ttl_grid {
  line-height: 1.4;
  margin-bottom: 30px;
  color: #222;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ttl_grid {
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c-ttl_card {
  line-height: 1.4;
  margin-bottom: 20px;
  color: #222;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ttl_card {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-ttl_liner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .c-ttl_liner {
    margin-bottom: 24px;
  }
}
.c-ttl_liner_txt {
  color: #9d9387;
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 1.4;
  margin-right: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-ttl_liner_txt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 18px;
  }
}
.c-ttl_liner.-min {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-ttl_liner.-min {
    margin-bottom: 16px;
  }
}
.c-ttl_liner.-min .c-ttl_liner_txt {
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .c-ttl_liner.-min .c-ttl_liner_txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
  }
}
.c-ttl_liner span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #9d9387;
}
.c-ttl_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-ttl_feature {
    margin-bottom: 15px;
  }
}
.c-ttl_feature::after {
  height: 1px;
  margin-top: 29px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #beb9b7;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-ttl_feature::after {
    margin-top: 20px;
  }
}
.c-ttl_feature_num {
  line-height: 1;
  color: #ee7c5f;
  font-family: "Qwitcher Grypen", cursive;
  font-size: 100px;
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_feature_num {
    font-size: 56px;
    font-size: 5.6rem;
  }
}
.c-ttl_feature_jp {
  line-height: 1.63;
  margin: 20px 0 0 19px;
  padding-right: 19px;
  color: #222;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_feature_jp {
    margin: 10px 0 0 12px;
    padding-right: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-ttl_check {
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl_check {
    margin-bottom: 20px;
    text-align: left;
  }
}
.c-ttl_check_cont {
  display: inline-block;
  line-height: 1.63;
  position: relative;
  z-index: 0;
  padding: 0 0 0 40px;
  color: #222;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #b4973b;
}
@media screen and (max-width: 767px) {
  .c-ttl_check_cont {
    padding: 3px 0 0 35px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-ttl_check_cont::before {
  position: absolute;
  content: "";
}
.c-ttl_check_cont::before {
  z-index: 0;
  top: 15px;
  left: 9px;
  width: 16px;
  height: 16px;
  background: url(../img/ico_check.webp) left top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-ttl_check_cont::before {
    top: 11px;
    left: 5px;
    width: 12px;
    height: 12px;
  }
}
.c-ttl_check.-sml {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-ttl_check.-sml {
    margin-bottom: 8px;
  }
}
.c-ttl_check.-sml .c-ttl_check_cont {
  padding: 0 0 0 22px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-ttl_check.-sml .c-ttl_check_cont {
    padding: 0 0 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-ttl_check.-sml .c-ttl_check_cont::before {
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .c-ttl_check.-sml .c-ttl_check_cont::before {
    top: 6px;
    left: 0;
    width: 9px;
    height: 9px;
  }
}
.c-ttl_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 26px;
  margin-bottom: 28px;
  border-bottom: 1px solid #c2bdbd;
}
@media screen and (max-width: 767px) {
  .c-ttl_icon {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.c-ttl_icon_txt {
  width: calc(100% - 90px);
  line-height: 1.4;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 767px) {
  .c-ttl_icon_txt {
    font-size: 17px;
    font-size: 1.7rem;
    width: calc(100% - 52px);
  }
}
.c-ttl_icon img {
  margin-top: -18px;
  margin-right: 20px;
  display: block;
  width:70px;
}
@media screen and (max-width: 767px) {
  .c-ttl_icon img {
    margin-top: -10px;
    width: 40px;
    margin-right: 12px;
  }
}
.c-ttl_border {
  line-height: 1.4;
  margin-bottom: 40px;
  padding-bottom: 22px;
  color: #222;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #dab94d;
}
@media screen and (max-width: 767px) {
  .c-ttl_border {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* text
---------------------------------------------------------- */
.c-txt_base + .c-txt_base {
  margin-top: 0.5em;
}
.c-txt_hour {
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-txt_hour {
    line-height: 1.7;
  }
}
.c-txt_asterisk {
  position: relative;
  z-index: 0;
  padding-left: 1.1em;
}
.c-txt_asterisk::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "※";
}
.c-txt_read {
  margin-bottom: 60px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-txt_read {
    margin-bottom: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .c-txt_read.-left {
    text-align: left;
  }
}
.c-txt_min {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-txt_min {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-txt_top {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-txt_top {
    margin-bottom: 20px;
  }
}
.c-txt_topImg {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-txt_topImg {
    margin-top: 16px;
  }
}
.c-txt_btm {
  margin-top: 1em;
}
.c-txt_note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1em;
  color: #5f5f5f;
}
@media screen and (max-width: 767px) {
  .c-txt_note {
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-txt_right {
  text-align: right;
}
.c-txt_center {
  text-align: center;
}
.c-txt_base a {
  text-decoration: underline !important;
}

/* button
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-btn_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .c-btn_row .c-btn_base {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .c-btn_row .c-btn_base {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-btn_row .c-btn_base:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-btn_row .c-btn_base:last-child {
    margin-bottom: 0;
  }
}
.c-btn_row .c-btn_base a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn_row .c-btn_base a span {
  padding: 0;
  border: none;
}
.c-btn_row .c-btn_base a span::before {
  display: none;
}
.c-btn_reserve {
  position: relative;
  z-index: 0;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .c-btn_reserve {
    width: 100%;
  }
}
.c-btn_reserve::before {
  content: "";
  display: inline-block;
  background-image: url(../img/ico_arw_w.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn_reserve::before {
    right: 16px;
    width: 18px;
    height: 18px;
  }
}
.c-btn_reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  padding: 20px 64px 20px 32px;
  border-radius: 31px;
  background-color: #dab94d;
}
@media screen and (max-width: 767px) {
  .c-btn_reserve a {
    padding: 16px 24px 17px 24px;
  }
}
.c-btn_reserve a img {
  width: 24px;
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .c-btn_reserve a img {
    width: 20px;
    margin-right: 10px;
  }
}
.c-btn_reserve_txt {
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn_reserve_txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-btn_base.-w265 {
  width: 265px;
}
@media screen and (max-width: 767px) {
  .c-btn_base.-w265 {
    width: 100%;
  }
}
.c-btn_base.-w380 {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .c-btn_base.-w380 {
    width: 100%;
  }
}
.c-btn_base a,
.c-btn_base span {
  display: block;
  position: relative;
  line-height: 1.2;
  border-radius: 32px;
  padding: 16px 64px 16px 44px;
  border: 1px solid #dab94d;
  background-color: #dab94d;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn_base a,
  .c-btn_base span {
    padding: 14px 44px 16px 23px;
    letter-spacing: normal;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-btn_base a::before,
.c-btn_base span::before {
  content: "";
  position: absolute;
  display: block;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 20px;
  height: 20px;
  background: url(../img/ico_arw_w.webp) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .c-btn_base a::before,
  .c-btn_base span::before {
    right: 24px;
    width: 14px;
    height: 14px;
  }
}
.c-btn_base.-border a,
.c-btn_base.-border span {
  border: 1px solid #b1b1b1;
  background-color: #fff;
  color: #414141;
}
.c-btn_base.-border a::before,
.c-btn_base.-border span::before {
  background: url(../img/ico_arw_g.webp) center/cover no-repeat;
}
.c-btn_pagelink a,
.c-btn_pagelink span {
  display: block;
  position: relative;
  line-height: 1.2;
  border-radius: 32px;
  padding: 16px 64px 16px 44px;
  border: 1px solid #b1b1b1;
  background-color: #fff;
  color: #414141;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-btn_pagelink a,
  .c-btn_pagelink span {
    padding: 14px 44px 16px 23px;
    letter-spacing: normal;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-btn_pagelink a::before,
.c-btn_pagelink span::before {
  content: "";
  position: absolute;
  display: block;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: url(../img/ico_arw_g.webp) center/cover no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .c-btn_pagelink a::before,
  .c-btn_pagelink span::before {
    right: 24px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}
.c-btn_more a,
.c-btn_more span {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 5px 30px 5px 0;
  color: #ee7c5f;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-btn_more a,
  .c-btn_more span {
    padding: 5px 25px 5px 0;
  }
}
.c-btn_more a::before, .c-btn_more a::after,
.c-btn_more span::before,
.c-btn_more span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.c-btn_more a::before,
.c-btn_more span::before {
  z-index: 1;
  right: 6px;
  width: 11px;
  height: 6px;
  background: url(../img/ico_arw_min.png.webp) left top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-btn_more a::before,
  .c-btn_more span::before {
    right: 5px;
    width: 10px;
    height: 5px;
  }
}
.c-btn_more a::after,
.c-btn_more span::after {
  z-index: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ee7c5f;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn_more a::after,
  .c-btn_more span::after {
    width: 18px;
    height: 18px;
  }
}

/* table
---------------------------------------------------------- */
.c-tbl_base {
  border-top: 1px solid #c2bdbd;
  border-left: 1px solid #c2bdbd;
}
.c-tbl_base tr {
  border-bottom: 1px solid #c2bdbd;
}
.c-tbl_base th {
  line-height: 1.63;
  padding: 24px 30px;
  background-color: #edeeea;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  border-right: 1px solid #c2bdbd;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .c-tbl_base th {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px 10px;
  }
}
.c-tbl_base td {
  width: 65%;
  padding: 24px 30px;
  border-right: 1px solid #c2bdbd;
}
@media screen and (max-width: 767px) {
  .c-tbl_base td {
    padding: 16px 10px;
  }
}
.c-tbl_hour {
  width: 100%;
  border-top: 1px solid #c2bdbd;
  border-left: 1px solid #c2bdbd;
}
.c-tbl_hour tr {
  border-bottom: 1px solid #c2bdbd;
}
.c-tbl_hour th,
.c-tbl_hour td {
  line-height: 1;
  text-align: center;
  border-right: 1px solid #c2bdbd;
}
.c-tbl_hour th:not(:first-child),
.c-tbl_hour td:not(:first-child) {
  width: 9.375%;
}
@media screen and (max-width: 767px) {
  .c-tbl_hour th:not(:first-child),
  .c-tbl_hour td:not(:first-child) {
    width: 8.75%;
  }
}
.c-tbl_hour th {
  font-family: "Shippori Mincho", serif;
  width: 10%;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .c-tbl_hour th {
    width: 9%;
    padding: 10px 0;
  }
}
.c-tbl_hour th:first-child {
  border-left: none;
}
.c-tbl_hour td {
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .c-tbl_hour td {
    padding: 16px 0;
  }
}
.c-tbl_hour td:first-child {
  border-left: none;
}
.c-tbl_hour_head {
  width: 25% !important;
  background-color: #edeeea;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .c-tbl_hour_head {
    width: 30% !important;
  }
}
.c-tbl_hour_week th {
  background-color: #9d9387;
  color: #fff;
  padding: 10px 0;
}
.c-tbl_hour_week th:not(:last-child) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-tbl_hour_week th {
    padding: 8px 0;
  }
}
.c-tbl_price {
  width: 100%;
  border-top: 1px solid #c2bdbd;
  border-left: 1px solid #c2bdbd;
  border-right: 1px solid #c2bdbd;
  letter-spacing: normal;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}
.c-tbl_price tr {
  border-bottom: 1px solid #c2bdbd;
}
.c-tbl_price th {
  line-height: 1.63;
  padding: 24px 50px 24px 30px;
  background-color: #edeeea;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-tbl_price th {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px 10px;
  }
}
.c-tbl_price_head_l {
  color: #fff;
  width: 55%;
  font-family: "Shippori Mincho", serif;
  border-right: 1px solid #fff !important;
  background-color: #9d9387 !important;
  text-align: center;
  padding: 16px 50px 16px 30px !important;
}
@media screen and (max-width: 767px) {
  .c-tbl_price_head_l {
    width: 50%;
    padding: 10px !important;
  }
}
.c-tbl_price_head_r {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  background-color: #9d9387 !important;
  width: 45%;
  text-align: center;
  padding: 16px 50px 16px 30px !important;
}
@media screen and (max-width: 767px) {
  .c-tbl_price_head_r {
    width: 50%;
    padding: 10px !important;
  }
}
.c-tbl_price td {
  padding: 24px 30px 24px 50px;
}
@media screen and (max-width: 767px) {
  .c-tbl_price td {
    padding: 16px 10px;
  }
}
.c-tbl_price_cat {
  border-right: 1px solid #c2bdbd;
  background-color: #edeeea;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
.c-tbl_price_yen {
  background-color: #fff;
  text-align: right;
}
.c-tbl_price_yen_num {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-tbl_price_yen_num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-tbl_price.-four .c-tbl_price_head_l {
  width: 40%;
}
.c-tbl_price.-four .c-tbl_price_head_r {
  width: 22.5%;
  padding: 16px 30px !important;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-tbl_price.-four .c-tbl_price_head_r {
    width: 30%;
  }
  .c-tbl_price.-four .c-tbl_price_head_r + .c-tbl_price_head_r {
    width: 20%;
  }
}
.c-tbl_price.-four .c-tbl_price_head_r:last-child {
  width: 15%;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-tbl_price.-four .c-tbl_price_head_r:last-child {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .c-tbl_price.-four .c-tbl_price_head_r {
    padding: 10px !important;
  }
}
.c-tbl_price.-four td {
  padding: 24px 30px;
}
@media screen and (max-width: 767px) {
  .c-tbl_price.-four td {
    padding: 16px 10px;
  }
}
.c-tbl_price.-four td:not(.c-tbl_price_yen) {
  text-align: center;
}
.c-tbl_price.-four td:first-child {
  text-align: left;
}
.c-tbl_price.-four td:not(:last-child) {
  border-right: 1px solid #c2bdbd;
}
.c-tbl_price.-child .c-tbl_price_head_l {
  width: 65%;
}
.c-tbl_price.-child .c-tbl_price_head_r {
  width: 35%;
}
.c-tbl_price.-child .c-tbl_price_cat {
  width: 35%;
}
.c-tbl_price.-child .c-tbl_price_cat + .c-tbl_price_cat {
  width: 30%;
}
.c-tbl_price.-child .c-tbl_price_yen {
  width: 35%;
}
.c-tbl_price.-child .c-tbl_price_cat.-child {
  padding: 24px 30px !important;
}
@media screen and (max-width: 767px) {
  .c-tbl_price.-child .c-tbl_price_cat.-child {
    padding: 16px 10px !important;
  }
}
.c-tbl_access {
  width: 100%;
  border-top: 1px solid #c2bdbd;
  border-left: 1px solid #c2bdbd;
  border-right: 1px solid #c2bdbd;
  letter-spacing: normal;
}
.c-tbl_access tr {
  border-bottom: 1px solid #c2bdbd;
}
.c-tbl_access th,
.c-tbl_access td {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-tbl_access th,
  .c-tbl_access td {
    padding: 10px;
  }
}
.c-tbl_access th {
  width: 30%;
  border-right: 1px solid #c2bdbd;
  background-color: #edeeea;
  font-weight: 500;
  padding: 24px 30px 24px 50px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .c-tbl_access th {
    width: 40%;
    padding: 16px 10px;
  }
}
.c-tbl_access td {
  width: 70%;
  background-color: #fff;
  padding: 24px 50px 24px 30px;
}
@media screen and (max-width: 767px) {
  .c-tbl_access td {
    width: 60%;
    padding: 16px 10px;
  }
}
.c-tbl_note {
  margin-top: 1em;
  font-size: 0.9em;
  text-align: right;
}

/* card
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .c-card.-two .c-card_item {
    width: 48%;
    margin-right: 4%;
  }
  .c-card.-two .c-card_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-card.-two .c-card_item:nth-child(even) {
    margin-right: 0;
  }
}
.c-card.-three {
  position: relative;
}
.c-card.-three::after {
  content: "";
  display: inline-block;
  background-color: #ecedea;
  position: absolute;
  width: 83.33vw;
  min-width: 105%;
  height: 57.45%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-card.-three::after {
    width: 100vw;
    min-width: 100%;
    height: 87.45%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-card.-three {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-card.-three .c-card_item {
    width: 31%;
    margin-right: 3.5%;
  }
  .c-card.-three .c-card_item:nth-child(-n+3) {
    margin-top: 0;
  }
  .c-card.-three .c-card_item:nth-child(3n) {
    margin-right: 0;
  }
}
.c-card.-three .c-card_item .c-btn_base {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c-card.-three .c-card_item .c-btn_base {
    width: 100%;
  }
}
.c-card.-bgPosition .c-card_item {
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .c-card.-bgPosition .c-card_item {
    margin-top: 0;
    padding-bottom: 40px;
    background-position: center bottom;
  }
}
.c-card.-borderNone .c-card_img::before {
  display: none;
}
.c-card.-num .c-card_item {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-card.-num .c-card_item {
    padding-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .c-card.-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-card.-point .c-card_item {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-card.-point .c-card_item {
    padding-top: 30px;
  }
}
.c-card.-point .c-card_cont {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-card.-point .c-card_cont {
    padding-bottom: 16px;
  }
}
.c-card_item {
  position: relative;
  z-index: 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-card_item {
    margin-top: 20px;
    background-position: center 45px;
    background-size: 227px;
  }
  .c-card_item:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-card_item.-last {
    margin-right: 0;
  }
}
.c-card_point {
  position: absolute;
  z-index: 1;
  color: #dab94d;
  line-height: 1;
  position: absolute;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-weight: 700;
  top: 0;
  right: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-card_point {
    right: 8px;
  }
}
.c-card_point span {
  line-height: 1;
  display: block;
}
.c-card_point_en {
  font-size: 24px;
  font-size: 2.4rem;
  padding-top: 13px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .c-card_point_en {
    padding-top: 8px;
    margin-right: 3px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-card_point_num {
  font-size: 64px;
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .c-card_point_num {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
.c-card_img {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-card_img {
    margin-bottom: 16px;
  }
}
.c-card_cont .c-ttl_card {
  text-align: center;
}
.c-card_cont .c-btn_base {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c-card_cont .c-btn_base {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-card_cont .c-btn_base {
    margin-top: 16px;
    padding: 0 20px;
  }
}
.c-card_cont .c-box_border {
  margin-top: 1em;
}

/* grid
---------------------------------------------------------- */
.c-grid_cont {
  position: relative;
  z-index: 0;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .c-grid_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-grid_cont {
    margin-top: 40px;
    padding-bottom: 5px;
  }
}
.c-grid_cont:first-child {
  margin-top: 0;
}
.c-grid_cont.-imgRight {
  position: relative;
  z-index: 1;
}
.c-grid_cont.-imgRight::before {
  content: "";
  display: inline-block;
  
  position: absolute;
  width: 52.27%;
  height: 102%;
  top: -101px;
  right: -15.45%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-grid_cont.-imgRight::before {
    top: 0;
    right: 0;
  }
}
.c-grid_cont.-imgLeft {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-grid_cont.-imgLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.c-grid_cont.-imgLeft::before {
  content: "";
  display: inline-block;
  background-color: #f3f3f3;
  position: absolute;
  width: 52.27%;
  height: 102%;
  bottom: -54px;
  left: -50px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-grid_cont.-imgLeft::before {
    bottom: -20px;
    left: -20px;
  }
}
@media screen and (min-width: 1101px) {
  .c-grid_inner {
    width: 43.63%;
    max-width: 480px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid_inner {
    padding: 10px 0 0;
  }
}
.c-grid_inner .c-btn_base {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .c-grid_inner .c-btn_base {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1101px) {
  .c-grid_img {
    width: 50.9%;
    max-width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid_img {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c-grid_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .c-grid_box_cont {
    width: 62%;
    max-width: 610px;
  }
}
@media screen and (min-width: 768px) {
  .c-grid_box_img {
    width: 35%;
    max-width: 337px;
  }
}
@media screen and (max-width: 767px) {
  .c-grid_box_img {
    margin-top: 20px;
  }
}
.c-grid_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-grid_btn.-two .c-btn_base,
.c-grid_btn.-two .c-btn_pagelink {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .c-grid_btn.-two .c-btn_base,
  .c-grid_btn.-two .c-btn_pagelink {
    width: 49%;
    margin-right: 2%;
  }
}
.c-grid_btn.-two .c-btn_base:nth-child(-n+2),
.c-grid_btn.-two .c-btn_pagelink:nth-child(-n+2) {
  margin-top: 0;
}
.c-grid_btn.-two .c-btn_base:nth-child(even),
.c-grid_btn.-two .c-btn_pagelink:nth-child(even) {
  margin-right: 0;
}
.c-grid_btn.-three .c-btn_base,
.c-grid_btn.-three .c-btn_pagelink {
  width: 32%;
  margin-right: 2%;
}
@media screen and (min-width: 768px) {
  .c-grid_btn.-three .c-btn_base:nth-child(-n+3),
  .c-grid_btn.-three .c-btn_pagelink:nth-child(-n+3) {
    margin-top: 0;
  }
  .c-grid_btn.-three .c-btn_base:nth-child(3n),
  .c-grid_btn.-three .c-btn_pagelink:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-grid_btn.-three .c-btn_base,
  .c-grid_btn.-three .c-btn_pagelink {
    width: 49%;
  }
  .c-grid_btn.-three .c-btn_base:nth-child(-n+2),
  .c-grid_btn.-three .c-btn_pagelink:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-grid_btn.-three .c-btn_base:nth-child(even),
  .c-grid_btn.-three .c-btn_pagelink:nth-child(even) {
    margin-right: 0;
  }
}
.c-grid_btn .c-btn_base,
.c-grid_btn .c-btn_pagelink {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-grid_btn .c-btn_base,
  .c-grid_btn .c-btn_pagelink {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-grid_staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .c-grid_staff_img {
    width: 34.5%;
  }
}
@media screen and (max-width: 767px) {
  .c-grid_staff_img {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-grid_staff_txt {
    width: 60.9%;
  }
}
.c-grid_staff .c-box_bg {
  margin: 30px 0 0;
}
.c-grid.-bgNone .c-grid_inner {
  padding-top: 0;
}
.c-grid.-bgNone .c-grid_cont.-imgRight::before {
  display: none;
}

/* pagelink
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-pagelink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .c-pagelink.-two {
    width: 65%;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c-pagelink.-two li {
    width: 48%;
    margin-right: 4%;
  }
  .c-pagelink.-two li:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-pagelink.-two li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-pagelink.-three {
    width: 79%;
    max-width: 850px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c-pagelink.-three li {
    width: 31%;
    margin-right: 3.5%;
  }
  .c-pagelink.-three li:nth-child(3n) {
    margin-right: 0;
  }
  .c-pagelink.-three li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.c-pagelink.-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagelink.-mb {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-pagelink.-mb {
    margin-bottom: 30px;
  }
}
.c-pagelink li {
  position: relative;
  z-index: 0;
  border-radius: 4px;
  margin-top: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-pagelink li {
    width: 100%;
    margin-top: 15px;
  }
  .c-pagelink li:first-child {
    margin-top: 0;
  }
}
.c-pagelink li.-border {
  border: 1px solid #d0c4c1;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-pagelink li.-grad {
  background: linear-gradient(-50deg, rgb(249, 232, 229) 0%, rgb(239, 232, 247) 97%);
}
.c-pagelink li.-height::before {
  top: 46.5%;
}
@media screen and (max-width: 767px) {
  .c-pagelink li.-height::before {
    top: 45%;
  }
}
.c-pagelink li.-spacing a {
  letter-spacing: -0.05em;
}
.c-pagelink li.-single a {
  padding: 26px 24px 15px;
}
@media screen and (max-width: 767px) {
  .c-pagelink li.-single a {
    padding: 10px;
  }
}
.c-pagelink li::before, .c-pagelink li::after {
  position: absolute;
  content: "";
}
.c-pagelink li::before {
  z-index: 1;
  top: 45%;
  right: 32px;
  width: 11px;
  height: 6px;
  background: url(../img/ico_arw_min_brw.png.webp) left top/contain no-repeat;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pagelink li::before {
    top: 46%;
    right: 15px;
    width: 10px;
    height: 5px;
  }
}
.c-pagelink li::after {
  z-index: 0;
  top: 50%;
  right: 24px;
  width: 20px;
  height: 20px;
  border: 1px solid #87746f;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pagelink li::after {
    right: 10px;
    width: 14px;
    height: 14px;
  }
}
.c-pagelink li.-arwright {
  margin-top: 0;
}
.c-pagelink li.-arwright::before {
  -webkit-transform: unset;
          transform: unset;
  right: 29px;
}
@media screen and (max-width: 767px) {
  .c-pagelink li.-arwright::before {
    right: 13px;
  }
}
.c-pagelink li a {
  display: block;
  height: 100%;
  line-height: 1.63;
  padding: 13px 24px 15px;
  color: #5b382f;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .c-pagelink li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pagelink li a {
    padding: 10px;
  }
}

/* bg
---------------------------------------------------------- */
.c-bg.-border {
  padding: 40px 30px;
  border-top: 4px double #d0c4c1;
  border-bottom: 4px double #d0c4c1;
}
@media screen and (max-width: 767px) {
  .c-bg.-border {
    padding: 20px;
  }
}
.c-bg.-grad {
  padding: 4px;
  border: 1px solid #d0c4c1;
  background: linear-gradient(-37deg, rgb(253, 216, 197) 0%, rgb(255, 255, 255) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-bg.-grad .c-bg_cont {
  position: relative;
  z-index: 0;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .c-bg.-grad .c-bg_cont {
    padding: 20px;
  }
}
.c-bg.-grad .c-bg_cont::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d0c4c1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}

/* flow
---------------------------------------------------------- */
.c-flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
  margin-bottom: 17px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-flow li {
    margin-bottom: 20px;
  }
}
.c-flow li::before {
  position: absolute;
  z-index: -1;
  z-index: -1;
  top: 62px;
  left: 33px;
  width: 1px;
  height: 76%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 124, 95)), to(rgb(208, 196, 193)));
  background: linear-gradient(to bottom, rgb(238, 124, 95) 0%, rgb(208, 196, 193) 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-flow li::before {
    top: 35px;
    left: 35px;
    height: 93%;
  }
}
.c-flow li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-flow li:last-of-type::before {
  display: none;
}
.c-flow_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  width: 140px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .c-flow_ico {
    width: 100px;
    margin-top: -32px;
  }
}
.c-flow_ico_step, .c-flow_ico_num {
  line-height: 1;
  font-family: "Qwitcher Grypen", cursive;
  color: #f7633d;
}
.c-flow_ico_step {
  padding-bottom: 10px;
  font-size: 44px;
  font-size: 4.4rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .c-flow_ico_step {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c-flow_ico_num {
  font-size: 116px;
  font-size: 11.6rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .c-flow_ico_num {
    font-size: 70px;
    font-size: 7rem;
  }
}
.c-flow_grid {
  width: calc(100% - 140px);
}
@media screen and (min-width: 768px) {
  .c-flow_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .c-flow_grid {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 768px) {
  .c-flow_inner {
    margin-left: 4%;
  }
}
@media screen and (min-width: 1101px) {
  .c-flow_inner {
    width: 65%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .c-flow_inner {
    width: 59%;
  }
}
@media screen and (min-width: 768px) {
  .c-flow_img {
    width: 38%;
    max-width: 300px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-flow_img {
    margin-top: 20px;
  }
}
.c-flow_noImg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-flow_noImg li {
    margin-bottom: 25px;
  }
}
.c-flow_noImg li::before {
  position: absolute;
  z-index: -1;
  z-index: -1;
  top: 62px;
  left: 33px;
  width: 1px;
  height: 76%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 124, 95)), to(rgb(208, 196, 193)));
  background: linear-gradient(to bottom, rgb(238, 124, 95) 0%, rgb(208, 196, 193) 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .c-flow_noImg li::before {
    top: 35px;
    left: 35px;
    height: 93%;
  }
}
.c-flow_noImg li:last-of-type {
  margin-bottom: 0;
}
.c-flow_noImg li:last-of-type::before {
  display: none;
}
.c-flow_noImg_cont {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .c-flow_noImg_cont {
    width: calc(100% - 100px);
  }
}

/* list
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-list_midpoint.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-list_midpoint.-flex li {
    width: 48%;
    margin-right: 4%;
  }
  .c-list_midpoint.-flex li:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-list_midpoint.-flex li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-list_midpoint.-short {
    padding: 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .c-list_midpoint.-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-list_midpoint.-row li {
    width: 40%;
    margin-right: 2%;
  }
}
.c-list_midpoint li {
  position: relative;
  z-index: 0;
  margin-top: 8px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .c-list_midpoint li {
    margin-top: 5px;
	
  }
}
.c-list_midpoint li:first-of-type {
  margin-top: 0;
}
.c-list_midpoint li::before {
  content: "●";
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 0rem;
    text-align: center;
    color:#dab94d;}
.c-list_midpoint li {
	list-style:none;
	
}
.c-list_midpoint li a {
  text-decoration: underline !important;
}
.c-list_midpoint_extend li {
  position: relative;
  z-index: 0;
  margin-top: 20px;
  padding-left: 1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-list_midpoint_extend li {
    margin-top: 15px;
  }
}
.c-list_midpoint_extend li:first-of-type {
  margin-top: 0;
}
.c-list_midpoint_extend li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "・";
}
.c-list_history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
  padding-left: 1em;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-list_history dl {
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-list_history dl dt {
  width: 5em;
}
.c-list_history dl dd {
  width: calc(100% - 5em);
}
.c-list_history dl dd a {
  text-decoration: underline !important;
}
.c-list_history:first-of-type {
  margin-top: 0;
}
.c-list_icon.-noIcon .c-list_icon_item {
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-list_icon.-noIcon .c-list_icon_item {
    min-height: unset;
    margin-top: 40px;
  }
}
.c-list_icon.-noIcon .c-list_icon_item::before {
  display: none;
}
.c-list_icon_item {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-list_icon_item {
    margin-top: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-list_icon_item:first-child {
  margin-top: 0;
}
.c-list_icon_item:nth-child(even) .c-list_icon_img {
  background-color: #9d9387;
}
.c-list_icon_img {
  aspect-ratio: 1;
  background-color: #dab94d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-list_icon_img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .c-list_icon_img {
    width: 25%;
    margin-top: -16px;
  }
}
.c-list_icon_img img {
  width: 85px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-list_icon_img img {
    width: 36px;
  }
}
@media screen and (min-width: 768px) {
  .c-list_icon_txt {
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 767px) {
  .c-list_icon_txt {
    width: 70%;
  }
}
.c-list_astNum li {
  position: relative;
  z-index: 0;
  margin-top: 8px;
  counter-increment: number;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .c-list_astNum li {
    margin-top: 5px;
  }
}
.c-list_astNum li:first-of-type {
  margin-top: 0;
}
.c-list_astNum li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 2em;
  height: 1em;
  content: "※" counter(number);
}
.c-list_privacy_item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-list_privacy_item {
    margin-top: 35px;
  }
}
.c-list_privacy_item:first-child {
  margin-top: 0;
}
.c-list_privacy_item .c-list_midpoint li {
  font-weight: 400;
}
.c-list_step {
  padding-left: 110px;
  counter-reset: step;
}
@media screen and (max-width: 767px) {
  .c-list_step {
    padding-left: 60px;
  }
}
.c-list_step > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list_step > li {
    display: block;
  }
}
.c-list_step > li:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .c-list_step > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.c-list_step > li:not(:last-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #b1b1b1;
  position: absolute;
  left: -80px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .c-list_step > li:not(:last-child)::before {
    left: -35px;
    top: 35px;
    height: 100%;
  }
}
.c-list_step > li .c-box_border,
.c-list_step > li .c-box_bg {
  margin-top: 1em;
}
.c-list_step_txt {
  width: 61.11%;
  position: relative;
}
.c-list_step_txt.-full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-list_step_txt {
    width: 100%;
  }
}
.c-list_step_txt p + ul, .c-list_step_txt p + table, .c-list_step_txt p + p, .c-list_step_txt p + .c-box_bg {
  margin-top: 1em;
}
.c-list_step_txt p + ul + ul, .c-list_step_txt p + ul + table, .c-list_step_txt p + ul + p, .c-list_step_txt p + ul + .c-box_bg, .c-list_step_txt p + table + ul, .c-list_step_txt p + table + table, .c-list_step_txt p + table + p, .c-list_step_txt p + table + .c-box_bg, .c-list_step_txt p + p + ul, .c-list_step_txt p + p + table, .c-list_step_txt p + p + p, .c-list_step_txt p + p + .c-box_bg, .c-list_step_txt p + .c-box_bg + ul, .c-list_step_txt p + .c-box_bg + table, .c-list_step_txt p + .c-box_bg + p, .c-list_step_txt p + .c-box_bg + .c-box_bg {
  margin-top: 1em;
}
.c-list_step_txt .-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-list_step_txt .-row_ttl {
  margin-top: 8px;
  font-weight: 600;
}
.c-list_step_txt .-row img {
  display: block;
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .c-list_step_txt .-row img {
    width: 48%;
  }
}
.c-list_step_txt .-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-list_step_txt .-btn {
    margin-top: 15px;
  }
}
.c-list_step_txt .-btn .c-btn_base {
  width: 40%;
}
.c-list_step_txt .-btn .c-btn_base:not(:first-child) {
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  .c-list_step_txt .-btn .c-btn_base a {
    padding: 16px 50px 16px 28px;
  }
}
.c-list_step_txt .-btn .c-btn_base a.-tel {
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
}
.c-list_step_txt_num {
  position: absolute;
  left: -120px;
  top: -20px;
  background-color: #fff;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .c-list_step_txt_num {
    left: -60px;
    top: -5px;
  }
}
.c-list_step_txt_num span {
  content: "STEP";
  color: #dab94d;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 8px;
  line-height: 1;
  background-color: #414141;
}
@media screen and (max-width: 767px) {
  .c-list_step_txt_num span {
    font-size: 12px;
    font-size: 1.2rem;
    width: 50px;
    height: 60px;
    padding-top: 4px;
  }
}
.c-list_step_txt_num span::after {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  color: #dab94d;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-size: 4.4rem;
  text-align: center;
  line-height: 1;
  position: absolute;
  width: 100%;
  left: 50%;
  right: 0;
  bottom: 8px;
  margin: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-list_step_txt_num span::after {
    font-size: 38px;
    font-size: 3.8rem;
    top: 14px;
  }
}
.c-list_step_txt_ttl {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 24px;
  position: relative;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-list_step_txt_ttl {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.c-list_step_img {
  width: 34.34%;
}
@media screen and (max-width: 767px) {
  .c-list_step_img {
    width: 100%;
    margin: 10px auto 14px auto;
  }
}
.c-list_step_img img:not(:last-child) {
  margin-bottom: 5px;
}
.c-list_step.-noimage .c-list_step_txt {
  width: 100%;
}
.c-list_step.-noimage .c-list_step_txt_num {
  top: -25px;
}
@media screen and (max-width: 767px) {
  .c-list_step.-noimage .c-list_step_txt_num {
    top: -12px;
  }
}
.c-list_step.-noimage > li:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .c-list_step.-noimage > li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.c-list_step.-noimage > li:not(:last-child)::before {
  top: 50px;
}
@media screen and (max-width: 767px) {
  .c-list_step.-noimage > li:not(:last-child)::before {
    top: 32px;
  }
}
.c-list_step.-lineNone > li::before {
  content: none;
}
.c-list_step.-imgNone .c-list_step_txt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-list_step.-min li .c-list_step_txt {
    width: 64%;
  }
}
@media screen and (min-width: 768px) {
  .c-list_step.-min li .c-list_step_img {
    width: 32%;
  }
}

/* faq
---------------------------------------------------------- */
.c-faq_wrap {
  position: relative;
  padding: 30px 40px 24px;
  margin-bottom: 100px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .c-faq_wrap {
    padding: 16px 20px 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-faq_wrap {
    margin-bottom: 40px;
  }
}
.c-faq_wrap::after {
  content: "";
  display: inline-block;
  background-color: #edeeea;
  position: absolute;
  width: 100vw;
  height: calc(88% + 100px);
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-faq_wrap::after {
    height: calc(95% + 40px);
  }
}
.c-faq_cont {
  padding: 35px 0;
  border-top: 1px dotted #9d9387;
}
@media screen and (max-width: 767px) {
  .c-faq_cont {
    padding: 16px 0;
  }
}
.c-faq_cont:first-child {
  border: none;
}
.c-faq_ttl {
  padding-left: 66px;
  position: relative;
  margin-bottom: 28px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #222;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-faq_ttl {
    padding-left: 32px;
    margin-bottom: 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-faq_ttl::before {
  content: "Q";
  line-height: 1;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: -4px;
  left: 0;
  color: #dab94d;
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-faq_ttl::before {
    font-size: 30px;
    font-size: 3rem;
    top: -2px;
  }
}
.c-faq_inner {
  padding-left: 66px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-faq_inner {
    padding-left: 32px;
  }
}
.c-faq_inner::before {
  content: "A";
  line-height: 1;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  color: #e5e1dc;
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-faq_inner::before {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* single img
---------------------------------------------------------- */
.c-img {
  position: relative;
  z-index: 0;
  padding: 0 40px 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-img {
    padding: 0 20px 30px;
  }
}
.c-img::before {
  position: absolute;
  z-index: -1;
  top: 313px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_feature.png.webp) center/cover no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-img::before {
    top: 60px;
  }
}
.c-img_cont {
  padding: 40px 30px 0;
}
@media screen and (max-width: 767px) {
  .c-img_cont {
    padding: 20px 0 0;
  }
}
.c-img_cont .c-btn_base {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .c-img_cont .c-btn_base {
    margin-top: 20px;
  }
}

.c-contactlink {
  padding: 48px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Shippori Mincho", serif;
  display: block;
  border: 6px double #d0c4c1;
  background-color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-contactlink {
    padding: 30px 0 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-contactlink_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-contactlink_inner {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
.c-contactlink_ttl {
  line-height: 1;
  padding: 12px 0;
  border-top: 1px solid #d0c4c1;
  border-bottom: 1px solid #d0c4c1;
  color: #5b382f;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .c-contactlink_ttl {
    margin-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  .c-contactlink_ttl {
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
  }
}
.c-contactlink_tel {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-contactlink_tel {
    margin-bottom: 20px;
  }
}
.c-contactlink_tel_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-contactlink_tel_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-contactlink_tel_inner img {
  width: 25px;
  margin: 5px 12px 0 0;
}
@media screen and (max-width: 767px) {
  .c-contactlink_tel_inner img {
    width: 15px;
    margin: 3px 7px 0 0;
  }
}
.c-contactlink_tel_num {
  display: block;
  line-height: 1;
  color: #5b382f;
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .c-contactlink_tel_num {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.c-box_bg {
  padding: 48px 40px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .c-box_bg {
    padding: 24px 20px;
  }
}
.c-box_bg.-min {
  padding: 35px 30px;
}
@media screen and (max-width: 767px) {
  .c-box_bg.-min {
    padding: 24px 20px;
  }
}
.c-box_bg.-sml {
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .c-box_bg.-sml {
    padding: 10px 16px;
  }
}
.c-box_bg.-sml span {
  font-weight: 500;
  margin-bottom: 0.2em;
  display: block;
}
.c-box_border {
  padding: 48px 40px;
  border: 1px solid #b1b1b1;
}
@media screen and (max-width: 767px) {
  .c-box_border {
    padding: 24px 20px;
  }
}
.c-box_border.-min {
  padding: 35px 30px;
}
@media screen and (max-width: 767px) {
  .c-box_border.-min {
    padding: 24px 20px;
  }
}
.c-box_border.-sml {
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .c-box_border.-sml {
    padding: 10px 16px;
  }
}
.c-box_border.-sml span {
  font-weight: 500;
  margin-bottom: 0.2em;
  display: block;
}
.c-box_acd_item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-box_acd_item {
    margin-bottom: 16px;
  }
}
.c-box_acd_head {
  padding: 20px 30px;
  border: 1px solid #c2bdbd;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-box_acd_head {
    font-size: 15px;
    padding: 12px 20px;
  }
}
.c-box_acd_head::after {
  content: "";
  position: absolute;
  display: block;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
  width: 20px;
  height: 20px;
  background: url(../img/ico_arw_g.webp) center/cover no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .c-box_acd_head::after {
    right: 24px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}
.c-box_acd_head.open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-box_acd_cont {
  display: none;
  padding: 30px 30px 40px;
}
@media screen and (max-width: 767px) {
  .c-box_acd_cont {
    padding: 20px 10px 30px;
  }
}
.c-box_acd_cont.active {
  display: block;
}
.c-box_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-box_row {
    display: block;
  }
}
.c-box_row .-img {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .c-box_row .-img {
    width: 226px;
    margin-left: 32px;
  }
}
@media screen and (min-width: 768px) {
  .c-box_row .-txt {
    width: calc(100% - 258px);
  }
}

@media screen and (min-width: 768px) {
  .c-reserve_btn_row {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .c-reserve_btn_row {
    padding-top: 20px;
  }
}
.c-reserve_btn a {
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  background-color: #dab94d;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-reserve_btn a {
    font-size: 15px;
    height: 64px;
  }
}
.c-reserve_btn a .-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-reserve_btn a .-txt img {
  width: 36px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .c-reserve_btn {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .c-reserve_btn_next {
    margin-top: 16px;
  }
}
.c-reserve_btn_next a {
  background-color: #222;
}

.c-map_page {
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-map_page {
    height: 200px;
  }
}
.c-map_page iframe {
  width: 100%;
  height: 100%;
}

.c-mov_inner {
  width: 80%;
  aspect-ratio: 3/2;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-mov_inner {
    width: 100%;
  }
}
.c-mov_inner iframe {
  width: 100%;
  height: 100%;
}

/*---------------- comp ----------------*/
.p-comp {
  background-color: #f8f3ed;
}
.p-comp_tbl {
  border: solid 1px #ccc;
  /* max-width: 1000px; */
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-comp_tbl {
    width: 100%;
  }
}
.p-comp_tbl tr th {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #9d9387;
  border: solid 1px #ccc;
  color: #fff;
  width: 10%;
  padding: 20px 15px;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-comp_tbl tr th {
    font-size: 12px;
    font-size: 1.2rem;
    width: 15%;
    padding: 0 4px;
    padding: 15px 8px;
  }
}
.p-comp_tbl tr td {
  line-height: 1.4;
  border: solid 1px #ccc;
  padding: 20px 15px;
  width: 22.5%;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-comp_tbl tr td {
    text-align: center;
    line-height: 1.5;
    border: solid 1px #c4baba;
    padding: 15px 8px;
    width: 21.25%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-comp_tbl tr td:nth-of-type(1) {
  background-color: #f6f3e6;
}
.p-comp_tbl tr td:nth-of-type(2) {
  background-color: #f3f3f3;
}
.p-comp_tbl tr td:nth-of-type(3) {
  background-color: #f6f3e6;
}
.p-comp_tbl tr td:nth-of-type(4) {
  background-color: #f3f3f3;
}
.p-comp_tbl tr td img {
  width: 100%;
}
.p-comp_tbl tr td .-txt_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-comp_tbl tr td .-txt_ttl {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0.6em;
  }
}
.p-comp_tbl tr td .-ico {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-comp_tbl tr td .-ico {
    position: relative;
    padding-top: 25px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-comp_tbl tr td .-ico::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-comp_tbl tr td .-ico::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
}
.p-comp_tbl tr td .-circle_d::before {
  background-image: url(../img/ico_circle_d.webp);
}
.p-comp_tbl tr td .-circle::before {
  background-image: url(../img/ico_circle.webp);
}
.p-comp_tbl tr td .-cross::before {
  background-image: url(../img/ico_cross.webp);
}
.p-comp_tbl tr td .-tryangle::before {
  background-image: url(../img/ico_tryangle.webp);
}
.p-comp_tbl tr:nth-child(1) th, .p-comp_tbl tr:nth-child(1) td {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.p-comp_tbl tr:nth-child(1) th::after,
.p-comp_tbl tr:nth-child(1) td::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #ccc;
  left: 0;
  bottom: 2px;
}
.p-comp_tbl tr:nth-child(1) th:nth-of-type(1) {
  background-color: #fff;
}
.p-comp_tbl tr:nth-child(1) td:nth-of-type(1) {
  background-color: #f6f3e6;
}
.p-comp_tbl tr:nth-child(1) td:nth-of-type(2) {
  background-color: #f3f3f3;
}
.p-comp_tbl tr:nth-child(1) td:nth-of-type(3) {
  background-color: #f6f3e6;
}
.p-comp_tbl tr:nth-child(1) td:nth-of-type(4) {
  background-color: #f3f3f3;
}
.p-comp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .p-comp_list {
    display: block;
    margin-top: 40px;
    margin-bottom: -30px;
  }
}
.p-comp_list > li {
  background-color: #fff;
  width: calc(50% - 20px);
  padding: 30px 40px;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-comp_list > li {
    width: 100%;
    padding: 20px 25px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
}
.p-comp_list > li::after {
  content: "";
  display: block;
  width: 120px;
  height: 8px;
  border-radius: 4px;
  background-color: #7e7676;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-comp_list > li::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    top: -2px;
  }
}

@media screen and (max-width: 767px) {
  .tbl-scroll {
    overflow-x: scroll;
  }
  .tbl-scroll table {
    width: 880px;
  }
}

.c-case_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-case_img {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-case_img .-img {
    width: 47%;
    margin-right: 6%;
  }
}
.c-case_img .-img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-case_img .-img:last-child {
    margin-top: 30px;
  }
}
.c-case_img .-img .-head {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-case_img .-img .-head {
    margin-bottom: 8px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-case_img .-img:first-child {
  position: relative;
}
.c-case_img .-img:first-child::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-case_img .-img:first-child::before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #dab940;
    border-right: 0;
    left: 104%;
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .c-case_img .-img:first-child::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #dab940;
    border-bottom: 0;
    top: 103%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-case_cont {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-case_cont {
    margin-top: 20px;
  }
}

.p-news .p-blog_list > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #c2bdbd;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_list > article {
    padding: 16px 0;
  }
}
.p-news .p-blog_cate {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #9d9387;
  background-color: #9d9387;
  color: #fff !important;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 8px 2px;
  margin: 0 4px 4px 0;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_cate {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.p-news .p-blog_cate_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-news .p-blog_date {
  color: #d4a91c;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  padding-top: 1px;
  margin-right: 1em;
}
.p-news .p-blog_side_inner:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_side_inner:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-news .p-blog_side_ttl {
  margin-bottom: 1em;
  padding: 8px 0;
  border: 1px solid #9d9387;
  background-color: #9d9387;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_side_ttl {
    padding: 6px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-news .p-blog_side_list li {
  margin-bottom: 0.5em;
}
.p-news .p-blog_side_list li a {
  text-decoration: underline;
  color: #5f5f5f;
  font-weight: 400;
}
.p-news .p-blog_side_list li .children {
  margin-left: 1em;
  margin-top: 0.5em;
}
.p-news .p-blog_side_select {
  width: 100%;
  padding: 10px;
  background-color: #efefef;
  border: 1px solid #d0c4c1;
  margin-top: 0;
  color: #5f5f5f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-news .p-blog_side_select_wrap {
  position: relative;
  z-index: 0;
}
.p-news .p-blog_side_select_wrap::after {
  content: "▲";
  display: block;
  position: absolute;
  right: 2em;
  font-size: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #5f5f5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news .p-blog_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_pager {
    padding: 20px 0 45px;
    position: relative;
    z-index: 0;
  }
}
.p-news .p-blog_pager_prev {
  position: relative;
  z-index: 0;
  padding-left: 14px;
}
.p-news .p-blog_pager_prev::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-news .p-blog_pager_next {
  position: relative;
  padding-right: 14px;
}
.p-news .p-blog_pager_next::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-news .p-blog_pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_pager_list {
    position: absolute;
    z-index: 0;
    top: 4em;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-news .p-blog_pager_list > li:not(:last-child) {
  margin-right: 2em;
}
.p-news .p-blog_pager_list > li span {
  background-color: #9d9387;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}
.p-news .p-blog_detail_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_detail_info {
    display: block;
    margin-bottom: 20px;
  }
}
.p-news .p-blog_detail_info_category {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_detail_info_category {
    width: 100%;
  }
}
.p-news .p-blog_detail_info .p-blog_cate {
  margin-left: unset;
  margin-top: 0;
  margin: 0 4px 4px 0;
}
.p-news .p-blog_detail_info .p-blog_date {
  margin-right: 0;
}
.p-news .p-blog_detail_inner p,
.p-news .p-blog_detail_inner div,
.p-news .p-blog_detail_inner img {
  padding: 0.5em 0;
  max-width: 100%;
}
.p-news .p-blog_detail_inner img {
  width: revert-layer;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-news .p-blog_detail_inner div p,
.p-news .p-blog_detail_inner div img {
  padding: 0;
}
.p-news .p-blog_detail_inner a {
  text-decoration: underline;
  color: #5f5f5f;
}
.p-news .p-blog_detail_inner h1,
.p-news .p-blog_detail_inner h2,
.p-news .p-blog_detail_inner h3,
.p-news .p-blog_detail_inner h4,
.p-news .p-blog_detail_inner h5,
.p-news .p-blog_detail_inner h6,
.p-news .p-blog_detail_inner ol,
.p-news .p-blog_detail_inner ul,
.p-news .p-blog_detail_inner li,
.p-news .p-blog_detail_inner strong,
.p-news .p-blog_detail_inner span {
  margin: initial;
  padding: initial;
  border: initial;
  font-size: 100%;
  vertical-align: initial;
}
.p-news .p-blog_detail_inner h1 {
  font-size: 200%;
  -webkit-margin-before: 0.67em;
  margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
  margin-block-end: 0.67em;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 500;
}
.p-news .p-blog_detail_inner h2 {
  font-size: 150%;
  -webkit-margin-before: 0.83em;
  margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
  margin-block-end: 0.83em;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 500;
  background: #dab94d;
  padding: 1rem;
}
.p-news .p-blog_detail_inner h3 {
  font-size: 117%;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  font-family: "Shippori Mincho", serif;
  color: #222;
  font-weight: 500;
  border-bottom:solid 1px #dab94d;
  padding-bottom:20px;
}
.p-news .p-blog_detail_inner h4 {
  -webkit-margin-before: 1.33em;
  margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
  margin-block-end: 1.33em;
  font-family: "Shippori Mincho", serif;
  color: #222;
  font-weight: 500;
}
.p-news .p-blog_detail_inner h5 {
  font-size: 83%;
  -webkit-margin-before: 1.67em;
  margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
  margin-block-end: 1.67em;
  font-family: "Shippori Mincho", serif;
  color: #222;
  font-weight: 500;
}
.p-news .p-blog_detail_inner h6 {
  font-size: 67%;
  -webkit-margin-before: 2.33em;
  margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
  margin-block-end: 2.33em;
  font-family: "Shippori Mincho", serif;
  color: #222;
  font-weight: 500;
}
.p-news .p-blog_detail_inner em {
  font-style: oblique;
}
.p-news .p-blog_detail_inner strong,
.p-news .p-blog_detail_inner b {
  font-weight: 700;
}
.p-news .p-blog_detail_inner blockquote {
  padding: 1em;
  background-color: #f3f3f3;
}
.p-news .p-blog_detail_inner ol,
.p-news .p-blog_detail_inner ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-news .p-blog_detail_inner ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.p-news .p-blog_detail_inner ul {
  list-style-type: circle;
  list-style-position: inside;
}
.p-news .p-blog_detail_inner .alignright {
  float: right;
  margin-left: 1em;
}
.p-news .p-blog_detail_inner .alignleft {
  float: left;
  margin-right: 1em;
}
.p-news .p-blog_detail_inner .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-news .p-blog_detail_inner::after {
  content: "";
  display: block;
  clear: both;
}
.p-news .p-blog_detail_inner .c-includeparts h2 {
  padding: 10px 15px;
  background-color: #9d9387;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_detail_inner .c-includeparts h2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news .p-blog_detail_inner .c-includeparts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-news .p-blog_detail_inner .c-includeparts__img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_detail_inner .c-includeparts__img {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
  }
}
.p-news .p-blog_detail_inner .c-includeparts__img img {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-news .p-blog_detail_inner .c-includeparts__cont {
    width: 60%;
  }
}
.p-news .p-blog_detail_inner .c-includeparts__inner {
  padding: 0 !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_detail_inner .c-includeparts__inner {
    margin-bottom: 1.2em;
  }
}
.p-news .p-blog_detail_inner .c-includeparts__inner p {
  font-family: "Shippori Mincho", serif;
  color: #222;
  font-weight: 500;
}
.p-news .p-blog_detail_inner .c-includeparts h3,
.p-news .p-blog_detail_inner .c-includeparts h4,
.p-news .p-blog_detail_inner .c-includeparts h5,
.p-news .p-blog_detail_inner .c-includeparts h6 {
  margin-top: 0 !important;
}
.p-news .p-blog_detail_inner .c-includeparts dl {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-news .p-blog_detail_inner .c-includeparts dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
  margin: 0 !important;
}
.p-news .p-blog_detail_inner .c-includeparts dl dt {
  width: 6.5em;
}
.p-news .p-blog_detail_inner .c-includeparts dl dd {
  width: calc(100% - 6.5em);
}
.p-news .p-blog_detail_inner .c-includeparts ul,
.p-news .p-blog_detail_inner .c-includeparts ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.p-news .p-blog_thumb {
  width: 220px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_thumb {
    width: 100px;
    margin-right: 12px;
  }
}
.p-news .p-blog_cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-news .p-blog_cont_sub {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-news .p-blog_cont_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-news .p-blog_cont_sub .p-blog_date {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-news .p-blog_cont_sub .p-blog_date {
    width: 22%;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .p-news .p-blog_cont_sub .p-blog_date {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .p-news .p-blog_cont_sub .p-blog_cate_wrap {
    width: 78%;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .p-news .p-blog_cont_sub .p-blog_cate_wrap {
    width: 75%;
  }
}
.p-news .p-blog_ranking {
  margin-top: 70px;
}
.p-news .p-blog_ranking_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-news .p-blog_ranking_cont li {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_ranking_cont li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  .p-news .p-blog_ranking_cont li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-news .p-blog_ranking_cont li:last-child {
  margin-right: 0;
}
.p-news .p-blog_ranking_cont li a {
  font-family: "Shippori Mincho", serif;
  color: #222;
  font-weight: 500;
  line-height: 1.4;
}
.p-news .p-blog_ranking_cont li .wpp-thumbnail {
  margin-bottom: 10px;
}
.p-news .p-blog_ranking_cont li .wpp-date {
  color: #d4a91c;
  font-family: "Shippori Mincho", serif;
}
.p-news .p-blog_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
}
.p-news .p-blog_sns li {
  width: 32%;
}
.p-news .p-blog_sns li a {
  display: block;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  padding: 8px;
}
.p-news .p-blog_sns_ico {
  display: inline-block;
  vertical-align: -10px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .p-news .p-blog_sns_ico {
    vertical-align: -6px;
    width: 22px;
    height: 22px;
  }
}
.p-news .p-blog_sns_txt {
  display: inline-block;
}
.p-news .p-blog_sns_fb a {
  background: #1877f2;
}
.p-news .p-blog_sns_x a {
  background: #000;
}
.p-news .p-blog_sns_line a {
  background: #00b900;
}

.c-mv_img.-blog {
  background-image: url(../img/blog/mv_bg.webp);
}
@media screen and (max-width: 767px) {
  .c-mv_img.-blog {
    background-image: url(../img/blog/mv_bg_sp.webp);
  }
}

body:not(.contact) .grecaptcha-badge {
  visibility: hidden;
}

.blog-list li::before {
  content: "●";
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 0rem;
    text-align: center;
    color:#dab94d;
}
.blog-list li{
  position: relative;
  z-index: 0;
  margin-top: 20px;
  padding-left: 1em;
  font-weight: 500;

}

.blog-list li{
	list-style:none;
	padding-left:3rem;
	
}

.c-ttl_cover{
background: #9d9387;
    color: #fff;
    font-family: var(--sub-font);
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0.8rem 1.6rem;
    margin-bottom: 1.4rem;
	margin-top: 2.4rem;
	border-radius: 1.2rem;
}


.num01,
.num02,
.num03,
.num04,
.num05,
.num06,
.num07,
 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2.4rem;
  font-size:18px;
}
@media screen and (max-width: 768px) {
  .num01,
  .num02,
  .num03,
  .num04,
  .num05,
  .num06,
  {
    margin-bottom: 1.2rem;
  }
}
.num01::before {
  content: "1";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: #dab94d;;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 43%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.num02::before {
  content: "2";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: #dab94d;;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.num03::before {
  content: "3";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: #dab94d;;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 57%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.num04::before {
  content: "4";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: #dab94d;;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 64%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.num05::before {
  content: "5";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: #dab94d;;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 71%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.num06::before {
  content: "6";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: #dab94d;;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 78%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}

@media(max-width:768px){
			.l-page_l.last{
			padding-top:120px;
			}
			.l-seo.ll{
padding-top:10rem;
			}
			
		