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

.RESERVE{background: #333;}
.RESERVE span{color: white;}
.outline_wrap_send{margin-top: 80px;}
.INTRO_TEXT {
    text-align: center;
    line-height: 25px;
    letter-spacing: 2px;
    margin: 30px 0;
    font-size: 14px;}

@media screen and (max-width: 640px){
    .entry__label{display: flex;align-items: center; width: 100%;}
    .entry__label input{margin-top: 11px;}
    .entry__hissu{margin-top: 13px;}

    /*PC・SP*/
.pc{display: none;}
.sp{display: block;}

#footer .pc{display: none;}
#footer .sp{display: flex;justify-content: center;}
#footer strong a{align-items: center;}
#footer strong a img{height: 24px;}


}
