@charset "UTF-8";

.subtitle-wrap {
  background: #F7D9B2;
  width: 98%;
  height: auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #702910;
  padding: 8px 0;
  margin: 10px auto 10px auto;
  border: #702910 solid 1px;
  border-radius: 6px;
  box-sizing: border-box;
}

.in-txt {
  text-align: center;
  font-size: 26px;
  color: #702910;
}

.sec1 {
  margin: 20px auto 60px;
}

#info {
  background: #fff;
  margin: 15px 0 30px;
  padding: 20px 0 0;
}

#info .left-block {
  margin: 0 0 30px 0;
}

#info .recent {
  width: 80%;
  margin: 0 auto;
  background: url(../img/img_recent_border.png) top left repeat-x, url(../img/img_recent_border.png) bottom left repeat-x;
  text-align: center;
  padding: 13px 0 8px;
}

#info #news {
  margin: 0 15px 0;
}

#info #news li {
  background: url(../img/img_news_border.png) bottom left repeat-x;
  background-size: 40% auto;
  padding: 12px 0 12px;
}

#info #news li:last-child {
  background: none;
  padding-bottom: 0;
}

#info #news li a:link {
  text-decoration: none;
}

#info #news li .tc {
  display: table-cell;
}

#info #news li .thumbnail {
  width: 13%;
  text-align: center;
}

#info #news li .thumbnail .noimage {
  width: 75%;
}

#info #news li .date {
  width: 29%;
  padding: 0 15px 0 5px;
}

#info #news li .date span {
  position: relative;
  display: block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  padding: 0 0 0 26px;
  width: 80px;
}

#info #news li .date span:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 18px;
  top: 0;
  left: 0;
  background: #ffe100;
}

#info #news li .date span:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 15px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 0px solid transparent;
  border-left: 7px solid #ffe100;
}

#info #news li .text {
  width: 58%;
}

#info #news li:nth-child(2) .date span:before {
  background: #ed745e;
}

#info #news li:nth-child(2) .date span:after {
  border-left-color: #ed745e;
}

#info #news li:nth-child(3) .date span:before {
  background: #85c023;
}

#info #news li:nth-child(3) .date span:after {
  border-left-color: #85c023;
}

#info #news li:nth-child(4) .date span:before {
  background: #25b7bc;
}

#info #news li:nth-child(4) .date span:after {
  border-left-color: #25b7bc;
}

#info #news li:nth-child(5) .date span:before {
  background: #702910;
}

#info #news li:nth-child(5) .date span:after {
  border-left-color: #702910;
}

@media screen and (min-width: 640px) {

#info .recent {
  width: 65%;
}
  #info {
    margin: 30px 0 30px;
    margin-bottom: 0;
  }
  #info .inner {
    overflow: hidden;
  }
  #info .inner.w1210{
    width: 1210px;
  }
  #info .left-block {
    float: left;
    width: 291px;
  }
  #info .left-block.w324 {
    float: left;
    width: 334px;
  }
  #info .left-block .recent {
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 0 40px;
    font-size: 18px;
  }
  #info .left-block .recent .title {
    margin: 7px 0 5px;
    text-decoration: underline;
  }
  #info .right-block {
    float: right;
    width: 660px;
  }
  #info .right-block.w580{
    float: right;
    width: 580px;
  }
  #info #news .info-title {
    display: table;
  }
  #info #news .info-title img, #info #news .info-title p {
    display: table-cell;
    vertical-align: middle;
  }
  #info #news .info-title img {
    margin-right: 10px;
  }
  #info #news .info-title p {
    color: #6A8430;
  }
  #info #news li {
    background-size: auto auto;
    padding: 15px 0 12px;
  }
  #info #news li .thumbnail {
    width: 62px;
  }
  #info #news li .thumbnail img {
    width: 62px;
    height: 51px;
  }
  #info #news li .thumbnail .noimage {
    width: auto;
  }
  #info #news li:first-child {
    padding-top: 0;
  }
  #info #news li .tc {
    vertical-align: middle;
  }
  #info #news li .date {
    width: 100px;
    padding: 0 23px 0 10px;
  }
  #info #news li .date span {
    font-size: 14px;
    padding: 1px 0 1px 33px;
    width: 107px;
  }
  #info #news li .date span:before {
    width: 20px;
    height: 24px;
  }
  #info #news li .date span:after {
    left: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  #info #news li .text {
    width: 443px;
  }
}

/* Layout module*/
.module-topic-path {
  font-size: 12px;
  width: 100%;
  border-bottom: dotted 2px #CCC;
  margin-top: 20px;
}

.module-topic-path ul.arw {
  overflow: hidden;
}

.module-topic-path li {
  display: inline-block;
  position: relative;
  float: left;
  margin: 5px 0 5px 4px;
  padding: 0 16px 0 0px;
}

.module-topic-path li:after {
  position: absolute;
  right: 0;
  content: "＞";
}

.module-topic-path li:last-child:after {
  content: none;
}


@media screen and (min-width: 640px) {
  .module-topic-path li {
    display: inline-block;
    position: relative;
    float: left;
    margin: 5px 0 5px 10px;
    padding: 0 50px 0 0px;
  }
  .module-topic-path li:after {
    position: absolute;
    right: 0;
    content: "・・・";
  }
  .module-topic-path li:last-child:after {
    content: none;
  }
}

#main-read {
  padding: 30px 0 5px;
  text-align: center;
  background: #feffee;
}

#main-read .logo {
  display: inline-block;
  width: 90%;
}
#kids-club {
  background: url(../img/bg_kidsclub.png);
  padding: 30px 0 40px;
  text-align: center;
}

#kids-club .logo {
  display: inline-block;
  width: 90%;
}

#kids-club .lead-text {
  color: #702910;
  font-size: 15px;
  margin: 15px 0 20px 0;
}

#kids-club .btn {
  display: inline-block;
  width: 55%;
}

#kids-club .txt-wrap {
  text-align: left;
  width: 98%;
  margin: 0 1%;
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
}

#kids-club .txt-wrap ul {
  font-size: 14px;
  margin-top: 15px;
  padding-left: 25px;
  list-style: disc;
}

#kids-club .txt-wrap .font-s {
  font-size: 14px;
}




#main-read .lead-text {
	color: #702910;
	font-size: 20px;
	line-height: 32px;
	margin: 15px 0 20px 0;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	display: flex;
}
#main-read .lead-text {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

#main-read .lead-text .lead-text-photo{
	width: 98%;
	margin: auto;
	text-align: center;
}
#main-read .lead-text .lead-text-photo img{
	height: 160px;
	width: auto;
}
#main-read .lead-text .lead-text-read{
	width: 98%;
	margin: auto;
}
@media screen and (min-width: 640px) {
	

#main-read .lead-text {
	color: #702910;
	font-size: 20px;
	line-height: 32px;
	margin: 15px 0 20px 0;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	display: flex;
}

#main-read .lead-text .lead-text-photo{
	width: 50%;
}
#main-read .lead-text .lead-text-photo img{
	height: 200px;
	width: auto;
}
#main-read .lead-text .lead-text-read{
	width: 55%;
}



	
  #kids-club {
    padding: 30px 0 60px;
  }
  #kids-club h3 {
    font-size: 1.2rem;
    color: #702910;
  }
  #kids-club .lead-text {
    font-size: 16px;
    line-height: 2;
    margin: 8px 0 18px 0;
  }
  #kids-club .class-couse {
    width: 100%;
    overflow: hidden;
  }
  #kids-club .class-couse .class-couse-inner {
    float: left;
    width: 48%;
    margin: 0 1%;
    text-align: center;
  }
  #kids-club .txt-wrap {
    text-align: left;
    width: 98%;
    margin: 0 1%;
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
    color: #702910;
  }
  #kids-club .txt-wrap ul {
    font-size: 14px;
    margin-top: 15px;
    padding-left: 25px;
    list-style: disc;
  }
  #kids-club .txt-wrap .font-s {
    font-size: 14px;
  }
}

#teacher {
  text-align: center;
  margin: 50px 0 15px 0;
}

#teacher .title {
  display: inline-block;
  width: 85%;
}

#teacher ul {
  overflow: hidden;
  margin: 0 auto;
  width: 320px;
  padding: 0 10px;
}

#teacher ul li {
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 13px;
  color: #702910;
  position: relative;
  margin: 0 0 20px 0;
}

#teacher ul li p {
  position: absolute;
}

#teacher ul li.rion {
  background-image: url(../img/sp/bg_teacher_rion.png);
  width: 160px;
  height: 280px;
  margin: 0 auto 20px;
}

#teacher ul li.rion .name {
  top: 22px;
  left: 48px;
}

#teacher ul li.rion .food {
  width: 100%;
  text-align: center;
  top: 50px;
}

#teacher ul li.rion .lovehuman {
  width: 100%;
  text-align: center;
  top: 95px;
}

#teacher ul li.rion .hobby {
  width: 100%;
  text-align: center;
  top: 135px;
  left: 0px;
}

#teacher ul li.bird {
  background-image: url(../img/sp/bg_teacher_bird.png);
  width: 160px;
  height: 280px;
  margin: 0 auto 0px;
}

#teacher ul li.bird .name {
  top: 20px;
  left: 27px;
}

#teacher ul li.bird .food {
  width: 100%;
  text-align: center;
  top: 60px;
}

#teacher ul li.bird .lovehuman {
  width: 100%;
  text-align: center;
  top: 105px;
}

#teacher ul li.bird .hobby {
  width: 100%;
  text-align: center;
  top: 145px;
  left: 0px;
}

#teacher ul li.cat {
  background-image: url(../img/sp/bg_teacher_cat.png);
  width: 160px;
  height: 280px;
  margin: 0 auto 0px;
}

#teacher ul li.cat .name {
  top: 22px;
  left: 48px;
}

#teacher ul li.cat .food {
  width: 100%;
  text-align: center;
  top: 50px;
}

#teacher ul li.cat .lovehuman {
  width: 100%;
  text-align: center;
  top: 110px;
}

#teacher ul li.cat .hobby {
  width: 100%;
  text-align: center;
  padding: 0 5px 0 5px;
  top: 155px;
  left: 0px;
}

#teacher ul li.tora {
  background-image: url(../img/sp/bg_teacher_tora.png);
  width: 160px;
  height: 280px;
  margin: 0 auto 0px;
}

#teacher ul li.tora .name {
  top: 22px;
  left: 48px;
}

#teacher ul li.tora .food {
  width: 100%;
  text-align: center;
  top: 50px;
}

#teacher ul li.tora .lovehuman {
  width: 100%;
  text-align: center;
  top: 95px;
}

#teacher ul li.tora .hobby {
  width: 100%;
  text-align: center;
  top: 135px;
  left: 0px;
}

#teacher ul li.dog {
  background-image: url(../img/sp/bg_teacher_dog.png);
  width: 160px;
  height: 280px;
  margin: 0 auto 0px;
}

#teacher ul li.dog .name {
  top: 22px;
  left: 48px;
}

#teacher ul li.dog .food {
  width: 100%;
  text-align: center;
  top: 60px;
}

#teacher ul li.dog .lovehuman {
  width: 100%;
  text-align: center;
  top: 105px;
}

#teacher ul li.dog .hobby {
  width: 100%;
  text-align: center;
  top: 145px;
  left: 0px;
}

#teacher .btn {
  display: inline-block;
  width: 55%;
}

@media screen and (min-width: 640px) {
  #teacher {
    background: url(../img/bg_teacher.jpg) no-repeat;
    background-position: 0 bottom;
    background-size: cover;
    padding: 67px 0 180px;
    margin: 50px 0 0 0;
  }
  #teacher .title {
    width: 100%;
  }
  #teacher ul {
    padding: 0 20px;
    width: 100%;
    margin: 45px 0 5px;
  }
  #teacher ul li {
    background-repeat: no-repeat;
    background-size: contain;
    color: #702910;
    position: relative;
    margin: 0 0 20px 20px;
    font-size: 14px;
  }
  #teacher ul li .name {
    font-size: 17px;
  }
  #teacher ul li p {
    position: absolute;
  }
  #teacher ul li.rion {
    background-image: url(../img/bg_teacher_rion.png);
    width: 165px;
    height: 290px;
    margin: 0;
    float: left;
  }
  #teacher ul li.rion .name {
    top: 20px;
    left: 17px;
  }
  #teacher ul li.rion .food {
    top: 55px;
    left: 0px;
  }
  #teacher ul li.rion .lovehuman {
    top: 103px;
    left: 0px;
  }
  #teacher ul li.rion .hobby {
    top: 153px;
    left: 0px;
  }
  #teacher ul li.bird {
    background-image: url(../img/bg_teacher_bird.png);
    width: 165px;
    height: 290px;
    float: left;
    margin-left: 15px;
  }
  #teacher ul li.bird .name {
    top: 23px;
    left: 40px;
  }
  #teacher ul li.bird .food {
    top: 73px;
    left: 0px;
  }
  #teacher ul li.bird .lovehuman {
    top: 113px;
    left: 0px;
  }
  #teacher ul li.bird .hobby {
    top: 143px;
    left: 0px;
    padding: 0 5px 0 5px;
  }
  #teacher ul li.cat {
    background-image: url(../img/bg_teacher_cat.png);
    width: 165px;
    height: 290px;
    float: left;
    margin-left: 15px;
  }
  #teacher ul li.cat .name {
    top: 23px;
    left: 47px;
  }
  #teacher ul li.cat .food {
    top: 60px;
    left: 0px;
    padding: 0 5px 0 5px;
  }
  #teacher ul li.cat .lovehuman {
    top: 126px;
    left: 0px;
  }
  #teacher ul li.cat .hobby {
    top: 168px;
    left: 01px;
  }
  #teacher ul li.tora {
    background-image: url(../img/bg_teacher_tora.png);
    width: 175px;
    height: 290px;
    float: left;
    margin-left: 15px;
  }
  #teacher ul li.tora .name {
    top: 23px;
    left: 27px;
  }
  #teacher ul li.tora .food {
    top: 73px;
    left: 0px;
  }
  #teacher ul li.tora .lovehuman {
    top: 123px;
    left: 0px;
  }
  #teacher ul li.tora .hobby {
    top: 168px;
    left: 0px;
  }
  #teacher ul li.dog {
    background-image: url(../img/bg_teacher_dog.png);
    width: 175px;
    height: 290px;
    float: left;
    margin-left: 15px;
  }
  #teacher ul li.dog .name {
    top: 23px;
    left: 47px;
  }
  #teacher ul li.dog .food {
    top: 73px;
    left: 0px;
  }
  #teacher ul li.dog .lovehuman {
    top: 123px;
    left: 0px;
  }
  #teacher ul li.dog .hobby {
    top: 168px;
    left: 0px;
  }
}

#gmap iframe {
  border: 0;
  width: 100%;
  height: 250px;
}

#gmap .gmap-txt {
  text-align: right;
  background: #EFEFEF;
}

@media screen and (min-width: 640px) {
  #gmap iframe {
    height: 450px;
  }
}

#main-visual .slick-initialized .slick-slide {
  outline: none;
}

#main-visual .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#main-visual .slick-dots {
  bottom: 8px;
}

#main-visual .slick-dots li button {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
}

#main-visual .slick-dots li button:before {
  content: none;
}

#main-visual .slick-dots li.slick-active button {
  background: #60bfc6;
}

#sns-area {
  margin: 40px auto 0;
}

#sns-area #pageplugin {
  width: 100%;
  text-align: center;
}

#sns-area .sns-list {
  overflow: hidden;
  display: inline-block;
  padding: 22px;
  background: #fff;
  width: 100%;
}

#sns-area .sns-list li {
  float: left;
  margin-left: 10px;
}

#sns-area .ks-link {
  width: 55%;
  margin: 10px auto 0;
}

#sns-area .fb-page {
  width: 100%;
}

#sns-area .in_gmap {
  width: 100%;
  height: 400px;
}

@media screen and (min-width: 640px) {
  #sns-area .inner {
    overflow: hidden;
  }
  #sns-area #pageplugin {
    float: left;
    width: 50%;
  }
  #sns-area .ks-link {
    margin: 0;
    width: 100%;
  }
  #sns-area .right-block {
    float: right;
    width: 48%;
  }
  #sns-area .right-block .sns-list li {
    margin-left: 15px;
  }
  #sns-area .right-block .in_gmap {
    width: 460px;
    height: 400px;
  }
}

#ks-area {
  display: table;
  width: 100%;
  padding: 5px;
  text-align: center;
  margin: 30px auto 30px auto;
  border: 2px solid #E6E6E6;
  color: #808080;
}

#ks-area .wrap_left {
  display: block;
  vertical-align: middle;
}

#ks-area .wrap_right {
  display: block;
}

@media screen and (min-width: 640px) {
  #ks-area {
    width: 55%;
    text-align: left;
  }
  #ks-area .wrap_left {
    display: table-cell;
    vertical-align: middle;
  }
  #ks-area .wrap_right {
    display: table-cell;
  }
}

.post-wrap {
  background: #FFF;
  padding: 10px;
  margin: 20px 0 20px 0;
  text-align: center;
}

.post-wrap p {
  display: inline-block;
  text-align: left;
  letter-spacing: 2px;
}

.post-wrap img {
  display: inline-block;
  border: #8f8f8f solid 1px;
  padding: 4px;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
  margin-top: 20px;
  width: 100%;
  height: auto;
}

.post-wrap img.xz74otr{
  max-width:inherit;
  width: inherit;
  height: auto;
  border: none;
  padding: inherit;
  box-shadow:none;
  margin-top:inherit;
  width: 14px;
  height: auto;
}
@media screen and (min-width: 640px) {
  .post-wrap img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }
}

#mokuji .mokuji_wrap {
  width: 100%;
  text-align: center;
}
#mokuji .mokuji_wrap img{
  margin: auto;
}
@media screen and (min-width: 640px) {
  #mokuji .mokuji_wrap {
    width: 100%;
    text-align: center;
  }
}

/* page navigation*/
.pagenav {
  clear: both;
  width: 100%;
  height: 57px;
  margin: 25px 0 20px;
  text-align: center;
}

.pagenav a {
  display: inline-block;
  color: #CE603F;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background-color: #FFF;
  padding: 5px;
  text-decoration: none;
}

.page-numbers {
  margin: 16px 0 0 0;
}

.prev.page-numbers, .next.page-numbers {
  margin: 0;
}

a.prev {
  float: left;
  display: inline-block;
  background: url(../img/controls-l.png) no-repeat;
  background-position: 0 0;
  background-color: none;
  border: none;
  width: 56px;
  height: 57px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

a.next {
  float: right;
  display: inline-block;
  background: url(../img/controls-r.png) no-repeat;
  background-position: 0 0;
  background-color: none;
  border: none;
  width: 56px;
  height: 57px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.current {
  clear: both;
  color: #60BFC6;
  text-align: center;
}

.layout-wrap-post {
  border-radius: 5px;
  padding: 10px 20px 20px 20px;
}

.layout-wrap-post .in-title {
  position: relative;
  width: 100%;
  color: #725D52;
  background: #FFF6E9;
  border-radius: 30px;
  margin: 20px 0 0 0;
  padding: 2% 2% 2% 4%;
}

.layout-wrap-post .in-title .in-title-icon {
  position: absolute;
  left: 10px;
  top: -10px;
}

.layout-wrap-post .in-title.icon {
  width: 88%;
  padding: 2% 2% 2% 10%;
}

.layout-wrap-post .in-wrap-txt {
  padding: 20px 20px 0 20px;
  line-height: 1.4em;
}

.layout-wrap-post .in-wrap-txt .inner {
  padding: 10px 30px;
}

.layout-wrap-post .in-wrap-txt .in-listimg1 {
  background: url(../img/common/in-listimg1.png) 0 2px no-repeat;
  padding: 0 0 0 20px;
}

.layout-wrap-post .in-wrap-txt .in-clr-1 {
  color: #CE603F;
}

.layout-wrap-post .in-wrap-txt .in-txt-list {
  list-style: disc;
  padding-left: 15px;
}

.layout-wrap-post .in-post-list li {
  border-bottom: 1px dotted #60bfc6;
  overflow: hidden;
  padding: 20px 8px 2px;
}

.layout-wrap-post .in-post-list li .date {
  float: left;
  width: 135px;
}

.layout-wrap-post .in-post-list li .date span {
  background-color: #ffb000;
  color: #fff;
  border-radius: 5px;
  padding: 1px 5px 0px;
  display: inline-block;
}

.layout-wrap-post .in-post-list li .text {
  font-size: 16px;
  width: 79%;
}

.layout-wrap-post p {
  margin: 0 0 20px 0;
}
