label.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    color: #bdc3c7;
    cursor: pointer;
    background-color: #ecf0f1;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

label.panel-label:hover {
    color: #003399;
}

#panels {
    background-color: white;
}

#panels .container {
    margin: 0 auto;
    width: 100%;
}

#panels section header label.panel-label {
    padding: 12px 24px;
    box-sizing: border-box;
}

#panels section main {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms;
    overflow-y: hidden;
}

ul#tabs-list li label.panel-label .active {
    display: none;
}

#panel-1-ctrl:checked~#panels #panel-1 main {
    max-height: initial;
    opacity: 1;
    padding: 0;
}

#panel-2-ctrl:checked~#panels #panel-2 main {
    max-height: initial;
    opacity: 1;
    padding: 0;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1.last {
    border-right: 1px solid transparent;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1+li {
    border-left: 1px solid #dfdfdf;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label {
    background-color: black;
    color: #003399;
    padding-top: 12px;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label .default {
    display: none;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label .active {
    display: block;
}

#panel-1-ctrl:checked~#tabs-list #li-for-panel-1 label.panel-label::after {
    /*height: 6px;*/
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2.last {
    border-right: 1px solid transparent;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2+li {
    border-left: 1px solid #dfdfdf;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label {
    background-color: black;
    color: #003399;
    padding-top: 12px;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label .default {
    display: none;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label .active {
    display: block;
}

#panel-2-ctrl:checked~#tabs-list #li-for-panel-2 label.panel-label::after {
    /*height: 6px;*/
}



.sArrowRight0{
    right: 3% !important;
}
.sArrowLeft0{
    left: 3% !important;
}

ul#tabs-list {
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

ul#tabs-list li {
    display: flex;
    text-align: center;
    font-size: 0.875em;
    width: 50%;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #dfdfdf;
    position: relative;
}

ul#tabs-list li img {
    width: 70%;
    margin: 0 auto;
}

ul#tabs-list li:hover {
    -webkit-transition: none;
    transition: none;
    border-right: none;
}

ul#tabs-list li:hover.last {
    border-right: 1px solid transparent;
}

ul#tabs-list li:hover+li {
    border-left: 1px solid #dfdfdf;
}

ul#tabs-list li label.panel-label {
    position: relative;
    padding: 12px 0;
    font-size: 0.875em;
}

ul#tabs-list li label.panel-label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #333;
    height: 0;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

ul#tabs-list li label.panel-label:hover {
    padding-top: 12px;
}

ul#tabs-list li label.panel-label:hover::after {
    /*height: 6px;*/
}

main {
    width: 100%;
    margin: 0 auto;
}

.panel-radios {
    display: none;
}

body,
html {
    margin: 0;
    padding: 0;
}

body img {
    display: block;
    width: 100%;
}

main p {
    line-height: 1.8;
}

.header .sp {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.header .sp h1 {
    width: 14%;
    padding: 2%;
    margin: 0;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header .sp h1 img {
    display: block;
    width: 100%;
}

.header .sp h2 {
    width: 72%;
    padding: 5% 6% 3%;
    margin: 0;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header .sp h2 img {
    display: block;
    width: 100%;
}

.header .sp .menuArea {
    width: 14%;
    padding: 5% 5% 0 3%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header .sp .menuArea img {
    display: block;
    width: 100%;
}

.main {
    background: url(../images/photomap_mainbg.jpg) left top no-repeat;
    background-size: cover;
    background-position: 90% 0;
    padding: 0 0 5%;
}

.main h3 {
    width: 80%;
    margin: 0;
    text-align: center;
    padding: 10%;
}

.main .intro {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.main .areaSelect {
    background-color: rgba(0, 0, 0, 0.75);
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    margin: 6% auto 0;
    padding: 4%;
}

.main .areaSelect img {
    width: 80%;
    margin: 0 auto;
}

#panels .container ul {
    margin: 0;
    background-color: #000;
    padding: 4%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}

@media only screen and (max-width: 768px) {
    #panels .container ul li:nth-child(odd) {
        width: 48%;
        float: left;
        margin: 0 2% 2% 0;
        position: relative;
    }

    #panels .container ul li:nth-child(even) {
        width: 48%;
        float: left;
        margin: 0 0 2% 2%;
        position: relative;
    }
}

#panels .container ul li a {
    color: #fff;
    display: block;
    overflow: hidden;
}

#panels .container ul li .flag {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}

#panels .container ul li em {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    width: 92%;
    padding: 2% 4%;
    font-family: 'Hiragino Mincho ProN', "HiraMinProN-W6", "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-style: normal;
    font-weight: normal;
}

.footer {
    padding: 3% 0;
}

.footer ul {
    overflow: hidden;
    list-style-type: none;
    margin: 3% 0;
    padding: 0;
}

.footer ul li:nth-child(odd) {
    width: 47.8%;
    float: left;
    padding: 0 2% 0 0;
    margin: 2% 0;
    position: relative;
}

.footer ul li:nth-child(even) {
    width: 47.8%;
    float: left;
    padding: 0 0 0 2%;
    border-left: 1px solid #000;
    margin: 2% 0;
    position: relative;
}

.footer ul li img {
    height: 12px;
    width: auto;
    margin: 0 auto;
}

.footer small {
    font-family: 'Hiragino Mincho ProN', "HiraMinProN-W6", "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 10px;
    display: block;
    text-align: center;
}

.sceneContents .simpleSlider {
    height: 40vh;
    width: 100%;
}

.sceneContents h3 {
    font-size: 1.1em;
    margin: 0;
    position: relative;
    width: 96%;
    line-height: 2;
    letter-spacing: -1px;
    padding: 0 2%;
    display: inline-block;
    top: -2em;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: 'Hiragino Mincho ProN', "HiraMinProN-W6", "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.sceneContents hr {
    display: block;
    width: 94%;
    margin: 0 auto;
    padding: 0;
    clear: both;
    border: none;
    height: 4px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.sceneContents .rating,
.sceneContents .lens,
.sceneContents .information,
.sceneContents .map,
.sceneContents .other {
    width: 100%;
    padding: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sceneContents .map img {
    width: 25%;
    max-width: 140px;
    margin: 0 auto 4%;
}

.sceneContents .map a {
    display: block;
    clear: both;
    margin: 2% 0;
    color: #fff;
    background-color: #02d46e;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 3%;
    font-size: 1em;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sceneContents .map a img {
    height: 1em;
    width: auto;
    display: inline-block;
    margin: 0 0 0 0.5em;
}

.sceneContents .information dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.sceneContents .information dl dt {
    width: 29%;
    margin: 0 0 1% 0;
    position: relative;
}

.sceneContents .information dl dt:after {
    content: "：";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.sceneContents .information dl dd {
    width: 71%;
    margin: 0 0 1%;
}

.sceneContents .rating p,
.sceneContents .lens p {
    margin: .25em 0 1em;
}

.sceneContents .rating span,
.sceneContents .lens span,
.sceneContents .information span,
.sceneContents .other span {
    display: block;
    color: #02d46e;
    font-size: 1.25em;
    font-weight: bold;
}
.sceneContents .other span{
    margin: 0 0 .25em;
}

.sceneContents .rating span img,
.sceneContents .lens span img {
    height: 1.25em;
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0 0 0.25em;
    top: 0.2em;
}

.sceneContents .description {
    width: 100%;
    padding: 0 3% 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sceneContents .description .sub {
    border: 1px solid #000;
    overflow: hidden;
}


.sceneContents .other ul {
    margin: 0;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}

@media only screen and (max-width: 768px) {
    .sceneContents .other ul li:nth-child(odd) {
        width: 48%;
        float: left;
        margin: 0 2% 2% 0;
        position: relative;
    }

    .sceneContents .other ul li:nth-child(even) {
        width: 48%;
        float: left;
        margin: 0 0 2% 2%;
        position: relative;
    }
}


.sceneContents .other ul li a {
    color: #fff;
    display: block;
    overflow: hidden;
}

.sceneContents .other ul li .flag {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 45%;
}

.sceneContents .other ul li em {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    width: 92%;
    padding: 2% 4%;
    font-family: 'Hiragino Mincho ProN', "HiraMinProN-W6", "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-style: normal;
    font-weight: normal;
}


/* --------------------------------------------------- side menu */

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.side-open .menu {
    cursor: url(../images/photomap_menu_close.png), auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    list-style-type: none;
}

.menu li {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
}

.menu li img {
    display: inline-block;
    height: .8em;
    width: auto;
    margin: 0 0 0 .5em;
}

.side-open .menu li {
    opacity: 1;
}

.side-open .menu li:nth-child(1) {
    -webkit-transition: opacity 1s ease .5s;
    transition: opacity 1s ease .5s;
}

.side-open .menu li:nth-child(2) {
    -webkit-transition: opacity 1s ease .6s;
    transition: opacity 1s ease .6s;
}

.side-open .menu li:nth-child(3) {
    -webkit-transition: opacity 1s ease .7s;
    transition: opacity 1s ease .7s;
}

.side-open .menu li:nth-child(4) {
    -webkit-transition: opacity 1s ease .8s;
    transition: opacity 1s ease .8s;
}

.side-open .menu li:nth-child(5) {
    -webkit-transition: opacity 1s ease .8s;
    transition: opacity 1s ease .9s;
}

.menu li a {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-family: Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    color: #f5f5f5;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}

.menu li a:hover {
    color: #999;
}


/* --------------------------------------------------- menuArea */

.menuArea {

    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.menuArea span {
    color: #fff;
}

.menuArea span:after {
    content: attr(data-txt-open);
}

.side-open .menuArea span:after {
    content: attr(data-txt-close);
}

.menuArea:hover span:nth-child(1):after {
    -webkit-animation: anim .5s ease 0s forwards;
    animation: anim .5s ease 0s forwards;
}

.menuArea:hover span:nth-child(2):after {
    -webkit-animation: anim .5s ease .1s forwards;
    animation: anim .5s ease .1s forwards;
}

.menuArea:hover span:nth-child(3):after {
    -webkit-animation: anim .5s ease .2s forwards;
    animation: anim .5s ease .2s forwards;
}

.menuArea:hover span:nth-child(4):after {
    -webkit-animation: anim .5s ease .3s forwards;
    animation: anim .5s ease .3s forwards;
}

.menuArea:hover span:nth-child(4):after {
    -webkit-animation: anim .5s ease .3s forwards;
    animation: anim .5s ease .4s forwards;
}


@-webkit-keyframes anim {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes anim {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@media only screen and (min-width: 768px) {
    .sceneContents .information dl dt{
        width: 15%;
    }
    .sceneContents .information dl dd{
        width: 85%;
    }
    .sceneContents .map img{
        max-width: 100px;
    }


    .sceneContents .other ul li {
        width: 31% !important;
        float: left;
        margin: 0 0 2%;
        position: relative;
    }
    .sceneContents .other ul li:nth-child(2),.sceneContents .other ul li:nth-child(3n+2) {
        width: 31% !important;
        float: left;
        margin: 0 3% 2%;
        position: relative;
    }

    #panels .container ul li {
        width: 31% !important;
        float: left;
        margin: 0 0 2%;
        position: relative;
    }
    #panels .container ul li:nth-child(2),#panels .container ul li:nth-child(3n+2) {
        width: 31% !important;
        float: left;
        margin: 0 3% 2%;
        position: relative;
    }

    .side-open .menu {
        background-size: 50px 50px;
    }
    .sceneContents .simpleSlider {
        height: 330px;
        width: 1280px;
    }
    .sceneContents h3{
        background-color: rgba(255, 255, 255, 0) !important;
    }
    .sArrowRight0{
        right: 80px !important;
    }
    .sArrowLeft0{
        left: 400px !important;
    }
    .header,.footer {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    .sceneContents,.main{
        width: 100%;
        max-width: 960px;
        margin: 50px auto 0;
    }
    .contentsLists{
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    ul#tabs-list li img{
        width: 40%;
    }
    .main h3{
        width: 40%;
        margin: 0 auto;
        padding: 10%;
    }
    .main .intro{
        width: 40%;
    }
    .main .areaSelect{
        width: 50%;
    }
    .header .sp h2 {
        width: 24%;
        padding: 0;
        margin: 3% 29% 0;
    }
    .header .sp h1 {
        width: 5%;
        padding: 0;
        margin: 1% 4% 0 1%;
    }
    .header .sp .menuArea {
        width: 3%;
        padding: 0;
        margin: 2% 1% 0 4%;
    }
    .footer ul li img{
        height: 16px;
    }
    .footer small{
        font-size: 12px;
    }
}