﻿@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* 共通 */

html { 
    height: 100%; 
}
body { 
    height: 100%; 
    margin: 0; 
    padding: 0;
	background-color: #F0F8FF; 
    font-family: "Noto Sans JP", arial, sans-serif;
}

hr {
    margin: 0px;
    padding: 5px;
}
.button {
    text-align: center;
    background-color: #228822;
    color: #fff;
    position: relative;
    border-radius: 4px;
    line-height: 30px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 2px 5px 5px 0px rgba(31, 31, 31, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.button:hover {
    background-color: #339933;
    top: -3px;
    box-shadow: 2px 8px 5px 0px rgba(31, 31, 31, 0.5);
    cursor: pointer;
}

.button:active {
    top: 3px;
    box-shadow: none;
}


/* photo-container */

#photo-container {
	position: relative;
	width			: 100%;
	margin:	0px;
	padding: 0px;
}

#photo-header {
//	width: 800px;
    position: relative;
//    background: #FFCCFF;
}

#setInfo h1 {
    margin: 0px;
    padding: 0px;
    font: bold 28px "Noto Sans JP", arial, sans-serif;
    color: #0033CC;
    text-align: left;
}

#setInfo p {
    margin: 0px 10px 0px 10px;
    padding: 0px; 
    font: normal 16px "Noto Sans JP", arial, sans-serif;
    color: black;
    text-align: left;
}

#photo-to-map-wrapper {
    position: absolute; 
    top: 10px; 
    right: 100px; 
    width: 100px;
}

#slideshow-wrapper {
    position: absolute; 
    top: 10px; 
    right: 2px; 
    width: 95px;
//    visibility: hidden;
}

#slideshow-wrapper a {
    text-decoration: none;
    color: white;
}

#contents {
    width: 100%;
/*	overflow: auto; */
//	overflow-x: hidden;
//	background-color: linen;
}

#photos {
    width: 100%;
}

.flickrPhotoset-mapClass {
    position: relative;
	color: #006600;
	margin: 0px 5px;
	font: bold 14px arial,sans-serif;
	float: left;
	cursor: pointer;
}

.flickrPhotoset-mapClass:hover {
    top: -3px;
}

/* map-container */

#map-container {
    height: 100%;
//    overflow: hidden;
//    position: absolute;
//    top: 0px;
//    left: 0px;
//    display: none;
    visibility: hidden;
}

#map-canvas {
    position: relative;
    height: 100%;
}

#map-title {
    text-align: center;
    position: absolute;
    top: 10px;
//    width: 100%;
    left: 150px;
    right: 150px;
}

#map-title p {
    display: inline-block;
    background: rgba(255,255,255,0.9);
    padding: 0px 10px 0px 10px;
	font: bold 32px arial,sans-serif;
	color: #0033CC;
}

#map-to-photo-wrapper {
    position: absolute; 
    top: 10px; 
    right: 100px; 
    width: 100px;
}
 
#btn-top {
    position: fixed;
    bottom: 15px;
    right:20px;
    padding: 0px 5px 0px 5px;
    text-align: center;
    background-color: #000000;
    color: #fff;
    border-radius: 4px;
    line-height: 30px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 2px 5px 5px 0px rgba(31, 31, 31, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

#btn-top:hover {
    background-color: #333333;
    bottom: 18px;
    box-shadow: 2px 8px 5px 0px rgba(31, 31, 31, 0.5);
    cursor: pointer;
}

.panoramaModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 960px;
    height: 480px;
}

#slide-container {
    height: 100%;
    width: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

#slide-container ul {
    top: 0;
    left: 0;
    position: absolute;
    display: table;
}

#slide-container ul li {
    margin: 0px;
    padding: 0px;
    display: table-cell;
    border: 1px;
    text-align: center;
    vertical-align: middle;
    background-color: black;
    background-image: url("http://s10-4bn.sunnyday.jp/_img/img-loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

#slide {
    height: 100%;
    width: 100%;
}


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


    #container {
        position: relative;
        width			: 100%;
        padding: 0px;
    }

    #setInfo h1 {
        font: bold 20px "Noto Sans JP", arial, sans-serif;
    }

    #setInfo p {

        font: normal 14px "Noto Sans JP", arial, sans-serif;
    }


    #blog-link a {  
        font: bold 14px arial;
    }

    #photo-to-map-wrapper {
        position: absolute; 
        top: 5px; 
        right: 5px; 
        width: 50px;
        float: left;
        margin: 1px;
    }

    #slideshow-wrapper {
        display: none;
    }

    #map-title {
        top: 60px;
    }

    #map-title p {
        font: bold 20px arial,sans-serif;
    }

    #map-to-photo-wrapper {
        position: absolute; 
        top: 5px; 
        right: 5px; 
        width: 50px;
    }

    .panorama-wrapper img {
        width: 100%;
    }

    .button {
        text-align: center;
        background-color: #228822;
        color: #fff;
        position: relative;
        border-radius: 4px;
        line-height: 25px;
        -webkit-transition: none;
        transition: none;
        box-shadow: 2px 5px 5px 0px rgba(31, 31, 31, 0.5);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

    .button:hover {
        background-color: #339933;
        top: -3px;
        box-shadow: 2px 8px 5px 0px rgba(31, 31, 31, 0.5);
        cursor: pointer;
    }

    .button:active {
        top: 3px;
        box-shadow: none;
    }

}


@media only screen and ( max-width:1000px ) {

    #download {
        display: none;
    }

}

