/* CSS Document */

/*cssリセット*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;	/*width指定箇所ををborderまでの幅に*/
}
html {
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
	font-size: 75%; 		/* 12÷16  12px*/
	color: #333;
}
ul,ol,li{
	margin:0;
	padding:0;
	list-style:none;
}
img {
	vertical-align: middle; /* 画像のベースラインを適切に */
	border: 0;				/*IE10以前でリンク画像のborderを非表示に*/
	max-width: 100%;        /*フルードイメージの設定*/
	height: auto;
}
a{
	text-decoration:none;
}

/*基本書式設定
===============================================================================================*/

body{}
a:link { color: #333; }
a:visited { color: #333; }
a:hover { color: #a40000;text-decoration:underline;}
a:active { color: #333; }
h1{
	font-size:2rem;			/*24px*/
	line-height:1.0;		/*36px*/
	position:absolute;
	z-index:1;
}
h1 img{
	width:150px;
	height:90px;
}
h2{
	padding-top:3em;
	border-bottom:1px solid #ccc;
}
h2 img{
	width:1.2em;
	margin-right:0.2em;
}
h3{
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
}
.lay1{
	margin-top:1em;
	line-height:1.8;
}
.gtop_img{
	margin-top:1em;
}

/*構造設定
===============================================================================================*/
.container{
	width:93.75%;	/* 300px÷320px */
	margin:0 auto;
	padding-bottom:0.5em;
	max-width:1100px;
}
header{
	padding: 1em 0;
}
header .container{
	position:relative;
}
header #header_bn{
	position:absolute;
	top:1em;
	right:1em;
	z-index:9999;
	width:50%;
	text-align:right;
}
header #header_bn img{
	height:30px;
}
header #header_bn .tel a{
	display:none;
}
header #header_bn .tel{
}

/*ヘッダーmenu
===============================================================================================*/

/*header menu部分*/
#menu{
	width:100%;
	margin:0 auto;
	padding:0;
	display:none;
}
#menu li a{
	display: block;
	padding: 12px 0 10px;
	background: #FFF;
	color: #333;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
#menu li a:hover{
	background-image:url(../img/menu_line.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#menu li li{
	display:none;
}
#menu:hover{
	overflow:visible;
}

/*menu部分＋ハンバーガーアイコン*/
#toggle{
	display: block;
	position: relative;
	width: 100%;
	background: #FFF;
	padding-top:5px;

}
#toggle a{
	display: block;
	height:120px;/*ここで高さを調整*/
	padding: 12px 0 10px;
	border-bottom: 1px solid #ccc;
	color: #888788;
	text-align: center;
	text-decoration: none;
}
#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 70%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #888788;
}
#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 70%;
	right: 10px;
	width: 20px;
	height: 4px;
	background: #FFF;
}
#toggle a:before{
	margin-top: -6px;
}
#toggle a:after{
	margin-top: 2px;
}
li.pull_trigger ul{
	display:none;
}

/*トップイメージ上のショップへボタン*/
.flexslider #toshop a{
	display:block;
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:8888;
	background-color: rgba(255, 255, 255, 0.8);
	padding:0.5em 1em;
	color:#a40000;
	border-radius:10px;
	border:1px solid #a40000;
}
.flexslider #toshop:hover a{
	color:#646464;
	background-color: rgba(255, 255, 255, 0.6);
}
.flexslider #toshop:visited a{
	color:#a40000;
}

/*topへ戻るボタン*/
#page-top{
	position: fixed;
	right:20px;
	bottom:20px;
}
#page-top a{
	display:block;
	border-radius:30px;
	width: 35px;
	line-height: 35px;
	background-color:#a40000;
	color: #fff;
	opacity:0.8;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#page-top:hover a{
	opacity: 0.7;
}

/*プロフィール*/
#prof_box1 img{
	width:32%;
	margin-bottom:1em;
}
#prof_box2 dl{
    width:100%;
}
#prof_box2 dl dt{
    clear:left;
    float:left;
    margin:0;
    padding:10px 0 10px 0.5em;
    width:12em;
    line-height:1.5em;
}
#prof_box2 dl dd{
    margin:0;
    padding:10px 0.5em 10px 12em;
    border-bottom:1px solid #CCC;
    line-height:1.5em;
}

/*アルバム*/
#album h3{
	margin-top:0.5em;
}
#album_con{
	display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    width:100%;
	padding-top:1em;
}
#album span{
	display:block;
	margin-top:0.5em;
}
.album_box1,.album_box2{
}
.album_box1{
	flex:left;
	width:49%;
	margin-right:2%;
}
.album_box2{
	flex:right;
	width:49%;
}
#album_con{
	margin-bottom:1em;
}
#album_con a{
	color:#a40000;
}
#album_con a:hover{
	text-decoration:underline;
}

/*お問い合わせについて*/
#shop_bn{
	color:#a40000;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
	background: #fff;
	border:2px solid #a40000; 
	padding: 20px 20px 30px 20px;
	text-align: center;
	min-width:250px;
	max-width:600px;
	margin:5em auto;
	box-sizing:border-box;
}
#shop_bn a{
	display:block;
}
#shop_bn a:link{
	color:#a40000;
}
#shop_bn a:visited{
	color:#a40000;
}
#shop_bn a:hover{
	color:#a40000;
}
#shop_bn span{
	font-size:1.3em;
	line-height:2;
	font-weight:bold;
}

/*フッター*/
footer{
	font-size:14px;
	text-align:center;
	border-top:1px solid #999;
	padding-top:50px;
}

/*アルバムページ*/
p#cat{
	margin:1em auto 0 auto;
	text-align:center;
}
p#cat a{
	color:#a40000;
}

@media screen and (min-width: 768px) {
	html{
		font-size:100%;
	}
	header{
		padding:0;
		width:100%;
		height:140px;
		background-color:#fff;
		position:fixed;
		z-index:9999;
	}
	header .container{
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		font-size:12px;
		width:100%;
		height:140px;
		background-color:#fff;
		margin-left:auto;
		margin-right:auto;
	}
	header #header_bn{
		width:40%;
	}
	header #header_bn img{
		height:40px;
	}
	h1{
		-webkit-box-flex:0 0 200px;/*--- safari（PC）用 ---*/
		flex:0 0 200px;
		text-align:left;
		position:static;	/*初期値に戻す*/
	}
	h1 img{
		width:200px;
		height:120px;
	}
	h2{
		font-size:1.25em;
	}
	#menu-box{
		-webkit-box-flex:1 0 auto;/*--- safari（PC）用 ---*/
		flex:1 0 auto;
	}
	#menu-box{
		position:relative;
	}
	#menu-box ul{
		position:absolute;
		bottom:0;
	}
	
	#menu{
/*		display:block!important;	/*jsに勝つために入れる*/
		
display:flex;
display: -webkit-flex;/*--- safari（PC）用 ---*/

	}
	#menu li:hover{
	}
	#menu li{
/*		float:left;
		width:16%;
		position:relative;*/
		
flex:16%;
-webkit-box-flex:16%;
	}
	#menu li a:hover{
		border-bottom:1px solid ccc;
	}
	#menu li:hover li{
		display:block;
	}
	#menu li li{
		width:16%;
	}
	#menu li li:hover{
		display:block;
	}
	#menu li ul{
		width:100%;
		top:41px;
		z-index:9999;
	}
	#jyosetsu{
		overflow:hidden;
	}
	#toggle{
		display:none;
	}

	/*プロフィール*/
	#prof_box{
		margin-left:auto;
		margin-right:auto;
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		padding:0 1em;
	}
	#prof_box1{
		-webkit-box-flex:0 0 20%;/*--- safari（PC）用 ---*/
		flex:0 0 20%;
		margin-right:2em;
	}
	#prof_box1 img{
		width:100%;
		margin-bottom:0;
		padding-bottom:0.5em;
	}
	#prof_box2{
		-webkit-box-flex:1 1 auto;/*--- safari（PC）用 ---*/
		flex:1 1 auto;
	}
	#prof,#album,#byobu,#access{
		padding-top:100px;
		margin-top:-100px;
	}
		#jyosetsu{
		padding-top:140px;
		margin-top:-140px;
	}

	/*ヘッダー固定により調整*/
	.flexslider{padding-top:140px!important;}
	#albumpage{padding-top:140px!important;}
	.flex-direction-nav a{top:60%!important;}
}