@charset "UTF-8";
/* CSS Document */
/* titleArea */
.titleArea .inner h1:before {
	content: "Access";
}
.accessArea {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 3vw 150px;
}
.accessArea .inner h2 {
	margin: 50px .5em 20px;
	font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
    line-height: 1;
    color: #FFF;
}
.accessArea .inner h3 {
	margin: 50px 3em 20px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: #FFF;
}
.accessArea .inner .shop-list {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.accessArea .inner dl {
	display: flex;
	flex-wrap: wrap;
}
.accessArea .inner dl dt {
	width: 30%;
    padding: 15px 1em 10px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 2;
	color: #9e8361;
	border-bottom: 1px solid #9e8361;
}
.accessArea .inner dl dd {
	width: 70%;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 2;
	color: #FFF;
    padding: 15px 1em 10px 2em;
	/*border-bottom: 1px solid #dcdddd;*/
}
.accessArea .inner dl dd a {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 2;
	color: #FFF;
}
.accessArea .inner dl dd a:hover {
	color: #dcdddd;
}
.accessArea .inner .img-list {
	display: flex;
	flex-wrap: wrap;
}
.accessArea .inner .img-list li {
	width: 50%;
	padding: 0 5px;
}
.accessArea .inner .img-list li img {
	width: 100%;
}
.accessArea .inner .map {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 1000px;
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
.accessArea .inner h2 {
    font-size: 8vw;
}
.accessArea .inner h3 {
    font-size: 3vw;
}
.accessArea .inner dl dt {
	width: 100%;
    padding: 15px 2em 5px;
	border-bottom: none;
}
.accessArea .inner dl dd {
	width: 100%;
    padding: 5px 2em 15px;
}
}
@media screen and (max-width: 450px) {
.accessArea .inner .map-image {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 80%;
}
.accessArea .inner dl dd {
	border-bottom: 1px solid #766264;
}
}