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

/* reset and basic CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 400;
	/*font-size: 16px !important;*/
	background: #fff;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea{
	margin: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
textarea,
select {
	font-family: 'Noto Sans JP',sans-serif;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
input[type="text"],
input[type="email"],
textarea {
	border:1px solid #c9caca;
	padding:3px;
}
ol, ul{
	list-style:none;
}
img {
	vertical-align:bottom;
	border:none;
	max-width:100%;
	height: auto;
}
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{
	text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
/* 電話番号での勝手なスタイルチェンジを防止*/
a[href^="tel:"] {
	color: inherit !important;
	text-decoration: none !important;
}
/* defolt css*/
.mb1em{
	margin-bottom: 1em;
}
span.overline{ text-decoration: line-through; }
/* css for PC 開始 */
@media all and (min-width:641px) {
	div#wapper{
		width: 100%;
		margin: 0;
	}
	div.inner{
		width: 100%;
		margin: 0 auto;
	}
	header{
		width: 100%;
		margin: 0 auto;
		overflow:auto;
		background: url(../img/common/top_light.jpg) no-repeat center bottom #fff;
		padding-bottom: 85px;
	}
	header h1{
		font-family: 'Noto Sans JP',sans-serif;
		font-size: 1.5vw;
		color: #4d4d4d;
		text-align: center;
		margin: 0.7em 0;
	}
	header h1 a{
		font-size: 1.5vw;
		color: #4d4d4d;
		text-align: center;
		margin: 0.7em 0;
		text-decoration: none;
	}
	header h1 a:hover{
		text-decoration: underline;
	}
	/*common footer*/
	footer{
		clear: both;
		width: 1000px;
		margin: 0 auto 2%;
		padding-top: 3%;
	}
	footer h2{
		text-align: right;
		font-size: 1.4vw;
	}
	footer p#email{
		font-size: 0.8vw;
		text-align: right;
	}
	footer p#cpr{
		padding-top: 5%;
		font-size: 0.7vw;
		text-align: center;
	}
	@media screen and (max-width: 1000px){
		footer{
			width: 96%;
			padding-right: 4%;
		}
	}
	@media screen and (max-width: 850px){
		header h1 a{
			font-size: 3vw;
		}
		footer h2{
			font-size: 2.7vw;
		}
		footer p#email{
			font-size: 2.5vw;
		}
		footer p#cpr{
			font-size: 2vw;
		}
	}
}
/* css for SP 開始*/
@media screen and (max-width: 640px){
	div#wapper{
		width: 100%;
		margin: 0;
	}
	div.inner{
		width: 96%;
		margin: 0 2%;
	}
	header{
		width: 100%;
		margin: 0 auto;
		overflow:auto;
		background: url(../img/common/top_light.jpg) no-repeat center bottom #fff;
		padding-bottom: 17%;
	}
	header h1{
		font-family: 'Noto Sans JP',sans-serif;
		text-align: center;
		margin: 0.7em 0;
	}
	
	header h1 a{
		font-size: 4.7vw;
		color: #4d4d4d;
		text-align: center;
		margin: 0.4em 0;
		text-decoration: none;
	}
	/*common footer*/
	footer{
		clear: both;
		width: 95%;
		margin: 0 auto 2%;
		padding-top: 3%;
		padding-right: 5%;
	}
	footer h2{
		text-align: right;
		font-size: 4vw;
	}
	footer p#email{
		font-size: 3.5vw;
		text-align: right;
	}
	footer p#cpr{
		padding-top: 5%;
		font-size: 2.8vw;
		text-align: center;
	}
}