@charset "UTF-8";
@import url(css/reset.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
}

body {
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #42210b;
  background-image: url(./img/backBe.jpg);
}

.container {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #42210b;
}

a:visited {
  color: #42210b;
}

ul {
  list-style: none;
}

/** Header **/
header {
  position: fixed;
  background-image: url(./img/headerB.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  width: 100%;
  z-index: 99;
}

header #hInner {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 8px;
}

header #hInner h1 img {
  width: 100px;
}

header #hInner h1 a:hover {
  opacity: .5;
}

header #hInner ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  margin-top: -16px;
}

header #hInner ul a {
  margin-left: 40px;
  cursor: pointer;
}

header #hInner ul a img {
  height: 24px;
}

header #hInner ul a:hover {
  cursor: pointer;
  opacity: .5;
}

header #hInner ul a:last-child {
  background-color: #71c7cf;
  border-radius: 12px;
  padding: 8px;
}

header #hInner ul a:last-child:hover {
  opacity: 1;
  background-color: #f5bcd2;
}

@media screen and (max-width: 768px) {
  header #hInner {
    padding: 8px 8px 24px;
  }
  header #hInner h1 img {
    width: 54px;
  }
  header #hInner ul {
    margin-top: -8px;
  }
  header #hInner ul a {
    margin-left: 16px;
  }
  header #hInner ul a img {
    height: 12px;
  }
}

/** メインビジュアル **/
#mVisual {
  background-image: url(./img/backM.jpg);
  background-position: bottom;
  text-align: center;
  z-index: 0;
}

#mVisual #animal {
  max-width: 1036px;
  width: 100%;
  margin: -48px auto 0;
  padding-bottom: 16px;
}

#mVisual #animal img {
  width: 100%;
}

#mVisual #mLogo {
  position: absolute;
  width: 38%;
  max-width: 393px;
  top: 136px;
  left: 0;
  right: 0;
  margin: auto;
}

#mVisual #mLogo img {
  width: 100%;
}

/** 境目の画像 **/
.border-top {
  height: 20px;
  margin-top: -20px;
  background-image: url(./img/b-top.png);
  background-position: top center;
  background-repeat: repeat-x;
}

.border-bottom {
  height: 20px;
  background-image: url(./img/b-bottom.png);
  background-position: top center;
  background-repeat: repeat-x;
}

article {
  padding-bottom: 72px;
}

/** 保育内容 **/
#care h1 {
  width: 210px;
  margin: 32px auto 32px;
}

#care h2 {
  background-color: #71c7cf;
  border-radius: 12px;
  color: white;
  padding: 4px 16px;
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.6rem;
  font-weight: 700;
}

#care #c1, #care #c2, #care #c3 {
  background: #f5bcd2;
  border-radius: 12px;
  color: white;
  text-align: center;
  margin-bottom: 16px;
  padding: 16px 30px;
}

#care .wDots {
  background-image: url(./img/wDot.png);
  background-position: center center;
  background-repeat: repeat-x;
}

#care .gDots {
  background-image: url(./img/gDot.png);
  background-position: center center;
  width: 100%;
  height: 8px;
  margin: 16px 0;
}

#care #c1 .cContents {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 2rem;
  margin-top: 16px;
}

#care #c2 .cContents {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin-top: 16px;
}

#care #c3 .cContents {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin-top: 16px;
}

#care #c4, #care #c5, #care #c6, #care #c7 {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
}

#care #c4 h2, #care #c5 h2, #care #c6 h2, #care #c7 h2 {
  margin-right: 16px;
}

#care #c4 table, #care #c5 table, #care #c6 table, #care #c7 table {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

#care .cRow {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#care #c5 h2 {
  letter-spacing: 2.4rem;
  padding-left: 4rem;
}

#care #c5 div {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

#care #c6 small {
  font-size: 1.6rem;
}

#care #c6 div {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

#care #c7 th {
  color: #71c7cf;
  vertical-align: middle;
  width: 100px;
  font-weight: 400;
}

#care #c7 div:last-child {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-top: 16px;
}

/** 生活と年間行事 **/
#yearEvent {
  background-image: url(./img/backBl.jpg);
}

#yearEvent h1 {
  width: 358px;
  margin: 0 auto 32px;
  padding-top: 48px;
}

#yearEvent .container {
  position: relative;
}

#yearEvent section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#yearEvent section h2 {
  font-size: 2.4rem;
  background-color: #f5bcd2;
  color: white;
  display: inline-block;
  padding: 4px 32px;
  border-radius: 12px 12px 0 0;
  text-align: center;
  letter-spacing: 0.2rem;
}

#yearEvent section h2:hover {
  background-color: white;
  color: #f5bcd2;
  cursor: pointer;
}

#yearEvent section h2.active {
  background-color: white;
  color: #f5bcd2;
}

#yearEvent section .contents {
  width: 100%;
  background-color: white;
  border-radius: 0 12px 12px 12px;
}

#yearEvent #life .contents {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px 32px;
}

#yearEvent #life th {
  padding: 4px 16px 0 0;
}

#yearEvent #life th span {
  color: white;
  background-color: #f5bcd2;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  padding: 2px 8px;
  border-radius: 6px;
}

#yearEvent #life td {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

#yearEvent #life #uR {
  color: white;
  background-color: #f5bcd2;
  border-radius: 12px;
  padding: 8px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
}

#yearEvent #life #uR li {
  font-size: 2rem;
  margin-left: -1rem;
}

#yearEvent #event .contents {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding: 32px 32px;
}

#yearEvent #event table {
  border-collapse: separate;
  border-spacing: 0 8px;
}

#yearEvent #event th {
  color: white;
  font-size: 2rem;
  padding: 4px 16px;
  border-radius: 8px;
}

#yearEvent #event th#sp {
  background-color: #f5bcd2;
}

#yearEvent #event th#su {
  background-color: #71c7cf;
}

#yearEvent #event th#au {
  background-color: #f28f1a;
}

#yearEvent #event th#wi {
  background-color: #cf3b30;
}

#yearEvent #event td {
  padding-left: 16px;
  font-size: 2rem;
  font-weight: 700;
}

#yearEvent #event #mo {
  color: white;
  background-color: #71c7cf;
  border-radius: 12px;
  padding: 8px;
  font-size: 2.2rem;
  font-weight: 500;
}

#yearEvent #event #mo li {
  font-size: 2rem;
  margin: 0 2.4rem;
}

/** 園の概要 **/
#about h1 {
  margin: 32px auto 32px;
  width: 205px;
}

#about .aRow {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 8px;
  align-items: center;
}

#about .aRow .aL {
  color: white;
  background: #f5bcd2;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  padding: 4px 16px;
  margin-right: 16px;
}

#about .aRow .aR {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

#about #mapContainer {
  position: relative;
  padding-top: 50%;
}

#about #map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/** FOOTER **/
footer {
  background-image: url(./img/footerB.png);
  background-position: top;
  text-align: center;
  padding: 48px 8px 24px;
  margin-top: -40px;
}

footer div:first-child {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

footer address {
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 0.1rem;
}

footer small {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.07rem;
}

#notice {
  background-image: url(./img/backBl.jpg);
  flex-grow: 1;
}

#notice h1 {
  margin: 48px auto 32px;
  width: 573px;
}

#notice article {
  max-width: 768px;
  width: 100%;
  margin: 0 auto 88px;
  padding: 40px 32px;
  background: white;
  border-radius: 12px;
}

#notice article h2 {
  font-size: 3.4rem;
  text-align: center;
}

#notice article div {
  font-size: 1.6rem;
  margin-top: 36px;
}

#notice article table {
  margin: 36px auto 40px;
  font-size: 1.6rem;
}

#notice article table th {
  padding-right: 3.2rem;
}

#notice article .rowR {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-end;
}

#notice article address {
  font-style: normal;
  font-size: 1.8rem;
}

#notice article address div {
  font-size: 2.4rem;
  font-weight: 700;
}

#notice article address span + span {
  padding-left: 3.6rem;
}
