@charset "UTF-8";

.under_menu {
	position: fixed;
	z-index: 25;
	width: 100vw;
	bottom: 0px;
}
.under_menu .container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.under_menu .inner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 17px;
}
.under_menu .contact {
	text-decoration: none;
	display: flex;
	justify-content: center;
	border-radius: 9999px;
	align-items: center;
	box-shadow: 1px 1px 6px #8C8C8C;
}
.under_menu .contact.tel {
	background-color: #003B72;
	height: 38px;
	width: 44%;
}
.under_menu .contact.mail {
	background-color: #00BC4D;
	height: 38px;
	width: 40%;
}
.under_menu .top {
	width: 38px;
	text-align: center;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	box-shadow: 1px 1px 6px #8C8C8C;
}
.under_menu .contact img {
	width: auto;
	height: 5.2vw;
}
.under_menu .contact.tel p {
	color: #E3D37B;
	font-size: min(3.5vw,19px);/*（基本サイズ、最大サイズ）*/
	font-weight: bold;
	line-height: 1;
}
.under_menu .contact.tel p span {
	color: #FFFFFF;
	font-size: min(3.0vw,10px);/*（基本サイズ、最大サイズ）*/
	font-weight: normal;
	line-height: 1;
}
.under_menu .contact.mail p {
	font-size: min(3.5vw,19px);/*（基本サイズ、最大サイズ）*/
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
}
.under_menu .contact.mail p span {
	color: #F6EE00;
}
.under_menu .top img {
	width: 38%;
	height: auto;
}
















@media (min-width:600px) and (max-width:959px){
.under_menu .contact img {
	height: 26px;
	display: inline;
}
.under_menu .top img {
	width: 15px;
	height: auto;
}
.under_menu .contact.tel {
	width: 220px;
}
.under_menu .contact.mail {
	width: 200px;
}
.under_menu .contact {
	margin-right: 15px;
}
.under_menu .inner {
	justify-content: flex-end;
}
.under_menu .contact.tel p {

}





























}

@media (min-width:960px){

.under_menu {
	width: auto;
	left: auto;
	right: 0px;
}
.under_menu .container {
	width: 100%;
}
.under_menu .inner {
	align-items: center;
}
.under_menu .contact {
	width: auto;
	margin-right: 15px;
	transition: all 0.3s;
	box-shadow: 1px 1px 8px #8C8C8C;
}
.under_menu .contact:hover {
	opacity: 0.8;
}
.under_menu .contact.tel p {
	font-size: 20px;
	line-height: 1;
}
.under_menu .contact.tel p span {
	font-size: 11px;
}
.under_menu .contact.mail p {
	font-size: 20px;
}
.under_menu .top {
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: all 0.3s;
	margin-right: 1.5vw;
	box-shadow: 1px 1px 8px #8C8C8C;
	margin-left: 7px;
	display: flex;
}
.under_menu .top:hover {
	opacity: 0.8;
}
.under_menu .contact img {
	height: 30px;
	display: inline;
}
.under_menu .contact.mail {
	height: 50px;
	width: 220px;
}
.under_menu .contact.tel {
	height: 50px;
	width: 250px;
}






































}
