@charset "utf-8";
@media screen and (min-width:769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*デフォルト設定*/
body{
	font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
p{
	font-size: 14px;
}
h2{
	font-size: 40px;
	font-style: bold;
	text-align: center;
	margin: 30px auto;
	line-height: 1.4;
}
h3{
	font-size: 24px;
	font-style: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}
h4{
	font-size: 18px;
	font-style: bold;
}
article{
	padding: 20px;
	border-top: 1px solid #ccc;
}
section{
	margin:0 auto;
	width: 950px;
}
.col2{
	float:left;
	width: 47%;
	padding: 10px;
}
.col3{
	float:left;
	width: 31%;
	padding: 10px;
}
.col4{
	float:left;
	width: 23%;
	padding: 10px;
}
.blueback{
	background-color: #eff;
}

/*個別設定*/
header, footer{
	background-color: #333;
}
header section{
	width:100%;
	padding: 10px 0;
}
header h1{
	font-family: 'Quicksand', sans-serif;
	font-size:30px;
	font-style: bold;
	color: #fff;
	margin: 0 0 0 20px;
	float: left;
}
header nav{
	font-size: 14px;
	color: #fff;
	padding: 10px 0 0 0;
	float: right;
}
header li{
	float: left;
	margin: 0;
	padding: 5px;
}
header li:hover{
	background-color: #fff;
}
header li a{
	color: #fff;
	font-size: 16px;
	padding: 5px;
}
header li a:hover{
	color: #000;
}
article.topvisual{
	padding: 0;
}

.topbackvisual{
	background-image: url("../image/top001.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 700px;
}
.topvisual h2{
	color: #fff;
	font-size: 40px;
	text-shadow: 2px 2px 5px #000;
	padding: 200px 0;
	margin: 0 auto;
}
.contactbtn{
	display: block;
	margin: 20px auto;
	padding: 15px;
	width: 200px;
	background-color: #f60;
}
.contactbtn:hover{
	background-color: #f93;
}
.contactbtn p{
	text-align: center;
	color: #fff;
}
article.selfintro{
	height: 600px;
}
.experiences .col2 h3, .col3 h3, .col3 h4, .col4 h3, .col4 h4{
	text-align: center;
}
.areaintro img{
	margin-bottom: 20px;	
}
.areaintro h3{
	margin-bottom: 0;
}
.areaintro p.subhead{
	margin: 0 0 20px;
	text-align: center;
	color: #999;
	font-size: 16px;
}
.map .gmap{
	display: block;
	margin: 0 auto 20px;
	scrollwheel: false;	
}

.selfintro{
	background-image: url("../../common/image/selfintro001.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.selfintro section{
	background-color:  rgba( 0, 0, 0, 0.3);
	padding: 10px;
}
.selfintro h2, .selfintro h3, .selfintro p{
	color: #fff;
	text-shadow: 3px 3px 1px #000;
}
.selfintro section{
	position: relative;
	top: 300px;
}
.selfintro h3, .selfintro p{
	margin: 10px;
	text-align:center;
}
.experiences a{
	color: #00f;
}

.services .head{
	float: left;
	width: 30%;
	padding: 0 10px 0 0;
}
.services .scontents{
	float: left;
	width: 65%;	
	padding: 0 0 0 20px;
	margin: 0 0 30px 0;
	border-left: 3px solid #666;
}
.services h3{
	margin: 5px 0 0 10px;
}
.qa{
	margin: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.qa h3{
	margin-bottom: 10px;
}
.qa p strong{
	font-size: 24px;
	color: #f00;
}
.contact .conicon{
	display: block;
	text-align: center;
	margin: 20px;
}
.contact .fa-envelope-o{
	color: #f00;
}
.contact .fa-phone{
	color: #00f;
}
.contact .fa-check{
	color: #0f0;
}
.contact p{
	text-align: center;
}
footer{
	padding: 20px 20px 0;
	border-top: 1px solid #ccc;	
}
footer h2{
	color: #fff;
}
.fblikebox{
	margin: 20px auto;	
	width: 350px;
}
.fb-like-box, .fb-like-box span{
	background-color: #eee;
}
footer p{
	color: #fff;
	text-align: center;
}
.copyright{
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 5px 0;
}

/*モーダル設定*/
.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:50%;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}
.modal-content h3{
	text-align: center;
	font-style: bold;
	font-size: 18px;
	margin: 10px;
}
.modal-content ul{
	margin: 20px;
}
.modal-content li, .modal-content p{
	text-align: left;
	font-size: 14px;
	padding: 5px 0;
	list-style-type: disc;
}
.modal-content table{
	border-collapse: collapse;
	width: 60%;
	margin: 0 auto;
}
.modal-content th{
	text-align: center;
	font-size: 14px;
	font-style: bold;
	background-color: #666;
	color: #fff;
	vertical-align: middle;
}
.modal-content tr{
	height: 26px;
}
.modal-content td.tdcol1{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
.modal-content td.tdcol2{
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
}
.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open{
    color:#00f;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
	text-align:center;
	display: block;
	margin: 20px auto 0;
	padding: 15px;
	width: 200px;
	background-color: #f60;
	color: #fff;
}

.modal-close:hover {
    cursor:pointer;
    background-color: #f93;
}