@charset "UTF-8";
/* CSS変数の宣言 */
/* サブページで、テンプレートで対応しきれないスタイルをこちらに記入します。ASのみ書き込み可能 */

/*======キッズページ======*/
html#kids-index body {
  font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', sans-serif;
}

a {
  text-decoration: none;
  /*    color:#262626 !important;*/
}

#page-title {
  background: var(--accentColor);
}

#page-title h1 {
  font-size: 1.2rem;
  color: #ffffff;
}

.title-container {
  width: 100%;
  background: url(../images/kids/top-title-bg-img.png) repeat-x top left / contain;
  background-color: #d9e021;
  border-bottom: solid 12px yellow;
}

.title-container img {
  height: 25vh;
  max-height: 400px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .title-container img {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
    overflow: hidden;
  }
}

html#kids-index section {
  border-radius: 24px;
  padding: 2% 3%;
}

html#kids-index section#cont1 {
  background-color: rgba(120, 229, 229, .2);
}

html#kids-index section#cont2 {
  background-color: rgba(242, 226, 124, 0.2);
}

html#kids-index section#cont3 {
  background-color: rgba(142, 233, 194, 0.2);
}

@media (max-width: 767px) {
html#kids-index section {
  border-radius:0;
  padding:2rem 0.5rem;
}
}

/*ぱんくず*/

/*テンプレートリセット*/
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  transform: none;
  width: auto;
  height: auto;
  margin-left: 0.5em;
  border-top: none;
  border-right: none;
  content: '';
}

.breadcrumb {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  position: relative;
  background: #efefef;
  background: rgba(178, 40, 40, .7);
  /*color:#474747;*/
  color: #fff;
  padding: 8px 20px;
  margin-right: 12px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%)
}

.breadcrumb a {
  text-decoration: none;
  color: inherit
}

.breadcrumb li.this-p{
  background: #888;
  background: rgba(178, 40, 40, .2);
  color: #474747;
  font-weight: bold
}

/*----contents----*/

html#kids-index {
  text-align: center;
}

html#kids-index h3 {
  color: #262626;
  font-size: 2.6rem;
  position: relative;
  display: inline-block;
  margin-bottom: 4rem;
  white-space:normal;
}

html#kids-index h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 100%;
  display: block;
  height: 16px;
  background-image: radial-gradient(circle, #21bfbf 8px, transparent 8px);
  background-position: left top;
  /*background-repeat: repeat-x;*/
  background-size: 28px 16px;
}

html#kids-index .list-design4.angle-circle .item {
  overflow: hidden;
  /*border-radius: 12px;*/
  border-radius: 24px;
}

.list-design4 .item {
  margin: 0.5rem;
  /*border: 1px solid var(--borderColor);*/
  border: none;
  background-color: #ffffff;
  display: block;
  padding: 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.list-design4.column3 .item {
  overflow: hidden;
  /*width: calc(100% / 3 - 1rem);*/
  width: calc(100% / 3 - 3rem);
}

html#kids-index .list-design4.column3>.contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1rem;
}

.list-design4 .item img {
  display: block;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 30%;
  min-height: 240px;
  max-height: 320px;
  border-bottom: solid 24px var(--borderColor);
  margin: 0 auto;
  transition: transform .6s ease;
}

.list-design4.angle-circle .item img {
  border-radius: 24px 24px 0 0;
}

.list-design4 .item.tetsu img {
  border-bottom: solid 5px #fff7cb;
}

.list-design4 .item.edo img {
  border-bottom: solid 5px #ADE9FE;
}

.list-design4 .item.iseki img {
  border-bottom: solid 5px #D9E8C0;
}

.list-design4 .item h4 {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  transition: .3s ease;
  height: 100%;
}

@media screen and (max-width: 768px) {
html#kids-index .list-design4.column3>.contents-wrap {
    display: block;
  }

html#kids-index h3 {
  color: #262626;
  font-size: 2.0rem;
  position: relative;
  display: block;
  margin-top:2rem;
  margin-bottom: 2rem;
  white-space:wrap;
  text-align:left;
  padding-left:1rem;
  padding-right:0.15rem;
  line-height:1.75;
}


html#kids-index h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 100%;
  display: block;
  height: 16px;
  background-image: radial-gradient(circle, #21bfbf 8px, transparent 8px);
  background-position: left top;
  /*background-repeat: repeat-x;*/
  background-size: 28px 16px;
}

  .list-design4.column3 .item {
    width: 90%;
    margin: 1rem auto;
  }
}


.list-design5 a {
  display: grid;
  place-items: center;
  min-height: 80%;
  margin: 0.5rem 0.5rem 1.5rem;
  font-size: 1.2rem;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.5;
  background: var(--accentColor);
  position: relative;
}

.list-design5.angle-circle a {
  /* 角丸：あり */
  border-radius: 24px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.list-design5 a::before,
.list-design5 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  vertical-align: middle;
}

.list-design5 a::before {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.list-design5 a::after {
  right: 51px;
  width: 14px;
  height: 14px;
  border-top: 4px solid var(--accentColor);
  border-right: 4px solid var(--accentColor);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 地図部分 */
.list-design5 iframe {
  width: 100%;
  height: 80vh;
  max-width: 1280px;
  min-height: 500px;
  margin: 0 auto;

}

.list-design5 .map-btn {
  width: 100%;
  margin: 1rem auto;
  padding: 0;
}

.list-design5 a.detail {
  margin: 1rem auto;
  width: 80%;
  min-width: 200px;
  max-width: 600px;
  padding: 2.5rem 0 2rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
.list-design5 a {
  display: block;
  width:100%;
  max-width:800px;
  min-width:200px;
  margin:0.75rem 0;
  padding:0.75rem 0.25rem;
}
.list-design5 a::before,
.list-design5 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
}

.list-design5 a::before {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.list-design5 a::after {
  right: 26px;
  width: 14px;
  height: 14px;
  border-top: 4px solid var(--accentColor);
  border-right: 4px solid var(--accentColor);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-design5 a.detail {
  width: 95%;

}
}
/* 会話吹き出し */
/* 全体の設定 */
.balloon {
  display: block;
  padding: 0 20px;
  height: auto;
  min-height: 300px;
}

.balloon-color {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
  padding: 0 5%;
  height: auto;
}

#cont0 .chatting-color {
  width: auto;
  max-width: 700px;
  height: auto;
  position: relative;
  margin: 2% 0;
  padding: 30px 50px;
  background: #FFF69E;
  text-align: left;
  border-radius: 15px;
  color: #111;
  line-height: 2.0;
  letter-spacing: 2.75pt;
  font-size: 1.3em;
  display: inline-block;
}

#cont1 .chatting-color,
#cont2 .chatting-color,
#cont3 .chatting-color {
  width: auto;
  max-width: 700px;
  position: relative;
  margin: 2% 0;
  padding: 30px 50px;
  background: #fff;
  text-align: left;
  border-radius: 15px;
  color: #111;
  line-height: 2.0;
  letter-spacing: 2.75pt;
  font-size: 1.3em;
  display: inline-block;
}

#cont1 .chatting-color {
  height: 160px;
}

.chatting-color {
  width: auto;
  max-width: 700px;
  height: 200px;
  position: relative;
  margin: 2% 0;
  padding: 30px 50px;
  background: #fff;
  text-align: left;
  border-radius: 15px;
  color: #111;
  line-height: 2.0;
  letter-spacing: 2.75pt;
  font-size: 1.3em;
  display: inline-block;
}


.chatting-color rt {
  font-size: 0.5em;
  letter-spacing: 1pt;
}


/* 左の吹き出し */
.balloon-color.left {
  flex-direction: row;
  /* 左から右に並べる */
}

#cont0 .left .chatting-color {
  left: 30px;
  box-shadow: 10px 2px 10px 2px rgba(0, 0, 0, 0.3);
}

.left .chatting-color {
  left: 30px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#cont0 .left .chatting-color::after {
  content: "";
  border: 15px solid transparent;
  border-top-color: #FFF69E;
  position: absolute;
  top: 35px;
  left: -15px;
}


.left .chatting-color::after {
  content: "";
  border: 15px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 35px;
  left: -15px;
}


@media screen and (max-width: 1024px) {
  .balloon {
    padding: 0;
    margin:0;
    margin-bottom: 2rem;
  }

  .balloon-color {
    padding: 0;
    margin:0;
  }
#cont0 .chatting-color,
#cont1 .chatting-color,
#cont2 .chatting-color,
#cont3 .chatting-color {
    width: auto;
    max-width: 500px;
    padding: 2rem 1.5rem ;
    font-size: 1.25rem;
    line-height:1.75;
    margin-top:1rem;
    margin-bottom:3rem;
    white-space:wrap;
  }

  #cont1 .chatting-color,
  #cont2 .chatting-color,
  #cont3 .chatting-color {
    height: auto;
  }

}

@media screen and (max-width: 768px) {
  .balloon {
    display: block;
    padding: 0;
    margin: 0;
    min-height: 120px;
  }

  .balloon-color {
    position: relative;
/*
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
*/
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
  }

  .chatting-color {
    width: 92%;
    max-width: 650px;
    height: auto;
    min-height: 200px;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    left: 0;
    font-size: 0.5rem;
    line-height:1;
  }

   #cont0 .left .chatting-color,
  .left .chatting-color {
    left: 0px;
  }
  #cont0 .left .chatting-color::after,
  .left .chatting-color::after {
    display: none;
  }

}

/* アイコンの作成 */
.balloon-color figure img {
  margin: 0;
}

.balloon-color figcaption {
  display: block;
  width: 100%;
  line-height: 1.25;
  font-size: 1rem;
  padding: 1rem 0;
}

/* アイコンの大きさ */
.icon-color {
  position: relative;
  display: block;
}

.left .icon-color img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
.onko .left .icon-color img {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.onko .left .icon-color figcaption{
width:auto;
max-width:150px;
white-space:wrap;
}
}

@media screen and (max-width: 768px) {
  .balloon-color figure {
    width: 100%;
    display: block;
    margin: 1em 0;
    justify-content: center;
  }


  .balloon-color figure img {
    text-align: center;
  }

  /* アイコンの大きさ */
  .icon-color {
    position: relative;
    top: 0;
    display: block;
  }

  .icon-color img {
    width: 120px;
    height: 120px;
    object-fit: contain;
  }
.onko .left .icon-color figcaption{
width:auto;
max-width:100%;
white-space:wrap;
}
}