【ドローンで見る】青梅、奥多摩、御岳山の隠れた紅葉名所2019
</div>資料提供-御岳山観光協会
制作会社-YourColor株式会社
協賛-御岳山観光協会/青梅観光協会/奥多摩観光協会/青梅商工会議所
紅葉スポット紹介・見頃
青梅(11月上旬〜下旬)
①数馬峡
https://goo.gl/maps/EDFtbYuR2152
②せせらぎの里美術館
https://goo.gl/maps/6sUju61kmQt
③氷川渓谷
https://goo.gl/maps/dQ6zZVh7tYz
御岳山(10月中旬〜11月中旬)
①ケーブルカー
https://goo.gl/maps/ZqW2XHqQEK12
②御岳山駅
時刻表・運賃
https://www.mitaketozan.co.jp/timetable
③武蔵御嶽神社
https://goo.gl/maps/Zj5X3x9HUhD2
④ロックガーデン
⑤長尾平
https://goo.gl/maps/yM9PK4595Lu
マップ
https://www.mitaketozan.co.jp/mitaken…
吉野梅郷(11月上旬〜下旬)
①紅葉天満公園
②梅公園
https://goo.gl/maps/FKgFQGCFDm42
青梅(10月下旬〜11月下旬)
①澤乃井園
https://goo.gl/maps/AtnrAPNXQzA2
②御岳渓谷
https://goo.gl/maps/YZMCNb2MLJu
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
$googleplus_color: #dd4b39;
$facebook_color: #3b5998;
$twitter_color: #55acee;
$email_color: #9F0303;
.big_color {
width: 100vw;
height: 100vh;
// For browsers that do not support gradients
background: #33CCCC;
// For Opera 11.1 to 12.0
background: -o-linear-gradient(bottom left, top right, #2e2f3c, #1a82f7);
// For Firefox 3.6 to 15
background: -moz-linear-gradient(bottom right, #2e2f3c, #1a82f7);
// Safari 4-5, Chrome 1-9
background: -webkit-gradient(linear, bottom left, right top, from(#2e2f3c), to(#1a82f7));
// Safari 5.1, Chrome 10+
background: -webkit-linear-gradient(bottom left, #2e2f3c, #1a82f7);
// Standard syntax
background: linear-gradient(to top right, #2e2f3c, #1a82f7);
}
.container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.sns_btn {
display: inline-block;
color: #fff;
height: 3em;
width: 3em;
position: relative;
// text-align: center;
// clear:both;
// white-space:nowrap;
font-size: 1.5em;
border-radius: 0.3125em;
box-shadow: 0 0.1875em 0.3125em 0 rgba(0, 0, 0, 0.35);
margin:0.2em;
-webkit-transition: all .2s;
-moz-transition: all .2s;
transition: all .2s;
overflow: hidden;
i {
position: absolute;
// top: 50%;
// transform: translateY(-50%);
top: 35%;
left: 50%;
transform: translateX(-50%);
overflow: auto;
}
&:hover {
transform: scale(1.2);
box-shadow: 0 0.3125em 0.9375em 0 rgba(0, 0, 0, 0.4);
}
&:active {
transform: scale(0.9);
box-shadow: 0 0.125em 0.1875em 0 rgba(0, 0, 0, 0.4);
}
}
.btn_facebook {
background: $facebook_color;
&:hover {
color: $facebook_color;
background: #fff;
}
}
.btn_twitter {
background: $twitter_color;
&:hover {
color: $twitter_color;
background: #fff;
}
}
.btn_googleplus {
background: $googleplus_color;
&:hover {
color: $googleplus_color;
background: #fff;
}
}
.btn_email {
background: $email_color;
&:hover {
color: $email_color;
background: #fff;
}
}