#header {
  position: relative;
}
#header .logo {
  position: absolute;
  top: 25vw;
  left: 50%;
  transform: translateX(-50%);
  width: 38%;
  z-index: 3;
}
#header h1 {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.15em;
  color: var(--white-color);
  opacity: 0.6;
  position: absolute;
  top: 3vw;
  left: 5%;
  right: 5%;
  z-index: 2;
}
#header #belt .group .menu .nav-main li:not(:last-child) {
  margin-bottom: 26px;
}
#header #belt .group .menu .nav-main li a {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--white-color);
  position: relative;
}
#header #belt .group .menu .nav-main li a::before {
  content: "";
  background: url(../img/shared/nav_line.png) no-repeat 0 0/100% auto;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  left: -20px;
  opacity: 0;
  visibility: hidden;
}
#header #belt .group .menu .nav-main li a.active {
  color: #a99885;
}
#header #belt .group .menu .nav-main li a.active::before {
  opacity: 1;
  visibility: visible;
}
#header #belt .group .menu .nav-sub {
  display: flex;
  margin-top: 25px;
}
#header #belt .group .menu .nav-sub li:not(:last-child) {
  margin-right: 12%;
}
#header #belt .group .menu .nav-sub li a {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #dfdfdf;
}
#header #belt .group .menu .nav-sub li a.active {
  color: #a99885;
}
#header #belt .group .contact {
  margin-top: 21vw;
  text-align: center;
}
#header #belt .group .contact .tel {
  margin-bottom: 10vw;
  color: var(--white-color);
  line-height: 1.3;
}
#header #belt .group .contact .tel dt {
  font-size: 13px;
  letter-spacing: 0.1em;
}
#header #belt .group .contact .tel dd {
  font-size: 20px;
  letter-spacing: 0.04em;
}
#header #belt .group .contact .tel dd span {
  font-size: 35px;
  letter-spacing: 0.03em;
}
#header #belt .group .contact .sns {
  justify-content: center;
}
#header #belt .group .contact .sns li:not(:last-child) {
  margin-right: 13%;
}
#header #belt .group .contact .sns li img {
  height: 35px;
  width: auto;
}
#footer {
  background: #000;
}
#footer .set2 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20vw 0 0;
}
#footer .set2 .item1 {
  margin-bottom: 10vw;
}
#footer .set2 .item1 .bar-overview {
  text-align: center;
}
#footer .set2 .item1 .bar-overview .logo img {
  width: 50%;
}
#footer .set2 .item1 .bar-overview .bar-name {
  font-size: 13px;
  margin-top: 5vw;
}
#footer .set2 .item1 .tel {
  margin-top: 10vw;
  color: var(--white-color);
  line-height: 1.3;
  text-align: center;
}
#footer .set2 .item1 .tel dt {
  font-size: 13px;
  letter-spacing: 0.1em;
}
#footer .set2 .item1 .tel dd {
  font-size: 20px;
  letter-spacing: 0.04em;
}
#footer .set2 .item1 .tel dd span {
  font-size: 35px;
  letter-spacing: 0.03em;
}
#footer .set2 .item2 p {
  padding-bottom: 10vw;
}
#footer .set2 .item2 p:not(:last-child) {
  margin-bottom: 10vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .set3 {
  padding: 20vw 0 38vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white-color);
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 13px;
}
#footer .set3 .col-r .btn-copy a {
  opacity: 0.8;
  display: inline-block;
  position: relative;
}
#footer .set3 .col-r .btn-copy a::after {
  content: "";
  background: url(../img/shared/icon_coppy.png) no-repeat 0 0/100% auto;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  right: -17px;
}
#footer .set3 .col-r #socialbuttons {
  margin: 15px 0 0;
}
#footer .set3 .col-l {
  opacity: 0.8;
  margin-top: 15vw;
}
#footer .set3 .col-l .cookies_link {
  margin-bottom: 13px;
}
#footer .set3 .col-l .cookies_link a {
  display: inline-block;
  position: relative;
}
#footer .set3 .col-l .cookies_link a::after {
  content: "";
  background: url(../img/shared/icon_cookie.png) no-repeat 0 0/100% auto;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  right: -12px;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 308px 0 0;
  }
  #header .logo {
    text-align: left;
    width: 160px;
    top: 62px;
    left: 80px;
    transform: none;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
  #header h1 {
    padding: 0;
    line-height: 30px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 31px;
    right: 20px;
    white-space: nowrap;
  }
  #header #hd-top {
    position: absolute;
    top: 53px;
    right: 129px;
    z-index: 2;
  }
  #header #hd-top .tel {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    color: var(--white-color);
    line-height: 23px;
  }
  #header #hd-top .tel dt {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  #header #hd-top .tel dd {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  #header #hd-top .tel dd span {
    font-size: 32px;
    letter-spacing: 0.03em;
  }
  #header #hd-top .menu {
    display: flex;
    justify-content: flex-end;
    margin: 15px -5px 0 0;
  }
  #header #hd-top .menu .nav-main {
    display: flex;
    margin-right: 63px;
  }
  #header #hd-top .menu .nav-main li:not(:last-child) {
    margin-right: 53px;
  }
  #header #hd-top .menu .nav-main li a {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.08em;
    color: var(--white-color);
    position: relative;
  }
  #header #hd-top .menu .nav-main li a::before {
    content: "";
    background: url(../img/shared/nav_line.png) no-repeat 0 0/100% auto;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  #header #hd-top .menu .nav-main li a:hover,
  #header #hd-top .menu .nav-main li a.active {
    color: #a99885;
  }
  #header #hd-top .menu .nav-main li a:hover::before,
  #header #hd-top .menu .nav-main li a.active::before {
    opacity: 1;
    visibility: visible;
  }
  #header #hd-top .menu .nav-sub {
    display: flex;
  }
  #header #hd-top .menu .nav-sub li:not(:last-child) {
    margin-right: 28px;
  }
  #header #hd-top .menu .nav-sub li a {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.08em;
    color: var(--white-color);
  }
  #header #hd-top .menu .nav-sub li a:hover,
  #header #hd-top .menu .nav-sub li a.active {
    color: #a99885;
  }
  #header .hd-sns {
    position: absolute;
    top: 59px;
    right: 66px;
    z-index: 2;
  }
  #header .hd-sns li:not(:last-child) {
    margin-bottom: 14px;
  }
  #header .hd-sns li img {
    height: 30px;
    width: auto;
  }
  #header #belt .group {
    padding: 12px 66px 12px 49px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #header #belt .group .menu {
    display: flex;
    margin-top: 26px;
  }
  #header #belt .group .menu .nav-main {
    display: flex;
  }
  #header #belt .group .menu .nav-main li:not(:last-child) {
    margin: 0 31px 0 0;
  }
  #header #belt .group .menu .nav-main li a {
    font-size: 20px;
    line-height: 30px;
  }
  #header #belt .group .menu .nav-main li a::before {
    width: 9px;
    height: 9px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  #header #belt .group .menu .nav-main li a:hover {
    color: #a99885;
  }
  #header #belt .group .menu .nav-main li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .group .menu .nav-sub {
    margin: 0 0 0 33px;
    padding-left: 30px;
    position: relative;
  }
  #header #belt .group .menu .nav-sub::before {
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -10px;
    left: 0;
    bottom: 0;
  }
  #header #belt .group .menu .nav-sub li:not(:last-child) {
    margin: 0 28px 0 0;
  }
  #header #belt .group .menu .nav-sub li a {
    font-size: 18px;
    line-height: 30px;
  }
  #header #belt .group .menu .nav-sub li a:hover {
    color: #a99885;
  }
  #header #belt .group .contact {
    margin-top: 0;
    text-align: left;
    display: flex;
  }
  #header #belt .group .contact .tel {
    margin: 16px 36px 0 0;
    line-height: 23px;
    white-space: nowrap;
  }
  #header #belt .group .contact .tel dt {
    font-size: 12px;
  }
  #header #belt .group .contact .tel dd {
    font-size: 18px;
  }
  #header #belt .group .contact .tel dd span {
    font-size: 32px;
  }
  #header #belt .group .contact .sns {
    flex-direction: column;
  }
  #header #belt .group .contact .sns li:not(:last-child) {
    margin: 0 0 6px;
  }
  #header #belt .group .contact .sns li img {
    height: 30px;
  }
  #footer {
    padding: 81px 0 0;
  }
  #footer .wrap {
    max-width: 950px;
  }
  #footer .set1 {
    display: flex !important;
    justify-content: space-between;
    padding: 46px 35px 37px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footer .set1 .nav {
    justify-content: space-between;
    width: 739px;
  }
  #footer .set1 .nav li a {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--white-color);
    display: inline-block;
    position: relative;
    position: relative;
  }
  #footer .set1 .nav li a::before {
    content: "";
    background: url(../img/shared/nav_line.png) no-repeat 0 0/100% auto;
    width: 9px;
    height: 9px;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  #footer .set1 .nav li a:hover,
  #footer .set1 .nav li a.active {
    color: #a99885;
  }
  #footer .set1 .nav li a:hover::before,
  #footer .set1 .nav li a.active::before {
    opacity: 1;
    visibility: visible;
  }
  #footer .set1 .sns {
    margin-top: -6px;
  }
  #footer .set1 .sns li:not(:last-child) {
    margin-right: 14px;
  }
  #footer .set1 .sns li img {
    height: 30px;
    width: auto;
  }
  #footer .set2 {
    padding: 35px 0 0;
  }
  #footer .set2 .item1 {
    display: flex;
    align-items: center;
    margin-bottom: 31px;
  }
  #footer .set2 .item1 .bar-overview {
    text-align: left;
    display: flex;
    align-items: center;
  }
  #footer .set2 .item1 .bar-overview .logo img {
    width: 134px;
    height: auto;
  }
  #footer .set2 .item1 .bar-overview .bar-name {
    flex: 1;
    font-size: 12px;
    line-height: 18px;
    margin: -7px 0 0 26px;
  }
  #footer .set2 .item1 .tel {
    flex: 1;
    margin: 0px 0 0 33px;
    line-height: 23px;
    text-align: left;
  }
  #footer .set2 .item1 .tel dt {
    font-size: 12px;
  }
  #footer .set2 .item1 .tel dd {
    font-size: 18px;
  }
  #footer .set2 .item1 .tel dd span {
    font-size: 32px;
  }
  #footer .set2 .item2 p {
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 28px;
  }
  #footer .set2 .item2 p:not(:last-child) {
    margin-bottom: 27px;
  }
  #footer .set3 {
    padding: 20px 0 40px;
    text-align: left;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #footer .set3 .col-r {
    text-align: right;
  }
  #footer .set3 .col-r .btn-copy a {
    padding-right: 16px;
  }
  #footer .set3 .col-r .btn-copy a::after {
    width: 12px;
    height: 12px;
    top: 13px;
    right: 0;
  }
  #footer .set3 .col-r .btn-copy a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #footer .set3 .col-r #socialbuttons {
    margin: 11px 0 0;
    text-align: right;
  }
  #footer .set3 .col-l {
    margin: 0 0 -5px;
    display: flex;
  }
  #footer .set3 .col-l .cookies_link {
    margin: 0 48px 0 0;
  }
  #footer .set3 .col-l .cookies_link a::after {
    top: 15px;
    right: -13px;
  }
  #footer .set3 .col-l .cookies_link a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #footer .set3 .col-l address {
    flex: 1;
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #header .logo {
    left: 30px !important;
  }
  #header .hd-sns {
    right: 36px;
  }
  #header #hd-top {
    right: 99px;
  }
  #header #hd-top .menu .nav-main li:not(:last-child) {
    margin-right: 40px;
  }
  #header #hd-top .menu .nav-main {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #header #belt .group {
    padding: 12px 25px;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  #header #hd-top .menu .nav-sub li:not(:last-child) {
    margin-right: 17px;
  }
  #header #hd-top .menu .nav-main li:not(:last-child) {
    margin-right: 30px;
  }
  #header #hd-top .menu .nav-main {
    margin-right: 30px;
  }
  #header #belt .group .contact .tel {
    margin-right: 20px;
  }
}
