@charset "UTF-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* ディスプレイ740px以上 */

@media (min-width: 740px) {
    .block-menu {
        display: block;
        background: #ffffd9;
    }
    .block-menu li {
        display: inline-block;
    }
    .block-menu li a {
        display: block;
        overflow: visible;
        padding: 0px 5px;
        text-decoration: none;
        font-family: 'Oswald', sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        font-smoothing: antialiased;
        text-transform: uppercase;
        color: #fff;
    }
    .groval-nav-bg {
        float: left;
        position: absolute;
        overflow: hidden;
        height: auto;
        background-color: #ffffd9;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
    }
        .groval-nav-bg #A {
        padding: 0px;
        margin: 0px;
        border-left: dotted 1px #42210b;
        border-right: dotted 1px #42210b;
    }
    .groval-nav-bg #B,
    #C,
    #D {
        padding: 0px;
        margin: 0px;
        border-right: dotted 1px #42210b;
    }
}


/* ディスプレイ1138px以上 */

@media (min-width: 1138px) {
    .nav {
        width: 550px;
        height: auto;
        margin-left: 33%;
        padding: 0;
    }
}


/* ディスプレイ1400px以上 */

@media (min-width: 1400px) {
    /* ヘッダー */
    .header {
        height: 150px;
    }
    #header-bg {
        margin-top: 134px;
    }

    .PBB-logo .megabigimage {
        position: fixed;
        width: auto;
        z-index: 100;
        top: 0px;
        left: 0px;
    }
    img.miniimage {
        display: none;
    }
    img.bigimage {
        display: none;
    }
    img.megabigimage {
        display: block;
    }
    /* ロゴ */
    .block-menu li a {
        line-height: 20px;
        font-size: 24px;
    }
    /* animation domination */
    .groval-nav-bg {
        width: 583px;
        margin-top: 49px;
        padding-top: 0px;
        border-radius: 12px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 9px;
    }
    
    .groval-nav-bg li {
        display: inline-block;
        width: auto;
        height: 60px;
        text-align: center;
        vertical-align: middle;
    }

    .groval-nav-bg li a {
        display: block;
        width: auto;
        height: 55px;
        padding-left: 32px;
        color: #42210b;
        text-decoration: none;
        padding-right: 32px;
        margin-top: 4px;
        margin-bottom: auto;
    }
    /*　グローバルナビメニュー */
    .header-sns {
        position: absolute;
        float: left;
        width: 200px;
        margin-left: 460px;
    }
    #sns-follow {
        margin-left: 149px;
        margin-top: 27px;
    }
    
    ul.header-a {
        position: absolute;
        z-index: 88;
        width: 140px;
        height: 42px;
        left: 131px;
        top: 60px;
    }
    /*　グローバルナビメニュー SNS */
    .infomation {
        margin: 20px;
        color: #ffffd8;
        position: relative;
        margin-top: 30px;
        width: 100%;
        height: 100%;
    }
    .infomation-top {
        float: left;
        height: auto;
        width: 44%;
        padding-top: 2%;
        margin-left: 20%;
    }
    #top-text {
        overflow: scroll;
        width: 100%;
        height: 502px;
        padding-top: 10px;
        margin-top: 0px;
        margin-bottom: 10px;
        word-break: break-word;
        font-size: 12px;
    }
    *:before,
    *:after {
        content: '';
    }
    .stars {
        overflow: hidden;
        width: 100%;
        height: 1em;
        margin-top: -10px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 30px;
        color: #f05a24;
    }
    .stars:after {
        content: "■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■";
        font-size: 9px;
    }
    #little-cub {
        width: 36%;
        height: auto;
        float: left;
        padding: 3%;
    }
    #little-cub img {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 8px;
    }
    /* コンテンツ */
    .other-menu {
        display: block;
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 17px;
        width: 267px;
        height: 1000px;
        margin-bottom: 20px;
        background-color: #fbb03b;
        color: #42210b;
        font-family: 'Oswald', sans-serif;
    }
    .side-menu {
        overflow: auto;
        height: 100%;
    }
    #insta-window {
        width: 232px;
        height: 232px;
        margin-top: 420px;
        margin-left: auto;
        margin-right: auto;
        border: solid 1px #42210b;
        text-align: center;
    }
    #insta-text {
        padding-top: 93px;
        text-align: center;
    }
    #other-hp {
        width: 128px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        padding-bottom: 5px;
        font-size: 17px;
    }
    .other-hp-bana {
        height: 250px;
    }
    .other-hp-bana li {
        display: block;
        font-size: 20px;
    }
    /* サイドメニュー　*/
    .copy-right {
        font-family: 'Oswald', sans-serif;
        width: 317px;
        margin-left: 45%;
        margin-right: auto;
        margin-bottom: 0.5%;
    }
    .three-d {
        position: relative;
        -webkit-perspective: 200px;
        -moz-perspective: 200px;
        perspective: 200px;
        -webkit-transition: all .07s linear;
        -moz-transition: all .07s linear;
        transition: all .07s linear;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }
    .front,
    .back {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffd9;
        color: #42210b;
        pointer-events: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        font-size: 30px;
        padding: 15px 5px;
    }
}



/* ディスプレイ1138px以上 1399px以下*/

@media (min-width: 1138px) and (max-width: 1399px) {
    .header {
        position: relative;
        z-index: auto;
        overflow: hidden;
        width: 100%;
        height: 120px;
        margin-top: 0px;
        padding-top: 0px;
        background-color: #73acbc;
    }
    #header-bg {
        background-repeat: repeat-x;
        margin-top: 104px;
    }
    .PBB-logo .bigimage {
        position: fixed;
        width: auto;
        z-index: 100;
        top: 0px;
        left: 0px;
    }
    img.miniimage {
        display: none;
    }
    img.bigimage {
        display: block;
    }
    img.megabigimage {
        display: none;
    }
    /* ロゴ */
    .nav {
        width: 550px;
        height: auto;
        margin-left: 33%;
        padding: 0;
    }
    .block-menu {
        display: block;
        background: #ffffd9;
    }
    .block-menu li {
        display: inline-block;
    }
    .block-menu li a {
        line-height: 16px;
    }
    /* animation domination */
    .groval-nav-bg {
        width: 450px;
        margin-top: 38px;
        border-radius: 9px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
    }
    .groval-nav-bg li {
        display: inline-block;
        width: auto;
        height: 43px;
        text-align: center;
        vertical-align: middle;
    }
    .groval-nav-bg li a {
        display: block;
        width: auto;
        height: 43px;
        padding-top: 5px;
        padding-right: 20px;
        padding-left: 20px;
        color: #42210b;
        text-decoration: none;
    }
    .three-d {
        position: relative;
        -webkit-perspective: 200px;
        -moz-perspective: 200px;
        perspective: 200px;
        -webkit-transition: all .07s linear;
        -moz-transition: all .07s linear;
        transition: all .07s linear;
        margin: 0;
        padding: 0;
        font-size: 20px;
    }
    .front,
    .back {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffd9;
        color: #42210b;
        pointer-events: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        font-size: 20px;
        padding: 15px 5px;
    }
    /*　グローバルナビメニュー */
    .header-sns {
        position: absolute;
        float: left;
        width: 200px;
        margin-left: 460px;
    }
    #sns-follow {
        margin-left: 18px;
        margin-top: 15px;
    }
    .header-sns ul {
        padding: 0;
        margin: 0;
    }
    .header-sns li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    ul.header-a {
        position: absolute;
        z-index: 88;
        width: 140px;
        height: 42px;
    }
    /*　グローバルナビメニュー SNS */
    .infomation {
        width: 100%;
        height: auto;
        margin-top: 30px;
        margin: 20px;
        color: #ffffd8;
        position: relative;
    }
    .infomation-top {
        float: left;
        height: auto;
        margin-left: 18%;
        width: 45%;
    }
    #top-text {
        overflow: scroll;
        width: 100%;
        height: 300px;
        padding-top: 10px;
        margin-top: 0px;
        margin-bottom: 10px;
        word-break: break-word;
        font-size: 12px;
    }
    *:before,
    *:after {
        content: '';
    }
    .stars {
        overflow: hidden;
        width: 100%;
        height: 1em;
        margin-top: -10px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 30px;
        color: #f05a24;
    }
    .stars:after {
        content: "■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■";
        font-size: 9px;
    }
    #little-cub {
        width: 37%;
        height: auto;
        float: left;
        padding: 3%;
    }
    #little-cub img {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 8px;
    }
    /* コンテンツ */
    .other-menu {
        display: block;
        position: fixed;
        top: 0px;
        left: 17px;
        width: 195px;
        height: 1000px;
        margin-bottom: 20px;
        background-color: #fbb03b;
        color: #42210b;
        font-family: 'Oswald', sans-serif;
    }
    .side-menu {
        overflow: scroll;
        height: 800px;
    }
    #insta-window {
        width: 170px;
        height: 170px;
        margin-top: 282px;
        margin-left: auto;
        margin-right: auto;
        border: solid 1px #42210b;
        text-align: center;
    }
    #insta-text {
        padding-top: 72px;
        text-align: center;
    }
    #other-hp {
        width: 128px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 12px;
        padding-bottom: 5px;
        font-size: 17px;
    }
    .other-hp-bana {
        height: 250px;
    }
    .other-hp-bana li {
        display: block;
        font-size: 20px;
    }
    /* サイドメニュー　*/
    .copy-right {
        font-family: 'Oswald', sans-serif;
        width: 317px;
        margin-left: 40%;
        margin-right: auto;
        margin-bottom: 0.5%;
    }
}



/* ディスプレイ740px以上〜1137px以下　*/

@media (min-width: 740px) and (max-width: 1137px) {
    .header {
        position: relative;
        z-index: auto;
        overflow: hidden;
        width: 100%;
        height: 150px;
        ;
        margin-top: 0px;
        padding-top: 0px;
        background-color: #73acbc;
    }
    #header-bg {
        margin-top: 134px;
        background-image: url(../img/header-bg.gif);
    }
    .PBB-logo .bigimage {
        position: fixed;
        z-index: 100;
        top: 0px;
        left: 0px;
        width: auto;
    }
    img.miniimage {
        display: none;
    }
    img.bigimage {
        display: block;
    }
    img.megabigimage {
        display: none;
    }
    .nav {
        width: 500px;
        height: auto;
        margin-left: 40%;
        padding: 0;
    }
    .block-menu {
        display: block;
        background: #ffffd9;
    }
    .block-menu li {
        display: inline-block;
    }
    .block-menu li a {
        line-height: 9px;
    }
    /* animation domination */
    .groval-nav-bg {
        width: 380px;
        margin-top: 80px;
        padding-top: 0px;
        border-radius: 9px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        background-color: #ffffd9;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
    }
    .groval-nav-bg li {
        display: inline-block;
        width: auto;
        height: auto;
        text-align: center;
        vertical-align: middle;
    }
    .groval-nav-bg li a {
        display: block;
        width: auto;
        height: 42px;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
        color: #42210b;
        text-decoration: none;
    }
    .three-d {
        position: relative;
        -webkit-perspective: 200px;
        -moz-perspective: 200px;
        perspective: 200px;
        -webkit-transition: all .07s linear;
        -moz-transition: all .07s linear;
        transition: all .07s linear;
        padding: 0;
        font-size: 20px;
        margin-left: 5px;
        margin-right: 5px;
        ;
    }
    .front,
    .back {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffd9;
        color: #42210b;
        pointer-events: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        font-size: 20px;
        padding: 15px 5px;
    }
    /*　グローバルナビメニュー */
    .header-sns {
        float: left;
        position: absolute;
        width: 200px;
        margin-left: 253px;
        margin-top: 9px;
    }
    #sns-follow {
        margin-left: 18px;
    }
    .header-sns ul {
        padding: 0;
        margin: 0;
    }
    .header-sns li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    ul.header-a {
        position: absolute;
        z-index: 88;
        width: 140px;
        height: 42px;
    }
    /*　グローバルナビメニューSNS */
    .infomation {
        width: 90%;
        height: auto;
        margin-top: 30px;
        color: #ffffd8;
    }
    .infomation-top {
        float: none;
        width: 70%;
        height: auto;
        margin-left: 240px;
    }
    .day-title {
        width: 100%;
        margin-top: -30px;
        text-align: right;
    }
    .infomation-top h1 {
        margin: 0px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    #infomation-logo img {
        width: 220px;
        height: 50px;
        margin-left: 0px;
    }
    #top-text {
        overflow: scroll;
        width: 100%;
        height: 300px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        font-size: 12px;
        word-break: break-word;
    }
    *:before,
    *:after {
        content: '';
    }
    .stars {
        overflow: hidden;
        width: 100%;
        height: 1em;
        margin-top: -10px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 30px;
        color: #f05a24;
    }
    .stars:after {
        content: "■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■";
        font-size: 9px;
    }
    #little-cub {
        float: none;
        width: 480px;
        height: auto;
        margin-top: 10px;
        margin-left: 240px;
    }
    /*　コンテンツ */
    .other-menu {
        display: block;
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 17px;
        width: 195px;
        height: 1000px;
        margin-bottom: 20px;
        background-color: #fbb03b;
        color: #42210b;
        font-family: 'Oswald', sans-serif;
    }
    .side-menu {
        height: 800px;
        overflow: scroll;
    }
    #insta-window {
        width: 170px;
        height: 170px;
        margin-top: 282px;
        margin-left: auto;
        margin-right: auto;
        border: solid 1px #42210b;
        text-align: center;
        ;
    }
    #insta-text {
        padding-top: 74px;
        text-align: center;
    }
    #other-hp {
        width: 128px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 14px;
        padding-bottom: 5px;
        font-size: 17px;
    }
    .other-hp-bana {
        height: 250px;
    }
    .other-hp-bana li {
        display: block;
        font-size: 20px;
    }
    /*　サイドメニュー */
    .copy-right {
        font-family: 'Oswald', sans-serif;
        width: 317px;
        margin-left: 45%;
        margin-right: auto;
        margin-bottom: 0.5%;
    }
}



/* ディスプレイ739px以下　*/

@media screen and (max-width: 739px) {
    .header {
        position: relative;
        z-index: auto;
        overflow: hidden;
        width: 100%;
        height: 100px;
        margin-top: 0px;
        padding-top: 0px;
        background-color: #73acbc;
    }
    #header-bg {
        margin-top: 84px;
    }
    .miniimage {
        position: absolute;
        z-index: 100;
        top: 0px;
        left: 0px;
        width: auto;
    }
    img.bigimage {
        display: none;
    }
    img.megabigimage {
        display: none;
    }
    .nav {
        position: fixed;
        z-index: 100;
        right: 0;
        width: 100%;
        height: auto;
        margin-left: 100px;
        padding: 0;
    }
    .block-menu {
        display: none;
        background: #ffffd9;
    }
    .block-menu li {
        display: inline-block;
    }
    .block-menu li a {
        line-height: 17px;
        font-size: 15px;
        padding: 5px 5px;
    }
    /* animation domination */
    .groval-nav-bg {
        position: absolute;
        z-index: 100;
        overflow: hidden;
        width: 70%;
        height: auto;
        top: 50px;
        right: 7px;
        border-radius: 9px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
    }
    .groval-nav-bg li {
        display: block;
        width: auto;
        height: auto;
        text-align: center;
    }
    .groval-nav-bg #A {
        padding: 0px;
        margin: 0px;
        border-bottom: dotted 1px #42210b;
    }
    .groval-nav-bg #B,
    #C {
        padding: 0px;
        margin: 0px;
        border-bottom: dotted 1px #42210b;
    }
    .groval-nav-bg li a {
        color: #42210b;
        text-decoration: none;
        height: 50px;
        display: block;
        width: auto;
        padding-top: 5px;
    }
    .three-d {
        position: relative;
        -webkit-perspective: 200px;
        -moz-perspective: 200px;
        perspective: 200px;
        -webkit-transition: all .07s linear;
        -moz-transition: all .07s linear;
        transition: all .07s linear;
        margin: 0;
        padding: 0;
        font-size: 23px;
    }
    .front,
    .back {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffd9;
        color: #42210b;
        pointer-events: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        font-size: 23px;
        padding: 15px 5px;
    }
    /*　グローバルナビメニュー */
    .header-sns {
        display: block;
        position: absolute;
        z-index: 98;
        top: 0px;
        left: 0px;
        width: auto;
        margin-left: 180px;
    }
    #sns-follow {
        display: none;
        float: left;
        margin-top: 0px;
        padding-top: 0px;
    }
    img.followme {
        display: none;
    }
    .header-sns ul {
        padding: 0;
        margin: 0;
    }
    .header-sns li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    ul.header-a {
        width: 140px;
        height: 42px;
        margin: 3px;
        padding: 0px;
    }
    /*　グローバルナビメニューSNS */
    .infomation {
        width: 90%;
        height: auto;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        color: #ffffd8;
    }
    .infomation-top {
        float: none;
        width: 100%;
        height: auto;
    }
    #top-text {
        overflow: scroll;
        width: 100%;
        height: 150px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 10px;
        word-break: break-word;
        font-size: 12px;
    }
    *:before,
    *:after {
        content: '';
    }
    .stars {
        overflow: hidden;
        width: 100%;
        height: 1em;
        margin-top: -10px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 30px;
        color: #f05a24;
    }
    .stars:after {
        content: "■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■";
        font-size: 9px;
    }
    #little-cub img {
        float: none;
        width: 100%;
        height: auto;
        margin-top: 15px;
    }
    /* コンテンツ　*/
    .other-menu {
        font-family: 'Oswald', sans-serif;
        background-color: #42210b;
    }
    .side-menu {
        height: auto;
        overflow: auto;
        color: #42210b;
    }
    #insta-window {
        display: block;
        width: 320px;
        height: 320px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        border: solid 1px #42210b;
        text-align: center;
        padding: 0;
    }
    #insta-text {
        margin-top: 45%;
        margin-bottom: 45%;
    }
    #other-hp {
        color: #ffffd8;
        margin-top: 30px;
        text-align: center;
    }
    .other-hp-bana {
        height: auto;
    }
    .other-hp-bana li {
        display: inline-block;
        font-size: 20px;
    }
    /* サイドメニュー */
    /* トグル */
    #menuButton {
        display: block;
        width: 42px;
        height: 42px;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 3;
    }
    #menuButton span {
        display: block;
        background: #f05a24;
        width: 24px;
        height: 2px;
        position: absolute;
        left: 9px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
    }
    #menuButton span:first-child {
        top: 12px;
    }
    #menuButton span:nth-child(2) {
        margin-top: -1px;
        top: 50%;
    }
    #menuButton span:last-child {
        bottom: 12px;
    }
    #menuButton.active span:first-child {
        -webkit-transform: translateY(8px) rotate(45deg);
        -moz-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
    #menuButton.active span:nth-child(2) {
        opacity: 0;
    }
    #menuButton.active span:last-child {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -moz-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
    /* トグル */
    .copy-right {
        font-family: 'Oswald', sans-serif;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.5%;
        width: 317px;
    }
}



/************** 共通 *****************/

body {
    font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0px;
    padding: 0px;
}

ul.header-a a:hover,
.other-menu a:hover {
    position: relative;
    top: 2pt;
    left: 2pt
}



/* リンク設定 */

.three-d:not(.active):hover {
    cursor: pointer;
}

.three-d:not(.active):hover .three-d-box,
.three-d:not(.active):focus .three-d-box {
    -moz-transform: translateZ(-25px) rotateX(90deg);
    -webkit-transform: translateZ(-25px) rotateX(90deg);
    -o-transform: translateZ(-25px) rotateX(90deg);
    transform: translateZ(-25px) rotateX(90deg);
}

.three-d-box {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translatez(-25px);
    -moz-transform: translatez(-25px);
    -o-transform: translatez(-25px);
    transform: translatez(-25px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.front {
    -webkit-transform: rotatex(0deg) translatez(25px);
    -moz-transform: rotatex(0deg) translatez(25px);
    -o-transform: rotatex(0deg) translatez(25px);
    transform: rotatex(0deg) translatez(25px);
}

.back {
    -webkit-transform: rotatex(-90deg) translatez(25px);
    -moz-transform: rotatex(-90deg) translatez(25px);
    -o-transform: rotatex(-90deg) translatez(25px);
    transform: rotatex(-90deg) translatez(25px);
    color: #FFE7C4;
}



/* グローバルメニュー回転　*/

.contents {
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background-color: #42210b;
    color: #ffffd8;
}

hr {
    border: 0;
    background-position: 50%;
    box-sizing: border-box;
    max-width: 100%;
    margin: 1.35em auto;
    height: 1em;
}


/* ヘッダー*/

.header {
    position: relative;
    z-index: auto;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #73acbc;
}

#header-bg {
    position: absolute;
    width: 100%;
    height: 16px;
    background-image: url(../img/header-bg.gif);
    background-repeat: repeat-x;
}
.groval-nav-bg ul {
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 0px;
    }
.header-sns ul {
        padding: 0;
        margin: 0;
    }
    .header-sns li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
/* コンテンツ */

.other-menu {
    font-family: 'Oswald', sans-serif;
}

.other-hp-bana ul {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0px;
}



/* サイドメニューリスト */

.slider img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.slider ul {
    padding: 0;
    margin: 0;
}

.slider li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}



/* スライダー */

.day-title {
    width: 100%;
    margin-top: -30px;
    text-align: right;
    font-family: 'Oswald', sans-serif;
}

.day-title h1 {
    color: #73abbb;
}

.infomation-top h1 {
    margin: 0px;
    padding-bottom: 10px;
    font-size: 16px;
}

#infomation-logo img {
    width: 220px;
    height: 50px;
    margin-left: 0px;
}



/* インフォメーション */

.footer {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #42210b;
    background-color: #73abbb;
}



/* フッター */


/************** 共通終了 *****************/