@charset "UTF-8";
/*=======================================
施設情報 - こども創造センター
=========================================*/
.l-pagetitle .h:before {
  border-bottom-color: #1083AE;
}

.p-fac-kodomo .c-title3:before {
  border-bottom-color: #1083AE;
}
.p-fac-kodomo__content {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.p-fac-kodomo__content:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 278px);
  background: #F6F3F0;
  z-index: 1;
}
.p-fac-kodomo__content > div {
  display: none;
  position: relative;
  z-index: 2;
}
.p-fac-kodomo__content > div:first-child {
  margin-bottom: 0;
}
.p-fac-kodomo__content > div.is-active {
  display: block;
}
.p-fac-kodomo__content strong {
  color: #E72E8C;
}
.p-fac-kodomo__tab {
  margin-bottom: 60px;
}
.p-fac-kodomo__tab ul {
  display: flex;
  justify-content: center;
}
.p-fac-kodomo__tab li {
  border: 2px solid #E1DBD5;
  border-radius: 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #1083AE;
  padding: 18px 24px;
  font-weight: 500;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.p-fac-kodomo__tab li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  border-top: 0 solid #1083AE;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.p-fac-kodomo__tab li.is-active {
  color: #fff;
  background: #1083AE;
  border-color: #1083AE;
}
.p-fac-kodomo__tab li.is-active:before {
  bottom: -10px;
  border-top-width: 10px;
}
.p-fac-kodomo__tab li span {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 34px;
  padding-left: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-fac-kodomo__tab li.facility span {
  background-image: url(../img/facilities/kodomo/tab_icon_facility.svg);
}
.p-fac-kodomo__tab li.facility.is-active span {
  background-image: url(../img/facilities/kodomo/tab_icon_facility-alt.svg);
}
.p-fac-kodomo__tab li.guide span {
  background-image: url(../img/facilities/kodomo/tab_icon_guide.svg);
}
.p-fac-kodomo__tab li.guide.is-active span {
  background-image: url(../img/facilities/kodomo/tab_icon_guide-alt.svg);
}
.p-fac-kodomo__facility .block1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.p-fac-kodomo__facility .block1 .img1 {
  width: 40.9090%;
}
.p-fac-kodomo__facility .block1 .img1 img {
  border-radius: 300px;
}
.p-fac-kodomo__facility .block1 .box1 {
  width: 56.8181%;
}
.p-fac-kodomo__facility .block1 .box1 p {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.8;
  font-weight: 500;
}
.p-fac-kodomo__facility .block1 .box1 p.lead {
  margin-top: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.p-fac-kodomo__facility .block1 .box1 strong {
  color: #1083AE;
}
.p-fac-kodomo__facility .block1 .box1 .notice {
  margin-top: 30px;
}
.p-fac-kodomo__facility .block1 .box1 .notice li {
  padding-left: 20px;
  position: relative;
}
.p-fac-kodomo__facility .block1 .box1 .notice li:before {
  display: block;
  content: "";
  background: #655C50;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 7px;
}
.p-fac-kodomo__facility .block1 .box1 .notice a {
  text-decoration: underline;
}
.p-fac-kodomo__facility .block1 .box1 .notice a:hover {
  text-decoration: none;
}
.p-fac-kodomo__guide .link {
  display: flex;
  justify-content: space-between;
}
.p-fac-kodomo__guide li {
  width: 49.0909%;
  text-align: center;
}
.p-fac-kodomo__guide li a {
  display: block;
  border: 2px solid #1083AE;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  padding: 43px 20px;
  color: #1083AE;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-fac-kodomo__guide li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 45px 45px;
  padding-top: 65px;
}
.p-fac-kodomo__guide li span:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 7px;
  height: 12px;
  margin-left: 30px;
  background: url(../img/common/arrow_1-blue.svg) no-repeat center;
  background-size: contain;
}
.p-fac-kodomo__guide li.hour span {
  background-image: url(../img/facilities/kodomo/guide_icon1.svg);
}
.p-fac-kodomo__guide li.holiday span {
  background-image: url(../img/facilities/kodomo/guide_icon2.svg);
}
.p-fac-kodomo__guide .please {
  margin-top: 58px;
}
.p-fac-kodomo__guide .please .c-title4 {
  margin-top: 50px;
}
.p-fac-kodomo__guide .please .c-title4:first-child {
  margin-top: 0;
}
.p-fac-kodomo__guide .please .lead a {
  text-decoration: underline;
}
.p-fac-kodomo__guide .please .lead a:hover {
  text-decoration: none;
}
.p-fac-kodomo__guide .please-detail {
  margin-top: 42px;
}
.p-fac-kodomo__guide .please-detail ul {
  display: flex;
}
.p-fac-kodomo__guide .please-detail li {
  background: #fff;
  border-radius: 10px;
  width: 22.7272%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 20px 46px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 3.0304%;
}
.p-fac-kodomo__guide .please-detail li:nth-child(4n+1) {
  margin-left: 0;
}
.p-fac-kodomo__guide .please-detail .img1 {
  margin-bottom: 24px;
}
.p-fac-kodomo__guide .please-detail .title {
  font-weight: 700;
  color: #E62B2B;
  line-height: 1.625;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px dotted #E1DBD5;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-fac-kodomo__guide .please-detail p {
  line-height: 1.625;
  text-align: left;
}
.p-fac-kodomo__guide .target {
  margin-top: 50px;
}
.p-fac-kodomo__guide .target-title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-top: 31px;
  padding-bottom: 31px;
}
.p-fac-kodomo__guide .target-title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fff;
  z-index: 1;
}
.p-fac-kodomo__guide .target-title .h {
  font-size: 24px;
  font-size: 2.4rem;
  color: #655C50;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.p-fac-kodomo__guide .target-content {
  margin-bottom: 70px;
}
.p-fac-kodomo__guide .target-content:last-child {
  margin-bottom: 0;
}
.p-fac-kodomo__guide .target-content table {
  width: 100%;
}
.p-fac-kodomo__guide .target-content thead th {
  background: #655C50;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  padding: 10px;
}
.p-fac-kodomo__guide .target-content thead th:last-child {
  border-right: 0;
}
.p-fac-kodomo__guide .target-content tbody th {
  text-align: left;
  font-weight: 400;
  color: #fff;
}
.p-fac-kodomo__guide .target-content tbody th.bg1 {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.p-fac-kodomo__guide .target-content tbody td {
  background: #fff;
}
.p-fac-kodomo__guide .target-content .general .bg1 {
  background: #1083AE;
}
.p-fac-kodomo__guide .target-content .general .bg2 {
  background: #4FB0D5;
}
.p-fac-kodomo__guide .target-content .group .bg1 {
  background: #05AF81;
}
.p-fac-kodomo__guide .target-content .group .bg2 {
  background: #67C1A8;
}
.p-fac-kodomo__guide .target-content th,
.p-fac-kodomo__guide .target-content td {
  border: 1px solid #E1DBD5;
  padding: 10px 25px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-fac-kodomo__guide .target-content th small,
.p-fac-kodomo__guide .target-content td small {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-fac-kodomo__guide .target-content th img,
.p-fac-kodomo__guide .target-content td img {
  margin-top: 20px;
}
.p-fac-kodomo__guide .target-content th .indent,
.p-fac-kodomo__guide .target-content td .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.57;
  margin-top: 10px;
}
.p-fac-kodomo__guide .target-content .w60 {
  width: 60px;
}
.p-fac-kodomo__guide .target-content .w80 {
  width: 80px;
}
.p-fac-kodomo__guide .target-content .w120 {
  width: 120px;
}
.p-fac-kodomo__guide .target-content .w150 {
  width: 150px;
}
.p-fac-kodomo__guide .target-content .w230 {
  width: 230px;
}
.p-fac-kodomo__news {
  margin-bottom: 100px;
  width: 48.1818%;
}
.p-fac-kodomo__news-wrap {
  display: flex;
  justify-content: space-between;
}
.p-fac-kodomo__news .content li {
  margin-bottom: 20px;
}
.p-fac-kodomo__news .content li a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: #1083AE;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(193, 180, 173, 0.5);
}
.p-fac-kodomo__news .content li .img1 {
  width: 150px;
}
.p-fac-kodomo__news .content li .box1 {
  width: calc(100% - 150px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 90px 15px 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: url(../img/common/arrow_2.svg) no-repeat calc(100% - 20px) center;
  background-size: 50px 50px;
}
.p-fac-kodomo__news .content li .date {
  font-family: "Montserrat", "Montserrat", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 10px;
}
.p-fac-kodomo__news .content li .category {
  width: 160px;
  color: #fff;
  background: #1083AE;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 10px;
}
.p-fac-kodomo__news .content li .title {
  margin-top: 8px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
}
.p-fac-kodomo__news .content li.animal a {
  color: #229700;
}
.p-fac-kodomo__news .content li.animal .category {
  background: #229700;
}
.p-fac-kodomo__news .content li.shokuiku a {
  color: #E72E8C;
}
.p-fac-kodomo__news .content li.shokuiku .category {
  background: #E72E8C;
}
.p-fac-kodomo__news .content li.child a {
  color: #48A2C2;
}
.p-fac-kodomo__news .content li.child .category {
  background: #48A2C2;
}
.p-fac-kodomo__news .c-btn1 {
  margin-top: 50px;
}
.p-fac-kodomo__example {
  margin-bottom: 100px;
  width: 39.4545%;
}
.p-fac-kodomo__example .img1 {
  margin-bottom: 30px;
}
.p-fac-kodomo__example .img1 img {
  border-radius: 10px;
}
.p-fac-kodomo__example .txt1 {
  line-height: 1.375;
}
.p-fac-kodomo__example .c-btn1 {
  margin-top: 40px;
}
.p-fac-kodomo__highlights {
  background: url(../img/facilities/kodomo/highlights_bg1.png) repeat-x center top, url(../img/facilities/kodomo/highlights_bg2.png) repeat-x center bottom, #95D4EC;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}
.p-fac-kodomo__highlights .slider {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.p-fac-kodomo__highlights .slider .slick-list {
  overflow: visible !important;
}
.p-fac-kodomo__highlights .slider .slick-arrow {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 50%;
  margin-top: -22px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  border: 0;
  outline: 0;
  white-space: nowrap;
  text-indent: 100px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9;
}
.p-fac-kodomo__highlights .slider .slick-arrow.slick-prev {
  background-image: url(../img/common/arrow_2-left.svg);
  left: -10px;
}
.p-fac-kodomo__highlights .slider .slick-arrow.slick-next {
  background-image: url(../img/common/arrow_2.svg);
  right: -10px;
}
.p-fac-kodomo__highlights .slider li {
  padding-left: 15px;
  padding-right: 15px;
}
.p-fac-kodomo__highlights .slider .wrap {
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-fac-kodomo__highlights .slider .img1 {
  width: 40.2597%;
}
.p-fac-kodomo__highlights .slider .img1 img {
  border-radius: 10px 0 0 10px;
}
.p-fac-kodomo__highlights .slider .box1 {
  width: 59.7403%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.p-fac-kodomo__highlights .slider .box1 .title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #1083AE;
  margin-bottom: 20px;
  font-weight: 500;
}
.p-fac-kodomo__highlights .slider .box1 .c-btn1 {
  margin-top: 30px;
  text-align: left;
}
.p-fac-kodomo__map {
  margin-bottom: 100px;
}
.p-fac-kodomo__map .lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 48px;
}
.p-fac-kodomo__map .lead img {
  vertical-align: middle;
  margin-right: 12px;
}
.p-fac-kodomo__map .map-tab {
  margin-bottom: 47px;
}
.p-fac-kodomo__map .map-tab ul {
  display: flex;
  justify-content: center;
}
.p-fac-kodomo__map .map-tab li {
  cursor: pointer;
  border: 2px solid #1083AE;
  border-radius: 10px;
  text-align: center;
  width: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Montserrat", "Montserrat", "Zen Kaku Gothic New", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  padding: 8px 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  color: #1083AE;
}
.p-fac-kodomo__map .map-tab li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  border-top: 0 solid #1083AE;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.p-fac-kodomo__map .map-tab li.is-active {
  background: #1083AE;
  color: #fff;
}
.p-fac-kodomo__map .map-tab li.is-active:before {
  bottom: -10px;
  border-top-width: 10px;
}
.p-fac-kodomo__map .content {
  justify-content: space-between;
  display: none;
}
.p-fac-kodomo__map .content.is-active {
  display: flex;
}
.p-fac-kodomo__map .content-map {
  width: 48.9583%;
  position: relative;
  background: #F9F9F9;
}
.p-fac-kodomo__map .content-map:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -49px;
  right: -45px;
  border-top: 49px solid transparent;
  border-bottom: 49px solid transparent;
  border-left: 45px solid #F9F9F9;
}
.p-fac-kodomo__map .content-map .pin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-fac-kodomo__map .content-map .pin svg > g {
  cursor: pointer;
}
.p-fac-kodomo__map .content-detail {
  background: #95D4EC;
  padding: 57px 90px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 51.0417%;
  text-align: center;
}
.p-fac-kodomo__map .content-detail .detail {
  display: none;
}
.p-fac-kodomo__map .content-detail .detail.is-active {
  display: block;
}
.p-fac-kodomo__map .content-detail .title {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-fac-kodomo__map .content-detail .title img {
  margin-right: 30px;
  vertical-align: text-bottom;
}
.p-fac-kodomo__map .content-detail p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-fac-kodomo__map .content-detail .img1 {
  margin-top: 30px;
}
.p-fac-kodomo__contact .content {
  display: flex;
  justify-content: center;
}
.p-fac-kodomo__contact .tel-box {
  text-align: right;
  margin-right: 45px;
}
.p-fac-kodomo__contact .tel-box .tel {
  border-bottom: 2px dotted #1083AE;
  padding-bottom: 13px;
  margin-bottom: 13px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-fac-kodomo__contact .tel-box .tel a {
  margin-left: 40px;
  display: inline-block;
  background: url(../img/facilities/kodomo/contact_icon_tel.svg) no-repeat left center;
  background-size: 24px 32px;
  padding-left: 34px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  color: #1083AE;
}
.p-fac-kodomo__contact .tel-box .fax {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}
.p-fac-kodomo__contact .email a {
  display: block;
  border: 1px solid #1083AE;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 27px 30px;
  color: #1083AE;
  line-height: 1.44;
  font-weight: 500;
}
.p-fac-kodomo__contact .email span {
  display: block;
  background: url(../img/facilities/kodomo/contact_icon_email.svg) no-repeat left center;
  background-size: 33px 23px;
  position: relative;
  padding-left: 54px;
  padding-right: 37px;
  position: relative;
}
.p-fac-kodomo__contact .email span:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url(../img/common/arrow_1-blue.svg) no-repeat right center;
  background-size: contain;
  width: 7px;
  height: 12px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-fac-kodomo__tab ul {
    display: block;
  }
  .p-fac-kodomo__tab li {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-fac-kodomo__tab li:last-child {
    margin-bottom: 0;
  }
  .p-fac-kodomo__facility .block1 {
    display: block;
  }
  .p-fac-kodomo__facility .block1 .img1 {
    width: auto;
    margin-bottom: 30px;
  }
  .p-fac-kodomo__facility .block1 .box1 {
    width: auto;
  }
  .p-fac-kodomo__facility .block1 .box1 p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-fac-kodomo__news {
    width: auto;
    margin-bottom: 40px;
  }
  .p-fac-kodomo__news-wrap {
    display: block;
  }
  .p-fac-kodomo__news .content li a {
    align-items: unset;
  }
  .p-fac-kodomo__news .content li .img1 {
    width: 105px;
  }
  .p-fac-kodomo__news .content li .img1 img {
    object-fit: cover;
    height: 100%;
  }
  .p-fac-kodomo__news .content li .box1 {
    padding: 19px 54px 19px 14px;
    margin-top: auto;
    margin-bottom: auto;
    width: calc(100% - 105px);
    background-position: calc(100% - 15px) center;
    background-size: 30px 30px;
  }
  .p-fac-kodomo__news .content li .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-fac-kodomo__news .content li .category {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .p-fac-kodomo__news .content li .title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .p-fac-kodomo__example {
    width: auto;
    margin-bottom: 40px;
  }
  .p-fac-kodomo__highlights .slider .wrap {
    display: block;
  }
  .p-fac-kodomo__highlights .slider .img1 {
    width: auto;
  }
  .p-fac-kodomo__highlights .slider .img1 img {
    border-radius: 10px 10px 0 0;
  }
  .p-fac-kodomo__highlights .slider .box1 {
    width: auto;
    padding: 20px;
  }
  .p-fac-kodomo__highlights .slider .box1 .title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .p-fac-kodomo__highlights .slider .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .p-fac-kodomo__highlights .slider .slick-arrow.slick-next {
    right: 0;
  }
  .p-fac-kodomo__highlights .slider .slick-arrow.slick-prev {
    left: 0;
  }
  .p-fac-kodomo__map .map-tab {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-fac-kodomo__map .map-tab li {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 4px 10px;
    width: 80px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .p-fac-kodomo__map .map-tab li:before {
    border-left-width: 10px;
    border-right-width: 10px;
  }
  .p-fac-kodomo__map .lead {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-fac-kodomo__map .lead img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
  }
  .p-fac-kodomo__map .content.is-active {
    display: block;
  }
  .p-fac-kodomo__map .content-map {
    width: auto;
  }
  .p-fac-kodomo__map .content-map:before {
    display: none;
  }
  .p-fac-kodomo__map .content-detail {
    width: auto;
    padding: 30px;
  }
  .p-fac-kodomo__map .content-detail .title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .p-fac-kodomo__map .content-detail .title img {
    display: block;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .p-fac-kodomo__map .content-detail p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-fac-kodomo__contact .content {
    display: block;
  }
  .p-fac-kodomo__contact .tel-box {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-fac-kodomo__contact .tel-box .tel {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-fac-kodomo__contact .tel-box .tel a {
    margin-top: 10px;
    font-size: 30px;
    font-size: 3rem;
    margin-left: 0;
  }
  .p-fac-kodomo__guide .link {
    display: block;
  }
  .p-fac-kodomo__guide li {
    width: auto;
    margin-bottom: 20px;
  }
  .p-fac-kodomo__guide li:last-child {
    margin-bottom: 0;
  }
  .p-fac-kodomo__guide li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 15px;
  }
  .p-fac-kodomo__guide .target-title {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .p-fac-kodomo__guide .target-title:before {
    width: 80px;
    height: 80px;
  }
  .p-fac-kodomo__guide .target-title .h {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-fac-kodomo__guide .target-content {
    overflow: auto;
  }
  .p-fac-kodomo__guide .target-content th {
    padding: 15px;
  }
  .p-fac-kodomo__guide .target-content td {
    padding: 8px 15px;
  }
  .p-fac-kodomo__guide .target-content table,
  .p-fac-kodomo__guide .target-content tbody,
  .p-fac-kodomo__guide .target-content tr,
  .p-fac-kodomo__guide .target-content th,
  .p-fac-kodomo__guide .target-content td {
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
