@media screen and (max-width:799px) {
  /*---------------------------------------------------
  *
  * VENUE
  *
  ----------------------------------------------------*/
  /*---------------------------------------------------
    共通
  ----------------------------------------------------*/
  .c-venue-ttl{
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*---------------------------------------------------
    貸会場
  ----------------------------------------------------*/
  .venue{
    margin-bottom: 50px;
  }
  .venue__lead{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .venue-head{
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 30px;
  }
  .venue-head__contact img{
    max-width: 70%;
  }

  /* カフェ
--------------------------------------------------- */
.venue-cafe{
  padding: 15px 15px 3px;
}
.venue-cafe__infoBox {
  display: flex;
  flex-direction: column;
}
.venue-cafe__logo {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.venue-cafe__logo .venue-cafe__img {
  width: 90%;
  height: auto;
}
.venue-cafe__txt-c {
  line-height: 1.4;
  margin-top: 15px;
}
.venue-cafe__main {
  /*width: 100%;
  padding: 30px 0 0;*/
}
.venue-cafe__ttl{
  /*margin-bottom: 10px;*/
  font-size: 24px;
  font-size: 2.4rem;
}
.venue-cafe__ttl span{
  /*color: #c8bb9b;
  font-weight: normal;
  padding-left: 10px;*/
}
.venue-cafe__ttl span.venue-cafe__ttlBlock {
  display: block;
  padding-left: 0;
}
.venue-cafe__txt{
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.venue-cafe__reserve {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.venue-cafe__reserve-img {
  margin-bottom: 10px;
}
.venue-cafe__reserve-txt {
  width: 100%;
}
.venue-cafe__reserve-list {
  margin-bottom: 10px;
}
.venue-cafe__reserve-list li{
 /* position: relative;
  padding-left: 1em;*/
  font-size: 14px;
  font-size: 1.4rem;
  /*line-height: 1.5;*/
}
.venue-cafe__reserve-list li::before {
  /*content: "※";
  position: absolute;
  top: 0;
  left: 0;*/
}
.venue-cafe__reserve-btn {
  width: 100%;
  text-align: center;
  display: block;
}
.venue-cafe__reserve-btn img {
  max-width: 361px;
  width: 100%;
  height: auto;
}
.venue-cafe__TxtBox {
  width: 100%;
  margin: 0 0 30px auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.venue-cafe__btn{
  margin: 5px auto 0;
  max-width: 256px;
}
.venue-cafe__map {
  margin-bottom: 50px;
  padding: 50px 0;
}
.venue-cafe__map img {
  width: 90%;
}


  /* 一覧
  --------------------------------------------------- */
  .venue-list{
    padding: 15px;
  }
  .venue-list > .venue-list__item + .venue-list__item{
    margin-top: 15px;
    padding-top: 15px;
  }
  .venue-list__img{
    width: 100%;
    max-width: 420px;
    margin: 0 auto 15px;
  }
  .venue-list__ttl{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .venue-list__txt{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .venue-list__info{
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* 大 */
  .venue-list__item--l{
    display: flex;
    flex-direction: column;
  }
  /* 小 */
  .venue-list__item--s{
    display: flex;
    flex-direction: column;
  }

  /* プラン
  --------------------------------------------------- */
  .venue-plan__grid{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .venue-plan__lead{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .venue-plan__link{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .venue-plan__link::after{
    height: 18px;
  }
  .venue-plan__txt{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .venue-plan__btn{
    margin: 0 auto;
  }
  /*---------------------------------------------------
    メールフォーム
  ----------------------------------------------------*/
  .formBox{
    padding-top: 20px;
  }
  .formBox .boxTtl{
    font-size: 22px;
  }
  .formBox .noteList{
    padding: 10px;
    font-size: 14px;
  }
  .formBox .noteList li{
    padding-left: 1em;
    text-indent: -1em;
  }
  .formBox .noteList .tel{
    padding: 10px 0 0;
    border-top: 1px solid #ccc6b8;
    text-align: center;
  }
  /* mailformpro
  --------------------------------------------------- */
  #mailformpro table,
  #mailformpro tbody,
  #mailformpro tr,
  #mailformpro th,
  #mailformpro td{
    display: block;
  }
  #mailformpro th, #mailformpro td{

  }
  #mailformpro th{
    padding: 8px 10px;
    width: 100%;
    border-bottom: none;
  }
  #mailformpro td{
    margin: 0 0 25px;
    background: #fff;
  }
  #mailformpro .catalog th{
    margin: 0 0 30px;
    text-align: left;
    border-bottom: 1px solid #b3ad9e;
  }
  #mailformpro .size-small{
    width: 35%;
  }
  #mailformpro .size-medium{
    width: 100%;
  }
  #mailformpro .size-large{
  }
  .mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password{
    /*width: 100%;*/
    padding: 8px 8px;
    font-size: 16px;
  }
  /* confirm */
  div#mfp_phase_confirm h4{
    font-size: 15px;
  }
  table#mfp_confirm_table{
    margin-bottom: 20px;;
  }
  table#mfp_confirm_table,
  table#mfp_confirm_table tr,
  table#mfp_confirm_table tbody,
  table#mfp_confirm_table th,
  table#mfp_confirm_table td{
    display: block;
  }
  table#mfp_confirm_table tr th{
    padding: 8px 10px;
    width: 100%;
    border-bottom: none;
  }
  table#mfp_confirm_table tr td{
    padding: 8px 10px;
    margin: 0 0 20px;
    background: #fff;
  }
  
  /* button */
  .btnWrap button,
  div.mfp_buttons button{
    padding: 8px 40px 8px 30px;
    white-space: nowrap;
    font-size: inherit;
  }

  /*---------------------------------------------------
  *
  * 送信完了
  *
  ----------------------------------------------------*/
  .thanksBox{
    margin: 0 0 50px;
  }
  .thanksBox p{
    margin: 0 auto;
    max-width: max-content;
    text-align: left;
  }
}