@charset "utf-8";


/*---------------------main-----------------------*/

#main {
	height: 500px;
	padding-top:80px;
}

/* main-visual */
#main-visual {
	width: 100%;
	height: 500px;
	margin:0 auto;
    background: url(../image/main.jpg) no-repeat center center;
	background-size:cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main-visual h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 28px;
	color: #fff;
	letter-spacing:0.5em;
	text-shadow:1px 2px 3px #808080;
	-moz-text-shadow:1px 2px 3px #808080;
	-webkit-text-shadow:1px 2px 3px #808080;
	-o-text-shadow:1px 2px 3px #808080;
	-ms-text-shadow:1px 2px 3px #808080;
}


/*---------------------スタジオ-----------------------*/

.inner {
	max-width:1100px;
	margin:0 auto;
}

.studio_title h3{
	margin:90px auto;
	width:270px;
	height:64px;
	background:url(../image/title_studio.jpg) no-repeat;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}


.studio2 h4{
	margin-bottom:20px;
	color:#333;
	font-weight:bold;
	font-size:22px;
	text-align:justify;
	letter-spacing:0.1em;
}

.studio2 p{
	margin-bottom:20px;
	font-size:17px;
	text-align:justify;
}


.studio_sinkobe1{
	margin-bottom:100px;
}

.studio_sinkobe2{
	width:60%;
	padding-right:5%;
	float:left;
	padding:auto;
}

.studio_img1 img{
	width:35%;
	height:35%;
	float:right;
}

.studio_img1 img:hover ,.studio_img2 img:hover ,.studio_img3 img:hover{
	opacity:0.6;
    transition: .4s;
}

.studio_rokko1{
	margin-bottom:100px;
}

.studio_rokko2{
	width:60%;
	padding-left:5%;
	float:right;
}

.studio_img2 img{
	width:35%;
	height:35%;
	float:left;
}

.studio_work1{
	margin-bottom:40px;
}

.studio_work2{
	width:60%;
	padding-right:5%;
	float:left;
}

.studio_img3 img{
	width:35%;
	height:35%;
	float:right;
}


.btn {
	margin:30px auto 0;
}


.button {
  display: inline-block;
  width: 200px;
	padding: 1.2em 0;
  text-align: center;
  text-decoration: none;
  font-size:16px;
  line-height: 16px;
  outline: none;
	letter-spacing:0.1em;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button {
  background-color: #333;
  color: #fff;
}
.button:hover {
  letter-spacing: 0.5em;
}



/*---------------------ロケハン・スタジオ見学-----------------------*/



#kengaku, #rokostudio{
	width:100%;
	margin:0 auto;
	padding-top:100px;
}

.kengaku, .rokostudio{
	padding-bottom:50px;
	border-bottom:1px solid #ccc;
}

.kengaku h3, .rokostudio h3{
	margin-bottom:40px;
	position: relative;
	text-align: center;
	letter-spacing:0.1em;
	font-weight:bold;
	font-size:22px;
}

.kengaku h3 span, .rokostudio h3 span{
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.kengaku h3::before, .rokostudio h3::before{
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.kengaku p, .rokostudio p{
	font-size:17px;
	text-align:justify;
	line-height:1.6em;
}

.kengaku ul{
	margin-top:2em;
}

.kengaku ul li{
	margin-bottom:0.6em;
}

.rokostudio p{
	margin-bottom:0.6em;
}


/*---------------------SNS-----------------------*/


#sns{
	width:100%;
	margin:0 auto;
	padding-top:100px;
}

.sns_tw{
	width: 47.5%;
	float:left;
	margin-right:5%;
}

.sns_fb{
	width: 47.5%;
	float:left;
}

.sns_tw a{
	width: 100%;
	display: block;
}

#fbiframe{
	width: 100%;
	display: block;
}



/*---------------------お知らせ-----------------------*/

#news {
	width:100%;
	margin:0 auto;
	padding-top:100px;
}

.news2 {
	padding:50px;
	background-color:#F2F2F2;
}

.news_title h3{
	margin-bottom:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:22pt;
	color:#1a1a1a;
	font-weight:normal;
	letter-spacing:0.1em;
}

#news dl{
	width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

#news dt, #news dd{
	letter-spacing:0.05em;
    border-top: 1px solid #ccc;
	font-size:17px;
}


#news dt{
	padding: 20px 0 20px 0;
	clear: both;
	float: left;
	width: 120px; /* 幅を指定 */
}

#news dd{
	margin-left: 120px; /* dtの分、左にpaddingを取る */
	padding: 20px 0 20px 15px;
	text-align:justify;
}

#news dd a{
	color:#50b0ce;
	text-decoration:underline;
}

#news dd a:hover {
	opacity:0.6;
    transition: .4s;
}





/*---------------------タブレット用-----------------------*/


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









}





/*---------------------スマホ用縦-----------------------*/


@media screen and (max-width: 750px) {
  
/*---------------------main-----------------------*/


#main {
	padding-top:65px;
}

#main-visual h2 {
	font-size: 21px;
	letter-spacing:0.2em;
	text-shadow:1px 1.5px 2.5px #808080;
	-moz-text-shadow:1px 1.5px 2.5px #808080;
	-webkit-text-shadow:1px 1.5px 2.5px #808080;
	-o-text-shadow:1px 1.5px 2.5px #808080;
	-ms-text-shadow:1px 1.5px 2.5px #808080;
}


/*---------------------スタジオ-----------------------*/



.studio_title h3{
	margin:50px auto;
}

.studio2 h4{
	margin-top:1em;
	margin-bottom:0.5em;
	font-size:20px;
}


.studio2 p{
	font-size:13px;
}

.studio_sinkobe1{
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px solid #ccc;
}

.studio_sinkobe2{
	width:100%;
	padding-right:0;
	float:none;
}

.studio_img1 img{
	width:100%;
	height:62.4%;
	float:none;
}

.studio_rokko1{
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px solid #ccc;
}

.studio_rokko2{
	width:100%;
	padding-left:0;
	float:none;
}

.studio_img2 img{
	width:100%;
	height:62.4%;
	float:none;
}

.studio_work1{
	margin-bottom:0;
}

.studio_work2{
	width:60%;
	padding-right:5%;
	float:left;
}

.studio_work2{
	width:100%;
	padding-right:0;
	float:none;
}

.studio_img3 img{
	width:100%;
	height:62.4%;
	float:none;
}

.button {
	width: 100%;
	padding: 1.2em 0;
	line-height: 20px;
	letter-spacing:0.2em;
}

.button:hover {
  letter-spacing: 0.6em;
}


/*---------------------ロケハン・スタジオ見学-----------------------*/


#kengaku, #rokostudio{
	padding-top:60px;
}

.kengaku, .rokostudio{
	padding-bottom:35px;
}

.kengaku h3, .rokostudio h3{
	margin-bottom:30px;
	letter-spacing:0.05em;
	font-size:18px;
}

.kengaku p, .rokostudio p{
	font-size:14px;
}

.kengaku li{
	font-size:14px;
}


/*---------------------SNS-----------------------*/


#sns{
	width:100%;
	margin:0 auto;
	padding-top:60px;
}

.sns_tw{
	width:100%;
	margin:0 auto;
	float:none;
	margin-bottom:60px;
}

.sns_fb{
	width:100%;
	float:none;
}


/*---------------------お知らせ-----------------------*/

#news {
	padding-top:60px;
}

.news_title h3{
	margin-bottom:0.5em;
	font-size:20pt;
}

#news dt{
    border-top: 1px solid #ccc;
	font-size:14px;
	padding: 1.2em 0 0 0;
	float: none;
	width:auto;
}

#news dd{
	letter-spacing:0;
    border-top:none;
	font-size:14px;
	margin-left:0; /* dtの分、左にpaddingを取る */
	padding: 0.5em 0 1.2em 0;
}



}