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

.jd{
	clear:both;
	width:90%;
	margin:0 5%;
	}
 img { vertical-align: middle; }
.demo{
	clear:both;
	}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#000;
	letter-spacing:.2em;
	line-height:2em;
	}


li{
	list-style-type:none;}
a{
	text-decoration:none;
	}
nav{
	font-family: 'Hammersmith One', sans-serif;
	font-family: 'Roboto Slab', serif;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	}
nav .col2 a{
  position: relative;
  display: inline-block;
  padding:0 0 0.4em 0;
  text-decoration: none;
}
nav .col2 a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color:#000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
nav .col2 a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/*見出し 横ボーダー*/	

h2 {
	
    overflow: hidden;
    text-align: center;
	margin:15px 0;
}

h2 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	font-size:50%;
	letter-spacing:0.2em;
}


h2 span:before,
h2 span:after {
    border-top: 1px solid #CCC;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}


h2 span:before {
    right: 100%;
}


h2 span:after {
    left: 100%;
}

main{
	padding-top:10px;
	}

#bio .tearsheet dd{
	padding-bottom:20px;
	
	}
address{
	font-style:normal;
	text-align:center;
	color:#000;
	font-size:80%;
	padding:15px 0 25px 0;
	clear:both;
	}	
footer{
	clear:both;
	
	}	


a:link {
   color:#000;
}
a:visited {
    color:#000;
}
a:hover {
   color:#000;
}
a:active {
  color:#000;
}

.shortBorder{
	border-bottom:#000 1px solid;
	width:10px;
	margin:0 auto;
	}	

.center{
	text-align:center;
	}		


@media screen and (max-width:600px) {


#mainNav{
	width:100%;
	padding-top:10px;
	
	}
#logo img{
	margin:0 5% 0 5%;
	width:90%;
	}

nav .col2{
	width:50%;
	float:left;
	text-align:center;
	font-size:12px;
	}

main{
	clear:both;
	}
#scrolltop img{
	width:30px;
	}	
#scrolltop {
	position:fixed;
	right:15px;
	cursor:pointer;
	z-index:9999;
}
#scrolltop a {
	display: block;
	}				
#index a{
	width:100%;
	}
#index a img{
	width:100%;
	margin:5px 0;
	}

main{
	width:90%;
	margin:5% 5%;
	
	}
}

@media screen and (min-width:600px){
#mainNav{
	padding-top:20px;
}

nav .col2 a {
   padding-top:35px;
}


#mainNav{
	width:100%;
	display:table;
	}
#mainNav p{
	width:20%;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
		}

#logo img{
	margin:0 0 0 2vw;
	width:250px;
	}
	
main{
	/*padding-top:60px;*/
	}	

#scrolltop {
	position:fixed;
	right:15px;
	cursor:pointer;
	z-index:9999;
	}
#scrolltop a {
	display: block;
	}
/*#gallery,*/
#bio,#contact,#news {
	width:90%;
	margin:0 5%;
	
	}			
}		
@media screen and (min-width:480px) and ( max-width:980px){

#index a{
	width:50%;
	float:left;
	}
#index a img{
	width:92%;
	margin:4% 4% 4% 4%;

}

}

@media screen and (min-width:980px){

#index a{
	width:33%;
	float:left;
	}
#index a img{
	width:92%;
	margin:4% 4% 4% 4%;

}
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*bio contact news*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#bio .boldName{	
	border-bottom:#CCC 1px solid;
	padding:15px 0 15px 0;
	}

#contact .submit{
	text-align:center;
	}

#contact .contactCell span{
	color:#F00;
	}		
.contactCell{
	border-bottom:#CCC 1px solid;
	
	}

.submitButton{
	padding:1em;
	border-radius:5px 5px 5px 5px;
	background-color:#CCC;
	border:#666 1px solid;
	margin:20px 0;
	border:#CCC 1px solid;
	}

.newsSet{
	margin-bottom:30px;
	}
.newsTitle{
	border-bottom:#CCC 1px solid;
	padding-bottom:10px;
	}
.newsSetBottom{
	padding-bottom:20px;
	}		
/*.newsText,.newsImage{
	float:left;
	width:49%;
	}	
.newsText{
	margin-right:1%;
	}	
.newsImage img{
	width:100%;
	}	*/			

@media screen and (min-width:980px) {
#bio .japanese , #bio .english{
	float:left;
	width:49%;
		
	}
#bio .japanese{
	margin-right:2%;
	}	
#bio .tearsheet{
	clear:both;
	}	

#bio .tearsheet dl{
	float:left;
	width:20%;
	margin:0  auto;
	box-sizing:border-box;
	
	}
#bio .tearsheet dl dt,#bio .tearsheet dl dd {
	width:90%;
	margin:0 5%;
	}
#bio .tearsheet img{
	width:100%;
	}

.contactCell{
	width:100%;
	display:table;
	
	}
.contactHead,.contactBody{
	display:table-cell;
	vertical-align:middle;
	height:80px;
	
	
	}
#contact textarea {
	margin:30px 0;
	}	
.contactHead{
	width:20%;
	
	}	
.contactBody{
	width:80%;
	
	}
		
	}	


@media screen and (max-width:480px) {
	#bio .tearsheet dl{
	float:left;
	width:100%;
	box-sizing:border-box;
	}
	
	#bio .tearsheet img{
		width:100%;
		}
	.contactCell{
	width:100%;
	/*display:table;*/
	
	}
/*.contactHead,.contactBody{
	display:table-cell;
	vertical-align:middle;
	height:80px;
	
	
	}*/
#contact textarea {
	margin:30px 0;
	}	
.contactHead{
	width:100%;
	
	}	
.contactBody{
	width:100%;
	
	}	
	}

@media screen and (min-width:480px) and ( max-width:980px){
	#bio .tearsheet dl{
		float:left;
		width:50%;
		box-sizing:border-box;
		}
	#bio .tearsheet img{
		width:90%;
		margin:0 5%;
		}
	
	}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*mail.php*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.confirm{
	text-align:center;
	margin-top:50px;
	
	}
#formWrap{
	
	margin:0 auto;
	}
.formTable{
	
	margin:0 auto;
	}