@charset "utf-8";

body {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 13pt;
    line-height: 1.8;
}

img {
    width: 100%;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.drawer-hamburger {
    z-index: 9998;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
}

.drawer-overlay {
    z-index: 9997;
}

.drawer-nav {
    z-index: 9999;
}


.drawer-nav ul {
    margin: 10px 5px 0 5px;
}

.drawer-menu li {
    padding: 6px 12px;
}

@media only screen and (min-width:768px) {
    .drawer-nav ul {
        margin: 20px 5px;
    }

    .drawer-menu li {
        padding: 10px;
    }  
}

.navbar-header {
    text-align: center;
    float: none;
}

.navbar-brand {
    float: none;
    display: inline-block;
}


.drawer-menu li a {
    display: block;
    font-size: 12pt;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

.drawer-menu li a:hover {
    color: #f2cd5d;
    text-decoration: none;
}

.drawer-menu li a span {
    font-size: 7pt;
    display: block;
    margin-top:-5px;
}

#active a {
    color: #999999;
    pointer-events: none;
}

footer {
    padding: 20px;
}

#pagetop a {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    background-image: url("../img/pagetop.png");
    background-size: cover;
    text-indent: -9999px;
}

#pagetop a:hover {
    opacity: 0.5;
}

.drawer-hamburger-icon {
    margin-top: 15px;
    margin-left: 0;
}



.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    left: 15px;
    width: 30px;
    height: 1px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #fff
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -8px;
    left: 0;
    content: " "
}

.drawer-hamburger-icon:after {
    top: 8px
}

.drawer-hamburger-txt {
    color: #ffffff;
    font-size: 8px;
    display: block;
    margin-top: 15px;
}

@media only screen and (min-width:768px) {

    .drawer-hamburger-txt {
        margin-top: 20px;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        left: 10px;
        width: 40px;
        height: 1px;
        -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
        transition: all .6s cubic-bezier(.19, 1, .22, 1);
        background-color: #fff
    }

    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        position: absolute;
        top: -10px;
        left: 0;
        content: " "
    }

    .drawer-hamburger-icon:after {
        top: 10px
    }

    .drawer-hamburger {
        z-index: 9998;
        width: 80px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .drawer-hamburger-icon {
        margin-top: 15px;
        margin-left: 10px;
    }

}


@media only screen and (min-width:768px) {}


@media only screen and (min-width:768px) {}


@media only screen and (min-width: 1200px) {}

footer {}

footer p {
    font-size: 8pt;
    text-align: center;
}



@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?y3kmhx');
    src:  url('../fonts/icomoon.eot?y3kmhx#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?y3kmhx') format('truetype'),
        url('../fonts/icomoon.woff?y3kmhx') format('woff'),
        url('../fonts/icomoon.svg?y3kmhx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e942";
}
.icon-facebook:before {
    content: "\ea91";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-youtube:before {
    content: "\ea9d";
}


#sns {
    padding: 0 20px;
}

#sns a {
    color: #ffffff;
    font-size: 16pt;
    transition: 0.3s;
}

#sns a:first-child {
    margin-right: 10px;
}

#sns a:hover {
    text-decoration: none;
    color: #f2cd5d;
}


.contactus p{
    font-size: 12pt;
    text-align: center;
    margin: 50px 0 20px 0;
}

.contactus span{
    display: block;
}

.tel a,.mail a{
    font-size: 16pt;
    display: block;
    text-align: center;
    color:#000000;
    text-decoration: none;
    margin:0;
    padding: 5px;
    transition: 0.4s;
    overflow: hidden;
}

.tel a{
    letter-spacing: 2px;
    border-bottom: 1px solid #cccccc;
}

.mail a{
    margin-bottom: 50px;
}

.tel span,.mail span{
    margin-right: 8px;
    color:green;
}

.tel a:hover,.mail a:hover{
    color:green;
}

@media only screen and (min-width:768px) {
    .tel a,.mail a{
        font-size: 18pt;
        margin:0 0 50px 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-bottom: none;
    }
    
    .contactus span{
        display:inline;
    }
}