@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Montserrat|Oswald|Roboto);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,700italic);

/*hタグフォント*/
@import url(//fonts.googleapis.com/css?family=Playfair+Display);

/* アイコン書体 */
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);

/*インポート属性*/
@import url("./div.css");
@import url("./top.css");
@import url("./detail.css");
@import url("./icono.min.css");
@import url("./htag.css");

.spon{display: none;}
.spoff{display: block;}

.bikou{
	text-align: center;
	background-repeat: repeat-y;
	font-size: 80%;
	line-height: 150%;
	background: #EEEEEE;
	border: 1px solid #CCCCCC; 
	margin:  0 0 10px 0;
	padding: 10px;
}

.off{
	display: none;
}

.hissu {
	background: #FF0000;
	color: #FFFFFF;
	padding: 0.1em 0.2em;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #F00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.gallery {
	color:	#fff;
}


/*------------------------------------------------------
このファイルの概要
このファイルは大枠のCSSに関する定義のエリアです。
基本的なCSSはこちらで定義しております。
トップページはtop.css
サブページはsub.cssで定義しております。
------------------------------------------------------*/

#body2{
	display: none;
}
/*---------------------------------
	全て一旦zero
-----------------------------------*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body,article,section,table,
div,pre,p,blockquote, form,
dl,dt,dd,li,h1,h2,h3,h4,h5,h6, 
embed,object,
header,footer,article,aide,figure
 { 
	margin: 0;
	padding: 0;
	vertical-align: baseline; 
	font-size: 100.01%;
}

/*	基本部分
------------------------------------------------------*/

body{
	color: #111111;
	background: #FFF;
	/*background: #DDDDDD;*/
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 180%;
	/*background:url(../images/bg.jpg) center top;*/
}

img{
	/*画像下の空白を埋める為のおまじない*/
	vertical-align: bottom;
}

address{
	margin: 0;
	font-style: normal;
	font-size: 10px;
	text-align: center;
}

.line {
	margin: 25px 0;
	border: none;
	border-top: dashed 1px #CCCCCC;
	height: 1px;
	color: #FFFFFF;
}

figure .mini,
.mini{
	font-size: 80%;
}


/* コンテンツが短い場合、オーバーレイが途中で切れるのを防止 */
html, body, #wrapper {
	height:100%;
}

/*	文字寄せ
------------------------------------------------------*/
.textL{
	text-align: left;
}

.textC{
	text-align: center;
}

.textR{
	text-align: right;
}

/*	画像寄せ
------------------------------------------------------*/
.imgLeft,
.imgLeft10{
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight,
.imgRight10{
	float: right;
	margin: 0 0 10px 10px;
}

.imgLeft20{
	float: left;
	margin: 0 20px 0 0;
}

.imgRight20{
	float: right;
	margin: 0 0 20px 20px;
}

.imgLeft05{
	float: left;
	margin: 0 10px 5px 0;
}

.imgRight05{
	float: right;
	margin: 0 0 5px 10px;
}


/*	パンくず
------------------------------------------------------*/
.pankuzu {
	line-height: 20px;
	font-size: 85%;
	margin: 10px 0;
}

.pankuzu a{
	color: #000;
	text-decoration: none;
}

.pankuzu a:hover{
	color: #f34d71;
}

/*	pagetop
------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*	padding / margin / br
-----------------------------------------------------*/
.p05{padding: 5px;}
.p10{padding: 10px;}
.p15{padding: 15px;}
.p20{padding: 20px;}
.p0500{padding: 5px 0;}
.p1000{padding: 10px 0;}
.p1500{padding: 15px 0;}
.p2000{padding: 20px 0;}
.p0020{margin: 0 20px}
.p3000{padding: 30px 0;}
.p0005{padding: 0 5px;}
.p0010{padding: 0 10px;}
.p0015{padding: 0 15px;}

.m05{margin: 5px;}
.m10{margin: 10px;}
.m15{margin: 15px;}
.m20{margin: 20px;}
.m0500{margin: 5px 0;}
.m1000{margin: 10px 0;}
.m1500{margin: 15px 0;}
.m2000{margin: 20px 0;}

.m3000{margin: 30px 0;}
.m0005{margin: 0 5px;}
.m0010{margin: 0 10px;}
.m0015{margin: 0 15px;}
.m0020{margin: 0 20px;}

.blogkiji{padding: 10px;}

.br2{margin-bottom: 10px;}
.br3{margin-bottom: 15px;}
.blogkiji p,.br4{margin-bottom: 20px;}
.br5{margin-bottom: 25px;}

.width10{width: 10%;}
.width20{width: 20%;}
.width25{width: 25%;}
.width30{width: 30%;}
.width40{width: 40%;}
.width50{width: 50%;}
.width60{width: 60%;}
.width70{width: 70%;}
.width80{width: 80%;}
.width90{width: 90%;}

.bgfocus{ background: #fafad6;}

.font90{
	font-size: 90%;
}

/*	色
-------------------------------------------------------*/
.red,
.error{color: #FF0000;}

.white{color: #FFFFFF;}


/*	listタグ
-------------------------------------------------------*/
ul.list,
ul.list0,
ul.yokolist{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list li{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}


ul.yokolist li{
	margin: 0;
	padding: 0;
	float: left;
}

ul.list0 li{
	margin: 0;
	padding: 0;
}

/*	clear属性
------------------------------------------------------*/

.cr{
	clear: both;
}

.clear{
	text-align: right;
	clear: both;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
