*{
    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;
    }

    .top-banner-cp img{
        width: 100%;
        height: 100%;
    }

    .top-banner-cp-mid{
        display: none;
    }

    .top-banner-cp-sp{
        display: none;
    }

    .goukaku{
        width: 100%;
        height: auto;
        margin-top: 40px;
        border-left: solid 10px pink;
        border-right: solid 10px pink;
    }

    .goukaku-contents{
        display: flex;
        max-width: 1240px;
        width: 100%;
        margin: 20px auto;
        height: auto;
    }

    .goukaku-day{
        width: 200px;
        font-size: min(1.9vw,25px);
        text-align: center;
        height: 100px;
        line-height: 100px;
    }

    .goukaku-day p{
        display: inline;
        border-bottom:solid 2px pink ;
        padding: 0 20px;
        vertical-align: middle;
    }

    .goukaku-name{
        max-width: 350px;
        height: 60px;
        border-radius: 10px;
        background-color: rgb(248, 234, 237);
        line-height: 60px;
        text-align: center;
        margin: 0 auto;
        font-family: 'Kiwi Maru', serif;
        color: rgb(65, 55, 28);
        font-size: 35px;
        letter-spacing: 10px;
        margin-top: 50px;
    }

    .goukaku-name p{
        display: inline;
        vertical-align: top;
    }

    .goukaku-detail{
        font-size: min(1.75vw,23px);
        height: 100px;
        line-height: 100px;
        text-align: left;
        font-family: 'Zen Kaku Gothic New', sans-serif;;
    }

    .goukaku-detail span{
        padding: 0 20px;
        display: inline;
        white-space: nowrap;
        vertical-align: middle;
    }

    .goukaku-detail-b{
        font-size:  min(1.8vw,23px);
        line-height: 60px;
        height: 150px;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .goukaku-detail-b span{
        padding: 0 20px;
        display: inline;
        white-space: nowrap;
        vertical-align: middle;
    }



    .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;
    }


    .goukaku{
        width: 100%;
        height: auto;
        margin-top: 40px;
        border-left: solid 10px pink;
        border-right: solid 10px pink;
    }

    .goukaku-contents{
        display: flex;
        width: 100%;
        margin: 20px auto;
        height: auto;
    }

    .goukaku-day{
        width: min(16.67vw,200px);
        font-size: max(1.9vw,23px);
        text-align: center;
        height: 100px;
        line-height: 100px;
    }

    .goukaku-day p{
        display: inline;
        border-bottom:solid 2px pink ;
        padding: 0 20px;
        vertical-align: middle;
    }

    .goukaku-name{
        max-width: 350px;
        height: 60px;
        border-radius: 10px;
        background-color: rgb(248, 234, 237);
        line-height: 60px;
        text-align: center;
        margin: 0 auto;
        font-family: 'Kiwi Maru', serif;
        color: rgb(65, 55, 28);
        font-size: 35px;
        letter-spacing: 10px;
        margin-top: 50px;
    }

    .goukaku-name p{
        display: inline;
        vertical-align: top;
    }

    .goukaku-detail{
        font-size: max(1.75vw,20px);
        height: 100px;
        line-height: 100px;
        text-align: left;
        font-family: 'Zen Kaku Gothic New', sans-serif;;
    }

    .goukaku-detail span{
        padding: 0 10px;
        display: inline;
        white-space: nowrap;
        vertical-align: middle;
    }

    .goukaku-detail-b{
        font-size: max(1.75vw,20px);
        line-height: 60px;
        height: 150px;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .goukaku-detail-b span{
        padding: 0 10px;
        display: inline;
        white-space: nowrap;
        vertical-align: middle;
    }


}