@charset "UTF-8";
/*--------------------- .top_wrap ---------------------*/
.top_wrap {
  position: relative;
}


/*--------------------- .top_mv ---------------------*/
.top_mv {
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.top_mv_cover {
  background: url(/img/mv_ornament_mv.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 588px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 445px;
}
.slider {
  margin: 0 auto;
  overflow: hidden;
}
.mv_slider_bg .slick-slide {
  height: 100vh;
}
.mv_slider_bg .slick-list {
  height: 100vh;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.mv_slider_bg .slider_list.bg01 {
  background: url(/img/mv01.jpg) center center no-repeat;
  background-size: cover;
}
.mv_slider_bg .slider_list.bg02 {
  background: url(/img/mv02.jpg) center center no-repeat;
  background-size: cover;
}
.mv_slider_bg .slider_list.bg03 {
  background: url(/img/mv03.jpg) center center no-repeat;
  background-size: cover;
}
.mv_slider_bg .slider_list.bg04 {
  background: url(/img/mv04.jpg) center center no-repeat;
  background-size: cover;
}

/*--------------------- top_mv_ttl ---------------------*/
.top_mv_ttl {
  color: #222;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 10;
}
.top_mv_ttl .ttl {
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.top_mv_ttl .ttl::after {
  background: url(/cmn/cmn_img/ttl01_ornament.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  margin: 30px 0 20px;
  width: 90px;
}
.top_mv_ttl .read_name {
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
}


/*--------------------- concept ---------------------*/
.concept {
  position: relative;
}
.concept .inr_s {
  position: relative;
  z-index: 2;
}
.concept_cover {
  background: url(/img/mv_ornament_section.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 486px;
  position: absolute;
  top: 0;
  left: 0;
  width: 444px;
}
.concept_read_txt {
  font-size: 20px;
  line-height: 2.5;
  margin-bottom: 60px;
  text-align: center;
}
.concept_bg_top_right {
  background: url(/img/concept_bg_top_right.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 378px;
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
}
.concept_bg_bottom_right {
  background: url(/img/concept_bg_bottom_right.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 442px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 426px;
}
.concept_bg_bottom_left {
  background: url(/img/concept_bg_bottom_left.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 340px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 390px;
}


/*--------------------- facility ---------------------*/
.facility .ttl_box {
  position: relative;
}
.facility .ttl_box::before {
  background: url(/img/top_illust_onigiri.png) center left no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 76px;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 76px;
}
.facility .ttl_box::after {
  background: url(/img/top_illust_flower_berry.png) center left no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 136px;
  position: absolute;
  top: -20px;
  right: 10px;
  width: 92px;
}


/*--------------------- .facility_list_index ---------------------*/
.facility_list_index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facility_list {
  display: flex;
  margin-bottom: 4%;
  padding-top: 200px;
  position: relative;
  width: 48%;
}
/*.facility_list.kanigasaka, .facility_list.small {
  margin-bottom: 0;
}*/

/*--------------------- illust ---------------------*/
.facility_list::before, .facility_list::after {
  content: "";
  display: block;
  position: absolute;
}
.facility_list.wasaka::before {
  background: url(/img/top_illust_crayon.png) center left no-repeat;
  background-size: cover;
  height: 78px;
  bottom: 40px;
  left: 40px;
  width: 108px;
}
.facility_list.hasuike::before {
  background: url(/img/top_illust_flower.png) center left no-repeat;
  background-size: cover;
  height: 148px;
  top: 160px;
  right: 10px;
  width: 104px;
  z-index: 2;
}
.facility_list.kanigasaka::before {
  background: url(/img/top_illust_book.png) center left no-repeat;
  background-size: cover;
  height: 90px;
  bottom: 80px;
  left: 40px;
  width: 60px;
  z-index: 1;
}
.facility_list.kanigasaka::after {
  background: url(/img/top_illust_car.png) center left no-repeat;
  background-size: cover;
  height: 60px;
  top: 85px;
  right: 20px;
  width: 102px;
  z-index: 1;
}
.facility_list.small::before {
  background: url(/img/top_illust_ball.png) center left no-repeat;
  background-size: cover;
  height: 68px;
  bottom: 30px;
  left: 90px;
  width: 68px;
  z-index: 1;
}
.facility_list.small::after {
  background: url(/img/top_illust_berry.png) center left no-repeat;
  background-size: cover;
  height: 82px;
  top: 30px;
  right: 190px;
  width: 80px;
  z-index: 1;
}


.facility_list .facility_img {
  border-radius: 20px;
  margin-right: 25%;
  position: absolute;
  top: 0;
  left: 0;
}
.facility_list .facility_img img {
  border-radius: 20px;
}
.facility_list .facility_txt {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 40%;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.facility_txt .facility_name {
  color: #222;
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 28px;
  letter-spacing: 0.07em;
  line-height: 1.3;
  margin-bottom: 25px;
}
.facility_txt .facility_name::after {
  border-radius: 10px;
  content: "";
  display: block;
  height: 4px;
  margin-top: 15px;
  width: 30px;
}
.wasaka .facility_txt .facility_name::after {
  background-color: #9c2b2d;
}
.hasuike .facility_txt .facility_name::after {
  background-color: #2d2a78;
}
.kanigasaka .facility_txt .facility_name::after {
  background-color: #faaf6d;
}
.uwagaike .facility_txt .facility_name::after {
  background-color: #1E793A;
}
.small .facility_txt .facility_name::after {
  background-color: #e48cc0;
}
.harima .facility_txt .facility_name::after {
  background-color: #9c2b2d;
}

.facility_txt .facility_name small {
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.facility_txt .other {
  font-weight: bold;
  margin-bottom: 5px;
}
.facility_txt .info {
  line-height: 1.4;
  margin-bottom: 15px;
}
.wasaka .facility_txt .basic_btn a {
  background-color: #9c2b2d;
}
.wasaka .facility_txt .basic_btn a:hover {
  background-color: #fff;
  border-color: #9c2b2d;
  color: #9c2b2d;
}
.hasuike .facility_txt .basic_btn a {
  background-color: #2d2a78;
}
.hasuike .facility_txt .basic_btn a:hover {
  background-color: #fff;
  border-color: #2d2a78;
  color: #2d2a78;
}
.kanigasaka .facility_txt .basic_btn a {
  background-color: #faaf6d;
}
.kanigasaka .facility_txt .basic_btn a:hover {
  background-color: #fff;
  border-color: #faaf6d;
  color: #faaf6d;
}
.uwagaike .facility_txt .basic_btn a {
  background-color: #1E793A;
}
.uwagaike .facility_txt .basic_btn a:hover {
  background-color: #fff;
  border-color: #1E793A;
  color: #1E793A;
}
.uwagauke .facility_txt .basic_btn a {
  background-color: #1E793A;
}
.small .facility_txt .basic_btn a {
  background-color: #e48cc0;
}
.small .facility_txt .basic_btn a:hover {
  background-color: #fff;
  border-color: #e48cc0;
  color: #e48cc0;
}


/*--------------------- news ---------------------*/
/*--------------------- .tab_area ---------------------*/
.hide {
  display: none;
}
.tab_area {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 50px 0 0;
  width: 1080px;
  flex-wrap: wrap;
}
.tab_area li:nth-child(5n+1) {
  border-left: 2px solid #ccc;
}
.tab_area .tab_list {
  border-right: 2px solid #ccc;
  color: #222;
  cursor: pointer;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  transition: color 0.3s ease;
  width: 20%;
  margin-bottom: 3px;
}
.tab_area .tab_list:hover {
  color: #f4810b;
}
.tab_area .tab_list.select {
  color: #f4810b;
}

/*--------------------- .content_area ---------------------*/
.content_area {
  padding: 50px 0;
}


/*--------------------- .news ---------------------*/
.news {
  position: relative;
}
.news_bg_top_left {
  background: url(/img/news_bg_top_left.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 389px;
  position: absolute;
  top: 100px;
  left: 0;
  width: 540px;
  z-index: -1;
}
.news_bg_top_right {
  background: url(/img/news_bg_top_right.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 221px;
  position: absolute;
  top: 100px;
  right: 0;
  width: 227px;
}
.news_bg_bottom_right {
  background: url(/img/news_bg_bottom_right.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 382px;
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 550px;
  z-index: -1;
}


/*--------------------- .news_box ---------------------*/
.news_box {
  display: flex;
  margin: 0 -20px;
  width: 100%;
}
.news_list {
  padding: 0 20px;
  width: 33.333%;
}
.news_list a {
  display: block;
  transition: opacity 0.3s ease;
}
.news_list a:hover {
  opacity: 0.3;
}
.news_list .news_img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
}
.news_list .news_img img {
  border-radius: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.news_list .news_txt {
  margin-top: 20px;
}
.news_list .news_txt .tag {
  background-color: #ccc;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
  padding: 5px;
  text-align: center;
  width: 100px;
}
.news_list .news_txt .tag.wasaka {
  background-color: #9c2b2d;
}
.news_list .news_txt .tag.hasuike {
  background-color: #2d2a78;
}
.news_list .news_txt .tag.kanigasaka {
  background-color: #faaf6d;
}
.news_list .news_txt .tag.uwagaike {
  background-color: #1E793A;
}
.news_list .news_txt .tag.hayashi {
  background-color: #e48cc0;
}
.news_list .news_txt .tag.akashi {
  background-color: #e48cc0;
}
.news_list .news_txt .tag.hasuike-s {
  background-color: #e48cc0;
}
.news_list .news_txt .tag.recruit {
  background-color: #82cdde;
}
.news_list .news_txt .date {
  font-size: 14px;
}
.news_list .news_txt .read_txt {
  line-height: 1.4;
  margin-top: 10px;
}


/*--------------------- .recruit ---------------------*/
.recruit {
  position: relative;
}
.recruit_box {
  display: flex;
  padding-top: 300px;
  position: relative;
}
.recruit_img {
  border-radius: 20px;
  margin-right: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit_img img {
  border-radius: 20px;
}
.recruit_txt {
  background: url(/cmn/cmn_img/bg_color04.png);
  background-size: 300px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: 58%;
  padding: 60px;
  position: relative;
  z-index: 2;
}
.recruit_txt .read_txt {
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: right;
}

.recruit_bg_top_left {
  background: url(/img/recruit_bg_top_left.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 239px;
  position: absolute;
  top: 50px;
  left: -20px;
  width: 210px;
  z-index: 1;
}
.recruit_bg_bottom_left {
  background: url(/img/recruit_bg_bottom_left.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 248px;
  position: absolute;
  bottom: 40px;
  left: -20px;
  width: 188px;
  z-index: 1;
}
.recruit_bg_top_right {
  background: url(/img/recruit_bg_top_right.png) center left no-repeat;
  background-size: cover;
  display: block;
  height: 302px;
  position: absolute;
  top: -20px;
  right: 0;
  width: 467px;
  z-index: 1;
}


/*--------------------- contact ---------------------*/
.contact {
  background: url(/img/contact_bg_left.png) top left no-repeat, url(/img/contact_bg_right.png) bottom right no-repeat;
  background-size: 500px;
  background-color: #fdebd8;
  padding: 80px;
}
.contact .inr_box {
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 60px;
  position: relative;
  width: 1080px;
}
.contact .inr_box::before {
  background: url(/img/contact_boy.gif) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  top: 30px;
  left: 80px;
  width: 200px;
}
.contact .inr_box::after {
  background: url(/img/contact_girl.gif) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  top: 30px;
  right: 80px;
  width: 200px;
}
.contact .inr_box .contact_txt {
  font-size: 18px;
  margin-bottom: 20px;
}
.contact .inr_box .contact_txt b {
  font-size: 24px;
}

/*--------------------- contact_link_btn_list ---------------------*/
.contact_link_btn_list {
  display: flex;
  justify-content: center;
}
.contact_link_btn {
  margin: 0 15px;
  width: 300px;
}
.contact_link_btn a {
  background-color: #f4810b;
  border: 1px solid transparent;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  outline: 0;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  transition: background 0.2s ease-in, color 0.2s ease-in, border 0.2s ease-in;
}
.contact_link_btn a:hover {
  background-color: #fdebd8;
  border: 1px solid #f4810b;
  color: #f4810b;
  transition: background 0.2s ease-in, color 0.2s ease-in, border 0.2s ease-in;
}
.contact_link_btn a::after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-top: -13px;
  position: absolute;
  top: 50%;
  left: 15px;
}

.contact_link_btn.tel a::after {
  content: "\f095";
}
.contact_link_btn.mail a {
  background-color: #fff;
  border: 1px solid #f4810b;
  color: #f4810b;
}
.contact_link_btn.mail a:hover {
  background-color: #fdebd8;
}
.contact_link_btn.mail a::after {
  content: "\f003";
  margin-top: -15px;
}


@media only screen and (max-width: 1280px) {
  /*--------------------- .top_mv ---------------------*/
  .top_mv_ttl .ttl {
    font-size: 60px;
  }
  .top_mv_cover {
    height: 462px;
    width: 350px;
  }
  
  /*--------------------- .facility_list_index ---------------------*/
  .section.concept {
    padding: 180px 15px 270px;
  }
  .concept_cover {
    height: 381px;
    width: 350px;
  }
  
  .concept_read_txt {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 50px;
  }
  
  .concept_bg_top_right {
    height: 300px;
    width: 280px;
  }
  .concept_bg_bottom_right {
    background-position: top left;
    height: 260px;
    width: 280px;
  }
  .concept_bg_bottom_left {
    height: 246px;
    width: 280px;
  }
  
  
  /*--------------------- .facility_list_index ---------------------*/
  .facility_list .facility_img {
    margin-right: 15%;
  }
  .facility_list .facility_txt {
    margin-left: 30%;
  }
  .facility_txt .facility_name {
    font-size: 26px;
  }
  .facility_txt .facility_name small {
    font-size: 16px;
  }
  
  
  /*--------------------- news ---------------------*/
  .news_bg_top_left {
    height: 288px;
    top: 50px;
    left: -10px;
    width: 400px;
  }
  .news_bg_top_right {
    height: 170px;
    top: 80px;
    width: 155px;
  }
  .news_bg_bottom_right {
    height: 250px;
    bottom: 50px;
    right: 0;
    width: 350px;
  }
  
  
  /*--------------------- recruit ---------------------*/
  .recruit_box {
    padding-top: 40%;
  }
  .recruit_txt {
    margin-left: 40%;
  }
  .recruit_txt .read_txt {
    width: 100%;
  }
  .recruit_bg_bottom_left {
    bottom: 200px;
    left: 0;
  }
  
  
  /*--------------------- contact ---------------------*/
  .contact {
    padding: 50px;
  }
  .contact .inr_box {
    width: 100%;
  }
}

@media only screen and (max-width: 1080px) {
  /*--------------------- recruit ---------------------*/
  .recruit_bg_top_left {
    height: 180px;
    top: -30px;
    left: 20px;
    width: 158px;
  }
  .recruit_bg_top_right {
    height: 206px;
    width: 320px;
  }
  .recruit_bg_bottom_left {
    height: 194px;
    bottom: 180px;
    left: 30px;
    width: 150px;
  }
}

@media only screen and (min-width: 960px) {
	.contact_link_btn.tel {
		display: none;
	}
}

@media only screen and (max-width: 960px) {
  /*--------------------- .facility_list_index ---------------------*/
  .facility_list .facility_txt {
    margin-left: 15%;
  }
  
  
  /*--------------------- .tab ---------------------*/
  .tab_area {
    width: 100%;
  }
  
  
  /*--------------------- .recruit ---------------------*/
  .recruit_img {
    margin-right: 50px;
  }
  .recruit_txt {
    padding: 40px;
  }
  
  
  /*--------------------- .contact ---------------------*/
  .contact .inr_box::before {
    height: 180px;
    top: 0;
    left: 0;
    width: 180px;
  }
  .contact .inr_box::after {
    height: 180px;
    top: 0;
    right: 0;
    width: 180px;
  }
}

@media only screen and (max-width: 768px) {
  /*--------------------- .facility_list_index ---------------------*/
  .facility_list {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .facility_list::before, .facility_list::after {
    display: none;
  }
  .facility_list .facility_img {
    border-radius: 20px 20px 0 0;
    margin-right: 0;
    position: relative;
  }
  .facility_list .facility_img img {
    border-radius: 20px 20px 0 0;
  }
  .facility_list .facility_txt {
    border-radius: 0 0 20px 20px;
    margin-left: 0;
    padding: 30px 20px;
    width: 100%;
  }
  
  
  /*--------------------- news ---------------------*/
  /*--------------------- .tab_area ---------------------*/
  .tab_area {
    flex-wrap: wrap;
    width: 100%;
  }
  .tab_area li:first-child {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .tab_area .tab_list {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
    width: 100%;
  }
  .tab_area .tab_list.select {
    background-color: #f4810b;
    color: #fff;
  }
  .tab_area .tab_list.select::after {
    display: none;
  }
  
  
  /*--------------------- .news_list ---------------------*/
  .news_box {
    display: block;
    margin: 0;
  }
  .news_list {
    padding: 0;
    width: 100%;
  }
  .news_list + .news_list {
    margin-top: 50px;
  }
  .news_bg_top_left {
    height: 280px;
    left: -180px;
    width: 388px;
  }
  .news_bg_top_right {
    height: 100px;
    top: 150px;
    width: 100px;
  }
  .news_bg_bottom_right {
    bottom: 0;
  }
  
  
  /*--------------------- recruit ---------------------*/
  .recruit_box {
    display: block;
    padding-top: 0;
  }
  .recruit_img {
    border-radius: 20px 20px 0 0;
    margin: 0;
    position: relative;
  }
  .recruit_img img {
    border-radius: 20px 20px 0 0;
  }
  .recruit_txt {
    border-radius: 0 0 20px 20px;
    display: block;
    margin-left: 0;
    padding: 50px 20px;
    width: 100%;
  }
  .recruit_txt .read_txt {
    text-align: left;
  }
  
  .recruit_bg_top_right {
    height: 117px;
    right: 10px;
    width: 180px;
  }
  .recruit_bg_top_left, .recruit_bg_bottom_left {
    display: none;
  }
  
  /*--------------------- .contact ---------------------*/
  .contact .inr_box {
    padding: 50px 30px;
  }
  .contact .inr_box::before, .contact .inr_box::after {
    height: 130px;
    width: 130px;
  }
  .contact_link_btn_list {
    display: block;
  }
  .contact_link_btn {
    margin: 0;
    width: 100%;
  }
  .contact_link_btn + .contact_link_btn  {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 600px) {
  /*--------------------- .top_mv ---------------------*/
  .top_mv_ttl {
    bottom: 50px;
    left: 15px;
  }
  .top_mv_ttl .ttl {
    font-size: 40px;
  }
  .top_mv_ttl .ttl::after {
    height: 15px;
    margin: 20px 0 10px;
    width: 60px;
  }
  .top_mv_ttl .read_name {
    font-size: 16px;
  }
  .top_mv_cover {
    height: 270px;
    width: 205px;
  }
  
  
  /*--------------------- .facility_list_index ---------------------*/
  .section.concept {
    padding: 80px 15px 200px;
  }
  .concept_cover {
    background: url(/img/mv_ornament_section_sp.png) center left no-repeat;
    background-size: cover;
    height: 223px;
    width: 205px;
  }
  .concept_read_txt {
    font-size: 16px;
  }
  .concept_bg_top_right, .concept_bg_bottom_left {
    display: none;
  }
  .concept_bg_bottom_right {
    height: 185px;
    width: 200px;
  }
  
  
  
  /*--------------------- .facility ---------------------*/
  .facility .ttl_box::before {
    height: 40px;
    left: 0;
    width: 40px;
  }
  .facility .ttl_box::after {
    height: 80px;
    right: 0;
    width: 53px;
  }
  
  /*--------------------- .facility_list_index ---------------------*/
  .facility_list {
    width: 100%;
  }
  .facility_list {
    margin-bottom: 40px;
  }
  .facility_list.kanigasaka {
    margin-bottom: 40px !important;
  }
  .facility_list .facility_txt {
    display: block;
    text-align: center;
  }
  .facility_txt .facility_name::after {
    margin: 15px auto 0;
  }
  .facility_txt .basic_btn a {
    margin: 0 auto;
  }
  
  
  /*--------------------- .contact ---------------------*/
  .contact {
    padding: 40px 15px;
  }
  .contact .inr_box {
    padding: 10px 30px 30px;
  }
  .contact .inr_box::before {
    background:url(/img/contact_boy.gif) center left no-repeat, url(/img/contact_girl.gif) center right no-repeat;
    background-size: contain;
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 200px;
  }
  .contact .inr_box::after {
    display: none;
  }
}