
/* ------------------------------------------------ */
/* -- �T�C�g �ʐݒ��pCSS -- */
/* ------------------------------------------------ */

@media print {

body{
  width: 1000px;
}

}

#gNavi li#gNavi05 a {margin-top:-32px;}

#location {
	width: 95%;
	max-width:920px;
	margin:0 auto;
}

h3 {
	padding:30px 0 20px 0;
}

.location-photos ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	counter-reset: num;
}

.location-photos ul li{
	width: 32.9%;
	position: relative;
	margin: 3px 0;
}

.location-photos ul li:nth-child(n+4){
	width: 24.5%;
}

@media(max-width: 768px){

	.location-photos ul li{
		width: 32.9%;
		position: relative;
		margin: 3px 0;
	}

	.location-photos ul li:nth-child(n+4){
		width: 32.9%;
	}

}
/*
.location-photos ul li::before{
	counter-increment: num;
	content: counter(num);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	width: 20px;
	text-align: center;
	font-size: 12px;
}
*/
.location-photos ul li.nodisp::before{
	display: none;

}
.location-photos ul li.nodisp{
    background-image: url(/sumai/fuente_kitaurawa/location/img/location-logo-lipro.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.location-photos ul li img{
	object-fit: cover;
	width: 100%;
	height: 200px;
	font-family: 'object-fit: cover; object-position: 0 100%;';
}

.location-photos ul li:nth-child(n+4) img{
	object-fit: cover;
	width: 100%;
	height: 160px;
	font-family: 'object-fit: cover; object-position: 0 100%;';
}

@media(max-width: 768px){

	.location-photos ul img,
	.location-photos ul li:nth-child(n+4) img{
		height: 120px !important;
	}


}

.location-name ul{
	counter-reset: num;
	font-size: 12px;
	margin: 8px 0;
}

.location-name ul li{
	display: inline;
}

.location-name ul li::before{
	counter-increment: num;
	content: "["counter(num)"]";
	display: inline;
}

.location-name ul li::after{
	content: "\3001";
	display: inline;
}

.location-name ul li:last-child::after{
	content: "";
	display: inline;
}

.photo {
	width:920x;
	padding:0 0 0 0;
	font-size:12px;
	line-height:1.3em;
}

.photo ul {
	margin:0;
	padding:0;
}

.photo li {
	width:298px;
	float:left;
	margin:0 13px 15px 0 ;
	padding:0;
}

.photo li.last {
	margin-right:0;
}



.lifeinfo {
	width: 100%;
	max-width:920px;
	margin:0 auto;
}

.lifeinfo div.list_lifeinfo table {
	width: 100%;
	max-width:450px;
	float:left;
}

@media (max-width: 768px){
	.lifeinfo div.list_lifeinfo table {
		width:100%;
		float:none;
		margin: 20px auto;
	}
}

.lifeinfo div.list_lifeinfo table caption {
	background:#2A1F00;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding: 3px 5px;
	color:#fff;
}

.lifeinfo div.list_lifeinfo table th {
	text-align:left;
	font-size:13px;
	padding:0px;
	line-height:1.8em;
	font-weight:normal;
	background:url(img/line.png) no-repeat bottom;
}

.lifeinfo div.list_lifeinfo table td {
	padding:5px 0;
	font-size:13px;
	vertical-align:top;
	text-align:right;
	background:url(img/line.png) no-repeat bottom;
}

.lifeinfo .loc_box_left{
	float:left;
	width:450px;
	padding:0 10px 20px 0;
}
.lifeinfo .loc_box_right{
	float:right;
	width:450px;
	padding:0 0 20px 0;
}

@media (max-width: 768px){
	.lifeinfo .loc_box_left,
	.lifeinfo .loc_box_right{
		float: none;
		width: 100%;
		margin: 20px auto;
	}
}


.cap{
	font-size:11px;
	line-height:150%;
	margin-top:15px;
}

#access {
	width: 100%;
	max-width:920px;
	margin:0 auto;
	padding:50px 0 0 0;
}

@media(max-width: 768px){

#access {
	width: 95%;
	}
}

#location h3{
	font-size:24px;
	text-align: center;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.location-photos ul li span{
	display: block;
	font-size:12px;
	}



	.outline-header h2{
		font-size: 14px;
			font-weight: bold;
		
	}
	.outline-title {
		margin: 0;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
	}
	
	.page-header h1{
	text-align:center;
	}
	.tbl-outline th, .tbl-outline th {
	font-size: 14px;
	}
	
	.tbl-outline, .tbl-outline{
		table-layout: fixed;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	