/*
Theme Name: 青空スタジオ
Theme URI: 
Description:　青空スタジオのWEBサイト
Author: 大垣敬寛
Author URI: 
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html{
	width: 100%;
	height: 100%;
	font-size: 12px;
}

body{
	background-color: white;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'Meiryo', 'メイリオ','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',  Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

section{
	margin-bottom: 100px;
}
iframe{
	max-width: 100%;
	max-height: 500px;
}
article{
	text-align: left;
}
p{
	margin-bottom: 10px;
}
a{
	text-decoration: none;
	color: #000;
}
img{
	max-width: 100%;
}
h2{
	margin-top: 30px;
	margin-bottom: 30px;
}
h3{
	color: #bad3e0;
	font-size: 1.8rem;
}
h3 a{
	color: #bad3e0;
}
h4{
	color: #bad3e0;
	font-size: 1.8rem;
	margin-bottom: 30px;
}
h4 a{
	color: #bad3e0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#container{
	max-width: 90%;
	margin: 0 auto;
}

.w1000{
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;	
	position: relative;
}

section{
	position: relative;
}

/* header */
header{
	padding-top: 20px;
}
header #logo{
	float: left;
	width: 50%;
}
header #top-contact{
	float: right;
	width: 50%;
	text-align: right;
}
header nav{
	background-color: #91bce2;
}
header nav ul{
	max-width: 1000px;
	margin: 10px auto;
}
header nav ul li{
	width: 16%;
	margin-left: 1px;
	display: inline-block;
}
header nav ul li p{
	margin: 0;
}
header nav ul li img{
	vertical-align: bottom;
}
header nav ul li a{
	display: inline-block;
}
header nav ul li a:hover{
	background-color: transparent;
}
header nav ul li a:hover img{
	visibility: hidden;
}
header nav ul li:nth-of-type(1){
	background: url("./img/nav-o1.png");
	background-size: contain;
}
header nav ul li:nth-of-type(2){
	background: url("./img/nav-o2.png");
	background-size: contain;
}
header nav ul li:nth-of-type(3){
	background: url("./img/nav-o3.png");
	background-size: contain;
}
header nav ul li:nth-of-type(4){
	background: url("./img/nav-o4.png");
	background-size: contain;
}
header nav ul li:nth-of-type(5){
	background: url("./img/nav-o5.png");
	background-size: contain;
}
header nav ul li:nth-of-type(6){
	background: url("./img/nav-o6.png");
	background-size: contain;
}
#breadcrumb{
	text-align: left;
	margin-bottom: 20px;
}
#top-contact{
	padding-top: 60px;
}
#top-contact a{
	display: inline-block;
}
/* -header */

/* footer */
footer{
	margin-top: 60px;
}
.footer-left{
	float: left;
	width: 30%;
}
.footer-right{
	float: right;
	width: 70%;
}
footer ul{
	padding-top: 20px;
}
footer ul li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
address{
	text-align: left;
}

/* -footer */

/* architecture */
.half{
	width: 48%;
	margin-right: 4%;
	float: left;
}
div .half:nth-of-type(2n){
	margin-right: 0;
}
.third{
	width: 32%;
	margin-right: 2%;
	float: left;
}
div .third:nth-of-type(3n){
	margin-right: 0;
	clear: right;
}

.abs-right{
	position: absolute;
	right: 0;
	top: 20px;
}
.abs-right p{
	margin: 5px 20px;
	font-size: 1.5rem;
}
/* -architecture */

/* style */

.large{
	font-size: 1.5rem;
	line-height: 2em;
}

.s-large{
	font-size:1.3rem;
	line-height: 1.6em;
}

.left{
	text-align: left;
}

.h2-round{
	width: 50%;
	min-width: 300px;
	margin: 0 auto;
	color: #fff;
	background-color: #7497b7;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 30px;
}
.h2-clear-round{
	padding:10px 20px;
	border: 1px solid #7497b7;
	border-radius: 15px;
	font-size: 1.6rem;
	color: #7497b7;
}
.btn{
	padding-top: 30px;
	padding-bottom: 30px;
}
.font-b{
	color: #7497b7;
}
.bg-y{
	background-color: #f7f7c6;
}
.bg-b{
	background-color: #e6eef2;
}
.bg-deepb{
	background-color: #91bce2;
}
.bg-w{
	background-color: #fff;
}
.bg-pattern{
	background: url('./img/bg-pattern.png') repeat;
}

/* -style */

/* parts */
#main-img{
	width: 100%;
	position: relative;
}
#main-img img{
	width: 100%;
	height: auto;
}
#main-img div{
	position: absolute;
	max-width: 20%;
	top: 40%;
	left: 10%;
}
.single h2{}

.archive{
	text-align: left;
	background-color: #fff;
	position: relative;
}
.archive>div{
	padding: 20px;
}
.archive img{
	width: 100%;
	height: auto;
}
.archive img+p{
	border-bottom: 1px solid #aaa;
	position: relative;
}
.archive p span+span{
	position: absolute;
	right: 0px;
	background-color: #7e6b2e;
	color: #fff;
	font-size: 0.8rem;
	padding: 0 10px;
}
.archive h3{
	padding-bottom: 10px;
	margin-bottom: 0;
}
.archive p{
	padding-bottom: 10px;
}
.archive h3 a{
	color: #000;
	font-size: 1.3rem;
}

.img-list a img{
	max-width: 180px;
	height: auto;
}

.menu-table{
	width: 100%;
	margin-top: 30px;
	margin-bottom:60px;
	font-size: 1.3rem;
	text-align: left;
}
.menu-table table{
	width: 100%;
}
.menu-table th{
	background-color: #7497b7;
	color: #fff;
	padding: 10px 0 10px 1%;
	width: 58%;
	border-right: 10px solid #fff;
}
.menu-table th+th{
	width: 40%;
}
.menu-table td{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 33%;
	border-bottom: 1px #ddd solid;
	font-size: 2rem;
	color: #7498b7;
}
.menu-table td+td{
	font-weight: bold;
	color: #000;
}
.menu-table tr td:last-child{
	text-align: right;
}


.list{
	text-align: left;
}
.list>.half{
	margin-bottom: 80px;
}
.list h2{
	text-align: center;
}
.list h3 a{
	color: #000;
	font-size: 1.4rem;
}

#gaiyo table{
	width: 100%;
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 60px;
}
#gaiyo table td{
	width: 25%;
	padding: 10px 0;
	border-top: 1px solid #aaa;
}
#gaiyo table td+td{
	width: 75%;
}

#qa dl{
	text-align: left;
	font-size: 1.3rem;
}
#qa dl dt{
	border-bottom: 2px solid rgba(239,235,69,0.8);
	background: url('./img/q.png') no-repeat;
	margin-bottom: 10px;
	background-size: 50px 50px;
	background-position: 0 0;
	min-height: 50px;
	position: relative;
	padding-left: 60px;
	padding-top: 10px;
}
#qa dl dd{
	margin-bottom: 60px;
	position: relative;
	background: url('./img/a.png') no-repeat;
	background-size: 50px 50px;
	background-position: 0 0;
	min-height: 50px;
	padding-left: 60px;
	padding-top: 10px;
}
#contact{
	text-align: left;
}
#half-table td{
	border-top: 1px solid #7497b7;
	padding-top: 20px;
	vertical-align: top;
	padding-bottom: 30px;
	width: 47%;
	padding-right: 6%;
}
#half-table td+td{
	padding-right: 0;
}
#half-table tr:last-child{
	border-bottom: 1px solid #7497b7;
}

#shugo{
	text-align: left;
	font-weight: bold;
}
#shugo img{
	display: inline-block;
	padding-right: 10px;
}
#shugo div div{
	margin-bottom: 30px;
}
#shomei{
	text-align: left;
	font-weight: bold;
}
#shomei h3{
	text-align: center;
}
#shomei img{
	display: inline-block;
	padding-right: 10px;
}
#shomei div div{
	margin-bottom: 30px;
}

.sitemap{
	margin-top: 30px;
	text-align: left;
}
.sitemap>ul>li{
	font-size: 1.8rem;
	padding-top: 10px;
}
.sitemap>ul>li>ul>li{
	font-size: 1.4rem;
	padding-left: 20px;
}

/* -parts */



@media screen and (max-width:1075px){
header #logo{
	float: none;
	width: 100%;

}
header nav ul{
	float: none;
	width: 100%;
	text-align: center;
}

header nav ul li{
	width: 160px;
	max-width: 45%;
	margin-left: 5px;
	display: inline-block;
}
.footer-left{
	float: none;
	text-align: center;
	width: 100%;
}
.footer-right{
	float: none;
	text-align: center;
	width: 100%;
}
.footer-right ul{
	text-align: center;
	width: 100%;
}
address{
	text-align: center;

}
#main-img div{
	max-width: 30%;
	top: 20%;
}
header #top-contact{
	float: none;
	padding-top: 30px;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
}
 /* -mediascreen max1075 */
@media screen and (max-width:600px){
html{
	font-size:10px;
}
body{
	font-size: 12px;
}
.third,.half{
	float: none;
	margin: 0 0 20px;
	width: 100%;
}
.menu-table tr td{
	width: 0%;
	padding-left: 2%;
}
.menu-table tr td+td{
	width: 47%;
}
.list .half{
	text-align: center;
}
.img-list a img{
	max-width: 47%;
	height: auto;
}

.third,.half{
	float: none;
	margin: 0 0 20px;
	width: 100%;
}
#news-btn{
	visibility: hidden;
}

} /* -mediascreen max600 */