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

/*
1.リセット
2.ヘッダー
3.ナビゲーション
4.枠
5.フッター
*/

/* --------------------------------------------
 1.リセット
-------------------------------------------- */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body{
	max-width: 1980px;
	margin: 0 auto
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td{
	margin: 0 auto;
	padding: 0;
	font-family: "Noto Sans Japanese", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
	font-size: 15px;
}
input, textarea{
	margin: 0;
	font-size: 100%;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img{ 
	border: 0;
}
address, caption, cite, code, dfn, em, th, var{
	font-style: normal;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
caption,th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after{
	content:'';
}
abbr,
acronym {
	border: 0;
}
u,
ins {
    text-decoration: underline;
}

/*デフォルト*/

/*マージン*/
.mb_20{margin-bottom: 20px !important}
.mb_30{margin-bottom: 30px !important}
.mb_40{margin-bottom: 40px !important}
.clear{clear: both}

/*フォント*/
.f_14{font-size: 14px !important}
.f_16{font-size: 16px !important}

/*幅*/
.w50{width: 50% !important}

/*ディスプレイ*/
.display_block{display: block !important}

.f_25{font-size: 22px !important}
.bold{font-weight: bold !important}
.c_blue{color: #1cb3fb !important}
.c_red{color: #ea0003 !important}
.c_green{color: #7CAF39 !important}
.c_white{color: #fff !important}
.txt_ctr{text-align: center !important}
.l_2{line-height: 2 !important}
.sp_none{display: block}
.pc_none{display: none}

@media only screen and (max-width: 812px) {
	.sp_none{display: none}
	.pc_none{display: block}
}

/* --------------------------------------------
 2.ヘッダー
-------------------------------------------- */
header{
	width: 80%;
	padding: 15px 2%;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
    transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
	position: fixed;
	overflow: hidden;
	z-index: 1000000
}
header .logo{
	width: 400px;
	float: left
}
header .logo img{
	max-width: 100%
}
header nav{
	float: right
}
header nav li{
	margin: 15px 45px 10px 0;
	display: inline-block
}
header nav li a{
	font-size: 20px;
	font-weight:500
}
header nav li a:link{color: #000;text-decoration:none}
header nav li a:visited{color: #000;text-decoration:none}
header nav li a:hover{color: #008FC3;text-decoration:none;-webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s}
header nav li a:active{color: #000;text-decoration:none}

header nav li:last-child{
	display: none
}
@media only screen and (max-width: 1366px) {
	header .logo{
		width: 350px
	}
	header nav li{
		margin: 10px 35px 10px 0
	}
	header nav li a{
		font-size: 20px
	}
}
@media only screen and (max-width: 812px) {
	header{
		width: 96%;
		padding: 15px 2%;
		background: rgba(255,255,255,0.9);
		-webkit-transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
		transition: all .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0s;
		position: fixed;
		overflow: hidden;
		z-index: 1000
	}
	header .logo{
		width: 200px;
		padding-top: 5px;
		float: left
	}
	header nav{
		float: none;
		z-index: 10000000000000000000
	}
	header nav li{
		margin:0;
		padding: 15px 10px;
		border-bottom: 1px solid #ddd;
		display: block
	}
	header nav li a{
		font-size:18px
	}
	header nav li:last-child{
		border-bottom: none;
		display: block
	}
	header nav li:last-child p.tel a{
		margin: 0 auto 10px;
		color: #008FC3;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: bold;
		display: table
	}
	header nav li:last-child p.tel a span{
		font-size: 16px
	}
	header nav li:last-child p.time{
		margin: 0 auto 10px;
		font-size: 14px;
		display: table
	}
}
/* --------------------------------------------
 4.枠
-------------------------------------------- */
.inner_01{
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
	position: relative;
	clear: both
}
@media only screen and (max-width: 1680px) {
	.inner_01{
		max-width: 90%;
		margin:0 5%;
		padding-right: 0;
		padding-left: 0
	}
}
@media only screen and (max-width: 1366px) {
	.inner_01{
		max-width: 96%;
		margin-right: 2%;
		margin-left: 2%;
		padding-right: 0;
		padding-left: 0
	}
}
@media only screen and (max-width: 812px) {
	.inner_01{
		max-width: 98%;
		margin-right: 1%;
		margin-left: 1%;
		padding-right: 0;
		padding-left: 0
	}
}
/* --------------------------------------------
 5.フッター
-------------------------------------------- */
footer .logo{
	width: 250px;
	margin: 30px 30px 80px 0;
	float: left
}
footer .logo img{
	max-width: 100%
}
footer .area_ad{
	width:400px;
	float: left
}
footer .area_ad .ad{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold
}
footer .area_ad .tel{
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold
}
footer .area_ad .time{
	font-size: 14px
}
footer .copy{
	padding: 8px 0;
	background-color: #F5F5F5;
	clear: both
}
footer .copy p{
	font-size: 14px;
	text-align: center
}
footer .contact{
	width: 350px;
	margin: 0 0 0 30px;
	float: left
}
footer .contact p{
	margin-bottom: 25px
}
footer .contact a{
	padding: 8px 30px;
	font-size: 18px;
	background-color: #000
}
footer .contact a:link{color: #fff;text-decoration: none}
footer .contact a:visited{color: #fff;text-decoration: none}
footer .contact a:hover{color: #fff;text-decoration: none;filter:alpha(opacity=70);-moz-opacity: .7;opacity: .7}
footer .contact a:active{color: #fff;text-decoration: none}
footer .contact a i{
	margin-right: 10px
}

@media only screen and (max-width: 812px) {
	footer .logo{
		width: 280px;
		margin: 5px auto 20px;
		float: none
	}
	footer .area_ad{
		float: none
	}
	footer .area_ad .ad{
		margin-bottom: 10px;
		font-size: 15px;
		text-align: center
	}
	footer .area_ad .tel{
		margin-bottom: 8px;
		font-size: 28px;
		text-align: center
	}
	footer .area_ad .time{
		margin-bottom: 20px;
		font-size: 14px;
		text-align: center
	}
	footer .contact{
		width: 90%;
		margin: 0 auto 50px;
		float: none;
		text-align: center
	}
	footer .copy p{
		font-size: 13px
	}
}
