@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Yantramanav:300');
 ※

*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000;
}

body{
	font-size: 12px;
	line-height: 1.8em;
	font-family: '-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN',
		"segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
		color: #555;
}

#wrapper{
	width: 800px;
/*	border: 1px solid #faa;*/
	margin: 0 auto;
	text-align: center;
}

.logo{
	width: 200px;
}
.mainvisual{
	width: 100%;
	height: 500px;
	background: #aaa;
}

.name,
.title{
	font-family: 'Yantramanav', sans-serif;
	font-size: 40px;
	margin-bottom: 40px;
}
.name{
	margin-bottom: 20px;
}
.namej{
	margin-bottom: 5px;

}
.tokutei{
	font-weight: normal;
	font-size: 30px;
  transform: scale(0.95, 1);	/* */

}
.container{
	margin-bottom: 60px;
/*	border: 1px solid #aaa;*/
}

.section1{
	
}
.section2{
	
}
.section2 .row{
	margin-top: 60px;
	width: 90%;
}
.section2 .cell p{
	margin-bottom: 10px;
}
.section2 .cell img{
	width: 200px;
	margin-left: 80px;
}


.section3{
	
}
.section3 .row{
	width: 90%;
	margin: 0 auto;
}
.section4{
	
}
.section4 a{
	text-decoration: none;
	color: #fff;
}
.section4 p:hover{
	opacity: 0.7;
}

.section4 p{
	font-size:16px;
	padding: 1.5em;
	background: #000;
	color: #fff;
	width: 600px;
	margin: 0 auto;
}
.section6{
	
}

.section6 img{
	margin-bottom: 30px;
	width: 600px;
	
}
.section6 p a{
	display: block;
	width: 14em;
	text-align: center;
	padding: 0.8em 1em;
	margin: 20px auto;
	background: #000;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
.section6 a:hover{
	opacity: 0.7;
}

.section5{
	
}
.section5 h3{
	font-size: 14px;
	margin-bottom: .5em;
}
.section5 p{
	margin-bottom: 3em;
}

footer{
	font-size:12px;
	background: #000;
	color: #fff;
	padding: 1em;
	margin-top: 60px;
}

footer a{
	color: #fff;
}

.row{
	clear: both;
	overflow: hidden;
}
.cell:nth-of-type(1){
	float: left;
	width:50%;
/*	background: #faa;*/
}
.cell:nth-of-type(2){
	float: right;
	width:50%;
/*	background: #afa;*/
}

/* ==============  contact.html  ============== */
#contact .container{
	width: 600px;
	margin: 60px auto;
	
}
#contact td{
	text-align: left;
}
#contact #formWrap p{
	margin-top: 50px;
	line-height: 2em;
}
#contact h2{
	font-size: 18px;
}
#contact p{
	margin-bottom: 20px;
}


/* ===  phpmail form  === */
#formWrap {
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table td,
table th{
	border:1px solid #ccc;
	padding:10px;
}
table th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
