@charset "utf-8";


body {
	background: #666666;
}

.list_2 {
	border-bottom: solid 1px rgba(255,255,255,1);
}

.list_1, .list_3, .list_4 {
	opacity: 0.4;
}


/*--------contents--------*/


/*--------contents_img--------*/
.menu_content img {
	max-width: 100%;
	height: auto;
}
/*--------fin--------*/

.menu_content {
	max-width: 100%;
	height: 100%;
	margin: 45px 30px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu_box {
	position: relative;
	max-width: 100%;
	width: 354px;
	height: auto;
	margin: 0 auto;
}

.menu_box::before {
	content: "";
	display: block;
	padding-top: 151.4124293785311%;
}

.menu_box > li {
	position: absolute;
	max-width: 48.58757062146893%;
	width: 172px;
	height: auto;
	background: #404040;
}

.box1 {
	top: 0;
	left: 0;
}

.box2 {
	top: 0;
	right: 0;
}

.box3 {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.box4 {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.box5 {
	bottom: 0;
	left: 0;
}

.box6 {
	right: 0;
	bottom: 0;
}

.menu_info {
	position: relative;
	max-width: 100%;
	height: 99px;
	margin: 30px auto 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.info_box {
	position: relative;
	width: 200px;
	height: 99px;
	margin: 0 auto;
}

.info_title {
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 16px;
	height: 7px;
}

.info_sentence {
	position: relative;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200px;
	height: 54px;
}

.info_phone {
	position: absolute;
	bottom: 0;
	left: 54px;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	width: 31px;
	height: 7px;
}

.info_number {
	position: absolute;
	right: 53px;
	bottom: 0;
	-webkit-transform: translateX(%);
	transform: translateX(%);
	width: 53px;
	height: 7px;
}

.info_number::after {
	content: "";
	position: absolute;
	bottom: -18.18181818181818%;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(255,255,255,1);
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.info_number:hover::after {
	width: 100%;
}
