* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

html {
	overflow: auto;
	margin-top: 0 !important;
}

body {
	overflow: hidden;
}

.wrap {
    max-width: 100%;
	width: 1080px;
}

.honbu-green {
	color: #41572f;
}

div#content {
    line-height: 1.5;
}

table {
	font-size: 80%;
}

/* ここから 親テーマ上書き（フォントサイズ） */
.widget h2 {
	font-size: 100%;
}

.entry-card-snippet, .related-entry-card-snippet {
	font-size: 100%;
}

.navi-footer-in a {
	font-size: 100%;
}

.navi-in a {
	font-size: 90%;
}

.footer-bottom {
    font-size: 100%;
}

input, textarea, select, button {
    font-size: 100%;
}

.su-tabs-nav span {
	font-size: 100%;
}
/* ここまで 親テーマ上書き（フォントサイズ） */

@media screen and (max-width: 1023px) {
	.content-in {
		display: block;
		width: 100%;
	}
	
	.mblt-slide-in .footer {
		margin-bottom: 0;
	}
}

.ms-slide-info.ms-dir-h {
    display: none;
}

/* ここから ヘッダー */
.logo-text {
	/* float: left; */
	display: contents;
	text-align: left;
	color: white;
	font-weight: bold;
}

.header-site-name {
	margin: 0;
	display: table;
	font-size: 130%;
	text-shadow: 0px 2px 10px rgba(0,0,0,1);
}

.site-name-text {
	font-size: 190%;
	line-height: 1;
	text-shadow: 0px 2px 10px rgba(0,0,0,1);
}

.header-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-image {
	text-align: left;
}

.site-name-text img {
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.6));
	margin-left: 30px;
    vertical-align: middle;
}
/* ここまで ヘッダー */

/* ここから ヘッダーナビゲーション */
.navi {
	    background-color: #41572f;
}

#navi-in {
    background-color: #41572f;
}

.navi-in > ul {
    display: block !important;
}

.navi-in a:hover, .navi-in li.current-menu-item {
	background-color: #6a5c21;
    box-shadow: 0px -7px 0px 0px #ccbd19 inset;
	color: #fefcc9;
}

.navi-in > ul li {
	display: table-cell;
	height: 45px;
}

.caption-wrap {
    font-weight: 600;
}

.item-label {
	color: white;
	height: 45px;
    line-height: 45px;
}

.item-label:hover {
	color: #fefcc9;
	height: 45px;
    line-height: 45px;
}
/* ここまで ヘッダーナビゲーション */

/* パンくずリスト */
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
	margin: 0 auto;
    padding: 20px 20px 0px 20px;
}

.fa-fw {
    display: none;
}

/* ここから メイン部分 */

.entry-content {
    margin-top: 0;
    margin-bottom: 0;
}

#content-in.content-in.wrap.cf::after {
    content: none;
}

.article-header {
	display: none;
}

.a-wrap {
	margin-bottom: 0;
}

.ms-view {
	width: 100% !important;
}

.ms-thumbs-cont {
    position: static !important;
}

aside#custom_html-5 {
    margin-bottom: 3%;
}

.top-left {
    display: inline-block;
	line-height: 0;
}

.text-set {
    position: relative;
}



.top-left p {
	position: absolute;
	left: 0;
	top: 0;
	color: white;
	margin: 0;
	padding: 5px 10px 10px 10px;
	line-height: 1.5;
	font-size: 100%;
}

.top-left span {
    font-size: 160%;
}

/************************************
** 共通部分
************************************/
.widget {
    margin-bottom: 0;
}

.article-footer.entry-footer {
	display: none;
}

.su-tabs-pane {
	font-size: 100% !important;
}

.main {
    padding: 0;
    border: none;
    width: 700px;
}

.home > #container > #content > #content-in > .main {
    padding: 0;
    border: none;
	position: relative;
}

.sidebar-left .content-in {
	position: relative;
	    padding: 0 20px;
}

.sidebar-left .main {
	margin-left: 0;
}

.page-title {
	background-color: #41572f;
    color: white;
    padding: 8px 15px;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: 600;
}

.page-title::after {
	content: "";
    position: absolute;
    bottom: -26px;
    left: 20px;
    border: 15px solid transparent;
    border-top: 11px solid #41572f;
    z-index: 1;
}

.page-title span {
	font-weight: 600;
	font-size: 110%;
}

.page-subtitle {
	background-color: white;
    color: #41572f;
    padding: 5px 15px;
    display: block;
    margin: 10px 0 25px 0;
    position: relative;
    border: 2px solid #41572f;
	font-weight: 600;
}

.page-subtitle:before{
    content: "";
    position: absolute;
    bottom: -25px;
	left: 20px;
    border: 15px solid transparent;
    border-top: 11px solid white;
    z-index: 2;
}

.page-subtitle:after{
    content: "";
    position: absolute;
    bottom: -28px;
    left: 20px;
    border: 15px solid transparent;
    border-top: 11px solid #41572f;
    z-index: 1;
}

.page-subtitle span {
	font-weight: 600;
}

/* ここから 検索フォーム */
.search-submit {
	position: static;
    font-size: 110%;
    color: white;
    background-color: #706969;
    border-radius: 4px;
    float: right;
    line-height: 50%;
    height: 35px;
    margin-left: 5px;
	width: 70px;
	text-align: center;
	letter-spacing: 2px;
	text-indent: 2px;
	font-weight: 600;
}

.search-edit, input[type="text"] {
	padding: 2px 10px;
    border: 2px solid #706969;
    border-radius: 4px;
    color: #706969;
    position: relative;
	width: calc(100% - 80px) !important;
	font-weight: 600;
	max-width: 260px;
}

aside#execphp-9 {
	display: none;
}

aside#execphp-8 {
    position: absolute;
    top: -190px;
    right: 0;
}
/* ここまで 検索フォーム */

/* ここから カレンダー */
#eo_shortcode_calendar_0 {
    border: 2px solid #c3cbd0;
	margin-bottom: 0;
	padding: 0 10px 2px 10px;
}

#wp-calendar {
	border: none;
	margin: 0 auto;
}

#wp-calendar th {
	border: none;
	background-color: white;
}

#wp-calendar td {
	padding: 4px;
	border: none;
}

#wp-calendar tr th:nth-child(6) {
	color: #3b4fe8
}

#wp-calendar tr th:nth-child(7) {
	color: #ec4444
}

#wp-calendar tr td:nth-child(6) {
	color: #3b4fe8
}

#wp-calendar tr td:nth-child(7) {
	color: #ec4444
}

#wp-calendar td a {
    background-color: transparent;
}

#wp-calendar td a:hover {
    background-color: transparent;
}

#eo-widget-prev-month a {
    position: absolute;
    border: 2px solid #41572f;
    background-color: transparent;
    text-indent: -9999px;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    top: 16px;
    left: 30px;
}

#eo-widget-next-month a {
    position: absolute;
    border: 2px solid #41572f;
    background-color: transparent;
    text-indent: -9999px;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    top: 16px;
    right: 30px;
}

#eo-widget-next-month a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 2px solid #41572f;
    border-bottom: 2px solid #41572f;
    top: 6px;
    left: 4px;
    transform: scale(1.5,1) rotate(-45deg);
}

#eo-widget-prev-month a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-left: 2px solid #41572f;
    border-top: 2px solid #41572f;
    top: 6px;
    right: 4px;
    transform: scale(1.5,1) rotate(-45deg);
}

.pad {
	line-height: 0;
}

/* カテゴリ1 */
#wp-calendar .eo-event-cat-1 a {
	display: block;
	background-color: blue;
	color: white;
	border-radius: 50px;
}

#wp-calendar .eo-event-cat-1 a:hover {
	display: block;
	background-color: blue;
	color: white;
	border-radius: 50px;
}

/* カテゴリ2 */
#wp-calendar .eo-event-cat-2 a {
	display: block;
	background-color: #eb6877;
	color: white;
	border-radius: 100px;
}

#wp-calendar .eo-event-cat-2 a:hover {
	display: block;
	background-color: #eb6877;
	color: white;
	border-radius: 100px;
}

#wp-calendar caption {
    margin: 14px 0 7px 0;
}

#wp-calendar tr {
    line-height: 1.25;
}
/* ここまで カレンダー */

/************************************
** フッター
************************************/
.footer {
    background-color: #606a59;
	border-bottom: 40px solid #1d2814;
    box-sizing: border-box;
	margin-bottom: 0;
	margin-top: 80px;
}

.navi-footer-in a {
	color: white;
}

.navi-footer-in a:hover {
    color: white;
}
.mobile-menu-buttons {
	display: none;
}

.footer-address p {
	color: white;
}

.footer-bottom-logo {
    display: none;
}

.navi-footer-in > .menu-footer {
    justify-content: center;
}

.footer-widgets, .footer-widgets-mobile {
	display: none;
}

.footer-bottom {
    padding: 0;
}

.footer-bottom-content {
    float: right;
    text-align: right;
    width: 100%;
}

.footer-bottom.fnm-text-width .menu-footer li a {
	padding: 0 30px;
}

.navi-footer-in > .menu-footer li {
	border-left: 1px solid white;
    line-height: 1;
    margin-bottom: 10px;
}

.navi-footer-in > .menu-footer li:last-child {
	border-right: 1px solid white;
}

.navi-footer-in a:hover {
    background-color: transparent;
}

.copyright {
	margin-top: 0;
    background-color: #1d2814;
    color: white;
    height: 40px;
    line-height: 40px;
	position: absolute;
    width: 100%;
	text-align: right;
	font-size: 70%;
	justify-content: space-between;
    display: flex;
}

/************************************
** サイドバー
************************************/
.sidebar {
	padding: 0;
	width: 300px;
}

.sidebar h3 {
	background-color: #577300;
    color: white;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    height: 60px;
    line-height: 60px;
}

.sidebar h3::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 60px;
    border-top: 10px solid rgba(87, 115, 0, 1);
    border-bottom: 0px solid rgba(87, 115, 0, 0);
    border-left: 15px solid rgba(87, 115, 0, 0);
    border-right: 15px solid rgba(87, 115, 0, 0);
}

.widget_text.widget-sidebar-standard {
	border: 2px solid #577300;
}

div.textwidget > p {
	padding: 35px 20px 25px 20px !important;
}

div.textwidget > p > a {
	color: #577300;
    display: block;
    margin: -25px 0;
}

.dot-line {
	border-bottom: 2px dotted #333333;
    display: block;
    margin: 10px 0;
}

/************************************
** 文字サイズ変更ボタン
************************************/
.widget.widget-sidebar.widget-sidebar-standard.widget_execphp {
	border: none;
    position: absolute;
    top: -230px;
    margin: 0;
    right: 0;
}

aside#execphp-7 {
	border: none;
    position: absolute;
    top: -185px;
    margin: 0;
    right: 0;
}

.btnS {
    color: #000000;
    border-radius: 0;
    line-height: 30px;
    padding: 0;
    font-size: 16px;
    width: 28px;
    height: 28px;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
    border: none;
    position: absolute;
    right: 85px;
}

.btnM {
    color: #000000;
    border-radius: 0;
    line-height: 33px;
    padding: 0;
    font-size: 18px;
    width: 32px;
    height: 32px;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
    position: absolute;
    right: 45px;
    border: none;
}

.btnL {
    color: #000000;
    border-radius: 0;
    line-height: 37px;
    padding: 0;
    font-size: 20px;
    width: 36px;
    height: 36px;
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.3);
    position: absolute;
    right: 0px;
    border: none;
}

#container .btn:hover, #container .ranking-item-link-buttons a:hover, .ranking-item-link-buttons #container a:hover, #container .btn-wrap > a:hover {
    color: white;
    background-color: #666666;
	border: none;
}

.textresizer-active {
	color: white;
	background-color: #666666;
}

#textsize {
	margin-bottom: 20px;
	text-align: right;
	position: relative;
}

#textsize span {
	margin: 0;
    font-weight: bold;
    color: #484848;
    font-size: 100%;
    position: relative;
    top: 0;
    right: 125px;
}

/************************************
** トップページ
************************************/
.top-right {
    float: right;
    width: 300px;
}

#eo_shortcode_calendar_0 {
	border: 2px solid #41572f;
}

/* ここから タブ切り替え部分 */
.no-post-text {
	margin: 1em 0 !important;
    padding: 0;
}

.su-tabs-pane {
    padding: 0 !important;
}

/* タブのスタイル */
.su-tabs-nav {
	display: flex;
	box-shadow: 0 -10px 0 0px #545454 inset;
}

.su-tabs-nav span {
	display: inline-block !important;
	padding: 13px 10px 10px 10px !important;
    color: #8f9299 !important;
    background-color: #e4e7e9 !important;
    border-bottom: 10px solid #545454 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
}

.su-tabs-nav span.su-tabs-current {
    background-color: #b8991b !important;
    color: white !important;
	position: relative !important;
	background-blend-mode: luminosity !important;
	text-shadow: 
    #6e5c15 2px 0px,  #6e5c15 -2px 0px,
    #6e5c15 0px -2px, #6e5c15 0px 2px,
    #6e5c15 2px 2px , #6e5c15 -2px 2px,
    #6e5c15 2px -2px, #6e5c15 -2px -2px,
    #6e5c15 1px 2px,  #6e5c15 -1px 2px,
    #6e5c15 1px -2px, #6e5c15 -1px -2px,
    #6e5c15 2px 1px,  #6e5c15 -2px 1px,
    #6e5c15 2px -1px, #6e5c15 -2px -1px;
}

.su-tabs-nav span.su-tabs-current::after {
	content: "";
    position: absolute;
    left: 15px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid rgba(184, 153, 27, 1);
    border-bottom: 0px solid rgba(184, 153, 27, 0);
    border-left: 13px solid rgba(184, 153, 27, 0);
    border-right: 13px solid rgba(184, 153, 27, 0);
}

.su-tabs {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: none !important;
}

.su-tabs-nav span:hover {
    display: none;
}


span.tab-all {
	font-size: 105% !important;
}

span.top-tab-all,
.su-tabs-nav span.top-tab-all.su-tabs-current,
.su-tabs-nav span.top-tab-all:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/chuou-theme/images/top_all_icon.png");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width: 25%;
}

span.tab-event {
	font-size: 90% !important;
}

span.top-tab-event,
.su-tabs-nav span.top-tab-event.su-tabs-current,
.su-tabs-nav span.top-tab-event:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/chuou-theme/images/top_event_icon.png");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width: 25%;
}

span.tab-facility {
	font-size: 105% !important;
}

span.top-tab-facility,
.su-tabs-nav span.top-tab-facility.su-tabs-current,
.su-tabs-nav span.top-tab-facility:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/chuou-theme/images/top_facility_icon.png");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width: 25%;
}

span.tab-free {
	font-size: 105% !important;
}

span.top-tab-free,
.su-tabs-nav span.top-tab-free.su-tabs-current,
.su-tabs-nav span.top-tab-free:hover {
	background-image: url("https://kumin-c.jp//wp-content/themes/chuou-theme/images/top_free_icon.png");
	background-repeat: no-repeat;
	background-position-x: 96%;
	background-position-y: 45%;
	background-blend-mode: multiply;
	width: 25%;
}

.honbu-post {
    border-bottom: 1px solid #CCCCCC;
    padding: 1% 0;
    list-style: none;
    display: flex;
    position: relative;
}

.honbu-post-tmb {
	width: 18%;
    margin-right: 2%;
    line-height: 0;
}

.honbu-post-tmb img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.honbu-post-text {
    width: 80%;
    display: inline-table;
    margin: auto;
}

.cat-label {
    font-size: 85%;
    width: 150px;
    text-align: center;
    border: 0;
    position: relative;
    left: 0;
    display: inline-block;
    overflow: visible;
    margin-bottom: 10px;
    padding-right: 20px;
}

.cat-label::after, .cat-label::before {
    content: " ";
	position: absolute;
	background-color: white;
	width: 25px;
	height: 55%;
	left: calc(100% - 10px);
	display: block;
}

.cat-label::after {
	content: " ";
	bottom: 48%;
	transform: skewX(45deg);
}

.cat-label::before {
	content: " ";
	top: 48%;
	transform: skewX(-45deg);
}

.cat-label.cat-label-2{ /*厚別*/
	background-color: #603874;
}

.cat-label.cat-label-3{ /*中央*/
	background-color: #003170;
}

.cat-label.cat-label-4{ /*東*/
	background-color: #30271a;
}

.cat-label.cat-label-5{ /*清田*/
	background-color: #043eb6;
}

.cat-label.cat-label-6{ /*南*/
	background-color: #174868;
}

.cat-label.cat-label-7{ /*西*/
	background-color: #006b35;
}

.cat-label.cat-label-8{ /*白石*/
	background-color: #95272f;
}

.cat-label.cat-label-9{ /*手稲*/
	background-color: #495f00;
}

.cat-label.cat-label-10{ /*豊平*/
	background-color: #816639;
}

.honbu-post-date {
    display: block;
    font-size: 95%;
    line-height: 1.5;
}

.honbu-post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.5;
    width: 100%;
}
/* ここまで タブ切り替え部分 */

/* お知らせ */
.top-notice {
    display: inline-block;
	width: 100%;
	margin-bottom: 2vw;
	border: 2px solid #606A59;
	padding: 10px;
}

.top-notice-title {
	margin-bottom: 15px;
}

.top-notice-title img {
	display: inline;
    vertical-align: middle;
	padding-bottom: 5px;
}

.top-notice-title span {
	font-weight: 600;
    color: #606A59;
    line-height: 2;
    display: inline;
    vertical-align: middle;
	margin-left: -8px;
}

.top-notice ul {
    list-style: disc;
	padding-left: 30px;
}



/************************************
** 管理施設のご案内
************************************/
.facility-link {

}

.facility-link ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-end;
}

.facility-link li {
    padding: 5px;
    width: 32%;
    background-color: #606a59;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}

.facility-link img {
	width: 45%;
    object-fit: cover;
}

.facility-link a {
    color: white;
    margin-left: 12px;
}

/************************************
** 各区民センターのご案内
************************************/
.kumin-guide-item {

}

.kumin-guide-item ul {
    padding-left: 0;
	list-style: none;
}

.kumin-guide-item li {
    border: 2px solid #41572f;;
    margin-bottom: 20px !important;
    display: flex;
    padding: 20px;
}

.kumin-guide-item img {
	width: 50%;
    object-fit: cover;
}

.kumin-guide-item p {
	display: inline-block;
	margin: 1em 0 1rem 1rem;
}

.kumin-guide-item a {
	display: block;
	font-size: 130%;
	color: #41572f;
	font-weight: 600;
}

.article ul li, .article ol li {
	margin: 0;
}

/************************************
** 組織の概要
************************************/
.subhead {
    background-color: #41572f;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 30px;
	min-width: 180px;
}

/* 表 */
.staff-table, .staff-table td, .staff-table th {
	border: 3px solid white;
	border-collapse: collapse;
	text-align: center;
}
.staff-table td, .staff-table th {
	padding: 3px;
	width: 30px;
	height: 25px;
	font-weight: 500;
}

.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.table-green {
	background-color: #deeeaf;
}

.table-yellow {
	background-color: #f3f1d2;
}

.table-gray {
	background-color: #e6e6e6;
}

/************************************
** 経営理念
************************************/

.rinen-list01 {
	background-color: #f3f1d2;
    color: #56510a;
    font-weight: 600;
    padding: 20px;
	list-style: none;
}

.rinen-list01 li {
	text-indent: -1em;
    margin-left: 1em;
}

.rinen-list02 {
	list-style: none;
    padding-left: 5px;
    font-weight: 600;
}

.rinen-list02 span {
	margin-right: 5px;
	color: #41572f;
}

.rinen-last-text {
	margin-top: 40px;
	font-weight: 600;
	color: #41572f;
}

/************************************
** お問い合わせ
************************************/
.contact-top-text {
	color: #41572f;
    font-weight: 600;
    font-size: 120%;
}

form.wpcf7-form {
    border: 2px solid #41572f;
    padding: 30px 50px 0 50px;
    margin-top: 40px;
}

form.wpcf7-form > p {
    margin-bottom: 30px;
}

form.wpcf7-form > p > label >span {
    color: #ff0000;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea {
    position: static;
    border-radius: 0;
    border: 2px solid #41572f;
    width: 100% !important;
	display: block;
	height: auto;
	padding: 12px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	
}

input[type='submit'] {
	padding: 6px 30px;
	width: auto;
    background-color: #41572f;
    box-shadow: none;
    border: 2px solid #41572f;
    color: white;
    border-radius: 5px;
    font-weight: 600;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	margin-bottom: 40px;
	min-width: 170px;
}

input[type='button'] {
	padding: 6px 30px;
	width: auto;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #41572f;
    color: #41572f;
    border-radius: 5px;
    font-weight: 600;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	margin-bottom: 10px;
	min-width: 170px;
}

.wpcf7-form-control-wrap > input[type='button'] {
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap > input[type='text'] {
	padding: 12px
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
}

.wpcf7-form > p > br {
	display: none;
}

.ajax-loader {
    display: none !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    margin-bottom: 20px;
    border: none;
    color: #ff0000;
    text-align: center;
}

/************************************
** ウェブアクセシビリティ
************************************/
.accessibility-list dt {
    font-weight: bold;
}

.accessibility-list dd {
    margin-bottom: 15px;
    margin-left: 20px;
}

table tr:nth-of-type(2n+1) {
	background-color: white !important;
}

.plice-list caption {
	display: none;
}

td:nth-child(1), td:nth-child(3), td:nth-child(4), td:nth-child(5) {
    text-align: center;
}

table th, table td {
    border: 1px solid #deeeaf;
}
/************************************
** リンク
************************************/
.link a {
	text-decoration-line: underline;
	display: block;
	margin-bottom: 10px;
}

/************************************
** サイトマップ
************************************/
.sitemap-link a {
	display: block;
	margin-bottom: 10px;
}

.sitemap-link {
	margin-bottom: 40px;
}

/************************************
** 札幌市コミュニティ施設のご案内
************************************/
.link span {
	margin-bottom: 30px;
    display: inline-block;
}


/************************************
** 投稿内容
************************************/
/* ここから サムネイル切り替え */
.contribution-img {
	width: 300px;
    padding-top: 220px;
    position: relative;
    text-align: center;
    display: table;
    min-height: 250px;
    float: left;
	margin-bottom: 60px;
}

.contribution-img > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

/* サムネイル */
.contribution-img label {
	border: 2px solid #ffffff;
	display: table-cell;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
}

.contribution-img label:hover {
	opacity: 0.9;
}

.contribution-img label img {
	display: block;
	width: 92px;
}

.contribution-img input[name='img-switch'] {
	display: none;
}

.contribution-img input[name='img-switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.contribution-img input[name='img-switch'] ~ img {
	opacity: 0;
}

.contribution-img input[name='img-switch']:checked + label + img {
	opacity: 1;
}

/************************************
** 検索結果
************************************/
/* ページャー */
.wp-pagenavi a, .wp-pagenavi span {
	border: none;
	text-decoration: underline;
}

.wp-pagenavi {
    text-align: center;
	padding: 20px 0 50px 0;
}

.pages {
	display: none;
}

.search-result p {
    margin-bottom: 10px;
}

.search-result-item {
	display: flex;
	margin-bottom: 30px;
}

.search-result-item img {
	width: 20%;
	height: 93px;
	object-fit: cover;
	vertical-align: middle;
	margin-right: 15px;
}

.search-result-item p {
    float: right;
    margin: 0;	
}

/************************************
** カレンダーページ
************************************/
.eo-tc-event {
    border: 3px solid black;
    padding: 10px;
	position: relative;
    height: 226px;
	margin-bottom: 25px;
}

.eo-event-thumbnail {
    margin: 0 !important;
}

.eo-tc-event .eo-event-meta {
    margin: 0;
    position: absolute;
	display: inline-block;
    padding: 0;
    left: 23%;
	top: 80px;
}

.eo-event-details.event-entry-meta img{
    height: 100% !important;
	object-fit: cover;
}
	
.eo-tc-event .eo-event-header {
    display: inline-block;
    position: absolute;
    left: 23%;
    top: 10px;
}

.eo-tc-event .eo-event-content {
    display: inline-block;
    margin-left: 0 !important;
    position: absolute;
    bottom: 10px;
    left: 23%;
	padding-right: 10px;
}

.eo-event-details.event-entry-meta {
	height: 200px;
}

.eo-event-content p {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.eo-tc-event .eo-event-date {
	font-style: normal;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*768px以下*/
@media screen and (max-width: 768px){
	* {
		font-size: 98%;
	}
	
	table th, table td, #eo_shortcode_calendar_0 {
		font-size: 100% !important;
	}
	
	.honbu-post-tmb {
		width: 25%;
	}
	
	.honbu-post-text {
		width: 73%;
	}
	
	.pagination {
		display: none;
	}
	
	.su-tabs-pane {
		margin-top: 10px;
	}
	
	.su-tabs-nav {
		display: block;
		box-shadow: 0 -10px 0 0px #32173D inset;
	}
	
	.content {
		margin-top: 0 !important;
	}
	
	.search-box {
		margin: 0;
	}
	
	#execphp-8 {
		display: none;
	}
	
	.top-left {
		width: 100%;
	}

	.top-left p {
		font-size: 2.5vw;
	}
	
	.footer {
    	margin-top: 40px;
	}
	
	.sidebar-left .content-in {
		padding: 0;
	}
	
	.home > #container > #content > #content-in > .main {
		padding: 10px;
	}

	aside#execphp-9 {
		margin-bottom: 10px;
	}
	
	/* パンくずリスト */
	#breadcrumb {
		padding: 10px 10px 0px 10px;
		font-size: 60% !important;
	}
	
	/* サイドバー */
	.no-mobile-sidebar #sidebar, .product-item-thumb-l, .swatchimages {
		display: block;
	}
	
	
	/* ヘッダーロゴ */
	.site-name-text img {
		filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.6));
		width: 70%;
		margin-left: 10px;
    	vertical-align: middle;
	}
	
	.su-tabs-nav span {
		display: block !important;
		width: 100% !important;
		border: none !important;
	}
	
	#footer-in {
		width: 100%;
	}
	
	.navi-footer-in > .menu-footer li.menu-item {
		width: 50%;
		border: 1px solid white;
		margin: 0;
		display: flex;
		flex: 1 1 auto;
		text-align: center;
	}
	
	.navi-footer-in > .menu-footer {
		border-bottom: 1px solid white !important;
	}
	
	.footer {
		padding-top: 0;
	}
	
	.navi-footer-in > .menu-footer li.menu-item a {
		padding: 5px 0;;
	}
	
	.header-search {
		display: none;
	}
	
	/* ヘッダーメニュー */
	.navi-in > .menu-header {
		justify-content: center;
		display: flex !important;
	}
	
	.navi-in > ul li {
		width: calc(100% / 3);
	}
	
	/* ここから 検索フォーム */
	.content {
		margin-top: 0;
	}
	
	aside#execphp-9 {
		display: block;
	}
	
	.search-edit, input[type="text"] {
		max-width: none;
	}
	/* ここまで 検索フォーム */
	
	/* 文字サイズ変更ボタン隠す */
	#textsize {
		display: none;
	}
	
	/* ここから タグ切り替え部分 */
	
	.entry-card-content {
		margin-left: 0;
		padding-top: 10.5vw;
	}

	.entry-card-snippet {
		display: none;
	}

	.post-date::before {
		display: none;
	}

	.entry-card-meta, .related-entry-card-meta {
		position: absolute;
		line-height: 1;
		top: 6.5vw;
		left: 0;
	}

	.article h2 {
		font-size: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		line-height: 1rem;
	}
	
	.widget h2 {
		font-size: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		line-height: 1rem;
	}

	.post-date {
		margin-right: 8px;
		font-size: 90%;
		font-weight: 600;
	}

	.e-card-info {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		align-items: center;
		padding-left: 40%;
	}

	.top-post {
		display: none;
	}
	/* ここまで タグ切り替え部分 */
	
	/* フッター */
	.footer {
		border-bottom: 20px solid #3b4a2f;
		margin-top: 150px;
	}
	
	.footer-address p {
		text-align: center;
	}
	
	.copyright {
		margin-top: 0;
		background-color: #3b4a2f;
		color: white;
		height: 20px;
		line-height: 20px;
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 50%;
		display: block;
	}
	
	.copyright span{
		display: block;
	}
	
	/* 貸室切り替えボタン */
	.room-switch label {
		width: 30vw;
	}
	
	/* トップページ */
	.facility-link li {
		width: 100%;
	}
	
	.top-right {
		float: none;
		width: 100%;
	}
	
	.top-notice {
		margin-bottom: 2vw;
    	border: 2px solid #606A59;
    	padding: 10px;
	}
	
	/* 各区民センターのご案内 */
	.kumin-guide-item p {
		margin: 0;
	}
	
	.kumin-guide-item li {
		display: block;
	}
	
	.kumin-guide-item img {
		width: 100%;
	}
}

	
/*480px以下*/
@media screen and (max-width: 480px){
	.honbu-post-date {
		line-height: 1.5;
	}
	
	.honbu-post-title {
		line-height: 1.5;
	}
	
	.entry-card-content {
		padding-top: 13vw;
	}
	
	.article h2 {
		font-size: 75%;
	}
	
	.post-date {
		font-size: 65%;
	}
	
	.event-tab-event .entry-card-meta, .event-tab-facility .entry-card-meta, .event-tab-free .entry-card-meta {
		top: 10px;
	}
	
	.event-tab-event .entry-card-content, .event-tab-facility .entry-card-content, .event-tab-free .entry-card-content {
		padding-top: 2rem;
	}
	
	.event-tab .entry-card-wrap::before {
		content: "詳しい情報を見る >";
		position: absolute;
		bottom: 10px;
		right: 2px;
		font-size: 60%;
		color: #1967D2;
		border-bottom: 1px solid #1967D2;
		line-height: 1;
	}
	
	.event-tab .entry-card-thumb {
		margin-top: 2.5%;
	}
	
	.entry-card-meta, .related-entry-card-meta {
		top: 8vw;
	}
	
	.ect-entry-card .card-thumb, .rect-entry-card .card-thumb, .ect-big-card-first .card-thumb {
		margin: 6px 2.2% 6px 0;
	}
	
	/* 貸室切り替えボタン */
	.room-switch label {
		width: 42vw;
	}
	
	.comment {
		margin-bottom: 50px;
	}
}

/*375px以下*/
@media screen and (max-width: 375px) {
		
	* {
		font-size: 98% !important;
	}
	
	.cat-label {
		font-size: 85% !important;
		width: 120px;
	}
	
	.honbu-post-date {
		font-size: 95% !important;
    	line-height: 1.25;
	}
	
	.honbu-post-title {
		font-size: 100% !important;
    	line-height: 1.25;
	}
	
	.search-edit {
		width: 72% !important;
	}
	
	/* タブ切り替え部分 */
	.entry-card-thumb {
		width: 30%;
	}
	
	.e-card-info {
		padding-left: 31%;
	}
	
	.cat-label {
		max-width: 122%;
		top: 0;
		font-size: 65% !important;
	}
	
	.e-card-info > span {
		margin-left: 2px;
		margin-top: -3px;
	}
	
	/* コピーライト */
	.copyright {
		font-size: 50% !important;
	}
	
	/* カレンダー部分 */
	#wp-calendar td.calendar-next a {
		position: relative;
		border: 1px solid #41572f;
		display: inline-block;
		background-color: transparent;
		text-indent: -9999px;
		border-radius: 50px;
		width: 16px;
		height: 16px;
		text-align: left;
		top: 1px;
		right: 5px;
	}
	
	#wp-calendar td.calendar-next a:after {
		content: "";
		position: absolute;
		width: 4px;
		height: 4px;
		border-right: 1px solid #41572f;
		border-bottom: 1px solid #41572f;
		top: 5px;
		left: 4px;
		transform: scale(1.5,1) rotate(-45deg);
	}
	
	/* タブ切り替え部分 */
	.entry-card-content {
		padding-top: 12vw;
	}

	.event-tab-event .entry-card-meta, .event-tab-facility .entry-card-meta, .event-tab-free .entry-card-meta {
		top: 6px;
	}
	
	.event-tab-event .entry-card-content, .event-tab-facility .entry-card-content, .event-tab-free .entry-card-content {
		padding-top: 2rem;
	}
	
	.event-tab .entry-card-wrap::before {
		bottom: 4px;
	}
	
	.entry-card-thumb {
		margin-top: 3.7%;
	}
	
	.event-tab .e-card-info > span {
		margin-top: 3px;
	}
	
	/* ボタン矢印 */
	.reserve-btn2::before {
		width: 11px;
		height: 11px;
		border-top: 3px solid white;
		border-right: 3px solid white;
	}

	/* 検索窓 */
	.search-submit {
		height: 28px;
	}
}