#header {
  position: relative;
}
#header h1 {
  position: absolute;
  top: 6px;
  left: 5%;
  right: 5%;
  font-size: 11px;
  color: #d7d7d7;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 400;
  z-index: 2;
}
#header .logo {
  position: absolute;
  top: 14vw;
  right: 5%;
  left: 5%;
  z-index: 2;
}
#header #belt .group .left .fix-logo {
  width: 257px;
  margin: 0 auto 12px;
}
#header #belt .group .left .nav {
  text-align: center;
  padding-bottom: 19px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #908e87;
}
#header #belt .group .left .nav li:not(:last-child) {
  margin-bottom: 16px;
}
#header #belt .group .left .nav li a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #000;
  position: relative;
}
#header #belt .group .left .nav li a::before {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#header #belt .group .left .nav li a.active::before {
  opacity: 1;
  visibility: visible;
}
#header #belt .group .left .nav-sub {
  display: flex;
  justify-content: center;
}
#header #belt .group .left .nav-sub li a {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #000;
  display: inline-block;
  position: relative;
  padding-right: 24px;
}
#header #belt .group .left .nav-sub li a::after {
  content: "";
  background: url(../img/shared/icon_map.png) no-repeat 0 0/100% auto;
  width: 17px;
  height: 26px;
  position: absolute;
  top: 4px;
  right: 0;
}
#header #belt .group .left .nav-sub .btn-blog {
  margin-left: 22px;
}
#header #belt .group .left .nav-sub .btn-blog a::after {
  background: url(../img/shared/icon_blog.png) no-repeat 0 0/100% auto;
  width: 15px;
  right: 5px;
}
#header #belt .group .left .sns {
  display: flex;
  justify-content: center;
  margin: 14px 0 21px;
}
#header #belt .group .left .sns li:not(:last-child) {
  margin-right: 17px;
}
#header #belt .group .left .sns li img {
  height: 30px;
  width: auto;
}
#header #belt .group .right .tel {
  text-align: center;
  color: #000;
  font-weight: 400;
}
#header #belt .group .right .tel dt {
  font-size: 13px;
  letter-spacing: 0.1em;
}
#header #belt .group .right .tel dd img {
  width: 31px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: -7px;
  left: 3px;
}
#header #belt .group .right .tel dd span {
  font-size: 28px;
  letter-spacing: 0.1em;
}
#footer {
  padding: 11vw 0 30vw;
  background: url(../img/shared/bg2.jpg);
  color: #fff;
}
#footer .set1 {
  padding-bottom: 19px;
}
#footer .set1 .content {
  text-align: center;
}
#footer .set1 .content .left .logo {
  width: 70%;
  margin: 0 auto 3vw;
}
#footer .set1 .content .left .tel {
  font-weight: 400;
}
#footer .set1 .content .left .tel dt small {
  font-size: 13px;
  letter-spacing: 0.1em;
  display: block;
}
#footer .set1 .content .left .tel dt img {
  width: 31px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: -7px;
  left: 3px;
}
#footer .set1 .content .left .tel dt span {
  font-size: 28px;
  letter-spacing: 0.1em;
}
#footer .set1 .content .left .tel dd {
  font-size: 11px;
  letter-spacing: 0.1em;
  opacity: 0.6;
  line-height: 18px;
}
#footer .set1 .content .left .btn-web {
  width: 72%;
  margin: 4vw auto 4vw;
}
#footer .set1 .content .left .sns {
  display: flex;
  justify-content: center;
}
#footer .set1 .content .left .sns li:not(:last-child) {
  margin-right: 15px;
}
#footer .set1 .content .left .sns li img {
  height: 30px;
  width: auto;
}
#footer .set1 .content .right {
  margin-top: 24px;
}
#footer .set1 .content .right dl {
  letter-spacing: 0;
  line-height: 25px;
  font-size: 13px;
}
#footer .set1 .content .right dl:not(:last-child) {
  margin-bottom: 13px;
}
#footer .set1 .content .right dl .map-link {
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
#footer .set1 .content .right dl .map-link::after {
  content: "";
  background: url(../img/shared/icon_map2.png) no-repeat 0 0/100% auto;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 5px;
  right: 2px;
}
#footer .set2 {
  position: relative;
  padding: 30px 0 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
}
#footer .set2::before {
  content: "";
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 5%;
  top: 0;
  left: 5%;
}
#footer .set2 .item1 {
  margin-bottom: 10px;
}
#footer .set2 .item1 .btn-copy {
  margin-bottom: 15px;
}
#footer .set2 .item1 .btn-copy a {
  display: inline-block;
  position: relative;
  padding-right: 21px;
}
#footer .set2 .item1 .btn-copy a::before {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  right: 21px;
  bottom: 3px;
  left: 0;
}
#footer .set2 .item1 .btn-copy a::after {
  content: "";
  background: url(../img/shared/icon_coppy.png) no-repeat 0 0/100% auto;
  width: 14px;
  height: 21px;
  position: absolute;
  top: 9px;
  right: 0;
}
#footer .set2 .item2 address {
  font-weight: 300;
}
#footer #pagetop {
  width: 45px;
  margin: 25px auto 0;
  position: static;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  #header h1 {
    top: 326px;
    left: auto;
    right: 10px;
    font-size: 12px;
    color: #7d7d7d;
    letter-spacing: 0.06em;
    line-height: 32px;
    white-space: nowrap;
  }
  #header .logo {
    top: 42px;
    right: auto;
    left: 47px;
  }
  #header #key {
    height: 700px !important;
    margin: 0 50px;
  }

  @media screen and (min-width: 1500px) {
  #header #key {
    height: 800px !important;
  }

  }
  #header #hd-right {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-bottom: 19px;
  }
  #header #hd-right .item1 {
    display: flex;
  }
  #header #hd-right .item1 .info {
    padding-right: 24px;
    margin: 10px 17px 0 0;
    position: relative;
  }
  #header #hd-right .item1 .info::after {
    content: "";
    border-left: 1px dashed #908e87;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  #header #hd-right .item1 .info .nav-sub {
    display: flex;
  }
  #header #hd-right .item1 .info .nav-sub li a {
    font-weight: 400;
    color: #000;
    display: inline-block;
    position: relative;
    padding-right: 14px;
    letter-spacing: 0.06em;
  }
  #header #hd-right .item1 .info .nav-sub li a::after {
    content: "";
    background: url(../img/shared/icon_map.png) no-repeat 0 0/100% auto;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 9px;
    right: 0;
  }
  #header #hd-right .item1 .info .nav-sub li a:hover {
    opacity: 0.7;
  }
  #header #hd-right .item1 .info .nav-sub .btn-blog {
    margin-left: 11px;
  }
  #header #hd-right .item1 .info .nav-sub .btn-blog a::after {
    background: url(../img/shared/icon_blog.png) no-repeat 0 0/100% auto;
    width: 10px;
  }
  #header #hd-right .item1 .info .sns {
    display: flex;
    justify-content: center;
    margin-top: -4px;
  }
  #header #hd-right .item1 .info .sns li:not(:last-child) {
    margin-right: 16px;
  }
  #header #hd-right .item1 .info .sns li img {
    height: 29px;
    width: auto;
  }
  #header #hd-right .item1 .tel {
    text-align: center;
    font-weight: 400;
    color: #000;
    line-height: 33px;
    margin: 8px 16px 0 0;
  }
  #header #hd-right .item1 .tel dt {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  #header #hd-right .item1 .tel dd img {
    width: 30px;
    height: auto;
    margin-right: 2px;
    position: relative;
    top: -4px;
  }
  #header #hd-right .item1 .tel dd span {
    font-size: 27px;
    letter-spacing: 0.08em;
  }
  #header #hd-right .item1 .btn-web {
    width: 229px;
  }
  #header #hd-right .item1 .btn-web a {
    padding: 21px 10px;
  }
  #header #hd-right .item2 {
    margin: 23px 50px 0 0;
  }
  #header #hd-right .item2 .nav {
    display: flex;
    justify-content: flex-end;
  }
  #header #hd-right .item2 .nav li:not(:last-child) {
    margin-right: 23px;
  }
  #header #hd-right .item2 .nav li a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #000;
    display: inline-block;
    position: relative;
  }
  #header #hd-right .item2 .nav li a::before {
    content: "";
    border-top: 1px solid #827d76;
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  #header #hd-right .item2 .nav li a.active::before,
  #header #hd-right .item2 .nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header #belt .group .left .nav {
    display: flex;
    text-align: left;
    padding-bottom: 0;
    margin: 0 0 0 50px;
    border-bottom: 0;
  }
  #header #belt .group .left .nav li:not(:last-child) {
    margin: 0 24px 0 0;
  }
  #header #belt .group .left .nav li a {
    font-size: 17px;
  }
  #header #belt .group .left .nav li a::before {
    border-top: 1px solid #827f7a;
  }
  #header #belt .group .left .nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .group .right {
    display: flex;
  }
  #header #belt .group .right .tel {
    text-align: left;
    line-height: 30px;
    margin: 2px 10px 0 0;
  }
  #header #belt .group .right .tel dd img {
    width: 30px;
    margin-right: 5px;
    top: -5px;
    left: 3px;
  }
  #header #belt .group .right .tel dd span {
    font-size: 27px;
    letter-spacing: 0.08em;
  }
  #header #belt .group .right .btn-web {
    width: 229px;
  }
  #footer {
    padding: 90px 0 65px;
  }
  #footer .set1 {
    padding-bottom: 57px;
  }
  #footer .set1 .content {
    display: flex;
    justify-content: space-between;
  }
  #footer .set1 .content .left {
    width: 380px;
    margin-left: 63px;
  }
  #footer .set1 .content .left .logo {
    width: 371px;
    margin: 0 auto 21px;
  }
  #footer .set1 .content .left .logo img {
    width: 100%;
    height: auto;
  }
  #footer .set1 .content .left .tel dt {
    display: flex;
    align-items: flex-start;
    margin-bottom: 9px;
  }
  #footer .set1 .content .left .tel dt small {
    font-size: 15px;
    position: relative;
    left: 6px;
    display: inline;
  }
  #footer .set1 .content .left .tel dt img {
    width: 29px;
    height: auto;
    margin-right: 13px;
    top: 6px;
    left: 10px;
  }
  #footer .set1 .content .left .tel dt span {
    font-size: 26px;
  }
  #footer .set1 .content .left .tel dd {
    font-size: 13px;
  }
  #footer .set1 .content .left .btn-web {
    width: 296px;
    margin: 26px auto 24px;
  }
  #footer .set1 .content .left .sns li:not(:last-child) {
    margin-right: 17px;
  }
  #footer .set1 .content .left .sns li img {
    height: 33px;
  }
  #footer .set1 .content .right {
    text-align: left;
    margin: 3px 0 0 36px;
    flex: 1;
  }
  #footer .set1 .content .right dl {
    display: flex;
    letter-spacing: 0.16em;
  }
  #footer .set1 .content .right dl:not(:last-child) {
    margin-bottom: 25px;
  }
  #footer .set1 .content .right dl dt {
    width: 87px;
  }
  #footer .set1 .content .right dl dd {
    flex: 1;
  }
  #footer .set1 .content .right dl .map-link {
    padding-right: 13px;
  }
  #footer .set1 .content .right dl .map-link::after {
    top: 6px;
    right: 2px;
  }
  #footer .set1 .content .right dl .map-link:hover {
    opacity: 0.7;
  }
  #footer .set2 {
    padding: 13px 0 0;
  }
  #footer .set2::before {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    right: calc(50% - 603px);
    left: calc(50% - 603px);
  }
  #footer .set2 .item0 {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 37px;
  }
  #footer .set2 .item0::before {
    content: "";
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    position: absolute;
    right: -103px;
    bottom: 0;
    left: -103px;
  }
  #footer .set2 .item0 .nav {
    display: flex;
    justify-content: center;
  }
  #footer .set2 .item0 .nav li:not(:last-child) {
    margin-right: 20px;
  }
  #footer .set2 .item0 .nav li a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
  #footer .set2 .item0 .nav li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #footer .set2 .item1 {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .set2 .item1 .btn-copy {
    margin: 0 17px 0 0;
  }
  #footer .set2 .item1 .btn-copy a {
    padding-right: 21px;
    line-height: 25px;
  }
  #footer .set2 .item1 .btn-copy a::before {
    right: 17px;
    bottom: 2px;
  }
  #footer .set2 .item1 .btn-copy a::after {
    width: 11px;
    top: 9px;
  }
  #footer .set2 .item1 .btn-copy a:hover::before {
    content: none;
  }
  #footer .set2 .item1 #socialbuttons {
    margin: 0;
  }
  #footer .set2 .item2 {
    display: flex;
    justify-content: center;
    line-height: 25px;
    letter-spacing: 0.1em;
  }
  #footer .set2 .item2 address {
    font-weight: 300;
    margin-left: 20px;
  }
  #footer .set2 .item2 .cookies_link a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #footer #pagetop {
    margin: 0;
    position: absolute;
    right: calc(50% - 583px);
    bottom: 77px;
  }
  #footer #pagetop img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  #header .logo {
    left: 20px;
    width: 420px;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #footer .set1 .content .left {
    width: 440px;
    margin-left: 0;
  }
}
