/* 
576px ...スマホ
768px ...タブレット
992px ... 小さなモニタ
1200px ...少し小さいパソコノのモニタ
1400px ...一般的なパソコンのモニタ
    */



html{
  scroll-behavior: smooth;
}

body{
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

@media print,screen and (max-width:576px){
  body{
    font-size: 13px;
    line-height: 1.6;
  }
}


/* header*/
/* -----------------------------------*/

.header_block{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
  padding: 40px 60px;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.header_logo{
  width: 190px;
  height: 27px;
}

.header_logo img{
  width:100%;
  height: auto;
}

.header_nav ul{
  display: flex;
  gap:40px;
}

.header_nav ul li a{
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  letter-spacing:0.06em;
  font-family: "Montserrat", sans-serif;
}

.header_nav ul li a:hover {
  color: #FFB200;
}

.hamburger_menu{
  display: none;
  background-image: url(../images/iconmenu.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}
.hamburger_menu.is_active{
  background-image: url(../images/iconmenu_open.png);
  background-repeat: no-repeat;
  background-position: center;
}

.hamburger_bg{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 1;
}

.hamburger_bg.is_active{
  display: block;
}

@media print,screen and (max-width:992px){
  .header_block{
    padding: 30px 4% 30px 6%;
  }
  .header_nav{
    display: none;
    background-color: #000;
    position: fixed;
  top: 100px;
  left: 0px;
  width: 100%;
  padding: 30px 4% 30px 6%
  }
  .header_nav.is_active{
    display: block;
  }
  
  .hamburger_menu{
    display: block;
  }
  .header_nav ul{
    display: block;
    gap:40px;
  }
  
  .header_nav ul li a{
    display: block;
    color: #FFF;
    padding: 18px 0px;
    line-height: 1;
  }

}
@media print,screen and (max-width:768px){
  .header_nav{
  top: 88px;
  
  }
  .header_block{
    padding: 24px 4% 24px 6%;
  }
  .header_logo{
    width: 35%;
  }
  .header_nav ul li a{
    font-size: 16px;
  }
}
@media print,screen and (max-width:576px){
  .header_block{
    padding: 12px 4% 12px 6%;
  }
  .header_nav{
  top: 64px;
  
  }
}


/*common*/
/*------------------------*/


.title_style01{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  
}
.title_style01 span{
  display: block;
  font-size: 36px;
color:#FFB200;
letter-spacing:0.06em;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
}

.text_style01{
  max-width: 760px;
  margin: 26px auto 0px;
}

.scroll-margin{
  scroll-margin-top: 110px;
}

@media print,screen and (max-width:992px){
  .scroll-margin{
    scroll-margin-top: 100px;
  }
}
@media print,screen and (max-width:768px){
  .scroll-margin{
    scroll-margin-top: 88px;
  }
}
@media print,screen and (max-width:576px){
  .title_style01{
    font-size: 16px;
  }
  .title_style01 span{
    font-size: 22px;
  }
  .text_style01{
    margin: 20px auto 0px;
  }
  .scroll-margin{
    scroll-margin-top: 64px;
  }
}

/*mv*/
/* --------------------------------*/

.mv_block{
  width: 100%;
  height: 780px;
  padding:40px 60px;
  background: url(../images/img_main_pc.jpg)no-repeat center / cover;
  display: flex;
  align-items: flex-end;
}

.mv_text{
  color: #fff;
  font-size: 78px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  
}
@media print,screen and (max-width:992px){
  .mv_block{
    height: 780px;
    padding:5vw 5vw;
  }
  
  .mv_text{
    font-size: 9vw;
  }
}
@media print,screen and (max-width:768px){
  .mv_block{
    height: 60vh;
 }
}

@media print,screen and (max-width:576px){
  .mv_block{
    height: 44vh;
    background: url(../images/img_main_pc.jpg) no-repeat bottom / cover;
  }
}

/*consept*/
/*------------------------------------*/

.concept_block{
  max-width: calc(1200px + 14%);
  margin:120px auto ;
  padding: 0px 7%;
}

.concept_box{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img_concept_box{
  width: 55%;
  aspect-ratio: 66/30;
}

.img_concept_box img{
  width:100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.info_concept_box{
  width: 42%;
  
}
.hp_reversible .img_concept_box{
  order: 2;
}



.title_style02 span{
  display: block;
  font-size: 20px;
  color:#FFB200;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.title_style02{
  font-size: 24px;
  font-weight: 700;
  color:#6A8352;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media print,screen and (max-width:992px){
    .img_concept_box{
    width: 45%;
    aspect-ratio: 66/44;
  }
  .info_concept_box{
    width: 50%;
  }
}
@media print,screen and (max-width:768px){
  .concept_box{
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .concept_block{
    margin: 60px auto ;
  }
  .img_concept_box{
    width: 100%;
    aspect-ratio: 66/30;
  }
  .info_concept_box{
    width: 100%;
    margin-top: 30px;
  }
  .hp_reversible .img_concept_box{
    order: 0;
  }
  .title_style02 span{
    font-size: 14px;
    margin-bottom: 6px;
  }
  
  .title_style02{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .img_concept_box img{
    border-radius: 8px;
  }
}
@media print,screen and (max-width:576px){
  
}


/*menu*/
/*--------------------------*/
.menu_block{
 padding: 0px 2%;
}

.menu_block_inner{
  background-color: #F3EDDF;
  border-radius: 5.7vw;
  padding: 120px 40px;
  width:100%;
}

.menu_list{
  max-width:1000px;
  margin:80px auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_list_style01{
  border-top:1px solid  #CCCCCC;
  border-bottom: 1px solid  #CCCCCC;
  font-size: 16px;
  max-width: 480px;
  padding: 24px 0px;
  display: flex;
  justify-content: space-between;
  width: 48%;
  
}
.menu_list_style01:nth-child(N+3){
  margin-top: -1px;
}
.menu_list_style01 .name span{
  font-weight: 700;
}
.menu_list_style01 .price{
  font-weight: 700;
  color: #6A8352;
}

.menu_list_style02{
  max-width: 310px;
  width: 31%;
  padding-top: 40px;
}
.menu_list_style02 .menu_image img{
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 24px;

}
.menu_list_style02 .name{
font-size: 18px;
font-weight: 700;
line-height: 1.4;
}
.menu_list_style02 .price{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #6A8352;
  margin-top: 8px;
  }
  .menu_list_style02 .text{
    line-height: 1.6;
    margin-top: 8px;
  }

  @media print,screen and (max-width:992px){
    .menu_block{
      padding: 0px;
      }
    .menu_block_inner{
        padding: 100px 7%;
      }
  }
  @media print,screen and (max-width:768px){
    .menu_block_inner{
      border-radius: 10vw;
    }

    .menu_list{
      margin:50px auto 0px;
    }
    .menu_list_style01{
      max-width: 1000px;
      width: 100%;
    }
    .menu_list_style01:nth-child(N+2){
      margin-top: -1px;
    }
    
    .menu_list_style02{
      max-width: 310px;
      width: 48%;
    }
    .menu_list_style02 .menu_image img{
      width: 100%;
      margin-bottom: 16px;
    
    }
    .menu_list_style02 .price{
      margin-top: 6px;
      }
      .menu_list_style02 .text{
        margin-top: 6px;
      }
  }
  @media print,screen and (max-width:576px){
    .menu_block_inner{
      padding: 60px 7%;
    }

    .menu_list{
      margin:30px auto 0px;
    }
    .menu_list_style01{
      max-width: 1000px;
      width: 100%;
      display: block;
      padding: 20px 0px;
    }
    .menu_list_style01:nth-child(N+2){
      margin-top: -1px;
    }
    
    .menu_list_style02{
      max-width: 600px;
      width: 100%;
    }
    .menu_list_style02 .menu_image img{
      width: 100%;
      border-radius: 8px;
      margin-bottom: 16px;
    
    }
    .menu_list_style02 .price{
      margin-top: 6px;
      }
      .menu_list_style02 .text{
        margin-top: 6px;
      }
  }

/*access*/
/*--------------------------*/  

.access_block{
  margin: 120px auto;
  max-width: 1000px;
}
.access_text{
  text-align:center;
  font-size: 15px;
  margin:40px 0px;
}
.access_map{
  margin-top: 40px;
}
.access_map iframe{
  width: 100%;
  aspect-ratio: 2/1;
}

.access_table_wrap{
  padding: 0px 7%;
}

.access_table{
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  border:1px solid #888 
}
.access_table thead{
  background-color: #FFB200;
  font-size: 16px;
  font-weight: 700;
  color: #5F4200;
  line-height: 1.6;
}
.access_table thead tr th{
  padding: 16px 20px;
  text-align: center;
}
.access_table thead tr th:first-child{
  text-align: left;
}
.access_table thead tr th:nth-child(N+2){
  border-left:1px solid #888 ;
}

.access_table tbody  tr{
  border-top:1px solid #888 ;
}
.access_table tbody tr td{
  vertical-align: middle;
  height: 50px;
  padding: 0 20px;
  text-align:center;
  line-height: 1;
  font-size: 16px;
}
.access_table tbody tr td img{
  height: 16px;
  width: 16px;
}
.access_table tbody tr td:first-child{
  text-align: left;
  background-color: #F3EDDF;
}
.access_table tbody tr td:nth-child(N+2){
  border-left:1px solid #888 ;
   width: 80px;
}

@media print,screen and (max-width:992px){
  .access_table tbody tr td:nth-child(N+2){
    width: 70px;
}
}
@media print,screen and (max-width:768px){
  .access_map{
    margin-top: 30px;
  }
  .access_map iframe{
    aspect-ratio: 4/3;
  }

  .access_block{
    margin: 60px auto;
  }
  .access_table{
    margin: 30px auto 0px;
  }


  .access_table,
  .access_table thead,
  .access_table tbody,
  .access_table tr,
  .access_table th,
  .access_table td{
    display: inline-block;
  }
  .access_table thead,
  .access_table tbody,
  .access_table tr{
    width: 100%;
  }

  .access_table tr{
    display: flex;
    flex-wrap: wrap;
  }

  .access_table thead tr th{
    width: calc(100% / 7);
    padding: 12px 0px;
  }
  .access_table thead tr th:nth-child(2),
  .access_table tbody tr td:nth-child(2){
    border-left:none;
  }

  .access_table tbody tr td:not(:first-child){
    width: calc(100% / 7);
  }

  .access_table thead tr th:first-child{
    display: none;
    
  }
  .access_table tbody tr td{
    display: flex;
    justify-content: center;
    align-items: center;
}
  .access_table tbody tr td:first-child{
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #888 ;
    padding: 0px 0px;
}
}
@media print,screen and (max-width:576px){
  
}

/*contact_block*/
/*--------------------*/

.contact_block{
  background-color: #F3EDDF;
  padding: 120px 0px;
  width:100%;
}

.contact_block_inner{
 max-width: calc(1000px + 14%);
 margin:0 auto;
 padding: 0px 7%;
}

.form_box{
  margin-top: 60px;
}

.form_list_item{
  margin-top: 50px;
  font-size: 18px;
  font-weight: 700;
}
.form_list_item .required{
  background-color: #FFB200;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  margin-right: 16px;
  line-height: 1;
}
.form_list_item span{
  background-color: #888;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  margin-right: 16px;
  line-height: 1;
}
.form_list_item input[type="text"],.form_list_item input[type="tel"],.form_list_item input[type="email"],textarea,.form_list_item select{
  width: 100%;
  background-color: #fff;
  margin-top: 16px;
  border: 1px solid #B9AE96;
  border-radius: 6px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.form_list_item select{
  background-image: url(../images/icon_down1.svg);
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 16px 9px;
}

  .form_list_item input[type="text"]::placeholder,.form_list_item input[type="tel"]::placeholder,.form_list_item input[type="email"]::placeholder{
  color:#999
}
textarea{
  height: 300px;
  line-height: 1.8;
}

.form_list_item .radio_item{
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.form_list_item .radio_item label{
 margin-right: 40px;
}
.form_list_item .radio_item input[type="radio"]{
width: 18px;
height: 18px;
background-color: #FFF;
border:1px solid #333 ;
margin-right :8px; 
border-radius: 9px;
appearance: auto;
}
.form_list_item button{
  display: block;
  line-height: 1;
  color: #fff;
  background-color: #222;
  height: 80px;
  width: 460px;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
}

@media print,screen and (max-width:992px){

}
@media print,screen and (max-width:768px){
  .contact_block{
    padding: 60px 0px;
  }
}
@media print,screen and (max-width:576px){
  .form_box{
    margin-top: 40px;
    }
    .form_list_item{
      margin-top: 28px;
      font-size: 15px;
    }
    .form_list_item span{
      padding: 6px 14px;
      border-radius: 20px;
      margin-right: 8px;
    }
    .form_list_item input[type="text"],
    .form_list_item input[type="tel"],
    .form_list_item input[type="email"],
    .form_list_item textarea,
    .form_list_item select{
      margin-top: 12px;
      padding: 16px;
    }
    .form_list_item select{
      background-image: url(../images/icon_down1.svg);
      background-repeat: no-repeat;
      background-position: 96%;
      background-size: 14px 9px;
    }
    .form_list_item textarea{
      height: 200px;
    }
    
    .form_list_item .radio_item{
      margin-top: 12px;
    }
    .form_list_item .radio_item label{
     margin-right: 20px;
    }
    .form_list_item button{
      border-radius: 30px;
      height: 60px;
      max-width: 300px;
      width: 75%;
    }
}

/*aside*/
/*---------------------*/

.banner_block{
  background: url(../images/img_footer_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  padding: 80px 60px;
}

.banner_block ul{
  display: flex;
  gap: 40px;
}

.banner_block ul li{
  max-width: 380px;
  height: 140px;
  width: 48%;
}
.banner_block ul li img{
  width: 100%;
  height: auto;
}
@media print,screen and (max-width:992px){
}

@media print,screen and (max-width:768px){
  .banner_block{
    padding: 40px 7.5%;
  }
  .banner_block ul{
    display: inline-block;
  }
  .banner_block ul li{
    max-width: 380px;
    width: 100%;
  }
  .banner_block ul li:last-child{
    margin-top: 30px;
  }
}
@media print,screen and (max-width:576px){
  .banner_block{
    background: url(../images/img_footer_sp.jpg;)
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}


/*footer:/
/*-----------------------*/

.footer_block{
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
  font-size: 15px;
}

@media print,screen and (max-width:576px){
  .footer_block{
    padding: 16px 0px;
    font-size: 13px;
  }
}