/*
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
*/

body {
/*font-family:Georgia,YuMincho,'Yu Mincho',serif;*/
font-family:YuMincho,'Yu Mincho',serif;
font-weight: 500;
}


/* リンク文字黒 */
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }

/* 右の謎の余白対策 */
.wrap {
	overflow: hidden;
}

/* 画面幅の表示制御 */
@media (min-width:992px) {
	.mobshow {
	 	display:none;
	}
}

span.anchorlink {
   position: relative;
   top: -60px;
   display: block;
}

/* ヘッダーメニュー */
.nav-item > a {
    padding-right: 12px;
    padding-left: 12px;
	height:52px;

    font-size: 16px;
    text-align: center;
    transition: border .3s ease;
    color: #000;
    position: relative;
    z-index: 2;
}

/* ログイン画面　オプション非表示 */
body.login div#login p#nav {display: none;}
body.login div#login p#backtoblog {display: none;}

/* フォームカスタマイズ */
.wpcf7 .wpcf7-response-output {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.req{
    font-size:11px;
}

#footmenucontainer {
    margin: 0;
    padding: 0;
    display: block;
}

.footmenu {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.footmenu ul {
    width: 100%;
    list-style: none;
    margin: 0 auto .5em;
    padding: 0;
    text-align: center;
}

.footmenu li {
    list-style: none;
    line-height: 2em;
    margin: 0 .2em 0 .2em;
    padding: 0;
    display: inline-block;
}

/* 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;
}


/* コンタクトフォームのエラーメッセージ */
span.wpcf7-not-valid-tip {
    color: #f00;
}

.navbar {
	width: 100%;
 	background-color: #fff;
 	font-weight: 700;
}

.textbox {
	width:300px;
	height:30px;
}

/*
.dropdown {
	width:300px;
	height:30px;
}
*/

.wpcf7-text {
	height:30px;
}

/* 画像の高さを揃える */
.thumbnail {
    display: inline-block; /* ここがポイント */
    height: 225px;
}
.thumbnail img {
    height: 100%;
}

/* ハンバーガーメニュー*/
.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");
}


.page-container {
    padding: 50px 10px;
}

@media (min-width: 1068px) {
.page-container {
    padding: 50px 50px;
}}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 15px !important;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 15px !important;
}

a {
    color: #00008b;
}

/* ご利用中のアカウントからは HTML コンテンツを制限無しで投稿できます。 削除 */
.bbp-template-notice {
	display:none;
}
/* 次のHTML タグと属性が使えます 削除 */
.form-allowed-tags {
	display:none;
}

.h1, h1 {
    font-size: 2.2rem;
}
.h2, h2 {
    font-size: 1.7rem;
}

.pb-5, .py-5 {
    padding-bottom: 1.8rem!important;
}
.pt-5, .py-5 {
    padding-top: 2rem!important;
}

.footmenu a {
    color: #007bff;
}

.container-fluid a {
	text-decoration: underline;
}

.page-container a {
	text-decoration: underline;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

/*通常のテーブル*/
.page-container table {
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    margin:0 0 15px 0 !important;
}

.page-container th {
    border:1px solid #ccc;
    color:#302F2B;
    background-color: #f2f8f7;
    text-align:center;
    font-weight: bold;
    font-size:100%;
    padding:8px 15px 7px;
}

.page-container td {
    border:1px solid #ccc;
    vertical-align: middle;
    padding:8px 15px 7px;
}

.page-container td a{
    text-decoration:underline;
    color: #08bddd;
}
caption, th{
    text-align: left;
}



/* facebook スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 350px;
	}
}
 
/* facebook PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}

li.nav-item {
    margin-bottom:5px;

}

footer ul{
	list-style: none;
	padding-left: 0;
}







/* ===================================================== 
	cont
===================================================== */

#cont{
	width:850px;
	/*float:right;*/
  	float:left;
	margin-left:50px;
 	margin-top:40px;
}

.topics-block1{
	margin-bottom:20px;
	padding:10px 0 0px 20px;
	background:#fff;
}

.topics-block1 dl{
	width:150px;
	margin:0 20px 20px 0;
	float:left;
}

.topics-block1 dt{
	margin-bottom:10px;
}

.topics-block1 dd{
	padding-left:20px;
	background:url(common/img/icon2.png) no-repeat left 0.3em;
}

.topics-block1 a{
	color:#3F0000;
}

.topics-block2{
	margin-bottom:20px;
	padding:12px 20px;
	background:#fff;
	border-radius: 0 0 8px 8px;
}

.setuki-txt{
	width:450px;
	float:left;
}

.setuki-txt h4{
	margin-bottom:5px;
	font-size:105%;
	font-weight:bold;
	line-height:150%;
}

.setuki-txt dl{
	padding-left:30px;
}

.setuki-txt dl.line{
	border-bottom:2px #ccc dotted;
	padding-bottom:20px;
	margin-bottom:20px;
}

.setuki-txt dt{
	font-size:140%;
	font-weight:bold;
	line-height:150%;
}

.setuki-txt dt span{
	margin-left:10px;
	font-size:80%;
	font-weight:normal;
	line-height:150%;
}

.setuki-txt dd{}

.setuki{
	width:188px;
	float:right;
}

.tit1{
	width:700px;
	height:67px;
	background:url(common/img/bg_tit1.png) no-repeat left top;
}

.tit2{
	width:700px;
	height:67px;
	background:url(common/img/bg_tit2.jpg) no-repeat left top;
}

.tit3{
	width:700px;
	height:67px;
	background:url(common/img/bg_tit3.jpg) no-repeat left top;
}

.tit .left{
	width:300px;
	padding:20px 0 0 20px;
	float:left;
	color:#3f0000;
	font-size:110%;
	font-weight:bold;
}

.tit .right{
	width:234px;
	padding:10px 20px 0 0;
	float:right;
}

.tit .right a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


.topics-block3{
	margin-bottom:20px;
	padding:20px;
	background:#fff;
}

.news-block{
	background:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.news-block .block{
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:2px #ccc solid;
}

.news-block .block .catch{
	width:70px;
	float:left;
}

.news-block .block .catch img{
	max-width:70px;
	height:auto;
}

.news-block .block .data{
	/*width:570px;*/
	width:710px;
	float:right;
}

.news-block span{
	width:50px;
	padding:2px 10px;
	color:#fff;
}
.news-block span.categoty-event_now{background:#CE6667;}
.news-block span.categoty-topics{background:#558BA3;}



.news-block .block .data dl{
	margin-top:10px;
}

.news-block .block .data dt{
	font-size:14px;
	line-height:150%;
}

.news-block .block .data dd{
	
}

h3 {
	background:url(img/namimoyo.png) no-repeat;
	background-position: center 30%;
	background-size: 100px auto;
    padding-top: 50px;

    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 150%;
    clear: both;
}

h4 {
    border-bottom: 2px dotted  #999999;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 110%;
    clear: both;
}


.bg-primary {
    background-color: #d2dfd5!important;
}

ul.menu > li {
	padding: 2px 0px 5px 0px;
}

.is-provider-youtube {
	margin-left: auto;
	margin-right:auto;
	max-width:600px;
}


img{
    max-width: 100% !important;
    height: auto !important;
}

.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	height: 600px;
  }
}

