@charset "UTF-8";
#scale {
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 1000;
    background: #FFF;
    font-size: 20px;
    padding: 10px 30px;
}



html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
:root {
  --navBgColor: #633c1f;
  --navColor: #FFF;
}
.header {
    width: 100%;
    background-color: #FFF;
}
#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.logo {
    margin-left: 20px;
}
.headerRight {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.header .contact a.contact_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
  font-weight: 900;
  background:url(../img/contact_btn.png) no-repeat center center;
  background-size: 100% 100%;
  width:300px;
  height: 45px;
  font-size:clamp(0.9rem, 2.3vw , 1.4rem);
  padding-left:1.5rem;
  transition:.3s ease all;
  text-decoration: none;
}
.header .contact a.contact_btn:hover{
  background:url(../img/contact_btn_ov.png) no-repeat center center;
  background-size: 100% 100%;
}

.header .contact.honne a.contact_btn{
    background:url(../img/contact_btn_honnne.png) no-repeat center center;
    background-size: 100% 100%;
    color: #d01100;
}
.header .contact.honne a.contact_btn:hover{
    background:url(../img/contact_btn_ov_honnne.png) no-repeat center center;
/*    background-size: contain;*/
    background-size: 100% 100%;
    color: #ffb606;
}

@media screen and ( width < 1024px) {
  .header .contact a.contact_btn{
  width:min(300px,45vw);
  box-sizing: border-box;
  }
}
#nav {
    background-color: var(--navBgColor,#2d190f);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    position: relative;
/*    height: 78px;*/
}
#nav a:hover{
  color:#ffc7aa;
}
#footerNav .topLink {
    display: none;
}
/*@media screen and ( width < 1150px) {*/
@media screen and (max-width: 1150px) {
  #nav {
  height: 50px;
  padding:0;
  }
}
nav a,
.hasChild{
   color: var(--navColor,#FFF);
   text-decoration: none;
   cursor: pointer;
}
#nav a:before,
.hasChild:before{
    content: url(../img/nav/nav_icon.png);
    margin-right: 5px;
}

.navItem {
    padding: 0 20px;
}
.header .navItem.contact_link {
    display: none;
}


.gnavi__list {
/*    height: 60px;*/
    transition: all .3s;
    position: relative;
}
.dropdown__lists {
    transform: scaleY(0);
    transform-origin: center top;
    transition: all .3s;
    width: 190%;
    max-width: 280px;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: var(--navBgColor, #2d190f);
    padding: 0 20px;
    z-index: 10;
    padding: 13px 20px 10px;
    margin: 0;
    font-size: .85em;
}
.gnavi__list:hover .dropdown__lists {
    transform: scaleY(1);
}
.gnavi__list:hover .hasChild {
        color: #ffc7aa;
}
.dropdown__lists li {
    padding: .65em 0;
    list-style-type: none;
}


#footerNav .dropdown__lists {
    transform: none;
    position: relative;
    width: auto;
    max-width: initial;
    top: initial;
}



.hd__menu {
    /* margin: 0 0 0 auto; */
    position: relative;
    z-index: 9999;
    width: 40px;
    height: 25px;
    transition: 0.5s;
    font-size: 1rem;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.hd__hamburger {
  width: 40px;
  height: 25px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.hd__hamburger span {
  position: absolute;
  background: #FFF;
  height: 2px;
  width: 100%;
  left: 0;
}
.hd__hamburger--top {
  top: 0;
  transition: 0.5s;
}
.hd__hamburger--middle {
  top: 50%;
  transition: 0.5s;
  transform: translateY(-50%);
}
.hd__hamburger--bottom {
  bottom: 0;
  transition: 0.5s;
}
.hd small {
  color: #61a232;
  transition: 0.5s;
  font-weight: bold;
  letter-spacing: 0.075em;
  display: none;
}

.hd__hamburger.active .hd__hamburger--top {
  transform: translateY(9px) rotate(45deg);
}
.hd__hamburger.active .hd__hamburger--middle {
  display: none;
}
.hd__hamburger.active .hd__hamburger--bottom {
  transform: translateY(-9px) rotate(-45deg);
}

.hd__flex--sp {
  display: none;
  position: fixed;
  top: 7%;
  right: 2%;
  z-index: 9999;
}
.hd__menu small.open {
    color: #FFF;
    display: none;
}
.naviMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 900;
}
#footerNav .naviMenu {
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    transform: none;
    font-size: 14px;
    font-weight: 600;
    flex-wrap: wrap;
}
#footerNav .navItem > a:before {
    content: url(../img/nav/nav_icon.png);
    margin-right: 5px;
}
#footerNav .gnavi__list:hover .hasChild {
     color: #FFF;
}
#footerNav .hd__menu {
    display: none;
}

.footer {
    padding: clamp(30px,4vw,100px);
    background-color: var(--navBgColor,#2d190f);
}

#footerNav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.copy{
    color: var(--navColor,#FFF);
    text-align: center;
    padding: 0 20px;
}
.copy p {
    margin-bottom: 0;
}

.footercontentWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footercontentWrap p {
    padding-bottom: 1.0rem;
}
.footercontentWrap .logo {
    max-width: 240px;
    margin-bottom: 1rem;
    margin-left: 0;
}
.addresWrap {
    color: #FFFF;
    font-weight: bold;
}

#custamButton {
    /* display: none; */
    width: 30px;
    height: 30px;
    background-color: #b7b7b7;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    border-radius: 100%;
    border: 3px solid #c70000;

}
.custamItemWrap {
    display: none;
    font-size: 14px!important;
}

.custamItemWrap.active {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: fixed;
    width: 300px;
    height: auto;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    border: 5px solid #DDD;
    padding: 10px;

    z-index: 200;
}
#custamItemClose {
    border: 1px solid #000;
    background-color: #FFF;
    padding: 4px 10px;
    margin-bottom: 10px;
}
#decision {
    text-align: center;
    width: 100%;
    margin-top: auto;
    background-color: #000;
    color: #FFF;
    padding: 10px 0;
    border-radius: 30px;
}

[type="number"] {
    border: 1px solid #000;
}
#custamItemWrap button, #custamItemWrap input, #custamItemWrap optgroup, #custamItemWrap select, #custamItemWrap textarea {
    appearance: auto;
    -webkit-appearance: auto;
    border: 1px solid #666;
}

.sp_block {
    display: none;
}

@media screen and (max-width: 1150px) {
  .hd__flex--sp {
    top: 2.8%;
    display: block;
  }
  .hd__menu {
    display: block;
  }
  .naviMenu {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    background-color: var(--navBgColor, #2d190f);
    padding: 10px 20px 20px;
}
#footerNav .naviMenu{
  padding: 0px;
}
#footerNav .naviMenu .dropdown__lists{
  font-size:.9rem;
}
#footerNav .hd__hamburger {
  display: none;
}

.navItem {
    padding: 10px 10px;
}
.naviMenu {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 60;
    width: 80%;
    max-width: 330px;
}
.dropdown__lists {
    transform: none;
    position: relative;
    padding: 0;
    top: 0;
    width: 100%;
    font-size: 0.93rem;
}
.dropdown__lists li {
    padding: 10px 0 0;
}
#nav .dropdown__lists a:before{
    opacity: 0;
}
.naviMenu {
    transition: 0.5s;
    transform: translateX(100%);
}
.naviMenu.active {
    transform: translateX(0%);
}
.hasChild {
    color: #e9d700;
}
#footerNav {
    display: block;

}
#footerNav .naviMenu {
    width: initial;
    max-width: initial;
}
#footerNav .dropdown__lists {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
#footerNav .dropdown__lists li {
    padding: 10px;
}
}
@media screen and (max-width: 875px) {
.footercontentWrap {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.footercontentWrap .footerlogoWrap {
    padding-top: 2rem;
}
.header .contact a.contact_btn {
    font-size: 16px;
    width: 170px;
    padding-left: 1rem;
    line-height: 1;
}
.pc {
    display: none;
}
.sp_block {
    display: block;
}
}
@media screen and (max-width: 600px) {
    .navItem {
        padding: 4px 10px;
    }
      .naviMenu {
    padding: 10px 20px 20px;
}
    .dropdown__lists li {
        padding: 5px 0 0;
    }
}
@media screen and (max-width: 500px) {
    .header .contact a.contact_btn {
        font-size: 13px;
        width: 90px;
        height: 40px;
        padding-left: 10px;
    }
    .headerRight {
        width: 200px;
    }
    .logo {
        width: 170px;
    }
    #header .logo img {
        display: block;
    }
    #header {
        height: 50px;
    }

}

@media screen and (max-height: 790px) {
.naviMenu {
/*    position: fixed;*/
}
.navItem {
    padding: 3px 10px;
}
}





