@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_black {color:#333;}
.txt_white {color:#FFFFFF;}
.border_white {border-color: #FFFFFF;border-style: solid;}
.bg_white {background:#FFFFFF;}
.txt_red {color:#DC000C;}
.bg_l-wine {background:#A70813;color:#FFFFFF;}
.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_green2 {background:#188345;color:#FFFFFF;}
.bg_l-green {background:#F3FFEA;}

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

.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;}

.bg_purple {background:#854C89;color:#FFFFFF;}
.bg_l-purple {background:#EFD3D3;}
.txt_purple {color:#843E89;}
.bg_no-purple.frame {background:#FFFFFF;border-color:#D3C0D3;}


/**************************************
ボタン関係
**************************************/
.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%;
  }
}

/**************************************
カラム
**************************************/


.clm_item.frame {
  padding: 3rem;
  border-radius: 5px;
  border-width:1px;
}
.clm_item.frame .txt_wine {
  width: 100%;
  margin-bottom: 1rem;
}
.clm_item.txt_area {
  justify-content: flex-start;
}
.sec_ttl + .clm {
  margin-top: 7rem;
}
.clm_2,.clm_3 {
  align-items: flex-start;
}
.event .clm_3>.clm_item.wide {
  width: calc(((100% / 3) * 2) - var(--gap) );
  margin-top: -10rem;
}


/**************************************
枠組み
**************************************/
.main_wrap {
  min-height: calc( 100vh - 330px);
}
.frame,
.h4_frame {
  border-style: solid;
}

.inr_1000.frame {
  margin-top: 7rem;
  margin-bottom: 10rem;
  padding:0 5rem 4rem;
  border-radius: 5px;
  border-width:5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.inner.txt_area {
  margin-top: 3rem;
}

.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;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
}
.cnt_ttl.txt_white.bg_purple {
  width: 100%;
  max-width: 650px;
}
.cnt_ttl.txt_white.bg_purple.w600 {
  max-width: 600px;
}
.cnt_ttl.txt_white + .clm,
.cnt_ttl.txt_white + .photo {
  margin-top: 3rem;
}
.cnt_ttl.txt_white + .txt {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: 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;
}

.box {
  padding: 4rem;
}
.ph_frame {
  border: 1px solid #EDEDED;
}
@media screen and (max-width:1000px) {

 

  .clm.clm_2 {
    flex-wrap: nowrap;
  }
  .clm_2 .txt_area {
    margin-top: 1rem;
  }
  .inr_1000.frame {
    padding: 0 2.5rem 2rem;
  }
}
@media screen and (max-width:599px) {

  .p_confirm .section,
  .p_thanks .section   {
    padding: 0 0 6vh;
  }
  .clm.clm_2 {
    flex-wrap: wrap;
  }

  .inr_1000.frame {
    padding: 0 1rem 1.5rem;
    border-width: 3px;
  }

  .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: 100%;
    text-align: justify;
  }
  .cnt_ttl.txt_white + .txt {
    font-size: 4.5vw;
  }
  .clm_2 .txt_area {
    margin-top:2rem;
  }
  .h4_frame {
    width: 70% !important;
  }
  .frame .txt {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .txt.txt_center {
    text-align: justify;
  }
  .cnt_ttl.txt_white.bg_purple.w600,
  .cnt_ttl.txt_white.bg_purple {
    max-width: 90%;
  }
}


/**************************************
画像角丸
**************************************/
.photo,
.photo img {
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
}

/**************************************
吹き出し
**************************************/
.fukidashi {
  position: relative;
}
.fukidashi-icon {
  padding: 0 10px;
  background: #a70813;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.fukidashi-icon:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #a70813;
  clip-path: polygon(50% 10px, 50% 0%, 35px 0%);
  top: 95%;
  left: 10%;
  position: absolute;
}


/**************************************
太いアンダーライン
**************************************/
.line_yellow {
  background: linear-gradient(transparent 70%, rgba(255, 220, 82, 1) 0%);
  display: inline;
  padding: 0 2px 0;
}

/**************************************
フォントサイズ
**************************************/
.narrow {
  letter-spacing: 0.1rem;
}
.wide {
  letter-spacing: 0.1rem;
}
#mv .smaller {
  font-size: 2.2rem;
}
.sec_ttl {
  font-size: 3.4rem;
}
.cnt_ttl.txt_white {
  font-size: 3.0rem;
}
.p58 {
  font-size: 5.8rem;
}
.p44 {
  font-size: 4.4rem;
}
.p42 {
  font-size: 4.2rem;
}
.p34 {
  font-size: 3.4rem;
}
.p32 {
  font-size: 3.2rem;
}
.p30 {
  font-size: 3.0rem;
}
.p28 {
  font-size: 2.8rem;
}
.p24 {
  font-size: 2.4rem;
}
.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;
}
.mt5 {margin-top: 0.5rem;}
.mb100 {margin-bottom: 10rem;}
.mb80 {margin-bottom: 8rem;}
.mb60 {margin-bottom: 6rem;}
.mb50 {margin-bottom: 5rem;}
.mb40 {margin-bottom: 4rem;}
.mb30 {margin-bottom: 3rem;}
.mb20 {margin-bottom: 2rem;}
.mb15 {margin-bottom: 1.5rem;}
.mb10 {margin-bottom: 1rem;}
.mb5 {margin-bottom: 0.5rem;}
@media screen and (max-width:599px) {
  .inner.txt_area {
    text-align: justify;
  }
  /* .mv_ttl {
    font-size: 6vw;
    line-height: 1.5;
  } */
  .mv__lower .smaller {
    font-size: 4vw;
  }
  .mv__lower .cnt_ttl {
    font-size: 5vw;
  }
  .mv__lower .p44 {
    font-size: 7vw;
  }
  .mv__lower .p32 {
    font-size: 2.6rem;
  }
  .mv__lower .p30 {
    font-size: 4.8vw;
  }
  .mv__lower .p22 {
    font-size: 1.6rem;
  }
  .mv__lower .p20 {
    font-size: 1.6rem;
  }
  .mv__lower .p18 {
    font-size: 1.4rem;
  }
  .mv__lower .p16 {
    font-size: 1.3rem;
  }
  .cnt_ttl.txt_white {
    max-width: 90%;
    margin-top: -2.5rem;
    padding: 0.8rem 0;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .sec_ttl {
    font-size: 2.2rem;
    letter-spacing: -1px;
  }
  .sec_ttl .p44 {
    font-size: 3.1rem;
  }
  .p58 {
    font-size: 3.5rem;
  }
  .ttl_main .p30 {
    font-size:2.2rem;
  }
  .ttl.p32 {
    font-size: 3rem;
  }
  .p28 {
    font-size: 2.0rem;
  }
  .p24 {
    font-size: 2.0rem;
  }
  .p22 {
    font-size: 2.0rem;
  }







}



/*-----------------------------------*/
/* 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;
  /* min-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.tel-pc {
  padding: 5px 10px;
  border-radius: 5px;
}
.header_tel.tel-tab {display:none;}
.header_tel__lower .oswald {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.2rem;
}
.font_bold.p32 {
  line-height: 1;
}



@media screen and (max-width:899px) {
  .header_tel.tel-pc {display: none;}
  .header_tel.tel-tab {
    display: block;
    padding: 15px 15px 10px;
    border-radius: 5px;
  }
}

@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: 160px;
  }
  .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;
    min-width: unset;
  }
  .header_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    min-width: unset;
    padding: 0;
    border-width: 1px;
    border-radius: 0;
  }
  .header_tel.tel-tab {
    padding: 10px 10px 5px;
    border-radius: 0;
}
}
/*-----------------------------------*/
/* メインビジュアル */
/*-----------------------------------*/
#mv.section {
  width: 100%;
  height: calc(100vh - 20rem);
  min-height: 580px;
  margin-bottom: 3rem;
  padding: 0;
  background: url(../img/mv_bg_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#mv.section .inr_1280 {
  height: calc(100vh - 7rem);
}
.mv__middle {
  display: block;
  position: relative;
  transform: translateY(50%);
  bottom: -26%;
  left: 0;
  right: 0;
}
.mv__middle .sub_ttl {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
}
.mv__middle .img_base {
  max-width: 560px;
}
.mv__middle .img_border {
  max-width: 540px;
  top: 10px;
}
.mv__middle .mv_ttl {
  width: 540px;
  height: 200px;
}
.mv__middle .ttl_special.box {
  display: inline-flex;
  align-items: flex-end;
  width: fit-content;
  margin-top: -7px;
  padding: 2px 15px 8px;
  border-radius: 5px;
  line-height: 1;
  font-weight: 500;
}
.mv__middle .ttl_special .p18 {
  margin-bottom: 1px;
}
.mv__middle .ttl_special .p30 {
  letter-spacing: 0;
  margin-bottom: -2px;
  margin-right: 2px;
}
.mv__middle .ttl_main {
  top: 50px;
}
.mv__middle .ttl_main .p30 {
  letter-spacing: 0;
}
.mv__middle .ttl_main2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 50px;
  padding-right: 0.5em;
  padding-top: 2px;
  border: 2px solid #a70813;
  background: #EED1D3;
  top: 140px;
}
.mv__middle .ttl_main3 {
  max-width: 560px;
  height: 40px;
  padding: 10px;
  line-height: 1;
  top: 192px;
  z-index: 0;
}
.mv__lower {
  transform: translateY(50%);
  position: absolute;
  bottom: 17rem;
  left: 0;
  right: 0;
}
.mv__lower .inner__wrap {
  line-height: 1.5;
}
#mv .inr_900 {
  width: 900px;
  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;
}
.kengakukai_detail{
  justify-content: center;
  gap: 20px;
  padding: 1rem 0;
  border: 1px solid #fff;
  border-radius: 5px;
  line-height: 1.8;
}
.kengakukai_detail .left__upper {
  line-height: 1;
}
.kengakukai_detail .left__lower {
  line-height: 1;
}
.kengakukai_detail .right__wrap {
  line-height: 1.2;
}

@media screen and (max-width:1024px) {
  #mv.section {
    height: calc(100vh - 80rem);
    min-height: 600px;
    margin-bottom: 4rem;
  }
  .mv__middle {
    bottom: -15%;
  }
  .mv__lower {
    bottom: unset;
    top: 36%;
  }
}
@media screen and (max-width:1000px) {
  #mv .inr_900 {
    width: 700px;
    margin: 0 auto;
  }
  .mv__lower {
    bottom: unset;
    top: 50rem;
  }
  .kengakukai_detail {
    flex-direction: column;
    gap: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width:768px) {
  #mv.section {
    margin-bottom: 11rem;
  }
}
@media screen and (max-width:767px) {
  #mv.section {
    margin-bottom: 6rem;
    height: calc(60vh - 20rem);
  }
}
@media screen and (max-width:599px) {
  #mv.section {
    height: 100%;
    min-height: unset;
    margin-bottom: 4rem;
    padding: 1.5rem 0 0;
    background: url(../img/mv_bg_sp.jpg) no-repeat;
    background-size: 100%;
    background-position: center top;
  }
  #mv .inr_900 {
    min-width: 100%;
    padding: 5px 5px 0.5rem;
  }
  #mv.section .inr_1280 {
    height: 135vw;
  }
  #mv .cnt_ttl {
    width: 90%;
    padding: 0.5rem 0;
    top: -2rem;
  }
  .mv__middle {
    bottom: unset;
    top: 25%;
  }
  .mv__middle .sub_ttl {
    top: -11.5rem;
  }
  .mv__middle .ttl_special.box {
    font-weight: 500;
  }
  .mv__middle .ttl_special.p24 {
    font-size: 4.8vw;
  }
  .mv__middle .img_base {
    max-width: 100%;
  }
  .mv__middle .img_border {
    max-width: 96%;
  }
  .mv__middle .ttl_main {
    top: 4.0rem;
  }
  .mv__middle .ttl_main2 {
    width: 96%;
    height: 10vw;
    font-size: 1.4rem;
    padding-right: 0.5em;
    border: 2px solid #a70813;
    top: 25.5vw;
  }
  .mv__middle .ttl_main3 {
    max-width: 100%;
    height: 3rem;
    padding: 4px;
    font-size: 1.65rem;
    top: 36vw;
  }
  .mv__lower {
    margin-top: 0;
    bottom: unset;
    top: 65%;
  }
  .mv__lower .inner__wrap {
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .mv__lower .cnt_ttl .smaller {
    font-size: 80%;
  }

  .kengakukai_detail .right__wrap {
    line-height: 1.1;
  }

}

/*-----------------------------------*/
/* 横向き */
/*-----------------------------------*/
  .is-mobile.is-ls #pagetop {
    bottom: 130px;
    right: 32px;
  }
  .is-mobile.is-ls .p20 {font-size: 1.8rem;}
  /* .is-mobile.is-ls .p18 {font-size: 1.8rem;} */
  .is-mobile.is-ls .cnt_qa {font-size: 1.7rem;}
  .is-mobile.is-ls .ttl_main .p54 {
    font-size: 5.0rem;
  }
  .is-mobile.is-ls .kengakukai_detail .p44 {
    font-size: 3.4rem;
  }
  .is-mobile.is-ls .kengakukai_detail .p34 {
    font-size: 2.9rem;
  }
  .is-mobile.is-ls .kengakukai_detail .p30 {
  font-size: 2.5rem;
  }
  .is-mobile.is-ls .kengakukai_detail .p18 {
    font-size: 1.5rem;
  }
  .is-mobile.is-ls #mv.section {
    margin-bottom:11rem;
  }
  .is-mobile.is-ls #mv.section .inr_1280 {
    height: 100%;
  }
  .is-mobile.is-ls .mv__lower {
    margin-top: 0;
    top:unset;
    bottom: -2rem;
  }
  .is-mobile.is-ls .mv__middle {
    bottom: -32%;
  }
  .is-mobile.is-ls .mv__middle .mv_ttl {
    width: 520px;
    height: 190px;
  }
  .is-mobile.is-ls .mv__middle .sub_ttl {
    width: 70%;
    top: -80px;
  }
  .is-mobile.is-ls .mv__middle .img_base {
    max-width: 520px;
  }
  .is-mobile.is-ls .mv__middle .img_border {
    max-width: 500px;
  }
  .is-mobile.is-ls .mv__middle .ttl_main2 {
    width: 500px;
    top: 122px;
  }
  .is-mobile.is-ls .mv__middle .ttl_main3 {
    max-width: 520px;
    top: 180px;
  }
  .is-mobile.is-ls #lead.section {
    margin-top: 0;
    padding-top: 3rem;
  }
  .is-mobile.is-ls #lead .sub_ttl {
    font-size: 2.0rem;
    margin-bottom: 3rem;
  }
  .is-mobile.is-ls .cnt_txt.p18 {
    font-size: 1.5rem;
  }
  .is-mobile.is-ls .cnt_qa dt{font-size: 2.3rem;}

/*-----------------------------------*/
/* リード */
/*-----------------------------------*/
#lead.section {
  margin-top: 0;
  padding-top: 4rem;
}
#lead .clm {
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}
#lead .clm .cnt_left {
  max-width: 650px;
}
#lead .clm .cnt_right {
  width: 32vw;
  max-width: 36rem;
  position: absolute;
  right: -8vw;
  bottom: -10rem;
}
#lead .sec_wrap {
  overflow: unset;
}
@media screen and (max-width:1000px) {
  #lead .sub_ttl {
    margin-bottom: 4rem;
  }
  #lead .clm .cnt_right {
    right: -6rem;
  }
}
@media screen and (max-width:768px) {
  #lead.section {
    padding-top: 4rem;
    margin-top: 0;
  }
}
@media screen and (max-width:599px) {
  #lead.section {
    margin-top: 0;
    padding-top: 4rem;
  }
  #lead .sub_ttl {
    margin-bottom: 8rem;
    font-size: 1.8rem;
  }
  #lead .clm .cnt_right {
    width: 50%;
    right: -3px;
    z-index: -1;
    bottom: 8rem;
  }
}



/*-----------------------------------*/
/* 葬儀会食ご試食 */
/*-----------------------------------*/
#tasting .frame {
  margin-top: 3rem;
}
#tasting .fukidashi-icon {
  top: -0.3rem;
}
#tasting .ribbon {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-right: 3rem;
}
#tasting .ribbon:after {
  content: "";
  width: 20rem;
  height: 5rem;
  background: url(../img/ribbon.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: -3.2rem;
  bottom: -0.7rem;
  z-index: -1;
}
@media screen and (max-width:599px) {
  #tasting .fukidashi-icon {
    right: 35%;
  }
  #tasting .ribbon {
    margin-left: 1.5em;
    margin-bottom: 0.5rem;
}
  #tasting .ribbon:after {
    width: 40vw;
    left: -2.5rem;
    top: -1.2rem;
  }
}

/*-----------------------------------*/
/* 葬儀での会食 */
/*-----------------------------------*/
#about-kaisyoku .clm_txt {
  width: 60%;
}
@media screen and (max-width:1000px) {
  .clm.row, .clm.row_wide {
    gap: 2rem;
  }
  #about-kaisyoku .clm_txt {
    width: calc(100% - 280px )
  }
}
@media screen and (max-width:599px) {
  #about-kaisyoku .clm_txt {
    flex: 0 1 85%;
    text-align: justify;
  }
}
/*-----------------------------------*/
/* ケータリング･懐石料理の「横濱亭」 */
/*-----------------------------------*/
#catering .inner.inr_1000.clm_img-txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
#catering .row_wide {
  align-items: flex-start;
}
#catering .row_wide .clm_txt {
  width: 40%;
  position: relative;
}
#catering .row_wide.img-left {
  flex-direction: row-reverse;
}
#catering .clm_txt:after {
  content:"";
  width: 250%;
  height: 95%;
  background: #F6EFF7;
  position: absolute;
  top: 2rem;
  z-index: -1;
}
#catering .img-right .clm_txt:after {
  left: -70%;
}
#catering .img-left .clm_txt:after {
  right: -70%;
}

@media screen and (max-width:1000px) {
  #catering .clm_item.clm_img {
    flex-wrap: nowrap;
  }
  #catering .clm_item.clm_img img {
    width: auto;
    height: 22rem;
  }

}
@media screen and (max-width:599px) {
  #catering .inner.inr_1000.clm_img-txt {
    width: 100%;
    max-width: 100%;
  }
  #catering .row_wide {
  align-items: center;
  flex-direction: column;
  gap: 0;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem;
  }
  #catering .row_wide.img-right {
    flex-direction: column;
    }
  #catering .row_wide.img-left {
  flex-direction: column;
  }
  #catering .row_wide .clm_txt {
    width: 100%;
    margin-bottom: 0;
  }
  #catering .clm_item.clm_img {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-left: -4%;
    margin-right: -4%;
  }
  #catering .clm_item.clm_img img {
    height: 34vw;
  }
  #catering dd {
    margin-left: 2.5rem;
  }
}
/*-----------------------------------*/
/* 販売 */
/*-----------------------------------*/
#hanbaikai dt,
#hanbaikai dd {
  width: 100%;
}
#hanbaikai dt,
#hanbaikai dd {
  padding-left: 0;
}
@media screen and (max-width:599px) {
#hanbaikai dt,
#hanbaikai dd {
  padding-left: 3rem;
}
}
/*-----------------------------------*/
/* 相談 */
/*-----------------------------------*/
#soudankai .clm_2>.clm_item {
  align-content: flex-start;
}
#soudankai .clm_item dt {
  width: 45%;
}
#soudankai .clm_item dd {
  width: auto;
}
@media screen and (max-width:599px) {
  #soudankai .txt.txt_center.font_m.p20 {
    font-size: 1.9rem;
    text-align: justify;
  }
  #soudankai .fukidashi-icon {
    right: 20%;
  }


}
/*-----------------------------------*/
/* 施設見学会 */
/*-----------------------------------*/
#kengakukai.inr_1000.frame {
  padding-bottom: 2rem;
}
#kengakukai .clm.clm_2 {
  flex-wrap: wrap;
}
/*-----------------------------------*/
/* ご長寿祝い */
/*-----------------------------------*/
#gochoju.inr_1000.frame {
  padding-bottom: 2rem;
}
/*-----------------------------------*/
/* イベント */
/*-----------------------------------*/
.event .link_area {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top:1px solid #C74F7D;
}
.event .link_area .txt {
  line-height: 1.3;
}
.event .btn a {
  padding: 1rem 2rem;
  line-height: 1.3;
}
.event .btn.bg_white.border_wine {
  height: auto;
  border-width: 2px;
  border-style: solid;
  padding: 1px;
}
.event .btn.yokoku {
  width: auto;
}
.event .btn.yokoku a {
  padding: 1rem 2rem;
  line-height: 1.3;
  pointer-events: none;
}
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;
  }
  .table_area {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    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: 0;
  z-index: 1;
}
#gojokai .inr_900.border_green {
  padding: 4rem 6rem;
  border-width: 1px;
}
#gojokai .inr_900.border_green .txt {
  margin: 0 auto 2rem;
  padding: 0 3rem;
}
#gojokai .clm_item.bg_green {
  padding: 1rem 0;
  border-radius: 5px;
}
@media screen and (max-width:1000px) {
  #gojokai .cnt__upper .img.txt_left {
    width: 75%;
  }
  #gojokai .inr_900 {
    width: 100%;
    max-width: 100%;
}
  #gojokai .img.txt_right {
    width: 30%;
    right: 0%;
    bottom: -3%;
    z-index: 0;
  }
}
@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: 55%;
    margin-right: 0;
    margin-left: auto;
    bottom: -20px;
    right: 0;
  }
  #gojokai .inr_900.border_green {
    margin-top: 20px;
    padding: 2rem 0;
  }
  #gojokai .inr_900.border_green .txt {
    max-width: 100%;
    padding: 0 1rem;
    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;
  }
}
/*-----------------------------------*/
/* よくある質問 */
/*-----------------------------------*/
#qa .ttl_ill {
  margin-bottom: -3rem;
}
.cnt_qa {
  font-size: 1.8rem;
}
.cnt_qa dt {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  padding: 1rem 2.5rem 1rem 10rem;
  background: #F6EFF7;
  border: 1px solid #BFAEC1;
  border-radius: 5px;
  position: relative;
}
.cnt_qa dt:after {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 4rem;
  background: url("../img/common/icon_q.png")no-repeat;
  background-size: 100%;
  position: absolute;
  left: 2.5rem;
  top: 1rem;
}
.cnt_qa dd {
  width: 100%;
  padding: 1em 2.5rem 1rem 10rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.cnt_qa dd:after {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 4rem;
  background: url("../img/common/icon_a.png")no-repeat;
  background-size: 100%;
  position: absolute;
  left: 2.5rem;
  top: 1rem;
}
@media screen and (max-width:599px) {
  .cnt_qa dt:after {
    width: 55px;
    height: 30px;
    left: 1.5rem;
  }
  .cnt_qa dd:after {
    width: 55px;
    height: 30px;
    left: 1.5rem;
  }
  .cnt_qa dt {
    padding: 1rem 1rem 1rem 8.5rem;
  }
  .cnt_qa dd {
    padding: 1rem 1rem 1rem 8.5rem;
  }
}

/*-----------------------------------*/
/* アクセス */
/*-----------------------------------*/
.map {
  margin-top: 4rem;
}
.map .memo {
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  bottom: 18px;
  left: 6rem;
}
/*-----------------------------------*/
/* 予約フォーム 枠上 */
/*-----------------------------------*/
#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:1000px) {
  #contact .inr_720 {
    width: 68rem;
    margin-left: 0;
  }
}
@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;
}
#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: 0;
    bottom: -34%;
  }
}
/*-----------------------------------*/
/* 予約フォーム 枠内フォーム */
/*-----------------------------------*/
#contact .inr_500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.form_ttl {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  color:#A70614;
  text-align: center;
  position: relative;
}
.form_ttl:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  margin: 0 auto;
  background: #A70614;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px
}
.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 dl {
  display: block;
}
.privacy_box dt {
  display: block;
  font-weight: 400;
}
.privacy_box dd {
  display: block;
  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);
}