@font-face {
  font-family: 'hannnariMintyo';
  src: url(../font/HannariMincho-Regular.otf);
}
body{
  width: 100vw;
  max-width: 100vw;
  color: rgb(44, 44, 44);
  font-size:15px;
  font-family:	"Hiragino Sans", Meiryo, sans-serif;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 3px;
  overflow-wrap: break-word;
}
*{
  transition: 0.5s;
}
a{
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
h1,h2,h3{
  font-family: hannnariMintyo;
}
/*==================================================Header==================================================*/
.pc_nav {display: block;}
.sp_nav{display: none;}
header{
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000;
  width: 100vw;
  background-color: #fff;
}
.h_gridwrap {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 15vw auto;
}
.scrollHeader{
  padding: 0 0;
}
/*--------------- Logo ---------------*/
.h_logowrap{
  display: flex;
  justify-content: left;
  align-items: center;
}
#logo{
  width: 100%;
  padding-left: 2rem;
  text-align: center;
}
#logo img {
  width: 15vw;
}
#logo h2{
  font-size: 0.5rem;
}
/*--------------- Header Menu ---------------*/
.headerMenu{
  padding: 0.5rem 2rem;
}
.headerMenu ul{
  display: flex;
  justify-content: right;
  align-items: center;
}
.headerMenu li{
  display: inline-block;
  margin: 0 0.5rem;
}
.headerMenu li a{
  height: 100%;
  display: inline-block;
}
/*--------------- Tel Btn ---------------*/
.h_tel_btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_telbtn_textone {
  font-size: 0.8rem;
}
.h_tel_btn img {
  height: 1.5rem;
  margin-right: 0.5rem;
}
.h_telbtn_texttwo{
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_telbtn_textthree{
  font-size: 0.5rem;
}
/*--------------- Mail Btn ---------------*/
.h_mail_btn {
  width: fit-content;
  background-color: #cd5256;
  padding: 1rem 2rem;
  height: fit-content;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.h_mail_btn a img {
  width: 1.5rem;
}
/*==================================================
メニューバー tosectionWrap
==================================================*/
.tosectionWrap {
  display: block;
  background-color: #006db9;
  color: #fff;
  width: 100vw;
  text-align: center;
  border-bottom: solid 1px #fff;
}
.tosectionWrap li {
  display: inline;
  margin: 0;
}

.tosectionWrap li a {
  display: inline-block;
  padding: 0.5rem 0;
  font-size: 0.7rem;
}

.tosectionWrap li::after {
  content: "/";
  margin: 0 1rem;
}

.tosectionWrap li:last-child::after {
  content: "";
}


/*==================================================1200px以下==================================================*/
@media screen and (max-width: 1200px) {
.pc_nav{display: none;}
.sp_nav {display: block;}

.h_gridwrap{
  width: 100vw;
  max-width: 100vw;
  display: grid;
  grid-template-columns: 30% auto 3rem;
  padding: 1rem;
}
.scrollHeader {
  padding: 1rem;
}
.sp_logo img{
  width: 30vw;
}
/*--------------- Header Menu ---------------*/
.headerMenu {
  padding: 0.5rem 1rem;
}
.headerMenu ul {
  display: flex;
  justify-content: right;
  align-items: center;
}
.headerMenu li {
  display: inline-block;
  margin: 0 0.5rem;
}
.headerMenu li a {
  height: 100%;
  display: inline-block;
}
/*--------------- Tel Btn ---------------*/
.h_tel_btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_telbtn_textone {
  font-size: 0.8rem;
}
.h_tel_btn img {
  height: 1.5rem;
  margin-right: 0.5rem;
}
.h_telbtn_texttwo {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_telbtn_textthree {
  font-size: 0.5rem;
}

/*--------------- Mail Btn ---------------*/
.h_mail_btn {
  width: fit-content;
  background-color: #cd5256;
  padding: 1rem 2rem;
  height: fit-content;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}

.h_mail_btn a img {
  width: 1.5rem;
}
/*--------------- Hamnurger ---------------*/
#hamburgerWrap{
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  }
#hamburger {
  position: relative;
  display: block;
  width: 3rem;
  height: 2.5rem;
  margin: 0 0 0 auto;
  z-index: 2;
}
#hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #006db9;
  transform: translateY(-50%);
}
#hamburger::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #006db9;
}
#hamburger::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #006db9;
}
.sp-nav {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  transition: all .2s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

/*==================================================
メニューバー tosectionWrap
==================================================*/
.sp-nav{
    background-color: #006db9;
        transition: 0.5s;
}
.tosectionWrap {
  display: block;
  background-color: #006db9;
  color: #fff;
  width: 100vw;
  text-align: center;
  border-bottom: none;
}

.tosectionWrap li {
  display: block;
  margin: 0;
}

.tosectionWrap li a {
  display: inline-block;
  padding: 0.5rem 0;
  font-size: 1.5rem;
  width: 100%;
}

.tosectionWrap li::after {
  content: "";
  margin: static;
}

.tosectionWrap li:last-child::after {
  content: "";
}
  /*-閉じるアイコンー*/
  .sp-nav .close {
    padding: 1rem 0;
    margin: 1rem 0;
    font-size: 1.5rem;
    background-color: #cd5256;
  }
  .toggle {
    transform: translateY(0);
    opacity: 1;
    transition: 0.5s;
  }
}

/*==================================================900px以下==================================================*/
@media screen and (max-width: 900px) {
  .h_gridwrap {
    width: 100vw;
    max-width: 100vw;
    display: grid;
    grid-template-columns: 50% auto 3rem;
    padding: 0.5rem;
  }
  .sp_logo img {
    width: 100%;
  }
  .sp_logo h2{
    display: none;
  }
  /*--------------- Header Menu ---------------*/
  .headerMenu {
    padding: 0.5rem 1rem;
  }
  .headerMenu ul {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .headerMenu li {
    display: inline-block;
    margin: 0 0.5rem;
  }
  .headerMenu li a {
    height: 100%;
    display: inline-block;
  }
  /*--------------- Tel Btn ---------------*/
  .sp_nav .h_tel_btn {
    display: none;
  }
  /*--------------- Mail Btn ---------------*/
  .h_mail_btn {
    width: 90%;
    background-color: #cd5256;
    padding: 1rem auto;
    border-radius: 5px;
    height: fit-content;
    text-align: center;
    color: #fff;
    font-size: 1rem;
  }
  .h_mail_btn span{
  }
  .h_mail_btn a img {
    width: 1.5rem;
  }
}
/*==================================================650px以下==================================================*/
@media screen and (max-width: 650px) {
  .h_gridwrap {
    width: 100vw;
    max-width: 100vw;
    display: grid;
    grid-template-columns: 60% auto 3rem;
    padding: 0.5rem;
  }
  .sp_logo img {
    width: 100%;
  }
  /*--------------- Header Menu ---------------*/
  .headerMenu {
    padding: 0.5rem 1rem;
  }
  .headerMenu ul {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .headerMenu li {
    display: inline-block;
    margin: 0 0.5rem;
  }
  .headerMenu li a {
    height: 100%;
    display: inline-block;
  }
    /*--------------- Mail Btn ---------------*/
  .h_mail_btn {
    width: fit-content;
    background-color: #cd5256;
    padding: 1rem;
    border-radius: 5px;
    height: fit-content;
    text-align: center;
    color: #fff;
    font-size: 1rem;
  }
  .h_mail_btn span {
    display: none;
  }
    .sp-nav {
      background-color: #006db9;
      transition: 0.5s;
    }
  
    .tosectionWrap {
      display: block;
      background-color: #006db9;
      color: #fff;
      width: 100vw;
      text-align: center;
      border-bottom: none;
    }
  
    .tosectionWrap li {
      display: block;
      margin: 0;
    }
  
    .tosectionWrap li a {
      display: inline-block;
      padding: 0.5rem 0;
      font-size: 1.5rem;
      width: 100%;
    }
  
    .tosectionWrap li::after {
      content: "";
      margin: static;
    }


        .sp-nav {
          background-color: #006db9;
          transition: 0.5s;
        }
    
        .tosectionWrap {
          display: block;
          background-color: #006db9;
          color: #fff;
          width: 100vw;
          text-align: left;
          padding-left: 1rem;
          border-bottom: none;
        }
    
        .tosectionWrap li a {
          display: inline-block;
          padding: 0.5rem 0;
          font-size: 1rem;
          width: 100%;
        }
    
        .tosectionWrap li::after {
          content: "";
          margin: static;
        }
        /*-閉じるアイコンー*/
        .sp-nav .close {
          padding: 1rem 0;
          margin: 1rem 0;
          font-size: 1rem;
          background-color: #006db9;
        }
}
/*==================================================400px以下==================================================*/
@media screen and (max-width: 400px) {
  .h_gridwrap {
    width: 100vw;
    max-width: 100vw;
    display: grid;
    grid-template-columns: 50% auto 3rem;
    padding: 0.5rem;
  }
  /*--------------- Mail Btn ---------------*/
  .h_mail_btn {
    padding: 0.5rem;
  }


}