@charset "UTF-8";
/*
Theme Name: base
Theme URI: 
Text Domain: base
*/

/* CSS Document */
/* RESET_START */

/* reset css */
html, body, div, span, applet, object, iframe,  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-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, button, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	width: auto;
	overflow: visible;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

/* end reset css */
html, body {
	height: 100%;
}
/*float clear*/
.clear:after {
	content: "\200c";
	display : block;
	height: 0;
	font-size: 0;
	clear: both;
}
.none {
	display: none;
	overflow: hidden;
}
a, button, input[type=submit], input[type=button] {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* html {
 filter: expression(document.execCommand("BackgroundImageCache",  false, true));
} */
/* CSS Document */
/* RESET_START */


/*
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,address,table,form,fieldset,a,iframe,div,th{
margin:0;padding:0;font:normal 90% ;color:#000;
text-decoration:none;list-style:none;line-height:100%;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.clear {
	clear: both;
}
/*IMAGEリンク*/

a img {
	border: none;
}
img {
	width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	image-rendering: auto;/****CHROME縮小画像ぼやけ対策****/
}
/* RESET_END */


html {
	font-size: 10px;
	scroll-behavior: smooth;
}

body {
	color: #333333;
	font-family:'Noto Sans JP',sans-serif;
	background-color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	box-sizing: border-box;
	font-weight: 400;
	letter-spacing: 0.1em;
}


/* body {
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
} */
 /* @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
} */

img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }

a{
text-decoration: none;
color: #000;
transition: 0.3s;
}
a:active{
	color: #000;
}
a:focus{
	outline: none;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
address{
	font-style:normal;
}
