/*
Theme Name:     PML
Theme URI:      https://hyogo-akashipark.jp/
Description:    PML theme for WordPress
Author:         Oguri
Author URI:     https://hyogo-akashipark.jp/
Version:        0.1.0
*/





html, body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input, select, textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/**************************************************/
/* トップ画面 */
/**************************************************/
/* ロゴ画像 */

#logoimg {
	width:160px;
}
@media (min-width: 400px) {
	#logoimg {
		width:160px;
	}
}
@media (min-width: 900px) {
	#logoimg {
		width:193px;
		margin:10px 0px 10px 20px;
	}
}

h2.title {
	text-align: center;
	margin-top:50px;
	margin-bottom:20px;
}
h2.title0 {
	text-align: center;
	margin-bottom:20px;
	color:#006888;
}
h2.title1 {
	text-align: center;
	margin-bottom:20px;
    font-size: 1.1em;
}





/* アコーディオン */
.accordion-button {
    color: #358552;
    font-weight: bold;
}

/* ハンバーガーメニュー*/
.navbar-toggler{
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/* リンク文字黒 */
a {
font-size: 1.1rem;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }

/* トップの背景 */

/*
.tophaikei {
	background: url(img/bimg.png) left top white;
	background-size: 1920px 395px;
	background-repeat: repeat;
}
*/

.tophaikei {
	background: url(img/bg02.png) left top white;
	background-size: 1920px 395px;
	background-repeat: repeat;
}

.tophaikei2 {
	background: url(img/sld01.jpg) left top white;
	background-size: 1141px 620px;
	background-repeat: repeat;
}


a.wp-block-file__button:link { color: #ffffff; }
a.wp-block-file__button:visited { color: #ffffff; }
a.wp-block-file__button:hover { color: #ffffff; }
a.wp-block-file__button:active { color: #ffffff; }

.topslideinfo {
	position:absolute;
	width:100%;
	text-align: center;
	bottom:30px;
	color:#ffffff;
	font-size: 2.3rem;
	font-weight: 600;
	display: block;

}
@media (max-width: 767px) {
	.topslideinfo {
		display: none;
	}
}

/**************************************************/
/* メニュー関連 */
/**************************************************/
/* ヘッダーメニュー */
ul.navbar-nav > li > a {
    padding-right: 12px;
    padding-left: 12px;
	height:52px;
    font-size: 16px;
    text-align: center;
    transition: border .3s ease;
	color:rgba(0,0,0,.55);
    position: relative;
    z-index: 2;
	text-decoration: none;
	font-weight:bold;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
	background-color:#E8FFFA;
}


#yoyakubutton {
	background:#00AE95;
	float:right;
	width:100px;
	height:100px;
	display:none;
	place-items:center;
	text-align:center;
}

@media (min-width: 992px) {
	#yoyakubutton {
		display: grid;
	}
}



#yoyakubutton2 {
	background:#00AE95;
	width:140px;
	display:none;
	place-items:center;
	text-align:center;
}

@media (max-width: 991px) {
	#yoyakubutton2 {
		display: block;
	}
}










/**************************************************/
/* slick-slide */
/**************************************************/
.slider-event .slick-slide {
  width: 300px;
  height: 550px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.slider-banner .slick-slide {
  width: 210px;
  height: 70px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.slider-event .slick-slide img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.slider-banner .slick-slide img {
  display: block;
  width: 100%;
  height: 61px;
}

.slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-banner .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 30px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}







.slider .slick-next {
  right: 0;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next::before {
  left: 20px;
}
.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

/**************************************************/
/* イベントスライダー */
/**************************************************/
.event-sld-box {
}
.event-sld-img {
	border-radius: 8px;
}
.event-sld-textbox {
	margin: 1rem 0;
}
.event-sld-date {
	font-weight:bold;
	color:#00AE95;
}
.event-sld-title {
	font-weight:bold;
}
.event-sld-text {
}






/* 5 Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
}
}




/* TOPに戻る */
.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*font-size: 77%;*/
    font-size: 140%;
}
.page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
		opacity:0.5;
    width: 60px;
    height: 60px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 30px;
}
.page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*公園ニュース*/
table.recentList {
  background: #fff;
  line-height:130%;
  border-spacing: 0;
  border: none;
  width:100%;
}
table.recentList td,
table.recentList th {
  border-top: 0;
  border-bottom:1px dotted #bbb;
  padding:10px 0 8px;
  vertical-align:top;
  text-align: left;
  font-weight: normal;
}
table.recentList td.dateInfo {
  padding-left:15px;
  width:80px;
  color:#666;
}
@media (max-width: 767px) {
	table.recentList td.dateInfo {
	  width:110px;
	}
}



table.recentList td.labels {
  width:90px;
  line-height: 0.5em;
  text-align: center;
}




footer {
    border-top: 10px #00AE95 solid;
}


/**************************************************/
/* タイトルと本文 */
/**************************************************/
h2.wp-block-heading {
	color: #006888;
	font-size: 2.3rem;
	font-weight: 600;
	margin: 40px 0 20px 0;
}

h3.wp-block-heading {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 40px 0 20px 0;
}
p,table {
	margin-bottom:20px;
	font-size: 1.1rem;
	font-weight:500;
	line-height:1.8em;
}

li {
	margin-bottom:5px;
	font-size: 1.1rem;
	font-weight:500;
	line-height:1.5em;
}


/*-------- メディアとテキスト ---------*/

.wp-block-media-text__media{
	padding: 20px;
}



/*-------- フェミニンなテーブル ---------*/
/*-------- 色指定 ---------*/
:root {
  --f-text:#212529;/*文字の色*/
  --f-line:#00AE95;/*線の色*/
  --f-bg1:#00AE95;/*タイトル行の背景色*/
  --f-bg2:#ffffff;/*ストライプの背景色*/
}

.fem-table table{
color:var(--f-text);
text-align:center;
border:2px solid var(--f-line);	
background-color:white;
}

.fem-table table th{
border:1px dotted white;	
text-align:center;
}

.fem-table thead{
border-bottom:1px solid var(--f-line);
}

.fem-table table td{
border:1px dotted var(--f-line);	
/*text-align:center;*/
}

.fem-table thead{
color:white;
}

.fem-table th{
background-color:var(--f-bg1);
}

.fem-table tr:nth-child(even){
background-color:var(--f-bg2);
}

/*-------- CSSで箇条書きをおしゃれに ---------*/
.kajyo1 {
  /*border: double 4px #21b384;*/
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.kajyo1 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}
.kajyo1 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #21b384; /*アイコン色*/
}

/*-------- 色フィルター ---------*/
.red {
    filter: invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(95%) contrast(112%);
}
.green {
    filter: invert(17%) sepia(91%) saturate(7085%) hue-rotate(128deg) brightness(100%) contrast(106%);
}
.blue {
    filter: invert(8%) sepia(99%) saturate(7044%) hue-rotate(547deg) brightness(100%) contrast(145%);
}
.aqua {
    filter: invert(88%) sepia(100%) saturate(2929%) hue-rotate(104deg) brightness(99%) contrast(104%);
}
.white {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.grey {
    filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
}
.yellow {
    filter: invert(81%) sepia(81%) saturate(633%) hue-rotate(359deg) brightness(106%) contrast(105%);
}
.orange {
    filter: invert(72%) sepia(26%) saturate(6428%) hue-rotate(1deg) brightness(105%) contrast(102%);
}
.purple {
    filter: invert(11%) sepia(71%) saturate(5170%) hue-rotate(293deg) brightness(87%) contrast(111%);
}


span.categoty-eventcate{color:white;padding:0 10px 0 10px;background:#CE6667;}
span.categoty-notice{color:white;padding:0 10px 0 10px;background:#558BA3;}
span.categoty-kaikacate{color:white;padding:0 10px 0 10px;background:#4BA378;}



.tbl3 {
  table-layout: fixed;
  
  width: 100%;
  th:first-child,
  td:first-child {
    width: 75px;
  };
  th,td {
    border: none !important;
  }
}


.fem-table table {
  width: auto !important;
}




.my-custom-margin30 {
  margin-left: 30px; /* 左マージン */
  margin-right: 30px; /* 右マージン */
}





