/*
 Theme Name:   Seisho
 Theme URI:    http://www.seisho.ed.jp/
 Description:  Ladder Child Theme
 Template:     ladder
 Version:      1.0.0
 Text Domain:  seisho
*/

/* Style----------------------------------------------------------------------------------------------------------------------------- */
html {
	-webkit-tap-highlight-color: rgba(0,0,0,0.2);
}
a,
a:visited {
	color: #333;
}
a:hover,
a:focus {
	color: #333;
}
@media (min-width: 768px) {
	a:hover,
	a:focus {
		color: #990000;
	}
}

/* エンジ#990000 rgba(153,0,0,1) 

/* Structure
-------------------------------------------------------------- */
.header_container {
	background-color: #FFF;
	padding: 12px 0;
	border-top: 5px solid #990000;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.img_container {
	position: relative;
}
.img_container .container {
	padding-left: 0;
	padding-right: 0;
}
.breadcrumbs {
	margin: 10px 0 20px 0;
	font-size: 90%;
}
#content {
	padding: 0 0 30px 0;
}
.home #content {
	padding: 20px 0 30px 0;
}
.footer_container {
	display: none;
}
.footer_container2 {
	padding: 20px 0 12px 0;
	background-color: #E0E0E0;
}
.footer_container3 {
	padding-top: 20px;
	background-color: #990000;
	width: 100%;
}
.footer_container3 .container {
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
}
.copyright_container {
	background-color: #990000;
}
@media (min-width: 768px) {
	.header_container {
		border-bottom: 1px solid #CCC;
	}
	.nav_container {
		background-image: url(img/common/bg_nav_container.png);
		background-repeat: repeat-x;
		background-position: center bottom;
		padding-bottom: 4px;
	}
	.nav_container_innner {
		height: 46px;
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(46%, rgba(255,255,255,1)), color-stop(100%, rgba(230,230,230,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );		
	}
	.img_container {
		margin-top: 20px;
	}
	.img_container .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	#content {
		padding: 0 0 50px 0;
	}
	.home #content {
		padding: 20px 0 50px 0;
	}
	.footer_container {
		display: block;
		background-color: #F5F5F5;
		padding: 40px 0 0 0;
	}
}

/* Header
-------------------------------------------------------------- */
.site_title {
	width: 240px;
	height: 40px;
	margin: 0;
	position: relative;
	z-index: 10000;
}
.header_nav {
	display: none;
}
@media (min-width: 360px) {
	.site_title {
		width: 264px;
		height: 44px;
	}
}
@media (min-width: 768px) {
	.site_title {
		float: left;
		width: 300px;
		height: 50px;
		margin-top: 8px;
	}
	.header_nav {
		display: block;
		float: right;
	}
}
@media (min-width: 992px) {
	.site_title {
		width: 324px;
		height: 54px;
		margin-top: 10px;
	}
}

/* sub_nav
-------------------------------------------------------------- */
.sub_nav {
	text-align: right;
	padding: 0 12px;
	margin-bottom: 10px;
}
.sub_nav li {
	display: inline;
	margin-right: 10px;
}
.sub_nav li:last-child {
	margin-right: 0;
}
.sub_nav li a {
	line-height: 1;
	display: inline-block;
}
.sub_nav li a:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f041';
	margin-right: 0.3em;
}
.sub_nav li:nth-of-type(2) a:before {
    content: '\f0e0';
}
.sub_nav li:nth-of-type(3) a:before {
    content: '\f0e8';
}
@media (min-width: 992px) {
	.sub_nav li {
		margin-right: 20px;
	}
}

/* target_nav
-------------------------------------------------------------- */
.target_nav {
	text-align: right;
	background-color: #F2F2F2;
	padding: 10px 14px;
	border-radius: 4px;
}
.target_nav li {
	font-weight: bold;
	display: inline;
	margin-right: 10px;
}
.target_nav li:last-child {
	margin-right: 0;
}
.target_nav li a {
	line-height: 1;
	display: inline-block;
}
.target_nav li a:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f138';
	color: #990000;
	margin-right: 0.3em;
}
.page-id-8 .target_nav li.t_nav1 a,
.parent-pageid-8 .target_nav li.t_nav1 a,
.tax-students_cat .target_nav li.t_nav1 a,
.single-students .target_nav li.t_nav1 a {
	color: #990000;
}
.page-id-9 .target_nav li.t_nav2 a,
.parent-pageid-9 .target_nav li.t_nav2 a,
.tax-junior_cat .target_nav li.t_nav2 a,
.single-junior .target_nav li.t_nav2 a {
	color: #990000;
}
.page-id-10 .target_nav li.t_nav3 a,
.parent-pageid-10 .target_nav li.t_nav3 a {
	color: #990000;
}
@media (min-width: 992px) {
	.target_nav li {
		margin-right: 20px;
	}
}

/* Navigation Smartmenus
-------------------------------------------------------------- */
.main-menu-btn {
	margin: 20px 10px;
}
@media (min-width: 360px) {
	.main-menu-btn {
		margin: 22px 15px;
	}
}
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
	background: #990000;
}
.smart-menus > li:first-child {
  border-top: none;
}
.smart-menus li.current-menu-item > a {
	color: #990000;
}
.smart-menus li.current-menu-parent > a {
	background-color: rgba(0,0,0,0.02);
}
.smart-menus a span.sub-arrow {
	color: #990000;
}
.smart-menus ul li a:before {
	font-family: 'icomoon';
	content: "\e906";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.2em;
	color: #990000;
	vertical-align: -1px;
}
.smart-menus a.highlighted:before {
	font-family: 'icomoon';
	content: "\e906";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.2em;
	color: #990000;
	vertical-align: -1px;
}
.overlay {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
	z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70)";
}
@media (min-width: 768px) {
	.smart-menus {
		height: 50px;
		background: #FFF;
		background-image: url(img/common/bg_nav.png);
		background-repeat: repeat-x;
		background-position: center bottom;
		border-bottom: none;
		padding-bottom: -4px;
	}
	.smart-menus > li {
		text-align: center;
		width: 16.6666666666%;
		border: none;
		border-right: 2px solid transparent;
	}
	.smart-menus > li:first-child {
		border-left: 2px solid transparent;
	}
	.smart-menus ul {
		border: none;
		min-width: 100% !important;
	}
	.smart-menus a span.sub-arrow {
		display: none;
	}
	/* 1 */
	.smart-menus a,
	.smart-menus a:hover,
	.smart-menus a:focus,
	.smart-menus a:active,
	.smart-menus a.highlighted {
		color: #333;
		line-height: 47px;
		padding: 0 10px;
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(46%, rgba(255,255,255,1)), color-stop(100%, rgba(230,230,230,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
		border-bottom: solid 2px #CCC;
		box-shadow: 0px 1px #CCC,
					0px -1px #FFF inset;
		margin-bottom: 2px;
	}
	.smart-menus li.current-menu-parent > a {
		border-bottom: solid 2px #990000;
		box-shadow: 0px 1px #990000,
					0px -1px #FFF inset;
	}
	.smart-menus a:hover,
	.smart-menus a:focus,
	.smart-menus a:active,
	.smart-menus a.highlighted,
	.smart-menus li.current-menu-item > a {
		color: #990000;
		border-bottom: solid 2px #990000;
		box-shadow: 0px 1px #990000,
					0px -1px #FFF inset;
	}
	.smart-menus a.has-submenu,
	.smart-menus a.has-submenu:hover {
		padding-right: .3em;
	}
	.smart-menus a.has-submenu:after {
		font-family: 'FontAwesome';
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #333;
		content: '\f0d7';
		margin-left: 0.3em;
	}
	.smart-menus a:hover:after,
	.smart-menus a:focus:after,
	.smart-menus a:active:after,
	.smart-menus a.highlighted:after,
	.smart-menus li.current-menu-parent > a:after,
	.smart-menus li.current-menu-item > a:after {
		color: #990000;
	}
	.smart-menus a.highlighted:before {
		content: '';
		content: none;
	}
	/* 2 */
	.smart-menus ul a,
	.smart-menus ul a:hover,
	.smart-menus ul a:focus,
	.smart-menus ul a:active,
	.smart-menus ul a.highlighted {
		line-height: 1.5;
		padding: 10px;
		background: #FFF;
		border-bottom: none;
		box-shadow: none;
		margin-bottom: 0;
		-webkit-transition: none;
		transition: none;
	}
	.smart-menus ul a:hover,
	.smart-menus ul a:focus,
	.smart-menus ul a:active,
	.smart-menus ul a.highlighted {
		background: #F8F8F8;
	}
	.smart-menus ul a.has-submenu:after {
		content: '\f105';
		color: #333;
	}
	.smart-menus ul a.highlighted:before {
		content: '\f105';
		color: #990000;
		font-size: 1.2em;
		margin-top: -0.1em;
	}
	.smart-menus ul li.current-menu-item a,
	.smart-menus li.current-menu-item ul a {
		border-bottom: none;
		box-shadow: none;
		margin-bottom: 0;
	}
	.smart-menus ul li.current-menu-item a:before,
	.smart-menus ul li.current-menu-item a:after {
		color: #990000;
	}
}
@media (min-width: 992px) {
	.smart-menus ul {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media (min-width: 1200px) {
	.smart-menus ul {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
/* sub_nav_mobile */
@media (min-width: 768px) {
	.smart-menus li.sub_nav_mobile {
		display: none;
	}
}

/* apply the animations just in desktop view */
@media (min-width:768px) {
  /* prevent text rendering degrade during animation in Mac browsers */
  #main-menu {
    -webkit-font-smoothing: subpixel-antialiased;
  }
  /* show animation */
  #main-menu ul.show-animation {
    -webkit-animation: show-animation ease-in 0.2s;
    animation: show-animation ease-in 0.2s;
  }
  @-webkit-keyframes show-animation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes show-animation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* hide animation */
  #main-menu ul.hide-animation {
    -webkit-animation: hide-animation 0.2s;
    animation: hide-animation 0.2s;
  }
  @-webkit-keyframes hide-animation {
    0% {
      -webkit-transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-5px);
      opacity: 0;
    }
  }
  @keyframes hide-animation {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(-5px);
      opacity: 0;
    }
  }
}

/* Content Top / Typography
-------------------------------------------------------------- */
.home #content h2 {
	border-bottom: solid 4px #CCC;
	position: relative;
	padding: 0 8px 4px 8px;
}
.home #content h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #990000;
	left: 0;
	bottom: -4px;
	width: 30%;
}

/* Content Top / Slider / Title
-------------------------------------------------------------- */
.slider,
.title_bg {
    height: 220px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	position: relative;
}
.slider,
.title_bg {
    background-position: center top\9;
    background-repeat: repeat-x\9;
}
.circle,
.copy {
	width: 180px;
	height: 180px;
	position: absolute;
	bottom: 20px;
	left: 10px;
}
#circle1,
#circle2 {
	width: 100%;
	height: 100%;
	opacity: .5;
}
.copy  {
	text-align: center;
}
.copy .gouken {
	width: 100px;
	height: auto;
	margin: 40px 0 10px 0;
}
.copy p {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0;
}	
.title_bg {
	background-image: url(img/title_bg/title.jpg);
	height: 170px;
}
.page-id-3 .title_bg,
.parent-pageid-3 .title_bg {
	background-image: url(img/title_bg/title_outline.jpg);
}
.page-id-4 .title_bg,
.parent-pageid-4 .title_bg,
.parent-pageid-24 .title_bg {
	background-image: url(img/title_bg/title_education.jpg);
}
.page-id-5 .title_bg,
.parent-pageid-5 .title_bg,
.tax-life_cat .title_bg,
.single-life .title_bg {
	background-image: url(img/title_bg/title_school-life.jpg);
}
.page-id-6 .title_bg,
.parent-pageid-6 .title_bg,
.tax-club_cat .title_bg,
.single-club .title_bg {
	background-image: url(img/title_bg/title_club.jpg);
}
.page-id-7 .title_bg,
.parent-pageid-7 .title_bg {
	background-image: url(img/title_bg/title_course.jpg);
}
.page-id-8 .title_bg,
.parent-pageid-8 .title_bg,
.tax-students_cat .title_bg,
.single-students .title_bg {
	background-image: url(img/title_bg/title_student.jpg);
}
.page-id-9 .title_bg,
.parent-pageid-9 .title_bg,
.tax-junior_cat .title_bg,
.single-junior .title_bg {
	background-image: url(img/title_bg/title_junior.jpg);
}
.page-id-10 .title_bg,
.parent-pageid-10 .title_bg {
	background-image: url(img/title_bg/title_alumni.jpg);
}
.page-id-12 .title_bg {
	background-image: url(img/title_bg/title_sitemap.jpg);
}
.page-id-13 .title_bg {
	background-image: url(img/title_bg/title_privacy.jpg);
}
.error404 .title_bg {
	background-image: url(img/title_bg/title_404.jpg);
}
.page .title_bg {
	position: relative;
}
.title_bg h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.8;
	text-shadow: 1px  1px 2px #FFF,
				-1px  1px 2px #FFF,
				 1px -1px 2px #FFF,
				-1px -1px 2px #FFF;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 65px;
}
.title_bg h2 span {
	color: #666;
	font-size: 80%;
	display: block;
}
.page-child .title_bg h2,
.archive .title_bg h2,
.single .title_bg h2 {
	top: 48px;
}
.single-emergency .title_bg {
	background-image: none;
	background-color: #CD3131;
	height: 100px;
}
.single-emergency .title_bg h2 {
	color: #FFF;
	text-shadow: none;
	top: 30px;
}
@media (min-width: 768px) {
	.slider {
		height: 300px;
	}
	.circle,
	.copy  {
		width: 260px;
		height: 260px;
		bottom: 10px;
		left: 50px;
	}
	.copy .gouken {
		width: 120px;
		margin: 80px 0 20px 0;
	}
	.copy p {
		line-height: 1.8;
		padding: 0;
	}
	.title_bg {
		height: 230px;
	}
	.title_bg h2 {
		font-size: 24px;
		font-size: 2.4rem;
		top: 95px;
	}
	.page-child .title_bg h2,
	.archive .title_bg h2,
	.single .title_bg h2 {
		top: 80px;
	}
}
@media (min-width: 992px) {
	.slider {
		height: 500px;
		padding-top: 50px;
		padding-left: 50px;
	}
	.circle,
	.copy {
		width: 320px;
		height: 320px;
		bottom: 60px;
		left: 70px;
	}
	.copy .gouken {
		width: 148px;
		height: 40px;
		margin-bottom: 30px;
	}
	.copy p {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.title_bg {
		height: 300px;
	}
	.title_bg h2 {
		font-size: 26px;
		font-size: 2.6rem;
		top: 130px;
	}
	.page-child .title_bg h2,
	.archive .title_bg h2,
	.single .title_bg h2 {
		top: 100px;
	}
}
@media (min-width: 1200px) {
	.circle,
	.copy {
		width: 360px;
		height: 360px;
		bottom: 60px;
		left: 70px;
	}
	.copy .gouken {
		width: 148px;
		height: 40px;
		margin: 110px 0 20px 0;
	}
}

/* Content Top /Slick
-------------------------------------------------------------- */
.carousel {
  display:none;
}
.carousel.slick-initialized {
  display: block;
}
.slick-loading .slick-list {
    background: #fff url('img/common/ajax-loader.gif') center center no-repeat;
}
.carousel {
	width: 100%;
	margin: 0 auto;
}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide img {
  width: 100%;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}    
.slick-active {
	opacity: .5;
}
.slick-current {
	opacity: 1;
}
.slick-prev,
.slick-next {
   top:40%;
}
.slick-prev {
	left: -15px;
}
.slick-next {
	right: -15px;
}
@media (min-width: 480px) {
	.slick-slide,
	.slick-active {
	opacity: 1;
}
}
@media (min-width: 768px) {
	.slick-prev,
	.slick-next {
	   top:33%;
	}
}
@media (min-width: 992px) {
	.slick-prev,
	.slick-next {
	   top:40%;
	}
}

/* Content Top / bg_gray / pickup_title
-------------------------------------------------------------- */
.bg_gray {
	background-color: #F2F2F2;
	padding: 60px 20px 30px 20px;
	margin-bottom: 30px;
	position: relative;
}
.pickup_title {
	background: #990000;	
	position: absolute;
	top: 10px;
	left: -8px;
}
.pickup_title:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #730000 transparent transparent;
}
#content .pickup_title:after {
	content: " ";
	position: absolute;
	top: 0;
	right: -36px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 36px 36px 0 0;
	border-color: #990000 transparent transparent transparent;
}
#content .pickup_title h2 {
	letter-spacing: 1px;
	font-weight: normal;
	color: #FFF;
	line-height: 34px;
	display: inline-block;
	height: 36px;
	padding: 0 30px;
	margin: 0;
	position: relative;
	border-bottom: none;
}
#content .pickup_title h2:after {
	border-bottom: none;
}

/* Content Top / pickup_box
-------------------------------------------------------------- */
.pickup_box figure {
	position: relative;
	border: 1px solid #CCC;
}
.pickup_box figcaption {
	position: absolute;
	display: block;
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
	width: 100%;
	padding: 5px 10px;
}
.pickup_box figcaption p {
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0;
}
#content .pickup_box h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 10px 0 3px 0;
}
#content .pickup_box p.date {
	font-size: 13px;
	font-size: 1.3rem;
}
@media (min-width: 768px) {
	#content .pickup_box h3 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#content .pickup_box p {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media (min-width: 992px) {
	#content .pickup_box p {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* Content Top /Tabs
-------------------------------------------------------------- */
.c-tabs__item {
	display: inline;
}
.c-tabs__link {
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	display: inline-block;
	text-decoration: none;
	padding: 8px 3px 7px 3px;
	border: 1px solid #CCC;
	border-bottom: none;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}
.c-tabs__link.is-active {
	color: #333;
	font-weight: bold;
	background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(46%, rgba(255,255,255,1)), color-stop(100%, rgba(230,230,230,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
}
.c-tabs__content {
	display: none;
	width: 100%;
	float: left;
	border: 1px solid #CCC;
	border-top: 2px solid #CCC;
}
.c-tabs {
	background: #FFF;
	overflow: hidden;
}
@media (min-width: 360px) {
	.c-tabs__link {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 8px 4px 7px 4px;
	}
}
@media (min-width: 480px) {
	.c-tabs__link {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 8px 10px 7px 10px;
	}
}
@media (min-width: 768px) {
	.c-tabs__link {
		padding: 8px 20px;
	}
}
@media (min-width: 992px) {
	.c-tabs__link {
		padding: 8px 30px;
	}
}

/* Content Top / news&topics
-------------------------------------------------------------- */
.news_box {
	padding: 10px;
	border-top: 1px solid #CCC;
	position: relative;
	overflow: hidden;
}
#content .news_box img {
	display: block;
	width: 85px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #EEE;
}
#content .news_box h4 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 0 10px 0;
}
#content .news_box h4.life {
	padding-left: 4.5em;
}
#content .news_box h4.club {
	padding-left: 4em;
}
#content .news_box h4.students,
#content .news_box h4.junior {
	padding-left: 6em;
}
#content .news_box p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 0;
}
#content .news_box p.date {
	font-size: 13px;
	font-size: 1.3rem;
	color: #666;
	margin-top: .4em;
}
#content .news_box p.cat_label {
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFF;
	background-color: #990000;
	padding: 2px 4px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#content .news_box p.club {
	background-color: #1BA466;
}
#content .news_box p.students {
	background-color: #CD3131;
}
#content .news_box p.junior {
	background-color: #E67E22;
}
#content p.news_non {
	padding: 10px;
	border-top: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
	.news_box {
		padding: 15px 40px 15px 15px;
	}
	.news_box a {
		display:block;
	}
	.news_box a:after {
		font-family: 'icomoon';
		content: "\e906";
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 150%;
		color: #CCC;
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -0.75em;
	}
	.news_box a:hover {
		color: #333;
	}
	.news_box .mask {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		background-color: rgba(0,0,0,0.1);
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		z-index: 10000;
	}
	.news_box:hover .mask {
		opacity: 1;
	}
	#content .news_box img {
		width: 100px;
		margin: 0 15px 0 0;
	}
	#content .news_box h4.life {
		padding-left: 5.2em;
	}
	#content .news_box h4.club {
		padding-left: 4.7em;
	}
	#content .news_box h4.students,
	#content .news_box h4.junior {
		padding-left: 6.7em;
	}
	#content .news_box p {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#content .news_box p.date {
		margin-top: .6em;
	}
	#content .news_box p.cat_label {
		padding: 2px 8px;
		top: 15px;
		left: 15px;
	}
}
@media (min-width: 992px) {
	.news_box {
		padding: 20px 50px 20px 20px;
	}
	#content .news_box img {
		width: 110px;
		margin: 0 20px 0 0;
	}
	#content .news_box p {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#content .news_box p.cat_label {
		top: 20px;
		left: 20px;
	}
}
@media (min-width: 1200px) {
	#content .news_box p.date {
		margin-top: 2em;
	}
	.nt_box {
		margin-bottom: 30px;
		position: relative;
	}
	.nt_box .nt {
		position: absolute;
		top: 5px;
		right: 0;
	}
}

/* Content List
-------------------------------------------------------------- */
.single .entry-content ul {
	list-style-type: disc;
	padding-left: 22px;
	margin-bottom: 30px;
}
.single .entry-content ul li {
	padding: 0.2em 0;
}
.single .entry-content ul.pdf_list {
	list-style-type: none;
	padding-left: 0;
}
.single #content .entry-content ul.pdf_list li {
	text-indent: -1.9em; 
	padding: 0.2em 0 0.2em 1.8em;
}
.single #content .entry-content ul.pdf_list li a:link {
	color: #333;
	text-decoration: underline;
}
.single #content .entry-content ul.pdf_list li a:hover {
	color: #990000;
	text-decoration: none;
}
.single #content .entry-content ul.pdf_list li:before {
	font-family: 'icomoon';
	content: '\e917';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	font-size: 150%;
	color: rgba(153,0,0,1);
	margin-right: 0.3em;
	vertical-align: -4px;
}
.page #content .entry-content ul {
	margin-bottom: 30px;
}
.page #content .entry-content ul li {
	list-style-type: none;
	text-indent: -1.35em; 
	padding: 0.2em 0 0.2em 1.4em;
}
.page #content .entry-content ul li:before {
	font-family: 'icomoon';
	content: '\e90c';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(153,0,0,.6);
	margin-right: 0.3em;
	vertical-align: -1px;
}
.page #content .entry-content ul ul {
	margin-top: 5px;
	margin-bottom: 0;
}
.page #content .entry-content ul ul li {
	padding: 0.2em 0 0.2em 1.2em;
}
.page #content .entry-content ul ul li:before {
	font-family: 'icomoon';
	content: '\e90e';
	color: #999;
	margin-right: 0.3em;
}
.page #content .entry-content ul.pdf_list li {
	text-indent: -1.9em; 
	padding: 0.2em 0 0.2em 1.8em;
}
.page #content .entry-content ul.pdf_list li a:link {
	color: #333;
	text-decoration: underline;
}
.page #content .entry-content ul.pdf_list li a:hover {
	color: #990000;
	text-decoration: none;
}
.page #content .entry-content ul.pdf_list li:before {
	content: '\e917';
	font-size: 150%;
	color: rgba(153,0,0,1);
	margin-right: 0.3em;
	vertical-align: -4px;
}
.page #content .entry-content ul.pdf_list_horizontal li {
	display: inline-block;
	margin-right: 10px;
}
.archive #content ul {
	list-style-type: disc;
	padding-left: 22px;
	margin-bottom: 30px;
}
.archive #content ul li {
	padding: 0.2em 0;
}
.single .entry-content ol {
	line-height: 1.8;
	list-style-type: decimal;
	padding-left: 22px;
	margin-bottom: 30px;
}
.single .entry-content ol li {
	padding: 0.2em 0;
}
.page .entry-content ol {
	counter-reset: li;
	padding-left: 0;
	padding-left: 22px;
	margin-bottom: 30px;
}
.page .entry-content ol li {
	list-style-type: none;
	position: relative;
    padding: 0.2em 0;
}
.page .entry-content ol li:before {
    font-weight: bold;
    counter-increment: li;
    content: counter(li) ".";
	position: absolute;
    top: 0.2em;
    left: -1.8em;
    width: 1.8em;
	text-align: center;
}
.page .entry-content ol.katakana li {
	list-style-type : katakana;
}
.page .entry-content ol.katakana li:before {
	content: "";
}
.archive #content ol {
	list-style-type: decimal;
	padding-left: 22px;
	margin-bottom: 30px;
}
.archive #content ol li {
	padding: 0.2em 0;
}

/* scroll_nav / history */
.page #content .entry-content .scroll_nav ul li {
	text-indent: 0; 
	padding: 0;
	margin: 0 5px 5px 0;
	display: inline-block;
}
.page #content .entry-content .scroll_nav ul li:last-child {
	margin-bottom: 0;
}
.page #content .entry-content .scroll_nav ul li:before {
	content: "";
	content: none;
}
.page #content .entry-content .scroll_nav ul li a {
	font-size: 90%;
	line-height: 1;
	text-decoration: none;
	display: block;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #CCC;
}
.page #content .entry-content .scroll_nav ul li a:hover,
.page #content .entry-content .scroll_nav ul li a:active {
	background-color: #F8F8F8;
}
.page #content .entry-content .scroll_nav ul li a:before {
	font-family: 'icomoon';
	content: '\e908';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #990000;	
	margin-right: 0.4em;
}

/* objective / management-pla */
.objective {
	font-size: 120%;
	margin-bottom: 50px;
}
@media (min-width: 768px) {
	.objective {
		font-size: 140%;
	}
}

/* .td_list */
.page #content .entry-content ul.td_list {
	line-height: 1.4;
	margin-bottom: 0;
}
.page #content .entry-content ul.td_list li {
	list-style-type: none;
	text-indent: -0.85em; 
	padding: 0.2em 0 0.2em 0.9em;
}
.page #content .entry-content ul.td_list li:before {
	content: '\e90e';
	font-size: 60%;
	color: #666;
	margin-right: 0.3em;
	vertical-align: 1px;
}

/* Content Table
-------------------------------------------------------------- */
table {
	width: 100%;
	margin-bottom: 30px;
}
#content th,
#content td {
	border: 1px solid #CCC;
	padding: 8px 10px;
}
#content th {
	vertical-align: middle;
	background-color: rgba(0,0,0,0.1);
	white-space: nowrap;
}

/* .entry-content */
.entry-content table {
	width: auto;
}
#content .entry-content th,
#content .entry-content td {
	padding: 6px;
}
@media (min-width: 768px) {
	#content .entry-content th,
	#content .entry-content td {
		padding: 6px 10px;
	}
}

/* Vertical */
#content table.table_emergency th {
	white-space: nowrap;
}
#content table.table_vertical th,
#content table.table_vertical td {
	border-top: none;
	display: block;
}
#content table.table_vertical tr:first-child th {
	border-top: 1px solid #CCC;
}
@media (min-width: 768px) {
	#content .entry-content th,
	#content .entry-content td {
		padding: 6px 10px;
	}
	#content table.table_vertical th,
	#content table.table_vertical td {
		border: none;
		border: 1px solid #CCC;
		padding: 8px 16px;
		display: table-cell;
	}
}

/* Form */
#content .entry-content table.table_form {
	width: 100%;
}
#content .entry-content table.table_form th,
#content .entry-content table.table_form td {
	font-size: 1em;
	border: none;
	padding: 8px 0;
	display: block;
}
#content .entry-content table.table_form th {
	white-space: nowrap;
	padding: 8px 10px;
}
#content .entry-content table.table_form td span {
	display: inline-block;
	margin: 0 5px 5px 5px;
}
#content .entry-content table.table_form td span.city {
	display: block;
	margin-bottom: 10px;
}
.required {
	color: #C00;
	font-size: 85% !important;
	margin-left: 8px;
}
.gray {
	color: #666;
	display: block;
}
input.wpcf7-submit {
	font-size: 18px;
	font-size: 1.8rem;
    color: #FFF;
    padding: 0.5em 4em;
	margin: 0 auto;
    border-radius: 4px;
	background-color: rgba(153,0,0,.8);
}
input.wpcf7-submit:hover {
    background-color: rgba(153,0,0,1);
}
@media (min-width: 768px) {
	#content .entry-content table.table_form th,
	#content .entry-content table.table_form td {
		border: none;
		border: 1px solid #CCC;
		padding: 8px 10px;
		display: table-cell;
	}
	#content .entry-content table.table_form td {
		padding: 8px 10px 3px 10px;
	}
	.wpcf7-form textarea.wpcf7-textarea {
		 display:block;
		 padding: 3px;
	}
}
@media (max-width: 400px) {
	.wpcf7-validates-as-email {
		width: 100%;
	}
}

/* Scroll */
#content .table-responsive table {
	margin-bottom: 0;
}
.table-responsive {
	margin-bottom: 50px;
}
#content p.text_scroll {
	font-size: 80%;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.table-responsive {
		border: 1px solid #CCC;
	}
	.scroll_box::-webkit-scrollbar {
		height: 5px;
	}
	.scroll_box::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	.scroll_box::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
}
@media (min-width: 768px) {
	#content p.text_scroll {
		display: none;
	}
}

/* Emergency */
table.table_emergency {
	margin-bottom: 20px;
}
#content .table_emergency th,
#content .table_emergency td {
	font-weight: bold;	
	border: 3px solid #CD3131;
	border-top: none;
	display: block;
	padding: 8px 10px;
}
#content .table_emergency th {
	vertical-align: middle;
	background-color: #CD3131;
}
#content .table_emergency th img {
	width: 126px;
	height: 30px;
}
#content table.table_emergency tr:first-child th {
	border-top: 3px solid #CD3131;
}
@media (min-width: 768px) {
	#content table.table_emergency th,
	#content table.table_emergency td {
		border: none;
		border: 3px solid #CD3131;
		display: table-cell;
	}
	#content table.table_emergency th {
		width: 150px;
	}
}

/* content table history */
#content .table_history td {
	display: block;
	border: none;
}
#content .table_history td:nth-of-type(1),
#content .table_history td:nth-of-type(2) {
	vertical-align: top;
	white-space: nowrap;
}
#content .table_history tr:nth-child(2n+1) {
	background: #F8F8F8;
}
#content .table_heisei tr:nth-child(2n+1) {
	background: #fcf7f8;
}
#content .table_showa tr:nth-child(2n+1) {
	background: #f7f6f9;
}
#content .table_taisho tr:nth-child(2n+1) {
	background: #fffdf7;
}
#content .table_meiji tr:nth-child(2n+1) {
	background: #f6fafd;
}
@media (max-width: 767px) {
	#content .table_history {
		border-top: 1px solid #CCC;
	}
	#content .table_history td:nth-of-type(1) {
		float: left;
		white-space: nowrap;
		padding-top: 10px;
		padding-right: 0;
	}
	#content .table_history td:nth-of-type(2) {
		padding-top: 10px;
		float: left;
	}
	#content .table_history td:nth-of-type(3) {
		clear: both;
		padding-top: 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #CCC;
	}
}
@media (min-width: 768px) {  
	#content .table_history td {
		display: table-cell;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 12px 16px;
	}	
	#content .table_history td:nth-of-type(2) {
		text-align: right;
		padding-left: 0;
	}	
}

/* table_default */
table.table_default {
	width: 100%;
}
table.table_default img {
	width: 160px;
}

/* table_th_center */
table.table_th_center {
	width: 100%;
}
#content table.table_th_center th {
	text-align: center;
}

/* table_text_center */
table.table_text_center {
	width: 100%;
}
#content table.table_text_center th,
#content table.table_text_center td {
	text-align: center;
}

/* table_qualification */
#content table.table_qualification th,
#content table.table_qualification td {
	text-align: center;
}
#content table.table_qualification tr td:nth-of-type(4),
#content table.table_qualification2 tr td:nth-of-type(1),
#content table.table_qualification2 tr td:nth-of-type(2) {
	white-space: nowrap;
	text-align: left;
}
@media (min-width: 768px) {
	table.table_qualification {
		width: 100%;
	}
}

/* etc. */
#content table td.text_top {
	vertical-align: top;
}
#content table .bg_gray1 {
	background-color: #F2F2F2;
}
#content table .bg_gray2 {
	color: #FFF;
	background-color: #666;
}
#content table .bg_enji {
	color: #FFF;
	background-color: #990000;
}
#content table .bg_enji30 {
	background-color: rgba(153,0,0,.3);
}
span.font_normal {
	font-weight: normal;
}
td.white_space_nowrap {
	white-space: nowrap;
}
span.underline {
	text-decoration: underline;
}
#content table td .text-note2 {
	padding-left: 3em;
	text-indent: -1em;
}
#content table p {
	margin-bottom: 0px !important;
}
@media (max-width: 359px) {
	.today_schedule {
		font-size: 95%;
	}
}
@media (max-width: 767px) {
	table.warning1 tr td:nth-of-type(2),
	table.warning1 tr td:nth-of-type(3) {
		min-width: 15em;
	}
	table.warning2 tr td:nth-of-type(1),
	table.warning2 tr td:nth-of-type(2),
	table.warning2 tr td:nth-of-type(3) {
		min-width: 10em;
	}
	.warning3 th {
		width: 4em;
	}
}
@media (min-width: 768px) {
	.width_8em {
		width: 8em;
	}
}

/* Content Button
-------------------------------------------------------------- */
.btn {	
	font-weight: normal;
	line-height: 1.42857143;
	background-image: none;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* btn_default */
.btn_default {
	line-height: 1;
	background-color: #EEE;
	box-shadow: 0 4px 0 0 #DDD;
	padding: 0.7em 0.6em 0.6em 0.8em;
	margin-bottom: 1em;
	border: none;
	border-radius: 0;
}
.btn_default:focus,
.btn_default.focus {
	background-color: #DDD;
	box-shadow: 0 4px 0 0 #CCC;
}
.btn_default:hover {
	background-color: #DDD;
	box-shadow: 0 4px 0 0 #CCC;
}
.btn_default:active,
.btn_default.active {
	background-color: #DDD;
	box-shadow: 0 4px 0 0 #CCC;
}
.btn_default:after {
	font-family: 'icomoon';
	content: "\e90a";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #990000;
	margin-left: 0.3em;
	vertical-align: -1px;
}
.btn_link:after {
	content: "\e912";
}

/* btn_news */
.btn_news {
	text-align: right;
	padding: 0;
	border-radius: 0;
}
.btn_news,
.btn_news:active,
.btn_news.active {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn_news,
.btn_news:hover,
.btn_news:focus,
.btn_news:active {
	border-color: transparent;
}
.btn_news:hover,
.btn_news:focus {
	color: #999;
	background-color: transparent;
}
.btn_news:after {
	color: #999;
	font-family: 'icomoon';
	content: "\e902";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 0.3em;
	vertical-align: -1px;
}
.home .btn_news {
	padding: 5px 0;
	margin-bottom: 30px;
}

/* Content Post
-------------------------------------------------------------- */
#content h2.page-title {
	background-color: #EEE;
	padding: .8em;
	margin: 0 0 1.5em 0;
}
#content h2.entry-title { /*page*/
	background-color: #EEE;
	padding: .8em;
	margin: 0 0 1.5em 0;
}
.single #content h2.entry-title {
	background-color: transparent;
	border-bottom: solid 4px #CCC;
	position: relative;
	padding: 6px 8px 8px 8px;
	margin-bottom: 10px;
}
.single #content h2.entry-title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #990000;
	left: 0;
	bottom: -4px;
	width: 30%;
}
#content h3.entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 8px;
}
#content p.date {
	font-size: 90%;
	color: #666;
	margin-bottom: 0;
}
#content p.date:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f073';
	color: #666;
	margin-right: 0.3em;
}
#content .entry-header p.date {
	text-align: right;
}
#content .entry-content h3 {
	background-color: transparent;
	border-bottom: solid 4px #CCC;
	position: relative;
	padding: 6px 8px 4px 8px;
	margin-bottom: 1em;
}
#content .entry-content h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #990000;
	left: 0;
	bottom: -4px;
	width: 30%;
}
#content .entry-content h4 {
	padding: .1em .4em;
	border-left: 6px solid #CCC;
}
#content .entry-content h5 {
	text-indent: -.62em;
	padding-left: 1em;
}
#content .entry-content h5:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f069';
	color: rgba(153,0,0,.6);
	font-size: 110%;
	margin-right: 0.2em;
}
#content .entry-content p {
	line-height: 1.8;
}
#content .entry-content p a:link,
#content .page-header p a:link,
#content .entry-content li a:link {
	color: #333;
	text-decoration: underline;
}
#content .entry-content p a:hover,
#content .page-header p a:hover,
#content .entry-content li a:hover {
	color: #990000;
	text-decoration: none;
}
#content p.text_indent {
	text-indent: 1em;
}
.single #content .entry-content p {
	margin-bottom: 1em;
}
.placement + p {
	margin-bottom: 2em !important;
}
.placement + p:empty {
	display: none;
}
.entry-footer {
	clear: both;
	margin-top: 20px;
}
.edit-link a {
	color: #FFF;
	display: inline-block;
	padding: .3em .5em;
	margin-bottom: 10px;
	background-color: rgba(153,0,0,1);
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.page article {
	position: relative;
}
#content .entry-content p.english,
#content .page-header p.english {
	display: none;
}
.red {
	color: #C00;
}
.enji {
	color: #990000;
}
@media (min-width: 768px) {
	#content h3.entry-title {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#content .entry-content p.english,
	#content .page-header p.english {
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		font-size: 16px;
		font-size: 1.6rem;
		color: #999;
		display: block;
		position: absolute;
		top: 16px;
		right: 15px;
	}
	#content .page-header p.english {
		right: 30px;
	}
}

/* club font-size */
.club-template-default #content .entry-content p,
.club-template-default #content .entry-content li,
.club-template-default #content .entry-content th,
.club-template-default #content .entry-content td {
	font-size: 14px;
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.club-template-default #content .entry-content p,
	.club-template-default #content .entry-content li,
	.club-template-default #content .entry-content th,
	.club-template-default #content .entry-content td {
		font-size: 100%;
	}
}

/* Content Post Club
-------------------------------------------------------------- */
#content h4.club_title {
	margin-bottom: 10px;
}
#content h4.club_title:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f006';
	color: #990000;
	margin-right: 0.4em;
}
#content h2.mt50 {
	margin-top: 50px;
}

/* Content Article
-------------------------------------------------------------- */
article:before,
article:after {
    content: " ";
    display: table;
}
article:after {
    clear: both;
}
article {
    *zoom: 1;
}
.search article {
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
}

/* archive_list */
.archive_list {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
#content .archive_list p {
	margin-bottom: 0;
}
#content .archive_list p.date {
	margin-bottom: 3px;
}
#content .archive_list .entry-content p {
	font-size: 94%;
}
#content .archive_list img {
	display: block;
	width: 90px;
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #EEE;
}
.archive_list .hentry,
.archive_list .entry-content {
	margin: 0;
}
.more {
	text-align: right;
}
@media (min-width: 768px) {
	#content .archive_list .entry-content p {
		font-size: 100%;
	}
	#content .archive_list img {
		width: 100px;
		margin: 5px 15px 0 0;
	}
	.more {
	position: absolute;
	bottom: 13px;
	right: -1px;
	}
}
@media (min-width: 992px) {
	#content .archive_list img {
		width: 110px;
		margin: 5px 20px 0 0;
	}
}

/* Content Page
-------------------------------------------------------------- */
/* content_link_box */
.content_link_box {
	border: 1px solid #CCC;
	margin-bottom: 10px;
    position: relative;
	overflow: hidden;
}
.entry-content .content_link_box a {
	color: #333;
	display:block;
}
.entry-content .content_link_box::before {
    content: "";
    bottom: 5px;
    right: 5px;
    border-top: 15px solid transparent;
    border-right: 15px solid #CCC;
    position: absolute;
    z-index: 100;
}
.entry-content .content_link_box:hover::before {
    border-right: 15px solid rgba(153,0,0,.6) 
}
.content_link_box .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.content_link_box:hover .mask {
	opacity: 1;
}
.page #content .entry-content .content_link_box h3 {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	padding: 0;
	margin: 8px 0 4px 0;
	border: none;
}
.page #content .entry-content .content_link_box h3:after {
	border-bottom: none;
}
#content .entry-content .content_link_box p {
	font-size: 90%;
	line-height: 1.4;
	margin: 0 10px 8px 0;
}
#content .entry-content .content_link_box img {
	float: left;
	display: inline-block;
	width: 100px;
	margin-right: 10px;
	border-right: 1px solid #CCC;
}
@media (min-width: 360px) {
	.page #content .entry-content .content_link_box h3 {
		margin: 10px 0 6px 0;
	}
}
@media (min-width: 768px) {
	.content_link_box {
		margin-bottom: 20px;
	}
	.page #content .entry-content .content_link_box h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#content .entry-content .content_link_box p {
		font-size: 100%;
	}
}

/* motto */
.motto_kanji {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 200%;
	color: #990000;
	letter-spacing: .2em;
}
.motto_yomi {
	color: #990000;
	letter-spacing: .2em;
	padding-left: 2.4em;
}

/* schedule_box */
.schedule_box {
	border: 1px solid #CCC;
	margin: 0 auto 10px auto;
    position: relative;
	max-width: 300px;
}
.page #content .entry-content .schedule_box h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #FFF;
	text-shadow: 1px  1px 3px rgba(0,0,0,.8),
				-1px  1px 3px rgba(0,0,0,.8),
				 1px -1px 3px rgba(0,0,0,.8),
				-1px -1px 3px rgba(0,0,0,.8);
	padding: 0;
	margin: 0;
	border: none;
	position: absolute;
	top: 15px;
	left: 15px;
}
.page #content .entry-content .schedule_box h3:after {
	border-bottom: none;
}
#content .entry-content .schedule_box img {
	border-bottom: 1px solid #CCC;
}
.page #content .entry-content .schedule_box ul {
	margin: 10px;
}
@media (min-width: 480px) {
	.schedule_box {
		margin-bottom: 20px;
	}
}

/* number_certificate */
#content h6.number_certificate {
	font-size: 110%;
	margin-bottom: 10px;
}
#content h6.number_certificate:first-letter {
	margin-right: .5em;
}
.border_box {
	padding: 10px 20px;
	margin-bottom: 30px;
	border:1px solid #CCC;
}

/* banner_box */
.banner_box {
	max-width: 360px;
	margin: 0 auto 10px auto;
}
.banner_box img {
	border: 1px solid #DDD;
}
.page .entry-content .banner_box img {
	padding: 0;
	margin-bottom: 5px;
	box-shadow: none;
}
#content .entry-content .banner_box p {
	font-size: 90%;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}
.entry-content .banner_box a {
	display:block;
	text-decoration: none !important;
}
hr.between {
	margin-top: 10px;
	border-top: 1px solid #DDD;
}
.home hr.between {
	margin-top: 0;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.banner_box {
		max-width: none;
	}
}

/* message_box */
.message_box {
	background-image: url(img/content/message.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 260px 115px;
	padding: 10px 10px 80px 10px;
	margin-bottom: 60px;
	border: 2px solid #EEE;
	border-radius: 10px;
}
#content .message_box p {
	line-height: 34px;
	text-indent: 1em;
	background-image: url(img/content/bg_noteline_s.png);
	background-repeat: repeat;
	margin-bottom: 0;	
}
@media (min-width: 768px) {
	.message_box {
		padding: 15px 15px 80px 15px;
		background-size: 340px 150px;
	}
	#content .message_box p {
		line-height: 30px;
		background-image: url(img/content/bg_noteline.png);
	}
}
@media (min-width: 992px) {
	.message_box {
		padding: 20px 20px 80px 20px;
	}
}

/* faq
-------------------------------------------------------------- */
.faq_box {
	border-top: 1px dashed #DDD;
	padding-top: 1.8em;
}
#content .entry-content p.faq_q {
	color: #990000;
	padding-left: 44px;
	margin-bottom: 1.5em;
	position: relative;
}
#content .entry-content p.faq_q:before {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 34px;
	content: "Q";
	color: #FFF;
	background-color: #990000;
	text-align: center;
	width: 34px;
	height: 34px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 14px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}
#content .entry-content p.faq_a {
	padding-bottom: 1.8em;
	padding-left: 44px;
	margin-bottom: 1.5em;
	border-bottom: 1px dashed #DDD;
	position: relative;
}
#content .entry-content p.faq_a:before {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	content: "A";
	color: #FFF;
	background-color: #666;
	text-align: center;
	width: 34px;
	height: 34px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 14px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}
@media  (min-width: 768px) {
	#content .entry-content p.faq_q,
	#content .entry-content p.faq_a {
		padding-left: 40px;
	}
	#content .entry-content p.faq_q:before,
	#content .entry-content p.faq_a:before {
		font-size: 1.2em;
		line-height: 30px;
		width: 30px;
		height: 30px;
		top: 12px;
	}	
}

/* sitemap */
.entry-content .sitemap_box h3 {
	padding: 0;
	border: 1px solid #CCC;
}
.entry-content .sitemap_box h3 a {
	display: block;
	padding: 6px 8px;
}
#content .entry-content .sitemap_box h3:after {
	border-bottom: none;
}
.entry-content .sitemap_box h3 a:after {
	font-family: 'icomoon';
	content: '\e906';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #990000;
	position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -0.5em;
}
.entry-content .sitemap_box h3 + ul {
	margin-left: 1em;
}
.entry-content .sitemap_box ul ul {
	margin-top: 5px;
	margin-bottom: 10px !important;
}
.page #content .entry-content ul ul li:before {
	color: #999;
}
#content .entry-content .sitemap_box li a:link {
	text-decoration: none;
}

/* etc. */
i.enji {
	margin-right: 8px;
}
#content p .number {
	font-size: 2em;
}
#content .entry-content p .number a:link {
	text-decoration: none;
}
#content p.text_indent {
	text-indent: 1em;
}
@media (min-width: 768px) {
	#content p.text_large120 {
		font-size: 120%;
	}
}

/* Content Page / news-topics
-------------------------------------------------------------- */
.custom_list {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
#content .custom_list:first-of-type {
	border-top: 1px solid #CCC;
}
#content .custom_list h4 {
	margin: 0;
}
#content .custom_list p {
	font-size: 90%;
	color: #666;
	margin-bottom: 3px;
}
#content .custom_list p span.cat_label {
	font-size: 85%;
	color: #FFF;
	background-color: #990000;
	padding: 2px 4px;
	margin-left: 5px;
}
#content .custom_list p span.club {
	background-color: #1BA466;
}
#content .custom_list p span.students {
	background-color: #CD3131;
}
#content .custom_list p span.junior {
	background-color: #E67E22;
}

/* Content Page / club-all
-------------------------------------------------------------- */
#content .archive_list p span.cat_label {
	font-size: 85%;
	color: #FFF;
	background-color: #1BA466;
	padding: 2px 4px;
	margin-left: 5px;
}
#content .archive_list p span.cat_label {
	font-size: 85%;
	color: #FFF;
	background-color: #1BA466;
	padding: 2px 4px;
	margin-left: 5px;
}

/* Side
-------------------------------------------------------------- */
.widget-area {
	overflow: hidden;
	margin-bottom: 20px;
}
.widget-area h3 {
	font-size: 1em;
	margin-bottom: 0;
}
.widget-area h3 a {
	text-align: center;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(46%, rgba(255,255,255,1)), color-stop(100%, rgba(230,230,230,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 46%, rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
	box-shadow: 0px 1px #CCC,
				0px -1px #FFF inset;
	display: block;
	padding: 10px;
	border: 1px solid #CCC;
	border-bottom: 2px solid #CCC;
}
.widget-area h4 {
	padding: .5em .6em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}
.widget-area h4.bullhorn {
	font-size: 1em;
	text-indent: -.7em;
	padding: .5em 0 .5em 1.7em;
}
.widget-area h4.bullhorn:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0a1';
	color: #666;
	margin-right: 0.4em;
}
.widget-area > ul {
	margin-bottom: 30px;
}
.widget-area ul li {
	display:inline;
}
.widget-area ul li a {
	font-size: 15px;
	font-size: 1.5rem;
	display:block;
	text-indent: -.4em;
	padding: 8px 10px 8px 1.4em;
	border: 1px solid #CCC;
	border-top: none;
	transition: 0.5s;
}
.widget-area ul li a:hover,
.widget-area ul li a:active {
	background-color: #F8F8F8;
}
.widget-area ul li a:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f105';
	color: #990000;
	font-size: 1.2em;
	margin-right: 0.3em;
}
.widget-area ul li.current_page_item a,
.widget-area ul li.current-menu-item a {
	font-weight: bold;
}
.widget-area ul.lately li a {
	text-indent: -.5em;
	padding: 8px 0 8px 1.5em;
	border: none;
}
.widget-area ul.lately li a:before {
	content: '\f101';
}
@media (min-width: 768px) {
	.widget-area ul li a {
		font-size: 100%;
	}
}

/* Image
-------------------------------------------------------------- */
/* image alignment */
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 20px;
}
figure img.alignleft,
figure img.alignright,
figure img.aligncenter,
figure img.alignnone {
	margin-bottom: 0;
}	
@media (max-width: 767px) {
	img.size-full,
	img.size-large,
	img.size-medium {
		display: block;
		float: none;
		margin-right: auto;
		margin-left: auto;
		max-width: 100% !important;
	}
	.entry-content figure.smaller {
		max-width: 70%;
	}
	.single .entry-content figure.alignleft,
	.single .entry-content figure.alignright,
	.single .entry-content figure.aligncenter,
	.single .entry-content figure.alignnone {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
/* .entry-content image */
.entry-content figure {
	max-width: 500px;
	margin-bottom: 15px !important;
}
.entry-content figure.max_width_none {
	max-width: none;
}
.entry-content figcaption {
	font-size: 90%;
	line-height: 1.4;
	margin: 5px 0 0 0;
}
.wraparound {
	padding-bottom: 20px;
}
.col_4,
.col_3 {
	width: 100%;
}
hr {
	display: block;
	width: 100%;
	clear: both;
}
@media (min-width: 768px) {
	.wraparound {
		float: left;
		display: inline;
		padding-bottom: 0;
		margin: 0 20px 0 0;
	}
	.col_4 {
		width: 33.33333333%;
	}
	.col_3 {
		width: 25%;
	}
}

/* .banner image */
.banner {
	max-width: 300px;
	margin: 0 auto;
}
.banner img {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
@media (min-width: 480px) {
	.banner img {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.banner img {
		margin-bottom: 10px;
	}
}

/* .banner2 image　外枠無し */
.banner2 {
	max-width: 300px;
	margin: 0 auto;
}
.banner2 img {
	margin-bottom: 10px;
}
@media (min-width: 480px) {
	.banner2 img {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.banner2 img {
		margin-bottom: 10px;
	}
}

/* single ss image */
@media (min-width: 1200px) {
	.col-lg-3s {
		width: 30%;
	}
}

/* Pagetop
-------------------------------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 3;
}
.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
}
@media (min-width: 768px) {
	.pagetop {
		right: 20px;
		bottom: 20px;
	}
}

/* Footer
-------------------------------------------------------------- */
.footer_nav {
	font-size: 13px;
	font-size: 1.3rem;
}
.footer_nav li {
	padding-bottom: .5em;
}
.footer_nav li a {
	font-weight: bold;
}
.footer_nav ul li a {
	font-weight: normal;
}
.footer_nav li:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0c8';
	color: #990000;
	margin-right: 0.3em;
}
.footer_nav li ul li:before {
	content: '\f0da';
	color: #333;
	margin-left: 4px;
	margin-right: 4px;
}
.footer_nav > li {
	float:left;
	margin-right: 2%;
}
.footer_nav_sub {
	font-size: 13px;
	font-size: 1.3rem;
}
.footer_nav_sub li {
	display: inline-block;
	padding: 0 .5em .5em 0;
}
.footer_nav_sub li:after {
	content: "|";
	margin-left: .5em;
}
.footer_nav_sub li:last-child:after {
	content: none;
	content: '';
}
footer h6 {
	color: #FFF;
	margin-bottom: 5px;
}
.address {
	font-size: 85%;
	color: #FFF;
	margin: 0;
}
.address .number a {
	color: #FFF;
}
.copyright {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFF;
}
@media (min-width: 768px) {
	.footer_nav > li {
		width: 23.5%;
	}
	.footer_nav > li:nth-of-type(4n),
	.footer_nav > li:nth-of-type(8n) {
		margin-right: 0;
	}
	.footer_nav ul {
		margin-top: 6px;
		margin-bottom: 30px;
	}
	.footer_nav ul li {
		text-indent: -8px;
		padding-left: 15px;
	}
	footer h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.address {
		font-size: 100%;
	}
	.copyright {
		text-align: right;
	}
}

/* WP PageNavi
-------------------------------------------------------------- */
.wp-pagenavi {
	font-size: 90%;
	text-align: center;
	display:block;
	clear:both;
	padding:20px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	display: inline-block;
	border: 1px solid #BFBFBF;
	padding: 4px 8px;
	margin: 3px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #666;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

/* Post Navigation
-------------------------------------------------------------- */
.post-navigation {
	margin-top: 60px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	font-size: 95%;
	text-align: left;
	float: none;
	width: 100%;
	padding: 10px 0;
}
.post-navigation .meta-nav {
	color: #666;
	font-size: 90%;
	display: block;
}
.post-navigation .nav-previous span:before {
	font-family: 'icomoon';
	content: '\e909';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(153,0,0,.6);
	margin-right: 0.3em;
	vertical-align: -1px;
}
.post-navigation .nav-next span:after {
	font-family: 'icomoon';
	content: '\e90a';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(153,0,0,.6) ;
	margin-left: 0.3em;
	vertical-align: -1px;
}
.post-navigation a {
	display: block;
}
.post-navigation .nav-next {
	border-top: 1px solid #DDD;
}
@media (min-width: 768px) {
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		font-size: 100%;
	}
	.post-navigation .nav-next {
		text-align: right;
	}
}

/* Calendar
-------------------------------------------------------------- */
.page #content .entry-content .simcal-calendar h3 {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.page #content .entry-content .simcal-calendar h3:after {
	border-bottom: 0;
}
.page #content .entry-content .simcal-calendar h3 span.simcal-current-year:after {
	content: "年";
	display: inline-block;
}
.page #content .entry-content ul.simcal-events {
	font-size: 12px;
	font-size: 1.2rem;
}
.page #content .entry-content ul.simcal-events li {
	text-indent: 0;
	padding: 4px;
	margin: 0 0 2px 0;
}
.page #content .entry-content ul.simcal-events li:before {
	content: '';
	display: none;
}
.simcal-week-day-0,
.simcal-weekday-0 .simcal-day-number {
	color: #990000 !important;
}
.simcal-week-day-6,
.simcal-weekday-6 .simcal-day-number {
	color: #496edb !important;
}
.event-template-default .entry-content hr {
	margin: 0;
	border-top: 1px solid #FFF;
}
td.simcal-today {
	background-color: #f4ffff;
}
td.simcal-today div {
	border: none !important;
}
