/* CSS Document */
* {
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0 0 0 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*-------サイトの幅--------*/
.contents{
	padding:0 70px 0 70px; margin-left:auto; margin-right:auto;  
	max-width:960px; 
}

/* ==============================
			ヘッダー
=============================== */

/*-------ヘッダーのバックだけ伸びる--------*/
#headerbg{
	background-color:#000033;
	width:100%;

	box-shadow:0px 2px 4px  gray;
	position: fixed;
	top:0;
}



header{

	padding:20px 3% 10px;
	margin-right: auto;
	margin-left: auto;
	max-width:960px;
	display:flex;
	align-items:center;
}

header h1{
	margin:0; padding:0;
	font-size:22px;
	font-weight: normal;
}

header h1 a{
	text-decoration:none;
	color:#fff;
}
	
.toplist-item-name{
	text-decoration:none;
	color:#fff; 
}

.toplist-item-name:hover{
	color:#cbd0d3;
}

.toplist{
	list-style:none;
	margin:0;
	display:flex;
}

.toplist-item{
	margin:0 0px 0 30px;
	font-size:16px
}

.nav-list{
	margin:0 0 0 auto
}


/* ==============================
   contents
=============================== */

/* ==============================================
   他にもご要望〜TEL
   ==============================================*/

.yobo{
	text-align:center;
	margin:60px 0 60px 0;
}

p.contact-p a{
	color:#fff;
	text-decoration:none;
}

.contact-p{
	text-align:center; 
	margin:70px auto 60;
}

.contact-span{
	background-color:#82cddd;
	padding:30px 80px;
	border-radius:5px;
}

.contact-span:hover{
	background-color:#a1d8e6;
}

.tel-p{
	text-align:center;
	margin:60px 0 60px 0px; 
}

.tel-span{
	margin:0 0 0 20px;
	font-size:24px;
}




/*pcでは電話かからない設定*/
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
	.tel-span a{
		color:#000;
	}
	}

/* ==============================
   footer link
=============================== */


.footlist{
	display:flex;
	justify-content: center;/*-------リンクのとこフレックスボックス使ってセンターにする--------*/
	width:100%;
	padding:10px 0 10px 0;
	border-bottom:solid 1px #bbb;
	background-color:#f5f5f5;
	list-style:none;
	margin-bottom:0;
}

.footlist-item-name{
	color:#000;
	text-decoration:none;
	margin:0 15px 0 15px;
}

.footlist-item-name:hover{
	color:#808080;
}

/*---スマホリスト消す---*/
.sp-list{
	display:none;
}


/* ==============================
   footer 住所 バナー部分
=============================== */

/*-------フッターのバックだけ伸びる--------*/

footer{
	background-color:#f5f5f5;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}

.footer-jusho{
	display:flex;
	max-width:960px;
	justify-content: center;
	align-items:center;   /*天地を真ん中揃え*/
	padding:10px 15px;
	margin-right: auto;
	margin-left: auto;
}


.footer-left{
	color:#000;
	padding:0;

}

.footer-left p{
	text-align:left;
}


.footer-left p::first-line{
	font-size:20px;

}
.shame{
	font-size:18px;
	margin:0;
	padding:0;
}

.adress{
	font-size:15px;
	line-height:20px;

}

.footer-center img{
	width:250px;
	background-color:#fff;
	margin:0 0 0 20px;

}

.footer-right img{
	width:170px;
	margin:0 0 0 20px;
}

.footer-center:hover{
	opacity:0.5;
}

.footer-right:hover{
	opacity:0.5;	
}


/* ==============================
   footer コピーライト
===============================*/
	
.copy{
	bottom:fixed;
	width:100%;
	height:20px;
	text-align:center;
	background-color:#000033;
	font-size:x-small;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color:#fff;
} 

