@charset "utf-8";

/*ヘッダー*/
#logo{
	position: absolute;
	top:100px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.5;
}
#headernavbox{
	width: 980px;
	margin: 3px auto;
	overflow: hidden;
}
#headerh1box{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
header address{
	width: 250px;
	font-size:28px;
	font-weight: bold;
	float:left;
	text-align: center;
	line-height: 21px;
	padding: 7px 0 0;
	margin-bottom: 7px;
}
header address span:nth-child(3){
	font-size: 16px;
	font-weight: bold;
}
header h2{
	float: right;
	padding:10px;
	background:#f0debb;
	border-radius:5px;
	font-size:75%;
	letter-spacing:0.1em;
}
#headernavbox>a img{
	float: left;
	margin:0 8px 4px 0;
	border-radius:6px;
}
#headernavbox>div a:first-child img{
	margin-bottom: 8px;
}

/*ニュースとソーシャル*/
#shintyaku{
	overflow: hidden;
}

#shintyaku-left{
	width: 652px;
	float: left;
}

#news article{
	margin:15px;
	border-bottom:1px dotted #d6bb87;
	border-left:none;
}

#news{
	width:600px;
	margin: 18px 0 15px 25px;
}

#news span{
	font-weight:bold;
	color:#967b5e
}

#news img{
	margin:0 5px 0 10px;
	position:relative;
	top:-5px;
}

#fbbox iframe{
	margin-left: 25px;
	width: 500px;
	height: 70px;
}

#shintyaku-right{
	float: right;
	width:303px;
	margin:17px 25px 0 0;
	height:233px;
}

/*サービス*/
#service{
	overflow: hidden;
}
#service>img{
	margin: 15px 15px 10px 0;
	float: left;
}
#service div{
	float: left;
	margin: 15px 15px 0 0;
}
#service h4{
	clear: both;
}
#service a{
	font-weight: bold;
}
#service div{
	width:240px;
	margin: 10px 10px 20px 0;
}
#service div img{
	margin:4px 0;
}

/*Studio Orque について*/
.heimen{
	margin: 0 97.5px;
}
#about iframe{
	margin: 15px 105px 0 105px;
}
#about>div>h4, #about>div>p{
	text-align: center;
}
#about > div{
	box-sizing: border-box;
	overflow: hidden;
	border-bottom:1px dotted #d6bb87;
	padding:0 0 15px;
	margin:0 auto;
	border-left:none;
}
#about > div:nth-of-type(2){
	padding-top: 15px;
}
.aboutphoto{
	float: left;
	margin: 15px 15px 0 0;
	width:200px;
}

#about > div > div{
	float: right;
	width:660px;
	margin:15px 0 0;
}

#about h4{
	padding:0;
	color:#4e0300;
	background:none;
	font-weight:bold;
	margin:0 0 10px 0;
	font-size:110%;
	border-radius:0px;
	letter-spacing:0;
}
#about h4 img{
	margin-left:10px;
	position:relative;
	top:-2px;
}
#about a img:hover{
	position:relative;
	left: 2px;
}
#sakuratani{
    text-align: center;
}
#sakuratani img{
    width: 94.786%;
}