@charset "UTF-8";
/* CSS Document */

/******************************** 基本設定 ********************************/

body{
	font-family:'Questrial', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 0.1em;
	color:#999;
	font-size: 14px;
	line-height: 200%;
}

a{
	border:0;
}


ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;

}


hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width:1000px;
}

#container {
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	width:1000px;
	
}
.clear{
	clear:both;
}
.tb60{
	margin-top:60px;
	margin-bottom:60px;
}

.tb40{
	margin-top:40px;
	margin-bottom:40px;
}

.tb10{
	margin-top:10px;
	margin-bottom:10px;
}
.space{
	height:10px;
}

/******************************** ヘッダー ********************************/
#header{
	width: 100%;
	text-align: center;
        background: white;	
}
#header_top{
	width: 100%;
	text-align: center;
        background: white;
}
#logo{
	padding-top:22px;
	padding-bottom:8px;
	text-align: left;
}
#logo img{
	width:290px;
}
.topmenu{
	float:left;
}
#topmenu{
	padding-bottom:2px;
	padding-top:6px;
	z-index:5;
	background: rgba(255, 255, 255, 0.9); 
	width:1000px;
}
#topmenu ul{
	margin: 0;
	height:20px;
}
#topmenu img{
	height:18px;
}
#topmenu li{
	display:inline-block;
	margin-right: 90px;
}

#topmenu li:last-of-type{
	margin-right: 0;
}


/******************************** フッター ********************************/

#footer{
text-align:center;
height:55px;
}


#footer img{
	width:250px;
}

/******************************** バイオグラフィー ********************************/

.bio_link{
	padding-top:60px;
}
.bio_link a{
	border-bottom: 2px solid #999;
	padding-bottom: 4px;
	text-decoration: none;
	color:#999;
	font-size: 16px;
	opacity: 1;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.bio_link a:hover{
	opacity: 0.6;
}

#bio_main{
 padding:60px 0;
	display: block;
}

/******************************** ギャラリー ********************************/
.photomenu{
	display: inline-block;
	margin-right: 10px;
	padding:5px 0;
}
.space_gal{
	height:10px;
}
.photomenu a{
	font-size: 10px;
	padding:5px 10px;
	border:1px solid #aaa;
	line-height: 100%;
	background: #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	color:#999;
	text-decoration: none;
}
.photomenu a:hover{
	background: #666;
	border:1px solid #666;
	color:#fff;
}
.photomenu_now{
	display: inline-block;
	font-size: 10px;
	background: #666;
	color:#fff;
	padding:5px 10px;
	line-height: 100%;
	margin-right: 10px;
	border:1px solid #666;
}
/******************************** コンタクト ********************************/
#mailform{
	text-align: center;
}

#image-btn-send, #image-btn-reset, #image-btn-back {
    border: 0px;
    width: 100px;
    height: 30px;
	vertical-align: middle;
	text-align: center;
	background: #ccc;
	color:#fff;
	letter-spacing: 0.1em;
	font-size: 14px;
}
#image-btn-reset{
	margin-left: 10px;
}

#mailsend table{
		width:600px;
		margin: 30px auto;
	}
#mailsend td{
	padding:5px;
}
#mailsend td.l_Cel{
	width:80px;
}
#mailsend  p.error_messe{
	margin:5px 0;
	color:red;
}

.form_tb{
	margin-top:15px;
}
.form_back{
	background-color:#fff;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	width:600px;
	padding:10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}


.tb100 {
	
	margin-top: 100px;
	margin-bottom: 100px;
}

#thanks {
	text-align:center;
	color: #666;
}

/*******メニュー*******/
.drawer-hamburger{
		display: none;
	}


/********更新前*****/