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


/* -------------------------------------
Browser：IE11 over
-------------------------------------
01: reset
02: common
03：template
-------------------------------------*/

/** ================================================================================
		01.Reset
================================================================================ **/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:none;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
h1, h2, h3, h4, h5, h6,
dt,th{
	font-weight:normal;
}
ul,ol {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
table {
border-spacing:0;
border-collapse:collapse;
}
/* change border colour to suit your needs */
hr {
display:block;
margin:1em 0;
padding:0;
height:1px;
border:0;
border-top:1px solid #cccccc;
}
img{
	border:none;
}
b,em,i,strong,address{
	font-style: normal;
    font-weight: normal;
}
/*input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/

/** ================================================================================
		02.common
================================================================================ **/

@font-face {
	font-weight: normal;
	font-family: 'roundedmplus-2p';
	src: url('../fonts/rounded-x-mplus-2p-regular_sub.eot');
	src: url('../fonts/rounded-x-mplus-2p-regular_sub.eot?#iefix') format('embedded-opentype'), url('../fonts/rounded-x-mplus-2p-regular_sub.woff') format('woff'), url('../fonts/rounded-x-mplus-2p-regular_sub.ttf') format('truetype');
}
@font-face {
	font-weight: bold;
	font-family: 'roundedmplus-2p';
	src: url('../fonts/rounded-x-mplus-2p-bold_sub.eot');
	src: url('../fonts/rounded-x-mplus-2p-bold_sub.eot?#iefix') format('embedded-opentype'), url('../fonts/rounded-x-mplus-2p-bold_sub.woff') format('woff'), url('../fonts/rounded-x-mplus-2p-bold_sub.ttf') format('truetype');
}

body{
	color:#000;
	font-size:16px;
/*	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'M PLUS 1p', 'Noto Sans JP', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'M PLUS 1p';

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}a:hover{
	-webkit-transition: .3s;
	transition: .3s;
}

a:hover{
	text-decoration:none;
}
a:hover img{
	opacity: 0.8;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);
}


/**PC電話ボタン無効**/
a[href^="tel"]{
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	a[href^="tel"]{
		pointer-events: auto;
	}
}

hr{
	display:block;
	margin:1em 0;
	padding:0;
	height:1px;
	border:0;
	border-top:1px solid #1e1e1e;
}

.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
 
.cf {
	min-height: 1px;
}
 
* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clr {
	clear: both;
}


/** ================================================================================
		03.template
================================================================================ **/
