@charset "UTF-8";/* 2025.01.27 */

main {padding-top: 50px;}
@media (min-width: 861px) {main {padding-top: 100px;}}
/* header */
header {
  padding: 0 30px 5px;
  line-height: 1.2;
  font-weight: 700;
  z-index: 100;
  backface-visibility: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}

header .h_logo a {
  background-image: url("../images/common/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  width: 190px;
  height: 40px;
  padding: 0;
  margin-top: 30px;
  line-height: 0;
  text-align: left;
  display: block;
}
header #h-nav > li > a {
  text-align: center;
  font-weight: 700;
}
header #h-nav li > a:hover {color: var(--main);}
#h-nav > li {position: relative;}

header .h-contact .tell {
  font-size: 3.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}
header  .h-contact .btn-c {
  width: 186px;
  height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  background: var(--main_txt);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none!important;
}
header .h-contact .img_mail {
  margin-right: 10px;
}

header #h-nav > li .btn-c:hover {
  color: #fff;
}

@media (max-width: 860px) {
  header .h_logo a {
    margin-top: 10px;
  }
  header .h_right_top {
    max-width: calc(100% - 6rem);
    padding: 1rem;
    border-radius: .5rem;
  }
  header .btn_link a {
    border: 1px solid #fff;
  }
  header .btn_link {
    padding: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: 240px;
    margin: auto;
    background-color: #222;
    z-index: 991;
  }
}

@media (min-width: 861px) { /*PC Gloval Nav */
  header .d-flex {
    display: flex;
    justify-content: space-between;
  }
  header > .inner {
    display: flex;
    justify-content: space-between;
  }
  header .h_right_top {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
  }
  header #gnavArea {
    padding-top: 32px;
  }
  header #gnav_btn {
    display: none !important;
  }
  header #h-nav {
    width: 100%;
    padding: 0;
    margin:0;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  header #h-nav li a {
    width: 100%;
  }
  header #h-nav > li {
    margin: 0;
    padding: 0 5px;
    position: relative;
    display: flex;
    align-items: center;
  }
  header #h-nav > .h-contact {
    padding-right: 0;
  }
  header #h-nav > li > a {
    color: var(--text);
    font-size: min(2vw, 1.6rem);
    padding: 0;
    display: block;
    margin: 0;
    transition: .2s;
    position: relative;
    white-space: nowrap;
    z-index: 999;
  }
  header #h-nav > li .btn-c {
    height: 40px;
    padding: 0 min(2vw,30px);
    margin-left: 15px;
    color: #fff;
    display: flex;
  }
}
@media (min-width: 900px) {
  header #h-nav > li {
    padding: 0 15px;
  }
}
@media (min-width: 980px) {
  header .h_logo a {
    width: 260px;
    height: 50px;
  }
}

/* GNAV dropdownMenu */
#h-nav  > li .dropdown__lists > li > a {
  padding: 20px;
  text-align: left;
  display: block;
}

#h-nav .dropdown__lists {
  display: none;
  width: 220px;
  position: relative;
}
#h-nav .dropdown__list {
  border-bottom: solid 1px var(--main);
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
  transition: .5s;
}


/* ======================
SP Gloval Nav 
====================== */
@media (max-width: 860px) {
  /* 三ボタン */
  header #gnav_btn > div > span:nth-of-type(1) {
    top: 0;
  }
  header #gnav_btn > div > span:nth-of-type(2) {
    top: calc(50% - 2px);
  }
  header #gnav_btn > div > span:nth-of-type(3) {
    bottom: 0;
  }
  .open header #gnav_btn > div > span:nth-of-type(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .open header #gnav_btn > div > span:nth-of-type(2) {
    opacity: 0;
  }
  .open header #gnav_btn > div > span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  header .pc_only {
    display: none;
  }
  html.bk_fixed {
    /*背景固定*/
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  header #gnav_btn {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
  }
  body.open {
    /*背景固定*/
    overflow: hidden;
    /*position: fixed;*/
  }
  body.open #gnavArea {
    margin-top: 15px;
  }
  header #gnav_btn {
    top: 15px;
    right: 15px;
    position: fixed;
  }
  header #gnav_btn > div {
    width: 24px;
    height: 20px;
    position: relative;
  }
  header #gnav_btn > div > span {
    background: var(--main);
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    position: absolute;
    transition: all .5s;
  }
  header .nav_top {
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
  }


  header #h-nav {
      height: 100%;
    display: none;
  }
  body.open #gnavArea > .inner {
    background-color: #fff;
    color: var(--text);
    width: 102vw;
    padding: 0 15px;
    margin: -10px 0 0 -20px;
  }
  body.open nav.scroll {
    height: auto;
    margin-left: -25px;
    padding-bottom: 30px;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.open nav.scroll .in {
    height: 750px;
  }
  body.open header * {
    color: var(--text);
  }
  header nav.scroll::-webkit-scrollbar,
  header .inner::-webkit-scrollbar {
    display: none; /* スクロールバーを非表示 */
  }
  body.open header #h-nav {
    height: auto;
    display: block;
    position: relative;
    z-index: 1999;
    padding: 0;
    color: #fff;
  }
  header #h-nav > li,
  header #h-nav .h-contact {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
  }
  header #h-nav > li > a {
    border-bottom: solid 1px #ccc;
  }
  header #h-nav a {
    padding: 15px 0;
    display: block;
    position: relative;
  }
  body.open .h-contact {
    margin-top: 30px;
    text-align: center;
  }
  body.open .h-contact {
    height: 230px;
  }
  body.open .h-contact .tell {
    font-size: min(12vw, 3.5rem);
  }
  body.open header .img_w {
    filter: brightness(0) invert(1);
  }
  body.open .h-contact .time {
    font-size: 1.2rem;
    text-align: center;
  }
  body.open .h-contact .btn-c {
    margin: 20px auto 0;
    display: flex!important;
  }

  #h-nav .dropdown__lists {
    display: block;
  }
  #h-nav .ac-btn.open + .dropdown__lists {
    width: auto;
    font-size: 1.4rem;
  }
  #h-nav  > li .dropdown__lists > li > a {
    padding: 1em 0 0 2em;
    position: relative;
  }
}

@media (min-height: 500px){
  body.open nav.scroll {
    height: calc(100vh - 60px);
  }
}
@media (min-width: 861px){
    #h-nav > li:hover .dropdown__lists {
    display: block;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    margin: 0 auto;
    padding-top: 35px;
  }
  #h-nav > li .dropdown__lists > li {
    background: var(--main);
    position: relative;
  }
  #h-nav > li .dropdown__lists > li > a {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 300px) {
  body.open header .nav_top {
    display: none;}
}
@media (max-width: 400px) {
  body.open header .nav_top {
    flex-direction: column;
  }
  body.open header #h-nav {
    top: 12px;
    padding: 0;
  }
  header #h-nav a {
    padding: 10px 0;
    font-size: 1.5rem;
  }
  body.open header .counter {
    margin: 10px 50px 0 0;
  }
}
@media (max-width: 860px) and (min-height: 400px) {
  body.open header #h-nav a {
    padding: 30px 0;
  }
  body.open .h-contact .btn-c {
    height: 80px;
    
  }
}

/* スクロール色変更 */
header#header.plus1,
body.open header#header {
  background-color: #fff!important;
}
header#header.plus1 #gnav_btn > div > span,
body.open header#header #gnav_btn > div > span {
  background: var(--main)!important;
}
header#header.plus1 .h_logo a,
body.open header#header .h_logo a {
  background-image: url("../images/common/logo.svg")!important;
}




/* =================================== 
pageTop
 =================================== */

.pageTop a {
  opacity: .6;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 8;
}
.pageTop a:hover {
  opacity: .7;
}



/* =================================== 
Footer
 =================================== */

#footer_conts .f_contact {
  padding: 50px 5.3%;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  background: url("../images/bg_f_sp.jpg") no-repeat center center / cover;
  background-color: rgba(17, 17, 17, .6);
  background-blend-mode: multiply;
}
#footer_conts .f_contact .f_ttl01 {
  font-size: clamp(2.7rem, 0.744rem + 4.07vw, 3.8rem);
}
#footer_conts .f_contact a {
  color: #fff;
}
#footer_conts .f_telmail,
#footer_conts .f_telmail p {
  text-align: center;
}
#footer_conts .line {
  margin: 40px auto;
  width: 114px;
  height: 1px;
  background: #fff;
}
#footer_conts .f_ttl02 {
  font-size: 1.6rem;
  padding: 0 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#footer_conts .tel {
  font-size: clamp(4rem, 0.444rem + 7.41vw, 6rem);
  font-family: "Poppins", serif;font-weight: 300;line-height: 1;letter-spacing: 0;
}
#footer_conts .f_ttlmail {
  font-size: 2.2rem;
  font-weight: 700;
}
#footer_conts .mail {
  width: clamp(30px, 3vw, 40px);
  margin-right: 10px;
}

footer .container {
  padding-left: 5.3%;
  padding-right: 5.3%;
}
footer a {
  color: var(--text);
}
footer .f_txt02 {
  padding-top: 10px;
}
footer .f_img_mail {
  width: .9em;
}
footer .f_navlist {
  margin-bottom: 50px;
}
footer .f_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}
footer .f_nav li {
  width: 48%;
  font-size: 1.3rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
  align-self: baseline;
  border-bottom: solid 1px #ccc;
  position: relative;
}
footer .f_nav .f_inst {
  border: none;
}
footer .f_nav .f_inst a {
  top: 0;
  left: 10px;
  position: absolute;
  display: block;
}

footer .f_address {
  font-size: 1.3rem;
  color: var(--text);
  line-height: 1.4;
  text-align: center;
  padding-bottom: 6px;
}
footer .f_address span {
  white-space: nowrap;
}
footer .f_logo {
  width: 210px;
  margin: 0 auto;
  padding-bottom: 15px;
  line-height: 0;
  display: block;
}
footer .copyright {
  font-size: 1.2rem;
  padding: 20px 15px 10px;
  text-align: center;
}
@media (min-width: 861px) {
  .footer {
    display: flex;
    justify-content: space-between;
  }
  footer .f_navlist {
    width: 50%;
    order: 2;
  }
  footer .f_info {
    width: 286px;
  }
  footer .f_info .container {
    padding: 0;
  }
  footer .f_logo {
    margin-left: 0;
    margin-right: auto;
  }
  footer .f_nav li {
    border: none;
    padding-bottom: 0;
  }
  footer .f_address {
    text-align: left;
  }
}
@media (min-width: 1081px) {
  #footer_conts .f_contact .f_ttl01 {
    padding-bottom: 50px;
  }
  #footer_conts .f_contact {
    padding: 75px 5.3%;
  }
  #footer_conts .f_contact {
    background: url("../images/bg_f_pc.jpg") no-repeat center center / cover;
    background-color: rgba(17, 17, 17, .6);
    background-blend-mode: multiply;
  }
  footer .f_info {
    width: 340px;
  }
  footer .f_info .sponly {
    display: none;
  }
  #footer_conts .f_ttl02 {
    font-size: 1.8rem;
  }
  #footer_conts .f_ttlmail {
    font-size: 3rem;
  }
  #footer_conts .f_telmail {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer_conts .line {
    width: 1px;
    height: 114px;
  }
  footer .f_nav {
    width: 368px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1260px) {
  footer .container {
    padding: 0;
  }
  #footer_conts .line {
    margin: 0 110px;
  }
}











