/*
中央区小中学校カラーメモ

【緑】
花萌葱×柚葉色
#008D56　花萌葱（はなもえぎ）
#005637　柚葉色（ゆずはいろ）
#FEFFE9　アクセント背景色

【青】
天色／藍色
#0086CC　天色（あまいろ）
#004C71　藍色（あいいろ）
#F0FAFF　アクセント背景色

【赤】
小豆色／海老茶
#AF4B4B　小豆色（あずきいろ）
#662933　海老茶（えびちゃ）
#FFF6EE　アクセント背景色

【黄色】
#F8B400　山吹色（やまぶきいろ）
*/
/* サイトフォント */
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
html,body {
	/*フォント*/
  	font-family: 'Kosugi Maru', 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, sans-serif;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}
.h2, h2 {
	font-size: 1.25rem;
}
a {
	color: #004C71;
}
.can-edit-frame a {
	color: #F8B400;
}

#ccHeaderArea {
	margin-top: 1.5rem;
}
#frame-1 img {
	max-height: 70px;
}
@media (max-width: 768px) {
	#frame-1 #frame-card-1 {
		margin-bottom: 0 !important;
	}
	#frame-1 img {
		max-width: calc(100% - 80px);
	}
	#frame-1 .col-12.col-lg-5 {
		display: flex;
		flex-direction: row-reverse;
		margin-top: 1rem;
	}
}
/* google翻訳 */
#googleTranslateArea {
	margin-left: 1rem;
}
/* ヘッダーアクセス */
#ccHeaderArea a[href="/access"] {
	color: #333;
}
#ccHeaderArea a[href="/access"]::before {
	content: "";
	display: inline-block;
	background-image: url('/themes/Users/Common_design/images/map_ping.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 0px;
	vertical-align: middle;
}

/* ヘッダーエリア メニュー*/
.menus-mouseover_dropdown_hamburger .frame-design-none > .card-body {
	background-color: transparent;
	color: #333;
    min-height: 0px;
}
.menus-mouseover_dropdown_hamburger .card-body > nav {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: 100%;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs {
	border: 0;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-link {
	background-color: #0086CC;
	color: #FFF;
	padding: .5rem 0;
	border: solid 2px #0086CC;
	margin: 0 2%;
	border-radius: 2rem;
	height: 100%;
	font-weight: bold;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-link.active ,
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-link:hover ,
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.show .nav-link, 
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-link.active {
	background-color: #F0FAFF;
	color: #0086CC;
	border-style: dashed;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-link.dropdown-toggle:after {
	color: #F8B400;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu {
	background-color: #F0FAFF;
	border: 0;
	border-radius: 1rem;
	margin-top: 0;
	min-width: 100%;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-divider {
	margin: .5rem auto;
	border-color: #333333 ;
	width: 90%;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-item {
	position: relative;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-item > .fas {
	display: none;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-item.depth-1 {
	padding-left: 2rem;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-item.depth-1:before {
	content: "";
	position: absolute;
	top: 48%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #F8B400;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-item:hover,
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-item.active,
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-item:active {
	background-color: #0086CC;
	color: #fff;
	text-decoration: none;
}
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-item:hover.depth-1:before,
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-item.active.depth-1:before,
.menus-mouseover_dropdown_hamburger .card-body > nav .nav-tabs .nav-item.dropdown > .dropdown-menu .dropdown-item:active.depth-1:before {
	border-color: transparent transparent transparent #FFF;
}

/* ---------------------------------
スマホ用ハンバーガメニュー
------------------------------------*/
@media (max-width: 768px) {
	.menus-mouseover_dropdown_hamburger > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.hamburger-menu {
		background-color: transparent;
	}
	.hamburger-menu .navbar {
		padding: 0;
	}
	.hamburger-menu .navbar-light .navbar-toggler {
		border-color: #004C71;
		color: #004C71;
		border: 1px solid #004C71;
		padding: 10px;
		width: 50px;
		height: 50px;
		border-radius: 2rem;
		background-color: #FFF;
		z-index: 13;
		margin: 0 15px 0 auto;
		position: absolute;
		top: -90px;
		right: 0;
	}
	.hamburger-menu .navbar-light .navbar-toggler-icon {
		background-color: #004C71;
	}
	.hamburger-menu .navbar-toggler-icon:nth-of-type(1) {top: 14px;height: 3px;}
	.hamburger-menu .navbar-toggler-icon:nth-of-type(2) {top: 22px;height: 3px;}
	.hamburger-menu .navbar-toggler-icon:nth-of-type(3) {top: 30px;height: 3px;}
	.hamburger-menu .hamburger-accordion-block {
		color: #004C71;
	}
	.hamburger-menu .hamburger-accordion[aria-expanded="false"]:after,
	.hamburger-menu .hamburger-accordion-block[aria-expanded="false"]:after {
		font-family: 'Kosugi Maru', 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, sans-serif;
		content: '＋';
		color: #004C71;
		top: -4px;
		right: 1rem;
		font-size: 2rem;
	}
	.hamburger-menu .hamburger-accordion[aria-expanded="true"]:after,
	.hamburger-menu .hamburger-accordion-block[aria-expanded="true"]:after {
		font-family: 'Kosugi Maru', 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, sans-serif;
		content: '－';
		color: #004C71;
		top: -2px;
		right: .9rem;
		font-size: 2rem;
	}
	.hamburger-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
		top: 23px;
	}
	.hamburger-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
		top: 23px;
	}
	/* ハンバーガーメニューを押下したあとのグローバルナビメニュー */
	#grobalNav {
		background-color: #FFF;
		z-index: 12;
		position: absolute;
		top: 0;
		width: 100%;
		padding: 15px;
	}
	#grobalNav .nav-item a {
		position: static;
		color: #004C71;
	}
}


/* 左エリア */
#ccLeftArea {
    margin-bottom: 1rem;
}
#ccLeftArea .plugin-menus .card {
	border-radius: 0;
	background-origin: padding-box;
}
#ccLeftArea .plugin-menus .card-body {
	border: 0;
	padding: 0 .75rem;
}
#ccLeftArea .plugin-menus .card-body > .list-group {
	border-radius: 0;
	border: 0;
	padding: 0 0 10px;
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item {
	border: 0;
	color: #333333 ;
	font-weight: bold;
	padding: .5rem .75rem .5rem 1.75rem;
	border: 1px solid #0086CC;
	border-radius: .5rem;
    width: calc(100% - 1rem);
    margin: 0 auto .5rem;
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item.depth-1 {
	padding-left: 3rem;
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item.depth-2 {
	padding-left: 3.5rem;
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item:hover,
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item.active {
	background-color: #F0FAFF;
	color: #0086CC;
	text-decoration: none;
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item .fa-chevron-right {
	content: "";
    position: absolute;
    top: 48%;
    transform: translate(-1rem, -50%);
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #F8B400;
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item.active .fa-chevron-right ,
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item:hover .fa-chevron-right {
    border-color: transparent transparent transparent #0086CC;
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item.depth-2 .fa-chevron-right {
	left: 3rem;
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item .fa-chevron-right:before {
	content: "";
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item .fa-minus:before {
	position: absolute;
	right: 1rem;
    top: .8rem;
    color: #F8B400;
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item .fa-plus:before {
	content: "+";
	position: absolute;
	right: 1rem;
	top: .8rem;
	color: #F8B400;
}
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item:hover .fa-plus:before ,
#ccLeftArea .plugin-menus .card-body > .list-group .list-group-item:hover .fa-minus:before {
	color: #F8B400;
}

/* トップページスライドショー下マージン打ち消し */
.top-slideshows .mb-3 {
	margin-bottom: 0 !important;
}

/* トップページお知らせ */
.school-news {
	margin-top: 3rem;
	background-color: transparent;
}
.school-news .mb-3 {
	margin-bottom: 0 !important;
}
.school-news .card-body {
	max-width: 1140px;
	width: 100%;
	border: #0086CC 2px dashed;
    border-radius: 1rem;
	margin: 0 auto;
}
.school-news .card-body > p.text-left {
    display:none;
}
.school-news .card-body::before {
	content: "";
	display: inline-block;
	background-image: url('/themes/Users/chuoku-b-blue/images/tag_blue.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 55px;
    height: 55px;
    margin-right: 0px;
    vertical-align: middle;
    position: absolute;
    top: -24px;
    left: 0;
}
.school-news .card-body > div {
	padding: 1rem 1rem 1rem 405px;
    background-image: url(/themes/Users/chuoku-b-blue/images/top_oshirase.png);
    background-size: 260px;
    background-repeat: no-repeat;
    background-position: left 5rem center;
    min-height: 70px;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .school-news .card-body > div {
		padding: 55px 1rem .5rem 1rem;
        background-position: center top 1rem;
        background-size: 240px;
    }
}
.school-news dl {
  margin-bottom: 0;
}
.school-news dd {
  position: relative;
}
.school-news dd::before {
	content: "● ";
	color: #F8B400;
	font-size: .5rem;
	vertical-align: middle;
    position: absolute;
    top: .4rem;
    left: 0;
}
.school-news dd a {
	color: #333333;
	font-weight: bold;
    margin-left: 1.5rem;
    position: relative;
    display: block;
}



#ccMainArea .plugin-linklists.top-linklist {
    margin: 3.5rem 0 1.5rem;
}
#ccMainArea .plugin-linklists.top-linklist dl dt {
	display: none;
}
#ccMainArea .plugin-linklists.top-linklist dl dd {
	display: inline-block;
	width: calc(25% - 6px);
}
#ccMainArea .plugin-linklists.top-linklist dl dd a {
	background-color: #F0FAFF;
	display: block;
	color: #0086CC;
	padding: 1rem 1rem 1rem 3rem;
	margin: 0 6px;
	font-weight: bold;
	font-size: 1.1rem;
	border: 2px solid #0086CC;
	border-radius: 1rem;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left 16px center;
	position: relative;
}
#ccMainArea .plugin-linklists.top-linklist dl dd a::before {
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 0.75rem;
	width: 6px;
	background-color: #0086CC;
	border-radius: 3px; /* 丸み */
}
#ccMainArea .plugin-linklists.top-linklist dl dd a:hover {
	border-color: #004C71;
	background-color: #FFF;
	color: #004C71;
	text-decoration: none;
	transform: translateY(-3px);
	box-shadow: 3px 3px 0px #004C71;
}
#ccMainArea .plugin-linklists.top-linklist dl dd a:hover::before {
	background-color: #F8B400;
}
@media (max-width: 768px) {
	#ccMainArea .plugin-linklists.top-linklist dl dd {
		width: 100%;
	}
    #ccMainArea .plugin-linklists.top-linklist dl dd a {
        margin: 0 0 .5rem 0;
    }
}



.top-whatsnew > .container {
	margin-top: 1rem;
	overflow: hidden;
	padding-top: 100px;
	background-image: url(/themes/Users/chuoku-b-blue/images/news.png);
	background-repeat: no-repeat;
    background-size: 140px;
    background-position: center top;
}
@media (max-width: 768px) {
	.top-whatsnew > .container {
		margin-top: 0;
		padding-top: 55px;
	}
}
.top-whatsnew > .container::before {
    content: "";
    position: absolute;
    top: 0rem;
    left: -50%;
    right: -50%;
    bottom: 0;
    background-color: transparent;
    z-index: -1;
}
.top-whatsnew .whatsnew_card {
	padding-top: 1.75rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.5rem;
	border: solid 1px #0086CC;
	border-radius: .5rem;
	margin: 2.5rem 1rem .75rem;
	flex: 0 0 calc(33.33333333% - 2rem);
	max-width: calc(33.33333333% - 2rem);
	background-color: #0086CC;
	height: auto;
	position: relative;
    background-image: url(/themes/Users/chuoku-b-blue/images/bottom_circle.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: bottom .25rem right .5rem;
}
.top-whatsnew .whatsnew_card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    right: 2.5rem;
    height: 1rem;
    background-image: linear-gradient(to right, #FFF 50%, transparent 50%);
    background-size: 9px 2px;
    background-repeat: repeat-x;
}
.top-whatsnew .whatsnew_card::after {
    content: "";
	background-image: url('/themes/Users/chuoku-b-blue/images/tag_yellow.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 55px;
    height: 55px;
    margin-right: 0px;
    vertical-align: middle;
    position: absolute;
    top: -25px;
    left: 0;
}
.top-whatsnew .whatsnew_card div.p-2 {
	background-color: #FFFFFF;
	border-radius: .5rem;
	background-image: url('/themes/Users/Common_design/images/news_back.png');
	background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom 25%;
    margin: .5rem;
}
.top-whatsnew .whatsnew_card dl {
    display: grid;
    margin-bottom: .25rem;
    position: relative;
}
.top-whatsnew .whatsnew_card .whatsnew_posted_at {
	order: 1;
    padding: 0;
    position: absolute;
    top: -2.5rem;
    right: 0;
}
.top-whatsnew .whatsnew_card .whatsnew_posted_at span {
    color: #FFF;
	font-size: 1rem;
	font-weight: bold;
}
.top-whatsnew .whatsnew_card .whatsnew_title {
    order: 2;
    text-align: left !important;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0086CC;
    padding-top: .5rem;
    padding-bottom: .75rem;
	padding-left: .75rem;
	padding-right: .75rem;
	font-size: 1.1rem;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFF;
}
.top-whatsnew .whatsnew_card .whatsnew_thumbnail {
    order: 4;
	padding-left: .75rem;
	padding-right: .75rem;
	display: flex;
    justify-content: center;
	background-color: #FFF;
	margin-top: 1rem;
}
.top-whatsnew .whatsnew_card .whatsnew_thumbnail img {
    max-width: 100% !important;
    height: 200px;
    object-fit: cover;
    display: block;
}
.top-whatsnew .whatsnew_card .whatsnew_post_detail {
    order: 3;
	font-size: .9rem;
	padding-bottom: .5rem;
	padding-left: .75rem;
	padding-right: .75rem;
	background-color: #FFF;
	margin-bottom: 0;
}

@media (max-width: 768px) {
    .top-whatsnew .whatsnew_card {
        flex: 0 0 calc(100% - 1rem);
        max-width: calc(100% - 1rem);
    }
    .top-whatsnew .whatsnew_card .whatsnew_title,
    .top-whatsnew .whatsnew_card .whatsnew_post_detail {
      	background-color: transparent;
    }
}





#ccMainArea .card {
	border: solid 1px transparent;
	border-radius: 0;
}
#ccMainArea .card-header.bg-default {
	color: #004C71;
	border: 0;
	border-bottom: 5px solid #004C71;
	background-color: #FFF !important;
	font-weight: bold;
	position: relative;
	padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
}
#ccMainArea .card-header.bg-default:before {
	content: "";
	display: inline-block;
	width: 1rem;
    height: 1rem;
    background-color: #F8B400;
    border-radius: 50%;
    margin-right: 0;
    vertical-align: middle; /* 高さ調整（必要に応じて） */
}



/* フッターエリア  */
#ccFooterArea {
	margin-top: 3rem;
	background-color: #F0FAFF;
	z-index: 11;
	display: block;
	position: relative;
	padding-top: 30px !important;
}
.ccFooterArea .frame-design-none.mb-3 {
	margin-bottom: 0 !important;
}
#ccFooterArea a {
    color: #333;
}
#ccFooterArea .can-edit-frame a {
	color: #F8B400;
}
#ccFooterArea .frame-setting a {
	color: #0086CC;
}
#ccFooterArea .footersitemap a {
    color: #333;
    font-size: 1rem;
}
#ccFooterArea .footer-logo img {
  max-height: 50px;
}
#ccFooterArea .footer-school-info {
    color: #333;
	border-bottom: 2px dashed #0086CC;
	padding-bottom: 28px;
	margin-bottom: 18px;
}
#ccFooterArea .school-info {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
#ccFooterArea .footer-school-info .telno {
	display: inline-block;
}
@media (max-width: 768px) {
  	#ccFooterArea .footer-logo {
  		float: none;
	}
	#ccFooterArea .footer-school-info {
		text-align: left;
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	#ccFooterArea .school-name {
		margin: 0 auto;
	}
	#ccFooterArea .school-info {
		text-align: left;
	}
	.footer-banner-area {
		padding-bottom: 2rem;
		margin-bottom: 2rem;
		border-bottom: 1px solid #FFF;
		text-align: center;
	}
	.footer-banner-area img {
		position: relative;
	}
}
.menus-footersitemap .mb-3 {
	margin-bottom: 0 !important;
}
.footersitemap .nav-justified .nav-item, 
.footersitemap .nav-justified > .nav-link {
	text-align: left;
}
.footersitemap .nav-justified .nav-item > a {
	margin-bottom: .5rem;
	display: inline-block;
}
.footersitemap .nav-justified .nav-item ul {
	list-style: none;
	padding-left: 1.5rem;
}
.footersitemap .nav-justified .nav-item ul li {
	position: relative;
	line-height: 1rem;
	margin-bottom: .5rem;
}
.footersitemap .nav-justified .nav-item ul li::before {
	content: '';
	position: absolute;
	left: -.75rem;
	top: .5rem;
	transform: translateY(-50%);
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4px solid #333;
}
@media (max-width: 767px) {
	.footersitemap .nav-justified .nav-item {
		-ms-flex-preferred-size: 0;
		flex-basis: auto;
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
		width: 50%;
	}
}
#ccFooterArea .footer-otherlink a {
    font-size: 1rem;
}
#ccFooterArea .footer-copyright {
    position: relative;
    z-index: 0;
    text-align: center;
	color: #333;
	padding: .25rem;
    font-size: 1rem;
}