@charset "utf-8";


/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

/* h2 */
h2{
	background: url(images/title-bg.jpg) no-repeat center;
	background-size: cover;
}
/* access */
#access{
	clear: both;
	padding: 50px 0 70px;
	overflow: hidden;
}
#access #map{
	width: 100%;
	height: 450px;
	margin-bottom: 30px;
}
#access table{
	clear: both;
	width: 100%;
	text-align: left;
}
#access table th{
	width: 150px;
	padding: 15px 0;
	font-weight: inherit;
	border-bottom: 1px dashed #554035;
	vertical-align: top;
}
#access table th:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: 3px solid #41B041;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}
#access table td{
	padding: 15px 0;
	border-bottom: 1px dashed #554035;
	vertical-align: top;
}
#access table td ul{
}
#access table td ul li{
	clear: both;
	white-space: nowrap;
	margin-bottom: 10px;
}
#access table td ul li:last-child{
	margin-bottom: 0;
}
#access table td ul li dt{
	float: left;
	width: 15em;
}
#access table td ul li dd{
	padding-left: 15px;
	overflow: hidden;
	position: relative;
}
#access table td ul li dd:after{
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid #41B041;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
}
/* car */
#car{
	clear: both;
	text-align: left;
	margin-bottom: 70px;
	overflow: hidden;
}
#car h3{
	color: #fff;
	font-size: 19px;
	letter-spacing: 5px;
	text-align: center;
	background: #41B041;
	padding: 15px;
	position: relative;
	margin-bottom: 30px;
}
#car h3:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #41B041 transparent transparent transparent;
	display: block;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
}
#car p{
	margin-bottom: 30px;
}
#car dl{
	float: left;
	width: 460px;
	margin-bottom: 40px;
}
#car dl:nth-of-type(odd){
	margin-right: 40px;
}
#car dl dt{
	margin-bottom: 10px;
}
#car dl dt:before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: 3px solid #41B041;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}
/* root */
#root{
	clear: both;
	text-align: left;
	margin-bottom: 30px;
	overflow: hidden;
}
#root h3{
	color: #fff;
	font-size: 19px;
	letter-spacing: 5px;
	text-align: center;
	background: #41B041;
	padding: 15px;
	position: relative;
	margin-bottom: 30px;
}
#root h3:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #41B041 transparent transparent transparent;
	display: block;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
}
#root article{
	clear: both;
	padding: 30px 0 40px;
	border-bottom: 1px dashed #554035;
	overflow: hidden;
}
#root article:last-child{
	border-bottom: none;
}
#root article p{
	font-size: 18px;
	margin-bottom: 15px;
}
#root article ul{
	padding: 0 0 0 20px;
	overflow: hidden;
	position: relative;
}
#root article ul li{
	font-size: 12px;
	padding-right: 40px;
	background: url(../common/images/icon-right.png) no-repeat right 10px top 75px;
	background-size: 8px auto;
}
#root article ul li:last-child{
	background: none;
}
#root article ul img{
	display: block;
	width: 104%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 5px;
}
button.slick-prev{
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 99999;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #554035;
	background: url(../common/images/icon-left.png) no-repeat center #fff;
	background-size: 8px auto;
	outline: none;
	cursor: pointer;
}
button.slick-next{
	position: absolute;
	top: 62px;
	right: 0;
	z-index: 99999;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #554035;
	background: url(../common/images/icon-right.png) no-repeat center #fff;
	background-size: 8px auto;
	outline: none;
	cursor: pointer;
}
button.slick-prev.slick-disabled,
button.slick-next.slick-disabled{ display: none!important;}
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	/* access */
	#access{
		clear: both;
		padding: 30px 5% 50px;
		overflow: hidden;
	}
	#access #map{
		width: 100%;
		height: 250px;
		margin-bottom: 10px;
	}
	#access table th{
		display: block;
		width: auto;
		padding: 15px 0 0;
		font-weight: inherit;
		border-bottom: none;
		vertical-align: top;
	}
	#access table th:before{
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		border: 3px solid #41B041;
		vertical-align: middle;
		margin: 0 10px 2px 0;
	}
	#access table td{
		display: block;
		padding: 5px 0 15px;
		border-bottom: 1px dashed #554035;
		vertical-align: top;
	}
	#access table td ul li dt{
		float: none;
		width: auto;
	}
	#access table td ul li dd{
		padding-left: 15px;
		overflow: hidden;
		position: relative;
	}
	#access table td ul li dd:after{
		position: absolute;
		left: 0;
		top: 7px;
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-left: 10px solid #41B041;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		vertical-align: middle;
	}
	/* car */
	#car{
		padding: 0 5%;
		margin-bottom: 30px;
	}
	#car h3{
		color: #fff;
		font-size: 16px;
		letter-spacing: 5px;
		background: #41B041;
		padding: 10px;
		position: relative;
		margin-bottom: 30px;
	}
	#car p{
		margin-bottom: 20px;
	}
	#car dl{
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	#car dl:nth-of-type(odd){
		margin-right: 0;
	}
	#car dl dt{
		margin-bottom: 10px;
	}
	/* root */
	#root{
		padding: 0 5%;
		margin-bottom: 30px;
	}
	#root h3{
		color: #fff;
		font-size: 16px;
		letter-spacing: 5px;
		background: #41B041;
		padding: 10px;
		position: relative;
		margin-bottom: 15px;
	}
	#root article{
		clear: both;
		padding: 20px 0;
		border-bottom: 1px dashed #554035;
	}
	#root article:last-child{
		border-bottom: none;
	}
	#root article p{
		font-size: 16px;
		margin-bottom: 15px;
	}
	#root article ul{
		padding: 0 0 0 20px;
		overflow: hidden;
		position: relative;
	}
	#root article ul li{
		font-size: 12px;
		padding-right: 40px;
		background: url(../common/images/icon-right.png) no-repeat right 10px top 40%;
		background-size: 8px auto;
	}
	#root article ul img{
		display: block;
		width: 104%;
		height: auto;
		border-radius: 10px;
		margin-bottom: 5px;
	}
	button.slick-prev,
	button.slick-next{
		top: 30%;
	}
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:500px){
	button.slick-prev,
	button.slick-next{
		top: 33%;
	}
}






/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

aside{
	background: #fff;
	border-top: 1px solid #E0DCDA;
}
aside #asideabout #asidehours table td{
	background: #F7F1E2;
}










