@charset "utf-8";

body{
	background-image: url('images/main.jpg');
	-moz-background-size:cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*スクロールボタン
---------------------------------------------------------------------------*/
div#scroll_btn{
	position: absolute;
	bottom: 0;
	left: 46%;
	width:126px;
	height: 58px;
	background-color:#ddd;
	box-shadow: 0px -1px 3px #000;
}
div#scroll_btn a{
	font-size: 16px;
	color: #005400;
	font-weight: 500;
}
div#scroll_btn a span#text{
	margin:0 auto;
	position: absolute;
	right: 20px;
	bottom: 18px;
}

a span#arrow{
	position: absolute;
	left: 50%;
	bottom: 12px;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	border-left: 2px solid #005400;
	border-bottom: 2px solid #005400;
	transform: rotate(-45deg);
	animation: sdb 1.5s infinite;
	opacity: 0;
	box-sizing: border-box;
}
@-webkit-keyframes sdb{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes sdb{
	0% {
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

/* ▼ボックスの高さを最低でも1画面分にする */
div.pagebox{
	min-height: 100%;
}

/* ▼各画面の設定 */
---------------------------------------------------------------------------*/
div#home{
	margin:0 auto;
}
div#info{
	border-top: 1px solid #ccc;
	padding-top:70px;
	background: rgba(255,255,255, 0.9);
}
div#equipment,div#guide,div#access,#music,div#contact{
	padding-top:70px;
}
div#thx{
	background: #fff;
	padding-top:120px;
	text-align: center;
}
table.outline{
	max-width: 900px;
	width:90%;
	margin-top:10px;
	border-collapse: collapse;
	line-height:1.5;
	text-align:left;
}
table.outline th, table.outline td{
	border:solid 1px #666;
	padding:8px;
}
table.outline th{
	width:100px;
	background:#ddd;
}
table.outline_sp{
	max-width: 900px;
	width:90%;
	margin-top:10px;
	border-collapse: collapse;
	line-height:1.5;
	text-align:left;
}
table.outline_sp th, table.outline_sp td{
	border:solid 1px #666;
	padding:8px;
}
table.outline_sp th{
	width:70px;
	background:#ddd;
}
table.goods{
	max-width: 900px;
	width:90%;
	margin-top:18px;
	border-collapse: collapse;
	line-height:1.5;
	text-align:left;
}
table.goods td{
	border:solid 1px #666;
	padding:8px;
}
table.rules{
	max-width: 900px;
	width:90%;
	margin-top:18px;
	border-collapse: collapse;
	line-height:1.5;
	text-align:left;
}
table.rules th{
	border:solid 1px #666;
	padding:8px;
}
table.rules td{
	border:solid 1px #666;
	padding:20px;
}
table.rules ol{
	margin:0;
}
table.rules ol li{
	list-style-type: disc;
}
.flyer img{
	margin:0 auto;
	width: 100%;
	display: block;
}
.map img{
	margin:0 auto;
	width: 82%;
	display: block;
	border: 1px dotted #888;
}
section .btn1 a {
	background-color: #fff;
	background-image: url(https://tm-rental-studio.com/images/arrow3.png), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background-image: url(https://tm-rental-studio.com/images/arrow3.png), -webkit-linear-gradient(#fff, #eaeaea);
	background-image: url(https://tm-rental-studio.com/images/arrow3.png), linear-gradient(#fff, #eaeaea);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #0a50a1;
	font-weight: 600;
	line-height: 2.6;
	border-radius: 4px;
	border: 1px solid #aaa;
	padding: 0 18px 0 35px;
	display: inline-block;
	box-shadow: 0px 1px 5px #bbb;
	margin: 7px 20px 8px;
}
section .btn1 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
section .space1 {
	margin: 0 auto;
	text-align: center;
}
/*写真*/
section.photos {
	margin: 7px auto 0;
	width: 90%;
	max-width: 900px;
	overflow: hidden;
}
.p_box1{
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	border: 1px solid #aaa;
	line-height: 0;
}
.p_box1 a img{
	padding: 0;
	width: 130px;
	height:130px;
}

/*Pia Music*/
div#left {
	padding-right: 30px;
	display: table-cell;
	width: 60%;
	vertical-align:top;
}
div#right {
	padding-left: 30px;
	display: table-cell;
	width: 40%;
	vertical-align:top;
}
div#right img{
	width: 100%;
	hight:auto;
}

/*メールフォーム*/
#formWrap {
	max-width:900px;
	width: 90%;
	margin:0 auto;
	line-height:3.2rem;
	font-size:16px;
}
table.formTable{
	width:100%;
	margin:0 auto 15px;
	border-collapse:collapse;
	text-align: left;
	line-height:2rem;
}
table.formTable td,table.formTable th{
	border:1px solid #999;
	padding:10px;
	font-weight:500;
}
table.formTable td p{
	line-height: 1.5;
}
table.formTable th{
	width:30%;
	background:#dfdfdf;
	text-align:left;
}
.font1 {
	background:#d1e3eb !important;
	font-size:18px !important;
	line-height: 2 !important;
	font-weight: 600;
}
.font2 {
	border-right:0 !important;
}
.font3 {
	border-left:0 !important;
}
.font4 {
	width: 20%;
}
.font5 {
	font-size:16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:500;
}
.font6 {
	font-size:14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:500;
}
h2 {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight:600;
}
h2 span {
	color:#e00;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.4rem;
	font-weight:600;
	letter-spacing: 0;
}
h3 {
	margin-top: 20px;
	font-size: 100%;
	line-height: 1.8;
}
h4 {
	margin: 0;
	padding-top:10px;
	font-size: 100%;

}
div.box1{
	margin: 20px auto;
	max-width: 900px;
	width: 100%;
	padding: 0 5%;
	line-height: 1.7;
	text-align: left;
}
table.outline_sp{
	display: none;
}


/*スマホメニュー
---------------------------------------------------------------------------*/
@media only screen and (max-width:1000px){
#menubar {
	display: none;
}
#menubar ul {
	filter: alpha(opacity=0);
	opacity: 0;
	z-index:0;
	box-shadow: 0;
}
#sp_nav {
	display: block;
}
#sp_nav #menu img{

}
#sp_nav #menu{
	display: block;
	width:100%;
	position: fixed;
	background-color:#fff;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index:10;
	background-image: url(images/menu.png);
	background-size:43px 39px;
	background-repeat: no-repeat;
	background-position: 90% center;
	line-height: 0;
	padding: 12px 0 12px 20px;
	text-align:left;
	border-bottom: 3px solid gray;
}
#sp_nav #menu.active{
	background-image: url(images/close.png);
}
#sp_nav ul{
	position: fixed;
	width:190px;
	top:67px;
	right:0;
	padding:0 5%;
	text-align:left;
	background-color:#cfcfcf;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index:8;
	box-shadow: 0px 2px 4px #333;
}
#sp_nav ul li{
	width:95%;
	padding:0;
	line-height: 3.2;
	border-bottom: 1px dotted #333;
	display: block;
}
#sp_nav ul li span.arrow1{
     top:18px;
}
#sp_nav ul li span.arrow2{
     top:70px;
}
#sp_nav ul li span.arrow3{
     top:122px;
}
#sp_nav ul li span.arrow4{
     top:174px;
}
#sp_nav ul li span.arrow5{
     top:226px;
}
#sp_nav ul li span.arrow6{
     top:278px;
}
#sp_nav ul li a{
	display: block;
	font-size: 16px;
	color:#000;
	font-weight: 600;
	text-decoration: none;
}
#sp_nav ul li a:hover{
	color:#000;
	background-color: #999;
	text-decoration: none;
}
#sp_nav ul li:last-child{
	border:0;
}
}

/* スマホ用
------------------------------------------------------------*/
@media only screen and (max-width:1000px){
body {
	background-image: none;
}
div#scroll_btn{
	display: none;
}
div.pagebox{
	min-height: 0;
}
div#info{
	border: none;
	padding: 0;
}
div#outline{
	padding-top: 70px;
}
div.box1{
	max-width: 800px;
	line-height: 1.8;
	width: 90%;
}

h2.pc {
	display: none;
}
p.photo1 img{
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin-top: 30px;
}
h2.sp {
	font-size: 2rem;
	line-height: 1.2;
	font-weight:600;
}
h2.sp span {
	font-size: 1.1rem;
}
.date {
	font-size: 2rem;
	line-height: 1.2;
}
.e_title {
	line-height: 2;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.2rem;
	font-weight:600;
	letter-spacing: 0;
}
}
/* スマホ縦用
------------------------------------------------------------*/
@media only screen and (max-width:900px){
table.outline{
	display:none;
}
table.outline_sp{
	display: block;
}
table.rules td{
	padding:8px;
}
table.rules ol{
	padding-left:25px;
}
.p_box1{
	margin-top: 10px;
	margin-right: 10px;
}
.p_box1 a img{
	padding: 0;
	width: 80px;
	height:80px;
}
p.text {
	width:90%;
	text-align: left;
}
.map img{
	width: 100%;
}
div#left {
	display: block;
	padding: 0  10px 10px;
	width: 98%;
}
div#right {
	margin:0 auto;
	display: block;
	padding: 0  10px;
	width: 96%;
}
#formWrap {
	width:90%;
	margin:0 auto;
	line-height:1.5rem;
}
#formWrap p{
	margin:0 auto;
}
table.formTable{
	margin:0 auto 25px;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
}
.font_sp1 {
	font-size:16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:500;
}
.mt20_sp {
	margin-top: 20px !important;
}
.lh2_sp{
	line-height: 2 !important;
}
}