@charset "utf-8";

/*---------------------------------------------*/
/* header/navigation
============================================== */
header {
    /* background-color: rgba(7,165,176,.1); */
    margin-top: 0!important;
    padding: 20px 0 0 0;
}
.navbar, .navbar-box {
    color: #000!important;
}

.header-logo{
    width: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
	padding: 0;
}

.header-logo img {
    padding-right: 1em;
}

.header-logo p {
    color: #000000;
    display: inline-block;
    font-size: 160%;
    font-weight: bold;
}

p.header-comments {
	font-size: 90%;
    font-weight: normal;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 25vw;
}

.nav-item:nth-child(1) {
    background-color: #66d3dc;
}

.nav-item:nth-child(2) {
    background-color: #2BAF8B;
}

.nav-item:nth-child(3) {
    background-color: #056c9e;
}

.nav-item:nth-child(4) {
    background-color: #7fbbc1;
}

.nav-item:nth-child(5) {
    background-color: #01a0a5;
}

.nav-item .nav-link {
    padding: 0.5em;
    color: #ffffff;
    font-weight: bold;
}

a.nav-link:hover, a.nav-link:hover .nav-link-sub {
    opacity: 0.5;
}

.main-box-title {
    width: 50%;
}

.main-box-title p{
	font-size: 120%;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
}

.main-box {
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.main-box-image {
    width: 50%;
}

.main-box-image h2 img {
    width: 30%;
}
/* 
a.nav-link:hover, a.nav-link:hover .nav-link-sub {
	color: #336600!important;
} */


/** ヘッダー内容 **/
.pa_bo10 {
    padding-bottom: 1em;
}
.clearfix {
    display: block;
    clear: both;
    overflow: hidden;
}
.clearfix {
    display: block;
    clear: both;
    overflow: hidden;
}
.float_L {
    float: left;
    padding-right: 10px;
}

.head02_01{
	font-size: 13px;
    word-break: normal;
    width: 100%;
}


.header-sab-box  {
    display: contents;
}


.navbar-box {
    color: #000!important;
}

@media screen and (min-width:576px)  {
    .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25vw;
    height: 25vw;
}
}


@media screen and (max-width:767.98px) {
	.nav-item {
		width: 100%;
        border-left: none;
	}
    
	.nav-item:nth-child(5n) {
		border-left: none;
        border-right:none;
	}
	
	.nav-item .nav-link {
		padding: 1em;
        color: #000000;
        font-weight: bold;
    }
	
	.nav-link-sub {
        display: none;
    }
    
    .header-logo { 
		width: auto;
        display: flex;
        flex-direction: column;
        padding: 0em 0;
        margin: 0;
	}
    
	.header-logo p {
        color: #000000;
        display: inline-block;
        font-weight: bold;
        margin: 0;
        font-size: 110%;
	}
    
	p.header-comments {
        font-size: 70%;
        font-weight: normal;
    }
	    
    .header-logo img {
        width: 150px;
    }
    
    
    
    .menu__item {
        padding: .25em 0em;
    }
    
    .menu__item a {
        font-size: 100%;
        margin: 0;
        line-height: 1em;
    }
    
    a.nav-link:hover, a.nav-link:hover .nav-link-sub {
        color: #ffffff;
        background-color: transparent;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .main-box-image h2 img {
        width: 50%;
    }	

}



.header-nav-img {
    width: 80%;
}



/*---------------------------------------------*/
/* header/
============================================== */


/*- header上部分 --------------------------------------------*/
.header-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 96vw;
    margin: 5px auto;
}

.header-box a {
    text-decoration: none;
}

.header-logo {
    display: flex;
    width: 100%;
}

.header-logoBox {
    display: flex;
    justify-content: flex-start;
    column-gap: 0px;
    align-items: flex-start;
}

.header-logoBox img {
    display: block;
    width: 70px;
    margin-left: 10px;
}

.header-logoBox .header-logo-inner h2 {
    font-size: clamp(18px, 5vw, 24px);
    margin: 0 0 .25em 0;
    font-weight: bold;
    color: #07a5B0;
}

.header-logoBox .header-logo-inner p {
    font-size: clamp(11px, 3vw, 14px);
    font-weight: normal;
    line-height: 1.2rem;
}

.header-menu-box {
    display: flex;
    justify-content: end;
}

.header-menu-box .telbox a {
	display: flex;
    flex-direction: column;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 140%;

    justify-content: center;
    align-items: center;

}

.telbox a {
    text-decoration: none;
    color: #000;
    width: 200px;
}

.telbox a p {
    font-size: 14px;
    margin: 0;
}





@media screen and (max-width:576.98px) {
    .nav-item:last-child {
        width: 100%;
    }
}



@media screen and (min-width:768px) {
    .header-box {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1200px;
    }

    .header-logo {
        display: flex;
        width: calc( 100% - 250px );
    }

    .header-logoBox img {
        display: block;
        width: 90px;
    }

    .header-menu-box .telbox a {
	display: flex;
    flex-direction: column;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 140%;
    margin: 0;
    justify-content: center;
    align-items: center;
    width:200px;
}

.telbox a {
    text-decoration: none;
    color: #000;
}

.telbox a p {
    font-size: 14px;
    margin: 0;
}

}

/*- header下部分　ナビゲーション --------------------------------------------*/
.navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav .nav-link {
    color: #ffffff;
    display: flex;
    font-size: clamp(14px, 6vw, 18px);
    font-weight: normal;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-nav .nav-link img {
    width: 70px;
    height: 70px;
    padding: 0px;
}
.navbar-box {
    width: 100vw;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}

.navbar-nav .nav-item {
    width: 50vw;
    height: 100px;
}

.navbar-nav .nav-item:last-child {
    /* width: 100vw; */
    display: none;
}

@media screen and (min-width: 575px) and (max-width:767.98px) {
    .navbar-nav {
        width: 100vw;
    }

    .navbar-nav .nav-item {
        width: 20vw;
        height: 100px;
    }

    .navbar-nav .nav-item a {
        font-size: 90%;
    }

    .navbar-nav .nav-item:last-child {
        width: 20vw;
        display: flex;
    }

    .navbar-nav .nav-item:last-child a {
        font-size: 90%;
    }
}



@media screen and (min-width: 768px) and (max-width:1023.98px) {
    .navbar-nav {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }

    .navbar-nav .nav-item {
        width: 20%;
        height: 140px;
    }

        .navbar-nav .nav-link img {
        width: 90px;
        height: 90px;
        /* padding: 5px; */
    }

    .navbar-nav .nav-item:last-child {
        display: flex;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-nav {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .navbar-nav .nav-item {
        width: 20%;
        height: 140px;
    }

    .navbar-nav .nav-item:last-child {
        display: flex;
    }

        .navbar-nav .nav-link img {
        width: 90px;
        height: 90px;
        padding: 5px;
        
    }
}


ul.navbar-nav {
    padding-left: 0!important;
}




h2:where(:not(.wp-block-post-title)) {
    border-top: none!important;
    border-bottom: none!important;
}