@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/

.RESERVE{background: #F2714A;}
.RESERVE span{color: white;}
h2::after { display: none; }
.sp {display: none;}
@media screen and (max-width: 740px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 640px){
    .entry__label{display: flex;align-items: center;}
    /* .entry__label input{margin-top: 11px;} */
    /* .entry__hissu{margin-top: 13px;} */

    /*PC・SP*/


#footer strong a{align-items: center;}
#footer strong a img{height: 24px;}


}
