#key .img {
  height: 100vh;
}

#header {
  position: relative;
}
#header .header-content {
  position: relative;
  z-index: 3;
  color: #fff;
}
#header .header-content h1 {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  z-index: 4;
  left: var(--wrapPadding);
  right: var(--wrapPadding);
  bottom: 30px;
}
#header .header-content .logo {
  position: absolute;
  z-index: 4;
  /*top: 29.6vw;*/
  top: 60vw;
  left: 50%;
  transform: translateX(-50%);
  width: 49.2vw;
}

  #header #topics{
        position: absolute;
        z-index: 4;
        left: auto;
        top: 3vw;
        background: rgb(0 0 0 / 20%);
        padding: 3vw;
        border: 2px solid #f2e7da;
        text-align: center;
        line-height: 1.4;
        right: 4vw;
  }
  #header #topics .ttl{
            font-size: 6vw;
  }
  #header #topics .ttls{
            font-size: 4vw;
            margin: 1vw auto 0;
  }  
  #header #topics .ttlss{
            font-size: 3.5vw;
            margin: 1vw auto 3.5vw;
  }
  #header #topics .ttls span{
            font-size: 5.5vw;
  }
  #header #topics .btn-web a{
            background: #634025;
        color: #fff;
  }
  #header #topics .btn-web a span::before {
        background: url(../img/shared/icon_web_wh.png) no-repeat center / 100% auto;
  }
  #header #topics .btn-web a span {
        padding: 1.2vw;
  }
@media screen and (min-width: 768px) {
  #header .group-nav {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 170px;
    color: #fff;
    z-index: 5;
    font-size: 21px;
    line-height: 1.5;
  }
  #header .group-nav .nav li a {
    display: block;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.25em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header .group-nav .nav li a {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #header .group-nav .nav li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
    right: 60px;
    transition: right 0.5s;
    background: #fff;
    height: 1px;
  }
  #header .group-nav .nav li a.active::before, #header .group-nav .nav li a:hover::before {
    right: 0;
  }
  #header .group-nav .nav li + li {
    margin-top: 14px;
  }
  #header .group-nav .sns {
    display: flex;
    align-items: center;
    line-height: 0;
    margin: 34px 0 0;
    gap: 28px;
  }
  #header .header-content h1 {
    font-size: 14px;
    left: 150px;
    right: 150px;
    bottom: 86px;
  }
  #header .header-content .logo {
    top: 142px;
    width: 340px;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  #header .header-content .logo {
    top: 70px;
  }
}
@media screen and (min-width: 768px) {
  #header .header-content .group-tel-btn {
    position: absolute;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    width: 580px;
    bottom: 130px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    display: flex;
  }
  #header .header-content .group-tel-btn .sub-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    position: relative;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.375;
    text-shadow: 0px 0px 13.5px rgba(0, 0, 0, 0.33), 0px 0px 13.5px rgba(0, 0, 0, 0.33), 0px 0px 13.5px rgba(0, 0, 0, 0.33);
  }
  #header .header-content .group-tel-btn .sub-tel::before {
    content: "";
    position: absolute;
    top: -6px;
    bottom: -6px;
    width: 1px;
    opacity: 0.45;
    background: #fff;
    left: 7px;
  }
  #header .header-content .group-tel-btn .tel {
    width: 249px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    position: relative;
    text-shadow: 0px 0px 13.5px rgba(0, 0, 0, 0.33), 0px 0px 13.5px rgba(0, 0, 0, 0.33), 0px 0px 13.5px rgba(0, 0, 0, 0.33);
  }
  #header .header-content .group-tel-btn .tel small {
    font-size: 17px;
  }
  #header .header-content .group-tel-btn .tel::before {
    content: "";
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: 0;
    right: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 0.45;
  }
  #header .header-content .group-tel-btn .btn-web {
    width: 196px;
    box-sizing: border-box;
    padding: 10px 21px 10px 13px;
  }
  #header .header-content .group-tel-btn .btn-web:after {
    content: "";
    position: absolute;
    top: -6px;
    bottom: -6px;
    opacity: 0.45;
    width: 1px;
    background: #fff;
    right: 7px;
  }
  #header #topics{
    left: 8.5vw;
    right: auto;
    top: 20px;
    padding: 26px;
  }
  #header #topics .ttl{
            font-size: 26px;
  }
  #header #topics .ttls{
            font-size: 19px;
            margin: 6px auto 0;
  }  
  #header #topics .ttlss{
            font-size: 15px;
            margin: 6px auto 15px;
  }
  #header #topics .ttls span{
            font-size: 26px;
  }
  #header #topics .btn-web a span {
        padding: 10px;
  }
}

.btn-web a {
  display: block;
  text-decoration: none;
  position: relative;
  background: url("../img/shared/bg2.jpg");
  font-size: 17.5px;
  color: #000;
  line-height: 2;
  letter-spacing: 0.06em;
}
.btn-web a span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  gap: 10px;
}
.btn-web a span::before {
  content: "";
  background: url("../img/shared/icon_web_sp.png") no-repeat center/100% auto;
  width: 21.5px;
  height: 23.5px;
}
@media screen and (min-width: 768px) {
  .btn-web a {
    font-size: 20px;
    line-height: 1.5;
  }
  .btn-web a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d8bb93;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .btn-web a span {
    padding: 16.5px 0;
    gap: 10px;
  }
  .btn-web a span::before {
    background: url("../img/shared/icon_web.png") no-repeat center/100% auto;
    width: 25px;
    height: 27px;
  }
  .btn-web a:hover::before {
    opacity: 1;
  }
}

.btn-link {
  max-width: 100%;
  width: 295px;
}
.btn-link a {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  border: 3px solid #391512;
  background: url("../img/shared/bg2.jpg");
  font-size: 15.5px;
  line-height: 2;
  cursor: pointer;
  letter-spacing: 0.25em;
}
.btn-link a:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #391512;
}
.btn-link a .bg {
  display: block;
  padding: 9.5px 0;
  position: relative;
}
.btn-link a .bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  background: url("../img/shared/arrow_sp.png") no-repeat center right/100% auto;
  width: 11px;
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 322px;
  }
  .btn-link a {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .btn-link a {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .btn-link a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d8bb93;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .btn-link a .bg {
    padding: 7.5px 0;
  }
  .btn-link a .bg:after {
    right: 26px;
    background: url("../img/shared/arrow.png") no-repeat center right/100% auto;
    width: 13px;
  }
  .btn-link a:hover::before {
    opacity: 1;
  }
}

.btn-popup {
  max-width: 100%;
  width: 295px;
  position: relative;
  background: url("../img/shared/bg2.jpg");
}
.btn-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d8bb93;
  opacity: 0;
  transition: opacity 0.5s;
}
.btn-popup span {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  border: 3px solid #391512;
  font-size: 18px;
  line-height: 2;
  padding: 10px 0;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.btn-popup span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid #391512;
}
.btn-popup span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background: url("../img/menu/icon_popup.png") no-repeat center right/100% auto;
  width: 15px;
}
@media screen and (min-width: 768px) {
  .btn-popup {
    width: 322px;
  }
  .btn-popup span {
    font-size: 25px;
    padding: 10px 0;
  }
  .btn-popup span:after {
    right: 41px;
    width: 19px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .btn-popup:hover::before {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .group-tel-btn-fixed {
    position: fixed;
    top: 0;
    right: 146px;
    z-index: 99;
    width: 284px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
  }
  .group-tel-btn-fixed .tel {
    background: url("../img/shared/bg5.jpg");
    color: #fff;
    padding: 16px 0 14px;
  }
  .group-tel-btn-fixed .tel .sub-tel {
    display: block;
    line-height: 1;
    margin: 0 0 6px;
    font-size: 13.6px;
    letter-spacing: 0.06em;
  }
  .group-tel-btn-fixed .tel span {
    display: block;
    line-height: 1;
    letter-spacing: 0.06em;
    font-size: 22px;
  }
  .group-tel-btn-fixed .tel span small {
    font-size: 14.5px;
  }
  .group-tel-btn-fixed .btn-web {
    width: 100%;
  }
  .has-nav .group-tel-btn-fixed {
    opacity: 1;
    visibility: visible;
  }
}
.hamburger {
  width: 18vw;
  height: 75px;
  background: url("../img/shared/bg5.jpg");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 0 0;
  right: 0;
  top: 0;
  position: relative;
}
.hamburger:after {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 5px 0 0;
}
.hamburger .hamburger-box {
  width: 31px;
  height: 13.5px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  height: 1px;
  background: #fff;
}
.hamburger:not(.is-active) .hamburger-inner::before {
  top: -6px;
}
.hamburger:not(.is-active) .hamburger-inner::after {
  bottom: -6px;
}
@media screen and (min-width: 768px) {
  .hamburger {
    width: 146px;
    height: 135px;
    padding: 13px 0 0;
    top: 0;
    bottom: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
  }
  .hamburger:after {
    font-size: 18px;
    margin: 10px 0 0;
  }
  .hamburger .hamburger-box {
    width: 64px;
    height: 27px;
  }
  .hamburger:not(.is-active) .hamburger-inner::before {
    top: -13px;
  }
  .hamburger:not(.is-active) .hamburger-inner::after {
    bottom: -13px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .hamburger:hover {
    opacity: 0.8 !important;
  }
}

@media screen and (min-width: 768px) {
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
#menu-toggle {
  background: url("../img/shared/menu_bg_sp.png") no-repeat center center/100% auto, url("../img/shared/bg.jpg");
}
#menu-toggle::before {
  content: "";
  position: fixed;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #362416;
  z-index: 1;
}
#menu-toggle::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 6px solid #362416;
  z-index: 1;
}
#menu-toggle .inner {
  padding: 0 17px;
  position: relative;
  z-index: 2;
}
#menu-toggle .group-nav {
  display: flex;
  justify-content: center;
  margin: 0 0 45px;
  gap: 59px;
}
#menu-toggle .group-nav .nav {
  font-size: 22px;
  line-height: 1.5;
}
#menu-toggle .group-nav .nav li + li {
  margin-top: 25px;
}
#menu-toggle .group-nav .nav li a {
  text-decoration: none;
  letter-spacing: 0.25em;
  transition: all 0.5s;
}
#menu-toggle .group-nav .nav li a.active {
  color: #ac7c3d;
}
#menu-toggle .group-nav .nav li .sns {
  display: flex;
  line-height: 0;
  gap: 25px;
  padding: 2.5px 0 0 5px;
}
@media screen and (max-width: 767px) {
  #menu-toggle .group-nav .nav li .sns li {
    width: 26.5px;
  }
}
#menu-toggle .group-nav .nav li .sns li + li {
  margin-top: 0;
}
#menu-toggle .group-tel-btn {
  background: url("../img/shared/bg5.jpg");
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 12px;
}
#menu-toggle .group-tel-btn .tel {
  padding: 0 0 15px;
  margin: 0 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
#menu-toggle .group-tel-btn .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 14.5px;
  letter-spacing: 0.06em;
}
#menu-toggle .group-tel-btn .tel span {
  display: block;
  line-height: 1;
  margin: 7px 0 2px;
  font-size: 23.5px;
  letter-spacing: 0.06em;
}
#menu-toggle .group-tel-btn .tel span small {
  font-size: 15px;
}
#menu-toggle .group-tel-btn .tel .note-tel {
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 11px;
}
#menu-toggle .group-tel-btn .btn-web {
  width: 308px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #menu-toggle {
    border: 15px solid #362416;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: url("../img/shared/menu_bg.png") no-repeat left center, url("../img/shared/bg.jpg");
  }
  #menu-toggle::before {
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (max-height: 676px) {
  #menu-toggle {
    background-size: auto 100%, auto;
  }
}
@media screen and (min-width: 768px) {
  #menu-toggle .inner {
    width: 1090px;
    max-width: 85%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
  #menu-toggle .group-nav {
    display: flex;
    margin: 3px 82px 0 0;
    gap: 112px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #menu-toggle .group-nav {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #menu-toggle .group-nav .nav {
    font-size: 31px;
    line-height: 1.5;
  }
  #menu-toggle .group-nav .nav li + li {
    margin-top: 32px;
  }
  #menu-toggle .group-nav .nav li a:hover {
    color: #ac7c3d;
  }
  #menu-toggle .group-nav .nav li .sns {
    gap: 29px;
    padding: 10px 0 0 5px;
  }
  #menu-toggle .group-nav .nav li .sns li + li {
    margin-top: 0;
  }
  #menu-toggle .group-tel-btn {
    width: 486px;
    padding: 44px 18px 41px;
  }
  #menu-toggle .group-tel-btn .tel {
    padding: 0 0 18px;
    margin: 0 0 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
  #menu-toggle .group-tel-btn .tel .sub-tel {
    font-size: 18px;
  }
  #menu-toggle .group-tel-btn .tel span {
    margin: 11px 0 3px;
    font-size: 29px;
  }
  #menu-toggle .group-tel-btn .tel span small {
    font-size: 19px;
  }
  #menu-toggle .group-tel-btn .tel .note-tel {
    font-size: 14px;
  }
  #menu-toggle .group-tel-btn .btn-web {
    width: 400px;
    margin: 0 auto;
  }
  #menu-toggle .group-tel-btn .btn-web a {
    font-size: 22px;
  }
  #menu-toggle .group-tel-btn .btn-web a span {
    padding: 18.5px 0;
  }
  #menu-toggle .group-tel-btn .btn-web a span::before {
    background: url("../img/shared/icon_web2.png");
    width: 28px;
    height: 30px;
  }
}

#footer {
  background: url("../img/shared/bg7.jpg");
  position: relative;
  color: #fff;
  padding: 30px 0 130px;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../img/shared/f_bg_sp.png") no-repeat bottom center/100% auto;
}
#footer .wrap {
  z-index: 2;
}
#footer .group .left {
  padding: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .group .left .logo {
    width: 116.5px;
    margin: 0 auto;
  }
}
#footer .group .left .tel {
  margin: 33px 0 16px;
}
#footer .group .left .tel .sub-tel {
  display: block;
  line-height: 1;
  margin: 0 0 7px;
  font-size: 14px;
}
#footer .group .left .tel span {
  font-size: 23px;
  display: block;
  line-height: 1;
  letter-spacing: 0.06em;
}
#footer .group .left .tel span small {
  font-size: 15px;
}
#footer .group .left .btn-web {
  margin: 0 auto;
  width: 285px;
}
#footer .group .info {
  position: relative;
}
#footer .group .info p {
  line-height: 1.75;
  letter-spacing: 0;
}
#footer .group .info p a {
  display: inline-flex;
  text-decoration: none;
  position: relative;
  align-items: center;
  gap: 4px;
  margin: 0 0 0 10px;
}
#footer .group .info p a::before {
  content: "";
  background: url("../img/shared/icon_map2_sp.png") no-repeat center/100% auto;
  width: 9px;
  height: 15.5px;
}
#footer .group .info p a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  bottom: 3px;
}
#footer .group .info p + p {
  margin-top: 22px;
}
#footer .group .info .sns {
  margin: 20px 0 0;
  display: flex;
  line-height: 0;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #footer .group .info .sns li {
    width: 26.5px;
  }
}
#footer address {
  margin: 40px 0 9px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
#footer .cookies-link {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
#footer .cookies-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border-bottom: 1px solid;
  padding: 0 7px 2px 7px;
  gap: 5px;
  letter-spacing: 0.03em;
}
#footer .cookies-link a:after {
  content: "";
  background: url("../img/shared/icon_cookies_sp.png") no-repeat center/100% auto;
  width: 14px;
  height: 12.5px;
}
#footer .flex {
  margin: 30px 0 0;
}
#footer .flex .btn-copy {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 12px 0 0;
}
#footer .flex .btn-copy a {
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  cursor: pointer;
}
#footer .flex .btn-copy a::before {
  content: "";
  background: url("../img/shared/icon_url_sp.png") no-repeat center/100% auto;
  width: 14px;
  height: 13.5px;
}
#footer .flex .btn-copy a.copied:hover {
  text-decoration: none;
  cursor: context-menu;
}
#footer .pagetop {
  position: relative;
  margin: 126px auto 0;
  color: #fff;
  padding: 22px 0 0;
  background: url("../img/shared/pagetop_sp.png") no-repeat top center/35.5px auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 49px 0 85px;
  }
  #footer::before {
    left: 50%;
    background: url("../img/shared/f_bg.png") no-repeat bottom left;
  }
  #footer .wrap {
    width: 1340px;
  }
  #footer .nav {
    display: flex;
    gap: 40px;
    font-size: 17px;
    line-height: 1.5;
  }
  #footer .nav li a {
    display: block;
    letter-spacing: 0.15em;
    text-decoration: none;
  }
  #footer .nav li a:hover, #footer .nav li a.active {
    text-decoration: underline;
    text-underline-offset: 16px;
  }
  #footer .group {
    display: flex;
    margin: 58px 0 0;
    gap: 54px;
  }
  #footer .group .left {
    padding: 38px 0 0;
    width: 212px;
  }
  #footer .group .left .tel .sub-tel {
    font-size: 13px;
  }
  #footer .group .left .tel span small {
    font-size: 14px;
  }
  #footer .group .left .btn-web {
    margin: 0;
    width: 100%;
  }
  #footer .group .left .btn-web a {
    font-size: 16px;
  }
  #footer .group .left .btn-web a span {
    padding: 13px 0;
  }
  #footer .group .left .btn-web a span::before {
    background-image: url("../img/shared/icon_web3.png");
    width: 19px;
    height: 21px;
  }
  #footer .group .info p a {
    margin: 0 0 0 12px;
  }
  #footer .group .info p a::before {
    background: url("../img/shared/icon_map2.png") no-repeat center/100% auto;
    width: 11px;
    height: 18px;
  }
  #footer .group .info p a:hover:after {
    opacity: 0;
  }
  #footer .group .info p + p {
    margin-top: 26px;
  }
  #footer .group .info .sns {
    position: absolute;
    gap: 29px;
    bottom: 34px;
    left: 280px;
    margin: 0;
    width: -moz-max-content;
    width: max-content;
  }
  #footer address {
    margin: 50px 0 9px 7px;
    color: #c7b4a4;
    font-size: 14px;
    text-align: left;
  }
  #footer .cookies-link {
    color: #c7b4a4;
    font-size: 14px;
    text-align: left;
  }
  #footer .cookies-link a:after {
    background: url("../img/shared/icon_cookies.png") no-repeat center/100% auto;
    width: 16px;
    height: 15px;
  }
  #footer .cookies-link a:hover {
    border-color: transparent;
  }
  #footer .flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 37px 0 0;
  }
  #footer .flex .btn-copy {
    margin: 0;
    color: #c7b4a4;
  }
  #footer .flex .btn-copy a::before {
    background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
    width: 16px;
    height: 16px;
  }
  #footer .flex .btn-copy a:hover {
    text-decoration: underline;
  }
  #footer .pagetop {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 81px;
    background: url("../img/shared/pagetop.png") no-repeat top center;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 17px;
  }
  #footer .pagetop:hover {
    opacity: 0.8;
  }
}

#ft-fixed {
  z-index: 99999;
  display: flex;
  background: url("../img/shared/bg5.jpg");
}
#ft-fixed .map {
  width: 14vw;
}
#ft-fixed .map a {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#ft-fixed .map a img {
  width: 9px;
}
#ft-fixed .map a span {
  font-size: 13px;
  line-height: 1.5;
  margin: 4px 0 0;
}
#ft-fixed .tel {
  width: calc(100vw - 18vw - 14vw - 27vw);
  background: url("../img/shared/bg7.jpg");
}
#ft-fixed .tel a {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ft-fixed .tel a .sub-tel {
  display: block;
  line-height: 1;
  margin: 0 0 3px;
  font-size: 10px;
}
#ft-fixed .tel a span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
#ft-fixed .tel a span small {
  font-size: 13px;
}
#ft-fixed .btn-web {
  width: 27vw;
}
#ft-fixed .btn-web a {
    font-size: 16px;
  line-height: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ft-fixed .btn-web a span {
  /*padding: 17.5px 0;*/
      gap: 5px;
}
#ft-fixed .btn-web a span::before {
  background-image: url("../img/shared/fixed_icon2_sp.png");
  width: 18px;
  height: 19.5px;
}

.navOpen #ft-fixed {
  background: transparent;
}
.navOpen #ft-fixed .map, .navOpen #ft-fixed .tel, .navOpen #ft-fixed .btn-web {
  opacity: 0;
  visibility: hidden;
}