@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* import の代わりに head-insert.php で読み込み */
/*
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700&display=swap');
*/

:root {
	--swiper-navigation-color: #ffffff;
	--swiper-pagination-color: #ffffff;

	--theme-color-lightest: #DBEFFF; /* rgba(219 , 239 , 255) */
	--theme-color-lighter: #28A2FF; /* rgba(40 , 162 , 255) */
	--theme-color-light: #008AF4; /* rgba(0 , 138 , 244) */
	--theme-color: #006FC5; /* rgba(0 , 111 , 197) */
	--theme-color-dark: #00508E; /* rgba(0 , 80 , 14) */
	--theme-color-darker: #00345B; /* rgba(0 , 52 , 9) */
	--theme-color-darkest: #001728;  /* rgba(0 , 23 , 40) */

	--theme-color-pair-lightest: #FDE7EA; /* rgba(253 , 231 , 234) */
	--theme-color-pair-lighter: #F47084; /* rgba(244 , 112 , 132) */
	--theme-color-pair-light: #F0415B; /* rgba(240 , 65 , 91) */
	--theme-color-pair: #EE1132; /* rgba(238 , 17 , 50) */
	--theme-color-pair-dark: #BD0E28; /* rgba(189 , 14 , 40) */
	--theme-color-pair-darker: #8E0A1E; /* rgba(142 , 10 , 30) */
	--theme-color-pair-darkest: #2F030A; /* rgba(47 , 3 , 1) */
}

/*基本設定*/
body {
	font-family: Roboto, 'Josefin Sans', Arial, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;

}
div#container.container {
	overflow: hidden;
}
.main {
	padding-top: 0;
}
.content, .entry-content {
	margin-top: 0;
}
/*非表示オブジェクト*/
:not(.single) header, .header, header :not(.single) .date-tags, .post-update, .single #header-in, .breadcrumb-item .fa-folder, .breadcrumb-item .fa-file,
.page .entry-title, .page .date-tags, .page .author-info, div.appeal-content, .footer-meta{
	display: none;
}
/* blogcard の左右の余白を無くす */
.blogcard-wrap {
	width: 100%;
}
/* blank-box の輪郭（リセット） */
.blank-box {
	border: 1px solid;
}
/* blank-box の ラベル（位置リセット）*/
.blank-box.bb-tab .bb-label {
	left: -1px;
}
.article .m-1 {
	margin: .5em 0 !important;
}
.article .m-2 {
	margin: 1em 0 !important;
}
.article .m-3 {
	margin: 1.5em 0 !important;
}
.article .m-4 {
	margin: 2em 0 !important;
}
.article .m-5 {
	margin: 2.5em 0 !important;
}
.article .m-6 {
	margin: 3em 0 !important;
}
.article .mt-1 {
	margin-top: .5em !important;
}
.article .mt-2 {
	margin-top: 1em !important;
}
.article .mt-3 {
	margin-top: 1.5em !important;
}
.article .mt-4 {
	margin-top: 2em !important;
}
.article .mt-5 {
	margin-top: 2.5em !important;
}
.article .mt-6 {
	margin-top: 3em !important;
}
.article .mb-1 {
	margin-bottom: .5em !important;
}
.article .mb-2 {
	margin-bottom: 1em !important;
}
.article .mb-3 {
	margin-bottom: 1.5em !important;
}
.article .mb-4 {
	margin-bottom: 2em !important;
}
.article .mb-5 {
	margin-bottom: 2.5em !important;
}
.article .mb-6 {
	margin-bottom: 3em !important;
}
.article p {
	margin-top: .5em !important;
	margin-bottom: .5em !important;
}
/* 見出し リセット */
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6{
	color: #333;
	background: none;
	border: none;
	font-family: "新ゴ R";
	font-weight: normal;
	border-radius: 0;
	padding: 0;
	margin: 40px 0 20px;
}
.font-shingo-r {
	font-family: "新ゴ R";
}
.font-shingo-b {
	font-family: "新ゴ B";
}
/* 投稿ページの最大幅 */
.single .content-in, .category .content-in {
	max-width: 860px;
	margin-top: 100px;
}
/* ************************ 共通設定 ************************ */

.full-wide {
	position: relative;
	display: flex;
	width: 100vw;
	left: 50%;
	right: 50%;
	padding: 0;
	margin: 0 -50vw;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.d-flex {
	display: flex;
}
.d-col {
	flex-direction: column;
}
.d-row {
	flex-direction: row;
}
.d-center {
	align-items: center;
	justify-content: center;
}
.p-0 {
	padding: 0;
}
.m-0 {
	margin: 0;
}
.w-860 {
	max-width: 860px;
}
.align-center {
	margin: 0 auto;
}
/* 文字修飾 ------------------- */
.rich_font {
	font-family: "リュウミン R-KL" !important;
}
.rich_font_bold {
	font-family: "リュウミン B-KL" !important;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
	text-justify: inter-ideograph;
}
.text-white {
	color: white;
}
.text-shadow {
	text-shadow: 1px 1px 1px #000;
}
/* --------------------------------- */
.sp_show {
	display:none;
}

.catch-text {
	font-size: 1.5rem;
}
.catch_en {
	font-size: 1.1rem;
	font-family: Jost;
	font-weight: 400;
	color: var(--theme-color-dark);
}
.catch_jp {
	font-size: 2.1rem!important;
	font-family: "リュウミン R-KL"!important;
	color: #333!important;
	margin-top: 20px!important;
}
.catch_jp_bold {
	font-size: 2.1rem!important;
	font-family: "リュウミン B-KL" !important;
	color: #333!important;
	margin-top: 20px!important;
}
.text-small {
	font-size: 1rem;
}
.desc {
	font-size: .95rem;
	font-weight: normal;
}
.detail {
	border-radius: 4px;
	padding: 2px;
	margin-left: 4px;
	margin-right: 4px;
	background-color: var(--theme-color-pair-lightest);
}
.br::after {
	content: "\A" ;
	white-space: pre ;
}
a.phone{
	display: block;
	font-size: 1.6rem;
	font-family: Jost;
	font-weight: 600;
	text-decoration: none;
}
a.phone i.phone{
	font-size: 1.2rem;
	color: var(--theme-color-dark);
	margin-right: 6px;
}
a.button {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	text-decoration: none;
	font-size: .95rem;
	min-width: 220px;
	padding: 0 20px;
	margin: 40px 0;
	background: var(--theme-color-light);
	color: #fff;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: 1s linear;
}
a.button:hover {
	background: var(--theme-color-darker);
	transition-duration: .5s;
	animation-timing-function: ease;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* 背景 fix 画像 ------------------------------------ */
.bg-fixed {
	background-attachment: fixed;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .3);
}
/* 新型コロナウィルス */
.bg-covid-19 {
	background-image: url('https://imamura-junkan.net/img/virus-mask.jpg');
}
.bg-content-text{
	z-index: 999;

}
.box-shadow {
	box-shadow: 0 1px 2px -1px rgba(0,0,0,.1), 0 3px 4px 0 rgba(0,0,0,.1), 0 1px 10px 0 rgba(0,0,0,.1);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 共通設定 ここまで ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* *********** 全画面対応 ************************************** */
.top-catch {
	margin: 100px 0;
}

#header-container {
	height: auto;
}
.header-container.fixed-header {
	box-shadow: 0 1px 2px -1px rgba(0,0,0,.1), 0 3px 4px 0 rgba(0,0,0,.1), 0 1px 10px 0 rgba(0,0,0,.1);
}
/* navi メニュー ****************************** */
.header-container, .navi{
	background-color: transparent!important;
	transition: .5s linear;
}
nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.fixed-header .navi, body:not(.home) #navi {
	background-color: rgba(255, 255, 255, .9)!important;
	box-shadow: 0 1px 2px -1px rgba(0,0,0,.1), 0 3px 4px 0 rgba(0,0,0,.1), 0 1px 10px 0 rgba(0,0,0,.1);
}
.navi-in a {
	color: white;
	font-family: Jost;
	font-weight: 600;
	text-shadow: 1px 1px 1px #333;
	transition: 1s linear;
}
body:not(.home) .navi a, .fixed-header .navi-in a {
	color: #333!important;
	text-shadow: none;
}
.navi-in a:hover, .fixed-header .navi-in a:hover {
	background-color: var(--theme-color-dark)!important; /*テーマカラーより若干濃く*/
}

.navi-in a:hover .item-label {
	color:white;
	transform: scale(1.1);
}
.navi-in a .item-label{
	vertical-align: middle;
	transition: 0.5s linear;
}
.navi-in a:hover i{
	filter: none;
}
.navi-in img {
	vertical-align: middle;
}

/* ************************* swiper ********************************* */

@-webkit-keyframes zoomUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes zoomUp { /* 1.2倍 */
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.swiper,  .swiper .slide-img img{
	width: 100vw;
	height: 100vh;
}
.swiper {
	overflow: hidden;
}
/* オーバーレイ（この位置でないとタイトルとの前後関係が崩れる） */
.swiper .slide-img::before {
	content: '';
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: url(https://imamura-junkan.net/img/overlays/04.png) repeat;
	z-index: 3;
	opacity: .3;
}
.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.slide-content {
	position: absolute;
	width: 50%;
	color: #fff;
	z-index: 9;
}
.slide-content .title {
	color: white;
	font-family: "新ゴ R";
	font-size: 3rem;
	font-weight: 500;
	text-shadow: 
		#333 1px 1px 5px, #ccc -1px 1px 10px,
		#333 1px -1px 5px, #ccc -1px -1px 10px;
}
.slide-content .caption {
	font-family: "新ゴ R";
	font-size: 1.5rem;
}
.swiper-slide-active .slide-img img,
.swiper-slide-duplicate-active .slide-img img,
.swiper-slide-prev .slide-img img{
	-webkit-animation: zoomUp 15s linear 0s;
	animation: zoomUp 15s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slide-img img{
	object-fit: cover; 
}

/* サイトトップ以外 headline ｜ カテゴリー見出し用 */

#body_top_box{
	position: relative;
	max-width: 1222px;
	margin: 120px auto 0;
	z-index: 1; /* 直下itemの被さり防止 */
}
/* 記事のみヘッダ画像高さ */
.single #body_top_box, .error404 #body_top_box{
	display: none;
}

.headline_box{
	display: table;
	position: absolute;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	width: 200px;
	height: 200px;
	font-size: 1.8rem;
	line-height: 1.2;
	backdrop-filter: blur(6px);
	background-color: rgba(255, 255, 255, 0.5);
	text-shadow: 
		#666 1px 1px 5px, #ccc -1px 1px 10px,
		#666 1px -1px 5px, #ccc -1px -1px 10px;
	z-index: 2;
}
.headline {
	display: table-cell;
	vertical-align: middle;
	padding: 0 4px;
}

.headline h1.title-en{
	font-size: 2.1rem;
	font-weight: 500;
	font-family: Jost;
	border: none;
	display: block;
}
.headline .title-jp{
	display: block;
	font-size: 1rem;
	font-weight: normal;
	margin-top: 6px;
	color: white;
}
#body_top_overlay {
	content: '';
	background: rgba(0, 90, 135, 0.4);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
img.w-100, #body_top_img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}
img.head-img {
	height: 300px;
	object-fit: cover;
}

/* Display Post plugin */

#content ul.display-posts-listing{
	display: flex;
	flex-direction: column;
	padding: 0;
}
#content ul.display-posts-listing li.listing-item{
	position: relative;
	padding-left: 0;
	padding-bottom: 10px;
	text-indent: 0;
	display: table-cell;
	line-height: 1.2;
	border-top: 2px dotted #ddd;
}
.display-posts-listing .title, .display-posts-listing .date, .display-posts-listing .excerpt{
	display: inline-block;
	margin: 4px;
}
.display-posts-listing .title{
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.display-posts-listing .date {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .85rem;
	background-color: var(--theme-color-pair-lightest);
	margin-top: 0;
	padding: 3px 6px;
	border-radius: 2px;
}
.display-posts-listing .excerpt{
	font-size: .95rem;
}
.display-posts-listing .excerpt-more{
	display: none;
}

/*診療時間*/

.tbl-time{
	text-align: center;
	table-layout: fixed;
}
.tbl-time th, .tbl-time td{
	border-color: #ddd !important;
}	

.tbl-time thead{
	height: 80px;
}
.tbl-time th:first-child{
	width: 150px;
}
.tbl-time td{
	color: var(--theme-color-dark);
}
.tbl-time .gozen, .tbl-time .gogo {
	font-size: 1rem;
}
.h2-box {
	margin-top: 100px;
}
h2.before-v-bar, h2.after-v-bar {
	position:relative;
	margin-bottom: 70px;
}
h2.before-v-bar:before {
	content: "";
	width: 1px;
	height: 50px;
	background: #aaa;
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	margin: auto;
}
h2.after-v-bar:after {
	content: "";
	width: 1px;
	height: 40px;
	background: #aaa;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
}
.border-left {
	display: table;
	padding-left: 10px!important;
	border-left: 3px solid var(--theme-color) !important;
}
/* -------------------------- アクセス --------------------------- */
.map {
	position: relative;
	padding-top: 300px;
	height: 450px;
	width: 100%;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: calc(100% + 150px + 150px);
	pointer-events: none;
}
.map--gray iframe{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
.access-box {
	position: relative;
}

.balloon-pin{
	position: absolute;
	top: calc(50% - 125px);
	left: calc(50% - 55px);
	display: flex;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: var(--theme-color);
	font-family: Jost;
	font-size: .8rem;
	color: white;
	z-index: 99;
	filter: drop-shadow(2px 2px 4px rgba(255,255,255,.9));
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-name: fadeInOut;
	animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
	*/
}
@keyframes fadeInOut { /* これを使うときは animation-duration を 2s で */
	0%   { opacity: 0; } /* scale(横,縦) */
	30%  { opacity: 1; }
	70%  { opacity: 1; }
	100% { opacity: 0; }
}
.balloon-pin:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: calc(50% - 10px);
	bottom: -20px;
	border-style: solid;
	border-width: 30px 8px 0 8px;
	border-color: var(--theme-color) transparent transparent transparent;
}

/* フッター手前の情報ボックス */
.footer-info-box {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .95rem;
	font-family: "新ゴ R";
}
.footer-info-box img.footer-logo {
	width: 18vw;
	height: auto;
	margin-bottom: 3px;
}
.footer-info-box .jp {
	font-size: 2.2rem;
	color: #4C3733;
}
.footer-info-box .address {
	font-size: 1rem;
	margin: 15px 0;
}

/* footer ---------------------------------------------*/
#footer {
	margin-top: 20px;
	padding: 15px 0;
}
/*
.navi-footer {
background-color: #efefef;
width: 100vw;
}
#footer .copyright {
padding: 18px 0;
margin: 0;
}
#footer li {
margin: 18px 0;
border-left: none;
}
*/
#footer a {
	color: #444!important;
	padding: 0 20px;
	transition: 0.5s linear;
}
#footer a:hover {
	transform: scale(1.1);
}
#navi-footer{
	background-color: #efefef;
	width: 100vw;
	top: -50px;
	left: 50%;
	right: 50%;
	margin: 0 -50vw;
	padding: 10px 0;
}
.footer_logo {
	width: 60px;
	height: 60px;
	margin: 10px;
}

/* カテゴリーページの h1 につくアイコン変更 */
body.category h1#archive-title .fa-folder-open::before {
	content: '\f05a';
	color: var(--theme-color);
}

/* アクセス ---------------------- */
.park-box {
	margin: 80px 0;
	padding: 60px 80px;
	justify-content: space-between;
	border: 1px solid #ccc;
}
.park-box .item {
	width: calc(50% - 50px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.park-box h2.title {
	font-family: "新ゴ R";
	color: #333;
	margin: 20px 0;
	font-size: 1.3rem;
}
.park-box p.desc {
	margin-bottom: auto;
	padding-bottom: 20px;
}
.park-box img {
	width: 100%;
	height: 300px;
	margin-top: auto;
	object-fit: cover;
}
/* コンテンツ最上部の余白 */
.top-contents {
	margin-top: 100px;
}
/* 本文リストを"Font Awesome 5 Free"で飾る */
ul {
	list-style: none;
	padding-left: 1em;
}
ul li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-right: 3px;
	color: var(--theme-color-pair-lighter);
}
ul.check-circle li::before{
	content: '\f058'; /* アイコンのunicode */	
}
ul.check-circle li{
	padding-left:1em;
	text-indent:-1em;
}
/* 医師紹介 -----------------------------　*/
.flexWrap{
	display: flex;
	margin-top: 0;
}
.flexLeft {
	width: 5rem;
	writing-mode: vertical-rl;
	margin-right: 12px;
}
.flexRight {
	width: 100%;
	font-size: 1.05rem;
}
/* 縦書き */
h2.sectTtl{
	margin-top: 0;
}

span.en{
	position: relative;
	display: block;
	font-size: 13px;
	margin: 0 12px;
	color: var(--theme-color);
}
span.jp{
	display: block;
	font-size: 28px;
}
h2.blockTtl{
	margin-top: 0;
	font-family: "新ゴ R";
}
.yakushoku{
	font-size: 0.8em;
	font-weight: normal;
}
span.doctor{
	font-size: 1.2em;
}
img.doctor {
	width: 50%;
/*	object-fit: cover;
	height: 500px;
	*/
}
.prof_midashi {
	display: inline-block;
	font-size: 1rem;
	padding: 4px 30px;
	border: 1px solid var(--theme-color-dark);
	margin: 14px 0 10px;
}
/* dl.dangumi */
.dangumi{
	padding-left: 6em;
}

.dangumi dd:nth-of-type(2n), .dangumi dt:nth-of-type(2n){
	/* color: #00a497; */
}
.dangumi dt, .dangumi dd{
	float: left;
	margin: 0;
}
.dangumi dt{
	clear: left;
	margin-left: -6em;
}
.bg-content-text {
	font-size: 2rem;
}

/* ヘッダー eye-catch  */
.single .eye-catch-box, .category .eye-catch-box{
	position: relative;
	justify-content: center;
	align-items: center;
	margin: 100px auto;
	max-width: 1000px;
}
.single .title-box, .category .title-box{
	position: absolute;
	background-color: white;
	margin: 0 auto;
	padding: 40px;
	width: calc(100% - 140px);
	bottom: -100px;
}
.category .title-box {
	width: 100%;
}
.category .title-box h1.title{
	padding: 0;
	margin: 6px!important;
	box-sizing: border-box;
	overflow: break-word;
}
.single .eye-catch-box .categories, .category .eye-catch-box .categories{
	display: block;
	color: var(--theme-color-pair);
	line-height: 1;
	font-size: .9rem;
}
.single .eye-catch-box .eye-catch-img, .category .eye-catch-box .eye-catch-img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.category .eye-catch-img img {
	width: 100%!important;
	height: 100%;
	object-fit: cover;
}
.single .eye-catch-box .time {
	display: block;
	line-height: 1;
	font-size: .8rem;
	color: #555;
}
.category #list {
	width: 100%;
	margin: 0 auto;
}
/* 404 ページヘッダ画像 */
img.not-found {
	width: 100%;
	height: 300px;
	object-fit:cover;
}
.error404 #main {
	margin-top: 60px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	/*必要ならばここにコードを書く*/
	.park-box {
		padding: 30px 40px;
	}
}

/*834px以下 画面トップメニューが非表示 */
@media screen and (max-width: 834px){
	/*必要ならばここにコードを書く*/
	.d-row {
		flex-direction: column;
	}
	.d-row .item {
		width: 100%!important;
	}
	.home .d-row .item {
		height: 30vh;
	}
	.park-box {
		padding: 20px;
	}
	/* 院長医師紹介 */
	img.doctor {
		width: 100%;
		margin: 0 0 20px;
	}
	.flexLeft {
		text-align: center;
		width: 100%;
		margin: auto;
		margin-bottom: 16px;
		writing-mode: horizontal-tb;
	}
	span.en {
		margin: auto;
		margin-bottom: 6px;
	}
	/* 固定ページの上部余白 */
	#body_top_box {
		margin: 0 auto;
	}
	.headline h1.title-en, .catch_jp, .catch_jp_bold, .bg-content-text {
		font-size: 1.6rem!important;
	}
	/* 投稿ページの最大幅 */
	.single .eye-catch-box {
		margin-top: 0;
	}
	.single .content-in, body.category .content-in {
		margin-top: 50px;
	}
	.single .eye-catch-box h1.title {
		font-size: 1.6rem!important;
		letter-spacing: -0.05em;
	}
	.single .title-box {
		bottom: -60px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	/*必要ならばここにコードを書く*/
	.swiper, .slide-img img{
		height: 45vh;
	}
	.slide-img img {
		object-fit: cover;
	}
	.slide-content {
		width: 80%;
		top: 40%;
	}
	.slide-content .title {
		font-size: 2rem;
	}
	.slide-content .caption {
		font-size: 1rem;
	}
	.top-catch {
		margin: 10px;
	}
	.headline_box {
		width: 150px;
		height: 150px;
	}
	.sp_show {
		display: block;
	}
	.sp_hide {
		display: none;
	}
	.no-br br {
		display: none;
	}
	.sp-justify {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.article ul{
		padding-left: 0!important;
	}
	.dangumi{
		padding-left: 5em;
	}
	.dangumi dt{
		margin-left: -5em;
	}
	.park-box {
		padding: 60px 0;
		border: none;
	}
	/* 投稿ページ */
	.single .content-in, .single .eye-catch-box {
		margin: 0;
	}
	.single .content-in {
		margin-top: 50px;
	}
	.single .eye-catch-box .eye-catch-img {
		height: 150px;
	}
	.single .title-box {
		width: calc(100% - 30px);
		padding: 15px;
		bottom: -50px;
	}
	.single .eye-catch-box h1.title {
		font-size: 1.3rem!important;
	}
}
