@charset "UTF-8";


/* -------------------------------------
sightseeing
------------------------------------- */
#sslist {
	margin-bottom:50px;
	overflow:hidden;
}
#sslist #maplink {
	font-weight:bold;
	color:#fff;
	line-height:1.2;
	text-align:center;
	display:block;
	padding:15px;
	background-color:#313131;
	box-sizing:border-box;
	position: relative;
	z-index: 1;
}
#sslist #maplink img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
#sslist #gmap {
	width:100%;
	height:450px;
	margin-bottom:25px;
	margin-top: -46px;
	background-color:#ccc;
}
#sslist #gmap iframe {
	width: 100%;
	height: 100%;
}
#sslist #gmap iframe:not(:first-child) {
	display: none;
}
#ssnavi {
	font-size:0;
	text-align:center;
	margin-bottom:12px;
}
#ssnavi li {
	min-width:114px;
	display:inline-block;
	margin-right:23px;
	margin-bottom:23px;
	box-sizing:border-box;
}
#ssnavi li:last-child {
	margin-right:0;
}
#ssnavi li a {
	font-size:14px;
	font-weight:bold;
	color:#A00062;
	text-align:center;
	width:100%;
	display:table;
	padding:10px;
	background-color:#fff;
	border:1px solid #A00062;
	box-sizing:border-box;
	transition:color 0.5s, background-color 0.5s;
}
#ssnavi li a.np, #ssnavi li a:hover {
	color:#fff;
	background-color:#A00062;
}
#ssnavi li a span {
	display:table-cell;
	vertical-align:middle;
}
#location {
	width:calc(99.9% + 5%);
	margin-right:-2.5%;
	position:relative;
	left:-2.5%;
}
#location > li {
	width:28.3%;
	float:left;
	margin:0 2.5% 30px 2.5%;
}
#location > li a {
	display:block;
	padding:25px;
	background-color:#fff;
	box-sizing:border-box;
}
#location > li a .imgbox {
	width:100%;
	padding-top:63.7%;
	margin-bottom:15px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	box-sizing:border-box;
}
#location > li a h2 {
	font-size:18px;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:10px;
	padding-left:20px;
	background:url(../imgs/common/arrow_rgt_pp.svg) no-repeat left 3px;
	background-size:15px 15px;
	box-sizing:border-box;
}
#location > li a p {
	line-height:1.6;
	margin-bottom:15px;
}
#location > li a .category li {
	color:#A30066;
	display:inline-block;
	padding-right:20px;
	margin-right:15px;
	border-bottom:1px solid #54585A;
}

#sightseeing_post #post_head {
	padding:25px 20px;
	background-color:#dddede;
	border-top:4px solid #54585A;
	box-sizing:border-box;
}
#sightseeing_post #post_head h2 {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin-bottom:15px;
}
#sightseeing_post #post_head dl {
	font-size:0;
	text-align:center;
}
#sightseeing_post #post_head dl dt, #sightseeing_post #post_head dl dd {
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
	color:#fff;
	padding:10px;
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;
}
#sightseeing_post #post_head dl dt {
	background-color:#c2c3c4;
}
#sightseeing_post #post_head dl dd {
	background-color:#54585a;
}
#sightseeing_post #post_in {
	padding:40px;
	margin-bottom:40px;
	background-color:#fff;
	box-sizing:border-box;
}
#post_img {
	font-size:0;
	text-align:center;
	margin-bottom:30px;
}
#post_img li {
	width:39.2%;
	display:inline-block;
	margin-right:2%;
}
#post_img li:last-child {
	margin-right:0;
}
#post_img li img {
	width:100%;
	height:auto;
}
#sightseeing_post #post_in p {
	margin-bottom:65px;
}
#sightseeing_post #post_in h3 {
	font-size:36px;
	font-weight:bold;
	margin-bottom:15px;	
}
#sightseeing_post #post_in table {
	width:100%;
	margin-bottom:50px;
	border-bottom:1px solid #54505A;
	box-sizing:border-box;
}
#sightseeing_post #post_in table th, #sightseeing_post #post_in table td {
	text-align:left;
	padding:20px;
	border-top:1px solid #54505A;
	box-sizing:border-box;
}
#sightseeing_post #post_in table th {
	font-weight:bold;
	width:160px;
	color:#fff;
	text-align:center;
	background-color:#54585a;
}
#sightseeing_post #post_in table td, #sightseeing_post #post_in table td a {
	word-break:break-all;
	white-space:normal;
}
#sightseeing_post #post_in #gmap {
	width:100%;
	height:450px;
	background-color:#e4e4e4;
}
#sightseeing_post #post_in #gmap iframe {
	width: 100% !important;
	height: 100% !important;
}
#sightseeing_post #postnvi {
	font-size:0;
	text-align:center;
	margin-bottom:20px;
	border-top:1px solid #54505A;
	border-bottom:1px solid #54505A;
	position:relative;
}
#sightseeing_post #postnvi a {
	font-size:13px;
	font-weight:bold;
	width:calc(99.9% / 3);
	display:inline-block;
	padding:20px 5px;
	box-sizing:border-box;
}
#sightseeing_post #postnvi a.back {
	text-align:center;
	border-right:1px solid #54505A;
	border-left:1px solid #54505A;
}
#sightseeing_post #postnvi a.back img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
#sightseeing_post #postnvi a.prev-link {
	text-align:left;
	position:absolute;
	left:0;
}
#sightseeing_post #postnvi a.next-link {
	text-align:right;
	position:absolute;
	right:0;
}



#related #related_ttl {
	font-size:0;
	text-align:center;
	overflow:hidden;
}
#related #related_ttl h3 {
	font-size:40px;
	font-weight:bold;
	line-height:1.2;
	display:inline-block;
	padding:0 30px;
	margin-bottom:25px;
	box-sizing:border-box;
	position:relative;
}
#related h3 .eng {
	font-size:17px;
	display:block;
}
#related #related_ttl h3:before, #related #related_ttl h3:after {
	content:"";
	width:1500px;
	height:10px;
	display:block;
	background:url(../imgs/sightseeing/related_bg.png) repeat-x center center;
	position:absolute;
	top:30%;
	z-index:1;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
#related #related_ttl h3:before {
	left:-1500px;
}
#related #related_ttl h3:after {
	left:100%;
}


@media screen and (max-width:1500px) {	
	
}

@media screen and (max-width:1340px) {
	#sslist #maplink {
		padding:14px;
	}
	#sslist #gmap {
		height:400px;
	}
	#ssnavi {
		margin-bottom:15px;
	}
	#ssnavi li {
		margin-right:20px;
		margin-bottom:20px;
	}
	#location > li a {
		padding:23px;
	}
	#location > li a h2 {
		font-size:17px;
		padding-left:19px;
		background-size:14px 14px;
	}
	
	#sightseeing_post #post_head {
		padding:23px 18px;
	}
	#sightseeing_post #post_head h2 {
		font-size:23px;
		margin-bottom:13px;
	}
	#sightseeing_post #post_head dl dt, #sightseeing_post #post_head dl dd {
		padding:9px;
	}
	#sightseeing_post #post_in {
		padding:35px;
		margin-bottom:35px;
	}
	#sightseeing_post #post_in p {
		margin-bottom:58px;
	}
	#sightseeing_post #post_in h3 {
		font-size:33px;
		margin-bottom:13px;	
	}
	#sightseeing_post #post_in table {
		margin-bottom:45px;
	}
	#sightseeing_post #post_in table th, #sightseeing_post #post_in table td {
		padding:18px;
	}
	#sightseeing_post #post_in table th {
		width:150px;
	}
	#sightseeing_post #post_in #gmap {
		height:400px;
	}
	
	#sightseeing_post #postnvi a {
		padding:18px 5px;
	}
	
	#related #related_ttl h3 {
		font-size:36px;
		padding:0 25px;
	}
	#related h3 .eng {
		font-size:16px;
	}
}
@media screen and (max-width:1080px) {	
	#sslist #maplink {
		padding:12px;
	}
	#sslist #gmap {
		height:350px;
	}
	#ssnavi {
		margin-bottom:20px;
	}
	#ssnavi li {
		margin-right:15px;
		margin-bottom:15px;
	}
	#location {
		width:calc(99.9% + 20px);
		margin-right:-10px;
		left:-10px;
	}
	#location > li {
		width:calc((99.9% - 60px) / 3);
		margin:0 10px 20px 10px;
	}
	#location > li a {
		padding:20px;
	}
	#location > li a h2 {
		font-size:16px;
		padding-left:18px;
		background-size:13px 13px;
	}
	
	#sightseeing_post #post_head {
		padding:21px 16px;
	}
	#sightseeing_post #post_head h2 {
		font-size:21px;
		margin-bottom:12px;
	}
	#sightseeing_post #post_head dl dt, #sightseeing_post #post_head dl dd {
		padding:8px;
	}
	#sightseeing_post #post_in {
		padding:30px;
		margin-bottom:30px;
	}
	#post_img {
		margin-bottom:25px;
	}
	#sightseeing_post #post_in p {
		margin-bottom:54px;
	}
	#sightseeing_post #post_in h3 {
		font-size:30px;
		margin-bottom:12px;	
	}
	#sightseeing_post #post_in table {
		margin-bottom:40px;
	}
	#sightseeing_post #post_in table th, #sightseeing_post #post_in table td {
		padding:16px;
	}
	#sightseeing_post #post_in table th {
		width:140px;
	}
	#sightseeing_post #post_in #gmap {
		height:350px;
	}
	
	#sightseeing_post #postnvi a {
		padding:16px 5px;
	}
	
	#related #related_ttl h3 {
		font-size:32px;
		padding:0 20px;
	}
	#related h3 .eng {
		font-size:15px;
	}
}
@media screen and (max-width:768px) {
	#sslist #maplink {
		padding:10px;
	}
	#sslist #gmap {
		height:300px;
	}
	#ssnavi li {
		width:calc((99.9% - 30px) / 3);
		min-width:initial;
		min-width:auto;
		margin-right:15px;
		margin-bottom:15px;
	}
	#ssnavi li:nth-child(3n) {
		margin-right:0;
	}
	#ssnavi li a {
		font-size:13px;
	}
	
	#location > li a {
		padding:15px;
	}
	#location > li a h2 {
		font-size:15px;
		padding-left:17px;
		background-size:12px 12px;
	}
	
	#sightseeing_post #post_head {
		padding:15px 10px 20px 10px;
	}
	#sightseeing_post #post_head h2 {
		font-size:19px;
		margin-bottom:10px;
	}
	#sightseeing_post #post_head dl dt, #sightseeing_post #post_head dl dd {
		font-size:13px;
		padding:7px;
	}
	#sightseeing_post #post_in {
		padding:25px;
		margin-bottom:25px;
	}
	#post_img {
		margin-bottom:20px;
	}
	#post_img li {
		width:50%;
		margin-right:0;
	}
	#sightseeing_post #post_in p {
		margin-bottom:48px;
	}
	#sightseeing_post #post_in h3 {
		font-size:27px;
		margin-bottom:10px;	
	}
	#sightseeing_post #post_in table {
		margin-bottom:30px;
	}
	#sightseeing_post #post_in table th, #sightseeing_post #post_in table td {
		padding:14px;
	}
	#sightseeing_post #post_in table th {
		width:130px;
	}
	#sightseeing_post #post_in #gmap {
		height:300px;
	}
	
	#sightseeing_post #postnvi a {
		padding:14px 5px;
	}
	
	#related #related_ttl h3 {
		font-size:28px;
		padding:0 15px;
	}
	#related h3 .eng {
		font-size:14px;
	}
}
@media screen and (max-width:767px) {
	#location > li {
		width:calc((99.9% - 40px) / 2);
	}
}
@media screen and (max-width:640px) {
	#sslist #gmap {
		height:250px;
	}
	#ssnavi li {
		width:calc((99.9% - 15px) / 2);
	}
	#ssnavi li:nth-child(3n) {
		margin-right:15px;
	}
	#ssnavi li:nth-child(2n) {
		margin-right:0;
	}
	
	#sightseeing_post #post_head h2 {
		font-size:18px;
	}
	#sightseeing_post #post_in {
		padding:20px;
		margin-bottom:20px;
	}
	#sightseeing_post #post_in p {
		margin-bottom:40px;
	}
	#sightseeing_post #post_in h3 {
		font-size:24px;
	}
	#sightseeing_post #post_in table {
		margin-bottom:20px;
	}
	#sightseeing_post #post_in table th, #sightseeing_post #post_in table td {
		padding:12px;
	}
	#sightseeing_post #post_in table th {
		width:120px;
	}
	#sightseeing_post #post_in #gmap {
		height:250px;
	}
	
	#sightseeing_post #postnvi a {
		padding:12px 5px;
	}
	
	#related #related_ttl h3 {
		font-size:24px;
	}
	#related h3 .eng {
		font-size:13px;
	}
}
@media screen and (max-width:480px) {
	#sslist #gmap {
		height:200px;
	}
	#ssnavi li a {
		padding:8px;
	}
	#location > li {
		width:calc((99.9% - 20px) / 1);
	}
	#location > li a h2.heightLine-lottl {
		height:auto!important;
	}
	#location > li a p.heightLine-locap {
		height:auto!important;
	}
	
	#sightseeing_post #post_head h2 {
		font-size:17px;
	}
	#sightseeing_post #post_in p {
		margin-bottom:35px;
	}
	#sightseeing_post #post_in h3 {
		font-size:22px;
	}
	#sightseeing_post #post_in table th, #sightseeing_post #post_in table td {
		width:100%;
		display:block;
	}
	#sightseeing_post #post_in table th {
		padding:8px;
	}
	#sightseeing_post #post_in #gmap {
		height:200px;
	}
	
	#sightseeing_post #postnvi a {
		padding:10px 5px;
	}
	#sightseeing_post #postnvi a.prev-link, #sightseeing_post #postnvi a.next-link {
		text-align:center;
		width:55px!important;
	}
	#sightseeing_post #postnvi a.back {
		width:calc(99.9% - 110px);
	}
	
	#related #related_ttl h3 {
		font-size:22px;
	}
	#related h3 .eng {
		font-size:12px;
	}
}
@media screen and (max-width:320px) {
	#sightseeing_post #post_head h2 {
		font-size:16px;
	}
	#sightseeing_post #post_head dl dt, #sightseeing_post #post_head dl dd {
		padding:7px 8px 5px 8px;
		display:block;
	}
	#sightseeing_post #post_in {
		padding:15px;
	}
	#sightseeing_post #post_in p {
		margin-bottom:30px;
	}
	#sightseeing_post #post_in h3 {
		font-size:20px;
	}
	
	#related #related_ttl h3 {
		font-size:20px;
	}
}
@media screen and (min-width:769px) {
	
}