@charset "UTF-8";

/* -------------------------------------
header-footer 共通
------------------------------------- */
header nav, footer nav { /*組み込むときclassふって共通にする*/
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

nav .nav__gnav {
  display:flex;
  align-items:center;
  width: 95vw;
  max-width: 1200px;
  justify-content:space-between;
}
nav .nav__logo {
  max-width:246px;
}
nav .nav__gnav .navbk {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  max-width: 780px;
}
nav .nav__gnav .navbk a {
  padding:5px 0;
}
.nav_parent {
  font-size:16px;
  width:calc((100% - 40px)/3);
}
.nav_child {
  font-size:13px;
  padding-left:1em;
}
.nav_child.other_list {
  padding-left:0;
}



/* -------------------------------------
header
------------------------------------- */
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: rgba(000, 000, 000, 0.12) 2px 2px 6px 3px;
}
header.fixed {
  position: fixed;
  background-color: rgba(255,255,255,0.7);
}

header #head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding:20px 0;
  transition:all 0.3s;
}
header.fixed #head {
  padding:10px 0;
}
header #head .head_top {
  display:flex;
  justify-content:space-between;
  width: 100%;
}
header #head .head_top #logo {
  width: 22%;
  max-width:314px;
  min-width:200px;
  max-width:336px;
}
header #head .head_top .hdr_rgt {
  display:flex;
  align-items:center;
  /*max-width:calc(100% - 334px);*/
  gap:27px;
}
header .call_btn {
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:219px;
  height:51px;
  border-radius:26px;
  padding:10px:30px;
  background-color:#e04382;
}
header .call_btn img {
    width:26px;
}
header .hdr_tel {
  color:#e04382;
  display:flex;
  align-items:center;
  gap:8px;
}
header .hdr_tel img {
  width:48px;
}
header .hdr_tel_txt {
  display:flex;
  flex-direction:column;
  gap:3px;
}
header .tel_txt-ja {
  line-height:1;
}
header .tel_txt-num {
  font-size:32px;
  line-height:1;
}

header #head nav {
  display: none;
  width: 100%;
  max-width:100%;
  height: 100vh;
  padding: 70px 0 60px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
header.active #head nav {
  display: flex;
  z-index: 4;
}
  
header .head_top a#menu_btn {
  width: 50px;
  height: 50px;
  border:1px solid #e04382;
  border-radius:50%;
  position:relative;
  z-index: 5;
}

header .head_top a#menu_btn,
header .head_top a#menu_btn span {
  display: inline-block;
  transition: all 0.4s;
}

header .head_top a#menu_btn span {
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #e04382;
  position: absolute;
  left: 0;
  right: 0;
}

header .head_top a#menu_btn span:nth-of-type(1) {
  top: 16px;
}

header .head_top a#menu_btn span:nth-of-type(2) {
  top: 24px;
}

header .head_top a#menu_btn span:nth-of-type(3) {
  top: 32px;
}
header .head_top a#menu_btn.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-330deg);
}

header .head_top a#menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}

header .head_top a#menu_btn.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(330deg);
}


/* -------------------------------------
footer
------------------------------------- */
footer {
  padding-top:130px;
}
footer nav {
        padding-bottom:94px;
}
footer nav .nav__gnav .navbk a span {
      transition: all 0.3s;
}
footer nav .nav__gnav .navbk a:hover span {
  text-decoration:underline;
}
#cp {
  font-size:10px;
  text-align:center;
  padding:15px;
  border-top:1px solid #b5b5b6;
}

#totop {
  max-width: 50px;
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 2;
}







@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1260px) {

}

@media screen and (max-width: 1100px) {
nav .nav__gnav li:first-child a span:before {
  display:block;
}  
}

@media screen and (max-width: 1060px) {
/* -------------------------------------
header
------------------------------------- */
header #head {
  align-items: flex-start;
}
}

@media screen and (max-width: 980px) {

nav .nav__gnav {
  flex-direction:column;
  justify-content:flex-start;
  gap:30px;
}


}

@media screen and (max-width: 980px) {
nav .nav__gnav .navbk {
    gap: 30px;
    justify-content:center;
}
.nav_parent {
    width: auto;
}

}

@media screen and (max-width: 880px) {
header .call_btn {
    display:none;
}
header .hdr_tel {
    display:none;
}


}

}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {


/* -------------------------------------
header
------------------------------------- */
  /*header.fixed {
    min-height:72px;
  }
  header.active {
    position:relative;
    top:0;
    bottom:0;
  }
  header.fixed #head {
    padding: 20px 0;
    }
  header #head {
    z-index: 5;
  }
  header #head .head_top {
    width:100%;
    max-width:100%;
    top: 0;
    z-index:5;
  }*/
  
header #head .head_top #logo {
  width: 45%;
  max-width:200px;
}
  



}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {



}

@media screen and (max-width: 600px) {
header .navbk {
  height:calc(100svh - 150px);
  overflow-y:auto;
}
nav .nav__gnav .navbk {
    justify-content: start;
}
.navbk >* {
    width: calc((100% - 30px) / 2);
}

footer nav .nav__gnav {
  width:calc(100% - 30px);
}

}

@media screen and (max-width: 500px) {

}

@media screen and (max-width: 400px) {
nav .nav__gnav .navbk a {
    padding: 3px 0;
}

}
@media screen and (max-width: 380px) {



}

@media screen and (max-width: 320px) {

}

@media screen and (min-width: 769px) {

}
