@charset "utf-8";

header {
	background:url(../images/top_bg_header_img.jpg) no-repeat center top;
	background-size:cover;
	background-color: #000;
	margin-top:0;
}

/*header #hLayer1{
	background:url(../common/images/bg_header_dcov.png);
}*/

header #hLayer2{
	background:url(../images/top_bg_header_wcov.png) no-repeat center bottom;
	background-size:contain;
	position:relative;
	height: auto;
	z-index:1;
}

header div#hTopInner {
	margin:0 auto;
	width:972px;
	height:520px;
	position:relative;
}

header div#hTopInner p#hLead {
	position:absolute;
	top:0;
	width:972px;
	text-align:center;
}

header div#hTopInner h1 {
	position:absolute;
	top:75px;
	width:972px;
	text-align:center;
}

header div#hTopInner p#hBtn {
	position:absolute;
	top:420px;
	width:972px;
	text-align:center;
	z-index:10;
}

header div#hTopInner p#hBtn a:hover {
	opacity:0.9;
}

header div#hTopInner p#hLoc {
	position:absolute;
	top:350px;
	width:972px;
	text-align:center;
}

#updates{
	padding:40px 0 50px;
}

#updates .inner{
	margin:0 auto;
	width:960px;
}

#updates #updatesTicker{
	margin-bottom:29px;
}

#updates h2{
	float:left;
	width:246px;
	font-size:370%;
	font-weight:100;
	line-height:1em;
}

#updates ul#updatesList{
	float:left;
	width:553px;
	height:55px;
	overflow:hidden;
	position:relative;
}

#updates ul#updatesList li{
	height:55px;
    display: none;
}

#updates ul#updatesList li p{
	white-space:nowrap;
	overflow:hidden;
}

#updates ul#updatesList li p span.date{
	font-size:108%;
	line-height:1em;
	margin-right:8px;
	vertical-align:text-bottom;
}

#updates ul#updatesList li p span.label{
	display:inline-block;
	font-size:93%;
	line-height:1em;
	color:#fff;
	background-color:#ccc;
	border-radius:3px;
	padding:4px 10px;
	margin-right:5px;
}

#updates ul#updatesList li p.title{
	padding-top:6px;
	font-size:123.1%;
	line-height:1em;
}

#updates ul#updatesList li p.title a{
	display:inline-block;
	border-bottom:1px solid #000;
}

#updates ul#updatesList li p.title a:hover{
	border-bottom:none;
}

#updates p.link{
	float:right;
	width:140px;
	margin-top:5px;
}

#updates p.link a{
	display:block;
	border:1px solid #ccc;
	text-align:center;
	padding:11px 0;
	font-size:123.1%;
	line-height:1em;
	border-radius:3px;
	text-decoration:none;
}

#updates p.link a:hover{
	opacity:0.7;
}

#updates ul#updatesBnr{
	margin:0 -12px;
	text-align:center;
}

#updates ul#updatesBnr li{
	display:inline;
	font-size:0;
	margin:0 12px;
}

#updates .visitor {
	margin: 30px 0;
}

#pickup{
	padding:50px 0 60px;
	background-color:#000;
}

#pickup .inner{
	margin:0 auto;
	width:960px;
}

#pickup h2{
	margin-bottom:19px;
	text-align:center;
	font-size:370%;
	font-weight:100;
	line-height:1em;
	color:#fff;/* MTで指定した背景色に合わせて変更 */
}

#pickup p#pickupImg{
	margin:0 -31px 25px;/* 左右の負のマージンの値は、「(画像の横幅-960)/2」pxを指定してください。画像の横幅が960pxを下回る場合はautoを指定 */
	line-height:0;
}

#pickup ul{
	display:flex;
	flex-wrap:wrap;
	margin:0 -12px;
}

#pickup ul li{
	background-color:#fff;
	margin:0 12px 20px;
	padding:20px;
	float:left;
	cursor:pointer;
}

#pickup ul li a{
	text-decoration:none;
}

#pickup ul li.oneCol{
	width:920px;
}

#pickup ul li.twoCol{
	width:428px;
	position:relative;
	padding-bottom:50px;
}

#pickup ul li p.img{
	float:right;
	margin:0 0 15px 15px;
	width:120px;
}

#pickup ul li p.img img{
	width:120px;
	height:120px;
	border-radius:60px;
	margin-bottom:5px;
}

#pickup ul li a:hover p.img img{
	opacity:1;
}

#pickup ul li p.label{
	display:inline-block;
	margin:-10px 0 10px -30px;
	padding:8px 23px;
	color:#fff;
	font-weight:500;
	font-size:138.5%;
	line-height:1em;
	background-color:#48528a;
}

#pickup ul li h3{
	font-size:182%;
	margin-bottom:15px;
	font-weight:700;
}

#pickup ul li h3 span,
#pickup ul li h3 strong,
#pickup ul li h3 em{
	font-size:66%;
}

#pickup ul li p.txt{
	font-size:93%;
	line-height:1.3em;
	margin-bottom:8px;
}

#pickup ul li p.btn{
	clear:right;
}

#pickup ul li p.btn span{
	display:block;
	border:1px solid #cacaca;
	border-radius:3px;
	font-size:123.1%;
	line-height:1em;
	text-decoration:none;
	padding:6px 0;
	text-align:center;
	font-weight:500;
}

#pickup ul li.twoCol p.btn span{
	position:absolute;
	bottom:20px;
	width:426px;
}

#pickup ul li p.btn span:hover{
	opacity:0.7;
}

#outline{
	background-color:#e8e8e8;
	padding:49px 0 60px;
}

#outline .inner{
	width:960px;
	margin:0 auto;
}

#outline h2{
	text-align:center;
	margin-bottom:40px;
	font-size:370%;
	font-weight:100;
	line-height:1em;
}

#outline table{
	width:100%;
	margin-bottom:40px;
}

#outline table th,
#outline table td{
	padding:15px 20px;
	font-size:108%;
	line-height:1.5em;
	border-bottom:1px solid #e8e8e8;
}

#outline table tr:last-child th,
#outline table tr:last-child td{
	border-bottom:none;
}

#outline table th{
	background-color:#adadad;
	font-weight:700;
	color:#fff;
	vertical-align:top;
	width:182px;
}

#outline table td{
	background-color:#fff;
}

#also{
	margin-bottom:20px;
}

#also h3{
	padding:18px 0;
	text-align:center;
	background-color:#adadad;
	color:#fff;
	font-size:108%;
	line-height:1em;
	font-weight:700;
	margin-bottom:20px;
}

#also ul{
	text-align:center;
}

#also ul li{
	display:inline;
	margin-left:24px;
}

#also ul li:first-child {
	margin-left:0;
}

#also ul li img{
	margin-bottom:20px;
}

#related{
	margin-bottom:40px;
}

#related h3{
	padding:18px 0;
	text-align:center;
	background-color:#adadad;
	color:#fff;
	font-size:108%;
	line-height:1em;
	font-weight:700;
	margin-bottom:20px;
}

#related ul li{
	float:left;
	margin-right:24px;
	font-size:0;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-prev {
	left: -10px;
	background:url(../images/top_slider_prev.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -10px;
	background: url(../images/top_slider_next.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover {
	opacity:0.7;
}

.bx-wrapper .bx-next:hover {
	opacity:0.7;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	outline: 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

#contact{
	background-color:#fff;
	padding-bottom:44px;
}

#contact h3{
	padding:18px 0;
	text-align:center;
	background-color:#adadad;
	color:#fff;
	font-size:108%;
	line-height:1em;
	font-weight:700;
	margin-bottom:36px;
}

#contact h4{
	color:#353535;
	font-size:138.5%;
	line-height:1em;
	margin-bottom:30px;
	font-weight:300;
	text-align:center;
}

#contactTelForm{
	width:400px;
	float:left;
	margin-left:40px;
}

#contactTelForm #contactTel{
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
	margin-bottom:42px;
}

#contactTelForm #contactTel p.img{
	margin-left:30px;
}

#contactTelForm #contactForm{
}

#contactTelForm #contactForm p.btn a{
	display:block;
	background-color:#48528a;
	color:#fff;
	font-size:182%;
	line-height:1em;
	padding:20px 0;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
}

#contactTelForm #contactForm p.btn a:hover{
	opacity:0.7;
}

#contactMail{
	width:419px;
	float:right;
	margin-right:20px;
	border-left:1px solid #ccc;
	padding-left:40px;
}

#contactMail h5{
	font-size:108%;
	line-height:1.5em;
	font-weight:700;
}

#contactMail p{
	font-size:108%;
	line-height:1.5em;
	margin-bottom:1.5em;
}

#contactMail p:last-child{
	margin-bottom:0;
}

#access h2{
	background:#000;
	padding:15px 0;
	text-align:center;
	color:#fff;
	font-size:300%;
	line-height:0.6em;
	font-weight:100;
}
#access h2 span.place_name{
	font-size:70%;
}
#access h2 span.place_address{
	font-size: 14px;
	line-height: 1.5em;
	padding: 20px 10px 0;
	display:  block;
}

#accessL{
	width:50%;
	float:left;
}

#accessR{
	width:50%;
	float:right;
}
.anchor_heading {
	padding-top: 50px;
	margin-top: -50px;
}
