@charset "UTF-8";

/* access
---------------------------------------------------------------------------*/
.access-container {
	margin-top: -10px;
	padding: 0 6%;
}

.access-container #gMap {
	border: 7px solid #91A26B;
	width: 100%;
	height: 415px;
	margin-bottom: 35px;
}

.access-container #gMap iframe {
	width: 100%;
	height: 100%;
}

/* .access-info
------------------------------------*/
.access-info {
	position: relative;
	background: #fff;
	border-right: #FEE7B0 1px solid;
	border-bottom: #FEE7B0 1px solid;
	margin: 0 0 40px;
	padding: 35px 25px 20px;
}

.access-info .access-address {
	margin: 0 0 30px;
}

.access-info .access-address figure {
	margin-bottom: 30px;
	text-align: center;
}

.access-info .access-address figure img {
	width: 240px;
	transform: translateX(-3px);
}

/* .address-area
------------------------------------*/
.access-info .access-address .address-area {
	margin: 0 0 18px;
	padding-left: 4px;
	white-space: nowrap;
}

.access-info .access-address .address-area address {
	margin-bottom: 6px;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.access-info .contact-link a {
	letter-spacing: 0.16em;
}

/* .access-traffic
------------------------------------*/
.access-info .access-traffic dl dt,
.business-hours .info-list-inner p.tit {
	background: #FDF9E0;
	padding: 10px 12px 8px;
	color: #F39800;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.access-info .access-traffic dl dd {
	padding: 12px 14px 20px;
}

.access-info .access-traffic dl dd,
.access-info .access-traffic dl dd li {
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: left;
}

.access-info .character1 {
	position:absolute;
	right:10px;
	bottom:0;
}

.access-info .character1 img {
	width: 52px;
}

/* .business-hours
------------------------------------*/
.business-hours .txtS {
	display: block;
	margin-top: -4px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 0.03em;
	text-align: justify;
}

.business-hours .txtS span.orange-color {
	color: #F39800;
}

/* etc-info
---------------------------------------------------------------------------*/
.business-hours .etc-info ul.btn-area {
	overflow: hidden;
	margin: 8px 0 60px;
}

.business-hours .etc-info ul.btn-area li {
	float: left;
	margin: 0 6px 0 0;
}

.business-hours .etc-info ul.btn-area li a {
	padding: 13px 12px 12px 12px;
	font-size: 12px;
}

/* .info-list
------------------------------------*/
.business-hours .info-list {
	background: #F59900;
	border-radius: 4px;
	padding: 3px;
}

.business-hours .info-list-inner {
	position: relative;
	background: #fff;
	border-radius: 3px;
	padding: 20px 20px 10px;
}

.business-hours .info-list-inner p.tit {
	text-align: center;
}

.business-hours .info-list-inner ul {
	display: block;
	margin-top: 20px;
}

.business-hours .info-list-inner ul li {
	display: flex;
	border-bottom: 1px solid #dedede;
	margin: 0 0 15px;
	padding: 0 0 3px 3px;
	font-size: 16px;
	line-height: 1;
}

.business-hours .info-list-inner ul li .day {
	width: 73px;
	min-width: 73px;
	padding-top: 6px;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.business-hours .info-list-inner ul li .txt {
	margin: 0;
}

.business-hours .info-list-inner ul li a {
	text-decoration: underline;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.business-hours .info-list-inner .link-list {
	background: url(../img/access/character2.png) no-repeat left bottom / 40px auto;
	overflow: hidden;
	position: absolute;
	top: -74px;
	right: -10px;
	width: 70px;
	height: 78px;
	z-index: -1;
}

.business-hours .info-list-inner .link-list a {
	display: block;
	float: right;
}

.business-hours .info-list-inner .link-list a img {
	width: 47px;
}