@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(/font/NotoSansJP-Thin.woff2) format('woff2'), url(/font/NotoSansJP-Thin.woff) format('woff'), url(/font/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(/font/NotoSansJP-Light.woff2) format('woff2'), url(/font/NotoSansJP-Light.woff) format('woff'), url(/font/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(/font/NotoSansJP-DemiLight.woff2) format('woff2'), url(/font/NotoSansJP-DemiLight.woff) format('woff'), url(/font/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(/font/NotoSansJP-Regular.woff2) format('woff2'), url(/font/NotoSansJP-Regular.woff) format('woff'), url(/font/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(/font/NotoSansJP-Medium.woff2) format('woff2'), url(/font/NotoSansJP-Medium.woff) format('woff'), url(/font/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(/font/NotoSansJP-Bold.woff2) format('woff2'), url(/font/NotoSansJP-Bold.woff) format('woff'), url(/font/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(/font/NotoSansJP-Black.woff2) format('woff2'), url(/font/NotoSansJP-Black.woff) format('woff'), url(/font/NotoSansJP-Black.otf) format('opentype');
}

html, body {
    height: 100%;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    background: #ffffff;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 200;
    width: 100%;
    color: #333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #0950a0;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*========================================================
 PC
========================================================*/

/* -----------------------------
    COMMON
-------------------------------*/

#wrapper {
    height: 100%;
}

#contents {
    text-align: center;
    margin-top: -70px;/*fixedヘッダに被らない用*/
    padding-top: 70px;/*fixedヘッダに被らない用*/
}

.h_tit {
    font-family: "Times New Roman", serif;
    font-size: 37px;
    color: #16b6d8;
    font-weight: normal;
    letter-spacing: 0.2em;
}

.h_sub {
    font-size: 16px;
}

.txt_lead {
    font-size: 14px;
    line-height: 28px;
}

.dn {
    display: none;
    /*z-index: 99;*/
}

.r_sp {
    display: none;
}

/*.r_pc {
    display: block;
}*/

/*======HEADER======*/

#header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(22, 182, 216, 0.8);
}

#header:after {
    content: '';
    display: block;
    clear: both;
}

#header h1 {
    float: left;
}

#header h1 a {
    display: block;
    width: 261px;
    height: 51px;
    background: url('/img/common/logo.png') no-repeat;
    margin: 10px 0 0 10px;
}

#header h1 a p, #header h1 a span {
    display: none;
}

#header .menuBtn {
    display: none;
}

#mainNav {
    float: right;
}

#mainNav:after {
    content: '';
    display: block;
    clear: both;
}

#mainNav li {
    float: left;
}

#mainNav li a {
    display: block;
    height: 70px;
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 0.2em;
    padding: 0 20px;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#mainNav li a:hover, #mainNav li.current a {
    color: #16b6d8;
    background: #fff;
}

/*======FOOTER======*/

#footer {
    background: #262626;
    color: #ffffff;
    text-align: center;
    position: relative;
}

#footer .links {
    /*padding: 20px 0 40px 0;*/
    padding: 20px 0;
    height: 20px;
    font-size: 13px;
    display: inline-block;
}

#footer .links li {
    display: inline-block;
    padding: 0 15px;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #fff;
    letter-spacing: 0.2em;
}

#footer .links li:first-child {
    border-left: 1px solid #fff;
}

#footer .links li a {
    color: #fff;
}

#footer .links li a:hover {
    /*text-decoration: underline;*/
    opacity: 0.5;
}

.footer_logo {
    margin-bottom: 40px;
}

.footer_logo span {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

.footer_copyright {
    font-size: 12px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    /*margin: 35px 0 0 0;*/
    margin: 0;
    background: #1a1a1a;
}

.pageTop a {
    position: absolute;
    /*bottom: 40px;*/
    bottom: 35px;
    right: 5px;
    width: 40px;
    height: 40px;
    display: block;
}

.pageTop a span {
    width: 30px;
    border-radius: 31px;
    height: 30px;
    display: block;
    -webkit-transition: 0.50s ease-out;
    -moz-transition: 0.50s ease-out;
    -ms-transition: 0.50s ease-out;
    -o-transition: 0.50s ease-out;
    transition: 0.50s ease-out;
    border: 1px solid #fff;
    z-index: 20;
    margin: 0;
    position: absolute;
    text-indent: -9999px;
}

.pageTop a span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 12px;
    height: 12px;
    margin: -4px 0 0 -6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pageTop a span:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

/*======ACCESS======*/

#top_access {
    background: #eee;
    padding: 70px 0 0 0;
}

#top_access .h_tit {
    margin: 0 0 10px 0;
}

#top_access .h_sub {
    margin: 0 0 30px 0;
    letter-spacing: 0.2em;
}

.top_access_tab {
    width: 100%;
    border-bottom: 3px solid #16b6d8;
}

.top_access_tab:after {
    content: '';
    display: block;
    clear: both;
}

.top_access_tab li {
    width: 50%;
    height: 47px;
    float: left;
    background: #fff;
    font-size: 16px;
    letter-spacing: 0.2em;
}

.top_access_tab li:hover {
    cursor: pointer;
}

.top_access_tab li span {
    display: inline-block;
    background: url(/img/common/p_map_off.png) no-repeat;
    height: 24px;
    padding: 10px 0 0 35px;
    margin: 6px 0 0 0;
}

.top_access_tab li.current {
    background: #16b6d8;
}

.top_access_tab li.current span {
    background: url(/img/common/p_map_on.png) no-repeat;
    color: #fff;
}

.top_access_map{
    position: relative;
}

.top_access_map_inner {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
}

.top_access_map_inner iframe, .top_access_map_inner object, .top_access_map_inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.map_info {
    width: 100%;
}

.map_info li {
    display: inline-block;
    width: 380px;
    margin: 20px 0 85px 0;
}

.map_info li dl {
    width: 380px;
}

.map_info li dl dt {
    font-size: 16px;
    color: #16b6d8;
    margin-bottom: 15px;
}

.map_info li dl dd {
    font-size: 14px;
    line-height: 28px;
}


/*========================================================
 SP
========================================================*/

@media screen and (max-width:768px) {

    /* -----------------------------
      COMMON
    -------------------------------*/

    #wrapper {
        height: 100%;
    }

    #contents {
        text-align: center;
        margin-top: -50px;/*fixedヘッダに被らない用*/
        padding-top: 50px;/*fixedヘッダに被らない用*/
    }

    .r_sp {
        display: block;
    }

    .r_pc {
        display: none;
    }

    /*======HEADER======*/

    #header {
        height: 50px;
        background: rgba(22, 182, 216, 0.9);
    }

    #header h1 {
        float: none;
    }

    #header h1 a {
        width: 230px;
        height: 38px;
        margin: 6px 0 0 10px;
        background-size: auto 37px;
    }

    #header .menuBtn {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #header .menuBtn a {
        display: block;
        width: 28px;
        height: 27px;
        text-indent: -9999px;
        background: url(/img/common/menu_sp.png) no-repeat;
        background-size: 100%;
    }

    #mainNav {
        display: none;
        float: none;
        background-color: rgba(22, 182, 216, 0.9);
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        border-top: 1px solid #fff;
        animation: fadeIn 2s ease 0s 1 normal;
        -webkit-animation: fadeIn 2s ease 0s 1 normal;
    }

    @keyframes fadeIn {
        0% {opacity: 0.5}
        100% {opacity: 1}
    }

    @-webkit-keyframes fadeIn {
        0% {opacity: 0.5}
        100% {opacity: 1}
    }

    #mainNav li {
        float: none;
        border-bottom: 1px solid #fff;
    }

    #mainNav li a {
        display: block;
        height: 50px;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        letter-spacing: 0;
        padding: 0 0 0 15px;
        text-align: left;
        border-top: 1px solid #45c5e0;
        position: relative;
    }

    #mainNav li:first-child a {
        border-top: none;
    }

    #mainNav li a:after {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        top: 50%;
        right: 10px;
        margin-top: -6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #mainNav li a:hover, #mainNav li.current a {
        color: #fff;
        background: transparent;
    }

    /*======FOOTER======*/

    #footer .links {
        margin: 0 auto;
        /*padding: 30px 0;*/
        padding: 15px 0 0 0;
        width: 290px;
        height: auto;
        font-size: 11px;
        display: inline-block;
    }

    #footer .links li {
        display: inline-block;
        padding: 0 15px;
        margin: 0 0 15px 0;
        height: auto;
        line-height: 11px;
        border-right: none;
        border-left: 1px solid #fff;
    }

    #footer .links li:first-child {
        border-left: none;
    }

    /*#footer .links li:nth-child(3) {
        border-left: none;
    }*/
    #footer .links li:nth-child(4) {
        border-left: none;
    }

    #footer .links li a {
        color: #fff;
    }

    .footer_logo {
        margin-bottom: 30px;
    }

    .footer_logo span {
        font-size: 10px;
    }

    .footer_logo img {
        width: 153px;
        height: auto;
    }

    .footer_copyright {
        font-size: 10px;
        height: 25px;
        line-height: 25px;
        /*margin: 35px 0 0 0;*/
        margin: 0;
    }

    .pageTop {
        display: none;
    }

    /*======ACCESS======*/

    #top_access {
        padding: 50px 0 0 0;
    }

    #top_access .h_tit {
        font-size: 27px;
        margin: 0 0 5px 0;
        text-align: center;
    }

    #top_access .h_sub {
        font-size: 12px;
        margin: 0 0 12px 0;
        text-align: center;
    }

    .top_access_tab li {
        height: 35px;
        font-size: 11px;
    }

    .top_access_tab li span {
        background: url(/img/common/p_map_off.png) no-repeat;
        background-size: 15px auto;
        height: 24px;
        padding: 6px 0 0 21px;
        margin: 6px 0 0 0;
    }

    .top_access_tab li.current span {
        background-size: 15px auto;
    }

    .top_access_map_inner {
        padding-bottom: 70%;
    }

    .map_info {
        padding-bottom: 20px;
    }

    .map_info li {
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    .map_info li dl {
        width: 100%;
    }

    .map_info li dl dt {
        font-size: 14px;
        color: #16b6d8;
        margin-bottom: 6px;
    }

    .map_info li dl dd {
        font-size: 12px;
        line-height: 24px;
    }

}
