@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/


/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.red { color: #FC0000; }
.pick { color: #171c60; }
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
p.attention {
	text-indent: -1em;
	margin-left: 1em;
}
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
@media (min-width: 641px){
}
@media only screen and (max-width: 640px){
}
/*--------------------------------------------------
	グローバルメニュー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li a {
		padding: 8px 25px;
	}
}
@media only screen and (max-width: 640px){
	#header h1, #header .description {
		font-size: 11px;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home h1.title.top-loop,
.home h1.title.bottom-loop{
	border-bottom: 1px solid #171c60;
	text-align: left;
}
.home #mainImg .nivoSlider {
	/*
	padding: 2px 0;
	background: #151D5F;
	*/
	border-top: 3px solid #F7BC23;
	border-bottom: 3px solid #F7BC23;
	box-shadow: 0 2px 0 #151D5F, 0 -2px 0 #151D5F;
}
/**/
#msg_title {
	margin-bottom: 15px;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	border-top: 3px solid #F7BC23;
	border-bottom: 3px solid #F7BC23;
	box-shadow: 0 2px 0 #151D5F, 0 -2px 0 #151D5F;
}
/**/
#top_mv {
	overflow: hidden;
	margin-bottom: 40px;
}
#top_mv b {
	font-size: 110%;
}
#top_mv .box {
	padding: 3px;
	box-shadow: 2px 2px 0 #F7BC23 inset, -2px -2px 0 #F7BC23 inset;
	border: 3px solid #151D5F;
}
/*--------------------------------------------------
	Always Laughingとは
--------------------------------------------------*/
.fm {
	font-size: 120%;
}
.fm.b {
	font-weight: bold;
}
.fm.b img {
	vertical-align: middle;
}
/*--------------------------------------------------
	スケジュール・予約
--------------------------------------------------*/
.pad_anchor {
	margin-top: -100px;
	padding-top: 100px;
}
.post h2.lft {
	text-align: left !important;
}
#schedule_link,
#schedule_link li {
	margin: 0;
	padding: 0;
	border: none;
}
#schedule_link {
	margin-bottom: 40px;
	text-align: center;
}
#schedule_link li {
	display: inline-block;
	margin: 0 10px;
}
#schedule_link li a {
	color: #171c60;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}
/**/
.post .schedule_pdf,
.post .schedule_pdf li {
	margin: 0;
	padding: 0;
	border: none;
}
.post .schedule_pdf {
	overflow: hidden;
}
.post .schedule_pdf li {
	margin-bottom: 10px;
}
.post .schedule_pdf li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #008EF5;
}
@media (min-width: 641px){
	.post .schedule_pdf li {
		float: left;
		width: 32%;
		margin-right: 2%;
	}
	.post .schedule_pdf li:nth-child(3n) {
		margin-right: 0;
	}
}
/**/
.post .pdf_box {
	overflow: hidden;
	padding: 10px 10px 1px;
	background: #F4F4F4;	
	line-height: 1.3;
}
/**/
.post .schedule_btn,
.post .schedule_btn li {
	margin: 0;
	padding: 0;
	border: none;
}
.post .schedule_btn li {
	margin-bottom: 10px;
}
.post .schedule_btn li a {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}
.post .schedule_btn li+li a {
	background-color: #F58900;
}
@media (min-width: 641px){
	.post .schedule_btn li {
		float: left;
		width: 48.5%;
	}
	.post .schedule_btn li+li {
		float: right;
	}
}
/*--------------------------------------------------
	料金・ご利用案内
--------------------------------------------------*/
#fee_tbl th,
#fee_tbl td {
	text-align: center;
}
#fee_tbl th {
	background: #517DD6;
	color: #FFF;
}
#fee_tbl td:first-child {
	background: #DAEEF6;
}
#fee_tbl td .fm {
	font-size: 120%;
}
#fee_tbl td .red .fm {
	font-size: 140%;
}
/**/
.post ul.list,
.post ul.list * {
	margin: 0;
	padding: 0;
	border: none;
}
.post ul.list {
	margin-left: 1.5em;
	margin-bottom: 15px;
}
.post ul.list li {
	list-style: disc;
}
/**/
#course_link ul,
#course_link li {
	margin: 0;
	padding: 0;
	border: none;
}
#course_link {
	margin-bottom: 40px;
}
#course_link li a {
	color: #171c60;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}
/**/
.post dl.course dt {
	float: left;
}
.post dl.course dt:before {
	color: #ccc;
	content: "\25CF";	
}
.post dl.course dd {
	margin-left: 80px;
}
/*--------------------------------------------------
	スタッフ紹介
--------------------------------------------------*/
#staff_list {
	padding-top: 30px;
	border-top: 2px solid #151D5F;
	box-shadow: 0 -3px 0 #F7BC23;
}
#staff_list .fm {
	font-size: 120%;
}
#staff_list dt {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 5px;
	background: #517DD6;
	border-radius: 5px;
	color: #FFF;
	font-weight: normal;
}
#staff_list .cf {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 3px solid #F7BC23;
	box-shadow: 0 2px 0 #151D5F;
}
#staff_list .column2_20 {
	vertical-align: top;
}
/*--------------------------------------------------
	よくある質問
--------------------------------------------------*/
#faq_list dl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}
#faq_list dt,
#faq_list dd {
	position: relative;
	padding-left: 2em;
}
#faq_list dt {
	margin-bottom: 5px;
}
#faq_list dt:before,
#faq_list dd:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Times New Roman", メイリオ, Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#faq_list dt:before {
	color: #151C5F;
	content: "Q.";
}
#faq_list dd:before {
	color: #fabe00;
	content: "A.";
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl {
	margin-bottom: 30px;
}
#company_tbl th {
	white-space: nowrap;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
#contact_box {
	display: inline-block;
	text-align: left;
}

/*--------------------------------------------------*/
.t-con {
    font-size: 11px;
    font-weight: bold;
    background: #171c60;
    color: #fff;
    width: 67px;
    padding: 5px 8px;
    padding-bottom: 7px;
    display: table-cell;
    position: relative;
    top: 31px;
    left: 16px;
}

#headerInfo .tel p{
display: table-cell;
    font-size: 24px;
    font-family: "Lato", "Sawarabi Gothic", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E" , "Times New Roman" , "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    letter-spacing: 1px;
}


#header .contact .tel {
    display: inherit;
}
@media only screen and (max-width: 640px)
{
	.t-con {
    position: inherit;
    vertical-align: middle;
}
}
.postlist .date {
    background: #fabe00;
    padding: 4px 7px;
    border-radius: 3px;
    color: #171c60;
}
.post_text70 {
    float: left;
}
.post .post_img {
    float: right;
}
/*--------------------------------------------------*/
.listTitle .frontlist a, .listTitle .frontlist a:hover{
    color: #fff;
    padding-left: 10px;
    border: 1px solid #001441;
    padding: 5px 12px;
    background: #001441;
    border-radius: 4px;
    letter-spacing: 1px;
    padding-bottom: 6px;
}
body.single h1.title {
    text-align: left;
    border-top: solid 3px rgba(250,190,0,1);
    border-bottom: solid 3px rgba(250,190,0,1);
}
body.single .dateLabel {
    text-align: left;
    border-bottom: 1px dotted #DDDDDD;
}
.frontlist.fronttop{
	top:32%;
}

body.home .post h2.bottom-loop {
    text-align: left;
	border-top: solid 3px rgba(250,190,0,1);
	border-bottom: solid 3px rgba(250,190,0,1);
}
.post h2.bottom-loop:before,
.post h2.bottom-loop:after{
border:none;
}
body.home .post h2.bottom-loop a{
font-size: 17px;
}
@media only screen and (max-width: 1023px){
.mobile #mainImg {
    margin-top: 82px;
}
.mobile #breadcrumb{
    margin-top: 85px;
	}
}
#mainImg {
padding-top: 20px !important;
}