/* Extra Small devices (575px and down) */
/* ベースフォントサイズ */
@media (max-width: 575px) {
	html {
		font-size: 14px;
	}
}
h2,
.h2 {
	font-size: 1.8rem;
}
h4,
.h4 {
	color: #e65096;
}
.lsow-module .entry-title {
	font-size: 1.2rem;
}

/* モバイルナビゲーション */
.navbar-light .navbar-toggler {
	padding: 10px;
	top: -6.5rem;
}
ul#menu-mainnav + .navbar-toggler:after {
	bottom: -15px;
}

/* カテゴリーコンテナー */
.detail.page,
.detail.post {
	padding-top: 0;
}

/* メインエリア */
.mainarea {
	display: flex;
	flex-direction: column;
}
.mainarea h1.ttl_h1 {
	font-size: 2rem;
	padding-top: 2rem;
}
.page .mainarea h1.ttl_h1,
.post.home .mainarea h1.ttl_h1 {
  display: none
}
.page.page-ma2maru-child .mainarea h1.ttl_h1 {
  display: block;
}

.mainarea .detail_text {	order: 1;}
.mainarea nav[aria-label="breadcrumb"] {	order: 2;}

/* Extra Small devices (575px and down) */
/* パララックスイメージ */
@media (max-width: 575px) {
	.lsow-hero-header.lsow-section-bg-parallax .lsow-parallax-bg {
		height: 150%;
		transform: translate3d(0, -25%, 0);
	}
}
/* フッター前 */
.panel-layout {
	margin-bottom: 100px;
}
/* パンくずナビ */
.mainarea nav[aria-label="breadcrumb"] ul.breadcrumb {
	background-color: #fff;
	border: none !important;
}

/* リスト表示 */
.widget ul {
	list-style: disc;
}
.widget ul li {
	margin-left: 1.5em;
	display: list-item;
	border-bottom: none;
}
/* メニュー */
.navbar {
	padding: 0;
}
.navbar-toggler:after {
    content: "MENU";
    font-size: 10px;
    font-family: Verdana, sans-serif;
    position: absolute;
    bottom: -10px;
    right: 8px;
}
/* メタ情報非表示 */
.page .post_meta,
.post:not(.category-news):not(.category-tv):not(.category-radio):not(.category-newspaper):not(.category-freepaper):not(.category-event):not(.category-magazine):not(.category-netmedia) .post_meta { display: none;}

/* メタ・投稿カテゴリー情報非表示 */
.post_meta .post_cat { display: none;}

/* アイキャッチ画像非表示 */
.post_meta + img {
	display: none;
}

/* オススメ記事非表示 */
.post:not(.category-news) .detail_comments + nav,
.post:not(.category-news) .recommend { display: none;}

/* Contact Form 7 */
.widget .wpcf7 {
	background-color: #fff;
}
.widget .wpcf7 h3 {
	font-size: 1.2rem;
}

/* 標準ボタン */
.so-widget-sow-button a {
	text-decoration: none;
}

/* 新着情報一覧 */
ul.su-posts li.su-post span {
  display: inline-block;
	width: 9em;
}
ul.su-posts li.su-post a {
  padding: 0.3rem 0.5rem;
}

/* ホーム */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.home .nivoSlider {
		height: 70vh;
	}
}
.home .lsow-image-slider {
	padding-bottom: 0;
}

/* まままーるねっと用ページ */
body.page-ma2maru-child .headline,
body.page-ma2maru-child .navbar,
body.page-ma2maru-child nav[aria-label="breadcrumb"],
body.page-ma2maru-child footer,
body.page-ma2maru-child #tidio-chat {
  display: none;
}
body.page-ma2maru-child .post_body,
body.page-ma2maru-sitter-child .post_body {
  border: none;
}
body.page-ma2maru-child .post_body ol li img {
  margin: 1em auto 1em auto;
}