@charset "UTF-8";
.header_top {
  width: 100%;
  border-bottom: 1px solid #000000; }
  @media (max-width: 480px) {
    .header_top {
      border-bottom: none; } }
  .header_top div:nth-child(1) .logo {
    display: flex;
    position: relative;
    height: 70px; }
    @media (max-width: 480px) {
      .header_top div:nth-child(1) .logo {
        width: 100%;
        height: 60px; } }
    .header_top div:nth-child(1) .logo li:nth-child(1) {
      text-align: center;
      font-size: 2.5em;
      font-weight: 700;
      margin: 15px auto 0; }
      @media (max-width: 480px) {
        .header_top div:nth-child(1) .logo li:nth-child(1) {
          margin: 13px auto 0;
          z-index: -1; } }

@media (max-width: 480px) {
  .cont_top {
    display: none; } }

@media (min-width: 1024px) {
  .cont_top_sp {
    display: none; } }
@media (max-width: 480px) {
  .cont_top_sp {
    width: 97%;
    margin: 0 auto; } }
.cont_top_sp div {
  position: relative; }
  .cont_top_sp div:nth-child(1) {
    /* アニメーション開始時間の設定 */ }
    .cont_top_sp div:nth-child(1) .slider_sp {
      position: relative;
      margin: 0 auto;
      padding: 0 auto;
      text-align: center; }
    .cont_top_sp div:nth-child(1) .slider_sp ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .cont_top_sp div:nth-child(1) .slider_sp ul img {
      width: 100%; }
    .cont_top_sp div:nth-child(1) .slider_sp ul li {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      animation-iteration-count: infinite;
      animation-duration: 23s; }
    .cont_top_sp div:nth-child(1) .slider_sp ul li:nth-child(1) {
      animation-name: slider_2;
      animation-delay: 0s; }
    .cont_top_sp div:nth-child(1) .slider_sp ul li:nth-child(2) {
      animation-name: slider_2;
      animation-delay: 5s;
      opacity: 0; }
    .cont_top_sp div:nth-child(1) .slider_sp ul li:nth-child(3) {
      animation-name: slider_2;
      animation-delay: 11s;
      opacity: 0; }
    .cont_top_sp div:nth-child(1) .slider_sp ul li:nth-child(4) {
      animation-name: slider_2;
      animation-delay: 17s;
      opacity: 0; }
    .cont_top_sp div:nth-child(1) .myo_banner_sp {
      position: absolute; }
      .cont_top_sp div:nth-child(1) .myo_banner_sp img {
        position: absolute;
        right: 0;
        bottom: 0; }
    .cont_top_sp div:nth-child(1) .myo_nav {
      width: 100%;
      display: flex;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      .cont_top_sp div:nth-child(1) .myo_nav li {
        width: 48%;
        margin: 1.8% 0 0 0;
        text-align: center;
        font-size: 1.3em;
        font-weight: 700; }
        .cont_top_sp div:nth-child(1) .myo_nav li p {
          padding: 4px 8px 4px 0;
          background-color: #4B207A;
          color: #FFFFFF; }
          .cont_top_sp div:nth-child(1) .myo_nav li p span {
            float: right;
            font-size: 0.8em;
            line-height: 1.9em; }
  .cont_top_sp div:nth-child(2) {
    margin: 1.8% 0 0 0;
    /* アニメーション開始時間の設定 */ }
    .cont_top_sp div:nth-child(2) .slider_sp {
      position: relative;
      margin: 0 auto;
      padding: 0 auto;
      text-align: center; }
    .cont_top_sp div:nth-child(2) .slider_sp ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .cont_top_sp div:nth-child(2) .slider_sp ul img {
      width: 100%; }
    .cont_top_sp div:nth-child(2) .slider_sp ul li {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      animation-iteration-count: infinite;
      animation-duration: 23s; }
    .cont_top_sp div:nth-child(2) .slider_sp ul li:nth-child(1) {
      animation-name: slider_2;
      animation-delay: 0s; }
    .cont_top_sp div:nth-child(2) .slider_sp ul li:nth-child(2) {
      animation-name: slider_2;
      animation-delay: 5s;
      opacity: 0; }
    .cont_top_sp div:nth-child(2) .slider_sp ul li:nth-child(3) {
      animation-name: slider_2;
      animation-delay: 11s;
      opacity: 0; }
    .cont_top_sp div:nth-child(2) .slider_sp ul li:nth-child(4) {
      animation-name: slider_2;
      animation-delay: 17s;
      opacity: 0; }
    .cont_top_sp div:nth-child(2) .garden_banner_sp {
      position: relative; }
      .cont_top_sp div:nth-child(2) .garden_banner_sp a:nth-child(1) img {
        position: absolute;
        bottom: 100px;
        right: 0; }
      .cont_top_sp div:nth-child(2) .garden_banner_sp a:nth-child(2) img {
        position: absolute;
        bottom: 0;
        right: 0; }
    .cont_top_sp div:nth-child(2) .garden_nav {
      width: 100%;
      display: flex;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      .cont_top_sp div:nth-child(2) .garden_nav li {
        width: 48%;
        margin: 1.8% 0 0 0;
        text-align: center;
        font-size: 1.3em;
        font-weight: 700; }
        .cont_top_sp div:nth-child(2) .garden_nav li p {
          padding: 4px 8px 4px 0;
          background-color: #256643;
          color: #FFFFFF; }
          .cont_top_sp div:nth-child(2) .garden_nav li p span {
            float: right;
            font-size: 0.8em;
            line-height: 1.9em; }

.top_main .top_banner01 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: -200px 0 0 0;
  width: 150px; }
  .top_main .top_banner01 img:nth-child(1) {
    margin: -290px 0 0 0;
    width: 150px; }
.top_main .top_banner02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px; }
  .top_main .top_banner02 img:nth-child(1) {
    width: 150px; }
.top_main ul {
  position: relative; }
  .top_main ul li:nth-child(2) {
    position: absolute; }
  .top_main ul li:nth-child(3) {
    position: absolute; }
  .top_main ul li:nth-child(4) {
    position: absolute; }

/* スライダーのスタイル設定　*/
.slider_2 {
  position: relative;
  margin: 0 auto;
  padding: 0 auto;
  text-align: center; }

.slider_2 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.slider_2 ul img {
  width: 100%; }

.slider_2 ul li {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 23s; }

/* アニメーション開始時間の設定 */
.slider_2 ul li:nth-child(1) {
  animation-name: slider_2;
  animation-delay: 0s; }

.slider_2 ul li:nth-child(2) {
  animation-name: slider_2;
  animation-delay: 5s;
  opacity: 0; }

.slider_2 ul li:nth-child(3) {
  animation-name: slider_2;
  animation-delay: 11s;
  opacity: 0; }

.slider_2 ul li:nth-child(4) {
  animation-name: slider_2;
  animation-delay: 17s;
  opacity: 0; }

/* フェードイン・フェードアウトの設定 */
@keyframes slider_2 {
  0% {
    opacity: 0; }
  4.76% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  42.85% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.top_head ul {
  position: relative;
  padding: 70px 0; }
  @media (max-width: 480px) {
    .top_head ul {
      padding: 10px 0; } }
  .top_head ul li:nth-child(1) {
    width: 320px;
    position: absolute;
    margin: -80px 0 0 20px; }
    @media (max-width: 480px) {
      .top_head ul li:nth-child(1) {
        display: none; } }
  .top_head ul li:nth-child(2) {
    width: 100%;
    font-size: 3.2em;
    text-align: center;
    font-weight: 700; }
    @media (max-width: 480px) {
      .top_head ul li:nth-child(2) {
        font-size: 1.5em; } }

.top_menu {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .top_menu div {
    width: 49.5%; }
    .top_menu div:nth-child(1) ul {
      width: 100%;
      display: flex;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      .top_menu div:nth-child(1) ul li {
        width: 48%;
        margin: 1.8% 0 0 0;
        text-align: center;
        font-size: 2.0em;
        font-weight: 700; }
        .top_menu div:nth-child(1) ul li p {
          height: 40px;
          padding: 4px 0;
          background-color: #4B207A;
          color: #FFFFFF; }
        .top_menu div:nth-child(1) ul li img {
          opacity: 0.7;
          transition: 0.3s; }
          .top_menu div:nth-child(1) ul li img:hover {
            opacity: 1.0; }
    .top_menu div:nth-child(2) ul {
      width: 100%;
      display: flex;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      .top_menu div:nth-child(2) ul li {
        width: 48%;
        margin: 1.8% 0 0 0;
        text-align: center;
        font-size: 2.0em;
        font-weight: 700; }
        .top_menu div:nth-child(2) ul li p {
          height: 40px;
          padding: 4px 0;
          background-color: #256643;
          color: #FFFFFF; }
        .top_menu div:nth-child(2) ul li img {
          opacity: 0.7;
          transition: 0.3s; }
          .top_menu div:nth-child(2) ul li img:hover {
            opacity: 1.0; }

.tel {
  margin: 1.1% 0 0 0;
  padding: 15px 0;
  background-color: #DECFB3;
  text-align: center; }
  @media (max-width: 480px) {
    .tel {
      margin: 6.5% 0 0 0; } }
  .tel ul {
    text-align: center; }
    .tel ul li:nth-child(1) {
      font-size: 1.8em;
      font-weight: 700; }
      @media (max-width: 480px) {
        .tel ul li:nth-child(1) {
          font-size: 1.4em; } }
      .tel ul li:nth-child(1) span {
        font-size: 1.4em; }

.top_foot {
  margin: 50px 0 0 0; }
  @media (max-width: 480px) {
    .top_foot {
      margin: 10px 0 0 0; } }
  .top_foot ul {
    display: flex;
    position: relative;
    margin: 0 auto; }
    .top_foot ul li:nth-child(1) {
      width: 460px;
      position: absolute; }
      @media (max-width: 480px) {
        .top_foot ul li:nth-child(1) {
          width: 70%;
          margin: 0 auto; } }
    .top_foot ul li:nth-child(2) {
      width: 700px;
      margin: 0 auto;
      display: flex;
      padding: 90px 0; }
      @media (max-width: 480px) {
        .top_foot ul li:nth-child(2) {
          padding: 60px 0 60px;
          width: 100%;
          margin: 0 auto;
          display: block; } }
      .top_foot ul li:nth-child(2) a {
        color: #000000;
        transition-duration: 0.3s; }
        .top_foot ul li:nth-child(2) a:hover {
          cursor: pointer;
          background-color: #000000;
          color: #FFFFFF; }
        .top_foot ul li:nth-child(2) a:nth-child(2) {
          margin: 0 0 0 20px; }
        .top_foot ul li:nth-child(2) a p {
          width: 340px;
          padding: 15px 0;
          font-size: 2.0em;
          font-weight: 700;
          border: 1px solid #000000;
          text-align: center; }
          @media (max-width: 480px) {
            .top_foot ul li:nth-child(2) a p {
              width: 60%;
              font-size: 1.5em;
              padding: 5px 0;
              margin: 0 auto;
              display: block; } }
    .top_foot ul li:nth-child(3) {
      width: 460px;
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 0 0 -35px 0; }
      @media (max-width: 480px) {
        .top_foot ul li:nth-child(3) {
          margin: 0 0 -8px 0;
          width: 60%; } }
    .top_foot ul li:nth-child(4) {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 1.5em;
      margin: 0 0 0 10px; }
      @media (max-width: 480px) {
        .top_foot ul li:nth-child(4) {
          font-size: 1.3em;
          margin: 0 0 10px 10px; } }

.footer_sp {
  background-color: #4B207A; }
  @media (min-width: 1024px) {
    .footer_sp {
      display: none; } }
  .footer_sp ul {
    padding: 30px 20px 50px 20px;
    display: flex; }
    .footer_sp ul li {
      border-right: 1px solid #FFFFFF; }
      .footer_sp ul li:nth-child(1) {
        width: 40%;
        padding: 0 10px 0 0; }
      .footer_sp ul li:nth-child(2) {
        width: 60%;
        padding: 5px 10px 0; }
