* {
    margin: 0;
    padding: 0;
}

.news-body {
width: 100%;
font-family: sans-serif;
}

a {
    align-items: center;
}

li {
    text-decoration: none;
    list-style: none;
}

img {
    vertical-align: bottom; /* または vertical-align: top; */
}



.sp {
    display: none;
}

.sp_br, .tel-sp {
    display: none;
}

.hamburger-menu-sp {
    display: none;
}



/*パンくず*/

.breadcrumb {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding: 0;
    list-style: none;
    }
    
    .breadcrumb li {
    display: inline-block;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
    color: #1f85a5;
    }

    .breadcrumb li a {
        color: #1f85a5;
        margin-left: 10px;
        }
    
    .breadcrumb li:after {
    /* ▶を表示*/
    content: '>';
    padding: 0 0.8em;
    color: #72a1f7;
    }
    
    .breadcrumb li:last-child:after {
    content: '';
    }

    .breadcrumb li a {
        text-decoration: none;
        }

    .breadcrumb li a:hover {
    background: #c9dbfb;
    }




/*ヘッダー*/
.header {
    width: 100%;
    height: 70px;
    margin: 10px 0;
}

.header-menu {
    text-align: right;
}

.header-menu a {
    margin-left: 10px;
    color: #393939;
}

.nav-list a:hover, .news-list a:hover {
    color:rgb(110, 190, 219);
}

.nav-list img { -webkit-transition: all .1s; transition: all .1s;
}

.nav-list img:hover { opacity: 0.6; filter: brightness(110%); 
}

.logo {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 60px;
    margin-left: 10px;
}

.top {
    width: 100%;
}

.header-right {
    display: flex;
    justify-content: flex-end;
}

/*ナビ*/

    .gb-nav {
        width: 100%;
        background-color: #dbeff6;
    }
    
    .nav-list {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 18px;
        list-style: none;
    }
    
    .nav-list li {
        flex-grow: 1;
        text-align: center;
    }
    
    .nav-list li + li {
        border-left: 1px solid #1f85a5;
        }
    
    .nav-list a {
        color: #1f85a5;
        text-decoration: none;
    }
    
    .nav-list img {
        width: 20px;
    }




/*ニュース*/
.detail {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.summary {
    margin: 0 10px;
}

.top h2 {
font-size: 30px;
margin-top: 40px;
margin-bottom: 30px;
color: #393939;
}


.news-list {
    width: 100%;
}

.news-list li {
    margin-bottom: 40px;
    font-size: 17px;
}


.top-news {
    border-bottom: 1px solid #c4c3c3;
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
}

.top-news a {
    color: #ffffff;
}

.news-list time {
    color: #727272;
}

.news-list a {
    margin: 2px 0 0 0;
    color: #393939;
}

.headline1 {
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #62c3d0;/*左線*/
    margin-bottom: 40px;
}




/*アクセス*/

.main05 {
    max-width: 100%;
    padding: 30px 10px 50px 10px;
    margin-top: 100px;
    background-color: #dbeff6;
    display:flex;
    justify-content: center;
    color: #393939;
}

.uketuke {
    max-width: 635px;
    margin: 0 15px 0 0;
}

.uketuke img {
    width: 100%;
}

.access-tel {
    width: 630px;
    margin: 0 0 0 15px;
}

.main05 h3 {
    background-color:  #1f85a5;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.main05 p {
    margin-bottom: 10px;
}

.tel {
    font-size: 29px;
    font-weight: bold;
}

.access-time {
    text-indent: -5em;
    padding-left: 5em;
}

.koutuu {
    color: #393939;
}

.pagination {
    text-align: center;
}

/*ページネーション*/
.pagination li {
    display: inline-block;
    height:40px;line-height:40px;
    width:40px;text-align:center;
    border:1px #ccc solid;color:#1f85a5;
    border-radius: 5px / 5px;}
    .pagination .prev-page-numbers {background-color:#ccc;color:#333;}
    .pagination .page-numbers-current {background-color:#777;color:#fff;}
    .pagination li a { color: #393939;}
    .pagination li a{display:block;text-decoration: none;}
    .pagination li a:hover {color: #fff;text-decoration: none;
    background-color: #1f85a5;;}




    .main06 {
        max-width: 100%;
        padding: 30px 10px 30px 10px;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        background-color: #dbeff6;
        color: #393939;
    }
    
    .main06-detail {
        display:flex;
        justify-content: center;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    
    
    
    .tel-pc {
        font-size: 35px;
        font-weight: bold;
        color: #1f85a5;
    }
    
    .access-time {
        text-indent: -5em;
        padding-left: 5em;
    }
    
    .main06 p {
        margin-bottom: 10px;
    }
    
    
    
    
    .access-tel {
        width: 96%;
        margin: 0 2% 0 2% ;
    }
    
    .access-tel h3 {
        width: 100%;
        background-color:  #1f85a5;
        color: #ffffff;
        padding: 5px 0 5px 0;
        text-align: center;
    }
    
    .access-text {
        background-color: #ffffff;
        width: 80%;
        padding: 30px 10% 30px 10%;
    }
    
    .red {
        color: #e72921;
    }
    
    .uketuke h3 {
        width: 100%;
        background-color:  #1f85a5;
        color: #ffffff;
        padding: 5px 0 5px 0;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .table-access {
        border-collapse: collapse;
        width: 100%;
        max-width: 800px;
        font-weight: bold;
        text-align: center;
        }
    
    .label-access {
        margin: 10px 0 0 0;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    .table-access th {
        background-color: #fff8bd;
        color: #393939;
        font-size: 16px;
        width: 20%;
        min-width: 4em;
        padding: 10px;
        border: solid 1px #393939;
    }
    
    .table-access td {
        background-color: #ffffff;
        padding: 10px;
        font-size: 16px;
        border: solid 1px #393939;
        text-align: left;
    }
    
    .access-text a {
        text-decoration: none;
    }
    
    .chizu {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    
    .gg-map {
        width: 60%;
    }
    
    .koutuu {
        color: #393939;
    }
    
    footer {
        width: 100%;
        height: 150px; 
        text-align: center;
        padding: 50px 0;
        background-color: #dbeff6;
        }
    
        .footer-logo img{
            width: 350px;
            margin-bottom: 20px;
        }
    
        .hp-link {
            margin-bottom: 20px;
        }
    
        .hp-link p {
            margin-top: 5px;
        }
    
        .hp-link img{
            width: 250px;
        }
    
        .footer-text {
        color: #fff;
        }


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

    /*ハンバーガー*/
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #1f85a5;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    
    #menu-btn-check {
        display: none;
    }
    
    .gb-nav, .hamburger-menu-sp {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 80;
        background-color: #1f85a5;
    }
    
    .gb-nav ul, .hamburger-menu-sp{
        display: block;
        padding: 70px 10px 0;
    }
    
    .gb-nav ul li, .hamburger-menu-sp {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }
    
    .gb-nav ul li a, .hamburger-menu-sp a {
        width: 100%;
        font-size: 20px;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        padding: 15px 15px 10px 0;
        position: relative;
    }
    
    .gb-nav ul li a::before, .hhamburger-menu-sp a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 3px #ffffff;
        border-right: solid 3px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 0px;
        top: 20px;
    }
    
    .gb-nav, .hamburger-menu-sp {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #1f85a5;
        transition: all 0.5s;/*アニメーション設定*/
    }
    
    #menu-btn-check:checked ~ .gb-nav {
        left: 0;/*メニューを画面内へ*/
    }
    
    /**********************************/
    /*top*/
    /**********************************/
    
    .body {
        width: 768px;
    }

    .sp, .tel-sp  {
        display: block;
    }

    .sp_br, .hamburger-menu-sp  {
        display: block;
    }

    .pc, .br-pc, .pc-br, .tel-pc  {
        display: none;
    }




/*パンくず*/
.breadcrumb li a, .breadcrumb li {
    font-size: 12px;
    margin-left: 0;
}

.breadcrumb li a {
    margin-left: 5px;
}


.summary {
    margin: 0 2% 40px 2%;
}

    .header-menu {
        display: none;
    }

    .top img {
        vertical-align: top;
        width:100%;
        aspect-ratio: 9 / 4;
        object-fit: cover;
    }

    .header {
        width: 100%;
        height: 20px;
    }

    .logo {
        width: 100%;
    }
    
    .logo img {
        height: 23px;
        margin-top: 10px;
    }

    .header-right img {
        display: none;
    }
    

    .top-news {
        display: block;
        margin-bottom: 40px;
    }


    .news-list a {
        margin: 0;
    }

    .news-list {
        display: block;
    }

    .news-list li, .uketuke p, .access-time, .text-02, .koutuu  {
        font-size: 14px;
    }    

    .text-02 {
        text-indent: -4em;
        padding-left: 4em;
    }

    .main06 {
        background:#dbeff6;
        padding: 20px 10px 40px 10px;
    }

    .main06-detail {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .uketuke {
        width: 96%;
        margin: 20px 2% 0 2%;
    }

    .access-tel {
        width: 96%;
        margin: 0 2% 0 2%;
    }

    .label-access {
        margin: 0 0 20px 0;
    }

    .access-tel h3 {
        margin-bottom: 0;
    }

    .access-text {
        padding: 20px 10% 20px 10%;
    }

    .tel-sp {
        font-size: 24px;
        font-weight: bold;
        color: #1f85a5;
    }

    .chizu {
        display: block;
    }

    .gg-map {
        width: 96%;
        margin: 20px 2% 2% 10px ;
    }
    
    .koutuu {
        color: #393939;
    }

    .innaichizu {
        width: 96%;
        margin: 20px 2% 2% 10px ;
    }

    footer {
        padding: 20px 0;
        height: 170px;
    }

    .footer-logo img {
        width: 200px;
    }

    .hp-link img {
        width: 200px;
    }

    .hp-link p {
        margin-top: 10px;
        font-size: 12px;
    }


    
}