@charset "utf-8";
/*
------------------*/
@import "top_rss.css?";

body{
}
#TopicPath{
	display:none;
}
#main{
}
#maincol{
	width:960px;
	float:none;
}
article{
	margin:0px 0px 10px 0px;
}


#topimagecol{
	float:left;
	width:720px;
	padding:0 0px 0px;
	margin:0 0px;
	overflow:hidden;
	height:auto;
}
#topimage ul{
	overflow:hidden;
}
#topimage ul li{
	padding-bottom:5px;
}
#topimage ul li img{
	width:720px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.50);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 10px !important;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 10px !important;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -20px !important;
	text-align: center;
	display:flex;
	justify-content:center;
}
.flex-control-nav li {
	margin: 0 5px !important;
}





#topsidecol{
	float:right;
	width:220px;
}




/*
#kinkyu table a{
	min-height:3em !important;
}
#kinkyu table th{
	width:auto;
	padding:10px 0;
}
*/
#kensaku{
	width:220px;
	float:right;
	margin:0px 0 0 0;
	padding:0;
	overflow:visible;
}
#kensaku ul.kensaku_list{
	margin:0px 0 0 0;
	padding:0;
	list-style:none;
}
#kensaku ul.kensaku_list li{
	float:left;
	width:50%;
}
#kensaku ul.kensaku_list li a{
	background-color:#555352;
	color:#FFF;
	text-align:center;
	display:block;
	text-decoration:none;
	line-height:30px;
	height:30px;
	padding:0 0px;
	margin:0 0px -1px 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
#kensaku ul.kensaku_list li a.location,
#kensaku ul.kensaku_list li a:hover{
	background-color:#FF6600;
}
#kensaku .kensaku_form{
	/*min-height:320px;*/
	clear:both;
	border:solid 1px #FF6600;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	padding:0 10px 10px 10px;
	background-color:#FFF;
	overflow:hidden;
}

#kensaku h2{
	font-size:12px;
	margin:10px 0 10px 0;
	padding:0;
	font-weight:bold;
}
#kensaku form{
	margin:0;
	padding:0;
}
#kensaku form input,
#kensaku form select{
	padding:3px 5px;
	margin:0 0 0px;
}
#kensaku p{
	margin:7px 0px 0px 0;
}
p.kensakubtn{
}
.kensakubtn a{
	display:block;
	text-align:center;
	background-color:#EEE;
	border:solid 1px #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px 0px;
	margin:0 0 10px 1px;
	color:#333 !important;
	text-decoration:none;
}
.kensakubtn a:hover{
	background-color:#DDD;
}
p.kensaku_form_submit input{
	padding: 10px;
	margin: 0px 0 2px 0;
	width: 100%;
	line-height: 2em;
	background-color: #FF6600;
	color: #fff;
	border: 1px solid #FFA86F;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,102,0,1.00) 0%,rgba(220,100,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,102,0,1.00) 0%,rgba(220,100,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,102,0,1.00) 0%,rgba(220,100,0,1.00) 100%);
	-webkit-border-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	-moz-border-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
p.kensaku_form_submit input:hover{
	margin:1px 0 1px 0;
	background-image: -webkit-linear-gradient(270deg,rgba(167,69,0,1.00) 0%,rgba(255,102,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(167,69,0,1.00) 0%,rgba(255,102,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(167,69,0,1.00) 0%,rgba(255,102,0,1.00) 100%);
	-webkit-border-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-moz-border-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
optgroup{
	font-style:normal;
	text-align:center;
/*	border-top:1px solid #999;*/
}
option{
	text-align:left;
	padding:0em 0.5em 0em 0.5em;
}

#kosokuBusRosenBox{
	padding:2px 0; 
}
#kosokuBusIkisakiBox{
	padding:2px 0; 
}
#kosokuBusDateBox{
	clear:both;
	padding:2px 0; 
}

p.kensaku_link{
	margin:0;
}
p.kensaku_link a{
display:block;
margin-bottom:5px;
}
.busloca{
	text-align:center;
	background-color:#EEE;
	border:solid 1px #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px 3px;
	margin:0 0 0px 0px;
}
p.busloca_btn{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	margin:0 !important;
}
.busloca_btn a{
	flex-grow: 1;
	display:block;
	text-align:center;
	background-color:rgba(85,83,82,1.00);
	border:solid 0px #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 0px;
	margin:0 1px;
	color:#FFF !important;
	cursor:pointer;
	box-sizing:border-box;
}
.busloca_btn a:hover{
	background-color:rgba(85,83,82,.30);
}

#ecardpoint{
}

/*お知らせ・新着情報
------------------------------------------------------*/
#whatsnew.category{
	width:720px;
	float:left;
}
#whatsnew.category .tabset_panel{
	height:520px;
	box-sizing:border-box;
	overflow:auto;
	clear:both;
	border:solid 1px #ECAA80;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	padding:5px 0 15px 0;
	margin:0px 0 30px 0;
	background-color:rgba(244,243,243,1.00);
}
#whatsnew.category p{
	margin:5px 2em 0 0;
}
#whatsnew.category #panel_new dt.whats_none,
#whatsnew.category #panel_new dd.whats_none{
	display:none;
}

#whatsnew.category ul.tabset_tab{
	list-style:none;
	margin:0 0 0px 0px;
	padding:0;
	display:flex;
	align-items:flex-end;
}
#whatsnew.category ul.tabset_tab li{
	margin:0 0 0 0px;
	padding:0;
}
#whatsnew.category ul.tabset_tab li a{
	background-color:#ccc;
	background:url(../img/top/whats_off.png);
	color:#000;
	font-size:1.1em;
	text-align:left;
	display:block;
	text-decoration:none;
	margin:0px 0px 0px 1px;
	-webkit-border-radius:0px 0px 0 0;
	-moz-border-radius:0 0;
	border-radius:0 0;
	height:auto;
	line-height:1.5;
	position:relative;
	padding:8px 20px 8px!important;
}

#whatsnew.category ul.tabset_tab li a:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	border-top: 7px solid #FFF;
	border-right: 7px solid #FFF;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}

#whatsnew.category ul.tabset_tab li a.location,
#whatsnew.category ul.tabset_tab li a:hover{
	background-color:#FF6600;
	background:url(../img/top/whats_on.png);
	padding:15px 20px 15px!important;
}
#whatsnew.category ul.tabset_tab li a.location span,
#whatsnew.category ul.tabset_tab li a:hover span{
	border-bottom:solid 3px #FFF;
}
/*
#whatsnew.category ul.tabset_tab li#groupinfo a{
	background:url(../img/top/whats_group.png);
	background-size:cover;
}
#whatsnew.category ul.tabset_tab li#groupinfo a:hover{
	background:#F86300 url(../img/top/whats_group.png);
	background-size:cover;
}
#whatsnew.category ul.tabset_tab li#groupinfo a em{
	display:block;
	font-size:90%;
	color:#000;
}
*/
#whatsnew.category p.link{
	margin-top:15px;
}
#whatsnew.category p.link a{
	background: url(../img/top/whats_on.png);
	background-size:cover;
	position:relative;
	padding:5px 15px;
	border-radius:2px;
}
#whatsnew.category p.link a:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
}
#whatsnew.category p.link a:hover{
	background: url(../img/top/whats_off.png);
}


dl.whats {
	margin:0;
	padding:0 10px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
dl.whats dt{
	margin:0em 0em;
	width:15%;
	padding:10px 10px;
	box-sizing:border-box;
}
dl.whats dt:nth-of-type(2n){
	background-color: #FFF;
}
dl.whats dd:nth-of-type(2n){
	background-color: #FFF;
}
dl.whats dd {
	margin: 0em 0em;
	width: 85%;
	box-sizing: border-box;
}

dl.whats dd a{
	display:block;
	padding:10px 10px ;
	position:relative;
	color:#333;
	margin-left:7.2em;
}
dl.whats dd a:hover{
	color:#D7BF0A;
}





/*contentslist
------------------------------------------------------*/
#contentslist{
	float:right;
	width:220px;
	overflow:hidden;
	margin:0.5em 0 20px 0;
}

#contentslist ul{
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#contentslist li{
	text-align:center;
	display:block;
	margin:2px 0 10px 0;
	padding:0px;
	vertical-align:bottom;
	-webkit-border-box-shadow:0px 3px 5px -3px rgba(0,0,0,0.3);
	-moz-border-box-shadow:0px 3px 5px -3px rgba(0,0,0,0.3);
	-ms-box-shadow:0px 3px 5px -3px rgba(0,0,0,0.3);
	box-shadow:0px 3px 5px -3px rgba(0,0,0,0.3);
}
/*バナーリスト
------------------------------------------------------*/
#banner{
	clear:both;
	overflow:hidden;
	position:relative;
	margin:20px 0 0 0;
}
.fb-page{
	width:460px;
	margin:0px 0px 0 0px;
	float:left;
}

#bannerList{
	width:500px;
	float:right;
	margin:0 0 0 0px;
	padding:0;
	overflow:hidden;
}

#minibanner{
}

#bannerList #minibanner ul{
	list-style:none;
	margin:0 5px;
	padding:0;
	overflow:hidden;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
}
#bannerList #minibanner li{
	font-size:9px;
	text-align:center;
	line-height:1.1;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:0px solid #DDD;
	border-bottom:1px solid #DDD;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(250,250,250,1.00) 50%,rgba(230,230,230,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(250,250,250,1.00) 50%,rgba(230,230,230,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(250,250,250,1.00) 50%,rgba(230,230,230,1.00) 100%);
	flex: 1 0 0%;
}
#bannerList #minibanner li:last-child{
	border-right:1px solid #DDD;
}

#bannerList #minibanner li img{
	display:block;
	width:70%;
	margin:0 auto 0px auto;
	padding:0 0 0px 0;
	margin:0 auto 5px;
}
#minibanner li a{
	color:#333;
	display:block;
	padding:0 0 5px 0;
	text-decoration:none;
}
#minibanner li a:visited{
	color:#333;

}



/*3 × 4*/

#bannerList ul{
	overflow:hidden;
	list-style:none;
	margin:0 0 0 0px;
	padding:0;
}
#bannerList li{
	float:left;
	display:block;
	margin:0px 0px 13px 7px;
	padding:0px;
	height:auto;
	border:solid 1px #DDD;
	overflow:hidden;
}
#bannerList li img{
	width:156px;
	margin-top:0px;
}
#bannerList li:nth-of-type(3n+1){
	clear:left;
}


#instagram{
margin-top:50px;
}
#instagram ul{
	overflow:hidden;
	list-style:none;
	margin:0 0 0 0px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
#instagram ul li{
	margin:0 0 20px 0px;
	padding:0px;
	height:200px;
	width:200px;
    position: relative;
	overflow:hidden;
}
#instagram ul li img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
 }


#howto_home_ipad{
}
#howto_home_ipad p{
	margin:60px 0 30px;
	line-height:2.5em;
}
#howto_home_ipad a{
	text-decoration:none;
}
#howto_home_ipad p img{
	border-radius:10px;
}

