@charset "UTF-8";
/* ######################################################################################

　周辺環境

###################################################################################### */
/* ====================================================
  共通
==================================================== */
.pageLocation .wallBelt.topZero{
    padding-top: 0;
}
.pageLocation .location {font-family: Noto Serif CJK JP;}
.pageLocation .location .main img { width: 100%; height: auto;}

.pageLocation .location .wallbeltblack { background: #000000; padding: 40px 0 60px;}
.pageLocation .location .map img { width: 100%; height: auto; max-width: 1200px;}
.pageLocation .location .textd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 150%;
	
}
.pageLocation .location .textd .inner {
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
	color: #fff;
	width: 48%;
}
.pageLocation .location .textd .inner p { margin-top: 10px; font-size: 110%; line-height: 1.4; }
.pageLocation .location .textd .inner p em { font-size: 185%; font-style: normal; font-feature-settings: "palt" 1;}

.pageLocation .location .photo {}
.pageLocation .location .photo h3 { color: #fff; font-size: 250%; letter-spacing: 0.075em; text-align: center; font-weight: normal; margin-bottom: 30px;}
.pageLocation .location .photo ul.plist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.pageLocation .location .photo ul.plist li { width: 32%; color: #fff; text-align: left; margin-bottom: 30px;}
.pageLocation .location .photo ul.plist li p { font-size: 110%; line-height: 1.45; letter-spacing: 0.075em;}
.pageLocation .location .photo ul.plist li p span { display: block; padding-top: 10px;}
.pageLocation .location .photo ul.plist li p i { display: block; font-style: normal;}
.pageLocation .location .photo ul.plist li p em { font-size: 215%; font-style: normal; font-feature-settings: "palt" 1;}

@media screen and (max-width: 767px) {
	.pageLocation .location .textd,
	.pageLocation .location .photo ul.plist{ display: block;}
	.pageLocation .location .textd .inner,
	.pageLocation .location .photo ul.plist li{ width: 100%;}
	.pageLocation .location .photo ul.plist li p i { display: inline;}
	


}

/* ====================================================
    スポット　詳細表
==================================================== */
/* 枠
-------------------------------------*/
.pageLocation .spotDetail { padding-top: 50px; color: #fff;}
.pageLocation .spotDetail h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 500;
    letter-spacing: 0.075em;
    color:#fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 35px;	
}    
.pageLocation .spotDetail h3{
        position: relative;
        color: #fff;
        font-weight:bold;
		border-bottom: solid 2px #fff;

    }
@media print, screen and (min-width: 768px) {
    .pageLocation .spotDetail { width: 1100px; margin:0px auto 0;}
    .pageLocation .spotDetail .leftBox,
    .pageLocation .spotDetail .rightBox{width: 500px;}
    .pageLocation .spotDetail .leftBox{float: left;}
    .pageLocation .spotDetail .rightBox{float: right;}

	.pageLocation .spotDetail .leftBox ul.tfimg { margin:15px 0 20px;}
	.pageLocation .spotDetail .leftBox ul.tfimg li {
		display: inline-block;
		text-align: left;
		width: 49%;
	}
	.pageLocation .spotDetail .leftBox ul.tfimg li:nth-child(2) {
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
    .pageLocation .spotDetail { padding:30px 15px 15px; margin-top: 0px;}
	.pageLocation .spotDetail .leftBox ul.tfimg { margin:15px 0 20px;}
	.pageLocation .spotDetail .leftBox ul.tfimg li {
		display: inline-block;
		text-align: left;
		width: 49%;
	}
	.pageLocation .spotDetail .leftBox ul.tfimg li:nth-child(2) {
		text-align: right;
	}	
}

.pageLocation .spotDetail:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* タイトル
-------------------------------------*/
.pageLocation .spotDetail h2.infoTitle { margin-bottom: 60px;}
.pageLocation .spotDetail h3 {
    font-size: 22px;
    letter-spacing: 0.075em;
    padding-bottom: 8px;
    margin-bottom: 0.3em;
}
.pageLocation .spotDetail h3:before{
    width: 240px;
    height: 2px;
    bottom: -2px;
}




/* 表
-------------------------------------*/
.pageLocation .spotDetail .detail table{width: 100%;}
.pageLocation .spotDetail .detail table th,
.pageLocation .spotDetail .detail table td{border-bottom: 1px dotted #fff; vertical-align: bottom;}
.pageLocation .spotDetail .detail table tr.nob th,
.pageLocation .spotDetail .detail table tr.nob td { border-bottom: none; padding-bottom: 0;}
.pageLocation .spotDetail .detail table th.pno { padding-top: 0px;}

.pageLocation .spotDetail .detail table th{text-align: left; font-weight: normal;}
.pageLocation .spotDetail .detail table td{text-align: right;}

.pageLocation .spotDetail .detail table th span,
.pageLocation .spotDetail .detail table td span{display: inline-block;}

@media print, screen and (min-width: 768px) {    
    .pageLocation .spotDetail .detail{margin-bottom: 60px;}
    .pageLocation .spotDetail .detail table th,
    .pageLocation .spotDetail .detail table td{
        padding: 15px 0 8px;
        font-size: 15px;
        /*letter-spacing: 0.025em;*/
		vertical-align: top;
    }
    
}
@media screen and (max-width: 767px) {
	.pageLocation .spotDetail h2 { font-size: 26px;}
    .pageLocation .spotDetail h2.infoTitle { margin-bottom: 30px;}
    .pageLocation .spotDetail .detail{margin-bottom: 2em;}
    .pageLocation .spotDetail .detail table th,
    .pageLocation .spotDetail .detail table td{
        line-height: 1.35;
        padding: 0.5em 0;
        font-size: 15px;
        width: 48%;
		vertical-align: top;
    }
    .pageLocation .spotDetail .detail table td{padding-left: 5px; /*width: 162px;*/ }
	.pageLocation .spotDetail .detail table th.pno { font-size: 100%;}
}

.pageLocation .att { font-size: 11px; line-height: 1.5; text-align: left; color: #fff; letter-spacing: 0.075em;}





/* end */