<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** @format */

.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.navOpen #ft_bnr_fixed {
  background: none !important;
}

.navOpen #ft_bnr_fixed li:nth-child(1),
.navOpen #ft_bnr_fixed li:nth-child(2) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.on #navigation {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.img-shadown {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bnr-shared {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.bnr-shared a {
  font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
  display: block;
  position: relative;
  text-align: center;
  background: url("../img/shared/bg02.jpg") repeat center top;
  letter-spacing: 0.15em;
  padding: 3vw 0;
  color: #fff;
  font-size: 3.7vw;
}
.green a {
  font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
  display: block;
  position: relative;
  text-align: center;
  background: url("../img/shared/bg05.jpg") repeat center top;
  letter-spacing: 0.15em;
  padding: 3vw 0;
  color: #fff;
  font-size: 3.7vw;
}

.bnr-shared a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow_white.png") no-repeat;
  background-size: 100%;
  width: 3vw;
  height: 3vw;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}

.bnr-shared a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1000px) {
  .bnr-shared {
    width: 350px;
  }

  .bnr-shared a {
    padding: 18px 0 18px 53px;
    font-size: 18px;
    text-align: left;
  }

  .bnr-shared a::before {
    width: 16px;
    height: 15px;
    right: 25px;
  }
}

.bg-black a {
  background-image: url("../img/shared/bg04.jpg");
}

.bg-white a {
  background-image: url("../img/shared/bg03.jpg");
  color: #000;
}

.bg-white a::before {
  background-image: url("../img/shared/icon_arrow_black.png");
}

#navigation {
  position: fixed;
  background: url("../img/shared/bg01.jpg") repeat-x center top/auto 15px, url("../img/shared/bg_fixed.png") no-repeat center top/100%, url("../img/shared/bg_bd.jpg") repeat center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s all linear;
}

#navigation::before {
  content: "";
  position: absolute;
  background-color: #a6241a;
  height: 4px;
  width: 100%;
  top: 19px;
}

#navigation .group {
  padding: 100px 4%;
}

#navigation .group .fix-nav li + li {
  margin-top: 30px;
}

#navigation .group .fix-nav li a {
  display: block;
  position: relative;
  letter-spacing: 0.26em;
  font-size: 20px;
  padding-left: 75px;
}

#navigation .group .fix-nav li a::before {
  content: "";
  position: absolute;
  background-color: #b96265;
  height: 2px;
  top: 50%;
  width: 60px;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}

#navigation .group .fix-nav li a:hover::before,
#navigation .group .fix-nav li a.active::before {
  opacity: 1;
}

#navigation .group .fix-nav li:last-child {
  margin: 45px 0 0 75px;
}

#navigation .group .fix-nav li:last-child a {
  font-size: 15px;
  display: inline-block;
  border-right: 1px solid #000;
  line-height: 17px;
  padding-right: 15px;
  padding: 0 15px 0;
}

#navigation .group .fix-nav li:last-child a::before {
  display: none;
}

#navigation .group .fix-nav li:last-child a:first-child {
  padding-left: 0;
}

#navigation .group .fix-nav li:last-child a:last-child {
  border: none;
}

#navigation .group .fix-nav li:last-child a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1000px) {
  #navigation {
    background: #fff;
    overflow: visible;
    height: 70px;
  }

  #navigation::before {
    display: none;
  }

  #navigation .bnr-fix {
    position: absolute;
    top: 128px;
    right: 0;
    z-index: 2;
    min-height: 210px;
  }
  #navigation .bnr-fix2 {
    position: absolute;
    top: 358px;
    right: 0;
    z-index: 2;
    min-height: 280px;
  }

  #navigation .bnr-fix a {
    display: block;
    position: relative;
    background: url("../img/shared/bg02.jpg") repeat center;
    color: #fff;
    letter-spacing: 0.26em;
    line-height: 59px;
    padding: 27px 0 0px;
    font-size: 18px;
  }
  #navigation .bnr-fix2 a {
    display: block;
    position: relative;
    background: url("../img/shared/bg05.jpg") repeat center;
    color: #fff;
    letter-spacing: 0.26em;
    line-height: 59px;
    padding: 27px 0 0px;
    font-size: 18px;
  }

  #navigation .bnr-fix a::before,
  #navigation .bnr-fix2 a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow_white.png") no-repeat;
    width: 16px;
    height: 15px;
    background-size: 100%;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
  }

  #navigation .bnr-fix a:hover,
  #navigation .bnr-fix2 a::before {
    opacity: 0.8;
  }

  #navigation .group {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    height: 100%;
    padding: 0 17px 0 21px;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
  }

  #navigation .group .fix-tel {
    line-height: 24px;
    padding-bottom: 7px;
  }

  #navigation .group .fix-tel span {
    display: block;
  }

  #navigation .group .fix-tel span.t1 {
    font-size: 13.75px;
    letter-spacing: 0.1em;
  }

  #navigation .group .fix-tel span.t2 {
    font-size: 19px;
    letter-spacing: 0.19em;
    margin-left: 3px;
  }

  #navigation .group .fix-tel span.t2 i {
    font-size: 13px;
    letter-spacing: 0.24em;
  }

  #navigation .group .fix-nav {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }

  #navigation .group .fix-nav li + li {
    margin: 0 0 0 23px;
  }

  #navigation .group .fix-nav li a {
    font-size: 16px;
    padding-left: 0;
  }

  #navigation .group .fix-nav li a::before {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #navigation .group .fix-nav li:last-child {
    margin: 0;
    position: absolute;
    top: 5px;
    right: 0;
  }

  #navigation .group .fix-nav li:last-child a {
    line-height: 14px;
    padding: 0 20px 0 !important;
  }
}

#header {
  padding: 0 4% 25vw;
}

#header::before {
  content: "";
  position: absolute;
  background: url("../img/shared/deco_top.png") repeat-x center top, url("../img/shared/hd_deco1.png") no-repeat center top/200%;
  top: 0;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  bottom: 0;
  z-index: -1;
}

#header .logo {
  padding: 15vw 30% 0;
}

#header h1 {
  letter-spacing: 0.1em;
  font-size: 12px;
  margin: 3vw 4% 4vw;
  line-height: 24px;
  color: #7c7c7c;
  text-align: center;
}

#header .blog {
  position: relative;
  padding: 15vw 8% 10vw;
  margin-top: 5vw;
}

#header .blog::before {
  content: "";
  position: absolute;
  background-color: #f9f9f9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#header .blog h2 {
  letter-spacing: 0.3em;
  color: #141414;
  font-size: 19px;
  text-align: center;
}

#header .blog h2 span {
  color: #c6605d;
  letter-spacing: 0.3em;
}

#header .blog #feed {
  margin-top: 3vw;
}

#header .blog #feed dl {
  display: flex;
  justify-content: center;
  font-size: 13px;
}

#header .blog #feed dl dt {
  letter-spacing: 0.1em;
  margin-right: 3vw;
}

#header .blog #feed dl dd {
  letter-spacing: 0.1em;
  flex: 1;
}

#header .blog .more {
  margin-top: 3vw;
}

#header .blog .more a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 3vw 0;
  font-size: 13px;
  color: #141414;
  border: 2px solid #636363;
  letter-spacing: 0.15em;
}

#header .blog .more a span {
  letter-spacing: 0.15em;
  padding-left: 3px;
}

#header .blog .more a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1000px) {
  #header::before {
    background-size: auto, 100%;
  }

  #header .logo {
    padding: 116px 0 0 123px;
  }

  #header h1 {
    margin: 0;
    font-size: 16px;
    line-height: 39px;
    text-align: left;
    position: absolute;
    top: 72px;
    left: 420px;
  }

  #header .tel-pc {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 28px 0 0 104px;
  }

  #header .tel-pc span {
    display: block;
  }

  #header .tel-pc span.t1 {
    font-size: 17.8px;
    letter-spacing: 0.1em;
    line-height: 28px;
  }

  #header .tel-pc span.t2 {
    font-size: 24.6px;
    letter-spacing: 0.24em;
    line-height: 40px;
  }

  #header .tel-pc span.t2 i {
    font-size: 16.8px;
    letter-spacing: 0.24em;
  }

  #header .tel-pc span.t3 {
    line-height: 20px;
    color: #585858;
    font-size: 15px;
    letter-spacing: 0;
  }

  #header .nav-pc {
    margin: 38px 0 0 18px;
  }

  #header .nav-pc li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.26em;
    padding-left: 64px;
  }

  #header .nav-pc li a::before {
    content: "";
    position: absolute;
    background-color: #a6161a;
    width: 53px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
  }

  #header .nav-pc li a:hover,
  #header .nav-pc li a.active {
    color: #a6161a;
  }

  #header .nav-pc li a:hover::before,
  #header .nav-pc li a.active::before {
    opacity: 1;
  }

  #header .nav-pc li + li {
    margin-top: 17px;
  }

  #header .nav-pc li:last-child {
    margin: 27px 0 0 49px;
  }

  #header .nav-pc li:last-child a {
    font-size: 15px;
    border-right: 2px solid #676767;
    padding: 0 17px 0;
    line-height: 16px;
  }

  #header .nav-pc li:last-child a::before {
    display: none;
  }

  #header .bnr-shared {
    margin: 33px 0 0 84px;
    width: 280px;
  }

  #header .bnr-shared a {
    padding: 14px 0 11px 40px;
    letter-spacing: 0.23em;
  }

  #header .bnr-shared a::before {
    right: 14px;
  }

  #header .blog {
    padding: 29px 25px 29px 83px;
    margin-top: 56px;
    box-sizing: border-box;
    width: 365px;
  }

  #header .blog::before {
    left: calc(-50vw + 50%);
  }

  #header .blog h2 {
    font-size: 21px;
    text-align: left;
  }

  #header .blog #feed {
    margin-top: 5px;
  }

  #header .blog #feed dl {
    font-size: 14px;
    justify-content: flex-start;
  }

  #header .blog #feed dl dt {
    margin-right: 12px;
  }

  #header .blog .more {
    margin-top: 0;
    position: absolute;
    top: 40px;
    right: 36px;
  }

  #header .blog .more a {
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    border: none;
    border-bottom: 1px solid #747474;
  }

  #header .blog .more a span {
    padding-left: 6px;
  }

  #header .blog .more a:hover {
    border-bottom: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  #header::before {
    background-size: auto;
  }
}

#footer {
  background: url("../img/shared/deco_shared_sp.png") no-repeat center top/100%, url("../img/shared/bg01.jpg") repeat center;
}

#footer::before {
  content: "";
  position: absolute;
  background: url("../img/shared/ft_deco1_sp.png") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 50vw;
  top: 0;
  left: 0;
  right: 0;
}

#footer .ft-top {
  background: url("../img/shared/bg_bd.jpg") repeat center;
  padding-top: 42vw;
}

#footer .ft-top .ft-logo {
  width: 37%;
  margin: 0 auto;
}

#footer .ft-top .ft-tel {
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 7vw 0;
  text-align: center;
  margin-top: 5vw;
}

#footer .ft-top .ft-tel::before {
  content: "";
  position: absolute;
  border: 1px solid #c1c1c1;
  top: 1vw;
  left: 1vw;
  right: 1vw;
  bottom: 1vw;
}

#footer .ft-top .ft-tel span {
  display: block;
  line-height: 1.6;
}

#footer .ft-top .ft-tel span.t1 {
  letter-spacing: 0.1em;
  font-size: 4.3vw;
}

#footer .ft-top .ft-tel span.t2 {
  font-size: 5.3vw;
  letter-spacing: 0.24em;
}

#footer .ft-top .ft-tel span.t2 i {
  font-size: 4vw;
}

#footer .ft-top .ft-tel span.t3 {
  letter-spacing: 0;
  color: #585858;
  font-size: 3.2vw;
}

#footer .ft-top .ft-info {
  margin-top: 10vw;
}

#footer .ft-top .ft-info .col dl {
  display: flex;
  line-height: 25px;
  padding: 3vw 0 3vw 2%;
  border-bottom: 1px solid #c1c1c1;
  font-size: 13px;
}

#footer .ft-top .ft-info .col dl dt {
  letter-spacing: 0.15em;
  max-width: 22vw;
  width: 100%;
}

#footer .ft-top .ft-info .col dl dd {
  letter-spacing: 0.06em;
}

#footer .ft-top .ft-info .col:nth-child(1) dl:nth-child(1) {
  border-top: 1px solid #c1c1c1;
}

#footer .ft-top .ft-note {
  margin-top: 10vw;
}

#footer .ft-top .ft-note h3 {
  font-size: 4.6vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

#footer .ft-top .ft-note .txt {
  margin-top: 5vw;
}

#footer .ft-top .ft-contact {
  position: relative;
  margin-top: 15vw;
}

#footer .ft-top .ft-contact dt {
  position: absolute;
  bottom: 3vw;
  left: -2%;
  z-index: 1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#footer .ft-top .ft-contact dt span {
  display: block;
  background: url("../img/shared/bg02.jpg") repeat center;
  color: #fff;
  padding: 2vw 3vw;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.3vw;
  letter-spacing: 0.15em;
}

#footer .ft-top .ft-contact dt span + span {
  margin-top: 2vw;
}

#footer #gmap {
  padding: 15vw 0 17vw;
  background: url("../img/shared/bg_bd.jpg") repeat center;
}

#footer #gmap .map {
  height: 70vw;
  filter: grayscale(100%);
}

#footer #gmap .link {
  margin-top: 15vw;
}

#footer .ft-bot {
  padding-top: 10vw;
}

#footer .ft-bot address {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 3vw;
  letter-spacing: 0.1em;
}

#footer .ft-bot address a:hover {
  text-decoration: underline;
}

#footer #ft_bnr_fixed {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  height: 60px;
  display: flex;
  align-items: center;
  color: #fff;
  background: url("../img/shared/bg01.jpg") repeat center top;
  letter-spacing: 0;
}

#footer #ft_bnr_fixed li {
  height: 100%;
}

#footer #ft_bnr_fixed li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
/* â–¼â–¼  SPãƒ‡ãƒªãƒãƒªãƒ¼ã‚µã‚¤ãƒˆãƒœã‚¿ãƒ³OFFæ™‚ã®CSS  â–¼â–¼ */
#footer #ft_bnr_fixed li:nth-child(1) {
  width: calc(100% - 200px);
}

#footer #ft_bnr_fixed li:nth-child(1) a {
  position: relative;
  text-align: center;
  background: url("../img/shared/bg02.jpg") repeat center top;
  font-size: 14px;
  letter-spacing: 0.26em;
}

#footer #ft_bnr_fixed li:nth-child(1) a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow_white.png") no-repeat;
  background-size: 100%;
  width: 2.5vw;
  height: 3vw;
  top: 52%;
  transform: translateY(-50%);
  right: 4%;
}

#footer #ft_bnr_fixed li:nth-child(2) {
  width: 140px;
}

#footer #ft_bnr_fixed li:nth-child(2) span {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

#footer #ft_bnr_fixed li:nth-child(2) img {
  width: 17px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#footer #ft_bnr_fixed li:nth-child(3) {
  width: 60px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

#footer #ft_bnr_fixed li:nth-child(3) img {
  height: 100%;
}

#footer #ft_bnr_fixed li:nth-child(3) img.on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

#footer #ft_bnr_fixed li:nth-child(3).is-active img {
  opacity: 0;
}

#footer #ft_bnr_fixed li:nth-child(3).is-active img.on {
  opacity: 1;
}
/* â–¼â–¼  SPãƒ‡ãƒªãƒãƒªãƒ¼ã‚µã‚¤ãƒˆãƒœã‚¿ãƒ³ONæ™‚ã®CSS  â–¼â–¼ */
/* #footer #ft_bnr_fixed li:nth-child(1),
#footer #ft_bnr_fixed li:nth-child(2) {
  width: calc(100% - 250px);
}

#footer #ft_bnr_fixed li:nth-child(1) a {
  position: relative;
  text-align: center;
  background: url("../img/shared/bg02.jpg") repeat center top;
  font-size: 14px;
}
#footer #ft_bnr_fixed li:nth-child(2) a {
  position: relative;
  text-align: center;
  background: url("../img/shared/bg05.jpg") repeat center top;
  font-size: 14px;
}

#footer #ft_bnr_fixed li:nth-child(1) a::before,
#footer #ft_bnr_fixed li:nth-child(2) a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow_white.png") no-repeat;
  background-size: 100%;
  width: 2.5vw;
  height: 3vw;
  top: 52%;
  transform: translateY(-50%);
  right: 4%;
}

#footer #ft_bnr_fixed li:nth-child(3) {
  width: calc(100% - 300px);
}

#footer #ft_bnr_fixed li:nth-child(3) span {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  line-height: 1.5;
  text-align: center;
}

#footer #ft_bnr_fixed li:nth-child(3) img {
  width: 17px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#footer #ft_bnr_fixed li:nth-child(4) {
  width: 60px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

#footer #ft_bnr_fixed li:nth-child(4) img {
  height: 100%;
}

#footer #ft_bnr_fixed li:nth-child(4) img.on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

#footer #ft_bnr_fixed li:nth-child(4).is-active img {
  opacity: 0;
}

#footer #ft_bnr_fixed li:nth-child(4).is-active img.on {
  opacity: 1;
} */

@media screen and (min-width: 1000px) {
  #footer {
    padding-bottom: 34px;
  }

  #footer::before {
    background-image: url("../img/shared/ft_deco1_pc.png");
    height: 460px;
  }

  #footer .ft-top {
    padding-top: 228px;
  }

  #footer .ft-top .ft-logo {
    width: auto;
    text-align: center;
  }

  #footer .ft-top .ft-tel {
    width: 570px;
    padding: 33px 0;
    margin: 34px auto 0;
  }

  #footer .ft-top .ft-tel::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  #footer .ft-top .ft-tel span {
    line-height: 37px;
  }

  #footer .ft-top .ft-tel span.t1 {
    font-size: 22.3px;
  }

  #footer .ft-top .ft-tel span.t2 {
    font-size: 30.8px;
    margin-top: 2px;
    letter-spacing: 0.19em;
  }

  #footer .ft-top .ft-tel span.t2 i {
    font-size: 21px;
  }

  #footer .ft-top .ft-tel span.t3 {
    font-size: 15px;
    margin-top: 1px;
  }

  #footer .ft-top .ft-info {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
  }

  #footer .ft-top .ft-info .col {
    width: 468px;
  }

  #footer .ft-top .ft-info .col dl {
    padding: 15px 0 9px 18px;
    font-size: 15px;
  }

  #footer .ft-top .ft-info .col dl dt {
    max-width: 108px;
  }

  #footer .ft-top .ft-info .col dl dd {
    letter-spacing: 0.15em;
  }

  #footer .ft-top .ft-info .col:nth-child(2) dl {
    padding-left: 12px;
  }

  #footer .ft-top .ft-info .col:nth-child(2) dl dt {
    max-width: 108px;
  }

  #footer .ft-top .ft-info .col:nth-child(2) dl:nth-child(1) {
    border-top: 1px solid #c1c1c1;
  }

  #footer .ft-top .ft-info .col:nth-child(2) dl:nth-child(3) dd {
    letter-spacing: 0.13em;
  }

  #footer .ft-top .ft-note {
    margin: 39px 0 0 40px;
    width: 415px;
  }

  #footer .ft-top .ft-note h3 {
    font-size: 25px;
    line-height: 71px;
  }

  #footer .ft-top .ft-note .txt {
    margin-top: 0;
  }

  #footer .ft-top .ft-contact {
    position: absolute;
    margin-top: 0;
    bottom: -63px;
    left: 530px;
    right: -68px;
  }

  #footer .ft-top .ft-contact dt {
    bottom: 15px;
    left: -19px;
  }

  #footer .ft-top .ft-contact dt span {
    padding: 5px 12px 4px 21px;
    font-size: 22.2px;
    box-sizing: border-box;
  }

  #footer .ft-top .ft-contact dt span + span {
    margin-top: 6px;
    padding-right: 0;
  }

  #footer .ft-top .ft-contact dd {
    height: 300px;
  }

  #footer .ft-top .ft-contact dd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #footer #gmap {
    padding: 117px 0 84px;
  }

  #footer #gmap .wrap {
    max-width: 1300px;
  }

  #footer #gmap .wrap::before {
    content: "";
    position: absolute;
    background: url("../img/shared/ft_deco2.png");
    width: 604px;
    height: 694px;
    top: 235px;
    left: -100px;
  }

  #footer #gmap .map {
    height: 550px;
  }

  #footer #gmap .ft-gr {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    padding: 0 20px 0;
  }

  #footer #gmap .ft-nav {
    margin: 61px 0 0 23px;
  }

  #footer #gmap .ft-nav li a {
    letter-spacing: 0.26em;
    line-height: 20px;
    position: relative;
    padding-left: 66px;
  }

  #footer #gmap .ft-nav li a::before {
    content: "";
    position: absolute;
    background-color: #a6161a;
    width: 53px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
  }

  #footer #gmap .ft-nav li a:hover,
  #footer #gmap .ft-nav li a.active {
    color: #a6161a;
  }

  #footer #gmap .ft-nav li a:hover::before,
  #footer #gmap .ft-nav li a.active::before {
    opacity: 1;
  }

  #footer #gmap .ft-nav li + li {
    margin-top: 5px;
  }

  #footer #gmap .link {
    margin: 72px 0 0 29%;
  }

  #footer #gmap .link .bnr-shared {
    margin: 0;
  }

  #footer #gmap .link .print_map a {
    display: inline-block;
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: 0.15em;
    border-bottom: 2px solid #9b9b9b;
    line-height: 14px;
  }

  #footer #gmap .link .print_map a:hover {
    border: none;
  }

  #footer #gmap .link .btn-copy {
    margin: 28px 0 0 69px;
  }

  #footer .ft-bot {
    padding-top: 32px;
  }

  #footer .ft-bot .wrap {
    display: flex;
    justify-content: space-between;
  }

  #footer .ft-bot .socialbuttons {
    padding: 13px 0 0 69px;
  }

  #footer .ft-bot address {
    font-size: 14px;
    text-align: right;
    margin-top: 0;
    line-height: 32px;
  }

  #footer .ft-bot address a:hover {
    text-decoration: underline;
  }
  #footer .bnr-shared {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  #footer::before {
    width: 1500px;
    height: 362px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1000px) {
  #belt {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s linear;
  }

  #belt.fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #belt.fixed #navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.modal-shared .wrap {
  background-color: #fff;
  margin: 4%;
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.modal-shared .al-center {
  align-items: center;
}

.modal-shared h2 {
  font-size: 6.4vw;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.modal-shared h2 small{
  font-size: 20px;
  margin-top: 25px;
  display: block;
  color: #a42300;
  }

.modal-shared h3 {
  text-align: center;
  margin-bottom: 10px;
  background-color: #a42300;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 4vw;
  line-height: 2.2;
}

.modal-shared .note {
  text-align: center;
  margin-top: 30px;
}

.modal-shared .row {
  margin-top: 25px;
}

.modal-shared .col + .col {
  margin-top: 40px;
}

.modal-shared .item + .item {
  margin-top: 30px;
}

.modal-shared dl {
  display: flex;
  justify-content: space-between;
  padding: 2.5vw 0;
  border-bottom: 1px solid #000;
}

.modal-shared dl dt {
  max-width: 75%;
  width: 100%;
}

.modal-shared .close-bot {
  width: 50%;
  margin: 50px auto 0;
  cursor: pointer;
}

.modal-shared .close-bot:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1000px) {
  .modal-shared .wrap {
    margin: 0 auto;
    max-width: 1300px;
    padding: 167px 0 100px;
  }

  .modal-shared h2 {
    font-size: 38px;
    line-height: 35px;
  }

  .modal-shared h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 41px;
  }

  .modal-shared .note {
    margin-top: 47px;
  }

  .modal-shared .row {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 39px auto 0;
  }

  .modal-shared .col {
    width: 470px;
  }

  .modal-shared .col + .col {
    margin-top: 0;
  }

  .modal-shared .item + .item {
    margin-top: 50px;
  }

  .modal-shared dl {
    padding: 16px 0 8px;
    line-height: 25px;
  }

  .modal-shared dl dt {
    max-width: 100%;
    width: auto;
  }

  .modal-shared .close-bot {
    width: -moz-fit-content;
    width: fit-content;
    margin: 76px auto 0;
  }
}

@media screen and (min-width: 1000px) {
  #popup1 .row,
  #popup4 .row {
    margin-top: 18px;
  }
}

.fwb{
  font-weight: bold;
  }
  .cl-red{
  color: #A42300;
  }
</pre></body></html>