@charset "utf-8";
/* CSS Document */
#contents {
	position: relative;
}
#contents:before {
	height: 100px;
}
#menu-wrap .menu_line h2 {
	text-align: center;
    font-size: 2.8rem;
    position: relative;
    margin: 0;
    font-family: inherit;
    font-weight: bold;
}
#menu-wrap .menu_line h2:before {
	background: #27354a;
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 30px;
    height: 3px;
    transform: translateX(-50%);
    bottom: -6px;
    width: 35px;
    left: 50%;
}
#menu-wrap .menu_line h2 span {
	font-size: inherit;
}
#menu-wrap .btn_area {
	margin: 30px auto 50px;
}
@media screen and (max-width: 999px) {
#contents:before {
	height: 75px;
}
}
@media screen and (max-width: 599px) {
#menu-wrap .menu_line h2 {
	font-size: 2.0rem;
}
#menu-wrap .menu_line h2:before {
	width: 30px;
}
}