@charset "UTF-8";
/* CSS Document */


/* index page
=============================================================================*/
#index2 #mainVisual { 	background: url(../../movie/top_movie.jpg) no-repeat center center / cover; }
	#index2 #mainVisual::before {	padding-top: 56.25%;}

#header_wrap .btn_scrl a {
	position: absolute;
	left: 50%;
	bottom: 3%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	text-shadow:1px 1px 10px rgba(0,0,0,0.5); 
	}
	#header_wrap .btn_scrl a:hover {
	text-decoration: none; 
	}

#lead {
	height: 600px;
	background: url(../img/index2/greeting_bg.jpg) no-repeat center / cover;	
	}
	#lead h2 {
	float: right;
	margin-top: 105px;
	}
	#lead .txtArea {
	font-family: Times, "Times New Roman", Georgia, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "HGS明朝E", serif;
	width: 450px;
	height: 360px;
	position: absolute;
	top: 130px;
	right: 80px;
	}
#point {
	padding: 20px 0 35px;
	}
	#point dl { 
	width: 480px;
	margin: 0 10px;
	padding-top: 300px;
	text-align: center;
	position: relative;
	}
	#point dt { position: relative; z-index: 2; }
	#point dd { position: absolute; top: 0; }
	#point .deco01 { position: absolute;top: -70px;right: -210px; z-index: -1;}
	#point .deco02 { position: absolute;top: 40px;left: -365px;}

/* plansearch
-----------------------------------------------------------------------------*/
#plansearch {
	padding: 30px 0;
	background: url(../img/bg02.png);
	}
	#plansearch table {
	width: 100%;
	height: auto;
	margin: 0;
	}
	#plansearch table th, #plansearch table td {
	padding: 0;
	background: url(none);
	vertical-align: middle !important;
	}
	#plansearch table th {
	/*border-right: solid 1px #888;*/
	width: 210px;
	}
	#plansearch table td {
	padding-left: 20px;
	}

	#plansearch .yoko li,
	#plansearch .tate{
		float: left;
		display: inline-block;
	}
	#plansearch ul li{
		margin-right: 20px;
		line-height: 2;
	}
	#plansearch ul img{
		width: auto;
	}
	#plansearch .button{
		margin-left: 20px;
	}



