@charset "utf-8";


@media only screen and (min-width: 900px),print {


/*-------------------------------------
	header パターン1　PC
-------------------------------------*/
	
.sticky {
	position:sticky;
	top:0; left:0;
	z-index:9999;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 2px 4px #ddd;}	
	
.header {
	width: 100%;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	position: relative;
}

header #head{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	
}

header #head .logo{
	width: 30%;
	margin: 5px 0 15px 1%;
	float: left;}
	
header #head .logo h1{color: #333;
	font-size: 14px;
	margin: 0 0 5px 0;}	
	
header #head .logo img,
header #head .logo h1 img{
	display: block;
	width: 100%;
	height: 100%;
	max-width:285px;
	
}
header #head .headtel{
	float: right;
	position: relative;
	display: flex;
	}
	
	header #head .headtel .headtel_left{margin: 10px 20px 0 0;}
	header #head .headtel .headtel_left p.tel{margin: 0;
	text-align: right;}
	header #head .headtel .headtel_left p.tel a{font-size: 40px;}
	header #head .headtel h1{text-align: right;
	font-size: 14px;}	
	
header #head .headtel ul{display: flex;
	float: right;}	
	


header #head .headtel ul.icon li img{width: 50px;}
	
	header #head .headtel ul.icon li a{display: block;
	padding: 25px 25px;}	

header #head .headtel ul.icon li.mail a{background-color:#157DB2;}	
	header #head .headtel ul.icon li.mail a:hover{opacity: 0.7;}
	

	
/*---------------------------*/


	
ul.menu{
	width: 100%;
	max-width: 1200px;
	
	margin: 0px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	
}
ul.menu li{
	flex: 0 0 auto;
	margin: 0 0 0 10px;
	list-style-type: none;
}
ul.menu li:last-child{
	
}
ul.menu li a{padding: 5px 15px;
	box-sizing: border-box;
	display: block;
	text-align: center;
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color:#000;
	font-size: 18px;
	
	margin: 0;
	line-height: 1.6;
	position: relative;
	text-decoration: none;

}
	ul.menu li a:hover{background-color:#157DB2;
		color:#fff;}
	
#nav-drawer input,
#nav-drawer label,
#nav-drawer p{
display: none;
}

}





/*-------------------------------------
	header パターン1　SP
-------------------------------------*/

@media screen and (max-width:899px){


.header{
	width: 100%;
background:#fff;
	z-index: 99999;
	position:sticky;
	top:0; left:0;
	min-height: 60px!important;
	box-shadow: 0 2px 4px #ddd;
}

header #head{
	width: 96%;
	margin: 0 2%;
}
header #head .logo h1{font-size: 14px;}
	
header #head .logo{
	
	display: block;
	float: left;
	margin-right: 10px;
	
}
header .logo img{
	
	margin: 10px auto 0 0;
	/*	margin: 8px calc(17% - 40px);*/
	max-width: 150px;

	
}


/*--- メニュー ---*/

nav#menu ul li a:hover{
	color:#FFFFFF;
}
#nav-drawer {
  position: relative;
  float:right;
  margin: 5px 0px 0px 5px;
  padding: 5px 3px 0px 3px;
  /*border: 1px solid #fff;*/
  border-radius: 0px;
	/*background: #94BE07;*/
}
#nav-drawer p {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin:-2px 0 0 0;
	text-align: center;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 20px;
	padding:7px 0;
  margin-left: 4px;
  vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 26px;/*長さ*/
  border-radius: 0px;
  background:#333;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -17px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width:85%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 350px;/*最大幅（調整してください）*/
  height: 100%;
  background:#157DB2;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

ul.menu li {	background-image:url("../image/common/list03.png");
	background-repeat: no-repeat;
	background-position: 10px 17px;
	padding: 10px 0 10px 25px;
	background-size: auto 10px;
	border-bottom: 1px dotted #fff;
	font-family: 'Noto Sans JP';font-weight: 600;
	color: #fff;
}
ul.menu li a {color: #fff;
	display: block;

}


    #sp_btm {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        min-height: 50px;
		z-index: 1000;
	padding: 5px;
	box-sizing: border-box;}

	#sp_btm ul{display: flex;
	align-content: stretch;
	justify-content: space-between;}
	#sp_btm ul li{width: 50%;
	margin: 0;
	text-align: center;
}
	
	#sp_btm ul li a{display: flex;
	padding:10px 10px;
	line-height: 25px;
	justify-content: center;}
	
	#sp_btm ul li a img{
	width: 25px;}
	
	#sp_btm ul li.tel a{background: #333;
	color: #fff;}
	#sp_btm ul li.mail a{background:#157DB2;
	color: #fff;}
	
}
