@charset "utf-8";



/* common */

html{
  font-size:80px;
}
@media (max-width: 1200px) and (min-width:800px){
  html{
    font-size:55px;
  }

}

/*medium screen*/
@media (max-width: 799px) and (min-width:600px){
  html{
    font-size:45px;
  }

}

/* small screen */
@media (max-width: 599px){
  html{
    font-size:40px;
  }

}

@media (max-width: 400px){
  html{
    font-size:30px;
  }

}

body{
  font-size: 0.16rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

main{
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 599px){
  main{
    width: 85%;
    margin: 0 auto;
  }

}



*{
  padding:0;
  margin: 0;
  
}

ul li{
  list-style-type: none;
 
}

a{
  color:white;
  text-decoration: none;
}

/* header */

header .container{
  background-image:url("../img/back.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 4rem;
  margin: 0;

}

header .header_nav{
  width: 90%;
  margin:0 auto;
   padding-top: 0.32rem; 
  display: flex;
  justify-content:space-between;
}

header ul{
  display: flex;
}

header ul li{
  font-size: 0.24rem;
  margin-top: 0.16rem;
  margin-right:0.16rem;
  font-weight: bolder;
}

@media (max-width: 799px){
  .normal_nav{
    display: none;
  }
 
 }
 
 @media (min-width:800px){
  .nav{
    display: none;
  }
 
 }
 .nav_list{
  display: flex;
  flex-direction:column;
}

.nav_item a{
  font-size:0.5rem;
  padding-bottom: 0.8rem;
 }
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 0.6rem;
  width: 0.6rem;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #0394F2;;
  transition: .5s;
  text-align: center;
  padding-top: 20px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}
 
  

h1{
  color: white;
  font-size: 1rem;
  text-align: center;
  padding: 0.4rem;
}


.logo{
  width:3.2rem;
  height:0.64rem;
}

/* main */

body{
  background:linear-gradient(90deg,#ffffff 0%,#ffffff 50%,#ffffff 50%,#01b7ff 100%);
  


}

main{
  margin: 0 auto;

}

table{
  border:solid 0.01rem
  black;
  height:5rem; 
  border-collapse: collapse ;
  background-color: #ffffff;
  width: 90%;
  margin: 1rem auto;
  
  
 

}

.part{
  margin:0.8rem 0;
}

th{
  border:solid 0.01rem
  black;
  font-size: 0.36rem;
  font-weight: bold;
  width: 25%;
  background-color:#addeff ;
  
}

td{
  border:solid 0.01rem
  black;
  text-align: center;
  /* font-weight: bolder; */
  font-size: 0.32rem;
 
}

tr td:first-child{
  /* font-weight: bold; */
  background-color: #deebf5;
}

td a{
  color: #0394F2;
}
















/* call */
.call{
  display: flex;
  width: 90%;
  margin: 0.8rem auto 0 auto;
  height: 3.5rem;
  background: #fff;
  border: 0.08rem solid #000;
}

.call img:first-child{
  width: 2.8rem;
  height: 2.4rem;
  margin: auto auto auto 0.16rem;
}
@media (max-width: 799px){
  .call img:first-child{
    width: 1.8rem;
    height: 1.6rem;
    /* margin: auto auto auto 0.16rem; */
  }

 
    
}

.call .call_info h3{
  font-size: 0.4rem;
  margin: 0.4rem auto auto auto;
  text-align: center;
  color: #0d0c0c;
}

.call .call_info .number{
 margin: auto;
font-weight: bold;
font-size: 0.56rem;
text-align: center;
color: #0d0c0c;
}

.call .call_info .time{
  
font-weight: normal;
font-size: 0.4rem;
text-align: center;
color: #0d0c0c;
line-height: 0.4rem;

}

.call .contact{
  
  background: #fff;
  box-shadow: 0 0.16rem 0.16rem rgba(0, 0, 0, 0.16);
  margin:auto 0.16rem auto auto;
 
  
}

.call .contact a{
  text-align: center;
  width: 2.8rem;
  height: 2rem;
  
  padding-top: 0.6rem;
  display: block;
  font-weight: bolder;
  font-size: 0.40rem;
  color: #0d0c0c;
}

.call .contact a:hover {
  background-color: rgba(0, 0, 0, 0.16);
}




@media (max-width: 799px){

  .call{
    display: flex;
    width: 90%;
    margin: 0.8rem auto 0 auto;
    height: 3.5rem;
    background: #fff;
    border: 0.08rem solid #000;
  }
  
  .call .contact{
    width: 2.3rem;
    height: 2rem;
    background: #fff;
    box-shadow: 0 0.16rem 0.16rem rgba(0, 0, 0, 0.16);
    margin:auto 0.16rem auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  
  .call .contact a{
    display: block;
    font-weight: bolder;
    font-size: 0.4rem;
    color: #0d0c0c;
  }

 
    
}



/* footer */
footer {
 
  background-image: url("../img/footer_background.png");
  background-size: cover;
  width: 100%;
  height: 4rem;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  position: relative;
  padding-bottom: none;
  }


footer .footer_nav{
  width: 90%;
  display: flex;
  justify-content:space-between;
  padding-top: 1.4rem;
  color:white;
  margin:0 auto;
  text-align: center;
  
}

footer ul{
  display: flex;
}

footer ul li{
  margin-top: 0.16rem;
  margin-right:0.16rem;
  font-size: 0.28rem;
  font-weight: bolder;
}

@media (max-width: 900px){
  footer .footer_nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.4rem;
    color:white;
    margin:0 auto;
    text-align: center;
    
  }
  footer ul li{
    margin-top: 0.16rem;
    margin-right:0.16rem;
    font-size: 0.28rem;
    font-weight: bolder;
  }
  

}
footer p {
  color:white;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;

  }
