@charset "UTF-8";
/* ######################################################################################

　周辺環境

###################################################################################### */
/* ====================================================
  共通
==================================================== */
.pageLocation .wallBelt.topZero{
    padding-top: 0;
}
.pageLocation .bgg { background: #284c5d; color: #fff;}

.pageLocation .photo ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 20px;
}

.pageLocation .contents.lead,
.pageLocation .contents.map {  padding-bottom: 0;}

.pageLocation .lead { font-size: 130%; }
.pageLocation .lead p { text-align: left; line-height: 1.8;}
.pageLocation .map p { margin-bottom: 30px;}

.pageLocation .photolist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageLocation .photolist ul li { margin-bottom: 25px; width: 33%;}
.pageLocation .photolist ul:after { content: ""; display: block; width: 33%; height: 0;}
.pageLocation .photolist ul li p { font-size: 170%; line-height: 1.25; margin-top: 10px;}
.pageLocation .photolist ul li span { display: block; font-size: 80%;}

@media screen and (max-width: 767px) {
	.pageLocation .photo ul,
	.pageLocation .photolist ul { display: block;}
	.pageLocation .photo ul li { width: 100%; margin-bottom: 20px;}
	.pageLocation .photolist ul li { width: 100%;}
}


/* ====================================================
  life information
==================================================== */
.pageLocation .wb03 {
	/*background:#0f1119;
	padding: 40px 0 80px;*/
	color: #FFF;
}


/* ====================================================
    スポット　詳細表
==================================================== */
/* 枠
-------------------------------------*/
.pageLocation .wb03 h2 {
	font-weight: normal;
    letter-spacing: 0.075em;
    font-size: 2.0em;
    text-align: center;
    margin-bottom: 35px;	
}    
.pageLocation .wb03 h3{
        position: relative;
        font-weight:bold;
		border-bottom: solid 1px #FFF;
		color: #c59714;

    }
@media print, screen and (min-width: 768px) {
    .pageLocation .wb03 { margin:0px auto 0;}
    .pageLocation .wb03 .leftBox,
    .pageLocation .wb03 .rightBox{width: 550px;}
    .pageLocation .wb03 .leftBox{float: left;}
    .pageLocation .wb03 .rightBox{float: right;}

	.pageLocation .wb03 .leftBox ul.tfimg { margin:15px 0 20px;}
	.pageLocation .wb03 .leftBox ul.tfimg li {
		display: inline-block;
		text-align: left;
		width: 49%;
	}
	.pageLocation .wb03 .leftBox ul.tfimg li:nth-child(2) {
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
    .pageLocation .wb03 { padding:30px 0 15px; margin-top: 0px;}
	.pageLocation .wb03 .leftBox ul.tfimg { margin:15px 0 20px;}
	.pageLocation .wb03 .leftBox ul.tfimg li {
		display: inline-block;
		text-align: left;
		width: 49%;
	}
	.pageLocation .wb03 .leftBox ul.tfimg li:nth-child(2) {
		text-align: right;
	}	
}

.pageLocation .wb03:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* タイトル
-------------------------------------*/
.pageLocation .wb03 h2.infoTitle { margin-bottom: 60px;}
.pageLocation .wb03 h3 {
    font-size: 1.3em;
    letter-spacing: 0.075em;
    padding-bottom: 8px;
    margin-bottom: 0.3em;
	text-align: left;
}
.pageLocation .wb03 h3:before{
    width: 240px;
    height: 2px;
    bottom: -2px;
}




/* 表
-------------------------------------*/
.pageLocation .wb03 .detail table{width: 100%;}
.pageLocation .wb03 .detail table th,
.pageLocation .wb03 .detail table td{border-bottom:solid 1px #888888 ; vertical-align: bottom;}
.pageLocation .wb03 .detail table tr.nob th,
.pageLocation .wb03 .detail table tr.nob td { border-bottom: none; padding-bottom: 0;}
.pageLocation .wb03 .detail table th.pno { padding-top: 5px;}

.pageLocation .wb03 .detail table th{text-align: left; font-weight: normal;}
.pageLocation .wb03 .detail table td{text-align: right;}

.pageLocation .wb03 .detail table th span,
.pageLocation .wb03 .detail table td span{display: inline-block;}

@media print, screen and (min-width: 768px) {    
    .pageLocation .wb03 .detail{margin-bottom: 60px;}
    .pageLocation .wb03 .detail table th,
    .pageLocation .wb03 .detail table td{
        padding: 15px 0 8px;
        font-size: 15px;
        /*letter-spacing: 0.025em;*/
		vertical-align: top;
    }
    
}
@media screen and (max-width: 767px) {
    .pageLocation .wb03 h2.infoTitle { margin-bottom: 30px;}
    .pageLocation .wb03 .detail{margin-bottom: 2em;}
    .pageLocation .wb03 .detail table th,
    .pageLocation .wb03 .detail table td{
        line-height: 1.35;
        padding: 0.5em 0;
        font-size: 15px;
        width: 48%;
		vertical-align: top;
    }
    .pageLocation .wb03 .detail table td{padding-left: 5px; /*width: 162px;*/ }
	.pageLocation .wb03 .detail table th.pno { font-size: 100%;}
}

/* ====================================================
  attention
==================================================== */
.pageLocation .att.contents{font-size: 70%; line-height: 1.7; text-align: left;}



/* end */