

@media (max-width:1220px){
  /* **********************************
   *  エントリーフォーム
   * ********************************* */
  .entry_form th {
    width: 45%;
  }
  
}


@media (max-width:1023px){
  

  /* **********************************
   *  予約
   * ********************************* */  
  .pg_reservation .text p{
    display: inline-block;
    text-align: left;
  }
}


@media (max-width:767px){  
  .pg_slug_entry footer {
    padding: 30px 0 0;
    margin-top: 75px;
  }
  .pg_slug_entry footer .ftr_logo {
    margin-bottom: 35px;
  }
  .pg_slug_entry footer .ftr_logo img {
    width: 168px;
  }
  
  .entry_ftr_link {
    font-size: 14px;
  }
  .entry_ftr_link li {
    padding: 0 5px;
  }

  /* **********************************
   *  初めての方へ
   * ********************************* */
  .reserve_box {
    max-width: 272px;
  }
  
  /* **********************************
   *  エントリーフォーム
   * ********************************* */
  .pg_slug_entry .tt1 {
    font-size: 16px;
  }
  .pg_entry{
    font-size: 16px;
  }
  .entry_form,
  .entry_form tr,
  .entry_form th,
  .entry_form td{
    width: 100%;
    display: block;
  }
  .entry_form th,
  .entry_form td{
    padding-left: 20px;
    letter-spacing: 0.02em;
  }
  .entry_form th{    
    padding-right: 20px;
    padding-bottom: 0;
  }
  .entry_form tr + tr td {
    border-top: 0;
  }
  .entry_form .horizontal-item {
    font-size: 16px;
    margin-left: 0;
  }
  .mw_wp_form .entry_form .horizontal-item + .horizontal-item {
    margin-left: 30px;
  }
  .mw_wp_form .entry_form select[name="birth-year"], 
  .mw_wp_form .entry_form select[name="birth-month"], 
  .mw_wp_form .entry_form select[name="birth-day"] {
    width: 95px;
  }  
  .mw_wp_form .entry_form select{
    height: 45px;
  }
  .entry_form td p {
    margin-right: 0;
  }
  

  /* **********************************
   *  お問い合わせフォーム
   * ********************************* */
  .pg_contact .section#sec1 .tt2 {
    font-size: 20px;
  }
  .pg_contact .section#sec1 .text {
    margin: 35px 0 25px;
  }
  
  .contactForm,
  .contactForm tbody,
  .contactForm tr,
  .contactForm th,
  .contactForm td{
    width: 100%;
    display: block;
  }
  .contactForm td{
    padding: 10px 0 0;
  }
  .contactForm input[type="text"], 
  .contactForm input[type="email"], 
  .contactForm textarea {
    padding: 5px 10px;
  }
  .pg_contact .contact_form_btns {
    width: 100%;
  }
  

  /* **********************************
   *  予約フォーム
   * ********************************* */
  .pg_reservation .text p{
    text-align: center;
  }
  .reserveForm .td select{
    height: 45px;
    border-radius: 0;
  }
  .pg_reservation .text.red p{
    text-align: left;
  }
  .require_faq dd .red p{
    text-align: left;
    line-height: 1.5;
  }
  
  .news_items .new-txt.sp{
    font-size: 12px;
    display: inline-block;
  }
  .news_items .new-txt.pc,
  .news_items .new-txt.tb{
    display: none;
  }
  .news_items .item .date {
    width: 95px;
    margin-right: 0;
  }
}

