/*--------------------------------------------------------------
#sp-fixed-menu SP用フッダー固定メニュー
--------------------------------------------------------------*/	
@media (min-width: 300px) and (max-width: 1580px){/*(max-width: 1025px) (max-width: 1294px)1439  1249*/
	#to_contact{
		display: none;
	}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 12px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:nth-child(n+1){
    background: #28AAE2;
}
	/*
	#sp-fixed-menu li img{
		width: 20px;
		margin-bottom:7px;
	}
    */
.map_icon img{
    width: 25px;
    margin-bottom: 10px;
    padding-top: 5px;
}
.mail_icon img{
    width: 28px;
    margin-bottom: 15px;
    padding-top: 5px;
}
.call_icon img{
    width: 20px;
	margin-bottom:7px;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
    color: #fff;
    text-align: center;
    display:block;
    width: 100%;
    font-size: 10px;
    font-style: normal;
    padding: 10px;
    text-decoration: none;
}   

}

/*--------------------------------------------------------------
#to_contact PC用丸ボタン
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 1580px){/* (min-width: 1295px) and (max-width: 1499px)1439 1249*/
	#sp-fixed-menu{
		display: none;
	}
	
	#to_contact {
		/*display: flex;*/
		position: fixed;
		right: 0%;
		bottom: 2%;
		margin: 0;
		padding: 0;
		font-size: 27px;
		justify-content: center;
		align-items: center;
		z-index: 9999;
	}
	
	.contact-label{
		display: block;
		margin: 0;
		padding: 0;
		background: #28AAE2;
		width: 157px;
		height: 120px;
		border-radius: 10px 0px 0px 10px;
		box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
		position: relative;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
        /*
		margin: 12px 0px 70px 12px;
        */
	}
	
	.contact-label:hover {
		background: #28AAE2;
	}
	
	.contact-label dl {
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	
	.contact-label dl dt {
		margin: 0 auto;
		padding: 0;
		width: 25px;
		height: auto;
		line-height: 0;
	}
	
	.contact-label dt {
		margin: 0 auto;
		padding: 30px;
		width: 100%;
		height: auto;
		line-height: 0;
	}
	
	.contact-label dl dd {
		display: inherit;
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 2px;
	}

	#to_contact a:link {
		color: #FFF;
		text-decoration: none;
	}
	
	#to_contact a:visited {
		color: #FFF;
		text-decoration: none;
	}
	
	#to_contact a:hover, #to_contact a:active, #to_contact a:focus {
		color: #FFF;
		text-decoration: none;
	}

	
	.contact-label-2{
		display: block;
		margin: 0;
		padding: 0;
		background: #28AAE2;
		width: 157px;
		height: 120px;/*135*/
		border-radius: 10px 0px 0px 10px;/*50％*/
		box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
		position: relative;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		margin-top: 32px;
		margin-bottom: 70px;
	}
	
	.contact-label-2:hover {
		background: #28AAE2;
	}
	
	.contact-label-2 dl {
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}	
	.contact-label-2 dt {
		margin: 0 auto;
		padding: 0px;
		width: 100%;
		height: auto;
		line-height: 0;
	}
	
	.contact-label-2 dl dd {
		display: inherit;
		margin: 0;
		padding: 0;
		font-size: 13px;
		letter-spacing: 2px;
		font-weight: 500;
	}

	#to_contact a:link {
		color: #FFF;
		text-decoration: none;
	}
	
	#to_contact a:visited {
		color: #FFF;
		text-decoration: none;
	}
	
	#to_contact a:hover, #to_contact a:active, #to_contact a:focus {
		color: #FFF;
		text-decoration: none;
	}
}
/*
@media (min-width: 1500px) {
	
	#sp-fixed-menu{
		display: none;
	}
	
	#to_contact {
		display: flex;
		position: fixed;
		right: 0%;
		bottom: 2%;
		margin: 0;
		padding: 0;
		font-size: 27px;
		justify-content: center;
		align-items: center;
		z-index: 9999;
	}
	
	.contact-label{
		display: block;
		margin: 0;
		padding: 0;
		background: #28AAE2;
		width: 135px;
		height: 135px;
		border-radius: 50%;
		box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
		position: relative;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		margin: 12px 12px 70px 12px;
	}
	
	.contact-label:hover {
		background: #28AAE2;
	}
	
	.contact-label dl {
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	
	.contact-label dl dt {
		margin: 0 auto;
		padding: 0;
		width: 25px;
		height: auto;
		line-height: 0;
	}
	
	.contact-label dt {
		margin: 0 auto;
		padding: 30px;
		width: 100%;
		height: auto;
		line-height: 0;
	}
	
	.contact-label dl dd {
		display: inherit;
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 2px;
	}

	#to_contact a:link {
		color: #FFF;
		text-decoration: none;
	}
	
	#to_contact a:visited {
		color: #FFF;
		text-decoration: none;
	}
	
	#to_contact a:hover, #to_contact a:active, #to_contact a:focus {
		color: #FFF;
		text-decoration: none;
	}

	
	.contact-label-2{
		display: block;
		margin: 0;
		padding: 0;
		background: #28AAE2;
		width: 135px;
		height: 135px;
		border-radius: 50%;
		box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
		position: relative;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		margin: 12px;
		margin-bottom: 70px;
	}
	
	.contact-label-2:hover {
		background: #28AAE2;
	}
	
	.contact-label-2 dl {
		margin: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	
	.contact-label-2 dl dt {
	}
	
	.contact-label-2 dt {
		margin: 0 auto;
		padding: 0px;
		width: 100%;
		height: auto;
		line-height: 0;
	}
	
	.contact-label-2 dl dd {
		display: inherit;
		margin: 0;
		padding: 0;
		font-size: 13px;
		letter-spacing: 2px;
		font-weight: 500;
	}

	#to_contact a:link {
		color: #FFF;
		text-decoration: none;
	}
	
	#to_contact a:visited {
		color: #FFF;
		text-decoration: none;
	}
	
	#to_contact a:hover, #to_contact a:active, #to_contact a:focus {
		color: #FFF;
		text-decoration: none;
	}
    

}
*/