html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ins, strong, b, center,dl, dt, dd, ol, ul, li, label, table, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
header, nav, article, aside, section, footer, main{
	display: block;
}
 
ol, ul{
	list-style: none;
}
a img{
	border-style: none;
	max-width: 100% !important;
}

body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	width: 780px;
        margin-left: auto;
        margin-right: auto;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.hp-pc{
        display:inline;
}
.hp-m{
        display:none;
}

#header-bar{
	width : 760px;
	height : 160px;
	color : blue;
	padding : 20px 0px 0px 10px;
	background-image : url(/top/header.jpg);
	line-height : 150%;
}
#header-bar h1{
	font-size : 24px;
	margin-bottom: 10px;
}
#header-bar h2{
	font-size : 16px;
	font-weight: normal;
}
#header-bar h3{
	font-size : 16px;
	font-weight: normal;
}

#breadlist{
	width: 700px;
	float: left;
	text-align: left;
	margin-top: 10px;
}
#breadlist li{
	display: inline;
	text-align: left;
        font-size: 14px;
}
#breadlist li a{
	color: #333333;
}
#breadlist li a:hover{
	text-decoration: underline;
	color: #BBBBBB;
}

#side{
	float: left;
}
.slideout-menu{
	width: 170px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 50px;
	border-width: 5px 1px 5px 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #E6ECFE;
}
.slideout-menu ul{
	font-size: 13px;
	list-style-type: none;
	padding-left: 0px;
	border-top: 2px solid #C0C0C0;
}
.slideout-menu ul li{
	width: 150px;
	margin: 1px 1px 1px 1px;
}
.slideout-menu ul li a{
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 3px;
	color: #1E3997;
	background-color: #E6ECFE;
}
.slideout-menu ul li a:hover{
	background: #ADC1FC;
}
.slideout-menu .menu-spot{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0px 5px 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: maroon;
	border-width: 2px 3px;
	border-radius: 15px;
	border-color: orange;
	background-color: #FFFDEE;
}
.slideout-menu .menu-up{
	margin-top: 10px;
	text-align: center;
}
.slideout-menu .now{
	padding: 8px 0px 8px 3px;
	border-bottom: 1px solid #C0C0C0;
	color: blue;
	background-color: #E6ECFE;
}

#seach{
	text-align: center;
	width: 164px;
	height: 50px;
	margin: 15px 0px 10px 2px;
}

.menu {
	max-width: 150px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}
label {
	display: block;
	padding :8px;
	line-height: 1;
	color :#ffffff;
	background :#007bbb;
	cursor :pointer;
}
.menu input {
	display: none;
}
.menu ul {
	margin: 0;
	padding: 0;
	background :#ffffff;
	list-style: none;
}
.menu li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li {
	max-height: 46px;
	opacity: 1;
}

#main-note{
	float: left;
	width: 580px;
	margin-left: 10px;
}
.spot1-frame{
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 2px solid orange;
	border-radius: 10px;
}
.spot1-frame h1{
	width: auto;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 15px 100px 10px 100px;
	padding-top: 7px;
	padding-bottom: 6px;
	border-top: dotted 3px orange;
	border-right: solid 6px orange;
	border-bottom: dotted 3px orange;
	border-left: solid 6px orange;
	border-radius: 20px;
	color: maroon;
	background-color: #FFFDEE;
}
.spot1-frame h2{
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
	color: maroon;
}

.map{
	width: 560px;
	height: 360px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
	-moz-box-shadow: 0 10px 8px -6px #8d8c8c;
	box-shadow: 0 10px 8px -6px #8d8c8c;
}
.map-note{
	display:none;
}

.spot2-frame h1{
	font-size: 20px;
	margin: 30px 20px 10px 20px;
	padding: 5px 0px 5px 15px;
	border-bottom: solid 3px silver;
	border-right: solid 3px silver;
	border-radius: 20px;
	color: blue;
	background-color: #CCFFFF;
}
.spot2-frame h2{
	font-size: 16px;
	font-weight: normal;
	margin: 5px 20px 20px 30px;
	padding-top: 5px;
	padding-left: 7px;
	border-left: solid 10px blue;
	border-bottom: solid 1px blue;
	color: blue;
}

.pano-pc{
	margin-left: 15px;
}

.pano-note{
	width: 480px;
	height: 23px;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 30px;
	margin-left: 30px;
	padding: 2px 0px 1px 10px;
	border-right: solid 2px orange;
	border-bottom: solid 2px orange;
	border-left: solid 2px orange;
	color: maroon;
}
.pano-note h3{
	float: left;
	width: 100px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	background-color: maroon;
}
.photo-big{
	width: 560px;
	height: 373px;
	margin-left: 12px;
}

.photo-note {
	width: auto;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 30px 100px 10px 100px;
	padding: 7px 0px 5px 0px;
	border: solid 2px blue;
	border-radius: 20px;
	background-color: #CCFFFF;
	color: blue;
}
.spot2-note{
	float: left;
	width: 270px;
	height: 179px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	margin: 10px 0px 30px 15px;
	padding-bottom: 40px;
	border-bottom: solid 2px silver;
	border-right: solid 2px silver;
	border-radius: 0px 0px 10px 10px;
	background-color: #FFFCE3;
}
.spot2-photo{
	width: 270px;
	height: auto;
}

.comment{
	clear: both;
	width: 545px;
	font-size: 14px;
	line-height: 1.5;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 2px orange;
	border-radius: 10px;
	color: maroon;
}
.comment h3{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	background-color: maroon;
}
.sns{
	text-align: right;
	width: 545px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 5px 10px 5px 10px;
	background-color: #99cc00
}

#flink{
	float: right;
	width: 200px;
	height: auto;
	line-height: 1.5;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
	background-color: #FFFCE3;
}
#flink ul{
	list-style-type: disc;
}
#flink li a{
	color: #333333;
}
#flink li a:hover{
	text-decoration: underline;
	color: #BBBBBB;
}
#flink .menu-spot{
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px;
	background-color: #804040;
}
#flink .now{
	background-color: #fffce3;
	color: #800000;
}

.adslot_1{
	display: block;
		/*-- ad非表示にできないため、displayを外に出し対応 --*/
	width: 728px;
	height: 90px;
	margin: 5px auto 15px auto;
} 
.adslot_2{
	display: block;
	width: 160px;
	height: 600px;
        margin-right: auto;
        margin-left: auto;
} 
.adslot_3{
	display: none; 
} 
.adslot_4{
	float: left;
}
		/*-- 都道府県ページのCSS --*/
.up-frame{
	width: auto;
	height: 430px;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	border: 2px solid orange;
	border-radius: 10px;
}
.up-frame h1{
	width: auto;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 15px 100px 10px 100px;
	padding-top: 7px;
	padding-bottom: 6px;
	border-top: dotted 3px orange;
	border-right: solid 6px orange;
	border-bottom: dotted 3px orange;
	border-left: solid 6px orange;
	border-radius: 20px;
	color: maroon;
	background-color: #FFFDEE;
}
.main-map{
	float: left;
	width: 360px;
	height: 360px;
        margin-left: 10px;
	-webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
	-moz-box-shadow: 0 10px 8px -6px #8d8c8c;
	box-shadow: 0 10px 8px -6px #8d8c8c;
}
.up-map{
	float: left;
	width: 140px;
	height: 133px;
        margin-left: 10px;
}
.spot-line{
	clear: both;
	width: auto;
	height: 162px;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
	border-bottom: solid 1px orange;
}
.spot-l{
	float: left;
	width: 200px;
	height: 157px;
}
.spot-r{
	float: left;
	width: 340px;
	height: auto;
}
.spot-r h1 a{
	float: left;
	width: 170px;
	font-size: 16px;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	padding: 3px 0px 3px 15px;
	border-bottom: solid 3px silver;
	border-right: solid 3px silver;
	border-radius: 20px;
	background-color: #CCFFFF;
	color: blue;
}
.spot-r h1 a:hover{
	background-color: #B3E8FF;
}
.spot-r h2{
	clear: both;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	margin: 30px 0px 0px 20px;
	color: blue;
}
.spot-r h3{
	clear: both;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	margin: 5px 0px 0px 30px;
}
.seeing{
	float: right;
	font-size: 12px;
        margin-top: 7px;
        margin-left: 2px;
	padding: 1px 4px 0px 4px;
	border: solid 1px green;
	border-radius: 8px;
	color: green;
	background-color: #FFFFFF;
}
.mount{
	float: right;
	font-size: 12px;
        margin-top: 7px;
        margin-left: 2px;
	padding: 1px 4px 0px 4px;
	border: solid 1px maroon;
	border-radius: 8px;
	color: maroon;
	background-color: #FFFFFF;
}
.world{
	float: right;
	font-size: 12px;
        margin-top: 7px;
        margin-left: 2px;
	padding: 1px 4px 0px 4px;
	border: solid 1px #FF0080;
	border-radius: 8px;
	color: #FF0080;
	background-color: #FFFFFF;
}

.mail{
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
.about{
	font-size: 14px;
	text-align: center;
	margin: 20px 50px 20px 50px;
}

					/*-- モバイル版のスタイルシート 640px=>599px android tablet--*/
@media screen and (max-width: 599px) { 

body{
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	width: 100%;
}

.hp-pc{
        display:none;
}
.hp-m{
        display:inline;
}

#header-bar{
	width: 97%;
	height: 48px;
	padding: 10px 0px 0px 10px;
	background-image: none;
	line-height: 90%;
	background-color: #FFFFCA;
}
#header-bar h1{
	font-size : 18px;
}
#header-bar h2{
	font-size: 14px;
	color: #800000;
}
#header-bar h3{
	display: none; 
}

#breadlist{
	width: auto;
}
#breadlist li{
        font-size: 12px;
}

.slideout-menu{
	overflow: scroll;
	z-index: 10;
	position: fixed;
	top: 0px;
	left: -275px;
	width: 275px;
	height: 454px;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	border-width: 3px 0px 3px 0px;
	border-style: solid;
	border-color: #808080 #C0C0C0 #808080 #C0C0C0;
	background-color: #D7D7FF;
}
.slideout-menu .slideout-menu-toggle{
	position: absolute;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	top: 52px;
	right: 10px;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #8080C0;
	color: #FFFFFF;
}
.slideout-menu .slideout-menu-toggle:hover{
	color: #000FFF;
}
.slideout-menu ul{
	font-size: 14px;
	list-style: none;
	margin-top: 3px;
	border-top: 1px solid #FFFFFF;
}
.slideout-menu ul li{
	width: 240px;
	height: 25px;
	margin: 0px 0px 0px 0px;
}
.slideout-menu ul li a{
	padding: 6px 0px 5px 2px;
	background-color: #E6E6FF;
}
.slideout-menu ul li a:hover{
	background: #B0C4DE;
}
.slideout-menu .menu-spot{
	margin: 10px 50px 0px 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: maroon;
}
.slideout-menu .menu-up{
	margin: 10px 25px 0px 25px;
}
.slideout-menu .now{
	padding: 7px 0px 10px 2px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #D7D7FF;
}
#menu-logo{
	position: absolute;
	top: 4px;
	right: 4px;
	width: 70px;
	height: 50px;
	z-index: 9;
}

#seach{
	text-align: left;
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu {
	max-width: 240px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}
label {
	padding :8px;
	color :#1E3997;
	background :#D7D7FF;
}

#main-note{
	width: 100%;
	margin-left: 0px;
}
.spot1-frame{
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 5px;
}
.spot1-frame h1{
	font-size: 14px;
	margin-left: 10%;
	margin-right: 10%;
}
.spot1-frame h2{
	font-size : 14px;
}

.map{
	width: 100%;
	height: auto;
	margin: 0px 0px 5px 0px;
}
.map-note{
	display: inline;
	font-size: 12px;
	margin-left: 5px;
}

.spot2-frame h1{
	font-size : 16px;
	margin: 20px 10px 10px 5px;
	border-bottom: solid 2px silver;
	border-right: solid 2px silver;
}
.spot2-frame h2{
	font-size: 14px;
	margin: 5px 10px 20px 10px;
}

.pano-pc{
	display: none;
}
.btext{
	font-size: 12px;
}
.pano-m{
 	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.pano-note{
	width: 88%;
	height: 20px;
	font-size: 12px;
	line-height: 1.5;
	margin-right: 5%;
	margin-left: 5%;
	padding: 2px 0px 1px 0px;
	border-right: solid 1px orange;
	border-bottom: solid 1px orange;
	border-left: solid 1px orange;
}
.pano-note h3{
	width: 80px;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;

}
.photo-big{
	width: 92%;
	height: auto;
	margin: 10px 4% 10px 4%;
}

.photo-note {
	font-size: 14px;
	margin-left: 10%;
	margin-right: 10%;
}
.spot2-note{
	float: none;
	width: 92%;
	height: auto;
	margin: 10px 4% 30px 4%;
	padding-bottom: 6px;
}
.spot2-photo{
	width: 100%;
}

.comment{
	width: auto;
	height: auto;
	font-size: 14px;
	margin: 0px 3px 0px 3px;
	padding: 5px 3px 5px 5px;
}
.comment h3{
	font-size: 12px;
}

.sns{
	width: auto;
	height: auto;
	margin: 10px 3px 0px 3px;
	padding: 5px 3px 5px 5px;
	background-color: #99cc00
}

#flink{
	width: 70%;
	line-height: 2.0;
	margin: 10px 10% 20px 15%;
	padding-left: 30px;
}

.adslot_1{
	width: 320px;
	height: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.adslot_2{
	display: none; 
}
.adslot_3{
	display: block;
	width: 300px;
	height: 250px;
	margin: 0px auto 30px auto;
}
.adslot_4{
	float: none;
	margin: 20px auto 20px auto;
	text-align: center;
}
		/*-- 都道府県ページのCSS --*/
.up-frame{
	height: auto;
	margin: 10px 3px 0px 3px;
}
.up-frame h1{
	font-size: 14px;
	margin-left: 10%;
	margin-right: 10%;
}
.main-map{
	width: 90%;
	height: auto;
	margin: 0px 5% 10px 5%;
}
.spot-line{
		/*-- overflowで親要素の高さゼロを回避 --*/
	overflow: hidden;
	width: 98%;
	height: auto;
	margin: 5px 1% 5px 1%;
	padding: 0px 0px 0px 0px;
}
.spot-l{
	width: 45%;
	height: auto;
	margin: 10px 1% 10px 1%;
}
.spot-r{
	width: 52%;
	height: auto;
	margin-top: 10px;
}
.spot-r h1 a{
	width: 85%;
	font-size: 14px;
	text-decoration: underline;
	margin: 0px 0px 0px 5px;
	border-bottom: solid 2px silver;
	border-right: solid 2px silver;
}
.spot-r h2{
	line-height: 130%;
	margin: 20px 0px 0px 5px;
}
.spot-r h3{
	line-height: 130%;
	margin: 0px 0px 0px 5px;
}
.seeing{
        margin-top: 4px;
}
.mount{
        margin-top: 4px;
}
.world{
        margin-top: 4px;
}
.mail{
	font-size: 12px;
	margin: 5px 5px 5px 5px;
}
.about{
	margin: 10px 3% 10px 3%;
}
}
