/*
Theme Name:豊平川緑地用liquid-lightカスタムテーマ
Theme URI:
Description:WordPressテーマ「liquid-light」の子テーマです。テンプレートファイルを修正する際は「liquid-light」のテンプレートを直接編集せず、子テーマのディレクトリにファイルをコピーして修正してください。
Template:liquid-light
Author:artful
Version:1.2.2
*/

/**********************************************************************/
/* jquery plugin */
/**********************************************************************/

/* lightbox */
.modaal-close{
	position: absolute;
	right: -40px;
	top: -40px;
}



/**********************************************************************/
/* liquid-light */
/**********************************************************************/

body{
	font-size:1rem;
}



/* スライダー */
#carousel-generic{
	max-width:calc(1140px - 30px);
	margin-left:auto;
	margin-right:auto;
}
.carousel-item {
	text-align: center;
	max-height: 500px;
}
.carousel-indicators {
    bottom: 0;
}



/* シェアボタン非表示（背景色が無いため） */
.share a.share_pocket,
.share a.share_line{
	display:none;
}



/* ヘッダー */
.logo {
    font-size: xx-large;
}
.logo_text {
    /*text-align: left;*/
}
.headline .ttl,
.headline .subttl {
	font-size: small;
	line-height: 1.5;
}
@media (min-width: 769px) {
	.headline .logo_text .subttl .tel{
		display:block;
		color:#1a6613;
		font-size:20px;
		font-size:1.25rem;
		font-weight:700;
		line-height: 2rem;
	}
}



/* ナビゲーション */
.navbar-toggler:hover,
.navbar-toggler:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.dropdown-menu {
    top: calc(100% - 1px);
}



/* ぱんくず */
.breadcrumb > .active{
	color:#667;
}



/* 本文 */
.post_body{
	word-wrap: break-word;
}

.post_body h4{
	font-size:1.25rem;
	font-weight:bold;
}





/**********************************************************************/
/* origin */
/**********************************************************************/

html,body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, sans-serif;
	font-size:1rem !important;
	background-color:#fff;
}

footer .widget ul{
	list-style:disc;
}
footer .widget ul li{
	border:none;
	display:list-item;
}

.navbar-nav a{
	font-size:1rem;
}

.card-block{background: #ebf1de;}
.card-block .post_time, .card-block .post_cat{color:#444;}

.mainpost .widget .ttl{
	background: #f5f5f5;
}