#key {
  background-image: url("../img/cafe/key.jpg");
}

header h1 {
  font-size: 10px;
}

header .btn-scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
}

header .btn-scroll img {
  width: 10px;
}
#pp-btn {
  display: none;
}

#logo-cafe {
  position: absolute;
  width: 250px;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 89;
}

#logo-cafe img {
  opacity: 1 !important;
}

@media screen and (min-width: 767px) {
  header h1 {
    font-size: 13px;
  }
  #key {
    min-height: 921px;
  }
  #pp-btn {
    position: absolute;
    top: 240px;
    right: 0;
    z-index: 89;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
  }
  #pp-btn:hover {
    opacity: 0.8;
  }
  #logo-cafe {
    top: 283px;
    width: 554px;
  }
  header .btn-scroll img {
    width: auto;
  }
}

.ttl-common {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.ttl-common.line::before {
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #00afcc;
}

@media screen and (max-width: 1299px) and (min-width: 767px) {
  header .hdblk .set {
    padding: 0 80px 0 10px;
  }
  header .hdblk .set h2.ttl {
    font-size: 22px;
  }
  header .hdblk .set ul.subnav {
    max-width: 680px;
  }
  .hamburger {
    max-height: 77px;
  }
}

#sec1 {
  margin-top: 15vw;
  position: relative;
  background: url(../img/cafe/sec1_bg.jpg) no-repeat top center;
  background-size: cover;
  color: #FFF;
  padding-top: 5vw;
}

#sec1 dl {
  margin: 0 5%;
}

#sec1 dl dt {
  font-size: 5vw;
  line-height: 1.6;
  /*padding: 2vw 0 4vw;*/
  padding: 2vw 0 0;
}

#sec1 h2 {
font-size: 6vw;
  line-height: 50px;
  margin: 30px 59px 0;
  padding: 5px 0 0px;
}


#sec1 .photo {
  margin: 0 5% 0;
  position: relative;
  bottom: -10vw;
}





@media screen and (min-width: 767px) {
  .ttl-common.line::before {
    width: 90px;
    height: 10px;
  }
  #sec1 {
    margin-top: 95px;
    padding-top: 0;
  }
  #sec1 .wrap {
    max-width: 1500px;
    box-sizing: border-box;
    padding: 0 42px;
    width: 100%;
    min-height: 806px;
  }
	
  #sec1 h2 {
    font-size: 42px;
    line-height: 80px;
    margin: 30px 59px 0;
    padding: 5px 0 0px;
  }
	
  #sec1 dl {
    /*margin: 54px 59px 0;*/
    margin: 30px 59px 0;
  }
  #sec1 dl dt {
    font-size: 42px;
    /*line-height: 80px;*/
    line-height: 0px;
    padding: 5px 0 10px;
  }
  #sec1 dl dd {
    margin-top: 12px;
    font-size: 16px;
    line-height: 48px;
    width: 482px;
    padding-bottom: 40px;
  }
  #sec1 .photo {
    margin: 0;
    position: absolute;
    bottom: -77px;
    left: 600px;
    max-width: 629px;
    width: 40%;
  }
}

@media screen and (min-width: 1329px) {
  #sec1 .photo {
    left: 750px;
    width: 629px;
  }
}




/*******#sec2*******/
#sec2 {
  padding: 20vw 0 16vw;
  background: url(../img/cafe/sec2_bg.jpg) no-repeat bottom left;
  background-size: 35% auto;
}

#sec2 h2 {
  text-align: center;
  font-size: 6.5vw;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 10vw;
}

#sec2 .box {
  background: url(../img/cafe/sec2_b1.jpg) no-repeat bottom right;
  background-size: 102% auto;
  padding-bottom: 14vw;
}

#sec2 .box dl {
  margin: -5vw 3% 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
  padding: 35px 20px 25px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
}

#sec2 .box dl dt {
  font-size: 5.5vw;
  margin-bottom: 6px;
}

#sec2 .box dl::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: rgba(255, 255, 255, 0.8);
}

#sec2 .box.box01 {
  background: url(../img/cafe/sec2_b2.jpg) no-repeat bottom left;
  background-size: 102% auto;
}

#sec2 .box.box02 {
  background: url(../img/cafe/sec3_b3.jpg) no-repeat bottom right;
  background-size: 102% auto;
}

@media screen and (min-width: 767px) {
  #sec2 {
    padding: 89px 0 95px;
    background: url(../img/cafe/sec2_bg.jpg) no-repeat bottom left;
    background-size: auto;
  }
  #sec2 h2 {
    font-size: 48px;
    line-height: 72px;
    padding-bottom: 20px;
    margin-bottom: 39px;
  }
  #sec2 .box {
    background: url(../img/cafe/sec2_b1.jpg) no-repeat bottom right;
    background-size: auto;
    padding: 0;
  }
  #sec2 .box .wrap {
    padding: 95px 0 61px;
    display: flex;
    justify-content: flex-end;
  }
  #sec2 .box .photo {
    width: 750px;
    position: absolute;
    top: 0;
    left: -250px;
  }
  #sec2 .box dl {
    width: 600px;
    margin: 0 -50px 0 0;
    box-sizing: border-box;
    padding: 50px 50px 75px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
  }
  #sec2 .box dl dt {
    font-size: 32px;
    line-height: 72px;
    margin-bottom: 25px;
  }
  #sec2 .box dl dd {
    font-size: 16px;
    line-height: 32px;
  }
  #sec2 .box dl::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: rgba(255, 255, 255, 0.8);
  }
  #sec2 .box.box01 {
    background: url(../img/cafe/sec2_b2.jpg) no-repeat bottom left;
    background-size: auto;
  }
  #sec2 .box.box01 .wrap {
    padding: 65px 0 54px;
    justify-content: flex-start;
  }
  #sec2 .box.box01 .photo {
    width: 750px;
    position: absolute;
    top: 0;
    right: -250px;
    left: inherit;
  }
  #sec2 .box.box01 dl {
    width: 600px;
    margin: 0 0px 0 -50px;
    box-sizing: border-box;
    padding: 50px 50px 75px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
  }
  #sec2 .box.box01 dl dt {
    font-size: 32px;
    line-height: 72px;
    margin-bottom: 25px;
  }
  #sec2 .box.box01 dl dd {
    font-size: 16px;
    line-height: 32px;
  }
  #sec2 .box.box01 dl::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: rgba(255, 255, 255, 0.8);
  }
  #sec2 .box.box02 {
    background: url(../img/cafe/sec3_b3.jpg) no-repeat bottom right;
    background-size: auto;
    padding-bottom: 55px;
  }
  #sec2 .box.box02 .wrap {
    padding: 65px 0 65px;
    display: flex;
    justify-content: flex-end;
  }
  #sec2 .box.box02 .photo {
    width: 750px;
    position: absolute;
    top: 0;
    left: -250px;
  }
  #sec2 .box.box02 dl {
    width: 600px;
    margin: 0 -50px 0 0;
    box-sizing: border-box;
    padding: 50px 50px 75px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
  }
  #sec2 .box.box02 dl dt {
    font-size: 32px;
    line-height: 72px;
    margin-bottom: 25px;
  }
  #sec2 .box.box02 dl dd {
    font-size: 16px;
    line-height: 32px;
  }
  #sec2 .box.box02 dl::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: rgba(255, 255, 255, 0.8);
  }
  .btn-style1 {
    width: 425px;
  }
  #sec2 .btn-style1 {
    padding: 23px 34px 23px 0px;
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  #sec2 .btn-style1::before {
    right: 53px;
  }
}

/*******#sec3*******/
#sec3 {
  padding: 14vw 0 65vw;
  background: url(../img/cafe/sec3_bg.jpg) no-repeat top center;
  background-size: 240% auto;
}

#sec3 h2 {
  text-align: center;
  font-size: 6.5vw;
  margin-bottom: 5vw;
}

#sec3 h2 span {
  background: #FFF;
  padding: 0 20px;
  display: inline-block;
}

#sec3 .txt {
  color: #000;
  text-align: center;
  text-shadow: 0 0 5px #FFF;
  line-height: 24px;
}

@media screen and (min-width: 767px) and (min-width: 1099px) {
  #sec3 .wrap {
    width: 900px;
  }
}

@media screen and (min-width: 767px) {
  #sec3 {
    padding: 0;
    background: url(../img/cafe/sec3_bg.jpg) bottom center no-repeat;
    background-size: cover;
    min-height: 774px;
  }
  #sec3 h2 {
    text-align: center;
    font-size: 42px;
    line-height: 72px;
    position: absolute;
    top: 42px;
    right: 0;
  }
  #sec3 h2 span {
    background: #FFF;
    padding: 20px 0;
    display: inline-block;
    font-size: 42px;
    line-height: 72px;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    text-align: left;
  }
  #sec3 .txt {
    color: #FFF;
    text-shadow: 1px 2px 3px #000;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    height: 375px;
    position: absolute;
    top: 165px;
    right: 105px;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    text-align: left;
  }
}

/*******#sec4*******/
#sec4 {
  margin-top: -10vw;
  padding-bottom: 25vw;
}

#sec4 h2 {
  margin-left: -15%;
  margin-right: 10%;
}

#sec4 h2 span {
  background: #FFF;
  padding: 0 20px;
  display: inline-block;
}

#sec4 .box dl dt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 20px;
  line-height: 30px;
  margin-top: -5vw;
  margin-bottom: 6vw;
}

#sec4 .box dl dd {
  margin: 0 1vw;
}

#sec4 .box dl dt span {
  width: 95px;
  margin-right: 10px;
  display: block;
}
#sec4 .slick-dots {
  bottom: auto;
  top: 43vw;
}

#sec4 .slick-dots li button {
  border-color: transparent;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

#sec4 .slick-dots li.slick-active button {
  border-color: #2a3f74;
  background: #2a3f74;
}

@media screen and (min-width: 767px) {
  #sec4 {
    margin-top: 0;
    padding-bottom: 130px;
  }
  #sec4 h2 {
    margin: 0%;
    position: absolute;
    left: -250px;
    top: -207px;
  }
  #sec4 h2::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    right: 750px;
    background: url(../img/cafe/line_ttl.png) repeat-x;
    content: "";
  }
  #sec4 .slide-sp {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  #sec4 .box {
    position: relative;
  }
  #sec4 .box dl dt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 35px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 28px;
  }
  #sec4 .box dl dt span {
    width: 138px;
    margin-right: 3px;
    display: block;
  }
  #sec4 .box dl dd {
    font-size: 16px;
    line-height: 36px;
  }
  #sec4 .box1 {
    min-height: 420px;
  }
  #sec4 .box1 .photo {
    top: 32px;
    left: -225px;
    position: absolute;
    z-index: 1;
  }
  #sec4 .box1 .photo::before {
    background: url(../img/cafe/sec4_deco2.jpg) no-repeat;
    width: 202px;
    height: 385px;
    position: absolute;
    left: -25px;
    top: 330px;
    content: "";
  }
  #sec4 .box1 dl {
    margin-left: 460px;
    position: relative;
    z-index: 3;
  }
  #sec4 .box1 dl dd {
    width: 430px;
    margin-left: 80px;
    padding-bottom: 50px;
  }
  #sec4 .box2 {
    min-height: 390px;
  }
  #sec4 .box2 .photo {
    top: 0;
    right: -225px;
    position: absolute;
    z-index: 1;
  }
  #sec4 .box2 .photo::before {
    background: url(../img/cafe/sec4_deco.jpg) no-repeat;
    width: 200px;
    height: 329px;
    position: absolute;
    right: -25px;
    top: -250px;
    content: "";
  }
  #sec4 .box2 dl {
    margin-left: 50px;
    padding-top: 30px;
    position: relative;
    z-index: 3;
  }
  #sec4 .box2 dl dd {
    width: 430px;
    padding-bottom: 30px;
  }
  #sec4 .slick-dots li button {
    border: 1px solid #2a3f74;
    width: 12px;
    height: 12px;
  }
  #sec4 .slick-dots li.slick-active button {
    background: #2a3f74;
  }
}

/*******#sec5*******/
#sec5 {
  padding: 0 5%;
  position: relative;
  z-index: 1;
}

#sec5 .line-bg {
  background: #d4dbdb;
  position: relative;
  padding-bottom: 16vw;
}

#sec5 .line-bg::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #FFF;
}

#sec5 h2 {
  width: 80%;
  position: absolute;
  top: -7vw;
  left: 10%;
}

#sec5 h3 {
  position: relative;
  text-align: center;
  font-size: 5.5vw;
  padding-top: 3vw;
  padding-bottom: 10px;
}

#sec5 .note {
  text-align: center;
  margin: 4vw 0 5vw;
}

#sec5 .block {
  padding: 0 5%;
}

#sec5 .block dl {
  margin-top: 10vw;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  position: relative;
  padding: 25px 20px;
}

#sec5 .block dl dt {
  text-align: center;
  font-size: 5vw;
  margin-bottom: 5vw;
  line-height: 30px;
}

#sec5 .block dl dt span {
  font-size: 3.5vw;
}

#sec5 .block dl dd {
  line-height: 24px;
}

#sec5 .slick-arrow {
  background: url(../img/cafe/left.jpg) no-repeat center;
  background-size: 36px;
  width: 47px;
  height: 47px;
  position: absolute;
  bottom: inherit;
  top: 26vw;
}

#sec5 .slick-arrow::before {
  display: none;
}

#sec5 .slick-arrow.slick-prev {
  right: -6%;
  background: url(../img/cafe/right.jpg) no-repeat center;
  background-size: 36px;
  left: inherit;
}

#sec5 .slick-arrow.slick-next {
  left: -6%;
}

#sec5 .slick-dots {
  bottom: auto;
  top: 67vw;
  text-align: right;
}

@media screen and (min-width: 767px) {
  #sec5 {
    padding: 0 5%;
    position: relative;
    z-index: 1;
  }
  #sec5 .line-bg {
    background: #d4dbdb;
    position: relative;
    max-width: 1300px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 50px;
    padding-bottom: 140px;
    margin-bottom: 50px;
  }
  #sec5 .line-bg::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 5px solid #FFF;
  }
  #sec5 h2 {
    width: 629px;
    position: absolute;
    top: -66px;
    left: calc(50% - 314px);
  }
  #sec5 h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 52px;
  }
  #sec5 .note {
    text-align: center;
    margin: 20px 0 50px;
  }
  #sec5 .block {
    padding: 0;
    max-width: 1100px;
    margin: auto;
  }
  #sec5 .block .item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #sec5 .block .photo {
    width: 664px;
  }
  #sec5 .block dl {
    width: 470px;
    box-sizing: border-box;
    margin: 0 0 0 -35px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: relative;
    padding: 25px 40px 30px 40px;
  }
  #sec5 .block dl dt {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 46px;
  }
  #sec5 .block dl dt span {
    font-size: 20px;
  }
  #sec5 .block dl dd {
    line-height: 30px;
    font-size: 16px;
  }
  #sec5 .slick-dots {
    text-align: center;
    top: auto;
    bottom: -68px;
  }
  #sec5 .slick-arrow {
    background: url(../img/cafe/left.jpg) no-repeat center;
    background-size: 47px;
    width: 47px;
    height: 47px;
    position: absolute;
    bottom: inherit;
    top: 238px;
    margin: 0 !important;
  }
  #sec5 .slick-arrow::before {
    display: none;
  }
  #sec5 .slick-arrow.slick-prev {
    right: -37px;
    background: url(../img/cafe/right.jpg) no-repeat center;
    background-size: 47px;
    left: inherit;
  }
  #sec5 .slick-arrow.slick-next {
    left: -37px;
  }
}

@media screen and (min-width: 1329px) {
  #sec5 {
    padding: 0 50px;
  }
  #sec5 .block {
    padding: 0;
    max-width: 1100px;
    margin: auto;
  }
  #sec5 .block .item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #sec5 .block .photo {
    width: 664px;
  }
  #sec5 .block dl {
    width: 470px;
    box-sizing: border-box;
    margin: 0 0 0 -35px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: relative;
    padding: 45px 40px 70px 45px;
  }
  #sec5 .block dl dt {
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 46px;
  }
  #sec5 .block dl dt span {
    font-size: 20px;
  }
  #sec5 .block dl dd {
    line-height: 30px;
    font-size: 16px;
  }
}

/*******#sec6*******/
#sec6 {
  position: relative;
  z-index: 1;
  margin-top: 10vw;
  background: #2b3f76;
  color: #FFF;
  padding-bottom: 10vw;
}

#sec6 h2 {
  width: 112%;
  margin-left: -8%;
}

#sec6 .box {
  margin: 3vw 5% 14vw;
}

#sec6 .box dt {
  font-size: 6vw;
  margin-bottom: 4vw;
  line-height: 1.6;
}

#sec6 .item .photo {
  margin-left: -6%;
}

#sec6 .item dl {
  margin: 4vw 5% 14vw;
}

#sec6 .item dl dt {
  font-size: 6vw;
  margin-bottom: 4vw;
  line-height: 1.6;
}

@media screen and (max-width: 766px) {
  #sec6 .box dt, #sec6 .item dl dt {
    text-align: center;
  }
  #sec6 .box dd, #sec6 .item dl dd {
    text-align: justify;
  }
  #sec6 .box dd br, #sec6 .item dl dd br {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  #sec6 {
    position: relative;
    z-index: 1;
    margin-top: 0;
    background: url(../img/cafe/sec6_bg.jpg) no-repeat top center #2b3f76;
    background-size: cover auto;
    color: #FFF;
    padding-top: 167px;
    padding-bottom: 135px;
  }
  #sec6 h2 {
    width: 855px;
    height: 120px;
    margin-left: 395px;
    position: relative;
  }
  #sec6 h2::before {
    width: 855px;
    height: 120px;
    position: absolute;
    top: -8px;
    right: -545px;
    background: url(../img/cafe/line_ttl1.png) repeat-x top center;
    background-size: auto;
    content: "";
  }
  #sec6 .box {
    margin: 0;
    position: relative;
    height: 635px;
  }
  #sec6 .box dt {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 72px;
    position: absolute;
    top: 40px;
    left: 460px;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  #sec6 .box dd {
    white-space: nowrap;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    position: absolute;
    top: 90px;
    right: 560px;
  }
  #sec6 .box dd span {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
  }
  #sec6 .item {
    position: relative;
  }
  #sec6 .item .photo {
    margin-left: -250px;
  }
  #sec6 .item dl {
    margin: 0;
  }
  #sec6 .item dl dt {
    font-size: 42px;
    margin-bottom: 0;
    line-height: 60px;
    position: absolute;
    top: 0px;
    right: -10px;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  #sec6 .item dl dd {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    position: absolute;
    top: 50px;
    right: 135px;
  }
}

/*******#sec7*******/
#sec7 {
  padding: 0 5% 2vw;
  position: relative;
  background: #2b3f76;
  color: #FFF;
  z-index: 1;
}

#sec7 .line-bg {
  position: relative;
  padding-bottom: 16vw;
}

#sec7 .line-bg::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #FFF;
}

#sec7 h2 {
  width: 80%;
  position: absolute;
  top: -7vw;
  left: 10%;
}

#sec7 h3 {
  position: relative;
  text-align: center;
  font-size: 5.5vw;
  padding-top: 3vw;
  padding-bottom: 10px;
}

#sec7 h3::before {
  background: #858787;
}

#sec7 .note {
  text-align: center;
  margin: 4vw 0 5vw;
}

#sec7 .btn-link {
  margin: 12vw 0 16vw;
}

#sec7 .block {
  padding: 0 5%;
}

#sec7 .block dl {
  margin-top: 10vw;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  position: relative;
  padding: 25px 20px;
  color: #2a3f74;
}

#sec7 .block dl dt {
  text-align: center;
  font-size: 5vw;
  margin-bottom: 5vw;
  line-height: 30px;
}

#sec7 .block dl dt span {
  font-size: 3.5vw;
}

#sec7 .block dl dd {
  line-height: 24px;
}
#sec7 .slick-dots {
  top: 67vw;
  bottom: auto;
  text-align: right;
}
#sec7 .slick-dots li button {
  border-color: #fff;
}

#sec7 .slick-dots li.slick-active button {
  background: #ffffff;
}

#sec7 .slick-arrow {
  background: url(../img/cafe/left1.jpg) no-repeat center;
  background-size: 36px;
  width: 47px;
  height: 47px;
  position: absolute;
  bottom: inherit;
  top: 26vw;
}

#sec7 .slick-arrow::before {
  display: none;
}

#sec7 .slick-arrow.slick-prev {
  right: -5%;
  background: url(../img/cafe/right1.jpg) no-repeat center;
  background-size: 36px;
  left: inherit;
}

#sec7 .slick-arrow.slick-next {
  left: -5%;
}

@media screen and (min-width: 767px) {
  #sec7 {
    padding: 0 50px 1px;
  }
  #sec7 .line-bg {
    position: relative;
    max-width: 1300px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 50px;
    padding-bottom: 140px;
  }
  #sec7 .line-bg::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #FFF;
  }
  #sec7 h2 {
    width: 494px;
    position: absolute;
    top: -50px;
    left: calc(50% - 247px);
  }
  #sec7 h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 52px;
  }
  #sec7 .note {
    text-align: center;
    margin: 20px 0 50px;
  }
  #sec7 .block {
    padding: 0;
    max-width: 1100px;
    margin: auto;
  }
  #sec7 .block .item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #sec7 .block .photo {
    width: 664px;
  }
  #sec7 .block dl {
    width: 470px;
    box-sizing: border-box;
    margin: 0 0 0 -35px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: relative;
    padding: 35px 40px 30px 40px;
    min-height: 400px;
  }
  #sec7 .block dl dt {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 32px;
  }
  #sec7 .block dl dt span {
    font-size: 20px;
  }
  #sec7 .block dl dd {
    line-height: 30px;
    font-size: 16px;
  }
  #sec7 .btn-link {
    margin: 50px 0 100px;
  }
  #sec7 .btn-link a {
    box-sizing: border-box;
    border: 1px solid #00afcc;
  }
  #sec7 .btn-link a:hover {
    border: 1px solid #FFF;
  }
  #sec7 .slick-dots {
    text-align: unset;
    top: auto;
    bottom: -68px;
    text-align: center;
  }
  #sec7 .slick-arrow {
    background-size: 47px;
    width: 47px;
    height: 47px;
    position: absolute;
    bottom: inherit;
    top: 238px;
    margin: 0 !important;
  }
  #sec7 .slick-arrow::before {
    display: none;
  }
  #sec7 .slick-arrow.slick-prev {
    right: -37px;
    background-size: 47px;
    left: inherit;
  }
  #sec7 .slick-arrow.slick-next {
    left: -37px;
  }
}

@media screen and (min-width: 1329px) {
  #sec7 .block {
    padding: 0;
    max-width: 1100px;
    margin: auto;
  }
  #sec7 .block .item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  #sec7 .block .photo {
    width: 664px;
  }
  #sec7 .block dl {
    width: 470px;
    box-sizing: border-box;
    margin: 0 0 0 -35px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: relative;
    padding: 45px 40px 70px 45px;
    min-height: 420px;
  }
  #sec7 .block dl dt {
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 46px;
  }
  #sec7 .block dl dt.lih {
    line-height: 36px;
  }
  #sec7 .block dl dt span {
    font-size: 20px;
  }
  #sec7 .block dl dd {
    line-height: 30px;
    font-size: 16px;
  }
}

/*******#sec8*******/
#sec8 {
  position: relative;
  z-index: 1;
}

#sec8 .floor1 {
  background: url(../img/cafe/floor_img1.jpg) no-repeat center;
  background-size: cover;
}

#sec8 .floor2 {
  background: url(../img/cafe/floor_img2.jpg) no-repeat center;
  background-size: cover;
}

#sec8 .floor3 {
  background: url(../img/cafe/floor_img3.jpg) no-repeat center;
  background-size: cover;
}

#sec8 .item {
  padding-bottom: 24vw;
}

#sec8 .item h2 {
  padding: 10vw 18% 5vw;
}

#sec8 .item .map {
  margin: 0 5% 6vw;
}

#sec8 .item dl {
  margin: 0 5% 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  position: relative;
  padding: 25px 20px;
  color: #2a3f74;
}

#sec8 .item dl dt {
  text-align: center;
  font-size: 6vw;
  margin-bottom: 5vw;
  line-height: 30px;
}

#sec8 .item dl dt span {
  font-size: 3.5vw;
}

#sec8 .item dl dd {
  line-height: 24px;
  min-height: 120px;
}

#sec8 .slick-dots {
  bottom: 35px;
}

#sec8 .slick-dots li button {
  border: 1px solid #ffffff;
  background: #FFF;
  width: 45px;
  height: 8px;
  border-radius: 0;
}

#sec8 .slick-dots li.slick-active button {
  background: #2b3f76;
  border: 1px solid #2b3f76;
}

@media screen and (min-width: 767px) {
  #sec8 {
    position: relative;
    z-index: 1;
  }
  #sec8 .item {
    padding-bottom: 45px;
    min-height: 755px;
  }
  #sec8 .item h2 {
    padding: 35px 0 0;
    text-align: center;
    margin: auto;
    width: 331px;
  }
  #sec8 .item .map {
    margin: 0 0 0 20px;
    width: 620px;
    position: relative;
    z-index: 3;
  }
  #sec8 .item .box {
    max-width: 1500px;
    margin: auto;
  }
  #sec8 .item dl {
    margin: -68px 0 0 560px;
    width: 520px;
    min-height: 260px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: relative;
    padding: 30px 20px 40px;
    color: #2a3f74;
    text-align: center;
  }
  #sec8 .item dl dt {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 42px;
  }
  #sec8 .item dl dd {
    line-height: 30px;
    min-height: auto;
    font-size: 15px;
  }
  #sec8 .slick-dots {
    bottom: 195px;
    text-align: left;
    margin-left: 250px;
  }
  #sec8 .slick-dots li button {
    border: 1px solid #ffffff;
    background: #FFF;
    width: 50px;
    height: 8px;
    border-radius: 0;
    margin: 0 2px;
  }
  #sec8 .slick-dots li.slick-active button {
    background: #2b3f76;
    border: 1px solid #2b3f76;
  }
}

@media screen and (min-width: 1329px) {
  #sec8 .item .map {
    margin: 0 0 0 100px;
    width: 670px;
    position: relative;
    z-index: 3;
  }
  #sec8 .item dl {
    margin: -88px 0 0 730px;
    width: 540px;
    min-height: 260px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    position: relative;
    padding: 30px 20px 40px;
    color: #2a3f74;
    text-align: center;
  }
  #sec8 .item dl dt {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 42px;
  }
  #sec8 .item dl dt span {
    font-size: 3.5vw;
  }
  #sec8 .item dl dd {
    line-height: 30px;
    min-height: auto;
    font-size: 16px;
  }
  #sec8 .slick-dots {
    bottom: 195px;
    text-align: left;
    margin-left: 370px;
  }
}

#shopinfo .blk2 h2 {
  margin: -20vw 10% 10vw;
}

#shopinfo .blk2 .logo-shop {
  margin: 0 5% 5vw;
}

#shopinfo .blk2 .gr {
  padding-bottom: 5vw;
}

#shopinfo .blk2 .gr dl {
  text-align: center;
  margin: 0 10% 5vw;
  background: #FFF;
  padding: 25px 20px;
}

#shopinfo .blk2 .gr dl dt {
  font-size: 20px;
}

#shopinfo .blk2 .gr dl dd {
  line-height: 20px;
  font-size: 12px;
}

#google-map .box {
  width: 100%;
  height: 480px;
}

#google-map .box iframe {
  width: 100%;
  height: 100%;
}

#google-map #sns-map {
  padding: 10vw 5% 14vw;
}

#google-map #sns-map ul li {
  margin-bottom: 5vw;
}

#google-map #sns-map ul li .btn-style1 {
  border-radius: 0;
  box-shadow: 3px 3px 0 #2b3f76;
}

#google-map #sns-map .btn-share {
  display: none;
}

@media screen and (min-width: 767px) {
  #shopinfo .blk2 {
    padding: 0 0 70px;
  }
  #shopinfo .blk2 h2 {
    margin: -95px auto 25px;
    width: 758px;
  }
  #shopinfo .blk2 .logo-shop {
    margin: 0 0 25px;
    text-align: center;
  }
  #shopinfo .blk2 .gr {
    margin-top: 82px;
    padding-bottom: 0;
  }
  #shopinfo .blk2 .gr dl {
    text-align: center;
    margin: 0 100px 50px;
    background: #FFF;
    padding: 10px 10px 30px;
  }
  #shopinfo .blk2 .gr dl dt {
    font-size: 38px;
    line-height: 72px;
  }
  #shopinfo .blk2 .gr dl dd {
    line-height: 25px;
    font-size: 18px;
  }
  #google-map .box {
    height: 600px;
  }
  #google-map #sns-map {
    padding: 80px 70px 100px;
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;
  }
  #google-map #sns-map ul {
    display: flex;
    justify-content: space-between;
  }
  #google-map #sns-map ul li {
    margin-bottom: 20px;
  }
  #google-map #sns-map ul li .btn-style1 {
    border-radius: 0;
    box-shadow: 4px 4px 0 #2b3f76;
    width: 370px;
  }
  #google-map #sns-map ul li .btn-style1:hover {
    box-shadow: 4px 4px rgba(43, 63, 118, 0);
  }
  #google-map #sns-map .btn-share {
    display: block;
    width: 370px;
    text-align: center;
  }
  #google-map #sns-map .btn-share a {
    text-decoration: underline;
  }
  #google-map #sns-map .btn-share a:hover {
    text-decoration: none;
  }
}
