@charset "UTF-8";
/*
Theme Name: マミージャパン・英語スクール
Template: xeory_base
*/

body {
    background: #fff;
	color:#333;
}
a {
    text-decoration: none;
    color: #C71337;
}
li {
	list-style:none;
}
.wrap {
    width: 950px;
    box-sizing: border-box;
    margin: 0 auto;
}
header {
    padding: 0;
    border-bottom: none;
}
header h1 {
	color: #333333;
    background-color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 10px 0 10px;
    line-height: 16px;
    text-align: right;
    width: 950px;
    box-sizing: border-box;
    margin: 0 auto;
}
.mv {
	width:950px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
}
.mv a {
	position:absolute;
	display:block;
	width:255px;
	height:105px;
	top:3px;
	left:33px;
}
#gnav {
    margin-top:0;
    background: #fff;
    border-top: none;
    border-bottom: none;
    font-size: 14px;
}
.gnav-container {
    margin: 0;
    padding: 0;
	background:url(img/nav_bg.png) no-repeat center;
	text-align:center;
}
#gnav ul {
	display:flex;
	width:840px;
	margin:0 auto;
	justify-content:space-between;
}
#gnav li {
    float: inherit;
    padding: 0;
    position: relative;
}
#gnav li:before {
	content:url(img/bd.gif);
	position: absolute;
	left: 0;
    top: 14px;
}
#gnav li:last-child:after {
	content:url(img/bd.gif);
	position: absolute;
	right: 0;
    top: 14px;
}
#gnav li a {
    display: block;
    border-top: none;
    margin-top: 0;
    padding: 13px 0 14px;
    color: #2B2D2D;
    background: none;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	width:140px;
	box-sizing:border-box;
	letter-spacing:0.1em;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
}

#gnav li.current-menu-item a {
    border-top: none;
}
#gnav li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.80, #c81439), color-stop(0.00, #FFF));
	background: -webkit-linear-gradient(top, #FFF 0%, #c81439 80%);
	background: -moz-linear-gradient(top, #FFF 0%, #c81439 80%);
	background: -o-linear-gradient(top, #FFF 0%, #c81439 80%);
	background: -ms-linear-gradient(top, #FFF 0%, #c81439 80%);
	background: linear-gradient(to bottom, #FFF 0%, #c81439 80%);
	border-top: none;
	color:#fff;
}
body.home #content {
    padding-top: 0;
}
#content {
    padding: 0 15px 20px;
	box-sizing:border-box;
	background:url(img/main_bg.png) repeat-y top center;
}
.right-content #side {
    width: 240px;
    float: left;
    margin-left: -97%;
	padding-top:0;
}
.right-content .main-inner {
    margin-left: 290px;
    margin-right: 0;
}
.cat-content, article.post, article.page, article.wp101, article.seo101 {
    margin-bottom: 0;
    background: none;
    border: none;
}
.post-loop-wrap .post-content {
    width: auto;
    padding: 0 10px 42px;
}
#main {
    padding: 20px 30px 0 15px;
	box-sizing:border-box;
}
.side-widget {
    margin-bottom: 0;
    padding-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
	background:url(img/side_bg.png) repeat-y center;
}
#text-2.side-widget,
#text-6.side-widget {
	background:none;
}
#text-5.side-widget {
	position:relative;
	margin-bottom:20px;
}
#text-5.side-widget:after {
	content:url(img/side_last.png);
	position:absolute;
	bottom:-20px;
	left:5px;
}
.side-widget .side-title {
    margin: 0;
	background:url(img/side-h.jpg) no-repeat;
	text-align:center;
    padding: 15px 0;
	color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.textwidget,
.side-widget-inner ul {
	width:200px;
	margin:0 auto;
}
.side-widget p {
    font-size: 12px;
	line-height: 170%;
	padding:0 5px 10px;
	letter-spacing:0.1em;
}
.side-widget ul li {
    padding: 0;
    border-bottom: none;
	margin-left:-5px;
}
.side-widget a {
    color: #333;
    text-decoration: none;
	font-size: 12px;
	padding: 3px 5px 4px 5px;
	box-sizing:border-box;
	display:block;
}
.side-widget a:before {
	content:">";
	color:#C71337;
	font-size:14px;
	padding-right:3px;
	font-weight:bold;
	
}
.side-widget li a:hover {
	color: #C71337;
	background-color: #F7F7F7;
}
.side-widget a:hover:before {
	padding-left:1px;
	padding-right:2px;
}
#text-2 a {
	padding:0;
	box-sizing:border-box;
	display:block;
}
#text-2 a:before {
	content:"";
	color:#C71337;
	font-size:14px;
	padding-right:0;
	font-weight:bold;
}
#text-2 .textwidget {
    width: 240px;
    margin: 0 auto;
}
.widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_views a:hover {
  color: inherit;
  background:none;
}
.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_views a {
  color: inherit;
  text-decoration: none;
  padding-left: 5px;
  display: block;
  background:none;
}
.post-content li {
    margin: 0;
}
.post-content ol, .post-content ul {
    padding: 0;
}
.post-content dl, .post-content menu, .post-content ol, .post-content ul {
    margin: 0;
}
.post-header {
    padding: 0;
}
.post-content h2,
.single .main-inner h2,
.archive .main-inner h2,
.blog .main-inner h2 {
    clear: both;
	color: #C71337;
    background-color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 20px 0;
    padding: 5px 0 0 10px;
    line-height: 30px;
	border-bottom:double 7px #999;
	box-sizing:border-box;
	padding-left: 1em;
	text-indent: -1em;
}
.blog .main-inner h2 a {
	color: #C71337;
}
.post-content h2:before,
.post-content h3:before,
.single .main-inner h2:before,
.archive .main-inner h2:before,
.blog .main-inner h2:before,
.single .main-inner h3:before {
	content:"●";
	color:#C71337;
	padding-right: 6px;
}
.post-content h3,
.single .main-inner h3 {
    clear: both;
    border-left: none;
    padding: 0 13px;
    color: #C71337;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 80px 0 20px 0;
    padding: 6px 0 0 10px;
    line-height: 40px;
	border-bottom:solid 2px #999;
	box-sizing:border-box;
	padding-left: 1em;
	text-indent: -1em;
}
.red-bdr {
    border: 2px solid #C71337;
    margin: 10px;
    padding: 10px;
}
.no-bdr {
    margin: 10px;
    padding: 10px;
}
.yell-bg {
    background-color: #FFFFF4;
}
.check02 {
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    padding: 0 10px 0 10px !important;
}
.check02 li {
    background: url(img/ico_check02.gif) no-repeat left 6px;
    padding: 4px 0 4px 28px;
	list-style:none;
}
.check03 {
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    padding: 0 10px 0 10px !important;
}
.check03 li {
    background: url(img/ico_check03.gif) no-repeat left 6px;
    padding: 4px 0 4px 28px;
	list-style:none;
}
.check04 {
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    padding: 0 10px 0 10px !important;
}
.check04 li {
    background: url(img/ico_check04.gif) no-repeat left 6px;
    padding: 4px 0 4px 28px;
}
.post-content h4 {
    color: #006633;
    background-color: #ffffff;
    font-size: 18px;
    margin: 60px  15px 10px;
    padding: 4px 10px 0;
    line-height: 35px;
	border-bottom:2px dashed #333;
	box-sizing:border-box;
	padding-left: 1em;
	text-indent: -1em;
}
.blue-bdr {
    border: 2px solid #0bb2ff;
    margin: 10px;
    padding: 10px;
}
.post-loop-wrap article p {
    font-size: 16px;
    line-height: 170%;
    margin: 2px 5px 8px;
    padding: 8px 10px 8px;
	box-sizing:border-box;
}
.flo-l {
    float: left;
    margin-right: 10px;
}
.txt-r {
    text-align: right;
}
#INFO {
    height: 225px;
    width: 585px;
    background: url(img/ba_info.jpg) no-repeat;
    position: relative;
    background-size: 100% auto;
}
#INQUIRY {
    position: absolute;
    left: 23px;
    top: 159px;
}
.bzb-sns-btn  {
	text-align:right;
}
.bzb-sns-btn li {
	margin-left:3px;
}
.pagetop1 {
    float: right;
    margin-top: 40px !important;
}
.pagetop1:hover {
	opacity:.7;
}
#footer .wrap {
    padding: 30px 0 0;
}
.footer-01 {
    background: #fff;
    border-top: none;
    padding: 20px 0 0 0px;
	box-sizing:border-box;
	background:url(img/main_bg.png) repeat-y top center;
}
.footer-01 .wrap {
    width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    border: solid 2px #C71337;
	display:flex;
	justify-content:space-between;
}
.footer_logo {
	width:220px;
	margin-left: 80px;
	margin-bottom:30px;
}
.footer-01 nav {
	width: 160px;
}
.footer-01 nav li {
	width:100%;
	display:block;
	padding-left: 1em;
	text-indent: -1em;
}
.footer-01 nav li a {
    color: #333333;
    text-decoration: underline;
	font-size: 12px;
	line-height:140%;
}
.footer-01 nav li:before {
	content:"・";
	font-size:14px;
}
.footer-02 {
    background: #fff;
    border-top: none;
    padding: 20px 0 0 0px;
	box-sizing:border-box;
	background:url(img/main_bg.png) repeat-y top center;
}
.footer-02 .red {
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
.footer-02 .footer-copy {
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    line-height: 55px;
	color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #940b39), color-stop(0.00, #c6003d));
	background: -webkit-linear-gradient(#c6003d, #940b39);
	background: -moz-linear-gradient(#c6003d, #940b39);
	background: -o-linear-gradient(#c6003d, #940b39);
	background: -ms-linear-gradient(#c6003d, #940b39);
	background: linear-gradient(#c6003d, #940b39);
	width:930px;
	display:block;
	margin:0 auto;
}
.pagetop {
    width: 40px;
    height: 40px;
}
.pagetop span {
    display: block;
    border-radius: 0;
    background: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
}
.pagetop.show {
    visibility: visible;
    opacity: 1;
}
.pagetop.show:hover {
	opacity:.7;
}
.breadcrumb {
    margin: 0 0 15px;
    overflow: hidden;
    line-height: 22px;
    padding: 5px 10px;
	box-sizing:border-box;
	color: #666666;
    background-color: #F2F2F2;
    font-size: 11px;
}
.breadcrumb li a {
    text-decoration: underline;
	letter-spacing:0.1em;
}
.post-content {
    padding: 0;
    overflow: hidden;
}
.post-content p, .post-content pre {
    font-size: 16px;
    line-height: 170%;
    margin: 2px 5px 8px 5px;
    padding: 8px 10px 8px 20px;
}
.post-footer {
    border-radius: 0 0 3px 3px;
    padding: 40px 0 0px;
}
.pagination {
	font-size: 12px;
    line-height: 120%;
    text-align: center;
	margin: 2px 0 8px;
    padding: 8px 0 8px;
	margin-top: 40px;
	display:inline-block;
}
.pagination .current {
    padding: 8px 10px 8px;
    background: none;
}
.pagination a {
    display: block;
    float: left;
	margin: 2px 5px 8px 5px;
    width: auto;
	color: #C71337;
    text-decoration: none;
    border: 1px solid #C71337;
    padding: 5px;
}
.pagination a:hover {
	color: #FFFFFF;
	background-color: #C71337;
	border: 1px solid #C71337;
}
.p_n {
	text-align:center;
}
.pagelink {
	display:flex;
	text-align:center;
	width:340px;
	margin: 2px auto 40px;
    padding: 8px 10px 8px 20px;
}
.pagelink p {
	text-align:center;
}
.pagelink p a {
	text-decoration:underline;
}
.pagelink p:nth-child(2) {
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding:0 10px;
	margin:0 10px;
}
#footer a:hover {
	color:#C71337;
}
.post-content table th {
    font-size: 0.9em;
}
@media only screen and (max-width: 640px){
.form table,td,tr,th,tbody {
    display: block;
    box-sizing: border-box;
    width: 100%;
}
}
.sitemap_disp_level_0 {
    font-size: 15px;
    font-weight: normal;
    line-height: 140%;
    padding: 0 10px 0 20px !important;
}
.sitemap_disp_level_0 li {
    background: url(img/ico_check02.gif) no-repeat left 6px;
    padding: 4px 0 4px 28px;
	list-style:none;
}
.sitemap_disp_level_0 li ul li {
    background: url(img/ico_check03.gif) no-repeat left 6px;
    padding: 4px 0 4px 28px;
	list-style:none;
}
.post-content table tbody th {
    line-height: 18px !important;
}
.post-content table tbody td {
    line-height: 18px !important;
}
.post-content .tuition table {
	width: 100%;
	margin-bottom: 0;
}
.post-content .tuition th {
	background-color: #C71337;
	text-align: center;
}
.post-content .tuition td {
	text-align: center;
}

.f0
.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }


/* ____ スマホフッター固定メニュー設定 ____ */
#mobileFootNav { display:none; }
@media only screen and (max-width: 640px) {
	#mobileFootNav {
		display:block;
		z-index:1030;
		width:100%;
		height:86px;
		position:fixed;
		bottom:0;
		padding-left: 4px;
}
	#mobileFootNav {
		background:rgba(255,255,255,0.7);
		border-top:1px solid #e1e1e1;
}
	#mobileFootNav p {
		font-size: .8em;
		padding: 4px 0 0 0;
		margin: 0;
		text-align: center;
		line-height: 1.4em;
	}
	#mobileFootNav .ftNavBtn {
		float:left;
		width:31%;
		height:60px;
		margin:0 6px;
		margin-right: 0;
}
	
	#mobileFootNav .ftNavBtn a {
		color: #fff;
}
	#wrap_all {
		padding-bottom:60px;
} 
}

/* スマホフッター固定ボタンデザイン */
.blueButton {
	background-color:#007dc1;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
.blueButton:hover {
	opacity: .6;
	color:#ffffff;
	text-decoration:none;
}
.blueButton:active { position:relative; top:1px; }
.oraButton {
	background-color:#e89719;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
.oraButton:hover {
	opacity: .6;
	color:#ffffff;
	text-decoration:none;
}
.oraButton:active { position:relative; top:1px; }
.grnButton {
	background-color:#00bb00;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
.grnButton:hover {
	opacity: .6;
	color:#ffffff;
	text-decoration:none;
}
.grnButton:active { position:relative; top:1px; }

.btn_icon {
	font-size:28px;
	padding-top: 8px;
	padding-bottom: 3px;
}

.btn-group-lg>.btn, .btn-lg {
	padding: 1.5rem 1rem;
}

/* アーカイブページサムネイル */
.post-loop-wrap .post-thumbnail {
    width: 263px;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
@media only screen and (max-width: 750px){
.post-loop-wrap .post-thumbnail {
    float: inherit !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
	}
}

/* ページネーション */
.pagination {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}