@charset "UTF-8";

/*===== ▼col-md-lg-up =====*/
@media screen and (min-width: 768px) {
    
    
    body {
/*        padding-top: 100px;*/
    }
    #header, #header.fixed, #header .logo-wrap, #header .logo, #header .logo img, #header .tel-box, #header .tel-box img {
        transition: all .3s ease;
    }
    #header {
        position: fixed;
        height: 80px;
        top: 0;
        background: rgba(255, 255, 255, 0.90);
/*        padding-top: 1rem;*/
    }
    #header.fixed {
        height: 60px;
/*        padding-top: 0.5rem;*/
    }
    #header .logo {
        height: 50px;
    }
    #header > *,
    #header > * > *,
/*    #header > * > * > *,*/
    #header #subBtn,
    #header #subBtn > *,
    #header #subBtn > * > *,
    #header #subBtn > * > * > *,
    #header #subBtn .nav > .nav-item > a,
    #header #subBtn .tel-box,
    #header #subBtn .tel-box > *,
    #header #subBtn .tel-box > * a {
        height: 100%;
    }
/*
    #header .tel-box {
        height: 45px;
        text-align: right;
        margin-bottom: 1.35rem;
    }
*/
    #header.fixed .logo {
        height: 40px;
    }
/*
    #header.fixed .tel-box {
        height: 36px;
        margin-bottom: .5rem;
    }
*/
    #header .logo img, #header .tel-box img {
        max-height: 100%;
        width: auto;
    }
    #header.fixed .logo-wrap {
        top: 0;
    }
    #header.fixed #subBtn {
        /*        margin-top: -1.5rem;*/
    }
    #header .ttl-sub {
        font-size: .7rem;
        margin-bottom: 0.25rem;
        opacity: 1;
    }
/*
    #header.fixed .ttl-sub {
        opacity: 0;
        height: 1px;
        margin-bottom: 0;
    }
*/
    #gNavi .nav-link {
        padding: 0rem 1rem;
    }
    #header > .container-fluid {
        transition: .2s;
    }
    #header #subBtn {
        margin-right: -15px !important;
    }
    #subBtn ul img {
        max-height: inherit;
    }
    #subBtn ul, #subBtn {
        justify-content: center;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    #subBtn .nav > .nav-item > a {
        color: #383C3C;
        font-weight: 600;
        font-size: 1.1rem;
        padding: 0.5rem 1.5rem;
        width: 100%;
        border-right: 1px solid #fefefe;
        line-height: 1em;
        align-content: center;
    }
    #subBtn .nav > .nav-item:nth-last-child(1) > a {
        border-right: none;
    }
    
    .nav li.dropdown ul {
        position: absolute;
        top: inherit;
        left: 0;
        z-index: 4;
        background-color: var(--dark-tp095);
        width: auto;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
    }
    .nav li.dropdown:hover > ul, .nav li.dropdown ul li:hover > ul, .nav li.dropdown:active > ul, .nav li.dropdown ul li:active > ul {
        visibility: visible;
        opacity: 1;
    }
    /*ナビゲーションaタグの形状*/
    .nav li.dropdown ul li span, .nav li.dropdown ul li a {
        display: block;
        text-decoration: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.6);
        padding: 0.8rem 1rem;
        color: #fff;
    }
    .nav li.dropdown ul li a::before {
        content: "- ";
    }
    .nav li.dropdown ul li span {
        color: rgba(255, 255, 255, 0.68);
    }
    .nav li.dropdown ul li:last-child a {
        border-bottom: none;
    }
    .nav li.dropdown ul li a:hover, .nav li.dropdown ul li a:active {
        background-color: rgba(255, 255, 255, 0.3);
    }
    .fix-nav {
        display: none;
    }
    #topMV {
        padding-top: calc(80px + 2rem);
    }
    .ggmap {
        padding-bottom: 46%;
    }
    .mv.page-header > *:nth-child(1) > * {
        padding-top: 80px;
        padding-bottom: 2rem;
        min-height: 280px;
        height: 20vw;
        max-height: 330px;
    }
    .ttl-icon {
        background-position: left bottom;
        padding-left: 60px;
    }
    .list-links-prog > li {
        padding-right: 30px;
        background-image: url("../images/info-general-arrow@2x.png");
        background-repeat: no-repeat;
        background-size: 16px 30px;
        background-position: right 90px;
    }
    .list-links-prog > li:last-child {
        padding-right: 15px;
        background: none;
    }
    /* ▲ col-md-up */
}
/*===== ▼col-lg =====*/
@media screen and (min-width: 992px) {
    body {
/*        padding-top: 100px;*/
    }
    #header {
        height: 80px;
/*        padding-top: 2rem;*/
    }
    #gNavi .nav-link {
        padding: 0rem 1.25rem;
    }
    .mv {
        width: 100% !important;
    }
    /*
    .fix-nav {
        width: 104px !important;
    }
*/
    .ggmap {
        padding-bottom: 40%;
    }
    .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: 60px;
    }
*/
    /* ▲ col-md */
}
@media screen and (min-width: 992px) and (max-width: 1199px) {}
@media screen and (min-width: 992px) and (max-width: 1099px) {}
@media screen and (min-width: 1100px) and (max-width: 1199px) {}
@media screen and (min-width: 1200px) {
    #topMV > * .mv-image img {
        width: 100%;
    }
}
/*===== ▼col-md only =====*/
@media screen and (max-width: 860px) and (min-width: 768px) {
/*
    #gNavi .nav-link {
        font-size: 0.9rem;
    }
*/
    /* ▲ 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 {
        position: fixed;
        height: 60px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    #header {
        position: fixed;
        height: 60px;
        top: 0;
        padding-top: 0.25rem;
        /*		background: linear-gradient(rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.0) 100%);*/
        background: rgba(255, 255, 255, 0.90);
    }
    #header .logo {
        height: 50px;
        width: auto;
        z-index: -1;
        margin-right: 60px;
    }
    #header .logo img {
        max-height: 100%;
        width: auto;
    }
    #topMV {
        padding-top: calc(60px + 1.5rem);
    }
    .list-info-menu > li:nth-child(1) {
        background: none;
    }
    .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: var(--dark-tp095);
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1.1;
        white-space: nowrap;
        border-radius: 0;
    }
    .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: 40px;
        right: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .ggmap {
        padding-bottom: 65%;
    }
    .mv.page-header > *:nth-child(1) > * {
        padding-top: 60px;
        padding-bottom: 2.5rem;
        min-height: 250px;
        height: 30vw;
    }
    #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: 1rem 1rem;
    }
    .pan-list {
        font-size: 80%;
    }
    .box {
        padding: 2.5rem 2.5rem;
    }
    .ggmap {
        padding-bottom: 100%;
    }
    .table-form th, .table-form td {
        display: block !important;
        width: 100% !important;
    }
    .table-form td {
        border-top: none;
        padding-top: 0;
        padding-bottom: 1rem;
    }
    #topMV > * .mv-image {
        max-width: 80vw;
    }
    #topMV .mv-text h1 {
        font-size: 2.2rem;
    }
    .lower .mv.bg-noon {
        background-position: center top;
    }
/*
    .mv {
        background-size: auto 100%;
    }
*/
/*
    
    #topSlide {
        padding-right: 5vw;
        margin-left: -5vw;
    }
    #topSlide .swiper-slide {
        overflow: hidden !important;
        border-radius: 0 1.2rem 1.2rem 0;
    }
    #topSlide .slide-ttl {
        right: 9vw;
        width: 13.5vw;
    }
    #topSlide .swiper-slide img {
        width: 120%;
        max-width: none;
        margin-right: -10%;
    }
*/
    /* ▲ 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) {
    .ggmap {
        padding-bottom: 40%;
    }
}
@media screen and (min-width: 1200px) {
    .ggmap {
        padding-bottom: 35%;
    }
}
@media screen and (min-width: 1600px) {}
