html.is-anchor-loading,
html.is-anchor-loading body {
  opacity: 0;
  overflow: hidden;
}

html.is-anchor-loading body {
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  header .logo {
    margin: 7px 0 0 -4px !important;
  }
  header h1 {
    transform: translateY(38px);
  }
}

#key .ttl-gr .ttl-eng {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #key .ttl-gr {
    display: flex;
    justify-content: center;
    margin: 10vw 0;
  }
  #key .ttl-gr .ttl-eng {
    margin-left: 2vw;
  }
  #key .ttl-gr .jp p:nth-child(2) {
    margin-top: 10vw;
  }
}
@media only screen and (min-width: 768px) {
  #key {
    margin: 134px 0 105px;
  }
  #key .photo {
    width: calc(100% - 360px);
    height: 750px;
  }
  #key .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #key .ttl-gr {
    order: 2;
    margin: 110px 0 0 48px;
  }
  #key .ttl-gr .ttl-eng {
    margin-left: 5px;
    letter-spacing: 2px !important;
  }
  #key .ttl-gr .jp {
    line-height: 90px;
  }
  #key .ttl-gr .jp p:nth-child(2) {
    margin-top: 70px;
  }
}

#sec1 {
  padding: 20vw 0;
  position: relative;
  z-index: 0;
}
#sec1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 20vw;
  height: 100vw;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec1 h2 {
  margin: 12vw 0 6vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 0 0 97px;
  }
  #sec1:before {
    top: -180px;
    right: 0;
    width: 100px;
    height: calc(100% + 337px);
  }
  #sec1 .df-pc {
    justify-content: space-between;
  }
  #sec1 .sec1-img {
    width: calc(100% - 300px);
    margin-left: -250px;
    height: 458px;
  }
  #sec1 .sec1-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec1 .sec1-info {
    width: 50%;
    box-sizing: border-box;
    padding-left: 18px;
    margin-top: -12px;
  }
  #sec1 h2 {
    margin: 0;
  }
  #sec1 .sec1-txt {
    margin: 17px 20px 0 3px;
    text-align: left;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #sec1 {
    padding: 0 100px 97px;
  }
  #sec1 .sec1-info {
    width: 485px;
    margin-left: 40px;
    padding-left: 0;
  }
  #sec1 .sec1-img {
    width: calc(100% - 278px);
  }
}

#sec2 {
  padding-bottom: 20vw;
  position: relative;
}
#sec2:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 3%;
  height: 50vw;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec2 .sec2-img {
  gap: 0 4vw;
}
#sec2 .sec2-img p:nth-child(1) {
  margin-top: 10vw;
}
#sec2 h2 {
  margin: 12vw 0 6vw;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 0 30px 157px;
  }
  #sec2:before {
    left: calc(50% - 860px);
    width: 300px;
    height: 390px;
  }
  #sec2 .wrap > .df-pc {
    justify-content: space-between;
  }
  #sec2 .sec2-img {
    margin-right: -134px;
    order: 2;
    gap: 0 22px;
  }
  #sec2 .sec2-img p:nth-child(1) {
    margin-top: 56px;
  }
  #sec2 .sec2-info {
    width: 49%;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: left;
    letter-spacing: 1.6px;
  }
  #sec2 h2 {
    margin: 50px 0 29px;
  }
  #sec2 .sec2-txt {
    margin-right: 21px;
  }
}

#sec3 {
  background: url("../img/koubashiya-chuoumachi/sec3_bg.jpg") no-repeat center/cover;
  position: relative;
  z-index: 0;
  color: #fff;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#sec3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
}
#sec3 .sec3-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(100%);
  padding-bottom: 25vw;
}
#sec3 h2 {
  text-align: center;
}
#sec3 h2 .ttl-eng{
  color: #fff;
}
#sec3 .sec3-txt {
  margin: 9vw 0 10vw;
}
#sec3 h2,
#sec3 .sec3-txt,
#sec3 .btn-shared {
  opacity: 0;
}
#sec3 .fadeInUp-active {
  animation: fadeInUp 1s ease forwards;
}
@media only screen and (min-width: 768px) {
  #sec3 .sec3-inner {
    padding-bottom: 110px;
    text-align: center;
  }
  #sec3 h2 {
    text-align: center;
  }
  #sec3 .sec3-txt {
    margin: 30px 0 105px;
  }
}

#sec4 {
  padding: 20vw 0;
  position: relative;
  z-index: 0;
}
#sec4:before, #sec4:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/shared/bg1.jpg") repeat center;
}
#sec4:before {
  bottom: 0;
  right: 0;
  width: 18%;
  height: 108vw;
}
#sec4:after {
  top: 0;
  left: 0;
  width: 26%;
  height: 42vw;
}
#sec4 .slick-dots {
  position: static;
}
#sec4 .sec4-ttl {
  margin: 10vw 0 6vw;
  text-align: center;
}
#sec4 .sec4-txt1 {
  margin-top: 2vw;
  font-size: 4vw;
}
#sec4 .btn-shared {
  margin: 8vw auto 12vw;
}
#sec4 .sec4-img2 {
  margin-left: auto;
  width: 70%;
}
#sec4 .sec4-img3 {
  margin-top: 5vw;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 101px 30px 183px;
  }
  #sec4:before {
    bottom: -253px;
    right: auto;
    left: calc(50% + 573px);
    width: 50%;
    height: 1018px;
  }
  #sec4:after {
    left: auto;
    right: calc(50% + 500px);
    width: 50%;
    height: 375px;
  }
  #sec4 .df-pc {
    justify-content: space-between;
  }
  #sec4 .sec4-slide {
    width: calc(50% + 200px);
    height: 460px;
    margin-right: -250px;
    order: 2;
  }
  #sec4 .slick-dots {
    position: absolute;
    bottom: -25px;
    left: 4px;
  }
  #sec4 .sec4-ttl {
    margin: 5px 0 0 0;
    width: 50%;
  }
  #sec4 .sec4-txt1 {
    margin-top: 14px;
    font-size: 24px;
    letter-spacing: 3.5px;
  }
  #sec4 .sec4-info {
    margin: -80px 0 0 9px;
    width: 50%;
    letter-spacing: 1.4px;
  }
  #sec4 .btn-shared {
    margin: 59px auto 0;
  }
  #sec4 .btn-shared a {
    min-width: 272px;
  }
  #sec4 .sec4-img2 {
    margin: -226px -11% 0 0;
    width: 42%;
    order: 2;
  }
  #sec4 .sec4-img3 {
    margin: 92px 0 0 -14.7%;
    width: 68%;
  }
}

#sec5 .sec5-img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #sec5 .sec5-img {
    margin: 0 -14% 20vw -29%;
  }
  #sec5 .sec5-img3 {
    overflow: hidden;
    margin: 10vw 0 9vw;
    height: 82vw;
  }
  #sec5 .sec5-img3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#sec5 {
  margin-bottom: 15vw;
}
#sec5 h2 {
  margin: 12vw 0 6vw;
  text-align: center;
}
#sec5 h3 {
  position: relative;
  padding-bottom: 5vw;
  margin-bottom: 7vw;
}
#sec5 h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120%;
  height: 1px;
  background: #dedede;
}
#sec5 .sec5-img4 {
  margin: 7vw 0 10vw;
  gap: 0 17px;
}
@media only screen and (min-width: 768px) {
  #sec5 .df-pc {
    justify-content: space-between;
  }
  #sec5 .sec5-img {
    margin-bottom: 112px;
  }
  #sec5 {
    margin-bottom: 120px;
  }
  #sec5 .sec5-img2 {
    width: calc(50% + 250px);
    height: 480px;
    margin-left: -250px;
  }
  #sec5 .sec5-img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec5 .sec5-info1 {
    width: 50%;
    box-sizing: border-box;
    padding-left: 39px;
    padding-right: 5px;
    margin-top: -3px;
  }
  #sec5 h2 {
    margin: 0 0 63px;
  }
  #sec5 h2 .f38 {
    margin-top: 3px;
  }
  #sec5 .sec5-2 {
    margin-top: 73px;
  }
  #sec5 .sec5-img3 {
    order: 2;
    width: 50%;
    margin: 15px -22% 0 0;
    height: 680px;
  }
  #sec5 .sec5-img3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec5 .sec5-info2 {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 10px;
  }
  #sec5 h3 {
    padding-bottom: 36px;
    margin-bottom: 32px;
  }
  #sec5 h3:before {
    right: -21%;
    width: 200%;
  }
  #sec5 .sec5-txt2 {
    margin-right: 10px;
  }
  #sec5 .sec5-img4 {
    margin: 78px -36% 0 -37%;
    gap: 0 50px;
    justify-content: space-between;
  }
  #sec5 .sec5-img4 img {
    width: 100%;
    height: auto;
  }
  #sec5 .btn-shared {
    margin-top: 101px;
  }
  #sec5 .btn-shared a {
    min-width: 387px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  #sec5 .sec5-1, #sec5 .sec5-2 {
    padding: 0 30px;
  }
  #sec5 .sec5-info2 {
    width: 54%;
  }
  #sec5 h3:before {
    right: -13%;
  }
  #sec5 .sec5-img3 {
    margin-right: -20%;
  }
  #sec5 .sec5-img4 {
    margin: 78px -26% 0 -27%;
    gap: 0 20px;
  }
}

#sec6 {
  margin-top: 15vw;
}
#sec6 .ttl1 {
  border-top: 1px solid currentColor;
  padding-top: 10vw;
  text-align: center;
}
#sec6 .logo {
  width: 30vw;
  margin: 5vw auto 0;
}
#sec6 .txt1 {
  text-align: center;
  line-height: 2.125;
  margin-top: 2vw;
}
#sec6 .tel {
  display: flex;
  gap: 10px;
  justify-content: center;
  line-height: 1.1;
  margin-top: 4vw;
  align-items: center;
}
#sec6 .tel a {
  display: flex;
  gap: 10px;
  align-items: center;
}
#sec6 .tel .icon-tel {
  max-width: 14px;
}
#sec6 .tel .tel-main {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
}
#sec6 .txt2 {
  line-height: 2.125;
  text-align: center;
}
#sec6 .info {
  margin-top: 5vw;
}
#sec6 .info dl {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  text-align: left;
  padding-bottom: 10px;
  letter-spacing: 0;
}
#sec6 .info dl * {
  letter-spacing: -0.07em;
}
#sec6 .info dl dt {
  min-width: 130px;
}
#sec6 .info dl + dl {
  padding-top: 10px;
}
#sec6 .sec6-box {
  margin-top: 10vw;
  padding: 5vw 5%;
  border: 1px solid #000;
}
#sec6 .sec6-box dt {
  padding-bottom: 5vw;
  text-align: center;
}
@media (max-width: 767px) {
  #sec6 .txt2 {
    white-space: nowrap;
    font-size: 3.1vw;
  }
}
@media only screen and (min-width: 768px) {
  #sec6 {
    margin-top: 157px;
    padding: 0 20px;
  }
  #sec6 .ttl1 {
    padding-top: 60px;
  }
  #sec6 .logo {
    width: auto;
    margin: 35px 0 0;
    text-align: center;
  }
  #sec6 .txt1 {
    margin-top: 32px;
  }
  #sec6 .tel {
    gap: 10px;
    margin-top: 31px;
  }
  #sec6 .tel a {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  #sec6 .tel .icon-tel {
    max-width: 18px;
    height: auto;
  }
  #sec6 .tel .tel-top {
    font-size: 16px;
  }
  #sec6 .tel .tel-main {
    gap: 5px;
    font-size: 20px;
  }
  #sec6 .txt2 {
    text-align: center;
    margin-top: 2px;
  }
  #sec6 .info {
    margin-top: 60px;
    display: flex;
    gap: 30px;
  }
  #sec6 .info .col {
    flex: 1;
  }
  #sec6 .info .col:nth-child(2) dt {
    min-width: 171px;
  }
  #sec6 .info dl {
    padding-bottom: 14px;
    line-height: 1.875;
  }
  #sec6 .info dl dt {
    min-width: 134px;
  }
  #sec6 .info dl + dl {
    padding-top: 17px;
  }
  #sec6 .info dl dd {
    margin-right: -20px;
  }
  #sec6 .sec6-box {
    margin: 72px auto 0;
    max-width: 800px;
    padding: 27px 30px 30px;
    text-align: center;
    box-sizing: border-box;
    line-height: 40px;
  }
  #sec6 .sec6-box dt {
    padding-bottom: 34px;
  }
}

#gmap {
  margin: 10vw 0 15vw;
}
#gmap .map {
  height: 480px;
}
#gmap .map iframe {
  width: 100%;
  height: 100%;
}
#gmap .links {
  margin-top: 5vw;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #gmap .links {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #gmap {
    margin: 128px 0 30px;
  }
  #gmap .map {
    height: 413px;
  }
  #gmap .links {
    margin-top: 26px;
    text-align: center;
  }
  #gmap .btn-copy a {
    min-width: 278px;
  }
  #gmap .print_map {
    margin-top: 8px;
    font-size: 14px;
  }
}/*# sourceMappingURL=koubashiya-chuoumachi.css.map */