@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*上はフォント読み込みだよぉ！はるはるでえー－－－－－－－－－－－－－－－－－－－－－－－－－－－
す*/
body,
html {
    margin: 0px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.tp1{
    display: flex;align-items: flex-end;flex-direction: row;justify-content: space-between;
}
topbar {
    display: block;
    background: #f8f8f8;
    padding: 0px;
}

topbar>div>img {
    height: 130px;
}

.cmg {
    width: 1000px;
    margin: 0px auto;
}

.size-c-box {
    margin: 20px;
}
.btn-menu{
    display: none;
}
.ac_btn {
    color: #fff;
    padding-top: -10px;
    font-size: 16px;
    font-weight: 500;
    width: 30px;
    height: 30px;
    background-color: rgb(212, 250, 248);
    border: none;
    outline: none;
}

.active_ac_t {
    background-color: rgb(0, 219, 208);
}

.menu1 {
    display: flex;
    justify-content: space-between;
}

.menu1>a {
    color: #333;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 17px;
    width:25%;
}

.menu1>a::before {
    display: block;
    margin: 10px;
    font-size: 0px;
    content: "i";
    color: rgb(176, 176, 176);
    border-radius: 3px;
    width: 4px;
    height: 35px;
    background-color: rgb(176, 176, 176);
}

.title-ank-1 {
    display: flex;
    color: #222;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
}

.title-ank-1::before {
    display: block;
    margin: 10px;
    font-size: 0px;
    content: "i";
    color: rgb(176, 176, 176);
    border-radius: 3px;
    width: 4px;
    height: 35px;
    background-color: rgb(97, 97, 97);
}

.flex-1-m {
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
}

.news-list-1 {
    background-color: #fff;
    margin: 10px;
    border: solid 1px gray;
    padding: 10px;
    margin-top:0px;
}

.news-list-2 {
    background-color: #fff;
    margin: 10px;
    border: solid 1px gray;
    padding: 10px;
    margin-top:0px;
}

.news-list-1>a {
    color: lightskyblue;
    display: flex;
    padding: 10px;
    border-bottom: 1px gainsboro solid;
    text-decoration: none;
    align-items: center;
}

.news-list-1>a>img {
    height: 60px;
}

.news-list-1>a>p>b {

    display: block;
    color: #222;
    margin: 2px;
}

.l-colum-1 {
    width: 60%;
}

.r-colum-1 {
    width: 40%;
}

.news-list-2>p {
    margin: 5px;
    padding: 10px;
    border-bottom: 1px gainsboro solid;
}

.news-list-2>p>b {
    margin-bottom: 16px;
    display: block;
}

.news-list-2>p>a {
    color: lightskyblue;
    text-decoration: none;
    margin-bottom:10px;
}

.other::after {
    display: inline-block;
    content: "その他";
    background: #ffbaaf;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px;
    font-weight: 500;
    color: #fff;
}

icon {
    float: right;
}

.icon-list-1 {
    margin-top:45px;
    display: flex;
    flex-wrap: wrap;
}

.icon-list-1>p {
    border-radius:10px;
    position: relative;
    width: 25%;
    margin: 10px;
}

.icon-list-1>p>img {
    border-radius:10px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.icon-list-1>p>.t-o-1 {
    border-radius:0px 0px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 14px);
    background: rgba(57, 57, 57, 0.6);
    color: #fff;
    text-align: left;
    font-weight: 500;
    padding: 3px;
    padding-left:10px;
    font-size: 15px;
}
.bck1{
    background-color: #f8f8f8;
}
.cmb{
    width:100%;
}
.m-1-1{
    margin:30px;
    width:calc(100% - 60px);
    margin-top:60px;
    margin-bottom:60px;
}
btmbar{
    display: block;
    background-color: rgb(0, 219, 208);
    color:#fff;
    padding:5px;
    text-align: center;
}
btmbar>p>span>a{
    color:#fff;
    text-decoration: none;
}
btmbar>p>span>a:hover{
    text-decoration: underline;
}
.links>a::after{
    content: " | ";
}
@media screen and (max-width:934px) {
    .cmg {
        width: 99%;
    }

    #ac_t {
        display: none;
    }

    .gsc-control-cse {
        display: none;
    }

    .menu1 {
        flex-wrap: wrap;
        padding: 0px;

    }

    .menu1>a {
        flex: 2 2 150px;
        margin: 5px;
        display: flex;
        align-items: center;
        text-decoration: none;
        font-size: 16px;
        text-align: center;
        color: #fff;
        background-color: rgb(0, 219, 208);
        padding: 5px;
        justify-content: center;
        font-weight: 600;
        width: 25%;
    }

    .menu1>a::before {
        display: none;
    }

    .slider {
        height: 120px;
    }

    .slide {
        height: 120px;
    }

    .flex-1-m {
        margin-top:10px;
        display: block;
    }

    .l-colum-1,
    .r-colum-1 {
        width: 100%;
    }

    .news-list-1>a {
        display: flex;
        padding: 10px;
        align-items: center;
        line-height: 16px;
    }

    .news-list-1>a>img {
        height: 30px;
    }

    .news-list-1 {
        border: none;
        margin: 0px;
        padding: 0px;
    }

    .news-list-2 {
        border: none;
        margin: 0px;
        padding: 0px;
    }

    .title-ank-1::before {
        display: none;
    }

    .title-ank-1 {
        margin: 5px;
        padding: 5px;
        color: #fff;
        background-color: rgb(0, 219, 208);
        font-size: 16px;
    }
    .links{
        transition: all 0.3s ease;
        position:absolute;
        top:205px;
        left:0px;
        background: rgb(0, 219, 208);
        width:100%;
        height: 0px;
        display: none;
    }
    .links>a{
        transition: all 0.3s ease;
        display: block;
        padding: 10px;
        text-align: center;
        border-bottom:solid 1px gainsboro; 
    }
    .menu-open{
        display: block;
        height: auto;
    }
    .links>a::after{
        content:"";
        display: none;
    }
    .flex-60-img .i-60-img {
        object-fit: cover;
        width: 44%;
        height: 60px;
        margin: 10px;
        opacity: 1;
    }
    .flex-60-img{
        flex-wrap: wrap;
        width: 100%;
    }
    .image-carousel{
        width: 100%;
        height: auto;
    }
    .icon-list-1>p{
        width: 45%;
        margin: 10px;
    }
    /*ハンバーガー♪美味しそう～*/
    .btn-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 28px;
        padding-left: 0;
        padding-right: 0;
        border: none;
        background-color: transparent;
        color: inherit;
        cursor: pointer;
        transition: .3s ease;
    }
    .btn-menu:focus {
        outline: none;
    }
    .btn-menu__text {
        margin-left: 10px;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1;
    }
    .btn-menu__bars {
        display: block;
        position: relative;
        width: 30px;
        height: 4px;
        background-color: rgb(0, 219, 208);
        transition: .3s;
    }
    .btn-menu__bars:before, .btn-menu__bars:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 219, 208);
        transition: .3s;
    }
    .btn-menu__bars:before {
        transform: translate(0, -12px);
    }
    .btn-menu__bars:after {
        transform: translate(0, 12px);
    }
    .menu-open .btn-menu .btn-menu__bars {
        background-color: transparent;
    }
    .menu-open .btn-menu .btn-menu__bars:before {
        transform: rotate(45deg);
    }
    .menu-open .btn-menu .btn-menu__bars:after {
        transform: rotate(-45deg);
    }    
    /*ここまでハンバーガーおなか一杯！*/   
    
    .tp1{
        align-items: center;
    }
    .logo{
        margin-top:-15px;
        margin-left:-15px;
    }
    .btn-menu{
        margin-right:20px;
        margin-top:-20px;
    }
}