@charset "utf-8";

/***************************
 ** セクションタイトル
 */
.top_sec_ttl,
.top_sec_sub_ttl{
  text-align: center;
}


/***************************
 ** パンくず（消す）
 */
#breadcrumb {
  display: none;
}

/***************************
 ** FV
 */
#fv {
  margin-bottom: 6rem;
}

@media screen and (max-width: 736px) {
  #fv {
    margin-bottom: 3rem;
  }
}

/***************************
 ** key下バナー画像
 */
#gratis {
  padding-bottom: 6rem;
}
#gratis div {
  margin-bottom: 2em;
}
#gratis div:last-child {
  margin-bottom: 0;
}

/***************************
 ** HUGキッズの学び
 */
#study .top_sec_ttl {
  margin-bottom: 2.5rem;
}

#study .top_sec_ttl img {
  max-width: 467px;
  height: auto;
}

#study .top_sec_sub_ttl {
  margin-bottom: 2rem;
}

/* スライダー */
.slider_01 .slick-slide {
  padding: 0.5rem;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  margin: 0 0.3rem;
}

.slider_01 img {
  border-radius: 0.375rem;
}

.slider_01 h4 {
  line-height: 1.5;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Sawarabi Mincho";
  text-align: center;
}

.slider_01 h4 span {
  font-size: 0.75rem;
}

#curriculum_slider {
  margin-bottom: 6rem;
}

#curriculum_slider h4 {
  color: #f57878;
}

#program_slider h4 {
  color: #009a8b;
}

.slider_01 h5 {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Sawarabi Gothic";
  text-shadow: 1px 1px 2px rgba(0,0,0,.48);
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
}

#curriculum_slider h5 {
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #eb6d87;
  background-image: -webkit-gradient(linear,0 0,100% 0,color-stop(.5,#cc5e7c),color-stop(.5,transparent),to(transparent));
  background-image: -moz-linear-gradient(left,#cc5e7c 50%,transparent 50%,transparent);
  background-image: -o-linear-gradient(left,#cc5e7c 50%,transparent 50%,transparent);
  background-image: linear-gradient(left,#cc5e7c 50%,transparent 50%,transparent);
}

#program_slider h5 {
  webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-color: #009a8b;
  background-image: -webkit-gradient(linear,0 0,100% 0,color-stop(.5,#00b0a0),color-stop(.5,transparent),to(transparent));
  background-image: -moz-linear-gradient(left,#00b0a0 50%,transparent 50%,transparent);
  background-image: -o-linear-gradient(left,#00b0a0 50%,transparent 50%,transparent);
  background-image: linear-gradient(left,#00b0a0 50%,transparent 50%,transparent);
}

.slider_01 p {
    font-size: 0.8125rem;
}

/*進む・戻るボタンの装飾 全スライダ共通*/
.slider_01 .slick-prev:before,
.slider_01 .slick-next:before,
.slider_02 .slick-prev:before,
.slider_02 .slick-next:before,
.slider_03 .slick-prev:before,
.slider_03 .slick-next:before {
    content: "";
}

.slider_01 .slick-prev,
.slider_01 .slick-next,
.slider_02 .slick-prev,
.slider_02 .slick-next,
.slider_03 .slick-prev,
.slider_03 .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.slider_01 .slick-prev,
.slider_02 .slick-prev,
.slider_03 .slick-prev {
  left: -60px;
}

.slider_01 .slick-next,
.slider_02 .slick-next,
.slider_03 .slick-next {
  right: -60px;
}

/*進む・戻るボタンの装飾 個別スライダごとの設定*/
#curriculum_slider .slick-prev,
#curriculum_slider .slick-next,
#schedule_slider .slick-prev,
#schedule_slider .slick-next {
  background: #EFA0A0;
}

#program_slider .slick-prev,
#program_slider .slick-next {
  background: #4FC6BB;
}

#service_slider .slick-prev,
#service_slider .slick-next {
  background: #FFD8D0;
}

#service_slider .slick-prev {
  left: -65px;
}

#service_slider .slick-next {
  right: -65px;
}

#curriculum_slider .slick-dots li button:before,
#schedule_slider .slick-dots li button:before {
  content: '●';
  color: #EFA0A0;
}

#curriculum_slider .slick-dots li.slick-active button:before,
#schedule_slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #EFA0A0;
}

#program_slider .slick-dots li button:before {
  content: '●';
  color: #4FC6BB;
}

#program_slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #4FC6BB;
}

.gray {
  background: #f5f5f5;
  padding: 3rem 0 6rem;
}

@media screen and (max-width: 736px) {
  #study .top_sec_ttl {
    margin-bottom: 1rem;
  }

  #study .top_sec_ttl img {
    max-width: 100%;
    height: auto;
  }

  #study .top_sec_sub_ttl {
    margin-bottom: 1.5rem;
  }

  #curriculum_slider,
  #schedule_slider,
  #program_slider,
  #service_slider {
    padding: 0 1rem;
  }

  /*進む・戻るボタンの装飾 全スライダ共通*/
  .slider_01 .slick-prev,
  .slider_01 .slick-next,
  .slider_02 .slick-prev,
  .slider_02 .slick-next,
  .slider_03 .slick-prev,
  .slider_03 .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }

  .slider_01 .slick-prev,
  .slider_02 .slick-prev,
  .slider_03 .slick-prev {
    left: -12px;
  }

  .slider_01 .slick-next,
  .slider_02 .slick-next,
  .slider_03 .slick-next {
    right: -12px;
  }

  #service_slider .slick-prev {
    left: -12px;
  }

  #service_slider .slick-next {
    right: -12px;
  }

  #curriculum_slider {
    margin-bottom: 4rem;
  }

  .gray {
    padding: 2rem 0 3rem;
  }
}


/***************************
 ** グリーティング
 */
#greeting {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#greeting .top_sec_ttl {
  margin-bottom: 3rem;
}

#greeting .top_sec_ttl img {
  max-width: 470px;
  height: auto;
}

#greeting > p {
  margin-bottom: 2rem;
}

.greeting_detail p:first-child {
  margin-bottom: 0.5rem;
}

.greeting_detail p:last-child {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 0.6rem;
  background: #00B09F;
  border-radius: 6px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  #greeting {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #greeting .top_sec_ttl {
    margin-bottom: 2rem;
  }

  #greeting .top_sec_ttl img {
    max-width: 100%;
    height: auto;
  }

  #greeting > p {
    margin-bottom: 1rem;
  }

  .greeting_detail p:last-child {
    font-size: 1rem;
  }
}


/***************************
 ** HUGキッズの食育
 */
#food {
  background: url("../img/index/pc/staff_bg.jpg");
  background-size: contain;
  padding-top: 6rem;
}

#food .top_sec_ttl {
  margin-bottom: 3rem;
}

#food .top_sec_ttl img {
  max-width: 467px;
  height: auto;
}

#food > .wrapper {
  margin-bottom: 6rem;
}

#food .gray {
  padding: 6rem 0;
}

.cooks {
  padding: 40px;
  background: #f0f8f6;
  border: 8px solid #00b0a0;
}

.cooks > p {
  flex-basis: 28%;
}

.cooks_text {
  flex-basis: 72%;
  padding-left: 1.5rem;
}

.cooks_text h3 {
  font-family: "Sawarabi Mincho";
  font-size: 2.375rem;
  color: #00b0a0;
  margin-bottom: 1em;
}

.cooks_text h3 span {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.25rem;
}

.cooks_text p {
  font-size: 1.125rem;
  line-height: 1.7;
}

@media screen and (max-width: 736px) {
  #food {
    padding-top: 3rem;
  }

  #food .top_sec_ttl {
    margin-bottom: 2rem;
  }

  #food .top_sec_ttl img {
    max-width: 100%;
    height: auto;
  }

  #food > .wrapper {
    margin-bottom: 3rem;
  }

  #food .gray {
    padding: 3rem 0;
  }

  .cooks {
    padding: 1.5rem;
    border: 4px solid #00b0a0;
  }

  .cooks > p {
    flex-basis: 100%;
    margin-bottom: 1rem;
    text-align: center;
  }

  .cooks > p img {
    width: 70%;
  }

  .cooks_text {
    flex-basis: 100%;
    padding-left: 0;
  }

  .cooks_text h3 {
    font-size: 1.75rem;
    text-align: center;
  }

  .cooks_text h3 span {
    font-size: 0.75rem;
  }

  .cooks_text p {
    font-size: 1rem;
  }
}


/***************************
 ** HUGキッズのスケジュール
 */
#schedule {
  padding-top: 6rem;
}

#schedule .top_sec_ttl {
  margin-bottom: 3rem;
}

#schedule .top_sec_ttl img {
  max-width: 617px;
}

#schedule .top_sec_sub_ttl {
  margin-bottom: 2rem;
}

#schedule_slider {
  margin-bottom: 6rem;
}

.slider_02 .slick-slide {
  border-radius: 8px;
  padding: 0.75rem;
  margin: 0 0.5rem;
}

.slider_02 li.slick-slide:nth-child(odd) {
  border: 4px solid #00b0a0;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #99dfd9;
  background-image: -webkit-gradient(linear,0 0,100% 100%,color-stop(.25,#ccefec),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,#ccefec),color-stop(.75,#ccefec),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(-45deg,#ccefec 25%,transparent 25%,transparent 50%,#ccefec 50%,#ccefec 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(-45deg,#ccefec 25%,transparent 25%,transparent 50%,#ccefec 50%,#ccefec 75%,transparent 75%,transparent);
  background-image: -ms-linear-gradient(-45deg,#ccefec 25%,transparent 25%,transparent 50%,#ccefec 50%,#ccefec 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(-45deg,#ccefec 25%,transparent 25%,transparent 50%,#ccefec 50%,#ccefec 75%,transparent 75%,transparent);
  background-image: linear-gradient(-45deg,#ccefec 25%,transparent 25%,transparent 50%,#ccefec 50%,#ccefec 75%,transparent 75%,transparent);
}

.slider_02 li.slick-slide:nth-child(even) {
  border: 4px solid #f57878;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #fbc9c9;
  background-image: -webkit-gradient(linear,0 0,100% 100%,color-stop(.25,#fde4e4),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,#fde4e4),color-stop(.75,#fde4e4),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(-45deg,#fde4e4 25%,transparent 25%,transparent 50%,#fde4e4 50%,#fde4e4 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(-45deg,#fde4e4 25%,transparent 25%,transparent 50%,#fde4e4 50%,#fde4e4 75%,transparent 75%,transparent);
  background-image: -ms-linear-gradient(-45deg,#fde4e4 25%,transparent 25%,transparent 50%,#fde4e4 50%,#fde4e4 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(-45deg,#fde4e4 25%,transparent 25%,transparent 50%,#fde4e4 50%,#fde4e4 75%,transparent 75%,transparent);
  background-image: linear-gradient(-45deg,#fde4e4 25%,transparent 25%,transparent 50%,#fde4e4 50%,#fde4e4 75%,transparent 75%,transparent);
}

.schedule_contents {
  box-sizing: border-box;
}

.schedule_contents > p {
  box-sizing: border-box;
  border: 4px solid #fff;
}

.quarter {
  width: 100%;
}

.quarter tr th,
.quarter tr td {
  border: 4px solid #fff;
  padding: 5px;
  text-align: center;
  width: 33.33%;
}

.quarter tr th {
  font-size: 0.9375rem;
  color: #fff;
}

.quarter tr td {
  font-size: 0.6875rem;
  line-height: 1.2;
  vertical-align: middle;
  height: 8em;
}

.slider_02 li.slick-slide:nth-child(odd) .quarter tr th {
  background: #00b0a0;
}

.slider_02 li.slick-slide:nth-child(odd) .quarter tr td {
  background: #e0f5f4;
}

.slider_02 li.slick-slide:nth-child(even) .quarter tr th {
  background: #f57878;
}

.slider_02 li.slick-slide:nth-child(even) .quarter tr td {
  background: #feefef;
}

@media screen and (max-width: 736px) {
  #schedule {
    padding-top: 3rem;
  }

  #schedule .top_sec_ttl {
    margin-bottom: 2rem;
  }

  #schedule .top_sec_ttl img {
    max-width: 100%;
  }

  #schedule .top_sec_sub_ttl {
    width: 70%;
    margin: 0 auto 1rem;
  }

  #schedule_slider {
    margin-bottom: 3rem;
  }
}


/***************************
 ** サービス・サポート
 */
#service {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

#service .top_sec_ttl {
  margin: 3rem 0 1rem;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Sawarabi Mincho";
  color: #f57878;
}

#service > p {
  margin-bottom: 4rem;
}

.link_list li:nth-child(2) {
  margin: 0 1rem;
}

.link_list li img {
  width: 100%;
}

.link_list li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  transition: 0.8s;
}

.link_list li a:hover {
  opacity: 0.7;
}

.link_list li a span {
  display: block;
  text-align: center;
  padding: 1rem;
  background: #f57878;
}

.link_list li a span::after {
  content: "》";
  display: inline-block;
  margin-left: 0.5em;
}

@media screen and (max-width: 736px) {
  #service {
    padding-bottom: 3rem;
  }

  #service .top_sec_ttl {
    margin: 1rem 0;
    font-size: 1.5rem;
  }

  #service > p {
    margin-bottom: 2rem;
  }

  .link_list li:nth-child(2) {
    margin: 1rem 0;
  }

  .link_list li a {
    font-size: 1rem;
  }

  .link_list li a span {
    padding: 0.5rem;
  }
}


/***************************
 ** HUGキッズからのお知らせ／最新情報
 */
#info,
#topics {
  margin-bottom: 6rem;
}

#info h2,
#topics h2 {
  margin-bottom: 3rem;
}

#info h2 img {
  max-width: 617px;
  height: auto;
}

#topics h2 img {
  max-width: 470px;
  height: auto;
}

.info_topic_list {
  flex-wrap: wrap;
}

.info_topic_list li {
  box-sizing: border-box;
  flex-basis: 23%;
  margin-right: 2%;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}

.info_topic_list li:nth-child(4n) {
  margin-right: 0;
}

.info_topic_list li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  transition: 0.8s;
}

.info_topic_list li a:hover {
  background: #f5f5f5;
}

.info_topic_list li img {
  margin-bottom: 0.5rem;
}

.info_topic_list li time {
  font-size: 0.75rem;
  font-weight: bold;
  color: #444;
}

.info_topic_list li h3 {
  color: #f57878;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.info_topic_list li p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444;
  margin-bottom: 1rem;
}

.info_topic_list li span {
  display: block;
  font-size: 0.875rem;
  text-align: right;
  color: #444;
  font-weight: bold;
}

.info_topic_list li span::after {
  content: "》";
  display: inline-block;
  margin-left: 0.5em;
}

@media screen and (max-width: 736px) {
  #info,
  #topics {
    margin-bottom: 3rem;
  }

  #info h2,
  #topics h2 {
    margin-bottom: 2rem;
  }

  #info h2 img {
    max-width: 100%;
  }

  #topics h2 img {
    max-width: 100%;
  }

  .info_topic_list li {
    box-sizing: border-box;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .info_topic_list li a {
    padding: 0.6rem;
  }

  .info_topic_list li a > img {
    width: 40%;
    height: auto;
    float: left;
  }

  .info_topic_list li .info_meta {
    width: 55%;
    float: right;
  }

  .info_topic_list li a > p {
    clear: both;
    margin-bottom: 0.5rem;
  }
}

/***************************
 ** LINEバナー
 */
.bnr-line {
	max-width: 600px;
	width: calc(100% - 40px);
	margin: 0 auto 50px;
}

.bnr-line a img:hover {
	opacity: 1;
}
