@charset 'utf-8';

a:hover{opacity: 0.7;}
/* body{background: #FBF9F3;} */

.BACK{width: 1200px;margin: 0 auto;border-radius: 20px;padding-bottom: 40px;margin-bottom: 100px;}

/*タイトル*/
.RESERVATION_IMG{width: 75px;position: absolute;top: -10px;right: 40px;top: -25px;right: 40px;}
.TEXT{width: 1200px;margin: 0 auto;text-align: center;margin-top: 40px;}

/*PC・スマホ*/
.sp{display: none;}



@media screen and (max-width: 740px){

.BACK{width: 100vw;border-radius: 0px;}
.ham_menu_contact{background: #76BB35;}
.ham_menu_contact span{color: white;}
.ham_menu_contact .menu_arrow-right {border-top: 2px solid white;border-right: 2px solid white;}

/*タイトル*/
.MAIN_TYTLE{width: 100vw;}
.MAIN_TYTLE{font-size: 30px;letter-spacing: 3px;}
.IMG1 {width: 50px;left: 40px;}
.IMG2{width: 85px;right: 10px;top: 16px;}
.TEXT{width: 90vw;text-align: justify;margin: 0 auto;margin-top: 30px;}
.RESERVATION_IMG{display: none;}


/*PC・スマホ*/
.pc{display: none;}
.sp{display: block;}


}
