@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:960px;
	height:448px;
	position:relative;
}

header div#hTopInner p#hLead {
	position:absolute;
	top:1px;
	width:960px;
	text-align:center;
}

header div#hTopInner h1 {
	position:absolute;
	top:-60px;
	width:960px;
	text-align:center;
}

header div#hTopInner p#hBtn {
	position:absolute;
	top:170px;
	width:960px;
	text-align:center;
	z-index:10;
}

header div#hTopInner p#hBtn img.secondEvent {
	padding-left: 22px;
}

header div#hTopInner p.visualSubmit a{
	display: block;
	width: 600px;
	background-color:#f9f200;
	background-image: -webkit-linear-gradient(top, #f9f200, #edd800);
	background-image: linear-gradient(top, #f9f200, #edd800);
	margin:0 auto;
	padding:15px 20px;
	color:#000;
	border-radius:50px;
	font-size: 24px;
	font-weight:500;
	text-decoration: none;
}

header div#hTopInner p.visualSubmit a:hover{
	border-bottom:0;
	background-image: -webkit-linear-gradient(top, #fbf64d, #f2e44d);
	background-image: linear-gradient(top, #fbf64d, #f2e44d);
	color:#4d4d4d;
}

/* header div#hTopInner p#hBtn a:hover {
	opacity:0.9;
} */

header div#hTopInner div#hLoc {
	position:absolute;
	top:258px;
	width:960px;
	text-align:center;
}
header div#hTopInner div#hLoc li {
	position: relative;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}
header div#hTopInner div#hLoc li:nth-child(2n) {
	margin-right: 0;
}
header div#hTopInner div#hLoc li a {
	position: relative;
	display: block;
	width: 468px;
	height: 75px;
}
header div#hTopInner div#hLoc li a span {
	display: none;
}
header div#hTopInner div#hLoc li a:hover span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 468px;
	height: 55px;
	padding: 10px 0;
	background-color: rgba(0, 255, 0, 0.9);
	color: #000;
	font-size: 14px;
}
header div#hTopInner div#hLoc li a:hover span em {
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
}

#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:1.5em;
}

#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.titleText {
	color: #fff;
	font-size: 123.1%;
	text-align: center;
	margin-bottom: 20px;
}

#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{
	float: left;
	margin:-10px 20px 10px -30px;
	padding:8px 23px;
	color:#fff;
	font-weight:500;
	font-size:138.5%;
	line-height:1em;
	background-color:#ff0000;
}

#pickup ul li p.date{
	float: left;
}

#pickup ul li p.icon{
	clear: left;
}

#pickup ul li h3{
	font-size:182%;
	margin-bottom:15px;
	font-weight:700;
	clear: left;
}

#pickup ul li h3 span,
#pickup ul li h3 strong,
#pickup ul li h3 em{
	display: inline-block;
	font-size:66%;
	line-height: 1.4 !important;
}

#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;
}

.a_container{
	clear: both;
	margin:0 auto;
}
.a_item{
	border:1px solid #cacaca;
	border-radius:3px;
	background:#efefef;
	font-size:123.1%;
	font-weight:500;
	text-align:center;
	padding:10px;
	cursor:pointer;
}
.a_contents{
	display:none;
	margin-top: -1px;
	padding:10px;
	border:1px solid #cacaca;
}
.a_contents p{
	margin:10px;
}

.icon-event {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	background-color: #000;
	border-radius: 1em;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.iconDays {
	background: #c21929;
	background: -moz-linear-gradient(left, #c21929 0%, #e65525 100%);
	background: -webkit-linear-gradient(left, #c21929 0%,#e65525 100%);
	background: linear-gradient(to right, #c21929 0%,#e65525 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21929', endColorstr='#e65525',GradientType=1 );
}
.iconEsc {
	background: #122c80;
	background: -moz-linear-gradient(left, #122c80 0%, #1871b6 100%);
	background: -webkit-linear-gradient(left, #122c80 0%,#1871b6 100%);
	background: linear-gradient(to right, #122c80 0%,#1871b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122c80', endColorstr='#1871b6',GradientType=1 );
}
.iconIdm {
	background: #19532d;
	background: -moz-linear-gradient(left, #19532d 0%, #47b58b 100%);
	background: -webkit-linear-gradient(left, #19532d 0%,#47b58b 100%);
	background: linear-gradient(to right, #19532d 0%,#47b58b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19532d', endColorstr='#47b58b',GradientType=1 );
}
.iconSi {
	background-color: #aaa;
	color: #fff;
	font-size: ;
}
.iconCi {
	background-color: #fff;
	border: 1px solid #888;
	color: #888;
	font-size: ;
}

#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:#ff0000;
	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;
}

.noLink {
	opacity: 0.3;
	cursor: default;
}
