/* =====================================================================
title
================================================================== */
#title{
	padding-top: 100px;
}

#j-yakei {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.btn_yakei100zan {
	background: #3B3B7B;
	border: solid 1px #3B3B7B;
	border-radius: 3px;
	color: #fff;
	padding: 3px 10px;
	cursor: pointer;
}

.btn_sandaiyamayakei {
	background: darkorange;
	border: solid 1px darkorange;
	border-radius: 3px;
	color: #fff;
	padding: 3px 10px;
	cursor: pointer;
}

.btn_yakei100zan:hover,
.btn_sandaiyamayakei:hover {
    opacity: 0.7;
}

/* =====================================================================
panorama
================================================================== */
#pano1 img{
	width: 100%;
	object-fit: cover
}

#pano2 img{
	width: 100%;
	object-fit: cover
}

#pano3 img{
	width: 100%;
	object-fit: cover
}


#pano2{
	display: none;
}

#pano3{
	display: none;
}

.panorama{
	min-height: 300px;
}

#top-image {
	text-align: center;
}

#top-image img{
	max-height: 300px;
	min-height: 300px;
	object-fit: cover;
}

/* =====================================================================
changer
================================================================== */
#changer {
	width: 980px;
	margin: 0 auto;
	text-align:right
}

#changer span{
	font-size: 11px;
}

#changer button{
	border: solid 1px #19d8e2;
	border-radius: 3px;
	background: #19d8e2;
	color: #f1f1f1;
	padding: 3px 10px;
}

/* =====================================================================
punkuzu
================================================================== */
#punkuzu a {
	text-decoration: underline;
}

/* ==========================================================================
h2
========================================================================== */
h2{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 36px;
	font-weight: bold;
}

h2 span{
	font-size: 16px;
	font-family: 'メイリオ', Meiriyo, sans-serif;
}

/* ==========================================================================
starbox
========================================================================== */
#starbox {
	width: 650px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 18px;
}

#starbox #lside{
	float: left;
}

#starbox #rside{
	float: right;
}

#starbox #lside, #starbox #rside{
	text-align:center;
	width: 45%;
	background: #222;
	border: solid 1px #222;
	padding: 30px;
	border-radius: 5px;
}

#starbox .star{
	color: yellow;
	font-size: 24px;
}

#starbox .redstar{
	color: orange;
	font-size: 24px;
}

/* ==========================================================================
description
========================================================================== */
#description{
	margin-top: 30px;
}

#description p{
	line-height: 24px;
	font-size: 15px;
}

/* ==========================================================================
h3
========================================================================== */
h3{
	font-size: 24px;
	margin-top: 30px;
	border-bottom: solid 2px #f1f1f1;
}

/* ==========================================================================
gpxmaps
========================================================================== */
#gpxmaps {
	margin-top: 15px;
    width: 100%;
    background-color: #f1f1f1;
    color: #333;
    padding-bottom: 10px;
}

#gpxmaps a {
    color: blue;
    text-decoration: underline;
}

#gpxmaps .wpgpxmaps_summary{
    padding-left: 15px;
    line-height: 24px;
}

#gpxmaps .dlgpx {
    padding-left: 15px;
}

/* ==========================================================================
photo
========================================================================== */
#photo{

}

#photo ul {
	display: flex;
	flex-wrap: wrap;
}

#photo ul li{
	margin-top: 20px;
	width: 24%;
	margin-left: 1%;
}

#photo ul li.start{
	margin-left: 0 !important;
}

#photo ul li img {
	width: 100%;
	max-height: 124px;
	min-height: 124px;
	object-fit: cover;
}

#photo ul li figcaption{
	padding: 5px 0;
}

/* ==========================================================================
detail
========================================================================== */
#detail{
	margin-top: 30px;
}

#detail #lside{
	float: left;
	width: 55%;
}

#detail #rside{
	float: right;
	width: 40%;
}

#detail #about_detail{
	border: solid 1px rgba(241,241,241,0.2);
	width: 100%;
}

#detail #about_detail th{
	background: #222;
}

#detail #about_detail td{
	background: #666;
}

#detail #about_detail th,
#detail #about_detail td{
	border: solid 1px rgba(241,241,241,0.2);
	padding: 5px;
}

h4#ttl_shisetsu{
	border-bottom: solid 1px #f1f1f1;
	margin-top: 15px;
	font-weight: bold;
	padding: 3px 0;
}

#shisetsu{
	margin-top: 10px;
}

#shisetsu ul li{
	float: left;
	margin-left: 20px;
}

#shisetsu ul li.start{
	margin-left: 0 !important;
}

#detail #about_detail a{
	color: #00d9e2;
	text-decoration: underline;
}

/* map */
#map iframe{
	width: 100% !important;
}

/* graph */
#graph_image {
	margin: 5px 0;
}

/* ==========================================================================
adsense
========================================================================== */
#adsense1, #adsense2{
	margin-top: 20px;
}

/* ==========================================================================
fb_tw
========================================================================== */
#fb_tw{
	margin-top: 10px;
}

#fb_tw li{
	float: left;
}

#fb_tw li.sns2{
	margin-left: 5px;
}


/* ==========================================================================
スマホ
========================================================================== */
@media only screen and (max-width: 738px){

	#title{
		padding-top: 20px;
	}

	h2{
		width: 100%;
		font-size: 24px;
		text-align:center;
	}

	h2 span{
		display: block;
		font-size: 13px;
		margin-top: 10px;
	}

    #j-yakei {
        width: 98%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #j-yakei button {
        font-size: 12px;
        padding: 2px;
    }

	#changer {
		width: 100%;
	}

	#starbox {
		width: 80%;
		margin: 0 auto;
		font-size: 15px;
	}

	#starbox #lside{
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	#starbox #rside{
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	#photo ul li{
		margin-top: 20px;
		width: 48%;
		margin-left: 1%;
	}

	#detail #lside{
		float: none;
		width: 100%;
	}

	#detail #rside{
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	#detail #rside #map{
		padding-top: 15px;
	}

	.panorama{
		max-height: 150px;
		min-height: 150px;
	}

	#top-image img{
		max-height: 80px;
		min-height: 80px;
	}

	#photo ul li img {
		max-height: none;
		min-height: none;
	}


}
