@charset "utf-8";
/*************************
home
**************************/
/* main column マージンリセット*/
#mainColumn {
}
#mainColumn section > p,
#mainColumn section > ul,
#mainColumn section > table,
#mainColumn section > div {
	margin-left: 0;
}

/*  Billboard  */
.jumbotron {
	height: 360px;
	background-image: url(/image/home/billboard.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#billboard h1 {
	margin-top: 40px;
	padding-left: 60px;
}

/*preface*/
#preface h2 {
	color: #4D004D;
	display: block;
	border-bottom: 2px solid #CCCCCC;
}
#preface h2 a {
	color: #4D004D;
}
#preface h2 a:hover {
	text-decoration: none;
}
#preface h2 .fa {
	margin-left: 0px;
}
#preface .img_pre {
}

/* info */
#infoHeader p {
	border-top-style: none;
	border-bottom: 1px solid #E0E0E0;
	margin: 0.5em;
}
#infoHeader p:last-child  {
	border-bottom-style: none;
}

/*************************
about
**************************/

/*************************
lesson
**************************/
#schedule .panel-heading h3 {
	margin-bottom: 0.5em;
}
#schedule .panel-heading p:before {
	font-family: FontAwesome;
	content : "\f017";
	padding-right: 0.5em;
}

#schedule .panel-footer ul,
#schedule .panel-footer li {
	margin: 0px;
	padding: 0px;
}
#schedule .panel-footer li:first-child {
	margin-right: 2em;
}

#accessmap > div {
	border-bottom: 1px solid  #E8E8E8;
}

#accessmap h3 a:before {
	font-family: FontAwesome;
	content : "\f1ad";
	padding-right: 0.5em;
}
#accessmap h3 a:after,
#accessmap .figure-caption:after {
	font-family: FontAwesome;
	content : "\f08e";
	padding-left: 0.5em;
}
#accessmap .figure-caption:before {
	font-family: FontAwesome;
	content : "\f041";
	padding-right: 0.5em;
}

/*************************
faq
**************************/
.qst p {
	display: block;
	font-weight: 600;
	color: #6B2C54;
}
.ans {
	margin-bottom: 30px;
}
.ans p {
	margin-left: 2em;
}

/*************************
お問い合わせ（soyInquiryフォーム共有）
**************************/
/* 送信ボタン */
.sendBtn {
	text-align: center;
	padding-top: 15px;
}
.sendBtn button {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ラジオボタン、チェックボックスレイアウト */
/* (soyInquiry　アプリで対応）
input[type=radio] + label,
input[type=checkbox] + label {
	cursor: pointer;
	display: block;
	font-weight: normal;
}
*/

/* soyInquiry 入力、プレースホルダ */
input {
	font-weight: 500;
}
:placeholder-shown {
    color: #D0D0D0!important; }
::-webkit-input-placeholder {
    color: #D0D0D0!important; }
:-moz-placeholder {
    color: #D0D0D0!important; opacity: 1; }
::-moz-placeholder {
    color: #D0D0D0!important; opacity: 1; }
:-ms-input-placeholder {
    color: #D0D0D0!important; }

/* soyInquiry エラーメッセージ・必須 */
.require,
.error_message {
	font-style: normal;
	color: #FF0000;
}

/* soyInquiry ラベル項目名 */
.labelHeader {
	color: #999999;
}

/* soyInquiry 郵便番号検索ボタン */
@media (max-width: 767px) { /* xs */
	.search-btn {
		margin-top: 15px;
	}
}

/* soyInquiry 送信ボタンセンタリング */
div.button_wrapper {
	text-align: center;
}


/*************************
お知らせ（ブログタイプ）
**************************/
/*** common ***/
.entryItem {
}

/* entry item */
#info .entryItem > p,
#info .entryItem > ul,
#info .entryItem > ol,
#info .entryItem > dl {
	margin-left: 1em;
}

/* title */
h2.entryTtl {
	font-weight: 500;
	color: #FFF;
	padding: .5em .75em;
	background-color: #6B2C54;
	border-radius: 4px;
}
h2.entryTtl a {
	color: #FFF;
}
h2.entryTtl a:hover {
	color: #CC4757;
}

.entryItem img {
	width: 800px;
	max-width: 100%;
    height: auto;
}

/* pager */
.pageNavi .pagination li > a {
	color: #960012!important;
	margin-bottom: 0.5em;
}
.pageNavi .pagination .current_page_number {
	background-color:	#CC4757;!important;
}
.pageNavi .pager {
	margin-bottom: 0.5em!important;
}