@charset "utf-8";

.btns_low li{
	position:relative;
	display: inline-block;
}
.btns_low li a{
	position:relative;
	display:inline-block;
	width:9rem;
	padding:.3rem 1.2rem .2rem;
	white-space: nowrap;
	color:rgb(42,156,128);
	font-size:1rem;
	font-weight:bold;
	background:#fff;
	border:2px solid rgb(42,156,128);
	box-shadow:3px 3px 3px rgba(0,0,0,.2);
	border-radius:8px;
	transition: .5s;
	cursor:pointer;
}
	.btns_low li a:hover{
		background:#fff68d;
		box-shadow:3px 3px 6px rgba(0,0,0,.6);
	}
	.btns_low li a::after{
		position:absolute;
		display:block;
		content:'';
		right:6px;
		top:40%;
		width:11px;
		height:10px;
		background:url(/img/i_arrow_down_green.png) no-repeat
	}


.top_btns .btn_green_s:link,
.top_btns .btn_green_s:visited{
	padding:6px 30px 6px 10px;
}
.top_btns .btn_green_s span {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
}

#smartIC{
	display:inline-block;
	position:relative;
	left:50%;
	padding:15px;
	background:rgb(235,244,229);
	border:2px solid rgb(42,156,128);
	border-radius:10px;
	transform:translateX(-50%);
}

	
#map-koiki,
#mycar{
    width: 47%;
}
#map-koiki{
    margin-right: 6%;
}
#mycar{
    margin-right: 0;
}
#map-syuhen{
	position: relative;
}
#map-syuhen .btn_white_arrow {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    width: 200px;
    padding: 1.5% 0;
    text-align: center;
    font-weight: bold;
	border:2px solid #fff;
	background:rgb(42,156,128) url(/img/i_arrow_white.png) no-repeat 98% 50%;
	border-radius: 8px;
    margin: 0 auto;
}
#map-syuhen .btn_white_arrow:hover{
	color:#fff !important;
	background:rgb(13,123,80) url(/img/i_arrow_white.png) no-repeat 98% 50%;
}
#mycar table{
	width:100%;
	text-align: center;
}
#mycar table th{
	background: #f0f6ef;
}
#mycar table td, #mycar table tr th {
    border: 1px solid #cbcbcb;
    padding: 1% 0;
}
.i_pink {
    color: #fff;
    background: #ff7b9c;
    margin: 4% 1% 0 0;
    display: inline-block;
    padding: 0% 1.5%;
    font-size: 1.3em;
    border-radius: 3px;
}

@media(max-width: 768px){
#access .clm2_item{
	width:100%;
}
}
@media(max-width: 600px){
	#leadtxt{
		text-align:left;
	}
	#leadtxt br{
		display:none;
	}
}



#peti-walking{
	position:relative;
	padding:1rem 1.5rem;
	background:rgb(235,244,229);
	border:2px solid rgb(42,156,128);
	border-radius:0.4rem;
}
	#peti-walking h3{
		text-align:center;
		color:rgb(42,156,128);
		font-size:1.8rem;
		line-height:1.2;
		margin:0 auto 1rem;
	}
	#peti-walking .flex3 > div{
		margin-bottom:1rem;
	}
	#peti-walking p{
		font-size:.85rem;
		line-height:1.7;
		margin:5px 0;
	}


/* movie trigger */
.mv_item{
	clear:both;
	width:100%;
	max-width:650px;
	padding:10px;
	background: #fff;
	box-shadow: 0 0 18px rgb(0 0 0 / 30%);
	border-radius: 8px;
	margin:0 auto 20px;
	transition:.3s;
}
	.mv_item:hover{
		transform-origin:center;
		transform:scale(1.02);
	}
	.mv_item a{
		display:flex;
		flex-flow:row nowrap;
		justify-content:space-between;
	}
	.mv_item img{
		width:30%;
		align-self:flex-start;
	}
	.mv_ttl{
		width:68%;
		padding-left:3.5rem;
		align-self:center;
		background:url(/img/i_kachinko_grn.png) no-repeat 0 0;
	}
	.mv_ttl span{
		display:inline-block;
		padding:6px 10px 4px;
		color:#fff;
		font-size:.85rem;
		line-height:1;
		background:rgb(42,156,128);
		border-radius:4px;
	}
	.mv_ttl h2{
		font-family:"丸フォーク M";
		font-size:1.2rem;
		color:rgb(42,156,128);
		line-height:1.2;
		margin:0 0 .5rem;
	}
	.mv_ttl h2 span{
		font-size:.85rem;
	}
	.mv_ttl p{
		color:rgb(42,156,128);
		font-size:.9rem;
		line-height:1.5;
	}
@media(max-width: 500px){
	.mv_item a{
		display:block;
	}
	.mv_item img{
		width:100%;
	}
	.mv_ttl{
		width:100%;
		margin-top:10px;
	}
}



/* direct bu s*/
.ttl_directbus{
	width:min(90%,215px);
	margin:0 auto;
}
	.lead_direct-bus{
		width:min(95%,800px);
		align-items:center;
	}
	.m_directbus-start{
		width:min(100%,859px);
		margin:0 auto;
	}
	#direct-bus .btn_green_s:link,
	#direct-bus .btn_green_s:visited{
		width:13rem;
		padding: 10px 5px 6px 5px;
		margin:0 2px 5px;
	}
	.btn_green_s:hover{
		background-color:#f94f4b;
	}
	#direct-bus .btn_green_s span{
		font-size:1rem;
		font-weight:bold;
		line-height:1.2;
	}
@media(max-width: 950px){
	.lead_direct-bus br{
		display:none;
	}
}
@media(max-width: 600px){
	.lead_direct-bus > div{
		width:100%;
	}
}

.bn_cpn_directbus{
	width:min(100%,632px);
	margin:0 auto;
	transition:.3s;
}
.bn_cpn_directbus:hover{
	transform:scale(0.96);
}

#cpn{
	padding:5px 1000px 50px;
	background:#ffecee;
	margin:0 -1000px;
}
	.m_directbus-cpn{
		width:min(100%,591px);
		margin:0 auto;
		transform:translateY(-40%);
	}
	.cpn_body{
		position:relative;
		width:min(95%,650px);
		text-align:center;
		padding:2rem;
		background:#fff;
		border:5px solid rgba(41 153 128 / 30%);
		border-radius:20px;
		margin:0 auto;
		z-index:1;
	}
	.cpn_body h3,
	.cpn_body p{
		text-shadow:	0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 
						0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 
						0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff;
	}
	.cpn_body h3{
		color:#f94f4b;
		font-family: 'DSダダ';
		font-size:1.7rem;
		line-height:1.1;
		margin-bottom:10px;
	}
	.cpn_body p:not(:last-child){
		margin-bottom:2rem;
	}
	.cpn_ilst{
		display:block;
		position:absolute;
		width:min(45%,216px);
		height:auto;
		z-index:-1;
	}
	.ilst1{ left:-13%; top:0}
	.ilst2{ right:-7%; top:-6%}
	.ilst3{ left:-12%; top:58%}
	.ilst4{ right:-12%; top:52%}
	.ilst5{ left:50%; bottom:-8vh; transform:translateX(-50%)}
	
@media(max-width: 559px){
	.ilst1{ left:-19%; top:-4%}
	.ilst2{ right:-18%; top:-5%}
	.ilst3{ display:none }
	.ilst4{ right:-19%; top:85%}
	.ilst5{ left:-12%; bottom:-5vh; transform:none}
}


#dbus_fare th,#dbus_fare td{
	width:50%;
	text-align:center;
}
@media(max-width: 559px){
	.cpn_body h3{
		font-size:1.3rem;
	}
	.cpn_body p{
		text-align:left;
	}
	.cpn_body p br{
		display:none;
	}
	#dbus_fare table{
		display:block;
		border-top:1px solid rgba(42,156,128,.5);
	}
	#dbus_fare tbody,#dbus_fare tr{
		display:block;
	}
	#dbus_fare th,#dbus_fare td{
		display:block;
		width:100%;
		border:1px solid rgba(42,156,128,.5);
		border-width:0 1px 1px 1px;
	}
}


#timetable .table_green{
	width:100%;
	box-sizing:border-box;
}
#timetable .table_green caption{
	width:100%;
	padding:.3rem;
	text-align:center;
	color:#fff;
	background:rgb(42,156,128);
}
#timetable .table_green th,
#timetable .table_green td{
	position:relative;
	padding:.3rem;
	text-align:center;
	width:70%;
}
#timetable .table_green td{
	width:30%;
}
#timetable .table_green tr:not(:last-child) th::after{
	position:absolute;
	display:block;
	content:'';
	left:50%;
	bottom:0;
	width:7px;
	height:7px;
	border-top:1px solid rgb(20,100,50);
	border-left:1px solid rgb(20,100,50);
	border-bottom:none;
	border-right:none;
	transform:rotate(225deg) translateX(-50%);
	z-index:1;
}
@media(max-width: 559px){
	#timetable .flex2{
		display:block;
	}
	#timetable .flex2 > div{
		width:100%;
	}
}

.flex_calendar{
	display:flex;
	flex-flow:row wrap;
	width:105%;
}
.flex_calendar li{
	display:block;
	width:21%;
	margin:0 3.7% 1rem 0;
}
.flex_calendar li img{
	width:min(100%,204px);
	margin:0 auto;
}
@media(max-width: 559px){
	.flex_calendar li{
		width:44%;
		margin:0 6% 1rem 0;
	}
}


