@charset "utf-8";

/*-------------------------------------
   共通設定
-------------------------------------*/
*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 240%;
	letter-spacing: 1px;
	color: #666666;
}
body {
	 -webkit-text-size-adjust: 100%;
}
html,body {
	height: 100%;
}
li { 
	list-style: none;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
body,p,ul,li,h1,h2,h3,h4,dl,dt,dd,tr,th,td {
	padding: 0;
	margin: 0;
}
main {
	display: block;
}
a {
	text-decoration: none;
	color: #00b09c;
}
a:hover {
	opacity: 0.5;
	-webkit-transition: all .3s;
	transition: all .3s;
}
img {
	border: 0px;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
@media screen and (min-width: 769px) {
	.pc_none {
		display: none;
	}
	
}
/* コンテンツ幅　PC:980px、SP:100% */
.inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width: 768px) {
	html {
		line-height: 220%;
		letter-spacing: 0.5px;
	}
	.inner {
		width: 100%;
		padding: 0 4%;
	}
}
/*-------------------------------------
   ヘッダー
-------------------------------------*/
header {
	height: 90px;
	width: 100%;
	position: relative;
	background:  #FFF;
	box-shadow: 5px 0 5px #ccc;
	z-index: 200;
}
header .h_logo {
	float: left;
	margin-top:  15px;
}
header .h_logo.admin {
  float:none;
  margin-top:0;
  padding-top:30px;
}
header .h_logo img {
	width: 340px;
	height: auto;
}
header .info_area {
	float: right;
	text-align: right;
}
header ul.btn_list {
	height: 36px;
}
header ul.btn_list li {
	float: left;
	position: relative;
	width: 160px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
header ul.btn_list li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
header ul.btn_list li img {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 36px;
}
header ul.btn_list li:first-child {
	background-color: #51a8ce;
	margin-right: 10px;
}
header ul.btn_list li:first-child img {
	width: 74px;
	height: auto;
}
header ul.btn_list li:nth-child(2) {
	background-color: #f48c8c;
}
header ul.btn_list li:nth-child(2) img {
	width: 85px;
	height: auto;
}
header ul.tel_list {
	margin-top: 10px;
}
header ul.tel_list li {
	height: 40px;
}
header ul.tel_list li img {
	width: 300px;
}
header .btn_call {
	display: none;
}
#tel_toggle{
	display: none;
}


@media screen and (max-width: 768px) {
	header {
		height: 50px;
		position: fixed;
	}
	header .h_logo {
		margin-top:  10px;
	}
	header .h_logo.admin {
		padding-top:  10px;
	}
	header .h_logo img {
		width: 170px;
		height: auto;
	}
	header ul.btn_list {
		height: 100%;
		position: absolute;
		right: 50px;
	}
	header ul.btn_list li {
		width: 50px;
		height: 50px;
		border-radius: 0;
		border-left: 1px solid #e6e6e6;
	}
	header ul.btn_list li img {
		height: auto;
	}
	header ul.btn_list li:first-child {
		background-color: #FFF;
		margin-right: 0;
	}
	header ul.btn_list li:first-child img {
		width: 30px;
		height: auto;
	}
	header ul.btn_list li:nth-child(2) {
		background-color: #FFF;
	}
	header ul.btn_list li:nth-child(2) img {
		width: 34px;
		height: auto;
	}

	/* TEL開閉ボタン	*/
	#tel_toggle {
		display: block;
		background: url(../img/icon_tel_sp.png) center center / 25px no-repeat #00b09c;
		width: 50px;
		height: 50px;
		padding: 10px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	
	/* TEL開閉ボタンopen時 */
	.open #tel_toggle {
		background: url(../img/icon_tel_open_sp.png) center center / 16px no-repeat #00b09c;
	}
		header ul.tel_list {
			display: none;
			position: absolute;
			top: 50px;
			left: 0;
			margin: 0 auto;
			padding: 50px 5%;
			width: 100%;
			text-align: center;
			height: auto;
			background: rgba(0,176,156,0.8);
			z-index: 100;
	}
	header ul.tel_list li {
		height: auto;
	}
	header ul.tel_list li.tel {
	}
	header ul.tel_list li.tel img {
		width: 275px;
	}
	header ul.tel_list li.tel_day img {
		width: 230px;
	}
	header ul.tel_list li img {
		max-width: 80%;
		height: auto;
		margin-bottom: 10px;
	}
	header .btn_call {
		display: inline-block;
		width: 80%;
		height: 50px;
		background-color: #fff;
		color: #4dc4b3;
		border-radius: 5px;
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
	}
	header .btn_call a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}

}
@media screen and (max-width: 320px) {
	header .h_logo img {
		width: 140px;
	}
}

/*-------------------------------------
  フッター
-------------------------------------*/
footer {
	background-color: #00b09c;
	text-align: center;
}
footer .copy {
	font-size: 11px;
	color: #fff;
	padding: 10px 0;
}



.text-danger {
  color: #f00;
}
.fs10 {
  font-size: 12px;
  line-height: 1.5;
}
.mt5 {
  margin-top: 5px;
}
