@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato|Meie+Script|Josefin+Sans);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);

@font-face
{
font-family: はんなり明朝;
src: url('../font/hannari_web.woff2')
     format("woff2");
}
  
/*
	BASE
*******************************/

/*body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;}*/
/*
* {
	font-family: "Lato","Shin Go Medium","UD Shin Go NT Medium","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
}
font-family: 'Tinos', serif;
Mplus 1p
UD Shin Go Regular
UD Shin Go Medium
*/
* {
	font-family:"Lato", Arial, Helvetica, "sans-serif", "M PLUS Rounded 1c","Shin Go Regular", "M PLUS 1p", "Noto Sans JP",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0;
	padding: 0;
}

body > #container {
	height: auto;
}
body * {line-height:1.22em;}

img {
	vertical-align:bottom;
	line-height:0;
}


p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6 { color:#000;}

a,
a:link,
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}

a img {
	outline:none;
	border:none;
}
#container div area {
	border:none;
	outline:none;
}

.clear { clear:both;}

* img {
	max-width: 100%;
	height: auto;
}

/**本アップ対応**/
a.nolink,
a.nolink:link,
a.nolink:visited,
a.nolink:hover {
	opacity:0.4 !important;
	-moz-opacity:0.4 !important;
	-webkit-opacity:0.4 !important;
	cursor:default !important;
	color:#595757 !important;
}

/*//////////////////////////////////////////////////////////////////////////*/



/*
	BASE LAYOUT
******************/
body {
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	transition:.5s;
}
body.load {
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	transition:.5s;
}
#container,
#main {
	width:100%;
	margin:0;
	padding:0;
}
#main {
	width:100%;
	margin:0 auto;
	padding:0 0 60px;
}
#main p {
	font-size:14px;
	line-height: 2em;
	margin: 0 0 1em;
	padding:0;
}


/*//////////////////////////////////////////////////////////////////////////*/








/*//////////////////////////////////////////////////////////////////////////*/

/*
	Contents LAYOUT
******************/
#contents {
}

#contents.p404 h1 {
	font-size:1.4em;
	margin-bottom:1em;
	text-align:center;
}
#main #contents.p404 p {
	text-align:center;
}

.wp-pagenavi {
	text-align:center;
	margin-bottom: 30px;
}

#wpfront-scroll-top-container {
	width:40px;
	height:40px;
}

.wp-pagenavi a, .wp-pagenavi span {
	display:inline-block;
}


@media screen and (max-width: 768px){

#main {
	padding:0 0 30px;
}
	
}