@charset "UTF-8";
.bl_spFooterCta {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.bl_spFooterCta_btn {
  display: block;
  padding: 10px 2.4em 10px 2em;
  background: -webkit-gradient(linear, left top, left bottom, from(#44c283), to(#70e0a8));
  background: -webkit-linear-gradient(#ff7d7d 0%, #ff0000 100%);
  background: linear-gradient(#ff0000 0%, #ff7d7d 100%);
  color: #fff;
  position: relative;
}
.bl_spFooterCta_btn::after {
  content: "\e902";
  position: absolute;
  top: 50%;
  right: 0.8em;
  font-family: "jin-icons";
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  color: #fff;
}
.bl_spFooterCta_areaTxt {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.bl_spFooterCta_areaTxt > span {
  color: #ffe240;
}
.bl_spFooterCta_nameTxt {
  display: block;
  text-align: right;
  color: #fff;
  font-weight: bold;
}

.wpcf7-form-control-wrap input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 1em;
  margin-bottom: -10px !important;
}
.wpcf7-form-control-wrap select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 7px 10px;
  font-size: 1em;
  margin-bottom: -10px !important;
  background-color: #fff !important;
  color: #34394f !important;
}

.wpcf7-submit {
  background-color: #FF899C !important;
  border-color: #FF899C !important;
}

/* レイアウトグループ */
.ly_formTogether > .wpcf7 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.ly_formTogether h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.ly_formTogether h3 {
  margin-bottom: 0;
}

/* モジュールグループ */
.cps-post-main .bl_synchronousTable {
  margin-bottom: 50px;
}
.bl_synchronousTable tr td {
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .bl_synchronousTable tr td:last-child {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .bl_synchronousTable tr td {
    font-size: 1rem;
  }
}
.bl_synchronousTable tr td img {
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 350px;
}
.bl_synchronousTable tr td:nth-child(odd) {
  border-bottom: 3px solid #cdd9de;
}
.bl_synchronousTable_message {
  display: block;
  color: red;
  font-weight: bold;
  text-align: left;
}
.bl_synchronousTable_message > span {
  display: inline-block;
}

/* エレメントグループ */
.el_synchrFormMessage_txt {
  display: block;
  padding-top: 10px;
  color: red;
  font-weight: bold;
}
.el_synchrFormMessage_txt > span {
  display: inline-block;
}

/* グループサイトエリア */
.group_area {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .group_area {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 15px;
  }
}
.group_area .group_are_box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .group_area .group_are_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .group_area .group_are_box {
    width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.group_area .group_are_box .group_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group_area .group_are_box .group_list li {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.group_area .group_are_box .group_list li a {
  display: block;
  font-weight: 300;
  font-size: 0.75rem;
  color: #fff;
}

.cps-post-main .before_pr_title {
  margin-top: 0;
  background-color: #FF899C !important;
  border: 1px solid #FF899C;
  border-bottom: none;
}
.cps-post-main .before_pr_area {
  border: 1px solid #FF899C;
}
.cps-post-main .before_pr_area .before_pr_body .before_pr_image img {
  display: block;
  margin-bottom: 30px;
}
.cps-post-main .before_pr_area .before_pr_body .before_pr_desc {
  padding: 0 15px;
}
.cps-post-main .before_pr_area .before_pr_body .before_pr_btn_box {
  padding-bottom: 2rem;
  text-align: center;
}
.cps-post-main .before_pr_area .before_pr_body .before_pr_btn_box a {
  display: block;
  width: 90%;
  margin: 0 auto;
  background-color: #FF899C;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 13px 15px 12px;
  text-decoration: none;
  -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  position: relative;
}
.cps-post-main .before_pr_area .before_pr_body .before_pr_btn_box a:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
  opacity: 1;
}
.cps-post-main .before_pr_area .before_pr_body .before_pr_btn_box a::after {
  content: "\e902";
  font-family: "jin-icons" !important;
  margin-left: 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width: 1024px) {
  .cps-post-main .before_pr_area .before_pr_body .before_pr_btn_box a {
    width: 80%;
  }
}

/* PRECSSテスト実装 */
/* ヘルパーグループ */
.hp_dib {
  display: inline-block !important;
}

/* モジュールグループ */
.bl_customHiddenForm {
  display: block;
}
.bl_customHiddenForm_btn {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.bl_customHiddenForm.bl_customHiddenForm__sendAll .bl_customHiddenForm_btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_customHiddenForm.bl_customHiddenForm__sendAll .bl_customHiddenForm_btnWrapper > a {
  width: 100%;
  text-decoration: none;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .bl_customHiddenForm.bl_customHiddenForm__sendAll .bl_customHiddenForm_btnWrapper > a {
    width: calc(35% - 15px);
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.bl_reserveBtn {
  display: block;
  text-align: center;
  background-color: #ffaa40;
  color: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.bl_reserveBtn:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  opacity: 0.8;
}
.bl_reserveBtn_text {
  font-size: 1rem;
}
.bl_reserveBtn.bl_reserveBtn__sendAll {
  width: 100%;
  background-color: #e9546b;
}
@media screen and (min-width: 768px) {
  .bl_reserveBtn.bl_reserveBtn__sendAll {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
}

.js_spFooterCta.is_upMove {
  opacity: 0;
  pointer-events: none;
}
.js_spFooterCta.is_downMove {
  opacity: 1;
  pointer-events: auto;
}
/*# sourceMappingURL=cts-compile-style.css.map */



.bl_lineBtn {
  display: block;
  text-align: center;
  background-color: rgb(0, 162, 63);
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  margin-top: 15px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .bl_lineBtn {
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgb(0, 162, 63);
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none !important;
    margin-top: 15px;
  }
}

.amamoripro-btn {
  display: block;
  text-align: center;
  background-color: #ffaa40;
  color: #fff !important;
  padding: 15px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
	width:100%;
}
