@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(https://fonts.googleapis.com/css?family=Playfair+Display);

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

.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;
}

.bold{
	font-weight: bold;
}

.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で定義しております。
------------------------------------------------------*/

/*第二階層以下はフェードイン扱いにする。*/
#wrap{
	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
 { 
	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;
}

.mini{
	font-size: 80%;
}

/*	文字寄せ
------------------------------------------------------*/
.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 10px 10px;
}

.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;}

.br2{margin-bottom: 10px;}
div.br2p p{margin-bottom: 10px;}
.br3{margin-bottom: 15px;}
.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%;}
.width80auto{width: 80%;margin: auto;}
.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;
}

/*括弧書き*/
ol.listKakko{
	list-style-position: inside;
	padding: 15px 0 0 20px;
	margin:0;
}

ol.listKakko li{
	padding-left: 26px;
	text-indent: -26px;
	line-height: 200%;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
ol.listKakko li:before{
	margin-left: -48x;
	display: marker;
	content: "(" counter(cnt) ") ";
}

ul.tablelist{
	margin-bottom: 20px;
	padding: 0 10px;
	list-style: none;
}

ul.tablelist li{
	float: left;
	display: block;
	width: 33%;
}


/*丸タグ*/
/* arrow x disc */
.maruList{
	margin: 0;
	list-style: none;
	padding: 0 0 0 20px;
}

.maruList li {
	margin: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
}
.maruList li::after,
.maruList li::before {
	display: block;
	content: '';
	position: absolute;
}
.maruList li::after {
	top: .35em;
	left: -1.2em;
	width: 16px;
	height: 16px;
	background-color: #3498db;
	border-radius: 100%;
}
.maruList li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*丸数字*/



ol.marusuuji{
	margin: 0;
	list-style: none;
	padding: 0 0 0 10px;
}
 
.marusuuji li {
	list-style: none;
	position: relative;/*リストの項目の位置を基準に*/
	padding-left: 25px; /*li:before分左に余白を。調整可*/
	margin-bottom: 10px;
	/*margin-bottom: 0.8em;*//*リストの数字がくっついてしまう場合*/
}
 
.marusuuji li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #FFF; /*薄いピンク*/
	border: 1px solid #000; /*濃いピンク*/
	color: #000; /*白*/
	border-radius: 50%; /*丸く*/
	text-align: center; /*端に寄ってる数字を真ん中に*/
	width: 1.3em; /*幅を決めるheightと同じ数値に*/
	height: 1.3em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
	position: absolute; /*リストの基準から移動させる*/
	left: 0em; /*項目の基準、左にあわせる*/
	top: 2px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
	line-height: 1.4;/*数字の位置あわせで数値を指定*/
}

/*	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 */
