@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/



/*------------------------------
.u-〇〇 …… 下層ページ固有のclass名

lower.cssにあるclass名と被らないよう
接頭文字として "u-" を付けてます。
uniqueの略。
------------------------------*/




/*================================
共通パーツ
================================*/

/*heading*/
/*-----------------------------*/
.u-heading01 {
	margin-bottom: 50px;
	padding: 4px 0;
	border-top: 1px solid #a0958f;
	border-bottom: 1px solid #a0958f;
	text-align: center;
}
.u-heading01 .text-area {
	display: inline-block;
	padding: 8px 0 8px 3.5em;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
	color: #a0958f;
	background-position: left center;
	/* background-size: auto 2.4em; */
	background-repeat: no-repeat;
}
.u-heading01 .text-area.-bus {
	background-image: url(../img/access/access-icon01.png);
}
.u-heading01 .text-area.-car {
	background-image: url(../img/access/access-icon02.png);
}

/*u-dl01*/
/*-----------------------------*/
.u-dl01 {}
.u-dl01 dt {
	position: relative;
	z-index: 1;
	padding-left: 1.8rem;
	font-size: 1.8rem;
	text-align: left;
	color: #799a9e;
}
.u-dl01 dt::before {
	position: absolute;
	content: "";
	left: 0.5em;
	top: 0.9em;
	width: 0.3rem;
	height: 0.3rem;
	background: #c6ad97;
	border-radius: 50%;
}
.u-dl01 dd {
	padding-left: 1.8rem;
	font-size: 1.6rem;
	text-align: left;
}

/*googlemaps*/
/*-----------------------------*/
.u_googlemaps {
	width: 100%;
	height: 320px;
}
.u_googlemaps iframe {
	display: block;
	width: 100%;
	height: 100%;
}

/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {

    .li-dot {
		letter-spacing: 0;
	}

	.item_heading04 + p {
		letter-spacing: 0;
	}
}

















