@charset "UTF-8";
* {
  font-family: "Sawarabi Mincho";
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: justify;
  list-style-type: none; }

a {
  color: black; }

.pc {
  display: block; }

.sp {
  display: none; }

.naviSp {
  display: none; }

.english {
  font-family: 'Kiwi Maru', serif;
  font-family: 'Noto Serif JP', serif; }

#hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  #hero h1 {
    font-size: 65px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: white;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
    position: absolute;
    top: calc(50vh - 130px); }
  #hero .english {
    font-size: 29px;
    text-align: center;
    margin-top: 10px;
    color: white;
    font-weight: 200;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100%;
    top: calc(50vh + 60px); }

#hero::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: zoom 10s 1;
  animation: zoom 10s 1;
  animation-fill-mode: forwards; }

@keyframes zoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
#introduction {
  display: table;
  margin: 0 auto;
  padding: 100px 0; }
  #introduction div {
    width: 470px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px; }
    #introduction div h2 {
      font-size: 38px;
      font-weight: normal; }
    #introduction div .english {
      font-size: 20px;
      color: #006837;
      position: relative;
      			/*&:after {
                      
                      content: "";
                      height: 1px;
                      width: 130px;
                      background: #006837;
                      position: absolute;
                      top: 17px;
                      left: 335px;
                      
                  }*/ }
      #introduction div .english .line {
        content: "";
        width: 130px;
        height: 1px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        background: #006837; }
    #introduction div .text {
      font-size: 16px;
      margin-top: 20px;
      text-align: justify;
      line-height: 2; }
  #introduction img {
    width: 400px;
    height: 300px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px; }

#season {
  background: #EAEAEA;
  width: 100%;
  padding: 100px 0; }
  #season ul {
    display: flex;
    justify-content: space-between;
    width: 1050px;
    margin: 0 auto; }
    #season ul li {
      position: relative;
      width: 300px; }
      #season ul li img {
        width: 300px; }
      #season ul li .seasonJ {
        position: absolute;
        top: -35px;
        left: -20px;
        font-size: 60px; }
      #season ul li .seasonE {
        position: absolute;
        top: -15px;
        right: 0; }
      #season ul li .button {
        padding-left: 12px;
        position: relative; }
        #season ul li .button a {
          width: 290px;
          border-radius: 30px;
          display: block;
          border: solid thin black;
          padding: 15px 20px;
          background: white;
          margin-top: 20px;
          transition: all 0.3s;
          text-decoration: none; }
          #season ul li .button a:hover + .arrow {
            transform: translateX(5px); }
        #season ul li .button .arrow {
          width: 40px;
          position: absolute;
          top: 22px;
          right: 28px;
          transition: all 0.3s; }
    #season ul .spring .seasonE:after,
    #season ul .summer .seasonE:after,
    #season ul .autumn .seasonE:after {
      content: "";
      width: 50px;
      height: 1px;
      position: absolute;
      top: 12px;
      right: 62px; }
    #season ul .spring .button a:hover {
      background: #FF5684;
      border-color: #FF5684; }
    #season ul .spring .seasonE {
      color: #FF5684; }
      #season ul .spring .seasonE:after {
        background: #FF5684; }
    #season ul .summer a:hover {
      background: #6AC8E8;
      border-color: #6AC8E8; }
    #season ul .summer .seasonE {
      color: #6AC8E8; }
      #season ul .summer .seasonE:after {
        background: #6AC8E8;
        right: 72px; }
    #season ul .autumn a:hover {
      background: #FEB15C;
      border-color: #FEB15C; }
    #season ul .autumn .seasonE {
      color: #FEB15C; }
      #season ul .autumn .seasonE:after {
        background: #FEB15C;
        right: 69px; }
    #season ul .text {
      padding-left: 11px;
      margin-top: 20px;
      line-height: 2;
      font-size: 16px; }

nav {
  position: fixed;
  /*fixedを設定して固定*/
  z-index: 1;
  /*最前面へ*/
  top: 100px;
  left: -180px;
  width: 180px;
  /*以下はレイアウトのためのCSS*/ }
  nav ul li {
    position: relative;
    margin-bottom: 20px; }
    nav ul li:nth-of-type(1) a:hover {
      color: #FF5684; }
    nav ul li:nth-of-type(2) a:hover {
      color: #6AC8E8; }
    nav ul li:nth-of-type(3) a:hover {
      color: #FEB15C; }
    nav ul li img {
      width: 180px;
      height: auto; }
    nav ul li a {
      font-size: 25px;
      position: absolute;
      top: 0;
      left: 0px;
      display: block;
      transition: 0.3s all;
      width: 150px;
      text-align: right;
      text-decoration: none; }

nav.toLeft {
  position: fixed;
  width: 180px;
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateX(180px); }
  to {
    opacity: 0;
    transform: translateX(0px); } }
nav.toRight {
  position: fixed;
  width: 180px;
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateX(0px); }
  to {
    opacity: 1;
    transform: translateX(180px); } }
.plants {
  padding: 100px 0; }
  .plants .title {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    .plants .title h3 {
      font-size: 60px;
      font-weight: normal;
      line-height: 1; }
      .plants .title h3 span {
        font-size: 40px; }
    .plants .title .english {
      color: #FF5684;
      font-size: 20px;
      			/*		 &:after {
                      
                      content: "";
                      height: 1px;
                      width: 130px;
                      background: $spring;
                      position: absolute;
                      top: 16px;
                      left: 144px;
                        
                  }*/ }
      .plants .title .english .line {
        content: "";
        width: 130px;
        height: 1px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px; }
    .plants .title .springColor {
      color: #FF5684; }
      .plants .title .springColor .line {
        background: #FF5684; }
    .plants .title .summerColor {
      color: #6AC8E8; }
      .plants .title .summerColor .line {
        background: #6AC8E8; }
    .plants .title .autumnColor {
      color: #FEB15C; }
      .plants .title .autumnColor .line {
        background: #FEB15C; }
  .plants ul {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0 auto;
    flex-wrap: wrap; }
    .plants ul li {
      width: 300px;
      margin-bottom: 70px; }
      .plants ul li a {
        width: 300px;
        height: 300px;
        overflow: hidden;
        position: relative;
        display: block; }
        .plants ul li a img {
          width: 300px;
          height: 300px;
          transition: all 0.5s;
          display: block; }
          .plants ul li a img:hover {
            transform: scale(1.2); }
      .plants ul li table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px; }
        .plants ul li table tr {
          border-bottom: dashed thin gray; }
          .plants ul li table tr td {
            padding: 10px;
            font-size: 16px; }
            .plants ul li table tr td:nth-of-type(1) {
              width: 20%;
              font-weight: bold; }
            .plants ul li table tr td:nth-of-type(2) {
              width: 80%; }

#spring {
  background-color: rgba(255, 86, 132, 0.3); }

#summer {
  background-color: rgba(106, 200, 232, 0.3); }

#autumn {
  background-color: rgba(254, 177, 92, 0.3); }

footer {
  padding: 70px;
  background: #006837; }
  footer dt {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: white;
    text-align: center; }
  footer dd {
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 2; }
    footer dd a {
      color: white; }

@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    #hero h1 {
      font-size: 35px;
      text-align: center;
      width: 100%;
      font-weight: 400;
      color: white;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
      position: absolute;
      top: calc(50vh - 100px); }
    #hero .english {
      font-size: 18px;
      text-align: center;
      margin-top: 10px;
      color: white;
      font-weight: 200;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
      position: absolute;
      width: 100%;
      top: calc(50vh + 60px); }

  #hero::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 10s 1;
    animation: zoom 10s 1;
    animation-fill-mode: forwards; }

  @keyframes zoom {
    0% {
      transform: scale(1); }
    100% {
      transform: scale(1.2); } }
  #introduction {
    display: block;
    margin: 0 auto;
    padding: 100px 0;
    width: 85%; }
    #introduction div {
      width: 100%;
      display: block;
      margin-right: 0px; }
      #introduction div h2 {
        font-size: 26px;
        font-weight: normal; }
      #introduction div .english {
        font-size: 15px;
        color: #006837;
        /*  	.line {
        		
        		content: "";
        		width: 60px;
        		height: 1px;
        		background: #006837;
        		display: inline-block;
        		vertical-align: middle;
        		margin-left: 20px;
        		
        	}*/ }
        #introduction div .english .line {
          display: none; }
      #introduction div .text {
        font-size: 15px;
        margin-top: 20px;
        text-align: justify;
        line-height: 2;
        width: 100%;
        margin-bottom: 30px; }
    #introduction img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 5px; }

  #season {
    background: #EAEAEA;
    width: 100%;
    padding: 90px 0 70px 0; }
    #season ul {
      display: block;
      width: 90%;
      margin: 0 auto; }
      #season ul li {
        position: relative;
        width: 90%;
        margin: 0 auto 100px auto; }
        #season ul li:last-of-type {
          margin-bottom: 0; }
        #season ul li img {
          width: 100%;
          margin-left: -2.5%; }
        #season ul li .seasonJ {
          position: absolute;
          top: -32px;
          left: -17px;
          font-size: 50px; }
        #season ul li .seasonE {
          position: absolute;
          top: -15px;
          right: +2.5%; }
        #season ul li .button {
          padding-left: 12px;
          position: relative;
          z-index: 999; }
          #season ul li .button a {
            width: 290px;
            border-radius: 30px;
            display: block;
            border: solid thin black;
            padding: 15px 20px;
            background: white;
            margin-top: 20px;
            transition: all 0.3s;
            margin-left: -1%;
            text-decoration: none; }
            #season ul li .button a:hover + .arrow {
              transform: translateX(5px); }
          #season ul li .button .arrow {
            width: 40px;
            position: absolute;
            top: 24px;
            right: 40px;
            transition: all 0.3s; }
      #season ul .spring .seasonE:after,
      #season ul .summer .seasonE:after,
      #season ul .autumn .seasonE:after {
        content: "";
        width: 50px;
        height: 1px;
        position: absolute;
        top: 12px;
        right: 62px; }
      #season ul .spring .button a:hover {
        background: #FF5684;
        border-color: #FF5684; }
      #season ul .spring .seasonE {
        color: #FF5684; }
        #season ul .spring .seasonE:after {
          background: #FF5684; }
      #season ul .summer a:hover {
        background: #6AC8E8;
        border-color: #6AC8E8; }
      #season ul .summer .seasonE {
        color: #6AC8E8; }
        #season ul .summer .seasonE:after {
          background: #6AC8E8;
          right: 72px; }
      #season ul .autumn a:hover {
        background: #FEB15C;
        border-color: #FEB15C; }
      #season ul .autumn .seasonE {
        color: #FEB15C; }
        #season ul .autumn .seasonE:after {
          background: #FEB15C;
          right: 69px; }
      #season ul .text {
        padding: 0px 10px;
        margin-top: 20px;
        line-height: 2;
        font-size: 15px; }

  /*リンクを右下に固定*/
  .naviSp {
    background: white;
    width: 100%;
    height: 50px;
    position: fixed;
    right: 0px;
    bottom: -1px;
    z-index: 9999;
    display: block;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(50px); }
    .naviSp ul {
      display: flex;
      justify-content: space-between; }
      .naviSp ul li {
        width: 33%;
        background: #181818;
        height: 50px; }
        .naviSp ul li a {
          color: white;
          text-align: center;
          padding-top: 13px;
          display: inline-block;
          width: 100%;
          height: 50px;
          text-decoration: none; }

  /*　上に上がる動き　*/
  .naviSp.UpMove {
    animation: UpAnime 0.5s forwards; }

  @keyframes UpAnime {
    from {
      opacity: 0;
      transform: translateY(50px); }
    to {
      opacity: 1;
      transform: translateY(0); } }
  /*　下に下がる動き　*/
  .naviSp.DownMove {
    animation: DownAnime 0.5s forwards; }

  @keyframes DownAnime {
    from {
      opacity: 1;
      transform: translateY(0); }
    to {
      opacity: 1;
      transform: translateY(50px); } }
  .plants {
    padding: 100px 0 0 0; }
    .plants .title {
      width: 85%;
      margin: 0 auto;
      position: relative; }
      .plants .title h3 {
        font-size: 50px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 5px; }
        .plants .title h3 span {
          font-size: 30px; }
      .plants .title .english {
        color: #FF5684;
        font-size: 15px; }
        .plants .title .english span {
          					/*		 &:after {
                          
                          content: "";
                          height: 1px;
                          width: 130px;
                          background: $spring;
                          position: absolute;
                          top: 16px;
                          left: 144px;
                            
                      }*/ }
          .plants .title .english span .line {
            content: "";
            width: 60px;
            height: 1px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 20px; }
    .plants ul {
      width: 85%;
      display: flex;
      justify-content: space-between;
      margin: 50px auto 0 auto;
      flex-wrap: wrap; }
      .plants ul li {
        width: 45%;
        margin-bottom: 50px; }
        .plants ul li a {
          width: 100%;
          height: auto;
          overflow: hidden;
          position: relative;
          display: block; }
          .plants ul li a img {
            width: 100%;
            height: auto;
            transition: all 0.5s;
            display: block; }
            .plants ul li a img:hover {
              transform: scale(1.2); }
        .plants ul li table {
          width: 100%;
          border-collapse: collapse;
          margin-top: 10px; }
          .plants ul li table tr {
            border-bottom: dashed thin gray; }
            .plants ul li table tr td {
              padding: 5px;
              font-size: 12px; }
              .plants ul li table tr td:nth-of-type(1) {
                width: 25%;
                min-width: 27px;
                font-weight: bold; }
              .plants ul li table tr td:nth-of-type(2) {
                width: 75%; }

  #autumn.plants {
    padding-bottom: 100px; }

  footer {
    padding: 70px 0 150px 0;
    background: #006837; }
    footer dt {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 25px;
      color: white;
      text-align: center; }
    footer dd {
      font-size: 15px;
      color: white;
      text-align: center;
      line-height: 2; }
      footer dd a {
        color: white; } }
