@charset "UTF-8";
/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
   background-size: cover;               /* 全画面 */
   background-attachment: fixed;         /* 固定 */
   background-position: center center;   /* 縦横中央 */
}
wrapper {
	width: 100%;
}
body div{
	height:100%;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}
#name {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 60px;
	text-align: center;
	height: 100px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
}
a:link{
	color:#000;
	text-decoration: none;
}
a:visited{
	color:#000;
	text-decoration: none;
}	
a:link:hover{
	color:#CCC;
}
a:visited:hover{
	color:#CCC;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.opa7 {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/* ************************************************ 
 *	index
 * ************************************************ */
#mother {
	height: auto;
	width: 100%;
	margin: 0px;
}
#base_menu {
	height: 100px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
#base_menu1 {
	height: 100px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#sab_a_main {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#base {
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	float: left;
	height: 100px;
	width: 300px;
}
#title a:link{
	color:#000;
	text-decoration: none;
}
#title a:visited{
	color:#000;
	text-decoration: none;
}	
#title a:link:hover{
	color:#000;
}
#title a:visited:hover{
	color:#000;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 35px;
	width: 150px;
	margin-top: 65px;
	margin-right: 0px;
	margin-left: auto;
	float: right;
}
#mother #contact0 #form2 #text_info p {
	font-size: 12px;
}
#t_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: right;
}
#t_text1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
}
#foot_menu {
	height: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* ************************************************ 
 *	img&moji
 * ************************************************ */

#in_photo {
    width: 500px;
    height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#photo_img {
    overflow: hidden;
    width: 250px;/* トリミングしたい枠の幅 */
    height: 250px;/* トリミングしたい枠の高さ */
    position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}
#photo_img img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
figure {
	position: relative;
	overflow: hidden;
	height: 250px;
	width: 250px;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 250px;
	width: 250px;
	background: rgba(255,255,255,0.5);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}
.tex11 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 250px;
	width: 250px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

.tex12 {
	text-align: center;
	height: 50px;
	width: 500px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
figure h3 {
	font-weight: 600;
	color: #000;
}