@charset "UTF-8";
/*-------------------------------------------
ヘッダー
-------------------------------------------*/

.tit00 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.tit01 {
    display: flex;
    justify-content: space-between;
}
.tit02 {
    width: 600px;
}
.tit02 img {
    width: 100%;
    height: auto;
}
.nav {
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
}
.list {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    display: block;
    position: relative;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
}
.list li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.list li:hover {
    background-color: #0094D5;
}
.list li a {
    width: 200px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}
#header li.current-menu-item,
#header li.current {
    background-color: #0094D5;
}
.top00 {
    position: relative;
    z-index: 1;
}
.slid {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 2rem;
    letter-spacing: 0.15em;
    color: #fff;
    background-color: rgba(38,69,146,0.8);
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

/* ドロップダウン */
li.menu-item-has-children {
    position: relative;
}
li.menu-item-has-children ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    top: 50px;
}
.menu-item-type-post_type ul li {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block !important;
    background-color: #005C9F;
}
.site-header-nav {
    background-color: #264592;
}
.site-header .site-header-nav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header .site-header-nav .list li {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.site-header .site-header-nav .list li a {
    display: block;
    padding: 13px 1.0em 13px;
    color: #fff;
}
.tcachi {
    background-color: #CCEFFF !important;
}

/* ハンバーガーボタン（スマホ非表示がデフォルト） */
.hamburger {
    display: none;
}

@media screen and (max-width:821px) {
    .tit00 {
        max-width: 820px;
    }
    .site-header .site-header-nav .list li a {
        padding: 13px 0em 16px;
    }
    .list li a {
        width: 185px;
        font-size: 0.9rem;
        font-weight: 700;
        color: #fff;
    }
    .top00 {
        /* スライダーのアスペクト比に委ねるため height 指定なし */
    }
    .slid {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        font-size: 1.4rem;
    }
    .tit02 {
        width: 400px;
    }
    .topics {
        max-width: 800px !important;
        width: 90% !important;
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .top00 {
        /* スライダーのアスペクト比に委ねるため height 指定なし */
    }
    .tit00 {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }
    .tit01 {
        display: block;
    }
    .tit02 {
        width: 310px;
    }
    .tit04 {
        margin: 0 auto;
    }
    .nav {
        width: 70%;
        margin: 0 auto;
        padding: 10px 0;
    }
    .site-header-nav {
        background-color: #005C9F;
    }
    .list {
        max-width: 1200px;
        width: 75%;
        margin: 0 auto;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .list li {
        width: 300px;
        padding: 18px 0;
        margin: 0 auto;
        text-align: center;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
    }
    .list li:hover {
        background-color: #0094D5;
    }
    .list li a {
        width: 300px;
        padding: 18px 45px;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        margin: 0 auto;
    }
    .top00 {
        position: relative;
    }
    .slid {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        color: #fff;
        font-size: 0.9rem;
        letter-spacing: 0em;
    }
    .site-header .site-header-nav .list li {
        width: 100% !important;
        height: auto;
        border-bottom: #cccccc 1px solid;
        text-align: center;
    }
    .site-header .site-header-nav .list li a {
        padding: 1.0em .5em;
    }
}

/* ハンバーガーメニュー（スマホ） */
@media screen and (max-width:768px) {
    #header ul {
        display: block;
    }
    #header li {
        max-width: 360px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .hamburger {
        display: block;
        position: fixed;
        z-index: 10000;
        right: 20px;
        top: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        text-align: center;
    }
    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #005C9F;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) { top: 10px; }
    .hamburger span:nth-child(2) { top: 20px; }
    .hamburger span:nth-child(3) { top: 30px; }
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    nav.site-header-nav {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0,92,159,0.8);
        text-align: center;
        width: 100%;
        transform: translateY(-100%);
        transition: all 0.6s;
    }
    nav.site-header-nav ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    nav.site-header-nav ul li {
        display: block;
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }
    nav.site-header-nav ul li:last-child {
        padding-bottom: 0;
    }
    nav.site-header-nav ul li:hover {
        background: #97C9A7;
    }
    nav.site-header-nav ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;
    }
    nav.site-header-nav.active {
        opacity: 100;
        display: block;
        transform: translateY(0%);
    }
}
.sub-menu { display: block !important; }
@media only screen and (max-width: 750px) {
    .sub-menu { display: none !important; }
}
