@charset "utf-8";
/* CSS Document */

/*ここまでベースにする？？*/
header{
	width: 100%;
	z-index: 1000;
	top: 0;
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: rgba(255,255,255,0.6);
	min-width: 320px;
}

.header_contents{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1200px;
	padding-left: 5px;
	padding-right: 5px;
}
@media all and (max-width:576px){
.header_contents p{
	text-align: center;
}
}
.header_logo:hover{
	opacity: 0.6;
}
.catch{
	font-size: 12px;
	margin-bottom: 0.3rem;
}
@media all and (min-width:577px){
.catch{
	margin-bottom: -10px;
	}
}
.tel_number{
	color: #f36;
	font-size: 180%;
}
.tel_time{
	font-size: 90%;
}
@media screen and (min-width:992px) and (max-width:1092px){
.tel_number{
	font-size: 160%;
}
}
.header_contact, .header_tel{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	z-index:500;
    height: 100%;
}
.header_contact img, .header_tel img{
	max-height: 65px;
}

.header_contact button{
    background-color: #f60;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 120%;
    border-radius: 60px;
	padding: 1rem;
}
.header_contact button span{
	width: 6.5rem;
	margin-right: 0.3rem;
	color: #fff;
}
.header_contact button img{
	display: inline-block;
	height: 24px;
	width: 1rem;
	padding-top: 10px;
}
@media screen and (min-width:768px) and (max-width:800px){
.header_contact button{
    max-height: 60px!important;
}
}
.header_contact button:hover, .header_tel:hover, .footer_tel:hover,.footer_form:hover{
	transform: scale(1.05);
}

header form button{
	width: 100%;
}

.motto-all-nav{
	width: 100%;
	background-color: #a7cce7;
}
.motto-all-nav ul{
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.motto-all-nav ul li{
	padding:0.5rem;
	border-left: solid 2px #fff;
	text-align: center;
}
.motto-all-nav ul li:last-child{
	border-right: solid 2px #fff;
}
@media all and (max-width:1000px){
	.motto-all-nav ul li{
		font-size: 85%;
}
}
@media all and (max-width:850px){
	.motto-all-nav{
		display: none;
}
}
.motto-all-nav ul li:hover{
	background-color: #cce1e8;
	transition: 0.2s;
}
.motto-all-nav ul li a:hover{
	height: 100%;
	transition: 0.2s;
}


