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



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

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




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

/*heading*/
/*-----------------------------*/
.u-heading01 {
	margin-bottom: 30px;
	padding: 6px 0;
	border-top: 1px solid #799a9e;
	border-bottom: 1px solid #799a9e;
	text-align: center;
}
.u-heading01 .text-area {
	display: inline-block;
	padding: 8px 0 8px 3.5em;
	background-position: left top;
	background-size: auto 2.4em;
	background-repeat: no-repeat;
	color: #799a9e;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
}
.u-heading01 .text-area.-train {
	background-image: url(../img/access/access-icon01.png);
}
.u-heading01 .text-area.-bus {
	background-image: url(../img/access/access-icon02.png);
}
.u-heading01 .text-area.-car {
	background-image: url(../img/access/access-icon03.png);
}
.u-heading01 .text-area.-bicycle {
	background-image: url(../img/access/access-icon04.png);
}
.u-heading01 .text-area.-clinic {
	background-image: url(../img/access/access-icon05.png);
}
.u-heading01 .text-area.-movie {
	background-image: url(../img/access/access-icon06.png);
}

/*u-photo01*/
/*-----------------------------*/
.u-photo01 {
	text-align: center;
}
.u-photo01_frame {
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	position: relative;
	/*border-radius: 4rem 0 4rem 0;*/
}
.u-photo01_frame::before {
	content: "";
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*border-radius: 4rem 0 4rem 0;*/
	box-shadow: 0 0 0 0.8rem rgba(255,255,255,0.5) inset;
}
.u-photo01_frame::after {
	content: "";
	z-index: 1;
	position: absolute;
	left: 0.8rem;
	top: 0.8rem;
	width: calc(100% - (0.8rem*2));
	height: calc(100% - (0.8rem*2));
	/*border-radius: 3.2rem 0 3.2rem 0;*/
	border: 1px solid #fff;
}
.u-photo01_img {}


/*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) {}

















