@charset "UTF-8";

/* *******************************************************************************************
* 
*	Base
*
******************************************************************************************* */

html, body{
	width: 100%;
	height: 100%;
}
body, div, form, input, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, hr{
	margin: 0;
	padding: 0;
}
article, aside, footer, header, nav, section{
	display: block;
	margin: 0;
	padding: 0;
}
@font-face{
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans CJK JP'),
		 local('NotoSansCJKjp-Regular'),
		 local('NotoSansJP-Regular'),
		 url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
		 url('../fonts/NotoSansCJKjp-Regular.otf') format('opentype');
}
@font-face{
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans CJK JP'),
		 local('NotoSansCJKjp-Medium'),
		 local('NotoSansJP-Medium'),
		 url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
		 url('../fonts/NotoSansCJKjp-Medium.otf') format('opentype');
}
@font-face{
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 700;
	src: local('NotoSansCJKjp-Bold'),
		 local('NotoSansJP-Bold'),
		 url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
		 url('../fonts/NotoSansCJKjp-Bold.otf') format('opentype');
}
body{
	font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", meiryo, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a{
	color: inherit;
}
a:link, a:visited{
	text-decoration:none;
}
img{
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}
ul{
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
sup{
	position: relative;
	bottom: 1ex;
	height: 0;
	font-size: 60%;
	line-height: 1;
	vertical-align: baseline;
}
@media screen and (min-width : 769px){
	.links,
	.transition{
		transition: all .4s ease;
	}
	.links:hover{
		opacity: .6;
	}
	a[href^="tel:"]{
		pointer-events: none;
	}
}

