@charset "UTF-8";

@media screen and (min-width: 900px) {}

@media screen and (max-width:899px) {}

@media screen and (max-width:599px) {}



/**************************************
色関係
**************************************/
.bg_clear {background:rgba(255, 255, 255, 0);}
.txt_white {color:#FFFFFF;}
.border_white {border-color: #FFFFFF;border-style: solid;}
.bg_white {background:#FFFFFF;}
.txt_red {color:#DC000C;}

.txt_wine {color:#A70614;}
.bg_wine {background:#A70614;color:#FFFFFF;}
.border_wine {border-color: #A70614;border-style: solid;}
.bg_bordeaux {background:#A54149;color:#FFFFFF;}
.bg_no-bordeaux.frame {background:#FFFFFF;border-color:#D6BCBE;}

.txt_green {color:#2E8B57;}
.border_green {border-color: #2E8B57;border-style: solid;}
.bg_green {background:#2E8B57;color:#FFFFFF;}

.bg_cream.frame {background:#FFFDF4;border-color:#B1D6C1;}
.bg_cream {background:#FFFDF4;}

.txt_blue {color:#387BAD;}
.bg_blue {background:#387BAD;color:#FFFFFF;}
.bg_l-blue {background:#F7FCFF;}
.bg_l-blue.frame {border-color:#B5CEE0;}
.bg_l-blue .clm_item.frame {background:#FFFFFF;border-color:#B5CEE0;}
.bg_l-blue .clm_item .h4_frame {background:#DDF4FF;border-color:#387BAD; color:#387BAD;}

.bg_orange {background:#D59B2E;color:#FFFFFF;}
.bg_l-orange {background:#FFFBF4;}
.bg_l-orange.frame {border-color:#F0C87E;}
.bg_l-orange .clm_item.frame {background:#FFFFFF;border-color:#D59B2E;}
.bg_l-orange .clm_item .h4_frame {background:#FFFFFF;border-color:#D59B2E;color:#CB942D;}

.bg_pink {background:#C74F7D;color:#FFFFFF;}
.bg_l-pink {background:#EFD3D3;}
.txt_pink {color:#C74F7D;}
.bg_no-pink.frame {background:#FFFFFF;border-color:#E399B8;}


/**************************************
ボタン関係
**************************************/
.btn {
  width: 220px;
  height: 48px;
  font-weight: 400;
  line-height: 1;
  border-radius: 5px;
}
.btn a {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.btn a.txt_green:visited {
  color: #2E8B57;
}
.btn a.txt_white:visited {
  color: #ffffff;
}
@media screen and (max-width:599px) {
  .btn {
    width: 70%;
    height: 48px;
    font-weight: 400;
    line-height: 1;
    border-radius: 5px;
  }
  .btn_area .btn {
    width: 48%;
  }
}

/**************************************
枠組み
**************************************/
.main_wrap {
  min-width: 960px;
  min-height: calc( 100vh - 330px);
}
.frame,
.h4_frame {
  border-style: solid;
}
.inr_1280{
  width: 100%;
  max-width: 1280px;
}
.inr_1000{
  width: 95%;
  max-width: 1000px;
}
.inr_1000.frame {
  margin-top: 7rem;
  padding:0 5rem 4rem;
  border-radius: 5px;
  border-width:5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.inr_900{
  width: 100%;
  max-width: 900px;
}
.inr_660{
  width: 100%;
  max-width: 660px;
}
.inner.txt_area {
  margin-top: 3rem;
}
.clm_item.frame {
  padding: 3rem;
  border-radius: 5px;
  border-width:1px;
}
.clm_item.frame .txt_wine {
  width: 100%;
  margin-bottom: 1rem;
}
.sec_ttl + .clm {
  margin-top: 7rem;
}
.sec_ttl + .txt_center,
.photo + .txt_center {
  margin: 3rem auto;
}
.cnt_ttl.txt_white {
  max-width: 600px;
  margin-top: -4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.8rem 0;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
}
.cnt_ttl.txt_white + .clm,
.cnt_ttl.txt_white + .photo {
  margin-top: 3rem;
}
.cnt_ttl.txt_white + .txt {
  margin:1rem auto;
}
.h4_frame {
  width: 26rem;
  margin: -2.5rem auto 1rem;
  padding: 0.6rem 0;
  line-height: 1;
  text-align: center;
  border-width: 2px;
  border-radius: 70px;
  position: relative;
}
.clm_2,.clm_3 {
  align-items: flex-start;
}
#event .clm_3>.clm_item.wide {
  width: calc(((100% / 3) * 2) - var(--gap) );
  margin-top: -10rem;
}
@media screen and (max-width:999px) {
  .inr_1280{
    width: 100%;
    max-width: 100%;
  }
  .inr_1000 {
    width: 95%;
    max-width: 95%;
}
  .inr_1000.frame {
    padding: 0 2.5rem 2rem;
  }
  .inr_900 {
    width: 100%;
    max-width: 100%;
  }
  /* .clm_2 + .txt {
    margin-top: 1rem;
  } */
  .clm_2 .txt_area {
    margin-top: 1rem;
  }
}
@media screen and (max-width:599px) {
  .main_wrap {
    min-width: 100%;
    min-height: calc( 100vh - 310px);
    margin-top: 70px;
  }
  .p_confirm .section,
  .p_thanks .section   {
    padding: 0 0 6vh;
  }
  .inr_1280{
    width: 95%;
    max-width: 95%;
  }
  .inr_1000 {
    width: 92%;
    max-width: 92%;
  }
  .inr_1000.frame {
    padding: 0 1rem 1.5rem;
    border-width: 3px;
  }
  .inr_900 {
    width: 95%;
    max-width: 95%;
  }
  .inr_900 {
      width: 95%;
      max-width: 95%;
  }
  .inr_660 {
    width: 95%;
    max-width: 95%;
  }
  .inr_1000.frame .clm.clm_2>.clm_item {
    margin-bottom:1.5rem;
    padding: 15px 12px;
  }
  .inr_1000.frame .clm.clm_2>.clm_item:last-child {
    margin-bottom:0;
  }
  .inr_1000.frame .clm.clm_2>.clm_item .p18 {
    width: 92%;
    text-align: justify;
  }
  .inr_1000.frame .clm.clm_2>.clm_item .p20 {
    width: 92%;
    font-size:1.9rem;
    letter-spacing: 0;
  }
  .inr_1000.frame .clm.clm_3>.clm_item {
    flex:none;
    width: calc((100% - var(--gap) * 2) / 2);
  }
  .inr_1000.frame .clm.clm_3>.clm_item.txt_area {
    width: 92%;
    text-align: justify;
  }
  .cnt_ttl.txt_white + .txt {
    font-size: 4.5vw;
  }
  .clm_2 .txt_area {
    margin-top:2rem;
  }
  .h4_frame {
    width: 70% !important;
  }
}


/**************************************
角丸
**************************************/
.photo,
.photo img {
  border-radius: 5px;
  overflow: hidden;
}

/**************************************
フォントサイズ
**************************************/
.narrow {
  letter-spacing: 0.1rem;
}
.wide {
  letter-spacing: 0.1rem;
}
#mv .smaller {
  font-size: 2.2rem;
}
.mv_ttl {
  font-size: 4.6rem;
  line-height: 1;
}
.sec_ttl {
  font-size: 3.4rem;
}
.cnt_ttl.txt_white {
  font-size: 3.0rem;
}
.p54 {
  font-size: 5.4rem;
}
.p44 {
  font-size: 4.4rem;
}
.p34 {
  font-size: 3.4rem;
}
.p32 {
  font-size: 3.2rem;
}
.p30 {
  font-size: 3.0rem;
}
.p28 {
  font-size: 2.8rem;
}
.p22 {
  font-size: 2.2rem;
}
.p20 {
  font-size: 2.0rem;
}
.p18 {
  font-size: 1.8rem;
}
.p16 {
  font-size: 1.6rem;
}
.p15 {
  font-size: 1.5rem;
}
.p14 {
  font-size: 1.4rem;
}
.mb50 {
  margin-bottom: 5rem;
}
.mb20 {
  margin-bottom: 2rem;
}
.mb10 {
  margin-bottom: 1rem;
}
@media screen and (max-width:599px) {
  .inner.txt_area {
    text-align: justify;
  }
  .mv_ttl {
    font-size: 6vw;
    line-height: 1.5;
  }
  #mv .smaller {
    font-size: 4vw;
  }
  #mv .cnt_ttl {
    font-size: 5vw;
  }
  #mv .p22 {
    font-size: 3.3vw;
  }
  #mv .p34 {
    font-size: 5.4vw;
  }
  #mv .p18 {
    font-size: 2.8vw;
  }
  #mv .p44 {
    font-size: 7vw;
  }
  #mv .p30 {
    font-size: 4.8vw;
  }
  #mv .p20 {
    font-size: 3vw;
  }
  .cnt_ttl.txt_white {
    max-width: 90%;
    margin-top: -2.5rem;
    padding: 0.8rem 0;
    font-size: 5vw;
    line-height: 1.3;
  }
  .sec_ttl {
    font-size: 5.5vw;
  }
  .sec_ttl .p44 {
    font-size: 7vw;
  }
  .p54 {
    font-size: 8vw;
}
}
/*-----------------------------------*/
/* CVボタン */
/*-----------------------------------*/
.cv-btn {
  display: block;
  width: 260px;
  height: 110px;
  position: fixed;
  bottom:5px;
  right: 10px;
  transition: transform 0.3s;
}
.cv-btn:hover {
  opacity: 1;
  transform: scale(1.05);
  transition: transform 0.3s;
}
.cv-btn a {
  display: block;
  height: 100px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  position: relative;
}
.cv-btn a img:hover {
  opacity: 1;
}
.cv-btn .font_m.txt_white {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 18px;
}
@media screen and (max-width:599px) {
  .cv-btn {
    width: 100%;
    height: 60px;
    bottom:0;
    right: 0;
  }
  .cv-btn:hover {
    opacity: 1;
    transform: scale(1);
  }
  .cv-btn a {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .cv-btn a img {
    width: 100%;
  }
  .cv-btn .font_m.txt_white {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    left: 12px;
  }
  .cv-btn .p20 {
    font-size: 1.85rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  .cv-btn .sp_size {
    font-size: 1.5rem;
  }
}
/*-----------------------------------*/
/* ヘッダー */
/*-----------------------------------*/

.header:before {
  content:"";
  display: block;
  width: 100%;
  height: 42px;
  background:#E7F5EF;
  position: absolute;
  top: 0;
}
.header .wrap.border_green {
  border-width: 1rem 0 1px;
  border-style: solid;
  border-bottom-color:#E7F5EF;
}
.header .inner.flex {
  height: 100px;
}
.header .logo_area {
  width: 410px;
  height: 100%;
  padding: 1px 0;
}
.header__upper.flex {
  justify-content: flex-start;
}
.header__upper .serif {
  padding-top: 2px;
  color:#3F210D;
}
.header__upper .logo_img {
  width: 150px;
}
.header__lower {
  padding-top: 1.8rem;
}
.logo_area .header__lower {
  width: 100%;
}
.logo_area .header__lower a {
  display: flex;
  align-items: center;
  width: 100%;
}
.header__lower .logo_img {
  width: 250px;
}
.header_tel {
  padding: 5px 10px;
  border-radius: 5px;
}
.header_tel__lower .oswald {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.2rem;
}

@media screen and (max-width:599px) {
  .header .wrap.border_green {
    border-width: 5px 0 1px;
  }
  .header .inner.flex {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 70px;
}
  .header .inr_1000 {
    width: 100%;
    max-width: 100%;
    padding: 1px 0 5px;
  }
  .header:before {
    height: 28px;
  }
  .header .inr_1000 .wrap {
    width: 68%;
    max-width: 68%;
    margin-left: 10px;
    margin-right: auto;
  }
  .header__upper .serif {
    padding-top: 0;
  }
  .header__upper .logo_img {
    width: 100px;
  }
  .header__lower {
    padding-top: 12px;
  }
  .header__lower .logo_img {
    width: 170px;
  }
  .header .p16 {
    font-size: 10px;
    letter-spacing: 0;
  }
  .header .p15 {
    font-size: 8px;
    letter-spacing: 0;
  }
  .header .p14 {
    font-size: 7px;
    letter-spacing: 0;
  }
  .header .logo_area {
    width: 260px;
  }
  .header_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 0;
    border-width: 1px;
    border-radius: 0;
  }
}
/*-----------------------------------*/
/* メインビジュアル */
/*-----------------------------------*/
#mv.section {
  padding: 5rem 0;
  background: url(../img/mv_bg_pc.jpg)no-repeat;
  background-size: cover;
  background-position: top center;
}
#mv .bg_img {
  width: 98%;
  margin: 0 auto;
}
#mv .inr_900 {
  padding: 1rem 1rem 0.5rem;
  border-radius: 5px;
}

#mv .cnt_ttl {
  width: 80%;
  padding: 0.5rem 0 0.8rem;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
  z-index: 1;
}

.mv__lower {
  margin-top: -8rem;
}
.kengakukai_detail{
  justify-content: center;
  gap: 20px;
  padding: 3rem 0 1rem;
  border: 1px solid #fff;
  border-radius: 5px;
}
.kengakukai_detail .left__upper {
  line-height: 1.3;
}
@media screen and (max-width:599px) {
  #mv.section {
    padding: 1.5rem 0 5vw;
    background: url(../img/mv_bg_sp.jpg)no-repeat;
  }
  #mv .inr_900 {
    padding: 5px 5px 0.5rem;
  }
  #mv .mv_ttl.mb20 {
    margin-bottom: -5px;
  }
  #mv .cnt_ttl {
    width: 90%;
    padding: 0.5rem 0;
    top: -2rem;
  }
  .mv__lower {
    margin-top: 0;
  }
  .mv__lower .cnt_ttl .smaller {
    font-size: 80%;
  }
  .kengakukai_detail {
    flex-direction: column;
    gap: 5px;
    padding: 2rem 0 1rem;
  }
  .kengakukai_detail .right__wrap {
    line-height: 1.1;
  }

  .mv__lower .inner__wrap {
    margin-top: 0.5rem;
    line-height: 1.5;
  }
}
/*-----------------------------------*/
/* ちょっとだけ見てみませんか */
/*-----------------------------------*/
@media screen and (min-width:1550px) {

}

#lead .sec_wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  min-height: 370px;
  background: url(../img/lead_bg1_pc.png)no-repeat;
  background-size: 100%;
  background-position: bottom center;
  margin-top: 0;
  /* padding-top: 210px; */
  position: absolute;
  top: -100px;
}
#lead .sec_wrap {
  width: 100%;
  height: 100%;
  margin-bottom: 12rem;
  background: url(../img/lead_bg2_pc.jpg)no-repeat;
  background-size: 100%;
  background-position: top 200px center;
}
#lead .sub_ttl {
  margin-bottom: 2rem;
  line-height: 1.8;
}
#lead .clm_3 {
  flex-direction:unset;
  justify-content: center;
  margin-top: 7vw;
  padding: 0;
}
#lead .clm_3>.clm_item {
  display: block;
  flex: none;
  width: calc((77vw - var(--gap) * 2) / 3);
  max-width: 320px;
  height: calc((77vw - var(--gap) * 2) / 3);
  max-height: 320px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#lead .clm_3>.clm_item .img {
  position: relative;
}
#lead .clm_3>.clm_item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/bg_circle_lead.png)no-repeat;
  background-size: 100%;
  background-position: center;
}
#lead .clm_3>.clm_item .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  position: relative;
}
#lead .clm_3>.clm_item .sec_ttl {
  width: fit-content;
  font-size: 3.4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
}
#lead .clm_3>.clm_item .txt.p20 {
  padding-top: 1vw;
  line-height: 2.8vw;
}
#lead .add_txt:before {
  display: block;
  content: "";
  width: 839px;
  height: 344px;
  margin: 0 auto;
  background: url(../img/lead_bg_txt.png)no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -14rem;
  left: 0;
  right: 0;
  z-index: -1;
}
#lead .clm_3 .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#lead .clm_3 .arrow:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border: 1.5px solid #ffffff;
  border-left-width: 0;
  border-top-width: 0;
  transform: translate(0,-50%) rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}
#lead .add_txt {
  padding-bottom: 7rem;
  position: relative;
  z-index: 0;
}
#anc_kengakukai {
  position: absolute;
  top: -8rem;
}

@media screen and (max-width:999px) {
  #lead .sub_ttl {
    margin-bottom: 2rem;
    line-height: 1.8;
  }
  #lead .clm_3 {
    margin-top: 7vw;
  }
  #lead .clm_3>.clm_item {
    width: calc((770px - var(--gap) * 2) / 3);
    max-width: 320px;
    height: calc((770px - var(--gap) * 2) / 3);
    max-height: 320px;
  }
  #lead .clm_3>.clm_item .img {
    position: relative;
  }
  #lead .clm_3>.clm_item .sec_ttl {
    top: 20px;
  }
  #lead .clm_3>.clm_item .txt.p20 {
    padding-top: 2rem;
    line-height: 1.3;
  }

}

@media screen and (max-width:599px) {
  #lead .sec_wrap:before {
    background: url(../img/lead_bg1_sp.png)no-repeat;
    background-size: 100%;
    background-position: bottom center;
}
  #lead .sec_wrap {
    margin-bottom: 0;
    background: url(../img/lead_bg2_sp.jpg)no-repeat;
    background-size: 110%;
    background-position: top 55vw center;
  }
  #lead .clm_3 {
    max-width: 570px;
    margin-top: 28vw;
  }
  #lead .clm_3>.clm_item {
    width: 45vw;
    max-width: 270px;
    height: 45vw;
    max-height: 270px;
  }
  #lead .clm_3>.clm_item .sec_ttl {
    font-size: 5vw;
  }
  #lead .clm_3>.clm_item .txt.p20 {
    font-size: 3.5vw;
  }
  #lead .clm_3 .arrow {
    width: 30px;
    height: 30px;
    bottom: 10px;
  }
  #lead .clm_3 .arrow:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
  }
  #lead .add_txt {
    padding-bottom: 4rem;
    font-size: 4.5vw;
    line-height: 1.8;
  }
  #lead .inner.txt_area {
    width: 92%;
    margin-top: 2rem;
  }

  #lead .note.txt_right {
    text-align: center;
  }

}


/*-----------------------------------*/
/* 不安や疑問 */
/*-----------------------------------*/
#gimon .sec_ttl {
  position: relative;
}
#gimon .sec_ttl:before {
  content: "";
  width: 10rem;
  height: 80px;
  background: url(../img/ill_question.png)no-repeat;
  background-size: 100%;
  position: absolute;
  left: 26rem;
  top: -3.5rem;
}
#gimon .clm_3>.clm_item {
  width: 40%;
  min-width: 340px;
}
#gimon .clm_3>.clm_item.space {
  width: 15vw;
  max-width: 140px;
  min-width: auto;
}
#gimon .clm_item .item__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bubble.frame {
  height: max-content;
  margin-left: 1rem;
  padding: 8px 12px;
  background: #FFFFFF;
  border:1px solid #ede1b7;
  border-radius: 20px;
}
@media screen and (max-width:1059px) {
  #gimon .sec_ttl:before {
    left: 22rem;
  }
}
@media screen and (max-width:599px) {
  #gimon .sec_ttl:before {
    width: 7rem;
    left: 2rem;
  }
  #gimon .clm_3 {
    flex-direction: column;
    justify-content: flex-start;
  }
  #gimon .clm_3>.clm_item {
    margin-bottom:1rem;
  }
  #gimon .clm_3>.clm_item .bubble {
    width: 200px;
  }
  #gimon .clm_3>.clm_item .illust {
    width: 20vw;
  }
}
/*-----------------------------------*/
/* 相談 */
/*-----------------------------------*/
#soudankai .clm_2>.clm_item {
  align-content: flex-start;
}
@media screen and (max-width:599px) {
  #soudankai .txt.txt_center.font_m.p20 {
    font-size: 1.9rem;
    text-align: justify;
  }
}
/*-----------------------------------*/
/* イベント */
/*-----------------------------------*/
#event .link_area {
  justify-content: flex-start;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top:1px solid #C74F7D;
}
#event .link_area .txt {
  line-height: 1.3;
}
#event .btn {
  margin-right:2rem;
}
.btn.bg_white.border_wine {
  border-width: 2px;
  border-style: solid;
  padding: 1px;
}
br.br_w1060 {
  display: none;
}
.table {
  line-height: 1.2;
}
.table1 td:nth-of-type(1),
.table2 td:nth-of-type(1) {
  width: 35%;
}
.table1 td:nth-of-type(2),
.table2 td:nth-of-type(2) {
  width: 15%;
}
.table1 td:nth-of-type(3),
.table2 td:nth-of-type(3) {
  width: 50%;
}

@media screen and (max-width:1059px) {
  br.br_w1060 {
    display: block;
  }
}
@media screen and (max-width:599px) {
  br.br_w1060 {
    display: none;
  }
  #event .clm_3>.clm_item.wide {
    width: 95%;
    margin-top: 2rem;
  }
  #event .link_area {
    justify-content: center;
    flex-direction: column;
    width: 98%;
    margin-bottom:2rem
  }
  #event .link_area .p18 {
    text-align: center;
    line-height: 1.5;
  }
  #event .btn {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .table_area {
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
  }
  .table2 .bg_l-pink {
    display: none;
  }
  .table2 .table_top {
    border-top:none;
  }

}

/*-----------------------------------*/
/* 互助会 */
/*-----------------------------------*/
#gojokai .img.txt_left .txt {
  line-height: 2;
}
#gojokai .img.txt_right {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -12%;
  z-index: 1;
}
#gojokai .inr_900.border_green {
  padding: 4rem 0;
  border-width: 1px;
}
#gojokai .inr_900.border_green .txt {
  max-width: 660px;
  margin: 0 auto 2rem;
}
#gojokai .clm_item.bg_green {
  padding: 1rem 0;
  border-radius: 5px;
}
@media screen and (max-width:1010px) {
  #gojokai .img.txt_right {
    right:-3%
  }
}
@media screen and (max-width:599px) {
  #gojokai .inner {
    width: 95%;
    max-width: 95%;
  }
  #gojokai .inner.cnt__upper {
    margin-top: 2rem;
  }
  #gojokai .cnt__upper .txt_right {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    bottom: -40px;
    right: 0;
  }
  #gojokai .inr_900.border_green {
    margin-top: 20px;
    padding: 2rem 0;
  }
  #gojokai .inr_900.border_green .txt {
    max-width: 90%;
    text-align: justify;
  }
  #gojokai .clm_item.bg_green {
    flex-direction: column;
    width: 70%;
    margin-bottom:1rem;
  }
  #gojokai .clm_item.bg_green:last-child {
    margin-bottom:0;
  }
  #gojokai .clm_item.bg_green .serif.p20 {
    font-size: 1.6rem;
  }
}

/*-----------------------------------*/
/* お客様の声 */
/*-----------------------------------*/
#voice .wrap {
  margin:3rem auto 0;
}
.paper .inr_900 {
  width: 90%;
}
.paper.frame .customer {
  margin-bottom: 1rem;
}
.paper.frame .customer:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url("../img/clover.png")no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.paper.frame {
  height: 430px;
  padding: 3vw 0;
  background: #FFFFFF;
  border-color: #DFE5B6;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.paper.frame .txt {
  line-height: 2.3;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 2.3em;
  background-position: bottom 1px center;
  margin-bottom: 1.5rem;
}
.paper.frame.height_free{
  height: max-content;
  padding: 3vw 0 2vw;
}
.paper.frame.height_free .txt {
  margin-bottom:0;
}
.ac-btn {
  padding-top: 1rem;
}
.ac-btn a::before {
  content: "続きを見る ↓";
}
.ac-btn.active a::before {
  content: "閉じる ↑";
}
.ac-box {
  display: none;
  height: auto;
}

@media screen and (max-width:599px) {
  .paper.frame {
    height: auto;
    padding: 6vw 0 ;
  }
  .paper.frame .customer {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .paper.frame .title {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .paper.frame .txt {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
  }
}
/*-----------------------------------*/
/* アクセス */
/*-----------------------------------*/
.map {
  margin-top: 4rem;
}
/*-----------------------------------*/
/* 予約フォーム 枠上 */
/*-----------------------------------*/
#contact .inr_720 {
  margin-top: 3rem;
  width: 720px;
  margin-left: 2%;
  text-align: justify;
}
#contact .img.txt_right {
  width: 20%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -20%;
}

@media screen and (max-width:599px) {
  #contact .inr_720 {
    width: 90%;
    margin-left: 0;
  }
}
/*-----------------------------------*/
/* 予約フォーム 枠内フォーム上 */
/*-----------------------------------*/

#contact .kengakukai_detail {
  justify-content: center;
  gap: 20px;
  border-radius: 5px;
}
#contact .kengakukai_detail .left {
  padding: 2px 10px 5px;
  border: 2px solid #A70614;
  border-radius: 5px;
}
#contact .kengakukai_detail .left__upper {
  display: flex;
  align-items: center;
  line-height: 1.3;
}

#contact .kengakukai_detail .right {
  padding: 0 0 5px;
}v
#contact .kengakukai_detail .right__wrap {
  line-height: 1.1;
}
@media screen and (max-width:599px) {
  #p_confirm #contact.section,
  #p_thanks #contact.section {
    padding: 0 0 6vh;
  }
  #contact .kengakukai_detail .left__upper .p28 {
    font-size: 4.8vw;
  }
  #contact .kengakukai_detail .left__upper .p18 {
    font-size: 3.5vw;
  }
  #contact .kengakukai_detail .right__wrap .p44 {
    font-size: 6vw;
  }
  #contact .kengakukai_detail .right__wrap .p30 {
    font-size: 4.5vw;
  }


  #contact .inr_720 {
    width: 95%;
    max-width: 95%;
    min-width: unset;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  #contact .img.txt_right {
    width: 34%;
    right: 3%;
    bottom: -28%;
  }

}
/*-----------------------------------*/
/* 予約フォーム 枠内フォーム */
/*-----------------------------------*/
#contact .inr_500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.field_item {
  margin-bottom:3rem;
}
.field_item .field_ttl {
  font-weight: 400;
}
.field_item .field_width {
  width: 100%;
}
.field_item input, .field_item textarea {
  border-color: #A70614;
}
.privacy_box {
  position: relative;
  height: 200px;
  border: 1px solid #A70614;
  overflow: auto;
  margin: 10px auto 20px;
  padding: 5px;
  display: block;
}
.privacy_box dt {
  font-weight: 400;
}
.privacy_box dd {
  margin-bottom: 1.5rem;
}
.privacy_box dd ol {
  margin-left: 1rem;
}
.agree_txt {
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.btn.bg_white.border_green {
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
  padding: 1px;
}
.btn.bg_white.border_green.border_w1 {
  padding: 2px;
}
.btn input.bg_white.border_green {
  border: 1px solid #2E8B57;
}
@media screen and (max-width:1099px) {
  #contact .inr_900 {
    margin-left: 7%;
  }
}
@media screen and (max-width:599px) {
  #contact .inr_500 {
    max-width: 100%;
  }
}

/*-----------------------------------*/
/* 予約フォーム 確認画面 */
/*-----------------------------------*/
.confirm_message,
.thanks_message {
  margin-bottom: 4rem;
}
.formTable {
  margin-bottom: 5rem;
}
.formTable th {
  width: 30%;
  font-weight: 400;
  background :#fff8f9;
}
.formTable td {
  width: 70%;
  font-weight: 400;
}
/*-----------------------------------*/
/* フッター */
/*-----------------------------------*/
.footer .inr_660 {
  padding: 3rem 0;
}
.footer .conpany_name {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .conpany_name a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .img.logo_img {
  width: auto;
}
@media screen and (max-width:599px) {
  .footer .inr_660 {
    padding: 3rem 0 63px;
  }
}

/*-----------------------------------*/
/* フェードイン */
/*-----------------------------------*/
.fadeUp, .fadeUp2 {
  opacity: 0;
  transform: translate(0, 70px);
  transition: transform 800ms, opacity 1000ms;
}
.fadeUp.appear, .fadeUp2.appear {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeIn {
  opacity: 0;
  transform: translate(0, 70px);
  transition: transform 800ms, opacity 1000ms;
}
  
.fadeIn.active{
  opacity: 1;
  transform: translate(0, 0);
}