@charset "UTF-8";

/*エディタで指定用 */

/* 見出しの指定 */

.shisetu-h1 {
	background: url(img/ico-circle-title.png) no-repeat top left;
	margin: 35px 0 30px 0;
	padding-left: 40px;
	font-size: 176%;
	display: block;
	line-height: 1.3em;
}

.jigyo-h1 {
	background: url(img/ico-circle-title.png) no-repeat top left;
	margin: 35px 0 30px 0;
	padding-left: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #C69C6D;
	font-size: 176%;
	display: block;
	line-height: 1.3em;
}

#post-content section h2 {
	background: #66525A url(img/ico-facility-section-h2.png) no-repeat;
	margin: 20px 0;
	background-position: 5px;
	padding: 5px 20px;
	color: #fff;
	font-size: 115%;
}

#post-content section h3 {
	margin: 20px 0;
	padding: 3px 20px;
	font-size: 115%;
	border: 1px solid #66525A;
}

#post-content section h4 {
	background: #FFD300;
	margin: 20px 0 10px 0;
	padding: 0 10px;
	font-size: 130%;
	font-weight: bold;
	display: inline-block;
}

#post-content section h5 {
	background: url(img/ico-title-h5.png) no-repeat;
	background-position: 0 6px;
	margin: 20px 0 0 0;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #42210B;
	font-size: 115%;
}

#post-content section h6 {
	margin: 20px 0;
	font-size: 115%;
	border-bottom: 1px solid #42210B;
}

/* 仕切り線 */

#post-content section hr {
	margin: 10px 0;
	border: 0;
    border-bottom: 1px dotted #42210B;
}

/* 流れ */

.nagare {
	background: #fff;
	min-width: 350px;
	margin: 10px auto;
	padding: 10px 15px;
	border: 1px solid #FFD300;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	display: inline-block;
}

/* コンセプト */

.concept {
	background: #fff url(img/background-concept.png) no-repeat;
	background-position: 25px 25px;
	min-height: 70px;
	margin-bottom: 20px;
	padding: 50px 65px 30px 150px;
	border: 1px solid #FFD300;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	display: block;
	text-align: center;
	color: #FF3C37;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}

/* テーブル */

#post-content section table {
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #FFD300;
}

#post-content section table tr + tr {
	border-top: 1px solid #FFD300;
}

#post-content section table tr:nth-child(2n) {
	background: #FFF5C7;
}

#post-content section table th,
#post-content section table td {
	padding: 3px 5px;
}

/* 回り込み */

.align-right{
	margin-left: 10px;
	float: right;
	display: inline-block;
}

.align-right:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.align-left{
	margin-right: 10px;
	float: left;
	display: inline-block;
}

.align-left:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#post-content section .alignright {
	margin-left: 10px;
	float: right;
}

#post-content section .alignright:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#post-content section .alignleft {
	margin-right: 10px;
	float: left;
}


.float-box {
	overflow: hidden;
}

.float-box .left {
	width: 340px;
	float: left;
}

.float-box .right {
	width: 360px;
	margin-left: 20px;
	float: right;
}

.float-box .left div,
.float-box .left ul,
.float-box .left ol,
.float-box .right div,
.float-box .right ul,
.float-box .right ol {
	width: 100% !important;
}

#post-content section .float-box img,
.float-box img {
	max-width: 340px;
	height: 100%;
}

/* リスト */

.icon-list {
	background: url(img/ico-circle-mini.png) no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	display: inline-block;
}

.float-list {
	width: 300px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

#post-content section ul {
	list-style-type: disc;
	margin-left: 20px;
}

#post-content section ol {
	list-style-type: decimal;
	margin-left: 20px;
}

/* その他 */

#post-content section strong {
	font-weight: bold;
}

#post-content section a {
	text-decoration: underline;
}

#post-content .page-contact {
	margin: 20px auto;
	display: block;
	text-align: center;
}

#post-content .page-contact .title {
 	background: #FFD300;
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}

/* 管理画面用指定 */

#tinymce .clearfix {
	min-height: 1px;
}

#tinymce .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#tinymce h1 {
	background: url(img/line-page-h-tag.png) repeat-x bottom left;
	margin: 35px 0 15px 0;
	padding-left: 0;
	padding-bottom: 15px;
	font-size: 153%;
}

#tinymce h2 {
	background: #66525A url(img/ico-facility-section-h2.png) no-repeat;
	margin: 20px 0;
	background-position: 5px;
	padding: 5px 20px;
	color: #fff;
	font-size: 115%;
}

#tinymce h3 {
	margin: 20px 0;
	padding: 3px 20px;
	font-size: 115%;
	border: 1px solid #66525A;
}

#tinymce h4 {
	background: #FFD300;
	margin: 20px 0 10px 0;
	padding: 0 10px;
	font-size: 130%;
	font-weight: bold;
	display: inline-block;
}

#tinymce h5 {
	background: url(img/ico-title-h5.png) no-repeat;
	background-position: 0 6px;
	margin: 20px 0 0 0;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #42210B;
	font-size: 115%;
}

#tinymce h6 {
	margin: 20px 0;
	font-size: 115%;
	border-bottom: 1px solid #42210B;
}

#tinymce a {
	display: inline-block;
	color: #42210B;
	text-decoration: none;
}

#tinymce table {
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #FFD300;
}

#tinymce table tr + tr {
	border-top: 1px solid #FFD300;
}

#tinymce table tr:nth-child(2n) {
	background: #FFF5C7;
}

#tinymce table th,
#tinymce table td {
	padding: 3px 5px;
}

#tinymce .page-contact {
	margin: 20px auto;
	display: block;
	text-align: center;
}

#tinymce .page-contact .title {
 	background: #FFD300;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}

#tinymce a {
	text-decoration: underline;
}

/* クリアの指定 */

.shisetu-h1:after,
.jigyo-h1:after,
#post-content section h2:after,
#post-content section h3:after,
#post-content section h4:after,
#post-content section h5:after,
#post-content section h6:after,
#tinymce h1:after,
#tinymce h2:after,
#tinymce h3:after,
#tinymce h4:after,
#tinymce h5:after,
#tinymce h6:after,
div:after, ul:after, ol:after, .icon-list:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
