@charset "UTF-8";
body{
    margin:0;
    padding:0;
    display: grid;
    
    /* background-image: linear-gradient(
        90deg,
        #ffffff 80%,
        #fb5b5b 80%, #fb5b5b 100%
      );
      background-size: 10px 10px;
    } */
}

.linear-1{
      background: repeating-linear-gradient(
    90deg, #FFC9C9 0, #FFC9C9 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);
}
.linear-2{
      background: repeating-linear-gradient(
    90deg, #C9EEFF 0, #C9EEFF 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);
     padding:1rem 0 0 0;
}
.linear-3{
      background: repeating-linear-gradient(
    90deg, #FFFF27 0, #FFFF27 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);
    padding:3rem 0 2rem 0;
}
.linear-4{
      background: repeating-linear-gradient(
    90deg, #D6ECC3 0, #D6ECC3 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);
    padding:3rem 0 0 0;
}
.linear-5{
      background: repeating-linear-gradient(
    90deg, #FFC9C9 0, #FFC9C9 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);
    padding:3rem 0 2rem 0;
}
.linear-6{
      background: repeating-linear-gradient(
    90deg, #FFB58D 0, #FFB58D 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);
    padding:3rem 0 2rem 0;
}
@media(max-width:500px){
    .linear-3{
 padding:1rem 0 1rem 0;
    }
        .linear-4{
 padding:1rem 0 0 0;
    }
        .linear-5{
 padding:1rem 0 1rem 0;
    }
        .linear-6{
 padding:1rem 0 1rem 0;
    }
}

    *{
        box-sizing:border-box; /*余白や線を幅や高さに含める*/
    }
    p{
        margin: 0;
    }
    .main-width{
        width: 80%;
        margin: auto;
        padding-top:2rem;
    }

    .main-image{
          -moz-box-sizing: border-box;
  box-sizing: border-box;
        height: 400px;
        background-image: url(img/main.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        
          padding-top: 73.6%;
    }

    .about{
        width:70%;
        background-color: #FFF4F0;
        margin: auto;
        border-radius: 5%;
        margin-top:3rem;
        margin-bottom:3rem;
    }


    

    @media(min-width:768.1px){
         .main-width{
 width: 70%;
         }
    }
        @media(max-width:768px){
        .main-image{
            height: 100%;
        }
         .about{
            width: 80%;
         }
    }
                .about2{
        width: 80%;
        margin: auto;
        border-radius: 30px;
        background-color:#F8FEFF ;
        padding-bottom:25%;
        background-image: url(img/under.png);
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
         margin-bottom:2rem;
    }
            .about3{
        width: 80%;
        margin: auto;
        border-radius: 30px;
        background-color:#FFFCF2 ;
        padding-bottom:25%;
        background-image: url(img/under.png);
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
         margin-bottom:2rem;
    }
                .about4{
        width: 80%;
        margin: auto;
        border-radius: 30px;
        background-color:#F9FFF2 ;
        padding-bottom:25%;
        background-image: url(img/under.png);
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        margin-bottom:2rem;
    }
                    .about5{
        width: 80%;
        margin: auto;
        border-radius: 30px;
        background-color: #FFF4F0;
        padding-bottom:25%;
        background-image: url(img/under.png);
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
         margin-bottom:2rem;
    }
                        .about6{
        width: 80%;
        margin: auto;
        border-radius: 30px;
        background-color: #FFFBF5;
        padding-bottom:25%;
        background-image: url(img/under.png);
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
         margin-bottom:2rem;
    }
    .map iframe{
  aspect-ratio: 16/9;
  width: 80%;
    }

    .overview{
        display: flex;
        margin-bottom:3rem
    }
    .overview-img{
        width:50%;
    }
        .overview-img img{
        width:100%;
    }
    .overview-right{
        width: 50%;
        padding-top:3rem;
    }
    .overview-right p{
        border-bottom: 2.2px solid #c4cdd3;
    }
    .aboutback1{
        background-image: url(img/about1.png);
        background-repeat: no-repeat;
        background-size:250px;
        background-position:0 0;
        
    }
        .aboutback2{
        background-image: url(img/about2.png);
        background-repeat: no-repeat;
        background-size:260px;
        background-position: 100% 0;
    }
        .aboutback3{
        background-image: url(img/about3.png);
        background-repeat: no-repeat;
        background-size:140px;
        background-position:0 0;
        
    }
        .aboutback4{
        background-image: url(img/about4.png);
        background-repeat: no-repeat;
        background-size:180px;
        background-position: 100% 0;
    }
            .aboutback5{
        background-image: url(img/about5.png);
        background-repeat: no-repeat;
        background-size:180px;
        background-position:50px 50px;
        
    }
        .aboutback6{
        background-image: url(img/about6.png);
        background-repeat: no-repeat;
        background-size:190px;
        background-position: 92% 50px;
    }
    .about-flower01{
        background-image: url(img/flower3.png);
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: 100% 40px;
    }
        .about-flower02{
        background-image: url(img/flower5.png);
        background-repeat: no-repeat;
        background-size: 60px;
        background-position: 0 290px;
    }
    @media(max-width:1400px){
        .aboutback1{
            background-size: 170px;
        }
        .aboutback2{
            background-size: 170px;
            background-position: 100% 50px;
        }
        .aboutback3{
            background-size: 90px;
        }
        .aboutback4{
            background-size: 130px;
        }
        .aboutback5{
            background-size: 130px;
            background-position:0 50px;
        }
        .aboutback6{
            background-size: 140px;
            background-position: 100% 50px;
        }
    }
    @media(max-width:1020px){
   .overview{
        display: block;
    }
        .overview-img{
        width:80%;
        margin: auto;
    }
        .overview-right{
        width: 80%;
        margin: auto;
    }
        .asahi{
        background-position: 95% 450px;
    }
    
    }
     @media(max-width:820px){
        .aboutback1{
            background-size: 70px;
        }
        .aboutback2{
            background-size: 100px;
            background-position: 100% 0;
        }
        .aboutback3{
            background-size: 40px;
        }
        .aboutback4{
            background-size: 60px;
        }
        .aboutback5{
            background-size: 50px;
            background-position:0 0;
        }
        .aboutback6{
            background-size: 50px;
            background-position: 100% 0;
        }
     }
    @media(max-width:500px){
                .asahi{
        background-position: 95% 270px;
        background-size: 50px;
    }
            .aboutback1{
            background-size: 60px;
        }
        .aboutback2{
            background-size: 70px;
            background-position: 100% 10px;
        }
        .aboutback3{
            background-size: 30px;
        }
        .aboutback4{
            background-size: 40px;
        }
        .aboutback5{
            background-size: 50px;
            background-position:0 0;
        }
        .aboutback6{
            background-size: 40px;
            background-position: 100% 0;
        }
            .about-flower01{
        background-size: 30px;
        background-position: 100% 0;
    }
        .about-flower02{
        background-size: 40px;
        background-position: 0 140px;
    }
    }
    h3{
        text-align: center;
        font-weight: 500;
        font-family: "Zen Maru Gothic", sans-serif;
        width: 300px;
        margin: auto;
        margin-top:2rem;
        margin-bottom:2rem;
    }
    .hoiku-about{
        width: 90%;
        margin: auto;
    }
    .hoiku-about p{
        width: 80%;
        margin: auto;
         font-weight: 300;
        font-family: "Zen Maru Gothic", sans-serif;
        margin-bottom:1rem;
        line-height: 2.2rem;
        font-size: 0.9rem;
    }
    .pin-img{
        width: 80%;
        margin: auto;
        margin-bottom:2rem
    }
        .pin-img img{
        width: 100%;
        text-align: center;
    }
    figure img{
        width: 150px;

    }
    .hoiku-flower01{
        background-image: url(img/flower2.png);
        background-repeat: no-repeat;
        background-size: 60px;  
    }
        .hoiku-flower02{
        background-image: url(img/flower1.png);
        background-repeat: no-repeat;
        background-size: 80px;
        background-position:85% 0px;   
    }
            .hoiku-flower03{
        background-image: url(img/flower4.png);
        background-repeat: no-repeat;
        background-size: 50px;
        background-position:5% 0px;   
    }

        .figure-first{
        width: 50%;
        text-align: center;
    }
    .figure-first p{
        text-align: center;
    }
            .figure-second{
        width: 50%;
    }
    figure{
        margin:0;
    }
    .hoiku-flex{
        display: flex;
        width: 90%;
        margin: auto;
        margin-top:2rem;
        margin-bottom:2rem;
        justify-content: space-evenly;
    }
     .hoiku-flex p{
        margin:0;
        width: 100%;
     }
     .hoiku-flex a{
        text-align: center;
     }
    @media(max-width:768px){
            .hoiku-flower01{
        background-size: 44px;  
    }
                .hoiku-flower02{
        background-size: 54px;  
         background-position:90% 0px;  
    }
    .hoiku-flex{
        display: block;
    }
    .hoiku-flex figure{
        width: 100%;
    }
    .figure-second p{
        width: 77%;
        margin:auto;
       text-align: left;
       margin-top:2rem;
       margin-bottom:2rem;
    }
    }
       @media(max-width:600px){
        .hoiku-flower02{
            background-position: 100% 70px;
        }
        .hoiku-flower03{
            background-size: 40px;
            background-position: 5% 70px;
        }
       }
         @media(max-width:450px){
            h3{
                width: 250px;
            }
         }
         @media(max-width:500px){

.hoiku-about p{
width: 100%;
}
.overview-right{
width: 100%;
padding-top: 5rem;
}
         }
    /*header*/

    .slide-arrow {
        background-color: #333;
        bottom: 0;
        height: 0;
        margin: auto;
        position: absolute;
        top: 0;
        width: 0;
      }
      .prev-arrow {
        
        border-bottom: 10px solid #333;
        border-left: 0;
        border-right: 10px solid #fff;
        border-top: 10px solid #333;
      }
      .next-arrow {
        border-bottom: 10px solid #333;
        border-left: 10px solid #fff;
        border-right: 0;
        border-top: 10px solid #333;
      }
      .slick-prev img{
        width: 50px;
        position: absolute;
        top: 44%;
        outline: 0;
        z-index: 80000;
        left: 17%;
      }
      .slick-next img{
        width:50px;
        position: absolute;
        top: 44%;
        outline: 0;
        right: 17%;
        z-index: 80000;
      }
      button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
      }
      #wrapper {
        overflow: hidden;
      }
            #wrapper-1 {
        overflow: hidden;
        background: repeating-linear-gradient(
    90deg, #C9EEFF 0, #C9EEFF 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);  
      }
      
      .content_area{
        max-width: 100%;
        padding: 0 40px;
        margin: 0 auto;
      }
      
      .slick-list{
        overflow: visible;
      }
      
      .slick-item p {
        text-align: center;

        padding: 2%;
        position: relative;
      }
      .slick-item p img {
        width:100%;
        border-radius: 20px;
      }
      
      .slick-prev, .slick-next{
        z-index:100;
      }
      .slick-prev:before, .slick-next:before{
        color:#75E1D6;
      }
      @media screen and (max-width:560px){
        .content_area{
          padding: 0 30px;
        }
        .slick-item p {
          font-size: 15px;
          line-height: 100px;
          margin: 5px;
          padding: 1.5%;
        }
      }
    header{
        background-color: #fff4f0;
        display: flex;
        justify-content:space-between;
    }
    ul{
        padding: 0;
        list-style: none;
    }
    h1{
        width: 255px;
        font-size: 1.2rem;
        margin-top: 0.8rem;
        margin-left:10%;
        font-weight: 500;
        font-family: "Zen Maru Gothic", sans-serif;
        line-height: 2rem;
    }
    @media(min-width:768.1px){
        h1{
            margin-top: 1.2rem;
        }
    }
    h1 span{
        font-size:1rem;
    }
    h1 a{
        color: #573b31;
        text-decoration: none;
    }
    .top-menu li{
        display:inline;
        border-bottom:none;
    }
    .top-menu li a{
        text-decoration:none;
        color:#5e5855;
        padding:1rem 0 0.5rem 0;
        margin-top:0.8rem;
        position:relative;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 500;
        font-style: normal;
    }
    
    .top-menu li a::before{
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        transform-origin: center top;
        transform: scale(0, 1);
        transition: transform .3s;
    }
    .top-menu li a:hover::before{
        transform-origin: center top;
        transform: scale(1, 1);
    }
    .menu-content{
       
    }
    .top-menu{
        padding:0;
        width:90%;
        margin: auto;
    }
    .top-menu img{
        display: block;
        width:55px;
        margin:auto;
        margin-top: 18px;
        margin-bottom: 3px;
        transition: all .3s ease-in-out;
        transform: translateY(0);
    }
    .top-menu img:hover{
        transform: translateY(-4px);
    }

    .menu-content ul {
        display: flex;
        justify-content: center;
        margin-right: 40px;
    }
    .menu-content ul li{
       width: 150px;
        text-align: center;
        padding-bottom: 20px;
        margin:0 0;
        color: #fff;
    }
    .menu-content ul li.header-nav_item2{
        width: 170px;
         text-align: center;
         padding-bottom: 30px;
         margin:0 0 0 20px;
         background-color: #EE2B4C;
         height:80px;
         border-radius: 15px;
         padding-top:10px;
         margin-top:20px;
     }
     @media(max-width:900px){
        .menu-content ul li.header-nav_item2{
            width: 140px;
        }
     }
     .menu-content ul li.header-nav_item2:hover{
        opacity: 0.8;
     }
     .menu-content ul li.header-nav_item2 a{
        color: #fff;
        margin-top: 1rem;
        margin: auto;
     }

     .menu-content ul li.header-nav_item2 img{
        margin-bottom:1rem;
        margin-top: 1.5rem;
     }


     @media(max-width:768px){
        .menu-content ul li.header-nav_item2{
            width: 170px;
             border-top-right-radius: 15px;
             border-bottom-right-radius: 15px;
             font-size: 0.8rem;
         }
        .menu-content ul li.header-nav_item2 a{
            position: relative;
            top:0.8rem;
            margin: auto;
         }
        .menu-content ul li.header-nav_item2 img{
            position:relative;
            top:1.2rem;
            width:40px;
         }
         .top-menu li{
            display: block;
         }
     }
    .menu-content ul li:last-child{
        border-right:none;
    }

    #menu-btn-check {
        display: none;
    }

    @media(max-width:1250px){
        li a{
            font-size:0.9rem;
        }
        .top-menu img{
            width:45px;
        }
        .menu-content ul{
            margin-right:40px;
        }
        .menu-content ul li{
            width:115px;
        }
    }
    @media(max-width:1000px){
        h1 img{
            width:200px;
        }
        .top-menu li a{
            font-size:0.8rem;
        }
        .menu-content ul li{
            width:95px;
        }
     }


/*ハンバーガーメニュー*/
@media(max-width:768px){
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 20px;
        display: flex;
        height: 100px;
        width: 100px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 4px;
        width: 35px;
        border-radius: 3px;
        background-color: rgb(63, 161, 214);;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 10px;
    }
    .menu-btn span:after {
        top: 10px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .menu-content {
        width: 260px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 80;
        background-color: rgba(255, 250, 241, 0.9);
        transition: all 0.5s;
    }
    .menu-content ul {
        display: block;
        padding: 40px 10px 0;
    }
    .menu-content ul li {
        justify-content: space-around;
        width:90%;
        border-right:none;
        list-style: none;
        text-align: left;
        margin:auto;
    }

    .menu-content ul li a {
        width: 100%;
        font-size: 14.4px;
        box-sizing: border-box;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
        
    }
    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;

        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }
    #menu-btn-check:checked ~ .menu-content {
        right: 0%;
    }
    .top-menu img{
        display:inline;
        position:relative;
        top:10px;
        margin-right:30px;
        padding-left:1rem;
    }
    .menu-content ul li.header-nav_item2 img{
        margin-right: 10px;
     }
    .sns{
        margin-right:15%;
        padding-top:10px;
    }
    }
    @media(max-width:600px){
        .menu-btn{
            width:50px;
            height:50px;
        }
    }
    @media(max-width:500px){
        .sns{
            margin-right:17%;
        }
        .menu-btn{
            width:40px;
            height:40px;
            top:35px;
        }
    }
    /*top-image*/
/*====================================================================
slick
====================================================================*/
.sliderArea {
    background: #fff;
    overflow: hidden;
  }
  .sliderWide {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .sliderWide .slick-arrow {
    opacity: 0;
    transition-duration: 0.3s;
  }
  .sliderWide:hover .slick-arrow {
    opacity: 1;
  }
  .slider {
    max-width: 280px;
    margin: 0 auto;
    padding: 0;
  }
  .slider .slick-list {
    overflow: visible;
  }
  .slider .slick-track {}
  .slider .slick-slide {
    padding: 0 10px;
    opacity: .5;
    transition-duration: 0.3s;
  }
  .slider .slick-slide.slick-current {
    opacity: 1;
  }
  .slider .slick-slide a {
    display: block;
  }
  .slider .slick-slide a:hover {
    display: block;
    opacity: .7;
  }
  .slider img {
    height: auto;
    width: 100%;
  }
  .slick-prev, .slick-next {
    z-index: 1;
  }
  .slick-dots {
    bottom: -33px;
  }
  .slide .slick-slide{
    opacity: 0.5;
    transition:0.5s;
  }
  .slide .slick-now{
    opacity: 1;
  }
html, body {
	margin: 0;
	padding: 0;
}

/*====================================================================
以下は不要です。
====================================================================*/
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
    
.top-image{
    height:auto;
}
/* .container {
    width: 100%;
    height:650px;
    overflow: hidden;
    position: relative;
  }
  .container::after{
    background: url(img/wave.svg);
    bottom: -52%;
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .container img{
    width: 100%;
    object-fit: cover;
    height: 650px;
  }
  @media(max-width:1024px){
    .container{
        height:500px;
    }
    .container img{
        height:500px;
        width:100%;
    }
  }
  @media(max-width:768px){
    .container{
        height:400px;
    }
    .container img{
        height:400px;
        width:100%;
    }
  }
  @media(max-width:430px){
    .container{
        height:300px;
    }
    .container img{
        height:300px;
        width:100%;
    }
  }
  .image {
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: change-img-anim 30s infinite;
  }
  .image:nth-of-type(1) {
    animation: change-img-anim-first 30s infinite;
    animation-delay: 0s;
  }
  .image:nth-of-type(2) {
    animation-delay: 10s;
  }
  .image:nth-of-type(3) {
    animation-delay: 20s;
  }
  @keyframes change-img-anim-first {
    0%{ opacity: １;}
    30%{ opacity: 1;}
    36%{ opacity: 1;}
    45%{ opacity: 0;}
    100%{ opacity: 0;}
  }
  @keyframes change-img-anim {
    0%{ opacity: 0;}
    30%{ opacity: 1;}
    36%{ opacity: 1;}
    45%{ opacity: 0;}
    100%{ opacity: 0;}
  } */

  /*section1*/
  .main{
    position: absolute;
  }
  .h2-first-1{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    background-image: url(img/design1.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
    color: #332925;
  }
  .h2-first-2{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    background-image: url(img/design2.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
    color: #332925;
  }
  .h2-first-3{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    background-image: url(img/design3.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
    color: #332925;
  }
  .h2-first-4{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    background-image: url(img/design4.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
    color: #332925;
  }
  .h2-second{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    /* background-image: url(img/design.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center; */
    color: #2d435a;
    height: 60px;
    background-image: url(img/red.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: bottom;
  }
  @media(max-width:600px){
    .h2-second{
        background-size: 200px;
    }

    .h2-first-1{
        background-size: 220px;
    }
    .h2-first-2{
        background-size: 220px;
    }
        .h2-first-3{
        background-size: 220px;
    }
    .h2-first-4{
        background-size: 220px;
    }
  }
  .h2-second a{
        
    padding:0 5px 2px 5px;
  }
.h2-title{
    text-align: center;
   padding:2rem 0;
       font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
}
.h2-title span{
    color: rgb(24, 92, 121);
}

@media(max-width:430px){
    .h2-title{
        margin:0 0 1rem 0;
        padding:1rem  0;
    }
    .h2-first{
        font-size:1.2rem;
    }
    .h2-first{
        background-size: 310px;
    }
}
.about__guide{
    display: flex;
    width: 90%;
    margin: auto;
}
.about__guide-img{
    margin: 0 2rem ;
    outline: 6px solid #ffffff;
    /* box-shadow: 0 0 8px #333; */
    transform: rotate(-3deg);
}
.about__guide-img img{
width: 400px;
}
.about__guide-txt{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 2rem 0 2rem;
    color: #332925;
    line-height: 2.3;
}
.about__guide-txt p{
margin-top:0;
}
.about__guide2{
    background-image: url(img/5.jpg);
    height: 400px;
    background-repeat: no-repeat;
    margin:5rem 0 0 0;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.about__guide2 a{
    text-decoration: none;
}
.about-text{
    width:60%;
    margin:auto;
    line-height: 2.2;
}
.about-title{
    border-bottom: 3px dotted #cfc7c3;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    padding:0 2rem;
    font-size:1.1rem;
    width:300px;
    margin:auto;
}
.about-title p{
    text-align: center;
    margin-bottom:0.3rem;
}
.content-1{
    width: 260px;
    height: 230px;
    background-color: #ffffff;
    margin:0 2rem;
    border-radius: 25px;
    border-top: #f69e2c solid 15px;
}
.content-2{
    width: 260px;
    height: 230px;
    background-color: #ffffff;
    margin:0 2rem;
    border-radius: 25px;
    border-top: #60C5EB solid 15px;
}
.content-3{
    width: 260px;
    height: 230px;
    background-color: #ffffff;
    margin:0 2rem;
    border-radius: 25px;
    border-top: #6ACE6E solid 15px;
}
.about__guide2 h3{
    color: #332925;
    margin-top:1rem;
    text-align: center;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
}
.h3-1::after{
    content: '';
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color: #f69e2c;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px)
}
.h3-2::after{
    content: '';
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color: #60C5EB;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px)
}
.h3-3::after{
    content: '';
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color: #6ACE6E;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px)
}
.content-text{
    width:80%;
    margin:auto;
    margin-top:1.4rem;
    margin-bottom: 0.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
}
.link1 a{
    color: #fff;
    background-color:#f69e2c ;
    padding:0.3rem 0;
    border-radius: 20px;
    width: 200px;
    position: relative;
    display: block;
    box-shadow: 0px 1px 3px rgb(229, 229, 229);
}
.link1 a::after{
    content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 19px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.link2 a{
    color: #fff;
    background-color: #60C5EB;
    padding:0.3rem 0;
    border-radius: 20px;
    position: relative;
    display: block;
    box-shadow: 0px 1px 3px rgb(229, 229, 229);
}
.link2 a::after{
    content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 19px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.link3 a{
    color: #fff;
    background-color:#6ACE6E;
    padding:0.3rem 0;
    border-radius: 20px;
    box-shadow: 0px 1px 3px rgb(229, 229, 229);
    position: relative;
    display: block;
}
@media(min-width:1024px){
    .link3 a{
        padding:0;
    }
    .link2 a{
        padding:0;
    }
    .link1 a{
        padding:0;
    }
}
.link3 a::after{
    content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 19px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.content-link{
    width:200px;
    text-align: center;
    margin: auto;
    margin-top:1.7rem;
    position:relative;
    bottom:7px;
}
.content-link:hover{
    opacity: 0.7;
    transition: 0.7s;
}

@media(max-width:768px){
    .about__guide{
display: block;
    }
    .about__guide-img {
        width:300px;
        margin: auto;
    }
    .about__guide-img img{
        width:300px;
    }
    .about__guide2{
        display: block;
        height: 820px;
        background-size: cover;
        margin:2rem 0 0 0;
        padding-top: 2rem;
    }
    .about__guide-txt{
        line-height: 2;
    }
    .content-1{
        margin: auto;
        margin-bottom: 2rem;
    }
    .content-2{
        margin: auto;
        margin-bottom: 2rem;
    }
    .content-3{
        margin: auto;
        margin-bottom: 2rem;
    }
}

.schedule-text{
    margin:auto;
    width: 400px;
    margin-bottom:2rem;
}
.schedule-text p{
    line-height: 2rem;
}
@media(max-width:460px){
    .schedule-text{
        margin:auto;
        width: 300px;
    }
}

/*top戻る*/
.c-backToTop img{
    z-index: 79;
    position: fixed;
    right:15px;
    bottom: 101px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.9;
  
  
  
  }
  @media(max-width:768px){
    .c-backToTop img{
        bottom:60px
    }
  }

  /*section2*/

  .second{
    background-color:#FFFAF1 ;
    padding:3rem 0;
  }

  .content-link-day{
    width:300px;
    text-align: center;
    margin: auto;
    margin-top:1.7rem;
    position:relative;
    bottom:7px;
  }

  .link1-day a{
    color: #fff;
    background-color:#f79634 ;
    padding:0.6rem 1rem;
    border-radius: 30px;
    width: 300px;
    position: relative;
    display: block;
    box-shadow: 0px 3px 3px rgb(230, 211, 174);
    text-decoration: none;
    text-align: center;
}
.link1-day a::after{
    content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 19px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/*section3*/
.third{
    margin-bottom: 3rem;
}
.map{
    text-align: center;
    border-radius: 50px;
}
.map-text{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 290px;
    margin:auto;
    margin-top:1rem;
    padding-bottom:1rem;
}


/*footer*/
.footer{
    background-color: #ffe6df;
    margin: 0;
    height:140px;

}
.footer p{
    text-align: center;
    padding:2rem 0 1rem 0;
}
.footer-flex{
    display:flex;
    justify-content: space-evenly;
    width: 80%;
    margin: auto;
    height:250px;
}
.footer-menu{
    width:570px;
    display: flex;
    flex-wrap: wrap;
    color: #332925;
}
.footer-menu li a{
    padding:0.5rem 3rem;
    text-decoration: none;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    background-color: #fff;
    border-radius: 25px;
    margin: 2rem 2rem;
    transition: background-color 0.5s linear;
    font-size:0.8rem;
    z-index: 100;
}
h4{
    margin:1rem 0;
    font-size:1rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 300;
    margin-left: 2rem;
}
.contact p{
    font-size:0.8rem;
}
.footer-menu li a:hover{
    background-color: #e9f3f7;
}
.footer-illust{
    margin:auto;
    width: 70%;
    position: absolute;
    bottom:0;
    
}
.footer-illust img{
    width: 100%;
    position: absolute;
    bottom:0;
    left:20%;
}
/* .footer-top::after{
    background: url(img/footer-illust.png) no-repeat bottom;
    top: 62%;
	content: '';
	height: 39%;
	position: absolute;
	width: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    display: block;
  } */
  .footer-logo img{
    width:400px;
  }
  .footer-logo{
    text-align: center;
    padding:2rem 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    color:#573b31;
  }
  .footer-logo span{
    font-size:1rem;
    font-family: "Zen Maru Gothic", sans-serif;
  }
.footer-bottom{
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
}
.footer-button{
    width: 370px;
    margin:auto;
    padding-top:2rem;
}
.footer-button a{
    text-decoration: none;
    padding:0.7rem 1rem;
    background-color: #fff;
    color:#D96B0B;
    border: solid 1px #D96B0B;
    border-radius: 50px;
    margin:1rem 1rem;
    
}

@media(max-width:768px){
    .footer-top{

    }
    .footer-menu{
        width:100%;
        height: 200px;
    }
    .footer-logo{
        padding:2rem 0 1rem 0
    }
    .footer-logo img{
        width:300px;
    }
    .footer-flex{
        display: block;
        width: 81%;
    }
    .footer-top{
        width:100%;
        font-size:14px;
        height: 580px;
    }
    .footer-menu li a{
        padding:0.5rem 2.5rem;
        margin:1rem 1rem;
    }
    .contact{
        width:80%;
        margin: auto;
    }
}
@media(max-width:460px){
    .footer-menu li a{
        padding:0.5rem 1.7rem;;
    }  
    .footer-button{
        width: 300px;
    }
    .footer-button a{
        font-size: 0.7rem;
        padding: 0.5rem 0.7rem;
    }
}
@media(max-width:400px){
    .footer-menu li a{
        padding:0.5rem 1rem;;
    }  
}
/*schedule*/
.day-img {
width: 80%;
margin:auto;
}
.day-img img{
    width: 100%;
    }
    @media(min-width:1024px){
        .day-img {
width: 60%;
margin:auto;
}
        .day-img img{
    width: 100%;
    }
    }
    @media(max-width:768px){
        .day-img {
            width: 90%;
            margin:auto;
            }
            .day-img img{
                width: 100%;
                } 
    }
/*about*/
table{
	margin:auto;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #4e342e;
	border-spacing: 0;
	overflow:hidden;
	width: 90%;
    margin-bottom:2rem;
  }
  td,th{
	border-bottom:1px solid #4e342e;
	padding: 1em 1.5em;
  }
  th{
	background:#BDE9F6;
	text-align: left;
  }
  table tbody tr:last-child th,
  table tbody tr:last-child td{
	border-bottom: none;
  }
  th + th,td{
	border-left:1px solid #4e342e;
  }

  td{
	background-color: #fff;
}

.about_flex{
    display: flex;
    width: 70%;
    margin: auto;
    margin-bottom:2rem;
    justify-content: space-evenly;
}
.about_photo img{
    width: 250px;
    height:250px;
    border-radius: 50%;
}
.about_photo2 img{
    width: 300px;
    border: solid 5px #ffffff;
    box-shadow: #d6d6d6 1.5px 1.5px 5px;
}
.about_text{
    margin:6rem 3rem 0 0;
}
.pagenation{
    width:90%;
    margin:auto;
    padding-bottom:2rem;
}
.pagenation a{
    color: #4e342e;
    text-decoration: none;
}
.pagenation span{
    color: #4e342e;
}
.home img{
    margin-right:0.6rem;
    position:relative;
    top:0.1rem;
}
@media(max-width:830px){
    .about_photo img{
        width: 250px;
        height: 250px;
    }
    .about_text{
        margin:2rem 2rem 0 0;
    }
}
@media(max-width:640px){
    .about_flex{
        display:block;
    }
    .about_text{
        margin
        : 0 1rem 1rem 1rem;
    }
    .about_photo img{
        width: 250px;
        height: 250px;
    }
    .about_photo{
        text-align: center;
    }
}

/*event*/
.event-flex:nth-child(even){
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
     flex-direction: row-reverse;
}
.event-flex:nth-child(odd){
display:flex;
margin-bottom: 3rem;
justify-content: space-around;
}
@media(min-width:1500px){
.event-top{
    margin-top: 6rem;
}
.event-top:nth-child(odd){
margin-right: 4rem;
}
}
@media(max-width:1030px){
    .event-flex:nth-child(even){
display: block;
    }
    .event-flex:nth-child(odd){
display: block;
    }
}
.seasons{
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    background-color:#FFEBF5 ;
    border-radius: 50%;
    width: 150px;
    text-align: center;
    height: 150px;
    display: inline-block;
    line-height: 150px;
}
.seasons2{
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    background-color:#DCF9D3 ;
    border-radius: 50%;
    width: 150px;
    text-align: center;
    height: 150px;
    display: inline-block;
    line-height: 150px;
}
.seasons3{
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    background-color:#FFF6D1 ;
    border-radius: 50%;
    width: 150px;
    text-align: center;
    height: 150px;
    display: inline-block;
    line-height: 150px;
}
.seasons4{
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    background-color:#D8F6FF ;
    border-radius: 50%;
    width: 150px;
    text-align: center;
    height: 150px;
    display: inline-block;
    line-height: 150px;
}
.month{
    font-size: 1.2rem;
    margin-top: 4rem;
}
.event-top{
    display: flex;
    justify-content: space-around;
}
.event-top img{
    margin-top:3rem;
}
.event-img img{
    width: 100%;
    padding:1rem;
    border-radius: 50px;
    margin-top: 1.5rem;
}
.event-img{
    display: flex;
    width: 100%;
}
@media(min-width:1700px){
.event-img img{
    width: 760px;
}
}
@media(min-width:1650px){
.event-img img{
    width: 720px;
}
}
@media(min-width:1600px){
.event-img img{
    width: 680px;
}
}
@media(max-width:1500px){
.event-img img{
    width: 100%;
}
}

@media(max-width:900px){
    .event-img{
width: 90%;
    }
}
@media(max-width:768px){
    .event-top{
    display: block;
    width: 370px;
    margin: auto;
}
.event-top img{
    width: 170px;
}
}
@media(max-width:500px){
    .event-top{
    width: 100%;
    margin: auto;
}
.event-img img{
    padding: 0;
}
.event-top img{
    margin-top:1rem;
    margin-bottom: 1rem;
}
}
@media(max-width:500px){
.event-top img{
    width: 150px;
    
}
}
.event-text{
    width: 90%;
    margin: auto;
    margin-bottom:2rem;
}

.event-list{
    margin-left:2rem;
    margin-right: 1rem;
    padding:2rem 1rem 0 1rem;
    background-color: #fff;
    border: solid 4px #FF8800;
    border-radius: 20px;
}
.event-list1{
    height: 320px;
    width:290px;
}
.event-list2{
    height: 150px;
    margin-top:5rem;
    width:260px;
}
.event-list3{
    height: 290px;
    margin-top:1rem;
    width:335px;
}
.event-list4{
    height: 270px;
     margin-top:3rem;
     width:300px;
}
.event-list5{
    height: 180px;
    margin-top:4rem;
    width:330px;
}
.event-list dl {
    display: flex;
    flex-wrap: wrap;
}

@media(min-width:1280px){
    .event-photo img{
        width:250px; 
        height:250px;
    }
    .event-photo-flex{
        justify-content:space-evenly;
    }
    
}
@media(max-width:1024px){
.event-list1{
height: 300px;
}
.event-list3{
height: 260px;
}
}
@media(max-width:820px){
.event-list1{
height: 290px;
}
.event-list3{
height: 260px;
}
.event-list4{
height:250px;
}
}
@media(min-width:768px){
.event-text{
    width:80%;
}
}
@media(max-width:900px){
    .event-flex{
        flex-direction: column;
    }
    .event-img{
        margin:auto;
    }
    /* .event-top{
        margin-left:20%;
    } */

}
@media(max-width:768px){
.event-list{
    margin-left: 0;
}
.event-list1{
    height: 300px;
    width:280px;
}
.event-list-p{
width:220px;
margin:auto;
}
.event-list-p2{
width:200px;
margin:auto;
}
.event-list-p2{
width:200px;
margin:auto;
}
.event-list-p3{
width:260px;
margin:auto;
}
.event-list-p4{
width:240px;
margin:auto;
}
.event-list-p5{
width:260px;
margin:auto;
}
.event-list4{
    height: 240px;
     margin-top:0;
     width:90%;
     margin: auto;
}
.event-list1{
    width:90%;
    height: 270px;
    margin: auto;
}
.event-list2{
    height: 120px;
    margin-top:0;
    margin: auto;
    width:90%;
}
.event-list3{
    height: 240px;
    margin-top:0;
    width:300px;
    margin: auto;
}
.event-list4{
    height: 220px;
     margin-top:0;
     width:90%;
     margin: auto;
}
.event-list5{
    height: 140px;
    margin-top:0;
    width:280px;
    margin: auto;
}
.event-list{
    padding:1rem 1rem 0 1rem;
}
}
/* @media(max-width:500px){
.event-list1{
    width:90%;
    height: 270px;
    margin: auto;
}
.event-list2{
    height: 120px;
    margin-top:0;
    margin: auto;
    width:90%;
}
.event-list3{
    height: 220px;
    margin-top:0;
    width:300px;
    margin: auto;
}
.event-list4{
    height: 220px;
     margin-top:0;
     width:90%;
     margin: auto;
}
.event-list5{
    height: 140px;
    margin-top:0;
    width:280px;
    margin: auto;
}
} */
@media(max-width:460px){
    .event-img img{
        width: 250px;
    }
    .seasons{
        font-size: 2rem;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .seasons2{
        font-size: 2rem;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .seasons3{
        font-size: 2rem;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .seasons4{
        font-size: 2rem;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .event-list{
        padding-top:1rem;
    }
    .event-img img{
        width: 100%;
        border-radius: 20px;
    }
}

/*education*/
.edu-content{
    

    margin-bottom:2rem;

}
.edu-title{
    text-align: center;
}
.edu-title p{
    font-size:1.3rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    width:500px;
    margin: auto;
    margin-bottom:2rem;
    border-left: solid 9px #57C1D1;
    padding:0.6rem 0;
    box-shadow: 2px 2px #cdcdcd;
    background-color: #f0f6ee;
}
.edu-text{
   text-align: center;
}
.edu-text ul{
    padding-bottom:1rem;
    text-align:left;
    display:inline-block;
    width: 500px;
}
.edu-text ul li{
    border-bottom: 3px dotted #cfc7c3;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #332925;
    margin-bottom:1.5rem;
    padding:0 2rem;
}

@media(max-width:768px){
    .edu-title p{
        width:400px;
    }
    .edu-text ul{
        width:460px;
    }
}
@media(max-width:460px){
    .edu-title p{
        width:360px;
        font-size: 1.1rem;
    }
    .edu-text ul{
        width:350px;
    }
    .edu-text ul li{
        padding:0 1rem;
        font-size: 1rem;
    }
}
/* Float Shadow */

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 20px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
  }
  .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
  }
  @media(min-width:1100px){
    .hvr-float-shadow {
margin-left: 1rem;
    }
  }
  @media(max-width:768px){
    .hvr-float-shadow {
        display: block;
        width: 150px;
        margin: auto;
    }
     .hvr-float-shadow:before {
        display: none;
     }
  }
  /*クレヨンライン*/
  h3.hoiku-line01{
    height: 60px;
    background-image: url(img/red.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
    h3.hoiku-line02{
    height: 60px;
    background-image: url(img/purple.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
      h3.hoiku-line03{
    height: 60px;
    background-image: url(img/blue.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
        h3.hoiku-line04{
    height: 60px;
    background-image: url(img/rightblue.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
          h3.hoiku-line05{
    height: 60px;
    background-image: url(img/orange.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
            h3.hoiku-line06{
    height: 60px;
    background-image: url(img/rightgreen.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
              h3.hoiku-line08{
    height: 60px;
    background-image: url(img/yellow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }


  h3.hoiku-line07{
    background-image: url(img/design5.png);
    background-repeat: no-repeat;
    background-size: 80%;
    width: 80%;
    background-position: center;
    margin: auto;
    margin-top:2rem;
    margin-bottom:2rem;
  }
  @media(max-width:768px){
    h3.hoiku-line01{
        height: 50px;
        background-size: 70%;
    }
        h3.hoiku-line02{
        height: 50px;
        background-size: 90%;
        width: 270px;
    }
        h3.hoiku-line03{
        height: 50px;
        background-size: 70%;
    }
            h3.hoiku-line04{
        height: 50px;
        background-size: 70%;
    }
            h3.hoiku-line05{
        height: 50px;
        background-size: 70%;
    }
            h3.hoiku-line06{
        height: 50px;
        background-size: 70%;
    }
                h3.hoiku-line08{
        height: 50px;
        background-size: 70%;
    }
  }
    @media(max-width:500px){
 h3.hoiku-line02{
    background-size: 80%;
 }
                 h3.hoiku-line08{
        height: 50px;
        background-size: 65%;
    }
    }
  .download-button{
    display: flex;
    width: 700px;
    margin:auto;
    justify-content: space-around;
  }
  .download-button a{
        font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 150px;
  background-color: #407BA2;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
   padding: 10px 0;
   box-shadow: 0 3px 0 #2A384A;
   display: block;
   margin:0 1rem;
  }
  .download-button a:hover{
    box-shadow: none;

	transform: translate3d(0, 3px, 0);
  }
    .download-button2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 700px;
    margin:auto;
  }
    .download-button2 a{
            font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 200px;
  background-color: #EB7A24;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
   padding: 10px 0;
   box-shadow: 0 3px 0 #874B30;
   display: block;
   margin:0 1rem 2rem 1rem;
  }
    .download-button2 a:hover{
    box-shadow: none;

	transform: translate3d(0, 3px, 0);
  }

  .about-table{
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 750px;
    margin:auto
}
.table1{
    width: 300px;
}
.table2{
    width: 420px
}
.about-table table{
    border: solid 1px #bfbfbf;
    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
}
.about-table table th{
    border: solid 0.5px #bfbfbf;
}
.about-table table td{
    border: solid 0.5px #bfbfbf;
}
.about-table th{
    height: 2rem;
    text-align: center;
    color: #fff;
    background-color:#8DBFBA ;
     font-weight: 400;
}
.about-table .table1 td{
    height: 4.5rem;
}

.about-table table th,td{
    padding:0;
}
.about-p{
    width: 575px;
    margin: auto;
   margin-bottom: 1rem;
}
.about-p p{
     border-bottom: 4px dotted #a2b9c8;
}
@media(max-width:1024px){
.about-table .table1 td{
    height: 3.9rem;
}

}
@media(min-width:1501px){
      .about-table{
        justify-content: space-around;
        width: 100%;
      }
                .table1{
        width: 380px;
      }
        .table2{
        width: 510px;
      }  
}
@media(max-width:1500px){
      .about-table{
        width: 100%;
        justify-content: space-around;
      }
                .table1{
        width: 350px;
      }
        .table2{
        width: 480px;
      }  
}
@media(max-width:1350px){
      .about-table{
        justify-content: space-around;
        width: 100%;
      }
          .table1{
        width: 330px;
      }
        .table2{
        width: 460px;
      }  
}
@media(max-width:1150px){
      .about-table{
        width: 100%;
      }
      .table1{
        width: 320px;
      }
        .table2{
        width: 440px;
      }
}
@media(max-width:1070px){
      .about-table{
        width: 100%;
      }
      .table1{
        width: 290px;
      }
        .table2{
        width: 410px;
      }
}
@media(max-width:1000px){
      .download-button{
    display: flex;
    width: 370px;
    margin:auto;
    flex-wrap: wrap;
    justify-content: start;
  }
  .download-button a{
    margin-bottom: 2rem;
  }
      .download-button2{
            width: 370px;
            justify-content: start;
    margin:auto;
    flex-wrap: wrap;
      }
      .download-button2 a{
        width: 150px;
      }
        .about-table{
            display: block;
            width: 370px;
        }
        .about-table table{
margin: auto;
margin-bottom: 2rem;
        }
        .table1{
    width: 100%;
}
.table2{
    width: 100%;
}
}

@media(max-width:750px){
    .about-p{
        width: 100%;
        font-size: 0.8rem;
    }
            .about-table{
            width: 90%;
        }

}
@media(max-width:450px){
        .download-button{
            width: 270px;
        }
          .download-button a{
            width: 100px;
            font-size: 0.8rem;
          }
                .download-button2{
                     width: 270px;
                }
                          .download-button2 a{
            width: 102px;
            font-size: 0.7rem;
          }
                   .about-table td{
            font-size: 0.8rem;
        }   
}