@charset "UTF-8";

.under_menu {
	position: fixed;
	z-index: 25;
	width: 100vw;
	padding-bottom: 17px;
	padding-top: 7px;
	background-color: rgba(255,255,255,0.90);
	bottom: 0px;
}
.under_menu .container {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.under_menu .contact {
	width: 40%;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #6C3424;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.under_menu .contact p {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1;
	display: block;
	width: 100%;
}
.under_menu .contact span {
	color: #F6D0C6;
	font-size: 11px;
	line-height: 1;
	display: block;
	margin-top: 3px;
}
.under_menu .top {
	width: 10%;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #888888;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.under_menu .top span {
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	transform: rotate(45deg);
}
.under_menu .top p {
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	display: block;
	width: 100%;
	margin-top: -4px;
}

















@media (min-width:600px) and (max-width:959px){


























}

@media (min-width:960px){

.under_menu {
	width: auto;
	padding-bottom: 18px;
	padding-top: 0px;
	background-color: rgba(255,255,255,0.0);
	left: auto;
	right: 0px;
	z-index: 10;
}
.under_menu .container {
	width: 88%;
}
.under_menu .contact {
	width: 230px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
	transition: all 0.3s;
}
.under_menu .pc_event {
	pointer-events: none;
}
.under_menu .contact:hover {
	opacity: 0.8;
}
.under_menu .contact p {
	font-size: 16px;
	font-weight: bold;
}
.under_menu .contact span {
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
}
.under_menu .top p {
	font-size: 15px;
	font-weight: bold;
}
.under_menu .top {
	width: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	transition: all 0.3s;
}
.under_menu .top:hover {
	opacity: 0.8;
}





































}
