@charset "UTF-8";
/*サイト設定-------------------------------------------------------------------------------------------------------------*/
/* --------------------
サイト共通要素
-------------------- */
/* --------------------
トップページ
-------------------- */
body{
	min-width: 1200px
	}
	
a{
	text-decoration: none;
	color: #fff !important;
	}
	
.sp_img{
	display: none;
	}
	
/* --------------------
nav
-------------------- */

nav{
	position: fixed;
	top: 0;
	background-color: #fff;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #E4E4E4;
	z-index:500;
	}
	

	
nav h1{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 1.5%;
	}
	
nav .navwrap{
	display: table;
	width: 100%;
	margin: 0 auto;
	}
	
nav ul{
	display: table-cell;
	text-align: right;
	}
	
nav ul li{
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	}
	
nav ul .piano a{
	background-color: #00a0e9;
	padding: 30px 34px;
	margin: 0;
	}
	
nav ul li a{
	display: inline-block;
	}
	
nav ul li a:hover{
	opacity: 0.5;
	}
	
nav ul .piano a:hover{
	background-color: #000;
	display: block;
	opacity: 0.2;
	}
	
/* --------------------
kv
-------------------- */

.kv{
	background: url(../image/top_kv.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 788px;
	}
	
/* --------------------
news
-------------------- */

.news{
	width: 1200px;
	margin: 0 auto;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding-bottom: 40px;
	margin-top: -70px;
	}
	
.news h1{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 30px 0;
	}
	
.news li{
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	font-size: 16px;
	padding: 20px  0 20px 0;
	width: 1000px;
	margin: 0 auto;
	line-height: 1.5em;
	}

.news li a{
	color: #000 !important;
	text-decoration: underline;
}

.news li a:hover{
	color: #fff;
}
	
.news li span{
	display: block;
	font-weight: bold;
	}

/* --------------------
section
-------------------- */
section{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	}
	
#miyatatudio,#miyataworks,#miyatarental,#miyataabout,#miyataacc{
	margin-top: 80px;
	}
	
section h1{
	text-align: left;
	}
	
section p{
	line-height: 2em;
	font-size: 16px;
	text-align: left;
	}

.top section a{
	width: 170px;
	display: block;
	border-radius: 50px;
	border: 3px solid #000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	text-decoration: none;
	color: #000 !important;
	}
	
.top section a:hover{
	width: 170px;
	display: block;
	border-radius: 50px;
	border: 3px solid #000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	text-decoration: none;
	background-color: #000;
	color: #fff !important;
	}
	
/*　　no.1*/
	
.no1{
	margin-top: 120px;
	height: 525px;
	}
	
.no1 h1,.no1 p,.no1 a{
	position: absolute;
	left: 550px;
	}
	
.no1 h1{
	top: 233px;
	}
	
.no1 .img{
	position:absolute;
	background: url(../image/sec1_img.png) no-repeat;
	width: 520px;
	height: 323px;
	background-size: contain;
	z-index: -5;
	top: 100px;
	left: 80px;
	}
	
.no1 p{
	top: 311px;
	}
	
.no1 a{
	top: 472px;
	}
	
/*　　no2*/

.no2{
	height: 650px;
	}
	
.no2 h1,.no2 p,.no2 a{
	position: absolute;
	left: 177px;
	}
	
.no2 .img{
	position:absolute;
	background: url(../image/sec2_img.png) no-repeat;
	width: 556px;
	height: 550px;
	background-size: contain;
	z-index: -5;
	top: 100px;
	right: 80px;
	}
	
.no2 h1{
	top: 226px;
	}
	
.no2 p{
	top: 305px;
	}
	
.no2 a{
	top: 495px;
	}


	
/*　　no3*/

.no3{
	height: 670px;
	}

.no3 h1,.no3 a,.no3 p{
	position: absolute;
	left: 726px;
	}
	
.no3 div{
	position:absolute;
	background: url(../image/sec3_img.png) no-repeat;
	width: 597px;
	height: 569px;
	background-size: contain;
	z-index: -5;
	top: 100px;
	left: 80px;
	}
	
.no3 h1{
	top: 192px;
	}
	
.no3 p{
	top: 271px;
	}
	
.no3 a{
	top: 460px;
	}
	
/*　　no4*/

.no4{
	height: 585px;
	}
	
.no4 h1,.no4 a,.no4 p{
	position: absolute;
	left: 176px;
	}
	
.no4 .img{
	position:absolute;
	background: url(../image/sec4_img.png) no-repeat;
	width: 580px;
	height: 360px;
	background-size: contain;
	z-index: -5;
	top: 100px;
	right: 126px;
	}
	
.no4 h1{
	top: 300px;
	}
	
.no4 p{
	top: 374px;
	}
	
.no4 a{
	top: 564px;
	}
	
/* --------------------
CONTACT
-------------------- */
.con{
	background-color: #f7f7f7;
	width: 100%;
	padding: 100px 0;
	margin: 0;
	margin-top: 180px !important;
	}
	
.con h1{
	text-align: center !important;
	}
	
.con p{
	margin: 25px 0 50px 0;
	font-weight: normal;
	text-align: center !important;
	}
	
.con a{
	width: 500px;
	padding: 22px 0;
	border-radius: 50px;
	font-weight: bold;
	background-color: #fff;
	border: 3px solid #00a2d9;
	color: #00a2d9 !important;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1em;
	}
	
.con a:hover{
	width: 500px;
	padding: 22px 0;
	border-radius: 50px;
	font-weight: bold;
	background-color: #00a2d9;
	border: 3px solid #00a2d9;
	color: #fff !important;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1em;
	}
	
/* --------------------
GoogleMAP
-------------------- */

#map{
	width: 100%;
	line-height: 0;
	}
	
#map iframe{
	width: 100% !important;
	}
	
/* --------------------
footer
-------------------- */

footer{
	background-color: #272727;
	color: #fff;
	padding-top: 50px;
	}
	
footer .ftop{
	display: table;
	width: 100%;
	margin-bottom: 65px;
	}
	
footer h1{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 1.5%;
	}
	
footer .wrap{
	display: table-cell;
	text-align: left;
	width: 345px;
	padding-right: 3%;
	}
	
footer .wrap ul{
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 100%;
	}
	
footer .wrap ul li{
	display: table;
	font-size: 16px;
	margin-bottom: 15px;
	}
	
footer .wrap ul li .icon{
	display:table-cell;
	text-align: center;
	width: 20px;
	}
	
footer .wrap ul li .tex{
	display: table-cell;
	text-align: right;
	padding-left: 30px;
	}
	
footer .sns{
	display: table;
	margin-top: 10px;
	line-height: 0;
	width: 300px;
	}
	
footer .sns a{
	display: table-cell;
	line-height: 0;
	vertical-align: middle;
	}
	
footer .sns .iconma{
	margin-right: 20px;
	display:inline-block;
	vertical-align: middle;
	}
	
footer .sns .blog{
	text-decoration:none;
	font-size: 14px;
	width: 102px;
	padding: 12px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	}
	
footer p{
	margin-top: 60px;
	padding-bottom: 20px;
	font-size: 14px;
	}
	
	
/*　　サイトマップ*/

.sitemap{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
	
.sitemap li{
	display: inline-block;
	margin-right: 8%;
	vertical-align: top;
	text-align: left !important;
	}
	
.sitemap li span{
	display: block;
	margin-top: 8px;
	font-weight: normal;
	text-align: left !important;
	}
	
.sitemap .bottompiano{
	margin: 0;
	}
	
footer a:hover{
	opacity: 0.5;
	}
	
	
	
	
	
@media screen and (min-width:0px) and (max-width:767px) {
	
body{
	width: 100%;
	min-width: inherit;
	}
	
.pc_img{
	display: none;
	}
	
.sp_img{
	display: block;
	}
/* --------------------
nav
-------------------- */
nav{
	border-bottom: 1px solid #E4E4E4;
	width: 100%;
	padding: 4% 0;
	}
	
nav .navwrap{
	display: table;
	width: 90%;
	}
	
nav h1{
	font-size: 0;
	display: table-cell;
	}
	
nav h1 img{
	width: 50%;
	}	
	
nav .hamburger{
	width: 8%;
	height: 5%;
	display: table-cell;
	position: relative;
	}
	
nav .hamburger span{
	width: 100%;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 0;
    padding: 0;
	position: absolute;
	}
	
nav .hamburger .top{
	top: 0;
	left:0;
	}
	
nav .hamburger .center{
	top: 45%;
	left:0;
	}
	
nav .hamburger .bottom{
	bottom: 0;
	left:0;
	}
	
nav ul{
	display:none;
	}	
	
/*　　open時*/
nav.open{
	border-bottom: 1px solid #E4E4E4;
	display: table;
	}
	
nav.open .navwrap{
	display: block;
	width: 90%;
	text-align: right;
	position: relative;
	}
	
nav.open h1{
	display: none;
	}
	
nav.open .hamburger{
	width: 10%;
	height: 5%;
	display: inline-block;
	}
	
nav.open .hamburger .center{
	display: none;
	}
	
nav.open .hamburger .top{
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	}
	
nav.open .hamburger .bottom{
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: 0;
	}
	
nav.open ul{
	text-align: center;
	display: block;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}
	
nav.open ul li{
	display: block;
	margin-right: 0;
	padding: 20px 0;
	}
	
nav.open ul .piano a{
	width: 100%;
    padding: 35px 0;
	}
	
	
/* --------------------
kv
-------------------- */

.kv{
	height: 320px;
	}
	
	
/* --------------------
news
-------------------- */

.news{
	width: 90%;
	padding-bottom: 20px;
	margin-top: -13%;
	}
	
.news h1{
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	width: 90%;
	padding: 15px 0 15px 0;
	}
	
.news h1 img{
	width: auto;
	height: 10px;
	}
	
.news li{
	font-size: 12px;
	padding: 10px  0 10px 0;
	width: 90%;
	}
	
/* --------------------
section
-------------------- */
section{
	position: inherit;
	width: 100%;
	}
	
#miyatatudio,#miyataworks,#miyatarental,#miyataabout,#miyataacc{
	margin-top: 20%;
	}
	
section h1 img{
	height: auto;
	width: 100%;
	}
	
section p{
	display: none;
	}
	
.top section a{
	width: 170px;
	border-radius: 50px;
	border: 3px solid #000;
	padding: 10px 0;
	display: inline-block;
	}
	
.top section a:hover{
	width: 170px;
	display: inline-block;
	border-radius: 50px;
	border: 3px solid #000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	text-decoration: none;
	background-color: #000;
	color: #fff !important;
	}
	
/*　　no.1*/
	
.no1{
	margin-top: 120px;
	height: auto;
	position: relative;
	}
	
.no1 h1,.no2 h1,.no3 h1,.no4 h1{
	position: inherit;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	width: auto;
	margin: 0 5%;
	}
	
.no1 a{
	position: initial;
	top: 0;
	left: 0;
	margin-top: 10%;
	}
	
.no1 .img{
	position: initial;
	background: url(../image/sec1_img.png) no-repeat;
	width: 95%;
	height: 145px;
	z-index: -5;
	background-size: contain;
	top: 0;
	left: 0;
	margin-left: 5%;
	}
	
/*　　no2*/
	
.no2{
	height: auto;
	position: relative;
	}
	
.no2 a{
	position: initial;
	top: 0;
	left: 0;
	margin-top: 10%;
	}
	
.no2 .img{
	position: initial;
	background: url(../image/sec2_img.png) no-repeat;
	width: 100%;
	height: 247px;
	background-size: contain;
	z-index: -5;
	top: 0;
	right: 5%;
	background-position: center right 15%;
	}
	
	
	
/*　　no3*/

.no3{
	height: auto;
	position: relative;
	}

.no3 a{
	position: initial;
	top: 0;
	left: 0;
	margin-top: 10%;
	}
	
.no3 .img{
	position: initial;
	background: url(../image/sec3_img.png) no-repeat;
	width: 95%;
	height: 256px;
	background-size: contain;
	z-index: -5;
	top: 68px;
	right: 0;
	left: 5%;
	margin-left: 5%;
	background-position: center left;
	}
	
/*　　no4*/
	
.no4{
	height: auto;
	position: relative;
	}

.no4 a{
	position: initial;
	top: 0;
	left: 0;
	margin-top: 10%;
	}
	
.no4 .img{
	position: initial;
	background: url(../image/sec4_img.png) no-repeat;
	width: 100%;
	height: 145px;
	background-size: contain;
	z-index: -5;
	top: 68px;
	right: 0;
	left: 0;
	background-position: center right 10%;
	}
	
	
	
	
/* --------------------
CONTACT
-------------------- */
.con{
	background-color: #f7f7f7;
	width: 100%;
	padding: 15% 0;
	margin: 0;
	margin-top: 30% !important;
	}
	
.con h1{
	text-align: center !important;
	margin-bottom: 5%;
	}
	
.con h1 img{
	height: 18px;
	width: auto;
	}
	
.con p{
	margin: 25px 0 50px 0;
	font-weight: normal;
	text-align: center !important;
	}
	
.con a{
	width: 90%;
	padding: 16px 0;
	border-radius: 50px;
	font-weight: bold;
	background-color: #fff;
	border: 3px solid #00a2d9;
	color: #00a2d9 !important;
	margin: 0 auto;
	}
	
.con a:hover{
    width: 90%;
    padding: 16px 0;
    border-radius: 50px;
    font-weight: bold;
    background-color: #00a2d9;
    border: 3px solid #00a2d9;
    color: #fff !important;
    margin: 0 auto;
	}
	

	/* --------------------
GoogleMAP
-------------------- */

#map iframe{
	height: 200px;
	}
	
/* --------------------
footer
-------------------- */

footer{
	padding-top: 0;
	}
	
footer .ftop{
	display: block;
	width: 100%;
	margin-bottom: 65px;
	}
	
footer h1{
	display: block;
	width: 90%;
	padding: 10% 0;
	margin-left: 5%;
	border-bottom: 1px solid #fff;
	}
	
footer h1 img{
	width: 55%;
	}
	
footer .wrap{
	display: block;
	width: 90%;
	padding-right: 0;
	text-align: left;
	padding-left: 5%;
	}
	
footer .wrap ul{
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 100%;
	padding: 10% 0;
	}
	
footer .wrap ul li{
	display: table;
	font-size: 16px;
	margin-bottom: 15px;
	}
	
footer .wrap ul li .icon{
	display:table-cell;
	text-align: center;
	width: 20px;
	vertical-align: middle;
	}
	
footer .wrap ul li .tex{
	text-align: left;
	}
	
footer .wrap ul .mailma{
	margin-bottom: 0;
	}
	
footer .sns{
	padding: 10% 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
	}
	
footer .sns .blog{
	display: inline-block;
	width: 35%;
	padding: 3%;
	}
	
footer p{
	margin-top: 20%;
	padding-bottom: 5%;
	font-size: 13px;
	}
	
	
/*　　サイトマップ*/

.sitemap{
	text-align: left;
	margin: 0 5%;
	width: 90%;
	}
	
.sitemap li{
	margin-bottom: 10%;
	}
	
.sitemap li span{
	display: none;
	}
	
	
	
	
	
	
	
	
	
	
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	