@charset "utf-8";
/*-------------------- ↓common --------------------*/
.only-sp{
	display:none;
}
html{
	color:#222222;
}
.bg_wrap{
	background:#eceff1;
	min-width:1200px;
}
.contact_wrap{
	background:#FFFFFF;
	padding:50px 0;
	min-width:1200px;
}
.inner{
	width:980px;
	padding:0 60px;
	margin:0 auto;
}
.box-float{
	overflow:hidden;
}
section{
	padding:100px 0 0 0;
	margin:-100px 0 0 0;
}
.side-fix{
	position:fixed;
	right:0;
	top:500px;
	z-index:1000;
}
/*-------------------- ↓header --------------------*/
.header{
	overflow:hidden;
	padding:0 0 0 50px;
	min-width:1000px;
	height:90px;
	font-size:14px;
	position:fixed;
	width:100%;
	background:#ffffff;
	border-bottom:1px solid #000000;
	z-index:100;
}
.main-logo{
	float:left;
	width:10%;
}
.list-main_nav{
	float:left;
	width:68%;
	min-width:70px;
}
.list-main_nav li{
	float:left;
	transition:0.2s;
	width:11%;
	text-align:center;
}
.list-main_nav a{
	display:block;
	height:90px;
	line-height:90px;
	transition:0.2s;
	background:#FFFFFF;
}
.list-main_nav a:hover{
	color:rgba(76,71,77,1.00);
	background:#eceff1;
}
.list-main_nav a.active{
	color:rgba(76,71,77,1.00);
	background:#eceff1;
}
.nav-other{
	background:#eceff1;
	float:right;
	width:20%;
	min-width:200px;
	height:90px;
}
.nav-other a{
	display:block;
	height:90px;
	line-height:90px;
	margin:0 0 0 20px;
	transition:0.2s;
}
.nav-other a:hover{
	color:rgba(76,71,77,1.00);
}
/*-------------------- ↓footer --------------------*/
/*---------- ↓layout ----------*/
/*---------- ↓text_decoration ----------*/
.text-base{
	font-size:15px;
	font-family:"游ゴシック","Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif;
	line-height:1.8;
	margin:20px 0;
}
.text-Red{
	color:#e01f2b;
}
.sub_title{
	font-size:22px;
	font-weight:bold;
	margin:0 0 20px 0;
}
strong{
	font-weight:bold;
}
/*-------------------- ↓front --------------------*/
.block-slider {
	padding:90px 0 0 0;
	min-width:1200px;
	box-sizing:border-box;
	width:100%;
	height:100%;
	position:relative;
}
.block-slider .big-logo{
	display:block;
	position:absolute;
	z-index:90;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:300px;
	height:400px;
}
.bxslider{
	overflow:visible;
}
.block-slider img{
	vertical-align:bottom;
}
.bx-pager{
	display:none;
}
.section-title{
	background:rgba(76,71,77,1.00);
	min-width:1200px;
	height:370px;
	margin:0 0 230px 0;
}
.section-title h2{
	padding:50px 0;
	margin:0 auto;
	width:1200px;
	text-align:center;
}
.list-sec-image{
	width:1200px;
	margin:0 auto;
}
.list-sec-image li{
	float:left;
	width:600px;
}
.studio_text{
	width:750px;
	margin:0 auto 40px;
}
.area-table{
	float:left;
	width:310px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.area-table dl{
	border-top:1px solid #000000;
	overflow:hidden;
	padding:8px 0;
	font-size:15px;
}
.area-table dt{
	float:left;
	width:80px;
}
.area-table dd{
	float:left;
	width:230px;
	font-size:12px;
}
.area-floor{
	float:right;
	width:640px;
}
.area-charge{
	width:730px;
	margin:50px auto;
}
.bg_black{
	background:#000000;
	height:auto;
}
.block-access{
	overflow:hidden;
	width:1200px;
	margin:0 auto;
}
.block-access .access_text{
	padding:100px 0 0 50px;
	width:300px;
	float:left;
	color:#FFF;
}
.block-access .address_text{
	padding:100px 0 10px 0;
	border-bottom:3px solid #ffffff;
}
.block-access .list-address li{
	padding:10px 0;
	border-bottom:1px solid #ffffff;
}
.block-access .access_map{
	float:right;
	width:800px;
}
.block-access .access_map iframe{
	width:100%;
	height:680px;
}
.list-rental{
	width:1040px;
	margin:0 auto 50px;
}
.list-rental > li{
	width:480px;
	margin:20px;
	float:left;
	padding:0 0 20px 0;
	border-bottom:1px solid #000000;
	box-sizing:border-box;
	padding:0 0 0 70px;
}
.list-rental .list01{
	background:url(../img/sec03-list01.png) no-repeat left top;
}
.list-rental .list02{
	background:url(../img/sec03-list02.png) no-repeat left top;
}
.list-rental .list03{
	background:url(../img/sec03-list03.png) no-repeat left top;
}
.list-rental .list04{
	background:url(../img/sec03-list04.png) no-repeat left top;
}
.list-rental .list05{
	background:url(../img/sec03-list05.png) no-repeat left top;
}
.list-rental .text-base{
	font-size:14px;
}
.list-rental_small{
	list-style-type:disc;
	padding:0 0 0 1.5em;
	color:rgba(76,71,77,1.00);
}
.list-rental_small span{
	color:#000000;
}
.block-calendar{
	text-align:center;
	margin:0 auto;
}
.block-calendar iframe{
	width:960px;
	height:640px;
}
.section-title-calendar{
	margin:0 0 530px 0;
}
.contact_inner{
	width:750px;
	margin:0 auto;
	padding:0 225px;
}
.contact_inner h2{
	text-align:center;
}
.contact_flow{
	margin:20px 0 30px;
}
.form-border{
	border-top:3px solid #000000;
	border-bottom:3px solid #000000;
	padding:30px 0;
}
.form-element{
	overflow:hidden;
	padding:12px 0;
}
.form_ex{
	font-size:12px;
	color:#777777;
}
.form-element label{
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:26px;
}
.form-attention{
	text-align:center;
	font-size:13px;
	margin:20px 0 0 0;
}
.form-element .name{
	width:80% !important;
}
.form-element .mail{
	width:90% !important;
}
.form-element .input_area{
	float:left;
	width:500px;
}
.form-element input{
	font-size:100%;
	width:40% !important;
	padding:7px;
	border: 1px solid #000000;
}
.form-element select{
	background:#FFF;
	border: 0;
    outline: 1px solid #000000;
	font-size:100%;
	height:30px;
}
.area-submit{
	text-align:center;
	margin:20px 0;
}
.area-submit input[type=checkbox]{
	-ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  margin:0 10px 0 0;
  border:solid 1px #000000;
  background:#003399;
  display:inline-block;
}
.area-submit label{
	font-size:14px;
}
.area-submit label a{
	color:#0288d1;
	text-decoration:underline;
}
.area-submit label a:hover{
	text-decoration:none;
}
.area-submit input[type="submit"]{
	background:url(../img/sec05-btn.png) no-repeat;
	background-size:260px 56px;
	width:260px;
	height:56px;
	margin:40px 0;
	border:none;
	text-indent:105%;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	transition:0.3s;
}
.area-submit input[type="submit"]:hover{
	background:url(../img/sec05-btn_on.png) no-repeat;
	background-size:260px 56px;
	width:260px;
	height:56px;
}
.footer{
	background:#eceff1;
	min-width:1200px;
	padding:50px 0;
	text-align:center;
}