@charset "UTF-8";
body {
  display: none;/* //1秒かけてフェードイン！*/
}
#retreat_lp_wrap{
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.2vw, 16px);
  line-height: 1.75;
}
a {
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
}

/* flex-box */
.flex {
  display: -webkit-box;
  display: flex;
}

.flex-sb {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-fs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex-fe {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.aline-c {
  -webkit-box-align: center;
  align-items: center;
}

.flex-c {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.col3 li {
  width: 32%;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1081px) {
  .inner {
    padding: 0 1em;
  }
}

/**************************************
　　　　　font
**************************************/
.roboto {
  font-family: "Roboto", sans-serif;
}
.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.en {
  font-family: "Libre Baskerville", serif!important;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.pink {
  color: #f5538f;
}

.wrap {
  width: 100%;
  overflow-x: hidden;
}

/*************************
タイトル・テキスト
*************************/
.h2_title {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .h2_title {
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.h2_title .en {
  font-size: clamp(46px, 3.65vw, 70px);
  color: #32564c;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: normal;
}
.h2_title.contact-ttl {
  text-align: center;
  color: #fff;
  justify-content: center;
  font-size: clamp(36px, 3.65vw, 70px);
  letter-spacing: 1px;
  line-height: 1;
  font-weight: normal;
}
.h2_title .ls--4 {
  letter-spacing: 4px;
}
.h2_title .mincho {
  font-size: clamp(34px, 2.19vw, 44px);
  color: #32564c;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: normal;
  line-height: 1.35;
}
.h2_title .ja {
  font-size: clamp(15px, 1.145vw, 22px);
  color: #333;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 8px;
  letter-spacing: 1px;
}
.h2_title .ja.pb0 {
  padding-bottom: 0;
}
.h2_title .ja .big {
  font-size: clamp(36px, 2vw, 40px);
}

/**************************************
　　　　　背景
**************************************/
.paper-bg {
  background: url(../img/bg_peaper.webp) repeat;
  position: relative;
}
.paper-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 300px;
  background: url(../img/wave02.webp) no-repeat center bottom;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .paper-bg::after{
    background: url(../img/wave02_sp.webp) no-repeat center bottom;
  }
}
/**************************************
　　　　　MV
**************************************/
.mv {
  position: relative;
  
}

.mv::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: url(../img/mv.webp) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv::before {
    background: url(../img/mv_sp.webp) center bottom no-repeat;
  }
}
.mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 300px;
  background: url(../img/wave01.webp) no-repeat center bottom;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mv::after {
    background: url(../img/wave01_sp.webp) no-repeat center bottom;
    height: 195px;
}
}
.mv .mv_inner {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 3%;
  
}
.mv,
.mv .mv_inner,
.mv::before {
  height: 70vh;
  max-height: 1080px;
}

@media screen and (max-width: 768px){
  .mv,
  .mv .mv_inner,
  .mv::before {
    height: 85vh;
    max-height: auto;
  }
}

.mv h1.mc {
  color: #fff;
  font-size: clamp(50px, 4.95vw, 95px);
  letter-spacing: 2px;
  text-align: center;
}
.mv .sc {
  color: #fff;
  font-size: clamp(14px, 1vw, 22px);
  letter-spacing: 2px;
  text-align: center;
}

.mv .mv_btns {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv .mv_btns {
    flex-direction: column;
    width: 80%;
    gap: 10px;
  }
}

.mv .mv_btns li a{
  width: 406px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 0;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .mv .mv_btns li a {
    width: 100%;
    height: auto;
    aspect-ratio: 40/9;
    padding-left: 20px;
  }
}
.mv .mv_btns li.btn01 a{
  background: #fff;
  border: 4px solid #bd250f;
  color: #bd250f;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: bold;
}
.mv .mv_btns li.btn01 a:before {
  content: '';
  background: url(../img/icon_mail_red.webp) no-repeat;
  width: 48px;
  background-size: contain;
  height: auto;
  aspect-ratio: 48/37;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px){
  .mv .mv_btns li.btn01 a:before {
    width: 28px;
  }
}
.mv .mv_btns li.btn02 a{
  background: #bd250f;
  color: #fff;
  
  font-weight: bold;
  text-align: center;
}
.mv .mv_btns li.btn02 a:before {
  content: '';
  background: url(../img/icon_tel.webp) no-repeat;
  width: 41px;
  background-size: contain;
  height: auto;
  aspect-ratio: 41/53;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px){
  .mv .mv_btns li.btn02 a:before {
    width: 25px;
    left: 30px;
  }
}
.mv .mv_btns li.btn02 a .telno {
  margin-bottom: 30px;
  display: block;
  font-size: clamp(26px, 1.875vw, 35px);
  margin-top: 10px;
  letter-spacing: 1px;
}
.mv .mv_btns li.btn02 a .tel_bottom {
  font-size: clamp(14px, 0.8333vw, 16px);
  display: block;  
}


/*************************
Recommendation
*************************/
.sec-Reco {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-Reco {
    padding: 20px 0 60px;
  }
}
.sec-Reco .title_box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec-Reco .title_box {
    padding: 0 1em;
  }
}
.sec-Reco .title_box h2 {
  font-size: clamp(40px, 5.46875vw, 70px);
  font-weight: bold;
  color: #e8e8e8;
  
}
.sec-Reco .title_box .fuki-featuer {
  position: absolute;
  width: 290px;
  height: 152px;
  top: 30px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .sec-Reco .title_box .fuki-featuer {
    top: -80px;
    width: 170px;
    
  }
}
.sec-Reco .Reco-slider {
  margin-top: 40px;
}
.sec-Reco .Reco-slider .slick-slide {
  margin: 0 10px;
  width: 333px;
  
}
@media screen and (max-width: 768px) {
.sec-Reco .Reco-slider .slick-slide {
  margin: 0 10px;
  width: 250px;
}
}
.sec-Reco .Reco-slider .slick-slide img {
  width: 100%;
  aspect-ratio: 333/250;
  object-fit: cover;
  border-radius: 15px;
}


/*************************
onestop
*************************/
.sec-onestop {
  padding: 80px 0;
}
.sec-onestop .onestop-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px)  {
  .sec-onestop .onestop-detail{
    justify-content: center;
  }
}
.sec-onestop .onestop-detail .onestop-img {
  width: 31.94%;
}
@media screen and (max-width: 768px)  {
  .sec-onestop .onestop-detail .onestop-img {
    width: 50%;
    margin-bottom: 30px;
  }
}
.sec-onestop .onestop-detail .onestop-batsu01 {
  position: absolute;
  left: 29.5%;
  top: 30%;
}
@media screen and (max-width: 768px) {
  .sec-onestop .onestop-detail .onestop-batsu01 {
    display: none;
  }
}
.sec-onestop .onestop-detail .onestop-batsu02 {
  position: absolute;
  right: 29.5%;
  top: 30%;
  
  
}
@media screen and (max-width: 768px) {
  .sec-onestop .onestop-detail .onestop-batsu02 {
    position: absolute;
    right: auto;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
    width: 10%;
  }
}
.sec-onestop .onestop-text {
  text-align: center;
  font-size: clamp(16px, 1.14vw, 22px);
  margin-top: 40px;
  font-weight: bold;
}
/*************************
Point
*************************/
.sec-point {
  padding: 80px 0;
  position: relative;
}

.sec-point .point-item {
  position: relative;
  min-height: 630px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec-point .point-item {
    flex-direction: row-reverse;
    margin-bottom: 0;
  }
  .sec-point .point-item.point-item--02 {
    min-height: 500px;
  }
}
.sec-point .point-item.point-item--02 {
  justify-content: flex-end;
}
.sec-point .point-item__text {
  width: 43.06%;
  padding-top: 8%;
}
@media screen and (max-width: 768px) {
  .sec-point .point-item__text {
    width: 75%;
    padding-top: 60%;
  }
    .sec-point .point-item--02 .point-item__text {
    width: 75%;
    padding-top: 50%;
  }
}
.sec-point .point-item--01 .point-item__photo,
.sec-point .point-item--03 .point-item__photo {
  position: absolute;
  right: -17%;
  top: 50%;
  transform: translateY(-50%);
  width: 58.33%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url("../img/point01_img01.webp") center / cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-point .point-item--01 .point-item__photo,
  .sec-point .point-item--03 .point-item__photo {
    position: absolute;
    right: 5%;
    top: 0;
    transform: none;
    width: 70%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: url("../img/point01_img01.webp") center / cover no-repeat;
  }
}
.sec-point .point-item--03 .point-item__photo {
  background: url("../img/point03_img01.webp") center / cover no-repeat;
}
.sec-point .point-item--02 .point-item__photo {
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  width: 44.26%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: url("../img/point02_img01.webp") center / cover no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-point .point-item--02 .point-item__photo {
    position: absolute;
    left: 5%;
    top: 0;
    transform: none;
    width: 70%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: url("../img/point02_img01.webp") center / cover no-repeat;
  }
}
.sec-point .point-item__title {
  position: absolute;
  left: 48%;
  top: 40px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec-point .point-item__title {
    position: absolute;
    left: 5%;
    top: 0px;
  }
  .sec-point .point-item--02 .point-item__title {
    position: absolute;
    right: 5%;
    left: auto;
    top: 0px;
  }
}
.sec-point .point-item__title span {
  font-size: clamp(12px, 1vw, 20px);
  color: #005530;
}
.sec-point .point-item__title strong {
  font-size: clamp(30px, 3.125vw, 60px);
  color: #005530;
}
.sec-point .point-item__title .mincho {
  writing-mode: vertical-rl;
  font-size: clamp(26px, 2.83vw, 40px);
  letter-spacing: 1px;
}

.sec-point .point-detail {
  font-size: clamp(14px, 1.14vw, 22px);
  font-weight: bold;
  line-height: 1.8;
  margin-top: 20px;
}
.sec-point .point-detail span {
  display: block;
  width: fit-content;
  padding-right: 20px;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 4px dotted #333;
}
/*************************
About
*************************/
.sec-about {
  background: #fdfcf4;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-about {
    padding: 0 0 80px;
  }
}
.sec-about::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 300px;
  background: url(../img/wave03.webp) no-repeat center bottom;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sec-about::after {
    background: url(../img/wave03_sp.webp) no-repeat center bottom;
  }
}

.sec-about .about-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .sec-about .about-flex {
    flex-direction: column;
  }
}
.sec-about .about-flex .about-text .lead {
  font-size: 15px;
  margin-bottom: 10px;
}
.sec-about .about-flex .about-text .about-mc {
  font-size: 26px;
  color: #005530;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.sec-about .about-flex .about-text .notes {
  font-size: 14px;
}

.sec-about .about-reason {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin: 60px auto;
  width: min(94%,913px);
  box-sizing: border-box;
}
.sec-about .about-reason .reason-title {
  text-align: center;
  color: #005530;
  font-size: clamp(20px, 1.35vw, 26px);
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.sec-about .about-reason .reason-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.sec-about .about-reason .reason-flex li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 768px) {
  .sec-about .about-reason .reason-flex li {
    width: calc((100% - 15px) / 2);
  }
}
.sec-about .about-reason .reason-flex li img {
  max-width: 120px;
}
.sec-about .about-reason .reason-flex li .ttl {
  text-align: center;
  color: #005530;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: bold;
  font-feature-settings: "palt";
}
.sec-about .about-reason .reason-flex li .txt {
  text-align: center;
  font-size: clamp(12px, 1.04vw, 16px);
  font-feature-settings: "palt";
}

/*************************
cta
*************************/
.sec-cta {
  background: #fff;
  padding: 80px 0 160px;
  position: relative;
}
@media screen and (max-width: 768px){
  .sec-cta {
    padding: 20px 0 160px;
  }
}
.sec-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 300px;
  background: url(../img/wave04.webp) no-repeat center bottom;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px){
  .sec-cta::after {
    background: url(../img/wave04_sp.webp) no-repeat center bottom;
  }
}
.sec-cta .cta-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1050px){
  .sec-cta .cta-flex {
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
  }
}
.sec-cta .cta-flex .cta-text {
  width: 50%;
}
@media screen and (max-width: 1050px){
  .sec-cta .cta-flex .cta-text {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 945px){
  .sec-cta .cta-flex .cta-text  {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.sec-cta .cta-flex .cta-text .lead {
  font-size: clamp(16px, 1vw, 18px);
  margin-bottom: 30px;
}
.sec-cta .cta-flex .cta-text .tags {
  width: min(100%,525px);
}
.sec-cta .cta-flex .cta-box {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: min(94%,500px);
  padding: 40px 0;
  line-height: 1;
  margin: 0 auto;
}
.sec-cta .cta-flex .cta-box .lead {
  text-align: center;
  font-size: clamp(18px, 1.2vw, 20px);
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sec-cta .cta-flex .tel-box a{
  display: flex;
  justify-content: center;
  color: #cc3a3a;
  font-size: clamp(36px, 2.6vw, 50px);
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.sec-cta .tel-box a .icon {
  width: 33px;
  padding-top: 5px;
}
@media screen and (max-width: 768px){
  .sec-cta .tel-box a .icon {
    width: 26px;
  }
}
.sec-cta .cta-box .notes {
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
}
.sec-cta .cta-box .cta-btn a{
  background: #cc3a3a;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 86%;
  height: auto;
  aspect-ratio: 430/82;
  margin: 20px auto 0 ;
  font-size: clamp(19px, 1.4vw, 24px);
  gap: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 12px;
}
@media screen and (max-width: 768px){
  .sec-cta .cta-box .cta-btn a {
    gap: 10px;
  }
}
.sec-cta .cta-box .cta-btn a .icon {
  width: 42px;
}
@media screen and (max-width: 768px){
  .sec-cta .cta-box .cta-btn a .icon {
    width: 30px;
  }
}
/********************
フォーム
********************/
.contact {
  background: #005530;
  padding: 40px 10px 80px;
  margin-top: -10px;
  text-align: center;
}
.contact .inner {
  padding: 0;
}
.contact .contact_txt {
  font-size: clamp(16px, 1.5625vw, 20px);
  text-align: center;
  letter-spacing: 0.01em;
}
.contact .contact_tel {
  font-size: clamp(24px, 4.375vw, 56px);
  font-weight: bold;
  color: #c5290d;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.01em;
}

.contact .note{
  color: #fff;
  width: min(96%, 830px);
  margin: 5% auto 0;
  text-align: right;
}
.contact .retreat_lp_form {
  width: min(90%, 690px);
  margin: 0px auto 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.contact .retreat_lp_form dt {
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: min(calc(24/750*100vw), 16px);
  font-weight: 400;
  margin-top: 30px;
  
}
@media (max-width: 750px){
 .contact .retreat_lp_form dt {
    text-align: left;
    margin-top: 30px;
  } 
}

.contact .retreat_lp_form dt.privacy {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
  font-size: min(calc(18/750*100vw), 14px);
  font-weight: 400;
}
.contact .retreat_lp_form dt.privacy a {
  color: #fff;
  text-decoration: underline;
}
.contact .retreat_lp_form dd.agree {
  width: min(80%,320px);
  margin: 5% auto;
/*
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
*/
}

.contact .retreat_lp_form dd.agree input[type=checkbox].check_btn_item{
  display: none;
}
.contact .retreat_lp_form dd.agree label {
  display: inline-block;
  color: #fff;
}
.contact .retreat_lp_form dd.agree .check_btn_item + span {
  padding-left: 40px;
  display: inline-block;
  position: relative;
}
.contact .retreat_lp_form dd.agree .check_btn_item + span::after,
.contact .retreat_lp_form dd.agree .check_btn_item + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.contact .retreat_lp_form dd.agree .check_btn_item + span::before {
  border: 1px solid #333;
  background: #fff;
  border-radius: 4px;
  left: 0;
  height: 30px;
  width: 30px;
}
@media (max-width: 750px){
  .contact .retreat_lp_form dd.agree .check_btn_item + span::before {
    height: 20px;
    width: 20px;
  }
}
.contact .retreat_lp_form dd.agree .check_btn_item + span::after{
  border: none;
  border-right: 5px solid #c5290d;
  border-bottom: 5px solid #c5290d;
  height: 19px;
  left: 9px;
  opacity: 0;
  top: 2px;
  transform: rotate(45deg);
  width: 12px;
}
@media (max-width: 750px){
.contact .retreat_lp_form dd.agree .check_btn_item + span::after{
    border: none;
    border-right: 5px solid #c5290d;
    border-bottom: 5px solid #c5290d;
    height: 19px;
    left: 8px;
    opacity: 0;
    top: -2px;
    transform: rotate(45deg);
    width: 12px;
  }
}
.contact .retreat_lp_form dd.agree .check_btn_item:checked + span::after {
  opacity: 1;
}

.contact .retreat_lp_form dd input[type="text"],
.contact .retreat_lp_form dd textarea{
  width: 100%;
  background: #fff;
  height: 58px;
  margin-bottom: 5px;
  margin-top: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1%;
  border: 1px solid #bebebe;
  text-align: left;
}
@media (max-width: 750px){
  .contact .retreat_lp_form dd input[type="text"],
  .contact .retreat_lp_form dd textarea{
    margin-top: 3px;
    width: 100%;
    margin-bottom: 5px;
  } 
}

.contact .retreat_lp_form dd input[type="text"]:focus,
.contact .retreat_lp_form dd textarea:focus {
  outline: 3px solid #f98125;
}
.contact .retreat_lp_form dd textarea {
  height: calc(58px * 3)
}

.contact .retreat_lp_form .error {
    font-size: 100%;
    color: #c5290d!important;
    display: block;
    text-align: left;
}

.contact .submit input{
  border-radius: 15px;
  background-color: rgb(197, 41, 13);
  box-shadow: 0px 6px 0px 0px rgba(120, 20, 2, 1);
  padding: 20px 45px;
  border: 1px solid #c5290d;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  width: min(80%,435px);
  color:#fff;
  font-size: min(calc(32/750*100vw), 24px);
  height: 80px;
}
@media (max-width: 750px){
  .contact .submit input{
    height: 60px;
  }
}
.contact .mw_wp_form_confirm .back input{
  background-color:#979797;
  padding: 20px 45px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #979797;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  margin: 3% auto;
  text-align: center;
  cursor: pointer;
  width: min(80%,435px);
  color:#fff;
  font-size: min(calc(32/750*100vw), 24px);
}
@media (max-width: 750px){
  .contact .submit input,
  .contact .mw_wp_form_confirm .back input{
    padding: 10px 45px;
  } 
}

.contact .submit input:hover, .button input:hover,
.contact .back input:hover{
  background:#801907;
  border: 1px solid #801907;
}

/*確認画面*/
.contact .mw_wp_form_confirm .note {
  display: none;
}
.contact .mw_wp_form_confirm .retreat_lp_form dt.mt0{
  margin-top: 30px;
}
.contact .mw_wp_form_confirm .retreat_lp_form dd {
  width: min(calc(638/750*100vw), 638px);
  color: #fff;
  margin-top: 30px;
}
.contact .mw_wp_form_confirm .retreat_lp_form dt.privacy{
  display: none;
}

.contact.complete p.txt,
.contact.complete p.signature{
  color: #fff;
  text-align: center;
  margin-top: 5%;
}
.contact.complete p.txt + p.txt {
  margin-top: 1em;
}
.contact.complete p.note {
  font-size: 90%;
  text-align: center;
  margin-top: 1em;
}
.contact.complete p.signature a {
  color: #fff;
  text-decoration: underline;
  letter-spacing: 1.5px;
}




/********************
フッター
********************/

.footer {
  background: #fff;
}
@media screen and (max-width: 750px){
  .footer {
    padding-bottom: 100px;
  }
}
.footer-top {
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .footer-top {
    padding: 20px 10px;
  }
}
.footer a {
  color: #333;
  font-size: clamp(12px, 1.171875vw, 15px);
}
.footer-nav {
  line-height: 3;
  list-style: none;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
.footer .footer-logo {
  width: 250px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .footer .footer-logo {
    width: 180px;
  }
}
.footer .copyright_lp {
  color: #5c435f;
  padding-bottom: 10px;
}


/********************
固定ボタン
********************/
.floating-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  z-index: 9;
}
.floating-btn li a {
  display: block;
  
}
@media screen and (max-width: 1200px) {
  .floating-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    transform: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    z-index: 9;
  }
}

/********************
アニメーション
********************/
.js-fade,
.js-fade-group > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
}

.show {
  opacity: 1;
  transform: translateY(0);
}