@charset "utf-8";

/************** 共通設定 **************/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	color:#666;
	font-size:62.5%;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.inner {
	width:980px;
	margin: 0 auto;
	text-align:center;
}

article {
	padding: 60px 0 30px 0;
	background-color:#fff;
}

article:nth-child(even) {
	background-color:#c4c1c1;
	color: #fff;
}

h2{
	margin-top:20px;
	margin-bottom:80px;
	font-size:4em;
	display:flex;
	align-items:center;
	text-align:center;
}
h2::before {
	margin-right:20px;
	border: 1px solid #666;
	content: "";
	flex-grow: 1;
}
h2::after {
	margin-left:20px;
	border: 1px solid #666;
	content: "";
	flex-grow: 1;
}

#hollrental h2::before,
#hollrental h2::after {
	border: 1px solid #fff;
}

header {
	background-color: rgba(255,255,255,0.9);
	height: 60px;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	border-bottom: 1px solid #000;
}

header h1 {
	float: left;
	padding-top: 18px;
}

nav {
	float: right;
}

nav ul {
	margin-top:27px;
}

nav ul li {
	float: left;
	margin-right: 40px;
}

.navLine a {
	position:relative;
	text-decoration: none;
	font-size: 1.6em;
	color: #333;
}

.navLine a::after {
	position:absolute;
	bottom: -4px;
	left:0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #900;
	transform: scale(0);
	transform-origin: center top;
	transition: 0.3s;
}

.navLine a:hover::after {
	transform: scale(1);
}

.snsBtn {
	margin-top: -4px;
}

#dl-menu {
	display: none;
}

#slider3 img {
	width:100%;
}
#infore  {
	display: none;
	}
	



/************** news **************/
#news h3{
	font-size: 2em;
	margin-bottom:50px;
	color:#333;
}

//#news {background-color: #900;
}




/************** wanted **************/


#wanted {
	background-image: url(../images/haikei1.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;	
	padding-bottom:100px;
}
#consept {
	background-color: rgba(000,000,000,0.5);
	padding: 20px 30px 30px 30px;
}

#consept p {
	
}
#wanted h2 {
	color:#666;
}

#wanted h3 {
	font-size: 2.5em;
	margin-bottom:50px;
	color:#fff;
}
#wanted h4 {
	font-size: 3em;
	margin:50px auto 50px;
	color:#fff;
}
#wanted p {
	font-size: 1.7em;
	line-height: 4em;
	color:#fff;
}

/************** studioes **************/

#studioes {
	 background-image: url(../images/white.jpg);
	 background-size:cover;
	 background-repeat:no-repeat;
}
#studioes h2 {
	color:#666;
}
#studioes h3 {
	font-size: 2.6em;
	margin: 10px 10px 10px 10px;
	margin-bottom:30px;
	color:#444;
}
#studioes h3 style{
	margin: 10px 10px 10px 10px;

}
#studioes h4 {
		font-weight:bold;
	font-size: 2.4em;
	line-height: 2em;
	color:#fff;
}
#studioes h5 {
	font-size: 2.6em;
	margin-bottom:30px;
	color:#444;
}
.moji{
	margin-bottom:50px;
}

.moji p {	
//	font-weight:bold;
	color:#666;
}

#studioes section {
	background-color: #000;
	width: 400px;
	height:300px;
	float: left;
	margin: 0 0px 10px 52px;
}

#studioes section p{
	font-weight:bold;
	font-size: 1.6em;
	line-height: 2em;
	color:#fff;
}
.sample-box-1 {
	border: 4px double #fff;
// 	margin: 1em 0;
	background: rgba(0,0,0,0.6);
}


#youtube {
	 background-image: url(../images/white2.jpg?20200110);;
}



#studioes p {
	font-size: 1.8em;
	line-height: 4em;
}

#studioes section {
//	background-repeat:no-repeat;
//	background-position:center;
//	background-size:100%;
}




/************** hollrental **************/
#hollrental {
//	margin-bottom:50px;
}

#hollrental h3 {
	font-size: 3em;
	margin-bottom:100px;
}

#hollrental p {
	font-size: 1.8em;
	line-height: 4em;
}
#hollrental {
	 background-image: url(../images/haikei4.png);
}



/************** contact **************/

#contact {
	padding-bottom:100px;
}
#contact h2 {color:#666;
}
#contact h3 {
	font-size: 2.1em;
	margin-bottom:50px;
	line-height: 3em;
	color:#666;
}

#contact p {
	font-size: 1.8em;
	line-height: 4em;
}
#contact {
	background-image: url(../images/contacthaikei.png);
	background-position:center;
	background-size:cover;
}
#info {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
#info iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}


/************** access **************/

#access h2{
	margin-top:20px;
	margin-bottom:50px;
	font-size:4em;
	display:flex;
	align-items:center;
	text-align:center;
}
#access h3 {
	font-size: 2em;
	line-height: 2em;
	margin-bottom:10px;
}
#access p {
	font-size: 2em;
	line-height: 2.5em;
}
#access li {
	font-size: 1.4em;
	line-height: 2em;
}

#access {
	 background-image: url(../images/access1.jpg);
	background-size:cover;
}


/************** footer **************/

footer {
	text-align: center;
	color: #fff;
	background-color: #666;
	height: 60px;
	line-height: 60px;
	font-size: 1.8em;
}

/************** pagetop **************/

#page-top {
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 1.2em;
}

#page-top a {
	background-color: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
}

#page-top a:hover {
	background-color: #fff;
	color: #666;
	border: 2px solid #666;
	margin: -2px;
}
#gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
#gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/************** Responsive **************/

@media screen and (max-width: 769px) {
	

	header h1 {
		float: none;
		position: fixed;
		top: 0;
		left: 50px;
	}
	
	.inner {
		width: 307px;
		margin: 0 auto;
		text-align: center;
	}
	
	#page-top a {
		width: 80px;
		padding: 20px 0;
	}
	
	nav {
		display: none;
	}
	
	#dl-menu {
		display: block;
		position: fixed;
		top: 5px;
		right: 20px;
	}
	
	#dl-menu ul li a {
		text-decoration: none;
		color: #000;
	}
	
	h2 {
		font-size: 3.5em;
	}



/************** haishin **************/

	#haishin img{
		width:100%;
		max-width: 100%;
		height: auto;
		margin-bottom:10px;
	}
    #haishin {
	 	background-image: url(../images/densya2.jpg);
	 	background-size:cover;
	 	background-repeat:no-repeat;
	}

/************** wanted **************/

	#wanted {
	background-image: url(../images/haikeiM1.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;	
}
	#wanted h3 {
		font-size: 2.4em;
		margin-bottom: 50px;
	}
	#wanted h4 {
		font-size: 2.4em;
		margin-bottom: 30px;
	}
	
	#wanted p {
		font-size: 1.7em;
		text-align: left;
		margin-bottom: 20px;
		line-height: normal;
	}
	/************** studioes **************/

	#studioes {
	 	background-image: url(../images/white2.jpg);
	 	background-size:cover;
	 	background-repeat:no-repeat;
	}
	
	#studioes img {
		width:30%;
		max-width: 100%;
		height: auto;
		margin-bottom:10px;
	}
	
	#studioes h3 {
		font-size: 2.5em;
		line-height: normal;
		margin: 0 auto 30px;
	}
	
	.moji p {
//		text-align: left;
		font-size: 3em;
	}

	#studioes section {
		float: none;
		width:100%;
		height:100%;
		margin:0 auto 70px;
		padding:0;
	}

#studioes section {
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
	background-size:100%;
	}
	

	
	
	#hollrental p {
		width: 100%;
		text-align: cemter
		font-size: 1.2em;
		line-height: 2em;
		margin-bottom: 20px;
	}
/************** contact **************/
	#contact h3 {
		font-size: 2em;
		margin-bottom: 30px;
	}
	
	#contact p {
		width: 100%;
		text-align: left;
		font-size: 1.2em;
		line-height: 2em;
		margin-bottom: 20px;
	}
	#info  {
	display: none;
	}
	
	#infore {
	display: block;
	font-size: 3.5em;
	line-height: 2em;
	background:#666;
	}
	#infore ul li a{
	color:#fff;
	}
	.sample-box-3 {
    border: 4px double #fff;
      margin: 1em 0;
   padding: 0.7em;
    }
    
/************** access **************/
	#access ul li {
		font-size: 1.2em;
	}
	
	#access ul li:nth-child(2) {
		font-size: 2em;
	}
	#info {
		height: 250px;
		width:80%;
	}
	#gmap {
		height: 250px;
	}
	
	footer {
		font-size: 1.4em;
	}
	
}	
	
	
	
	
	
	
	
/************** Responsive end **************/	


