@media screen and (min-width: 768px) {
  header .hd-banner .contact-box {
    padding: 41px 23px 24px 14px;
  }
  header .hd-banner .contact-box .tel span {
    font-size: 17px;
    letter-spacing: 0.08em;
    margin: 0 0 6px 5px;
  }
  header .hd-banner .bnr-party {
    margin-bottom: 57px;
  }
  .nav-fixed .contact-box .tel span {
    font-size: 17px;
    letter-spacing: 0.08em;
    margin-right: 15px;
  }
  .menu-toggle .col-left .contact-box {
    padding: 41px 23px 24px 14px;
  }
  .menu-toggle .col-left .contact-box .tel span {
    font-size: 17px;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
  }
  main {
    overflow: unset;
  }
}

#key {
  background-image: url("../img/kashikiri/key.jpg");
  background-position: 56.8%;
}

#key .key-ttl {
  font-size: 6.2vw;
  line-height: 12.3vw;
  letter-spacing: 0.36em;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 72vw;
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #key .key-ttl {
    font-size: 32px;
    line-height: 70px;
    transform: none;
    top: 213px;
    left: calc(50% - 387px);
  }
  #key .key-ttl small {
    font-size: 28.63px;
  }
  #key .key-ttl .dil {
    margin: -14px 0 -17px;
  }
}

#lead {
  padding: 10vw 0 20vw;
  position: relative;
  z-index: 0;
}

/* #lead:before {
  content: '';
  width: 18vw;
  height: 60vw;
  background-image: url("../img/kashikiri/lead_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -30vw;
  right: 4.7vw;
  z-index: -1;
} */

#lead h2 {
  line-height: 11vw;
  letter-spacing: 0.4em;
  margin-bottom: 8vw;
}

#lead h2 span {
  background: #ebebeb;
  padding: 0 1vw 0 3vw;
}

@media screen and (min-width: 768px) {
  #lead {
    padding: 81px 0 117px;
  }
  #lead:before {
    width: 120px;
    height: 311px;
    top: 0;
    right: calc(50% - 423px);
  }
  #lead h2 {
    line-height: 59px;
    margin-bottom: 0;
    position: absolute;
    top: 322px;
    right: -7px;
    z-index: 1;
  }
  #lead h2 span {
    padding: 0 2px 0 18px;
    margin-right: 9px;
  }
  #lead .map {
    margin-left: -46px;
  }
}

#sec1 {
  padding-bottom: 20vw;
}

#sec1 .row1 {
  padding: 0 4.7vw 15vw;
}

#sec1 .row1 .img {
  margin-bottom: 10vw;
}

#sec1 .row1 .col-text h2 {
  margin-bottom: 6vw;
}

#sec1 .row1 .col-text h2 small {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.5vw;
  margin-bottom: 2vw;
}

#sec1 .row2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -3vw 15vw;
}

#sec1 .row2 li {
  background: #404658;
  color: #fff;
  font-size: 3.8vw;
  letter-spacing: 0.4em;
  line-height: 8vw;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 2vw;
  position: relative;
  padding-left: 1vw;
}

#sec1 .row2 li:before {
  content: '';
  border: 1px solid #9ca3b6;
  position: absolute;
  left: 1vw;
  right: 1vw;
  top: 1vw;
  bottom: 1vw;
  border-radius: 50%;
}

#sec1 .row2 li:first-child {
  margin: 0 10vw -2vw;
}

#sec1 .row3 {
  background-image: url("../img/shared/bg2.jpg");
  background-size: 150px;
  padding: 10vw 4.7vw;
}

#sec1 .row3 h3 {
  margin-bottom: 3vw;
}

#sec1 .row3 .price {
  margin-bottom: 2vw;
}

#sec1 .row3 .md-txt {
  font-size: 15px;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 130px;
  }
  #sec1 .row1 {
    padding: 0 0 81px;
  }
  #sec1 .row1 .inner {
    max-width: 1338px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
  }
  #sec1 .row1 .img {
    order: 2;
    max-width: 740px;
    width: calc(100% - 530px);
    height: 584px;
    margin-bottom: 0;
  }
  #sec1 .row1 .col-text {
    order: 1;
    width: 530px;
  }
  #sec1 .row1 .col-text h2 {
    text-align: left;
    margin: 26px 0 49px 23px;
  }
  #sec1 .row1 .col-text h2 small {
    text-underline-offset: 9px;
    margin: 0 0 5px -23px;
  }
  #sec1 .row2 {
    margin: 0 -50px 53px;
  }
  #sec1 .row2 li {
    font-size: 19px;
    line-height: 35px;
    width: 248px;
    height: 248px;
    margin: 0 30px;
    padding-left: 9px;
  }
  #sec1 .row2 li:before {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
  #sec1 .row2 li:first-child {
    margin: 0 30px;
  }
  #sec1 .row3 {
    width: 1054px;
    margin: 0 -27px;
    background-image: url("../img/kashikiri/sec1_bg.png");
    background-repeat: repeat-x;
    background-size: auto;
    padding: 79px 50px 59px 66px;
  }
  #sec1 .row3 h3 {
    margin-bottom: 26px;
  }
  #sec1 .row3 .price {
    margin: 0 12px 20px 0;
  }
  #sec1 .row3 .md-txt {
    font-size: 18px;
    margin-bottom: 43px;
  }
  #sec1 .row3 .note {
    line-height: 40px;
  }
}

#sec2 {
  padding: 0 4.7vw 20vw;
}

#sec2 .img {
  margin-bottom: 10vw;
}

#sec2 .col-text h2 {
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 0;
  }
  #sec2 .inner {
    max-width: 1145px;
    width: 100%;
    margin: 0 auto;
  }
  #sec2 .img {
    order: 2;
    max-width: 715px;
    width: calc(100% - 385px);
    height: 516px;
    margin-bottom: 0;
  }
  #sec2 .col-text {
    order: 1;
    width: 351px;
    padding-bottom: 36px;
  }
  #sec2 .col-text h2 {
    margin: 0 0 38px 13px;
  }
  #sec2 .col-text h2 .eng-ttl {
    margin: 0 0 20px -13px;
  }
  #sec2 .col-text .box-check {
    padding-left: 51px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
  #sec2 .inner {
    padding-left: 30px;
  }
}

#sec3 {
  background-image: url("../img/kashikiri/sec3_bg.png");
  background-repeat: no-repeat;
  background-size: 240%;
  background-position: center top;
  padding: 10vw 4.7vw 20vw;
}

#sec3 .col-text {
  margin-bottom: 15vw;
}

#sec3 .col-text h2 {
  margin-bottom: 8vw;
}

#sec3 .col-text h2 .eng-ttl {
  text-align: center;
  margin-bottom: 6vw;
}

#sec3 .col-text h2 .fz38 {
  margin: 0 auto;
  white-space: nowrap;
}

#sec3 .col-text .md-txt {
  line-height: 12vw;
  margin-bottom: 4vw;
}

#sec3 .col-text .txt {
  margin-bottom: 8vw;
}

#sec3 .col-img .img1{
  margin-bottom: 1vw;
}

#sec3 .col-img .df p{
  width: 49.4%;
}

@media screen and (min-width: 768px) {
  #sec3 {
    background-size: 100%;
    padding: 129px 0;
  }
  #sec3 .inner {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  #sec3 .col-text {
    order: 2;
    width: 50%;
    margin-bottom: 0;
    padding-top: 47px;
  }
  #sec3 .col-text h2 {
    margin: 0 100px 35px 0;
  }
  #sec3 .col-text h2 .eng-ttl {
    margin: 0 4px 49px 0;
  }
  #sec3 .col-text .md-txt {
    line-height: 65px;
    margin: 0 100px 25px 0;
  }
  #sec3 .col-text .txt {
    width: 444px;
    margin: 0 auto 79px;
    padding-right: 55px;
  }
  #sec3 .col-text .floormap {
    padding-left: 6px;
  }
  #sec3 .col-img {
    order: 1;
    width: 50%;
  }
  #sec3 .col-img .img1{
    margin-bottom: 8px;
    height: 750px;
  }
  #sec3 .col-img .df p{
    width: calc(50% - 4px);
    height: 450px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec3 .col-text h2, #sec3 .col-text .md-txt {
    margin-right: 0;
  }
  #sec3 .col-text .txt {
    width: 380px;
    padding-right: 0;
  }
  #sec3 .col-text .floormap {
    padding-left: 0px;
  }
}

#sec4 {
  padding-bottom: 20vw;
}

#sec4 .row1 {
  position: relative;
  z-index: 0;
  padding: 15vw 0;
  margin-bottom: 15vw;
}

#sec4 .row1:before {
  content: '';
  background-image: url("../img/shared/bg2.jpg");
  background-size: 150px;
  position: absolute;
  left: 0;
  right: 3vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec4 .row1 .img {
  margin-bottom: 10vw;
}

#sec4 .row1 .col-text h2 {
  margin-bottom: 8vw;
}

#sec4 .row1 .col-text .box-check {
  border-color: #9ca3b6;
}

#sec4 .box-tel {
  border: 2px solid #2c2f31;
  position: relative;
  padding: 8vw 0;
  margin: 0 4.7vw;
}

#sec4 .box-tel:before {
  content: '';
  border: 1px solid #879198;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
}

#sec4 .box-tel .num {
  font-size: 7.4vw;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 2vw 0;
}

#sec4 .box-tel .num small {
  font-size: 4vw;
}

#sec4 .box-tel small {
  font-size: 3.2vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding-bottom: 100px;
  }
  #sec4 .row1 {
    padding: 82px 0;
    margin-bottom: 116px;
  }
  #sec4 .row1:before {
    height: 680px;
    background-image: url("../img/kashikiri/sec4_bg.png");
    background-repeat: repeat-x;
    background-size: auto;
    right: calc(50% - 570px);
    bottom: auto;
  }
  #sec4 .row1 .img {
    order: 2;
    width: 725px;
    margin: 0 -151px 0 0;
  }
  #sec4 .row1 .col-text {
    order: 1;
    width: 351px;
    margin: 82px 0 0 -18px;
  }
  #sec4 .row1 .col-text h2 {
    margin: 0 0 61px 6px;
  }
  #sec4 .row1 .col-text h2 .eng-ttl {
    margin: 0 7px 20px 0;
  }
  #sec4 .row1 .col-text .box-check {
    padding-left: 51px;
  }
  #sec4 .box-tel {
    width: 640px;
    padding: 57px 0 66px;
    margin: 0 auto;
  }
  #sec4 .box-tel .num {
    font-size: 40px;
    margin: 3px 0 16px;
  }
  #sec4 .box-tel .num small {
    font-size: 25px;
  }
  #sec4 .box-tel small {
    font-size: 15px;
  }
}

#sec5 {
  padding-bottom: 20vw;
}

#sec5 h2 {
  margin-bottom: 8vw;
}

#sec5 .faq-blk dl {
  border-bottom: 1px solid #879198;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#sec5 .faq-blk dl span {
  display: block;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
}

#sec5 .faq-blk dl dt {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.3em;
  padding: 0 30px 0 55px;
}

#sec5 .faq-blk dl dt:before {
  content: '';
  width: 2px;
  height: 20px;
  background: #404658;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

#sec5 .faq-blk dl dt:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #404658;
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
}

#sec5 .faq-blk dl dt span {
  background: #404658;
  top: 50%;
  transform: translateY(-50%);
}

#sec5 .faq-blk dl dd {
  letter-spacing: 0.3em;
  position: relative;
  padding: 20px 0 0px 55px;
}

#sec5 .faq-blk dl dd span {
  background: #858b9e;
}

#sec5 .faq-blk .active dt:before {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 15px 0 108px;
  }
  #sec5 h2 {
    font-size: 37px;
    margin-bottom: 39px;
  }
  #sec5 h2 .eng-ttl {
    margin-bottom: 10px;
  }
  #sec5 .faq-blk {
    width: 900px;
    margin: 0 auto;
  }
  #sec5 .faq-blk dl {
    padding-bottom: 43px;
    margin-bottom: 38px;
  }
  #sec5 .faq-blk dl span {
    display: block;
    font-size: 25px;
    line-height: 61px;
    width: 70px;
    height: 70px;
    left: 39px;
    top: 54%;
    transform: translateY(-50%);
  }
  #sec5 .faq-blk dl dt {
    cursor: pointer;
    font-size: 20px;
    padding: 20px 60px 20px 151px;
    transition: 0.3s all ease;
  }
  #sec5 .faq-blk dl dt:before {
    right: 27px;
  }
  #sec5 .faq-blk dl dt:after {
    right: 18px;
  }
  #sec5 .faq-blk dl dt:hover {
    opacity: 0.8;
  }
  #sec5 .faq-blk dl dd {
    position: relative;
    padding: 61px 0 17px 157px;
  }
  #sec5 .faq-blk dl dd span {
    top: 62%;
  }
}

#sec6 h2 {
  margin-bottom: 15vw;
}

#sec6 .row1 {
  padding: 0 4.7vw 40px;
}

#sec6 .row1 .col-right {
  margin-bottom: 10vw;
}

#sec6 .row1 .col-right .logo {
  width: 140px;
  margin: 0 auto 20px;
}

#sec6 .row1 .col-right .logo-txt {
  font-size: 15px;
  margin-bottom: 30px;
}

#sec6 .row1 .col-right .box {
  padding: 40px 4vw;
  position: relative;
  z-index: 0;
}

#sec6 .row1 .col-right .box:before {
  content: '';
  background-image: url("../img/shared/bg3.jpg");
  background-size: 64px;
  opacity: 0.35;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#sec6 .row1 .col-right .box .tel {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#sec6 .row1 .col-right .box .tel small {
  font-size: 15px;
}

#sec6 .row1 .col-right .box .box-text .ttl {
  font-size: 15px;
  margin-bottom: 20px;
}

#sec6 .row2 {
  padding: 0 4.7vw 40px;
}

#sec6 .row2 dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 26px;
  padding-bottom: 12px;
  margin-bottom: 13px;
  width: 100%;
  display: table;
}

#sec6 .row2 dl dt {
  width: 100px;
  display: table-cell;
}

#sec6 .row2 dl dd {
  display: table-cell;
}

#sec6 .row2 dl dd a {
  border-bottom: 1px solid;
}

#sec6 .row2 dl dd a img {
  width: 9px;
  height: auto;
  margin: -4px 4px 0 0;
}

#sec6 .row3 {
  padding-bottom: 65px;
}

#sec6 .row3 .gmap {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #sec6 h2 {
    margin-bottom: 68px;
  }
  #sec6 h2 .eng-ttl {
    margin-bottom: 19px;
  }
  #sec6 .row1 {
    padding: 0 0 208px;
  }
  #sec6 .row1 .col-right {
    order: 2;
    width: 50%;
    margin-bottom: 0;
    padding: 46px 30px 0;
  }
  #sec6 .row1 .col-right .logo {
    width: 100%;
    margin: 0 0 34px 9px;
    text-align: center;
  }
  #sec6 .row1 .col-right .logo-txt {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 37px;
  }
  #sec6 .row1 .col-right .box {
    max-width: 534px;
    width: 100%;
    margin: 0 auto;
    padding: 55px 37px 42px;
  }
  #sec6 .row1 .col-right .box:before {
    background-size: auto;
  }
  #sec6 .row1 .col-right .box .tel {
    font-size: 27px;
    padding: 0 14px 43px 0;
    margin-bottom: 43px;
  }
  #sec6 .row1 .col-right .box .tel small {
    font-size: 17px;
  }
  #sec6 .row1 .col-right .box .box-text .ttl {
    font-size: 17px;
    margin-bottom: 22px;
  }
  #sec6 .row1 .img {
    order: 1;
    width: 50%;
    height: 729px;
  }
  #sec6 .row2 {
    max-width: 1110px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0 0 76px;
  }
  #sec6 .row2 .col {
    max-width: 524px;
    width: 49%;
  }
  #sec6 .row2 dl {
    line-height: 30px;
    padding-bottom: 14px;
    margin-bottom: 15px;
  }
  #sec6 .row2 dl dt {
    width: 124px;
  }
  #sec6 .row2 dl dd a {
    padding-bottom: 1px;
  }
  #sec6 .row2 dl dd a img {
    width: 10px;
    margin: -4px -1px 0 0;
  }
  #sec6 .row2 dl dd a:hover {
    border-color: transparent;
  }
  #sec6 .row2 dl dd a:hover img {
    opacity: 1 !important;
  }
  #sec6 .row3 {
    padding-bottom: 125px;
  }
  #sec6 .row3 .gmap {
    width: 834px;
    height: 402px;
    margin: 0 auto 34px;
  }
  #sec6 .row3 .btn-group {
    width: 834px;
    margin: 0 auto;
  }
  #sec6 .row3 .btn-group .btn-common {
    max-width: 281px;
    margin: 0 0 17px auto;
  }
  #sec6 .row3 .btn-group .print {
    width: 281px;
    margin: 0 0 0 auto;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.2em;
  }
  #sec6 .row3 .btn-group .print a {
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  #sec6 .row3 .btn-group .print a:hover {
    text-decoration: none;
  }
}
