@charset "utf-8";
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: local('NotoSansJP-Regular.otf'),
	url(../fonts/NotoSansJP-Regular.woff) format('woff'),
	url(../fonts/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: local('NotoSansJP-Medium.otf'),
	url(../fonts/NotoSansJP-Medium.woff) format('woff'),
	url(../fonts/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: local('NotoSansJP-Bold.otf'),
	url(../fonts/NotoSansJP-Bold.woff) format('woff'),
	url(../fonts/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 800;
	src: local('NotoSansJP-Black.otf'),
	url(../fonts/NotoSansJP-Black.woff) format('woff'),
	url(../fonts/NotoSansJP-Black.otf) format('opentype');
}
.noto{
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
}
.han{ 	font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight:400;}
.han a{ 	font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight:400;}
@media all and (-ms-high-contrast:none) {
.han{ 	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight:400;}
.han a{ 	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight:400;}	
}
@media screen and (max-width: 768px){
.han{ 	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight:400;}
.han a{ 	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight:400;}	
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size:16px;		
	color:#42210B;	
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
/*＿＿＿base＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

li,dt,dd,th,td,h1,h2,h3,h4,h5,h6,time,div{
	line-height: 1;
}
p{
	line-height: 1.6;
}
em{
	color: #F00;
    font-style: normal
}
a:link {
	color: #b22618;
	text-decoration: none;
}
a:visited {
	color: #b22618;
}
a:hover,
a:active {
	color: #b22618;
	text-decoration:underline;
}
a:hover img,
input:hover {
	-ms-opacity: "alpha(opacity=80)";
	opacity: 0.80;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul li {
	list-style: none;
}
ol li {
	list-style-position: outside;
}
/*＿＿＿レイアウト＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.clearfix {
	overflow: hidden;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.center {
	text-align: center!important;
}
.right {
	text-align: right!important;
}
.left{
	text-align: left!important;
}
.middle{
	vertical-align: middle;
}
.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb25 {margin-bottom: 25px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb35 {margin-bottom: 35px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb45 {margin-bottom: 45px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.mb90 {margin-bottom: 90px!important;}
.mb100 {margin-bottom: 100px!important;}

.mt0 {margin-top: 0px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt35 {margin-top: 35px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important;}
.mt100 {margin-top: 100px!important;}

.mr0 {margin-right: 0px!important;}
.mr10 {margin-right: 10px!important;}
.mr20 {margin-right: 20px!important;}
.mr30 {margin-right: 30px!important;}
.mr40 {margin-right: 40px!important;}

.ml0 {margin-left: 0px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.ml30 {margin-left: 30px!important;}
.ml40 {margin-left: 40px!important;}

.f0{font-size: 0px!important;}
.f12{font-size: 12px!important;}
.f14{font-size: 14px!important;}
.f16{font-size: 16px!important;}
.f18{font-size: 18px!important;}
.f20{font-size: 20px!important;}

.sp{
	display:none;
}
.ht{
	text-indent: 100%;
 	white-space: nowrap;
	overflow: hidden;
}
br.sp_br{
	display:none;
}
/*＿＿＿スマホのみ＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
@media screen and (max-width: 768px){
.spmt0 {margin-top: 0px!important;}
.spmt5 {margin-top: 5px!important;}
.spmt10 {margin-top: 10px!important;}
.spmt15 {margin-top: 15px!important;}
.spmt20 {margin-top: 20px!important;}
.spmt25 {margin-top: 25px!important;}
.spmt30 {margin-top: 30px!important;}
.spmt35 {margin-top: 35px!important;}
.spmt40 {margin-top: 40px!important;}
.spmt50 {margin-top: 50px!important;}
.spmt60 {margin-top: 60px!important;}
.spmt70 {margin-top: 70px!important;}
.spmt80 {margin-top: 80px!important;}
.spmt90 {margin-top: 90px!important;}
.spmt100 {margin-top: 100px!important;}

.spmb0 {margin-bottom: 0px!important;}
.spmb5 {margin-bottom: 5px!important;}
.spmb10 {margin-bottom: 10px!important;}
.spmb15 {margin-bottom: 15px!important;}
.spmb20 {margin-bottom: 20px!important;}
.spmb25 {margin-bottom: 25px!important;}
.spmb30 {margin-bottom: 30px!important;}
.spmb35 {margin-bottom: 35px!important;}
.spmb40 {margin-bottom: 40px!important;}
.spmb45 {margin-bottom: 45px!important;}
.spmb50 {margin-bottom: 50px!important;}
.spmb60 {margin-bottom: 60px!important;}
.spmb70 {margin-bottom: 70px!important;}
.spmb80 {margin-bottom: 80px!important;}
.spmb90 {margin-bottom: 90px!important;}
.spmb100 {margin-bottom: 100px!important;}

.img100 > img,
.img90 > img,
.img80 > img,
.img70 > img,
.img60 > img,
.img50 > img{
	height: auto;
}
.img100 > img{width: 100%;}
.img90 > img{width: 90%;}
.img80 > img{width: 80%;}
.img70 > img{width: 70%;}
.img60 > img{width: 60%;}
.img50 > img{width: 50%;}

.img100,
.img90,
.img80,
.img70,
.img60,
.img50{
	text-align: center;
}

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 {
	font-size:14px;
}
.f-left{
	float: none;
}
.f-right{
	float: none;
}
.pc{
	display:none;
}
.sp{
	display:block;
}
br.pc_br{
	display:none;
}
br.sp_br{
	display:block;
}
.sp_center {
	text-align: center;
}
.sp_right {
	text-align: right;
}
.sp_left{
	text-align: left;
}
}