@charset "utf-8";
/* CSS Document */
/*
---------------------------------------------------共通
*/
main article {
  display: block;
  margin-bottom: 100px;
}
main h1 {
  text-align: center;
  margin-bottom: 30px;
}
.split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo img {
  width: 100%;
  height: auto;
}
/*
---------------------------------------------------ホーム
*/
#topv {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  background-image: url("../images/topv_back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain
}
#topv img {
  -webkit-mask-image: url("../images/topv_mask.png");
  -webkit-mask-mode: alpha;
  -webkit-mask-position: center center;
}
#topv::before {
  content: url("../images/topv_catch1.png");
  display: block;
  position: absolute;
  width: 450px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
}
#topv::after {
  content: url("../images/topv_catch2.png");
  display: block;
  position: absolute;
  width: 320px;
  left: 0;
  bottom: -30px;
  z-index: 200;
}
#catchCopy {
  text-align: center;
  margin: 0 auto 2em;
}
#whatNew {
  width: 60%;
  margin: 0 auto 3em;
}
#whatNew dt {
  width: 25%;
  border-bottom: 1px dashed #EA5A4F;
  padding: 0.5em 0;
}
#whatNew dd {
  width: 75%;
  border-bottom: 1px dashed #EA5A4F;
  padding: 0.5em 0;
}
#enInfo {
  background: url("../images/column_back.jpg");
  padding: 30px;
  border-radius: 30px;
}
#enInfo .gmap {
  width: 70%;
}
#enInfo .add {
  width: 25%;
}
#enInfo .gmap iframe {
  width: 100%;
  height: 280px;
  border: 2px solid #8C6239;
  border-radius: 4px;
}
#enInfo .enName span {
  font-size: 0.7em;
}
#enInfo .enName {
  font-size: 1.2em;
  font-weight: bold;
  color: #EA5A4F;
}
#enInfo .phone {
  width: 100%;
  height: auto;
}
#enInfo .phone a {
  display: inline-block;
  background-color: #EA5A4F;
  color: #fff;
  padding: 0.5em 1em;
  margin-top: 20px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
}
#enInfo .phone a:hover {
  background: #A2062C;
}
/*
---------------------------------------------------園の概要
*/
#about dl {
  width: 60%;
  margin: 0 auto;
}
#about dl dt {
  width: 25%;
  border-bottom: 1px dashed #EA5A4F;
  padding: 0.5em 2em;
  position: relative;
}
#about dl dt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EA5A4F;
  position: absolute;
  bottom: -3px;
  left: -3px;
}
#about dl dd {
  width: 75%;
  border-bottom: 1px dashed #EA5A4F;
  padding: 0.5em 2em;
  position: relative;
}
#about dl dd::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EA5A4F;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
#aim .aimBack {
  width: 100%;
  padding: 5%;
  -moz-border-image: url(../images/woodframe.png) 20 fill repeat;
  -webkit-border-image: url(../images/woodframe.png) 20 fill repeat;
  -ms-border-image: url(../images/woodframe.png) 20 fill repeat;
  border-image: url(../images/woodframe.png) 20 fill repeat;
  border-width: 20px;
  border-style: solid;
}
#aim h2 {
  text-align: center;
  margin: 1em auto;
  font-weight: normal;
  position: relative;
}
#aim h2::before {
  content: url("../images/pin.png");
  position: relative;
  margin: -80px auto 0;
  display: block;
}
#aim h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 0.25em;
  background: repeating-linear-gradient(-45deg, #F9D1CA, #F9D1CA 4px, #EA5A4F 0, #EA5A4F 8px);
}
#aim section {
  display: block;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.40);
  margin-bottom: 60px;
}
#aim .aim1 {
  width: 48%;
}
#aim .aim1 ul li {
  padding-left: 2em;
  margin-bottom: 1em;
  background-image: url(../images/icon01.png);
  background-repeat: no-repeat;
  background-position: left 0.25em;
}
#aim .aim2 {
  width: 48%;
}
#aim .aim2 ul li {
  padding-left: 2em;
  margin-bottom: 1em;
  background-image: url(../images/icon02.png);
  background-repeat: no-repeat;
  background-position: left 0.25em;
}
#aim .aim3 {
  width: 100%;
}
#aim .aim3 p {
  color: #3786C8;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 1em;
}
#aim .aim3 figure {
  width: 32%;
  position: relative;
}
#aim .aim3 figure img {
  width: 100%;
  height: auto;
  -webkit-mask-image: url("../images/photo_mask01.png");
  -webkit-mask-mode: alpha;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-image: url("../images/photo_mask01.png");
  mask-mode: alpha;
  mask-position: center center;
  mask-size: contain;
}
#aim .aim3 figcaption {
  font-weight: bold;
  text-align: center;
}
#aim .aim4 {
  margin-bottom: 0
}
#aim .aim4 div {
  margin-bottom: 2em;
}
#aim .aim4 p {
  color: #A2062C;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 1em;
}
#aim .aim4 h3 {
  width: 15%;
  display: block;
}
#aim .aim4 ul {
  width: 80%;
}
#aim .aim4 ul li {
  padding-left: 2em;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: left 0.25em;
}
#aim .aim4 ul li:nth-child(1) {
  background-image: url(../images/icon01.png);
}
#aim .aim4 ul li:nth-child(2) {
  background-image: url(../images/icon02.png);
}
#aim .aim4 ul li:nth-child(3) {
  background-image: url(../images/icon03.png);
}
#aim .aim4 ul li:nth-child(4) {
  background-image: url(../images/icon04.png);
}
/*
---------------------------------------------------園の決まり
*/
#rule .notice {
  width: 60%;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 2em;
  color: #A2062C;
  margin-bottom: 2em;
}
#rule .flexFrame {
  width: 46%;
}
#rule section {
  margin-bottom: 60px;
}
#rule section:nth-last-child(1) {
  margin: 0;
}
#rule h2 {
  font-size: 1.25em;
  color: #EA5A4F;
  border-bottom: 1px dashed #EA5A4F;
  padding: 0.25em 1em;
  margin-bottom: 1em;
}
#rule ul li {
  padding-left: 2em;
  margin-bottom: 1em;
  background-image: url(../images/icon02.png);
  background-repeat: no-repeat;
  background-position: left 0.25em;
}
#rule ul li dl dt {
  font-weight: bold;
  width: 20%;
}
#rule ul li dl dd {
  width: 80%;
}
#rule table {
  width: 100%;
  margin: 1em auto;
  font-size: 0.9em;
}
#rule table thead {
  background-color: #FFF598;
}
#rule table thead td {
  text-align: center;
}
#rule table tbody th {
  text-align: left;
  padding: 0.25em 1em;
  border-bottom: 1px solid #D1C0B0;
}
#rule table tbody td {
  border-bottom: 1px solid #D1C0B0;
}
#rule .photo {
  border: 5px solid #fff;
  line-height: 0;
}
/*
---------------------------------------------------デイリープログラム
*/
#daily {
  position: relative;
  background-image: url("../images/daily_back.png");
  background-repeat: repeat-y;
  background-position: center top
}
#daily section {
  width: 60%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.90);
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  border-radius: 10px;
}
#daily section:nth-child(2n) {
  margin-left: 0;
}
#daily section:nth-child(2n+1) {
  margin-left: 40%;
}
#daily .clock {
  display: block;
  position: relative;
  margin: auto 0 auto -30px;
  width: 15%;
  height: auto;
}
#daily .clock img {
  width: 100%;
  height: auto;
}
#daily .photo {
  width: 30%;
}
#daily .schedule {
  width: 50%;
  display: inline-block;
  margin: auto 0;
}
#daily h2 {
  color: #EA5A4F;
  font-size: 1.25em;
  border-bottom: 1px dashed #EA5A4F;
  padding: 0.25em;
  margin-bottom: 0.5em;
  position: relative;
}
#daily h2::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EA5A4F;
  position: absolute;
  bottom: -3px;
  left: -3px;
}
#daily h2::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EA5A4F;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
/*
---------------------------------------------------年間行事
*/
#year {
  display: block;
  position: relative;
  margin-bottom: 0;
}
#year .month {
  width: 22%;
  margin-bottom: 100px;
  position: relative;
  background-image: url("../images/month_back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
#year .month img {
  border-radius: 50%;
  border: 3px dashed #8C6239;
  padding: 4px;
  background-color: #FDEDEA;
}
#year .photo {
  position: relative;
}
#year .photo::after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#year .m01::after {
  background-image: url("../images/year_title01.png");
}
#year .m02::after {
  background-image: url("../images/year_title02.png");
}
#year .m03::after {
  background-image: url("../images/year_title03.png");
}
#year .m04::after {
  background-image: url("../images/year_title04.png");
}
#year .m05::after {
  background-image: url("../images/year_title05.png");
}
#year .m06::after {
  background-image: url("../images/year_title06.png");
}
#year .m07::after {
  background-image: url("../images/year_title07.png");
}
#year .m08::after {
  background-image: url("../images/year_title08.png");
}
#year .m09::after {
  background-image: url("../images/year_title09.png");
}
#year .m10::after {
  background-image: url("../images/year_title10.png");
}
#year .m11::after {
  background-image: url("../images/year_title11.png");
}
#year .m12::after {
  background-image: url("../images/year_title12.png");
}
#otherEvent {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  -moz-border-image: url(../images/woodframe.png) 20 fill repeat;
  -webkit-border-image: url(../images/woodframe.png) 20 fill repeat;
  -ms-border-image: url(../images/woodframe.png) 20 fill repeat;
  border-image: url(../images/woodframe.png) 20 fill repeat;
  border-width: 20px;
  border-style: solid;
  position: relative;
}
#otherEvent h2 {
  width: 240px;
  text-align: center;
  margin: -60px auto 20px;
}
#otherEvent h2 img {
  width: 100%;
  height: auto;
}
#otherEvent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#otherEvent ul li {
  display: inline-block;
  background-color: #fff;
  margin: 0 1em 1em;
  padding: 0.25em 1em;
  width: auto;
  border-top: 8px solid #EA5A4F;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.40);
}
/*
---------------------------------------------------アルバム
*/
#blogContents {
  width: 70%;
}
#blogContents section {
  margin-bottom: 100px;
}
#blogContents section:nth-last-child(1) {
  margin-bottom: 0;
}
#blog h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #EA5A4F;
  border-bottom: 1px dashed #EA5A4F;
  padding: 0.25em 1em;
  margin-bottom: 1em;
  position: relative;
}
#blog h2::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EA5A4F;
  position: absolute;
  bottom: -3px;
  left: -3px;
}
#blog h2::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EA5A4F;
  position: absolute;
  bottom: -3px;
  right: -3px;
}
#blog .date {
  text-align: right
}
#blog .blogKiji {
  text-align: justify;
}
#blog .blogPhoto {}
#blog .blogPhoto img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#blog figure {
  width: 32%;
  margin-top: 40px;
  line-height: 1.5em;
}
#blog figcaption {
  font-size: 0.9em;
}
#categoly {
  width: 25%;
  padding: 20px;
  -moz-border-image: url(../images/woodframe.png) 20 fill repeat;
  -webkit-border-image: url(../images/woodframe.png) 20 fill repeat;
  -ms-border-image: url(../images/woodframe.png) 20 fill repeat;
  border-image: url(../images/woodframe.png) 20 fill repeat;
  border-width: 20px;
  border-style: solid;
}
#categoly h3 {
  text-align: center;
}
#categoly ul li {
  display: block;
  background-color: #fff;
  margin-bottom: 0.5em;
  padding: 0.25em 1em;
  border-left: 8px solid #EA5A4F;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.40);
}
#categoly ul li a {
  color: #A2062C
}
#categoly ul li a:hover {
  color: #00AA3A
}
/*
---------------------------------------------------レスポンシブ1024
*/
@media screen and (max-width:1024px) {
  #year .month {
    width: 32%;
  }
  /*
---------------------------------------------------1024ここまで
*/
}
/*
---------------------------------------------------レスポンシブ768
*/
@media screen and (max-width:768px) {
  #enInfo .gmap {
    width: 100%;
  }
  #whatNew {
    width: 100%;
  }
  #enInfo .add {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #topv img {
    -webkit-mask-size: contain;
  }
  /*
---------------------------------------------------園の概要
*/
  #about dl {
    width: 100%;
  }
  #about dl dt {
    width: 30%;
  }
  #about dl dd {
    width: 70%;
  }
  #aim .aim1 {
    width: 100%;
  }
  #aim .aim2 {
    width: 100%;
  }
  #aim .aim3 figure {
    width: 100%;
    position: relative;
  }
  #aim .aim4 h3 {
    width: 20%;
  }
  #aim .aim4 ul {
    width: 75%;
  }
  /*
---------------------------------------------------園の決まり
*/
  #rule .notice {
    width: 80%;
  }
  #rule .flexFrame {
    width: 100%;
  }
  /*
---------------------------------------------------デイリープログラム
*/
  #daily {
    background-size: contain
  }
  #daily section {
    width: 90%;
  }
  #daily section:nth-child(2n+1) {
    margin-left: 10%;
  }
  /*
---------------------------------------------------年間行事
*/
  #year .month {
    width: 48%;
  }
  #otherEvent h2 {
    width: 60%;
  }
  /*
---------------------------------------------------アルバム
*/
  #blogContents {
    width: 100%;
  }
  #blog h2 {
    line-height: 1.5em;
  }
  #blog figure {
    width: 48%;
  }
  #categoly {
    width: 100%;
    margin-top: 60px;
  }
  #categoly h3 {
    text-align: center;
    width: 50%;
    margin: 0 auto
  }
  #categoly ul li {
    display: block;
    background-color: #fff;
    margin-bottom: 0.5em;
    padding: 0.25em 1em;
    border-left: 8px solid #EA5A4F;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.40);
  }
  #categoly ul li a {
    color: #A2062C
  }
  #categoly ul li a:hover {
    color: #00AA3A
  }
  /*
---------------------------------------------------768ここまで
*/
}
/*
---------------------------------------------------レスポンシブ480
*/
@media screen and (max-width:480px) {
  .lf {
    content: "\A";
    white-space: pre;
  }
  #topv {
    margin: 0;
  }
  #topv::before {
    content: url("../images/topv_catch3.png");
  }
  #topv::after {
    display: none;
  }
  #catchCopy img {
    width: 100%;
    height: auto;
  }
  #whatNew dt {
    width: 100%;
    border-bottom: none;
    padding: 0.5em 0 0 0;
  }
  #whatNew dd {
    width: 100%;
  }
  #aim .aim4 h3 {
    width: 100%;
  }
  #aim .aim4 ul {
    width: 100%;
  }
  #about dl dt {
    width: 100%;
    border: none;
  }
  #about dl dt::before {
    top: 1em;
    left: 3px;
  }
  #about dl dd {
    width: 100%;
  }
  #rule .notice {
    width: 100%;
  }
  #daily {
    background-image: none;
  }
  #daily section {
    width: 100%;
  }
  #daily section:nth-child(2n+1) {
    margin-left: 0;
  }
  #daily .clock {
    width: 30%;
  }
  #daily .photo {
    width: 65%;
  }
  #daily .schedule {
    width: 100%;
  }
  #year .month {
    width: 100%;
  }
  #otherEvent h2 {
    width: 100%;
  }
  #blog figure {
    width: 100%;
  }
  #categoly h3 {
    width: 80%;
  }
  /*
---------------------------------------------------480ここまで
*/
}