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

/*-----------------------------------------------
font-size(base:16px) memo

$font8  : 0.5rem;
$font9  : 0.5625rem;
$font10 : 0.625rem;
$font11 : 0.6875rem;
$font12 : 0.750rem;
$font13 : 0.8125rem;
$font14 : 0.875rem;
$font15 : 0.9375rem;
$font16 : 1rem;
$font17 : 1.0625rem;
$font18 : 1.125rem;
$font19 : 1.1875rem;
$font20 : 1.25rem;
$font21 : 1.3125rem;
$font22 : 1.375rem;
$font23 : 1.4125rem;
$font24 : 1.5rem;
$font25 : 1.625rem;
$font26 : 1.625rem;
$font28 : 1.75rem;
$font30 : 1.875rem;
$font32 : 2rem;
$font35 : 2.19rem;
$font36 : 2.25rem;
$font38 : 2.375rem;
$font39 : 2.4375rem;
$font40 : 2.5rem;
$font50 : 3.125rem;
$font60 : 3.75rem;
-----------------------------------------------*/


/**********************************************************************/
/* 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: x-large;
}
.headline .ttl,
.headline .subttl {
	font-size: small;
	line-height: 1.5;
}
@media (min-width: 769px) {
	a.logo {
		font-size: xx-large;
	}

	.headline .ttl,
	.headline .subttl {
		font-size: medium;
	}

	.headline .logo_text .subttl .tel{
		display:block;
		color:#666;
		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);
}
.navbar-nav a {
	font-size: 1rem;
	padding: 10px 18px;
}

/*
@media (min-width: 769px) {
	.navbar > .container{
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
}
*/



/* ぱんくず（breadcrumb navxtプラグイン/ウィジェット） */
body.home .widget_breadcrumb_navxt{
	display:none;
}
.widget_breadcrumb_navxt{
	background:rgba(119, 119, 119, 0.1);
	width: 100%;
}
.widget_breadcrumb_navxt .breadcrumbs{
	max-width: 1140px;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	font-size: 0.875rem;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:15px;
	padding-right:15px;
	font-size: small;
}
.widget_breadcrumb_navxt .breadcrumbs .sep{
	margin-left:12px;
	margin-right:12px;
}
.mainarea nav[aria-label="breadcrumb"],
.mainarea .share{
	display:none;
}



/* 記事BOX  */
article.card .card-block {
	background-color: #fff;
}
article.card .card-title{
	height: 2.4em;
}



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

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

.widget a,
.post_body a{
	text-decoration:underline;
}


/* アクセシビリティ */
button.navbar-toggler:focus{
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.headline .ttl, .headline .subttl{
	font-size:small;
}

.navbar-nav a{
	font-size:medium;
}




/************************************************************
 * 投稿一覧
*************************************************************/

/* アイコン表示なし */
.post_time i{display:none;}
.post_cat  i{display:none;}


/* ページネーション */
.page-numbers{
	margin-top:1rem;
}



/************************************************************
 * ウィジェット
*************************************************************/
.widget ul li a{
	display:inline;
}
.widget{
	line-height:1.67;
}
.textwidget ul{
	padding-left:20px;
}

.sidebar .widget ul,
#top_footer .widget ul,
footer .widget ul{
	padding-left:20px;
	list-style:disc;
}
.sidebar .widget ul li,
#top_footer .widget ul li,
footer .widget ul li{
	border-bottom:0;
	display:list-item;
}

/* 公園一覧・公園RSS */
.widget.widget_parklistwidget ul,
.widget.widget_parkrsswidget ul{
	padding-left:0;
	list-style:none;
}
.widget.widget_parkrsswidget .rss_date{
	font-size:small;
}

/* トップページヘッダー */
.mainpost .widget_text:not(.widget_custom_html){
	background:#fed;
	padding:1rem;
}
.mainpost .container .top_header:last-child{
	margin-bottom:60px;
}


#top_footer{
	margin-top:80px;
}

/* ページフッター */
.page_footer{
	max-width: 1140px;
	margin-left:auto;
	margin-right:auto;
}
.page_footer > [class*="col-"]{
	padding-left:15px;
	padding-right:15px;
}






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


/* スライダー */
.cover{
	background:rgba(119, 119, 119, 0.1);
}

/* シェアボタン非表示（すべて） */
.share{
	display:none;
}

/* table */
table th{
	background:rgba(119, 119, 119, 0.1);
}
table caption{
	caption-side: bottom;
	font-size: small;
	text-align: center;
}


/* 見出し */
.ttl_h1{margin-bottom:2rem;}
.h2, h2{font-size:1.75rem}
.h3, h3{font-size:1.5rem}
.h4, h4{font-size:1.25rem}

.post_body h2:not(:first-child){margin-top:2.5rem;}
.post_body h3:not(:first-child){margin-top:2rem;}
.post_body h4:not(:first-child){margin-top:1.5rem;}

.text-danger{
	color:#dd0000 !important;
}

/* ボタン */
.btn-primary{
	background-color:#006BDD;
}
.btn-primary:hover,
.btn-primary:active{
	background-color:#0645AD;
}

