﻿/*
Theme Name: kitahiga2025
Description: 東京都教職員組合北多摩東支部サイト
Theme URI: テーマの URL
Author: RS
Author URI: 
Version: 0.1
License: 東京都教職員組合北多摩東支部
License URI: 
*/

@charset "utf-8";

/*-------------------------------------*/
/* リセット */
/*-------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}table { border-collapse:collapse; border-spacing:0;}fieldset,img { border:0; vertical-align:bottom;}address,caption,cite,scode,dfn,em,th,var {font-style:normal; font-weight:normal;}ol,ul { list-style:none; padding:0; margin:0;}caption,th { textron-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;	font-weight:normal;}q:before,q:after {content:'';}abbr,acronym { border:0;}


body {
	overflow: auto;
	color: #222;
	background-color: #ffffff;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

div.container {
	background-color: #fff;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width: 1200px) {
div.col-lg-9 {
	padding-right: 2rem;
}
}

/*--------- aタグ style ---------------*/

a,
.blog a,
.single a,
.post-meta a,
#sidebar a {
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/* a:hoverテキスト黄色ハイライト */

p.body-text a:hover,
li a:hover {
	background-color: #ffffa8;
}


/*-------------------------------------*/

/* ページ先頭移動 */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-weight: 500;
  content: '▲';
  font-size: 16px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* タグスタイル h,p */

h1 {
	font-size: 1.5rem;
	word-spacing: 1rem;
	margin-bottom: 0.5rem;
}

h2, .h2 {
	font-size: 1.3rem;
	font-weight: bold;
	word-spacing: 1rem;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
	padding: .25rem 0 .25rem .25rem;
	border-bottom: dotted 2px #92DDFC;
}

h2:first-child, .home h2:first-child
 {
	border-bottom: none;
	font-size: 180%;
}

h3 {
	font-size: 1.2rem;
	word-spacing: 0.6rem;
	margin-top: 1rem;
	margin-bottom: 0.8rem;
	font-weight: bold;
}

.home h3 {
	border-left: solid 8px #92DDFC;
	padding-left: .6rem;
}

h4, h5 {
	font-weight: bold;
	color: #404040 !important; 
	margin: 5px auto;
}

p {
	font-size: 1rem;
	line-height: 1.6rem;
}

.body-text {
	margin-left: 0;
	margin-bottom: 1rem;
	line-height: 1.6rem;
}

.t-shadow {
	text-shadow: 2px 2px 2px #a9a9a9;
}


/*--- post style ------------------*/

.post h2 {
	background-color: #ffe0c1;
	padding: 7px 0 6px 10px;
	font-size: 1.2rem;
	box-shadow: 3px 2px 5px 0px #c2c2c2;
}

.post h2 a:hover {
	background-color: none;
}

.post-meta {
	margin-top: -0.6rem;
	font-size: 0.9rem;
}

.post-date, .category, .tag {
	padding-bottom: 5px;
	font-size: 0.9rem;
}


/* pager navigation */

.navigation {
	margin-top:25px;
	width: 90%;
	height: 3em;
	margin-left: auto;
	margin-right: auto;
}

.navigation .go-prev {
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 2em;
	border-right: dotted 1px #666666;
}

.navigation .go-next {
	float: right;
	width: 50%;
	text-align: left;
	border-left: dotted 1px #666666;
	padding-left: 2em;
}

/*--- sidebar | Widget -------------------*/

div#sidebar {
	padding: 15px 15px 15px 15px;
	box-shadow: 3px 2px 4px 2px #c2c2c2;
/*	border: 2px dotted #92DDFC;
	border: 2px dotted #92DDFC;
	border-radius: 10px; */
}

#sidebar h2.wp-block-heading {
	border-left: none;
	margin: 0.5rem 0;
	font-weight: bold;
	font-size: 1rem;
	color: #192f60;
}

#sidebar ul li {
	font-size: 0.9rem;
	margin-left: 1rem;
	}

#sidebar #block-3 ul li {
	list-style-type: disc;
	margin-left: 1.5rem;
	margin-bottom: 0.3rem
	}


/*--- トップページ toppage -------------------*/

/*--- Display Posts_お知らせ一覧style -------------------*/

/* 投稿リスト項目 */

div.notice-card {
	padding: 15px;
	background-color: #ffffff;
	width: 100%;
	border-radius: 10px;
	background-color: #f4f4f4;
}

.notice-card ul li.listing-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 5px 0;
}

.notice-card ul li.listing-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

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

.entry-excerpt p {
	font-size: 13px;
	line-height: 1.2rem;
	word-spacing: 0;
}

/* 「新着情報」タイトルstyle */
.news-ttl {
	font-size: 1.3rem;
	font-weight: bold;
	word-spacing: 1rem;
	align-items: center;
	margin-left: 0.25rem;
}


/*--- Home　支部ニュース　投稿 li-style -----*/

.home .page ul li,
.body-text ul li,
ul.news-list li {
	list-style-type: disc;
	margin-left:2rem;
}

.body-text img {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
}


/*--- 支部案内 aboutus -------------------*/

.musashino {
 font-size: 1.1rem;
 background-color: #89ffff;
}

.musa {
 font-size: 1.1rem;
 background-color: #89ffff;
}

.mitaka {
 font-size: 1.1rem;
 background-color: #8ec6ff;
}

.koganei {
 font-size: 1.1rem;
 background-color: #ff9ece;
}

.kodaira {
 font-size: 1.1rem;
 background-color: #ffce9e;
}

.chofu {
 font-size: 1.1rem;
 background-color: #c489ff;
}

.komae {
 font-size: 1.1rem;
 background-color: #ff84ff;
}

.kiyose {
 font-size: 1.1rem;
 background-color: #d3ffa8;
}

.higashi-kurume {
 font-size: 1.1rem;
 background-color: #ffffa8;
}

.nishi-tokyo {
 font-size: 1.1rem;
 background-color: #9effce;
}

/*--- 申し込みフォーム form -------------------*/

.apply-form {
	margin: 1rem 2rem 1rem 1rem;
	width: 90%;
}

.apply-form label {
	margin-top: 0.7rem;
}

.submit-btn {
	padding: 3px 20px;
	margin: 20px 0;
}


/*--- 新着情報 news -------------------*/

.page-template-news .post {
	margin-bottom: 2rem;
	border: dotted 1px #666;
}

.page-template-news h3 {
	margin-bottom: 0.7em;
	font-size: 1.3em;
}
.underline-dot {
	border-bottom: dotted 1px #666;
}

.tag-list {
	font-size:0.85rem;
	margin: 10px 0 10px 15px;
}

/* bar はみ出した要素を非表示 */
html {
    overflow: auto;
    overflow-x: hidden;
}
body {
	overflow: hidden;
	position: relative;
}


/**------ フッター footer ------**/

footer {
	color:inherit;
	padding-bottom: 40px;
}

footer p {
	font-size: 0.9rem;
}

.divider {
	border-top: solid 1px #cccccc;
	margin-bottom: 10px
}

footer .add-info {
	line-height: 1.1rem;
	font-size: 0.8rem;
}


/* =============================

  Bootstrap style

================================ */

[class^="col-"]  {
	margin-bottom: 25px;
}

/* =============================

  Bootstrap Nav menu style

================================ */

nav div.container {
	background-color:#f0f8ff !important;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-top: 0;
}

.navbar-nav ul {
	border-top: none !important;
	border-bottom: none !important;
}
.navbar-nav li {
	text-align: left;
	padding: 0px !important;
}
.navbar-nav li.nav-item a:hover {
	color: #0000ff !important;
}

.navbar-nav li.nav-item a {
	overflow: hidden;
	color: #000 !important;
	font-size: 1rem;
	margin: 5px 0;
}

.bg-maincolor {
	background-color:#f0f8ff !important;
}

.navbar-nav li+ li {
	text-align: left;
}

