@charset "UTF-8";

html {
  font-size: 62.5%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #634E41;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN",  sans-serif;
  line-height: 2;
  background-image: url(../images/yellow-back.jpg);
  background-repeat: repeat;
  background-size: 100%;
}

a {
;
  text-decoration: none;
  color: #634E41;
}

ul {
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


img {
  vertical-align: top;
}

.images {
  width: 100%;
}


/* 共通 */


#page-top {
 display:inline-block;
 position:fixed;
 bottom:0;
 right:1%;
  z-index: 9999;
}

#page-top img {
  height: 52px;
}

.contents {
  width: 1000px;
  margin: 0 auto;
}

.heading-wrapper {
}

.heading-top {
}

.heading {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.second-heading {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1;
}

.pink-title {
  color: #E85292;
}

.pink-line {
  background-color: #E85292;
}

.green-title {
  color: #33B495;
}

.green-line {
  background-color: #33B495;
}

.orange-title {
  color: #F39800;
}

.orange-line {
  background-color: #F39800;
}

.kimidori-title {
  color: #8FC31F;
}

.kimidori-line {
  background-color: #8FC31F;
}

.arrow-wrapper {
  width: 60px;
  margin: 0 auto;
}

.arrow-wrapper img {
  cursor: pointer;
  transition: 0.3s;
}

.arrow-wrapper img:hover {
  transform: translateY(-3px);
}

/* 共通のフェードインアニメーション */

.fade-in-animation {
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateY(30px);
}

.fade-in-animation-right {
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateX(60px);
}

.fade-in-animation-left {
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateX(-60px);
}

.active {
	opacity: 1;
	visibility: visible;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
}


/* header */

header {
  background-image: url(../images/site-back-blue.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.header-contents {
  z-index: 999;
}

.yellow-curve-wrapper {
  width: 100%;
}

.yellow-curve {
  width: 100%;
  position: absolute;
  top: 380px;
  left: 0;
}

.header-title-wrapper {
}

.site-title-head {
  width: 612px;
  margin: 40px auto 35px;
}

.site-title {
  width: 505px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.header-image-wrapper {
  
}

.header-top-image {
  transform: translateY(-50px);
  position: relative;
}

.header-list-wrapper {
  margin-bottom: 40px;
}

.header-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.header-list li {
  width: 14%;
}

.header-list li a {
  display: inline-block;
  width: 100%;
  transition: 0.5s;
}

.header-list li a:hover {
  transform: translateY(-3px);
}


/* footer */

footer {
  background-color: #EAF6FD;
  padding: 40px 0 30px;
}

.footer-list-wrapper {
  margin-bottom: 50px;
}

.copy-right-wrapper {
  color: #96CFD9;
  line-height: 1;
}


/* garden section */

.garden-section {
  position: relative;
}

.tree-title-wrapper {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}

.facility-title-wrapper {
  margin-bottom: 50px;
}

.facility-guide-tree {
  width: 35%;
}

.facility-title {
  width: 275px;
  margin-right: 25px;
}

.long-title-wrapper {
  width: 360px;
  margin: 0 auto 70px;
}

.garden-list-wrapper {
  width: 100%;
}

.garden-list {
  width: 970px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.garden-list li {
  width: 420px;
  text-align: left;
  margin-top: 50px;
}

.garden-list li:first-child {
  margin-top: 0;
}

.garden-list li:nth-child(2) {
  margin-top: 0;
}

.garden-list-image-wrapper {
  width: 100%;
}

.garden-list-titile-wrapper {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
  height: 55px;
}

.garden-list-titile {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-49%);
  -webkit-transform: translateY(-49%);
  margin-top: 5px;
  white-space: nowrap;
}

.garden-list-titile-icon {
  left: 75px;
}

.garden-list-head-icon {
  position: absolute;
  left: 75px;
}

.garden-list-titile span {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 15px;
}

.garden-list-titile-head {
  line-height: 1;
}

.garden-list-icon-wrapper {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0px;
}

.garden-list-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
}

.garden-list-table dt {
  width: 60px;
  margin-bottom: 15px;
}

.garden-list-table dd {
  width: 340px;
  margin-bottom: 15px;
}

.garden-list-url a {
  white-space: nowrap;
  transition: 0.3s;
  display: inline-block;
}

.garden-list-url a:hover {
  transform: translateY(-3px);
}

.dt-url {
  letter-spacing: 13px;
}

.garden-list-text-wrapper {
  line-height: 1.6;
  margin: 25px auto 60px;
  height: 110px;
}

.garden-list-line {
  display: block;
  height: 2px;
  width: 100%;
}


.garden-list-hoikuen {
  margin-top: 50px;
  margin-bottom: 35px;
}

.garden-list-support {
  margin-bottom: 60px;
}


.long-title-gakudou {
  margin-top: 70px;
}

.long-title-support {
  margin-top: 110px;
}

.long-title-map {
  margin-top: 60px;
}

.map-image-wrapper {
  width: 100%;
}


/* hoiku-section */

.hoiku-section {
  margin-top: 150px;
  margin-bottom: 110px;
}

.hoiku-title-wrapper {
  
}

.hoiku-title {
  width: 415px;
  margin-right: 25px;
}

.hoiku-guide-tree {
  width: 280px;
}

.hoiku-text-wrapper {
  margin-top: 90px;
  margin-bottom: 70px;
}

.hoiku-heading-warapper {
  width: 620px;
  margin: 0 auto 35px;
}

.hoiku-text {
  width: 825px;
  margin: 0 auto;
  text-align: left
}

.hoiku-news-image-wapper {
  width: 650px;
  margin: 0 auto;
  position: relative;
}

.hoiku-news-list {
  position: absolute;
  top: 60%;
  left: 64%;
  transform: translateY(-60%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: left;
}

.hoiku-news-list li {
}

.hoiku-city-image-wapper {
  width: 655px;
  margin: 40px auto;
}

.kosodate-link {
  display: inline-block;
  transition: 0.3s;
}

.kosodate-link:hover {
  transform: translateY(-3px);
}

.hoiku-whats-image-wapper {
  width: 790px;
  margin: 0 auto 90px;
}



/* group section */

.group-section {
  margin-bottom: 200px;
}

.group-title-wrapper {
  
}

.group-title {
  width: 380px;
  margin-right: 25px;
}

.group-guide-tree {
  width: 300px;
}

.group-table {
  width: 660px;
  text-align: left;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.group-table dt {
  width: 75px;
  margin-right: 20px;
}

.group-table dd {
  width: 565px;
}

.group-table-two {
  margin-top: 40px;
}


/* support section */

.support-section {
  margin-bottom: 40px;
}

.support-title-wrapper {
  
}

.support-title {
  width: 425px;
  margin-right: 25px;
}

.support-guide-tree {
  width: 280px;
}

.support-list {
  width: 90%;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.support-list li {
  width: 26%;
  line-height: 1;
  margin-bottom: 30px;
}

.support-list li:nth-child(4n) {
  width: 18%;
}




/* responsove start */

@media screen and (max-width:900px) {
  
  
/* header ハンバーガメニュー */
  
  
.header-navi-trigger{
  display: inline-block;
  position: fixed;
  top: 3px;
  right: 3px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 9999;
}
  
.header-menu, .header-menu span {
  display: inline-block;
  transition: all .4s;
}

.header-menu {
  position: relative;
  width: 50px;
  height: 50px;
}

.header-menu span {
  position: absolute;
  width: 80%;
  height: 5px;
  background-color: #42B846;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.header-menu:nth-of-type(1) {
  top: 10px;
}

.header-menu span:nth-of-type(2) {
  top: 15px;
}

.header-menu span:nth-of-type(3) {
  top: 30px;
}

.header-menu.active span:nth-of-type(1) {
  left: 0;
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}

.header-menu.active span:nth-of-type(2) {
  opacity: 0;
}

.header-menu.active span:nth-of-type(3) {
  left: 0;
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
  
  
/* 共通 */
  
body {
  font-size: 1.3rem;
  line-height: 1.5;
}
  
.contents {
  width: 90%;
  margin: 0 5%;
}

.heading {
  font-size: 2.4rem;
  line-height: 1;
}

.second-heading {
  font-size: 1.8rem;
  line-height: 1;
}


/* header */

header {
  background-color: #fff;
}


.yellow-curve-wrapper {
  width: 100%;
}

.yellow-curve {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
}
  
.site-title-head {
  width: 100%;
  margin: 40px auto 35px;
}

.site-title {
  width: 100%;
  margin: 0 auto;
}
  
.header-top-image {
  transform: translateY(-50px);
}

.header-list-wrapper {
  margin-bottom: 40px;
}

.header-list {
  width: 100%;
  justify-content: center;
}

.header-list li {
  width: 24%;
  margin-bottom: 10px;
  margin-right: 1%;
}
  
.header-list li:nth-child(4) {
  margin-right: 0;
}

  
/* footer */

footer {
  padding: 40px 0 30px;
}

.footer-list-wrapper {
  margin-bottom: 50px;
}

.copy-right-wrapper {
}


/* garden section */


.tree-title-wrapper {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}

.facility-title-wrapper {
  margin-bottom: 50px;
}

.facility-guide-tree {
  width: 18%;
}

.facility-title {
  width: 60%;
  margin-right: 4%;
}

.long-title-wrapper {
  width: 65%;
  margin: 0 auto 70px;
}

.garden-list-wrapper {
  width: 100%;
}

.garden-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.garden-list li {
  width: 47%;
  text-align: center;
  margin-top: 50px;
  margin-right: 6%;
}
  
.garden-list li:nth-child(2n) {
  margin-right: 0;
}  

.garden-list li:first-child {
  margin-top: 0;
}

.garden-list li:nth-child(2) {
  margin-top: 0;
}

.garden-list-image-wrapper {
  width: 100%;
}

.garden-list-titile-wrapper {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 35px;
}

.garden-list-titile {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateY(-50%) translateX(-50%);
  margin-top: 0;
  white-space: nowrap;
}

.garden-list-titile-icon {
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.garden-list-titile span {
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 10px;
}

.garden-list-titile-head {
  position: absolute;
  line-height: 1;
  top: -5px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
  
.garden-list-head-icon {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.garden-list-icon-wrapper {
  width: 40px;
  position: absolute;
  top: 0;
  left: -10px;
}

.garden-list-table {
  display: block;
  line-height: 1;
}

.garden-list-table dt {
  width: 100%;
  margin-bottom: 5px;
}

.garden-list-table dd {
  width: 100%;
  margin-bottom: 20px;
}

.garden-list-url a {
  white-space: nowrap;
  transition: 0.3s;
  display: inline-block;
}

.garden-list-url a:hover {
  transform: translateY(-3px);
}

.dt-url {
  letter-spacing: 3px;
}

.garden-list-text-wrapper {
  line-height: 1.6;
  margin: 25px auto 60px;
  height: 110px;
  text-align: left;
}


.garden-list-hoikuen {
  margin-top: 50px;
  margin-bottom: 35px;
}

.garden-list-support {
  margin-bottom: 60px;
}


.long-title-gakudou {
  margin-top: 70px;
}

.long-title-support {
  margin-top: 110px;
}

.long-title-map {
  margin-top: 60px;
}

.map-image-wrapper {
  width: 100%;
}


/* hoiku-section */

.hoiku-section {
  margin-top: 150px;
  margin-bottom: 110px;
}

.hoiku-title-wrapper {
  
}

.hoiku-title {
  width: 60%;
  margin-right: 4%;
}

.hoiku-guide-tree {
  width: 18%;
}

.hoiku-text-wrapper {
  margin-top: 40px;
  margin-bottom: 70px;
}

.hoiku-heading-warapper {
  width: 70%;
  margin: 0 auto 35px;
}

.hoiku-text {
  width: 100%;
  margin: 0 auto;
  text-align: left
}

.hoiku-news-image-wapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.hoiku-news-list {
  position: absolute;
  top: 60%;
  left: 64%;
  transform: translateY(-60%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: left;
}

.hoiku-news-list li {
}

.hoiku-city-image-wapper {
  width: 100%;
  margin: 40px auto;
}

.hoiku-whats-image-wapper {
  width: 100%;
  margin: 0 auto 90px;
}



/* group section */

.group-section {
  margin-bottom: 100px;
}

.group-title-wrapper {
  
}

.group-title {
  width: 60%;
  margin-right: 4%;
}

.group-guide-tree {
  width: 18%;
}

.group-table {
  width: 100%;
  text-align: left;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.group-table dt {
  width: 10%;
  margin-right: 2%;
}

.group-table dd {
  width: 88%;
}

.group-table-two {
  margin-top: 40px;
}


/* support section */

.support-section {
  margin-bottom: 40px;
}

.support-title-wrapper {
  
}

.support-title {
  width: 60%;
  margin-right: 4%;
}

.support-guide-tree {
  width: 18%;
}

.support-list {
  width: 100%;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  font-size: 1rem;
}

.support-list li {
  width: 22.5%;
  line-height: 1;
  margin-bottom: 30px;
}

.support-list li:nth-child(4n) {
  width: 18%;
}
  
/* responsive finish */
  
}


@media screen and (max-width:550px) {
  

/* garden section */


.garden-list {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.garden-list li {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-right: 0;
}
  
.garden-list li:nth-child(2n) {
  margin-right: 0;
}  

.garden-list li:first-child {
  margin-top: 0;
}

.garden-list li:nth-child(2) {
  margin-top: 50px;
}
  
  .garden-list li:last-child {
    margin-bottom: 50px;
  }

.garden-list-image-wrapper {
  width: 100%;
}


/* hoiku-section */

.hoiku-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.hoiku-heading-warapper {
  width: 85%;
  margin: 0 auto 35px;
}

.hoiku-news-image-wapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 1rem;
}

.hoiku-news-list {
  position: absolute;
  top: 60%;
  left: 2%;
  transform: translateY(-60%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 100%;
  text-align: left;
  white-space: nowrap;
}


/* group section */

.group-section {
  margin-bottom: 80px;
}
  
.group-table {
  width: 100%;
  text-align: center;
  margin: 60px auto 0;
  display: block;
}

.group-table dt {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 10px;
}

.group-table dd {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

.group-table-two {
  margin-top: 0px;
}


/* support section */

.support-section {
  margin-bottom: 40px;
}

.support-list {
  width: 100%;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  font-size: 1.3rem;
}

.support-list li {
  width: 48%;
  line-height: 1;
  margin-bottom: 30px;
  margin-right: 4%;
}

.support-list li:nth-child(2n) {
  margin-right: 0;
}  
  
.support-list li:nth-child(4n) {
  width: 48%;
}  
  
/* responsive finish */
}
