@charset "UTF-8";
/* CSS Document */
/*===== ▼col-md-lg-up =====*/
@media screen and (min-width: 768px) {
    body {
        padding-top: 0;
    }
    #header {
        position: fixed;
        height: 140px;
        top: 0;
        transition: all .2s;
/*        background: rgba(255, 255, 255, 0.90);*/
        background: 
            linear-gradient(rgba(255,255,255,0.9) 10%, 
            rgba(255,255,255,0.7) 50%, 
            rgba(255,255,255,0) 100%);
    }
    #header.fixed {
        height: 70px;
        background: rgba(255, 255, 255, 0.90);
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
    }
    #header .logo-wrap {
        top: 0.5rem;
        transition: all .2s;
    }
    #header.fixed .logo-wrap {
        top: 0;
    }
    #header.fixed .logo {
        width: 240px;
    }
    #gNavi .nav-link {
        padding: 0.25rem .25rem;
    }
    #header > .container-fluid {
        transition: all .2s;
    }
    #header.fixed > .container-fluid {
        width: auto;
        position: relative;
        padding-bottom: 0 !important;
    }
    #subBtn {
        padding-top: .5rem;
    }
    #header.fixed #subBtn {
        padding-top: 0;
    }
    #subBtn ul img {
        max-height: 70px;
    }
    #header.fixed #subBtn ul img {
        max-height: 60px;
    }
    #subBtn ul, #subBtn {
        justify-content: flex-end;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    #gNavi .nav-link {
        font-size: 0.9rem;
    }
    .drawer-hamburger {
        height: 70px;
    }
    .fix-nav {
        top: calc(50vh - 240px);
        right: 0%;
        z-index: 10;
    }
    .fix-nav li {
        margin-bottom: 0;
    }
    .list-flow li .body {
        padding-left: calc(52px + 2rem);
    }
    .ggmap {
        padding-bottom: 80%;
    }
    .mv.page-header > *:nth-child(1) > * {
        padding-top: 60px;
        padding-bottom: 2rem;
        min-height: 300px;
    }
    .ttl-icon {
        background-position: left bottom;
        padding-left: 60px;
    }
    /* ▲ col-md-up */
}
/*===== ▼col-lg =====*/
@media screen and (min-width: 992px) {
    body {
        padding-top: 0;
    }
/*
    #header {
        height: 90px;
    }
*/
    #header {
        position: fixed;
        top: 0;
        transition: all .2s;
    }
    /*
    #header.fixed {
		height: 50px;
	}
*/
    .mv {
        width: 100% !important;
    }
    .fix-nav {
        width: 90px !important;
    }
    .ggmap {
        padding-bottom: 45%;
    }
    .list-links.list-links-voice > li .caption-wrap {
        min-height: 380px;
    }
    .list-links.list-links-ctq > li .caption-wrap {
        min-height: 330px;
    }
    /* ▲ col-lg */
}
/*===== ▼ col-md =====*/
@media screen and (max-width: 991px) {
    .fix-nav {
        width: 80px;
    }
    /* ▲ col-md */
}
@media screen and (min-width: 992px) and (max-width: 1199px) {}
@media screen and (min-width: 992px) and (max-width: 1099px) {
    #gNavi .nav-link {
        font-size: 0.75rem;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
    #gNavi .nav-link {
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 1200px) {
    #gNavi .nav-link {
        font-size: 0.96rem !important;
    }
}
/*===== ▼col-md only =====*/
@media screen and (max-width: 860px) and (min-width: 768px) {
    #gNavi .nav-link {
        font-size: 0.8rem;
    }
    /* ▲ col-md only */
}
/*===== ▼col-sm-up =====*/
@media screen and (min-width: 576px) {}
/*===== ▼ col-sm =====*/
@media screen and (max-width:767px) {
    body {
        padding-top: 60px;
    }
    #header,
    #header.fixed {
        height: 60px;
    }
    #header {
        position: fixed;
        top: 0;
        padding-top: 0.25rem;
        background: rgba(255, 255, 255, 0.90);
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.10);
    }
    #header .logo {
        height: 35px;
        width: auto;
    }
    #header.fixed .logo {
        transition: .3s;
    }
    .ttl-icon {
        background-position: top center;
        padding-top: 48px;
    }
    .box .btn-detail {
        text-align: center;
    }
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .fix-nav {
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    .fix-nav ul {
        display: flex;
        justify-content: center;
        border-top: 1px solid rgba(255, 255, 255, 0.33);
    }
    .fix-nav ul li {
        display: block;
        width: 100%;
    }
    .fix-nav ul i {
        font-size: 140%;
        margin-bottom: 0.5rem;
    }
    .fix-nav ul li a small {
        font-size: 84%;
        display: block;
        white-space: nowrap;
    }
    .fix-nav ul li a {
        padding: 0.65rem 0.25rem;
        background-color: rgba(0,90,167, 0.90);
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1.1;
        white-space: nowrap;
    }
    .fix-nav ul li a {
        border-right: 1px solid rgba(255, 255, 255, 0.33);
    }
    .fix-nav ul li:nth-last-child(1) a {
        border-right: 0;
    }
    #gNavi > div {
        border: 0 none;
        padding: 0;
    }
    #gNavi ul li .nav-link {
        padding: 0.75rem 0.75rem;
    }
    #pagetop {
        bottom: 70px;
        right: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .ggmap {
        padding-bottom: 65%;
    }
    .mv.page-header > *:nth-child(1) > * {
/*        padding-top: 90px;*/
        padding-bottom: 2.5rem;
        min-height: 240px;
    }
    #footer .copy {
        padding-bottom: calc(1.5rem + 75px);
    }
    /* ▲ col-sm */
}
/*===== ▼col-sm only =====*/
@media screen and (max-width: 767px) and (min-width: 576px) {
    /* ▲ col-sm only */
}
/*===== ▼ col-xs =====*/
@media screen and (max-width:575px) {
    .fix-nav ul li a {
        padding: 0.65rem 0.25rem 1.1rem;
    }
    .pan-list {
        font-size: 80%;
    }
    .box {
        padding: 1rem 1rem;
    }
    /* sp .MV */
    .ggmap {
        padding-bottom: 75%;
    }
    /*
    #topSlide {
        padding-top: 60px;
    }
*/
    /* ▲ col-xs */
}
/*===== ▼ col-xs only =====*/
@media screen and (max-width:575px) and (min-width: 321px) {
    /* ▲ col-xs only */
}
@media screen and (max-width:400px) {
    .ggmap {
        padding-bottom: 100%;
    }
}
/*===== ▼ iphone5 =====*/
@media screen and (max-width:320px) {
    /* ▲ iphone5 */
}
@media screen and (min-width: 1100px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1600px) {}