*{
    box-sizing: border-box;
  }
    
  html{
    scroll-behavior: smooth;
  }
    
  a {
    text-decoration: none;
    color: inherit;
  }
    
  body{
    margin: 0;
  }
    
    
  @media(min-width: 1225px){
  
    header{
        width: 100%;
        height: 120px;
        position: fixed;
        top: 0;
        z-index: 100;
        background-color: white;
        border-bottom: solid 2px rgb(248, 179, 3);
      }
    
      .header-flex{
        display: flex;
        justify-content: space-between;
      }
    
      .header-left{
        height: 120px;
        
      }
    
      .header-logo{
        height: 90px;
        color: rgb(63, 105, 2);
        font-family: 'Kaisei HarunoUmi', serif;
        display: flex;
      }
    
      .header-name{
        display: inline-block;
        line-height: 90px;
        height: 90px;
        font-size: 40px;
        margin-left: 30px;
        margin-right: 7px;
      }
    
      .header-name p{
        display: inline;
        vertical-align: baseline;
      }
    
      .logo-image{
        height: 90px;
        line-height: 90px;
      }
    
      .logo-image img{
        height: 40px;
        width: 40px;
        vertical-align:middle;
      }
    
      .logo-image-sp{
        display: none;
      }
    
      .header-menu-left{
        margin-left: 50px;
      }
    
      .header-menu-left li{
        list-style: none;
        float: left;
        padding: 0 20px;
        border-left:solid 1.5px rgb(63, 105, 2) ;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        position: relative;
      }
    
      .header-menu-left li:hover{
        color: rgb(248, 179, 3);
      }
    
      .header-menu-left li::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: -5px;
        transform: translateX(-50%);
        width: 0%;
        height: 4px;
        background-color: #00a764;
        transition: all 0.5s;
      }  
      
      .header-menu-left li:hover::after{
        width: 80%;
      }
    
      #top-list{
        border: none;
      }
    
      .header-menu-left ul{
        margin: 0;
        padding: 0;
      }
    
      .header-right{
        height: 120px;
        margin-right: min(30px,2.44vw);    
      }
    
      .header-contact{
        display: flex;
        height: 90px;
        padding-left: 20px;
        padding-top: 10px;
      }
    
      .header-btn{
        font-size: 18px;
        height: 52px;
        line-height: 52px;
        letter-spacing: 1.7;
      }
    
      .header-btn p {
        display: inline;
        vertical-align: middle;
      }
    
      .header-btn-mail:hover{
        color: rgb(248, 179, 3);
      }
    
      .header-mail{
        height: 52px;
        line-height: 52px;
        display: flex;
        margin-right: 30px;
      }
    
      .header-tel{
        height: 68px;
        display: flex;
      }
    
      .tel-info{
        font-size: 14px;
        line-height: 0;
        
      }
    
      .menu-trigger{
        display: none;
      }
      
      #header-sp-modal{
        display: none;
      }
    
      .header-icon img{
        height: 30px;
        width: 30px;
        vertical-align: middle;
      }
    
      .header-icon{
        height: 52px;
        line-height: 52px;
        margin-right: 20px;
      }
    
      .header-icon-sp{
        display: none;
      }
    
      .header-menu-right li{
        list-style: none;
        font-size: 13px;
        float: left;
        padding: 0 20px;
        border-left:solid 1.5px rgb(63, 105, 2) ;
      }
    
      .header-menu-right li:hover{
        color: #00a764;
      }
    
      #top-list-right{
        border: none;
      }
    
      .header-menu-right ul{
        margin: 0;
        padding: 0;
      }
    
      .fixed_btn{
        position: fixed;
        bottom: 80px; 
        right: -30px;
        padding: 0 20px 0 10px;
        z-index: 100;
        transform: rotate(90deg);
        background-color: rgb(252, 192, 39);
        height: 30px;
        line-height: 30px;
        color: white;
        border: solid 1px rgb(252, 192, 39);
      }
    
      .fixed_btn p{
        vertical-align: middle;
        display: inline;
        letter-spacing: 1px;
      }
    
      .fixed_btn span {
        display: inline-block;
        border: solid 1px white;
        width: 45px;
        vertical-align:15%;
        margin-right: 15px;
        
      }
    
      .fixed_btn:hover{
        opacity: 0.7;
        transition: 0.3s;
      }

    .top-wrapper-cp{
        padding-top: 15px;
    }
    
    .top-banner-cp{
        max-width: 1280px;
        width: 100%;
        max-height: 356px;
        height: auto;
        margin:0 auto;
        margin-top: 105px;
        overflow: hidden;
    }

    .top-banner-cp img{
        width: 100%;
        height: auto;
    }

    .top-banner-cp-sp{
        display: none;
    }

    .top-banner-cp-mid{
        display: none;
    }

    .point-chara{
        width: 100%;
        height: 100px;
        margin-top: min(3.91vw,50px);
        text-align: center;
    }

    .point-chara-a{
        font-size: 25px;
        color: gold;
        font-family: 'Kaisei HarunoUmi', serif;
        height: 40px;
        line-height: 40px;
    }

    .point-chara-a p{
        display: inline;
        vertical-align: middle;
    }

    .point-chara-c{
        font-size: 40px;
        color: rgb(205, 174, 0);
        font-family: 'Kaisei HarunoUmi', serif;
        height: 60px;
        line-height: 60px;
    }

    .point-chara-c p{
        display: inline;
        vertical-align: middle;
    }

    .reason-chara{
        width: 100%;
        height: auto;
        margin-top: min(3.91vw,50px);
        margin-bottom: 60px;
    }

    .r-wrapper{
        display: flex;
        width: 1000px;
        
        height: 200px;
        margin: 0 auto;
    }

    .r-detail{
        height: auto;
        width: 1000px;
        border: solid 1px rgba(202, 255, 234, 0.4);
        margin: 30px auto;
    }

    .r-white{
        background-color: white;
        height: 70px;
        width: 370px;
        margin: 0 auto;
        margin-top: 65px;
        display: flex;
        justify-content: center;
    }

    .r-name{
        font-size: 30px;
        width: 330px;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        text-align: center;
        color: #0b5829;
        font-family: 'Kiwi Maru', serif;
    }

    .r-name p{
        display: inline;
        vertical-align: top;
    }

    .r-number{
        font-size: 28px;
        height: 40px;
        width: 40px;
        border: solid 6px #337a4e;
        border-radius: 10px;
        line-height: 29px;
        text-align: center;
        margin-top: 15px;
        margin-left: 40px;
        color: white;
        background-color: #337a4e;
    }

    .r-number p {
        display: inline;
        vertical-align: middle;
    }

    .r-img{
        height: 200px;
        width: 350px;
    }

    .r-img img{
        height: 100%;
        width: 100%;
    }

    .r-line{
        height: 200px;
        background-color: #337a4e;
        width: 30px;
    }

    .r-title{
        
        height: 200px;
        width: 620px;
        background-color: rgba(202, 255, 234, 0.4);
    }

    .reason-detail-title-about{
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }

    .reason-detail-title-left-about{
        width: 50px;
        height: 50px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background-color: #3d925e;
    }

    .reason-detail-title-right-about{
        height: 50px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: rgba(245, 245, 245,0.5);
        padding-left: 40px;
        width: 800px;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-size: 21px;
        line-height: 45px;
    }

    .reason-detail-title-right-about p{
        display: inline;
        vertical-align: middle;
    }

    .reason-detail-title-center-about{
        background-color: rgba(245, 245, 245,0.5);
    }

    .reason-detail-title-center-about span{
        height: 0;
        width: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left:15px solid #3d925e;
        margin-top: 15px;
        display: inline-block;
    }

    .reason-detail-content-about{
        width: 750px;
        font-size: 17px;
        line-height: 30px;
        margin: 0 auto;
        letter-spacing: 3px;
    }



    .etc{
        display: flex;
        justify-content: center;
        width: 90%;
        margin: 30px auto;
        height: 400px;
    }

    .greet{
        width: 50%;
        height: 300px;
        border: dashed 4px #337a4e;
        margin-right: 30px;
        margin-left: 30px;
        margin-top: 20px;
        position: relative;
    }

    .greet-title{
        position: absolute;
        top: 0;
        left: 30px;
        transform: translateY(-50%);
        background-color: white;
        font-size: 23px;
        padding: 0 20px;
        font-family: 'Kiwi Maru', serif;
        letter-spacing: 2px;
    }

    .greet-wrapper{
        font-size: 16px;
        letter-spacing: 7px;
        line-height: 25px;
        padding-top: 30px;
        width: 95%;
        margin: 0 auto;
    }

    .sns{
        width: 40%;
        height: 300px;
        margin-left: 40px;
    }

    .sns-title{
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        margin-left: 25px;
        font-family: 'Kiwi Maru', serif;
    }

    .sns-title p{
        display: inline;
        vertical-align: top;
    }

    .sns-btn{
        margin-top: 30px;
        font-size: 30px;
        text-align: center;
        height: 100px;
        width: 400px;
        border: solid 2px rgb(179, 206, 173);
        border-radius: 10px;
        background-color: rgb(237, 250, 234);
        display: flex;
    }

    .sns-btn img{
        width: 50px;
        height: 50px;
        margin-top: 25px;
        margin-right: 50px;
        margin-left: 60px;
    }

    .r-img-sp{
        display: none;
    }
    






    .info{
        display: flex;
        justify-content: center;
        margin-top: 60px;
        height: 720px;
        margin-bottom: 60px;
      }
    
      .info-wrapper-flex{
        width: 55vw;
        padding-top: 50px;
      
      }
    
      .info-graph{
        width: 45vw;
        
      }
    
      .info-title{
        width: 300px;
        margin: 0 auto;
        font-size: 25px;
        font-family: 'Kiwi Maru', serif;
        text-align: center;
      }
    
      .info-title p{
        border-bottom: solid 1px rgb(248, 179, 3);
        display: inline;
        padding: 0 10px 0 10px;
      }
    
      .info-content table{
        width: 85%;
        margin: 0 auto;
        margin-top: 50px;
      }
      
      .info-content td:first-child{
        font-size: 18px;
        border-bottom: solid 1.5px rgb(74, 114, 14);
        width:150px ;
        padding-left: 0;
        text-align: center;
      }
      
      .info-content tr{
        height:85px;
      }
      
      .info-content td{
        border-bottom: solid 1.5px #a6a7a8;
        padding-left: 40px;
      }
    
      .info-content td br{
        display: none;
      }
    
      .info-content td span{
        display: block;
      }
    
      
      .info-content tr:first-child{
        vertical-align: middle;
      }
    
      .info-contact{
        border: solid 1px #00a764;
        width: 300px;
        border-radius: 5px;
        text-align: center;
        margin: 70px 7.5% 40px auto;
        cursor: pointer;
      }
    
      .info-contact:hover{
        background-color:#00a764;
        color: white;
        transition: all .5s ;
      }
    
      .info-photo{
        width: 43vw;
        margin: 0 auto;
        height: 350px;
      }
    
      .info-photo img{
        width: 100%;
        height: 100%;
      }
    
      .info-map{
        width: 43vw;
        height: 350px;
        margin: 0 auto;
        margin-top: 15px;
      }
    
      .info-map iframe{
        width: 100%;
        height: 100%;
      }
    
      footer{
        height: 100px;
        width: 100%;
        background-color: rgb(50, 83, 1);
        position: relative;
      }
    
      .foot-first{
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 380px;
      }
    
      .foot-title{
        font-size: 35px;
        color: white;
        text-align: center;
        margin: 0 auto;
        height: 85px;
        line-height: 85px;
      }
    
      .foot-title p{
        display: inline;
        vertical-align: middle;
       
        font-family: 'Kaisei HarunoUmi', serif;
      }
    
      .foot-logo {
        height: 85px;
        width: 35px;
        line-height: 85px;
      }
    
      .foot-logo img{
        width: 100%;
        height: 35px;
        display: inline;
        vertical-align: middle;
      }
    
      .foot-last{
        color: white;
        font-size: 14px;
        margin: 0 10px 0 auto;
        height: 15px;
        position: absolute;
        top: 60px;
        right: 50px;
      }
      
    
    
    
    }


@media (min-width:1000px) and (max-width:1224px) {


    .top-wrapper-cp{
        padding-top: min(15px,1.22vw);
        width: 100%;
        background-color: none;
    }
    
    .top-banner-cp{
        
        width: 100%;
        height: auto;
        margin:0 auto;
        margin-top: min(8.57vw,105px);
    }

    .top-banner-cp img{
        height: 100%;
        width: 100%;
    }

    .top-banner-cp-mid{
        display: none;
    }

    .top-banner-cp-sp{
        display: none;
    }

    .point-chara{
        width: 100%;
        height: 100px;
        margin-top: min(3.91vw,50px);
        text-align: center;
    }

    .point-chara-a{
        font-size: 25px;
        color: gold;
        font-family: 'Kaisei HarunoUmi', serif;
        height: 40px;
        line-height: 40px;
    }

    .point-chara-a p{
        display: inline;
        vertical-align: middle;
    }

    .point-chara-c{
        font-size: 40px;
        color: rgb(205, 174, 0);
        font-family: 'Kaisei HarunoUmi', serif;
        height: 60px;
        line-height: 60px;
    }

    .point-chara-c p{
        display: inline;
        vertical-align: middle;
    }

    .reason-chara{
        width: 100%;
        height: auto;
        margin-top: min(3.91vw,50px);
        margin-bottom: 60px;
    }

    .r-wrapper{
        display: flex;
        max-width: 1000px;
        width: 98vw;
        height: 200px;
        margin: 0 auto;
    }

    .r-detail{
        height: auto;
        max-width: 1000px;
        width: 98vw;
        border: solid 1px rgba(202, 255, 234, 0.4);
        margin: 30px auto;
    }

    .r-white{
        background-color: white;
        height: 70px;
        width: 370px;
        margin: 0 auto;
        margin-top: 65px;
        display: flex;
        justify-content: center;
    }

    .r-name{
        font-size: 30px;
        width: 330px;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        text-align: center;
        color: #0b5829;
        font-family: 'Kiwi Maru', serif;
    }

    .r-name p{
        display: inline;
        vertical-align: top;
    }

    .r-number{
        font-size: 28px;
        height: 40px;
        width: 40px;
        border: solid 6px #337a4e;
        border-radius: 10px;
        line-height: 29px;
        text-align: center;
        margin-top: 15px;
        margin-left: 40px;
        color: white;
        background-color: #337a4e;
    }

    .r-number p {
        display: inline;
        vertical-align: middle;
    }

    .r-img{
        height: 200px;
        width: 350px;
    }

    .r-img img{
        height: 100%;
        width: 100%;
    }

    .r-line{
        height: 200px;
        background-color: #337a4e;
        width: 30px;
    }

    .r-title{
        
        height: 200px;
        max-width: 620px;
        width: 60.76vw;
        background-color: rgba(202, 255, 234, 0.4);
    }

    .reason-detail-title-about{
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }

    .reason-detail-title-left-about{
        width: 50px;
        height: 50px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background-color: #3d925e;
    }

    .reason-detail-title-right-about{
        height: 50px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: rgba(245, 245, 245,0.5);
        padding-left: 40px;
        width: 800px;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-size: 21px;
        line-height: 45px;
    }

    .reason-detail-title-right-about p{
        display: inline;
        vertical-align: middle;
    }

    .reason-detail-title-center-about{
        background-color: rgba(245, 245, 245,0.5);
    }

    .reason-detail-title-center-about span{
        height: 0;
        width: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left:15px solid #3d925e;
        margin-top: 15px;
        display: inline-block;
    }

    .reason-detail-content-about{
        width: 750px;
        font-size: 17px;
        line-height: 30px;
        margin: 0 auto;
        letter-spacing: 3px;
    }

    .etc{
        display: flex;
        justify-content: center;
        width: 90%;
        margin: 30px auto;
        height: 400px;
    }

    .greet{
        width: 50%;
        height: 360px;
        border: dashed 4px #337a4e;
        margin-right: 30px;
        margin-left: 30px;
        margin-top: 20px;
        position: relative;
    }

    .greet-title{
        position: absolute;
        top: 0;
        left: 30px;
        transform: translateY(-50%);
        background-color: white;
        font-size: 23px;
        padding: 0 20px;
        font-family: 'Kiwi Maru', serif;
        letter-spacing: 2px;
    }

    .greet-wrapper{
        font-size: 16px;
        letter-spacing: 7px;
        line-height: 25px;
        padding-top: 30px;
        width: 95%;
        margin: 0 auto;
    }

    .sns{
        width: 40%;
        height: 300px;
        margin-left: 40px;
    }

    .sns-title{
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        margin-left: 25px;
        font-family: 'Kiwi Maru', serif;
        white-space: nowrap;
    }

    .sns-title p{
        display: inline;
        vertical-align: top;
    }

    .sns-btn{
        margin-top: 30px;
        font-size: 30px;
        text-align: center;
        height: 100px;
        width: 400px;
        border: solid 2px rgb(179, 206, 173);
        border-radius: 10px;
        background-color: rgb(237, 250, 234);
        display: flex;
    }

    .sns-btn img{
        width: 50px;
        height: 50px;
        margin-top: 25px;
        margin-right: 50px;
        margin-left: 60px;
    }

    .r-img-sp{
        display: none;
    }
}