/*
Theme Name: あすはな先生
*/

/***************************************
      Common
***************************************/

body {
	font-size: 16px;
}
a {
	color: #60b538;
}
a:hover {
	color: #60b538;
}
dl.table dt {
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #ededed;
	padding: 15px 0 0;
	margin: 0 0 5px;
}
dl.table dt:first-child {
	border: none;
	padding: 0;
}
dl.table dd {
	font-size: 15px;
	margin: 0 0 15px;
}
  
.mgT20 { margin-top: 20px; }
.pdLR20 { padding: 0 20px;}

.line-marker.yellow {
  background: -webkit-linear-gradient(transparent 60%, #f7ee46 0%);
  background: -moz-linear-gradient(transparent 60%, #f7ee46 0%);
  background: -o-linear-gradient(transparent 60%, #f7ee46 0%);
  background: linear-gradient(transparent 60%, #f7ee46 0%);
}
br.sp {
    display: none !important;
}
.content-devide hr {
	border-top: 3px solid #e8f5da;
}

h1#site-title {
	margin: 30px auto 20px;
}

#breadcrumbs {
	width: 95% !important;
	margin: 10px auto;
}
#breadcrumbs span {
	font-size: 12px !important;
}
.contact-btn-wrap {
	text-align: center;
	margin: 50px auto 30px;
}

.article-date {
	color: #60b538;
	font-weight: bold;
	font-size: 13px;
}
.page-header-wrap {
	margin-bottom: 40px;
}
.page-header-wrap h5 {
	font-weight: bold;
}
.page-header-wrap p {
	margin-top: 20px;
}
h2.page-title {
	font-size: 30px;
	font-weight: bold;
}
.btn-wrap {
	width: 300px;
	position: relative;
	text-align: center;
	margin: 30px auto;
}
.btn-wrap a {
	display: block;
}

.ex-service-wrap {
	margin: auto;
}
.ex-service-wrap h1 {
	font-size: 20px;
	color: #60b538;
	border-bottom: #60b538 1px solid;
	margin: 0 0 20px;
	padding-bottom: 10px;
}
.ex-service-wrap p {
	font-size: 16px;
}
.ex-service-wrap .bg-gray {
	margin: 20px 0;
	padding: 10px 15px;
	background-color: #f2f2f2;
}
.ex-service-wrap .bg-gray p {
	margin: 0;
}

.btn-link-wrap {
	margin: 20px auto !important;
}
.btn-link-wrap a {
	cursor: pointer;
}
.content-wrap {
	margin: 0 0 80px;
}

.page-content-title-wrap {
	text-align: center;
}

#ex-service {
	width: 70%;
	display: none;
}

.service-list h4 {
	letter-spacing: normal !important;
}
.service-list p {
	font-size: 15px;
}

@media (min-width: 992px) {
  .container-narrow {
    width: 800px;
    margin:auto;
  }
}
@media (min-width: 1200px) {
  .container-narrow {
    width: 800px;
    margin:auto;
  }
}

/***************************************
      Header
***************************************/
.header-pc {
	border-bottom: none;
}
.header-pc nav {
	width: 100%;
	position: relative;
}

.navbar-pc-fixed {
  transition: top 0.5s;
}

.nav-pc > li {
	position: relative;
}
.nav-pc > li > a {
	display: block;
  padding: 10px 0px 15px 0px;
}
.nav-pc > li > a > span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.nav-pc > li > a:after {
	content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 0%;
  height: 2px;
  background-color: #6aba1e;
  transition: width 0.5s;
}
.nav-pc > li > a:hover, .nav-pc > li > a:focus {
  background-color: transparent;
}
.nav-pc > li > a:hover:after, .nav-pc > li > a:focus:after {
 width: calc(100% - 30px);
}
.nav-pc > li > a.active:after,
.nav-pc > li > a.active:hover:after,
.nav-pc > li > a.active:focus:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6aba1e;
}

.navbar-pc-fixed .btn-contact {
  background-color: #fff;
  width: 60px;
  height: 60px;
  color: #6aba1e;
  transition: background-color 0.3s;
  text-align: center;
  line-height: 60px;
}
/* line 234, ../sass/components/navigation.scss */
.navbar-pc-fixed .btn-contact:hover {
  background-color: #7bcb55;
}

.header-pc .sub-cat-nav-service {
	position: absolute;
	top: 69px;
	left: -44vw;
	width: 100vw !important;
	display: none;
	background-color: #6aba1e;
	overflow: hidden;
}
.header-pc .nav-service {
	background-color: #6aba1e;
}
.header-pc .nav-service li,
.header-pc .sub-cat-nav-service li {
	padding: 0;
}
.header-pc .nav-service li a,
.header-pc .sub-cat-nav-service li a {
	color: #fff;
	font-weight: bold;
	line-height: 41px;
	padding: 12px 10px 13px;
	background-color: #6aba1e;
	transition:background 0.5s,color 1s;
}
.header-pc .nav-service li a:hover,
.header-pc .nav-service li a:focus,
.header-pc .sub-cat-nav-service li a:hover,
.header-pc .sub-cat-nav-service li a:focus {
	text-decoration: none;
	background-color: #bae284;
}
.navbar-pc-fixed {
  transition: top 0.5s;
}
.navbar-pc-fixed .navbar-nav > li > a:after {
	left: 15px;
  background-color: #6aba1e;
  transition: width 0.5s;
}
/* line 258, ../sass/components/navigation.scss */
.navbar-pc-fixed .navbar-nav > li > a:hover, .navbar-pc-fixed .navbar-nav > li > a:focus {
  background-color: #fff;
}
/* line 260, ../sass/components/navigation.scss */
.navbar-pc-fixed .navbar-nav > li > a:hover:after, .navbar-pc-fixed .navbar-nav > li > a:focus:after {
  width: calc(100% - 30px);
}

.navbar-nav {
	display: none;
}
.navbar-pc-fixed.showing .navbar-nav {
	display: block;
}
.navbar-pc-fixed.showing .navbar-nav > li > a {
	font-size: 14px;
}


/***************************************
      Index
***************************************/
.mainphoto {
	margin: 0 0 30px;
}

h2.maincopy {
	font-size: 17px;
	font-weight: 600;
	color: #60b538;
	letter-spacing: 0.07em;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px;
}
.top-btn {
	text-align: center;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    list-style-position: outside;
    align-items: stretch;
}
.top-btn div {
	flex: 1;
	position: relative;
	padding: 0 10px;
}
.top-btn div a {
	width: 100%;
	display: block;
	cursor: pointer;
}
.slider-top a {
  display: block;
  height: 300px;
	opacity: 1.0;
	transition: opacity 0.5s;
}
.slider-top a:hover,
.slider-top a:focus {
	opacity: 0.5;
}

/***************************************
      Concept
***************************************/
.page-concept-title {
	font-size: 28px;
	letter-spacing: 0.1em;
	margin: 0 0 35px;
	text-align: center;
}

/***************************************
      Feature
***************************************/
.feature-nav {
	margin-left: auto;
	margin-right: auto;
}
.feature-nav .col-sm-3 {
	width: 20%;
	
}
.feature-nav img { display: block; }
.feature-nav p {
	margin: 5px 0 0;
	line-height: 1.3;
}
.feature-nav i {
	text-align: center;
	margin: auto;
}
.feature-nav-image {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.feature-nav-image img {
	display: block;
	margin: auto;
}
.tategaki {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 18px;
}
.tategaki.sm {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-left: 15px !important;
}

/***************************************
      Service
***************************************/
.page-content-title {
	margin-bottom: 30px;
}
.feature-wrap h4 {
	margin: 0 0 20px;
}
.feature-wrap .img-responsive {
	margin: 0 auto 20px;
}

/***************************************
      News
***************************************/
.archive-wrap {
	width: 1200px;
	margin: auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}
.archive-list {
	width: 33.2%;
	margin: 0 0 30px;
	padding: 0 2.4%;
}
.archive-thumb {
	margin: 0 0 10px;
}
.archive-thumb img {
	width: 100%;
	height: auto;
}
.archive-list .article-date {
	letter-spacing: 0.07em;
	margin: 0 0 5px;
}
.archive-list h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
}
.archive-single {
	width: 840px;
	margin: auto;
}

.single-header {
	text-align: center;
	margin: 0 0 50px;
}
.single-header h3 {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.07em;
	margin: 0 0 20px;
}
.single-header h6 {
	color: #60b538;
	letter-spacing: 0.07em;
	font-weight: bold;
}

.single-post img {
	margin: 30px auto 0;
}

.nav-paging-wrap {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin: 80px 0;
	
}
.nav-paging-wrap a {
	font-size: 16px;
	line-height: 50px;
}
.nav-page-link {
	width: 300px;
	height: 50px;
	color: #60b538 !important;
	margin: auto;
	position: relative;
}

.pagenav {
	text-align: center;
	margin: 60px 0 80px;
}
.pagenav {
	clear: both;
}

.pagenav a, .pagenavi span {
	color: #1a1a1a;
	text-decoration: none;
	border: 1px solid #ededed;
	padding: 10px 14px;
	margin: 0 5px;
}
.pagenav .pages {
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.07em;
	border: #fff 1px solid;
}

.pagenav a:hover, .pagenav span.current {
	color: #fff;
	border-color: #60b538;
	padding: 10px 14px;
	background-color: #60b538;
}
.pagenav a.next,
.pagenav a.prev {
	border: none;
}
.pagenav a.next:hover,
.pagenav a.prev:hover {
	color: #60b538;
	background-color: transparent;
}

.pagenavi span.current {
	font-weight: bold;
}


/***************************************
      Q&A
***************************************/
.qa-wrap h6 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 5px;
}
.qa-wrap h7 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px !important;
	padding: 5px;
	background-color: #f2f2f2;
}


/***************************************
      ABOUT DD
***************************************/
.ex-box {
	margin-bottom: 30px;
}
.ex-wrap h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}

.ex-wrap h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0 10px;
}

/***************************************
      SCHOOL
***************************************/
.school-list {
	position: relative;
}
.school-list-wrap {
	display: flex;
	position: relative;
}
.school-map {
	width: 380px;
}
.school-map iframe{
	width: 100% !important;
}
.school-detail {
	margin-left: 40px;
	padding: 40px 0;
}
.school-detail h4 {
	font-size: 22px;
	margin: 0 0 20px;
}
.service-cat {
	margin: 0 0 20px;
}
.service-cat span {
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #e8f5da;
	color: #60b538;
	padding: 5px;
}

.search-area-list dt {
	font-weight: bold;
	margin: 0 0 5px;
}
.search-area-list dd {
	border-bottom: 1px solid #ededed;
	margin: 0 0 20px;
	padding: 0 0 20px;	
}
.search-area-list dd:last-child {
	border: none;
	padding: 0;
}
#map-canvas iframe {
	width: 100% !important;
	height: 400px !important;
}

.as-wrap h4 {
	color: #4eb23b;
	line-height: 1.8 !important;
	margin: 30px 0 20px !important;
}

/***************************************
      Sidebar
***************************************/
.screen-reader-text {
    display: none;
}
.archive-sidebar {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.sidebar-list {
	margin: 0 0 50px;
	padding: 0 10px;
}
.sidebar-list h5 {
	display: none;
	font-size: 14px;
	margin: 0 0 20px;
}
.sidebar-list ul {
	list-style: none;
	padding: 0;
}
.widget_categories ul li {
	margin: 0 0 8px;
	line-height: 1.5;
}
.widget_categories ul li a {
	font-weight: normal;
}
.widget_categories ul li:before {
	font-family: "Fontawesome";
	content: "\f105";
	color: #60b538;
	padding-right: 5px;
}
.widget_categories ul li a:hover {
	text-decoration: none;
}

.sidebar-list select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	min-width: 220px;
	border: solid 1px #ddd;
	padding: 10px 25px 10px 14px;
	background: url(compass/images/global/caret_down.png) no-repeat 92% center;

	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0.1em;
}
.sidebar-list option {
	padding: 3px 3px;
}

/***************************************
      Footer
***************************************/
.footer-contact .tel {
	font-size: 30px;
}
.list-inline li:nth-child(4) img {
	margin-bottom: 25px;
}
.list-footer {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
.list-footer > li {
	list-style-position: inherit;
	margin: 0 0 5px 15px;
}
.list-footer > li:before {
	left: -12px;
}

#instafeed {
	margin: 0 auto 40px;
}

.copyright {
	font-size: 10px;
	text-align: center;
	margin: 20px 0 0;
}

.sns-container {
	width: 100%;
	margin: 30px auto 0;
}
.sns-container .fb-page {
	width: 48%;
	border: #ededed 1px solid;
	display: inline-block;
	vertical-align: top;
}
.sns-container .twitter-box {
	width: 48%;
	margin: 0 1.5%;
	border: #ededed 1px solid;
	display: inline-block;
	vertical-align: top;
}
#instafeed {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}
#instafeed img {
	width: 160px;
	padding: 5px;
}
.insta li {
	list-style: none;
	display: inline-block;
	width: 32%;
	margin: 0 2% 2% 2%;
}
.insta li img { width: 100%; }
.footer-mobile {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-mobile .tel {
  display: block;
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 26px;
  border: 2px solid #60b538;
  background-color: #fff;
  transition: background-color 0.3s;
  font-size: 16px;
  color: #60b538;
}
/* line 166, ../sass/components/navigation.scss */
.footer-mobile .tel:hover {
  background-color: #e8f5da;
  text-decoration: none;
}
/* line 171, ../sass/components/navigation.scss */
.footer-mobile .contact {
  display: block;
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  background-color: #60b538;
  transition: background-color 0.3s;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
/* line 182, ../sass/components/navigation.scss */
.footer-mobile .contact:hover {
  background-color: #e8f5da;
}
.drawer-right .drawer-controls {
	margin-top: 0 !important;
}
footer.container {
	padding: 0 0 50px;
}

.pc-switcher {
	clear: both;
	text-align: center;
	margin: 0 auto 0;
	padding-bottom: 80px;
}
.pc-switcher a,
.pc-switcher span {
	padding: 0.4em 8%;
	text-align: center;
	border: 1px solid #60b638;
	border-left: none;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}
.pc-switcher a {
	background-color: #60b638 !important;
	background-image: -moz-linear-gradient(#60b638, #008600);
	background-image: -o-linear-gradient(#60b638, #008600);
	background-image: -ms-linear-gradient(#60b638, #008600);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#60b638), to(#008600));
	background-image: -webkit-linear-gradient(#60b638, #008600);
	background-image: linear-gradient(#60b638, #008600);
}
.pc-switcher a:hover {
	background-color: #60b538;
	background-image: -moz-linear-gradient(#60b538, #60b538);
	background-image: -o-linear-gradient(#60b538, #60b538);
	background-image: -ms-linear-gradient(#60b538, #60b538);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#60b538), to(#60b538));
	background-image: -webkit-linear-gradient(#60b538, #60b538);
	background-image: linear-gradient(#60b538, #60b538);
}
.pc-switcher span.active {
	background-color: #007400;
}
.pc-switcher a:first-child,
.pc-switcher span:first-child {
	border-left: 1px solid #0074DA;
	-webkit-border-radius: 2.4em 0 0 2.4em;
	-moz-border-radius: 2.4em 0 0 2.4em;
	border-radius: 2.4em 0 0 2.4em;
}
.pc-switcher a:last-child,
.pc-switcher span:last-child {
	-webkit-border-radius: 0 2.4em 2.4em 0;
	-moz-border-radius: 0 2.4em 2.4em 0;
	border-radius: 0 2.4em 2.4em 0;
}

.sd-sharing-enabled {
	margin-top: 40px;
}