@charset "utf-8";
/* CSS Document */

.article_content .post_content{}
.article_content .post_content  p {
	margin: 0 10px 2em;
	line-height: 1.6em;
	font-size: 16px;
	word-break: break-word;
}
.article_content .post_content iframe{
	max-width: 100%;
}
.article_content .post_content strong{ font-weight: 700;}
.article_content .post_content h2 {
	clear: both;
	font-size: 26px;
	padding: 7px 12px 6px 0;
	margin: 60px 0 22px;
	background: #fff;
	border-bottom:2px solid #ec422b;
	border-radius: 0;
	font-weight: 700;
	line-height: 1.5em;
}
.article_content .post_content h3 {
	clear: both;
	padding-left: 7px;
	border-left: 4px solid #ccc;
	font-size: 20px;
	margin: 20px 0 15px;
	font-weight: 700;
}
.article_content .post_content h4 {
clear: both;
padding-left: 0;
font-size: 18px;
font-weight:bold;
margin-bottom:1em;
}

.article_content .post_content img{
	max-width:100%;
	height:auto;
	margin:0 auto;
	display:block;
	-webkit-border-radius : 2px;
	   -moz-border-radius : 2px;
	        border-radius : 2px;
}
.article_content .post_content a{ color:#0da4d3;}
.article_content .post_content a:hover{ color:#0d85ab;}
.article_content .post_content ul{ margin-left:1.5em;}
.article_content .post_content li{ list-style:inside;}

@media screen and (max-width: 767px) { 
.article_content .post_content{ padding:0 10px;}
.article_content .post_content  p {
	margin: 0 0 2em;
	line-height: 1.6;
	font-size: 15px;
}
.article_content .post_content h2 {
	font-size: 18px;
	padding: 7px 12px 6px;
	margin: 30px -10px 22px;
	background: #fff;
	border-bottom:2px solid #ec422b;
	border-radius: 0;
	font-weight: 700;
	line-height: 1.5em;
}
.article_content .post_content h3 {
	clear: both;
	padding-left: 7px;
	border-left: 2px solid #ccc;
	font-size: 17px;
	margin: 10px 0;
	font-weight: 700;
}
.article_content .post_content h4 {
	clear: both;
	padding-left: 0;
	font-size: 18px;
	font-weight:bold;
	margin-bottom:1em;
}

.article_content .post_content img{ width:107%; max-width:107%; height:auto; margin:10px -10px; display:block; border-radius:0;}
.article_content .post_content a{ color:#0da4d3;}
.article_content .post_content a:hover{ color:#0d85ab;}
.article_content .post_content ul{ margin-left:1.5em;}
.article_content .post_content li{ list-style:inside;}
/*End @media */}

.instagram-media{ margin:10px auto !important;}


blockquote{
	background:#F8F8F8;
	padding:20px;
	margin:20px 10px 50px;
	-webkit-border-radius : 2px;
	   -moz-border-radius : 2px;
	        border-radius : 2px;
}
.article_content .post_content blockquote p{ margin:0;}
@media screen and (max-width: 767px) { 
blockquote{ background:#F8F8F8; padding:10px; margin:10px 0 30px; font-size:14px;}
.article_content .post_content blockquote img{
	width:100%;
	margin:10px 0 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.article_content .post_content blockquote p{ font-size:13px;}
/*End @media */}


.place p{ margin:0 10px !important; font-size:.9em;  }
.place tr{ font-size:.9em;}
.place_title{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom: 1px solid #eee;
	padding:0 5px 10px;
}
.article_content .post_content .place_title p{ margin:0;}

.place_address{ margin-bottom:10px !important;}
.place_address::before {
	content:'住所';
	padding:0;
	color: #999;
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;
}
.place_fee{ margin-bottom:10px !important;}
.place_fee::before {
	content:'料金';
	padding:0;
	color: #999;
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;
}

.place_time{ margin-bottom:10px !important;}
.place_time::before {
	content:'時間';
	padding:0;
	color: #999;
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;
}

.place_tel{ margin-bottom:10px !important;}
.place_tel::before {
	content:'電話';
	padding:0;
	color: #999;
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;
}

.place_closed{ margin-bottom:10px !important;}
.place_closed::before {
	content:'定休日';
	padding:0;
	color: #999;
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;
}
.place_hp{ margin-bottom:10px !important;}
.place_hp::before {
	content:'HP';
	padding:0;
	color: #999;
	font-weight: bold;
	margin-right: 10px;
	font-size: 14px;
}
@media screen and (max-width: 767px) { 
.place_address { position:relative; padding-left:35px;}
.place_fee     { position:relative; padding-left:35px;}
.place_time    { position:relative; padding-left:35px;}
.place_closed  { position:relative; padding-left:35px;}
.place_tel     { position:relative; padding-left:35px;}
.place_hp      { position:relative; padding-left:35px;}

.place_address::before {
	font-size: 12px;
	background-size:15px;
	position: absolute;
	left: 0;
}
.place_fee::before {
	font-size: 12px;
	background-size:15px;
	position: absolute;
	left: 0;
}
.place_time::before {
	font-size: 12px;
	background-size:15px;
	position: absolute;
	left: 0;
}
.place_closed::before {
	font-size: 12px;
	background-size:15px;
	position: absolute;
	left: 0;
}
.place_tel::before {
	font-size: 12px;
	background-size:15px;
	position: absolute;
	left: 0;
}
.place_hp::before {
	font-size: 12px;
	background-size:15px;
	position: absolute;
	left: 0;
}
/*End @media */}
