/** base**/

figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    overflow-x: hidden;
}

img {
    border: 0;
    vertical-align: bottom;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

/**pkg**/

@media(min-width: 1201px) {
    h1 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 33px;
        color: #5A5A5A;
        margin: 0 0 20px
    }
    h2 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 33px;
        color: #5A5A5A;
        text-align: center;
        margin: 5% 0
    }
    h3 {
        text-align: center;
        margin-top: 4%;
        font-family: 'Julius Sans One';
        font-size: 30px;
        font-weight: bold;
        color: #1BAFD4;
    }
    .h3_sub {
        text-align: center;
        margin: 20px 0 1% 0;
        color: #636363;
    }
    h4 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 38px;
        color: #5A5A5A;
        text-align: center;
        margin: 5% 0 25px 0
    }
    .h4 {
        text-align: center;
        color: #5A5A5A;
        font-size: 13px;
        margin-bottom: 10px
    }
    h5 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 30px;
        color: #84003D;
        margin: 25px 0 15px -15px;
        font-weight: bold
    }
}

@media(min-width: 721px) and (max-width: 1200px) {
    h1 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 33px;
        color: #5A5A5A;
        margin: 0 0 20px
    }
    h2 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 30px;
        color: #5A5A5A;
        text-align: center;
        margin: 8% 0
    }
    h3 {
        text-align: center;
        margin-top: 6%;
        font-family: 'Julius Sans One';
        font-size: 30px;
        font-weight: bold;
        color: #1BAFD4;
    }
    .h3_sub {
        text-align: center;
        margin: 20px 0 1% 0;
        color: #636363;
    }
    h4 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 34px;
        color: #5A5A5A;
        text-align: center;
        margin: 9% 0 25px 0
    }
    .h4 {
        text-align: center;
        color: #5A5A5A;
        font-size: 13px;
        margin-bottom: 10px
    }
    h5 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 25px;
        color: #84003D;
        margin: 20px 0 15px -15px;
        font-weight: bold
    }

}

@media(max-width: 720px) {
    h2 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 30px;
        color: #5A5A5A;
        text-align: center;
        margin: 8% 0
    }
    h3 {
        text-align: center;
        margin-top: 70px;
        font-family: 'Julius Sans One';
        font-size: 200%;
        font-weight: bold;
        color: #1BAFD4;
    }
    .h3_sub {
        text-align: center;
        margin: 10px 0 2% 0;
        color: #636363;
        font-size: 90%
    }
    h4 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 27px;
        color: #5A5A5A;
        text-align: center;
        margin: 55px 0 18px 0
    }
    .h4 {
        text-align: center;
        color: #5A5A5A;
        font-size: 12px;
        margin-bottom: 10px
    }
    h5 {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 25px;
        color: #84003D;
        margin: 20px 0 10px -7px;
        font-weight: bold
    }
}

.button {
    display: inline-block;
    width: 80%;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.70);
    border: 2px solid #59b1eb;
    color: #59b1eb;
    margin-top: 10%;
    font-size: 130%
}

.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button:hover {
    background-color: rgba(18, 95, 127, 0.40);
    border-color: #015684;
    color: #015684;
}


@media(min-width: 721px) {
    .bt-menu-trigger {
        display: none
    }
}

@media(max-width: 720px) {
    .bt-menu-trigger {
        position: fixed;
        width: 35px;
        height: 25px;
        top: 20px;
        right: 20px;
        z-index: 9999;
        display: block;
        cursor: pointer;
    }
    .bt-menu-trigger,
    .bt-menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .bt-menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #0086D1;
        border-radius: 2px;
    }
    .bt-menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .bt-menu-trigger span:nth-of-type(2) {
        top: 11px;
    }
    .bt-menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
}

#galley {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute
}

@media(min-width: 1201px) {
    #divContainer {
        cursor: move;
        margin: 0px auto;
        position: relative;
        width: 100%;
        height: 100%;
        min-width: 300px;
        min-height: 200px;
        overflow: hidden;
    }
    .eCell {
        position: absolute;
        border: 1px #C7C7C7 solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .eCell img {
        width: 300px;
        height: 200px;
    }
    .gallery_title {
        display: none
    }
}

@media(min-width: 721px) and (max-width: 1200px) {
    #divContainer {
        margin: 0px auto;
        position: relative;
        width: 100%;
        height: 100%;
        min-width: 180px;
        min-height: 120px;
        overflow: hidden;
    }
    .eCell {
        position: absolute;
        border: 1px #C7C7C7 solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .eCell img {
        width: 180px;
        height: 120px;
    }
    .gallery_title {
        display: none
    }
}

@media(max-width: 720px) {
    #divContainer {
        margin: 0px auto;
        position: relative;
        width: 100%;
        height: 100%;
        min-width: 180px;
        min-height: 120px;
        overflow: hidden;
    }
    .eCell {
        position: absolute;
        border: 1px #C7C7C7 solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .eCell img {
        width: 120px;
        height: 80px;
    }
    .gallery_title {
        font-size: 30px;
        color: #fff;
        font-family: 'Julius Sans One', sans-serif;
        font-weight: bold;
        position: absolute;
        z-index: 3;
        margin-top: 40px;
        left: 20px;
        border-bottom: 2px solid #fff;
        padding-bottom: 7px
    }
}


/*staff*/

@media(min-width: 1201px) {
    #myRoundabout {
        padding: 0;
    }
    #myRoundabout ul {
        list-style: none;
        margin: 0;
    }
    #myRoundabout li {
        list-style-type: none;
    }
    .roundabout-holder {
        list-style: none;
        width: 100%;
        height: 40em;
        margin: auto;
        max-width: 800px
    }
    .roundabout-moveable-item {
        /*アイテムの大きさ*/
        height: 39em;
        width: 26em;
        cursor: pointer;
    }
    .roundabout-moveable-item img {
        /*画像の大きさ*/
        height: 39em;
        width: 26em;
        border: none;
    }
    .roundabout-in-focus {
        cursor: auto;
    }
}

@media(min-width: 721px) and (max-width: 1200px) {
    #myRoundabout {
        padding: 0;
    }
    #myRoundabout ul {
        list-style: none;
        margin: 0;
    }
    #myRoundabout li {
        list-style-type: none;
    }
    .roundabout-holder {
        list-style: none;
        width: 100%;
        height: 25em;
        margin: auto;
        max-width: 500px
    }
    .roundabout-moveable-item {
        /*アイテムの大きさ*/
        height: 33em;
        width: 22em;
        cursor: pointer;
    }
    .roundabout-moveable-item img {
        /*画像の大きさ*/
        height: 33em;
        width: 22em;
        border: none;
    }
    .roundabout-in-focus {
        cursor: auto;
    }
}

@media(max-width: 720px) and (orientation: portrait) {
    #myRoundabout {
        padding: 0;
    }
    #myRoundabout ul {
        list-style: none;
        margin: 0;
    }
    #myRoundabout li {
        list-style-type: none;
    }
    .roundabout-holder {
        list-style: none;
        width: 100%;
        height: 25em;
        margin: auto;
        max-width: 500px
    }
    .roundabout-moveable-item {
        /*アイテムの大きさ*/
        height: 27em;
        width: 18em;
        cursor: pointer;
    }
    .roundabout-moveable-item img {
        /*画像の大きさ*/
        height: 27em;
        width: 18em;
        border: none;
    }
    .roundabout-in-focus {
        cursor: auto;
    }
}

@media(max-width: 720px) and (orientation: landscape) {
    #myRoundabout {
        padding: 0;
    }
    #myRoundabout ul {
        list-style: none;
        margin: 0;
    }
    #myRoundabout li {
        list-style-type: none;
    }
    .roundabout-holder {
        list-style: none;
        width: 100%;
        height: 20em;
        margin: auto;
        max-width: 100%
    }
    .roundabout-moveable-item {
        /*アイテムの大きさ*/
        height: 24em;
        width: 15em;
        cursor: pointer;
    }
    .roundabout-moveable-item img {
        /*画像の大きさ*/
        height: 24em;
        width: 15em;
        border: none;
    }
    .roundabout-in-focus {
        cursor: auto;
    }
}
