#contentInner {
  margin: 0;
}

#child_place_cover {
  background-image: url("/img/place_header@2x.jpg");
  border-radius: 10px;
  width: 1020px;
  height: 360px;
}

#child_place.fukuoka-city #child_place_cover {
  background-image: url("/img/place_header_fukuoka@2x.jpg");
  border-radius: 10px;
  width: 1020px;
  height: 360px;
  background-size: 1020px 360px;
}
#child_place.fukuoka-city #child_place_service {
  display: none;
}

#child_place {
  margin: auto;
  width: 1020px;
}
#child_place header {
  margin-bottom: 16px;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#child_place header h1 {
  font-size: 26px;
  text-align: left;
}
#child_place p {
  font-size: 18px;
  margin: 20px;
  text-indent: 1em;
}
#child_place #searchAxis {
  border-radius: 10px;
  border: solid 1px #ccc;
  padding: 20px;
  overflow: auto;
  margin-bottom: 20px;
}
#child_place #searchAxis h4 {
  margin: 0 0 10px 5px;
  color: #333;
  clear: both;
}
#child_place #searchAxis p {
  margin: 0;
}
#child_place #searchAxis label {
  border: solid 1px;
  border-radius: 10px;
  display: block;
  float: left;
  margin: 3px;
  padding: 4px 20px;
  border-color: #eee;
  background-color: #fafafa;
}
#child_place #searchAxis label.checked {
  border-color: #22A8FC;
  background-color: #22A8FC;
  color: #fff;
}
#child_place #searchAxis label input[type=checkbox] {
  display: none;
}
#child_place #searchAxis label input[type=radio] {
  display: none;
}
#child_place #searchAxis .searchGroup {
  overflow: auto;
}
#child_place #searchAxis .searchWrapper {
  overflow: auto;
}
#child_place #searchAxis .searchForm {
  overflow: auto;
}
#child_place #searchAxis #area {
  overflow: auto;
  margin-bottom: 20px;
}
#child_place #searchAxis #child_place_service {
  overflow: auto;
}
#child_place #searchAxis button {
  display: none;
}
#child_place #desktop_pager {
  display: flex;
  justify-content: center;
}
#child_place #desktop_pager button {
  appearance: none;
  -webkit-appearance: none;
  background-color: #007FFF;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#child_place #desktop_pager button:hover {
  background-color: #016FDD;
}
#child_place #desktop_pager button.next, #child_place #desktop_pager button.prev {
  width: auto;
  height: auto;
  padding: 10px 24px;
  border-radius: 6px;
}
#child_place #desktop_pager button.current {
  background-color: #E8E8E8;
}
#child_place #desktop_pager span.toLastPageDots, #child_place #desktop_pager span.toFirstPageDots {
  margin-right: 20px;
  font-size: 20px;
}
#child_place .ticker {
  background-color: #ebf8ff;
  border: solid 1px #abd1fd;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#child_place .child-place {
  border-radius: 10px;
  border: solid 1px #ccc;
  cursor: pointer;
  margin-bottom: 20px;
}
#child_place .child-place > a > div {
  display: flex;
  flex-direction: row;
  height: 100%;
}
#child_place .child-place > a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
#child_place .child-place:hover {
  border: solid 1px #abd1fd;
  box-shadow: 0 0 6px rgba(171, 209, 253, 0.8);
}
#child_place .child-place .image {
  width: 280px;
  height: 280px;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#child_place .child-place .image img {
  border-radius: 10px;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports (object-fit: cover) {
  #child_place .child-place .image img {
    object-fit: cover;
    position: static;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
#child_place .child-place .info {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
#child_place .child-place .info > div {
  font-size: 16px;
  margin: 10px;
  display: flex;
  flex-direction: row;
}
#child_place .child-place .info > div span {
  flex: 5;
  font-size: 17px;
  color: #333;
}
#child_place .child-place .info > div span.label {
  flex: 1;
  font-weight: bold;
  color: #555;
}
#child_place .child-place .info .title {
  align-items: center;
}
#child_place .child-place .info .title h1 {
  font-weight: bold;
  margin: 0;
  font-size: 24px;
  text-indent: 0;
  color: #555;
}
#child_place .child-place .info .tags {
  flex-wrap: wrap;
}
#child_place .child-place .info .tags > span {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  font-weight: bold;
  margin-right: 16px;
  margin-bottom: 16px;
  flex: none;
  font-size: 14px;
}
#child_place .child-place .info .tags > span.study-support {
  background-color: #91f173;
  flex: none;
}
#child_place .child-place .info .tags > span.food-provide {
  background-color: #ffc65a;
  flex: none;
}

#mobile_pager {
  display: none;
}

#search_bar {
  display: none;
}

@media only screen and (max-width: 1025px) {
  #child_place {
    width: 100%;
  }
  #child_place .child-place .image {
    width: 140px;
    height: 140px;
  }
  #child_place .child-place .info .title h1 {
    font-size: 18px;
  }
  #child_place .child-place .info > div span {
    font-size: 11px;
  }
  #child_place .child-place .info {
    padding: 10px;
  }
  #child_place_cover {
    background-image: url("/img/place_header@2x.jpg");
    background-size: 600px 212px;
    width: 600px;
    height: 212px;
    border-radius: 4px;
  }
  #child_place.fukuoka-city #child_place_cover {
    background-image: url("/img/place_header_fukuoka@2x.jpg");
    background-size: 600px 212px;
    width: 600px;
    height: 212px;
    border-radius: 4px;
  }
}
body.mobile #search_box {
  display: none;
}
body.mobile #mobile_pager {
  display: block;
}
body.mobile #desktop_pager {
  display: none;
}
body.mobile #child_place_cover {
  background-image: url("/img/place_header_mobile@2x.jpg");
  background-size: 100% auto;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
}
body.mobile #child_place.fukuoka-city #child_place_cover {
  background-image: url("/img/place_header_fukuoka_mobile@2x.jpg");
  background-size: 100% auto;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
body.mobile #child_place_cover + p {
  margin-top: 15px;
}
body.mobile #search_bar {
  display: flex;
  flex-direction: row;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
body.mobile #search_bar .button {
  background-color: #57ABFF;
  color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 11px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
}
body.mobile #search_bar .tag-field {
  flex: 1;
  white-space: nowrap;
  overflow-x: auto;
}
body.mobile #search_bar .tag-field span {
  display: inline-block;
  background-color: #69C5FF;
  border: solid 1px #009DFF;
  color: #fff;
  margin: 8px 2px;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 8px;
}
body.mobile #child_place header {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.mobile #child_place header .about {
  background-color: #F7D000;
  color: #fff;
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-right: 10px;
}
body.mobile #child_place header h1 {
  font-size: 18px;
}
body.mobile #child_place p {
  font-size: 14px;
}
body.mobile #child_place #searchAxis {
  overflow: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10001;
  box-sizing: border-box;
  padding: 0;
}
body.mobile #child_place #searchAxis h4 {
  margin: 0 0 10px 5px;
  color: #333;
  clear: both;
}
body.mobile #child_place #searchAxis p {
  margin: 0;
}
body.mobile #child_place #searchAxis label {
  border: solid 1px;
  border-radius: 10px;
  display: block;
  float: left;
  margin: 3px;
  padding: 4px 16px;
  border-color: #eee;
  background-color: #fafafa;
}
body.mobile #child_place #searchAxis label.checked {
  border-color: #22A8FC;
  background-color: #22A8FC;
  color: #fff;
}
body.mobile #child_place #searchAxis label input[type=checkbox] {
  display: none;
}
body.mobile #child_place #searchAxis label input[type=radio] {
  display: none;
}
body.mobile #child_place #searchAxis .searchGroup {
  overflow: auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 10px;
  border: solid 1px #ccc;
  width: 96%;
  margin: 30% 2%;
  padding: 2%;
  box-sizing: border-box;
}
body.mobile #child_place #searchAxis .searchWrapper {
  overflow: auto;
}
body.mobile #child_place #searchAxis .searchForm {
  overflow: auto;
}
body.mobile #child_place #searchAxis #area {
  overflow: auto;
  margin-bottom: 20px;
}
body.mobile #child_place #searchAxis #child_place_service {
  overflow: auto;
}
body.mobile #child_place #searchAxis button {
  appearance: none;
  -webkit-appearance: none;
  background-color: #007FFF;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin: 12px auto;
  display: block;
}
body.mobile #child_place #pager {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
body.mobile #child_place #pager div {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
body.mobile #child_place #pager div:first-child {
  margin-top: 4px;
}
body.mobile #child_place #pager div:last-child {
  flex-direction: column;
  align-items: center;
}
body.mobile #child_place #pager div#desktop_pager {
  display: none;
}
body.mobile #child_place #pager button {
  appearance: none;
  -webkit-appearance: none;
  background-color: #007FFF;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 10px;
  cursor: pointer;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.mobile #child_place #pager button:hover {
  background-color: #016FDD;
}
body.mobile #child_place #pager button.next, body.mobile #child_place #pager button.prev {
  margin: 20px 0 0;
  width: auto;
  height: auto;
  padding: 10px 48px;
  border-radius: 6px;
}
body.mobile #child_place #pager button.current {
  background-color: #E8E8E8;
}
body.mobile #child_place #pager span.toLastPageDots, body.mobile #child_place #pager span.toFirstPageDots {
  margin-right: 12px;
}
body.mobile #child_place .ticker {
  background-color: #ebf8ff;
  border: solid 1px #abd1fd;
  border-radius: 8px;
  padding: 2% 3%;
  margin: 16px auto;
  font-size: 13px;
}
body.mobile #child_place .result {
  margin-top: 20px;
}
body.mobile #child_place .child-place {
  border-radius: 8px;
  border: solid 1px #ccc;
  cursor: pointer;
  margin: 10px auto;
}
body.mobile #child_place .child-place > a > div {
  display: flex;
  flex-direction: row;
  height: 100%;
}
body.mobile #child_place .child-place > a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
body.mobile #child_place .child-place .image {
  width: 120px;
  height: 120px;
  margin: 5px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
body.mobile #child_place .child-place .image img {
  border-radius: 6px;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports (object-fit: cover) {
  body.mobile #child_place .child-place .image img {
    object-fit: cover;
    position: static;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
body.mobile #child_place .child-place .info {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
body.mobile #child_place .child-place .info > div {
  font-size: 16px;
  display: flex;
  flex-direction: row;
}
body.mobile #child_place .child-place .info > div span {
  flex: 5;
  font-size: 11px;
  color: #333;
}
body.mobile #child_place .child-place .info > div span.label {
  flex: 1;
  font-weight: bold;
  color: #555;
  display: none;
}
body.mobile #child_place .child-place .info .title {
  align-items: center;
  margin-bottom: 8px;
}
body.mobile #child_place .child-place .info .title h1 {
  font-weight: bold;
  margin: 0;
  font-size: 15px;
  text-indent: 0;
  color: #555;
}
body.mobile #child_place .child-place .info .open-days-box, body.mobile #child_place .child-place .info .open-hours-box {
  display: none;
}
body.mobile #child_place .child-place .info .tags {
  margin-top: 10px;
}
body.mobile #child_place .child-place .info .tags > span {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-weight: bold;
  margin-right: 6px;
  margin-bottom: 6px;
  flex: none;
  font-size: 10px;
}
body.mobile #child_place .child-place .info .tags > span.study-support {
  background-color: #91f173;
  flex: none;
}
body.mobile #child_place .child-place .info .tags > span.food-provide {
  background-color: #ffc65a;
  flex: none;
}

/*# sourceMappingURL=child_place.css.map */
