@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

/*=========================================================*/
html{
	overflow-y:scroll;
}
body{
	font-weight:normal;
	text-decoration:none;
	color:#333;
	font-size:18px;
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	word-break:break-all;
	-webkit-text-size-adjust:100%;
	min-width:1024px;
}

/*全体共通部分*/
#wrap,
#header,
#cont,
#footer,
.gra,
.btnArea,
.main_cont,
#service,
#q_a,
#payment,
#rental_service,
#online{
	overflow:hidden;
	clear:both;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:18px;
	color:#333;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* setting */
.red{color:#ff403c;}
.bold{font-weight:bold;}
.mt25{margin-top: 25px;}
.mt45{margin-top: 45px;}
.mb50{margin-bottom: 50px;}
.pb15{padding-bottom: 15px;}
a{color:#333;text-decoration:none;display: inline-block;}
a:hover{opacity: .7;text-decoration:underline;}

/*=========================================================*/
/*ヘッダー*/
#top_box {
    background-color: #001b57;
    padding-top: 11px;
    padding-bottom: 12px;
}
#top_box h1 {
    width: 1024px;
    height: 31px;
    margin: 0 auto;
}
#top_box h1 .btn_discas {
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 15px;
}



/*　コンテンツ部分
=========================================================*/


/*---------------共通部分---------------*/
h3{
	font-size:40px;
	margin-top:65px;
	margin-bottom:20px;
	text-align:center;
}

.gra{
	background-image:url(../../../img/entrance/entrance01/gra.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
}

.main_cont{
	max-width:1180px;
	min-width:960px;
	margin:0 auto 100px;
}

/*---------------メイン画像---------------*/
#header{
	height: auto;
    background: #f3f3f3 url(../../../img/entrance/planlist/main_bg.jpg) no-repeat right center;
    background-size: cover;
	position: relative;
}
#main_title{
	position: relative;
	max-width: 1280px;
	min-width: 960px;
	min-height: 430px;
	margin: 25px auto 0;
}
h2.video{
	width: 554px;
	position: absolute;
	left: 80px;
	top: 0;
	
}
h2.rental{
	width: 429px;
	position: absolute;
	left:600px;
	top: 0;
}
p.icon{
	width:182px;
	position: absolute;
	left:-20px;
	top: 10px;
}


/*---------------料金/プラン一覧---------------*/
#list a{text-decoration: underline;}
#list a:hover{text-decoration: none;}

#list h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	border: 3px solid #000;
	display: inline-block;
	padding: 7px 15px;
}
#list table{
	width:96%;
	font-size:11px;
	background: #fff;
	margin: 0 auto;
	text-align:center;
}
#list table, th{
	border: 1px solid #595959;
	border-collapse: collapse;
	font-weight:bold;
}
#list th {
	padding: 3px;
	width: 30px;
	height: 25px;
	background: #f0e6cc;
	line-height:1.6;
}
 #list td {
	border: 1px solid #595959;
	border-collapse: collapse;
	font-weight:normal;
	padding: 10px 3px;
	width:auto;
	height: 25px;
	line-height:1.4;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

#list dl{
	width: 96%;
	margin: 20px auto 0;
	font-size: 12px;
	line-height: 1.4;
}
#list dt{
	float: left;
	clear: both;
	padding-right: 15px;
	margin-top: 10px;
}
#list dd{
	float: left;
	margin-top: 10px;
}


/*---------------よくある質問---------------*/
#cont #q_a a{
	text-decoration: underline;
}
#cont #q_a a:hover{
	text-decoration: none;
}

#cont #q_a .accordion p{
	text-align:left;
	border-top:1px solid #d6d6d6;
}

#cont #q_a .accordion {
	border-bottom:1px solid #d6d6d6;
}
.accordion p.question {
	cursor:pointer;
	background-image:url(../../../img/entrance/entrance01/images/q_a_01.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.accordion p.question:hover{
	color:#ff403c;
}
p.question span{
	display:block;
	padding:27px 60px;
	background-image: url(../../../img/entrance/entrance01/q_a_accordion.png);
	background-repeat:no-repeat;
	background-position: right top;
}
p.question .open {
}
#cont #q_a .accordion p.question+p {
	display:none;
	border-top:1px dashed #d6d6d6;
	background-image:url(../../../img/entrance/entrance01/images/q_a_02.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:27px 30px 27px 60px;
}
		
#cont #q_a .btn_box{
	margin-top:50px;
}




/*=========================================================*/
/*フッター*/
#footer{
	background-color:#011c58;
}

	#footer .main_cont{
		width:960px;
	}

	#footer #page_top{
		width:70px;
		height:80px;
		float:right;
	}
		#footer #page_top a{
			text-indent:-9999px;
			width:70px;
			height:80px;
			display:block;
			background-image:url(../../../img/entrance/entrance01/page_top.gif);
			background-repeat:no-repeat;
			background-position:right center;
		}

#footer a{
	color:#fff;
}

	#footer #page_top+ul{
		margin-top:30px;
	}

	#footer ul{
		overflow:hidden;
		list-style-position:outside;
		list-style-type:none;
		margin-bottom:10px;
	}

	#footer ul li{
		float: left;
		border-left:1px solid #fff;
		overflow:hidden;
		font-size:14px;
		line-height:18px;
	}

	#footer ul li:first-child{
		border-left: none;
	}

	#footer ul li a{
		padding-left:10px;
		padding-right:10px;
		line-height:18px;
	}
	
	#footer ul li:first-child a{
		padding-left:0;
	}

	#footer ul li a:hover{
		text-decoration:underline;
	}

address{
	font-size:12px;
	color:#fff;
	font-style:normal;
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}