header .logo {
  left: 12%;
  top: 27vw;
}
header .slide-right {
  width: 53%;
  margin-left: auto;
}
header .slide-left {
  width: 53%;
}
header .key-txt {
  text-align: end;
}
header .key-txt p:nth-child(1) {
  margin-bottom: 10vw;
  font-size: 5.3vw;
  line-height: 2;
  letter-spacing: 0.2em;
}
header .key-txt p:nth-child(2) {
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.28em;
  display: inline-flex;
  align-items: center;
}
header .key-txt p:nth-child(2):before {
  content: "";
  width: 1px;
  height: 17vw;
  display: block;
  background-color: #000;
  margin-bottom: 3vw;
}
header .key-txt p:nth-child(2) span {
  font-size: 7.6vw;
}
@media only screen and (max-width: 767px) {
  header .key-txt {
    position: absolute;
    z-index: 1;
    bottom: 10vw;
    right: 12%;
  }
  header .key-txt p:nth-child(1) span {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  header {
    padding-top: 154px;
  }
  header h1{
    max-width: 500px;
  }
  header .header-pc {
    top: 25px;
  }
  header .contact-global {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    top: 171px;
    left: 70px;
    z-index: 1;
    background: none;
    padding: 0;
    width: auto;
    height: auto;
  }
  header .contact-global .tel {
    text-align: left;
    letter-spacing: 1px;
  }
  header .contact-global .tel .df {
    margin-top: -5px;
  }
  header .contact-global .btn_reserve {
    margin: 8px 0 0 35px;
    width: 216px;
    height: 47px;
  }
  header .contact-global .btn_reserve i {
    margin-right: 10px;
  }
  header h1 {
    left: 70px;
    top: 260px;
  }
  header .logo {
    width: 168px;
    left: 50%;
    transform: translateX(-50%);
    top: 41px;
  }
  header .slide-right {
    order: 2;
  }
  header .slide-left, header .slide-right {
    width: calc(50% - 150px);
    height: 930px;
  }
  header .slide-left .slide-fade, header .slide-right .slide-fade {
    height: 100%;
  }
  header .slide-left img, header .slide-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }
  header .slide-left {
    margin-top: 166px;
  }
  header .key-txt {
    position: absolute;
    bottom: 63px;
    left: calc(50% - 81px);
  }
  header .key-txt p:nth-child(1) {
    margin-bottom: 98px;
    font-size: 40px;
    line-height: 93px;
    letter-spacing: 8px;
  }
  header .key-txt p:nth-child(2) {
    font-size: 45px;
    line-height: 79px;
    letter-spacing: 13px;
  }
  header .key-txt p:nth-child(2):before {
    height: 180px;
    margin-bottom: 25px;
  }
  header .key-txt p:nth-child(2) span {
    font-size: 57px;
    letter-spacing: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  header h1{
    width: calc(50% - 150px);
    left: 35px;
  }
  header .contact-global {    
    left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .slide-left, header .slide-right {
    width: calc(50% - 120px);
  }
  header .contact-global {
    display: block !important;
  }
  header .contact-global .btn_reserve {
    margin-left: 0;
  }
  header h1{    
    top: 275px;    
  }
  header .contact-global {
    top: 145px;    
  }
}

#news {
  margin: 9vw 2.7% 0;
  border: 1px solid var(--border);
  box-sizing: border-box;
  padding: 7vw 8% 4vw;
}
#news h2 {
  font-size: 6.3vw;
  line-height: 1;
}
#news .news-ttl {
  align-items: center;
}
#news .news-link {
  display: inline-block;
  background: url("../img/index/icon_popup.png") no-repeat center right/12px auto;
  font-size: 15px;
  padding-right: 28px;
  position: relative;
  line-height: 1.7;
}
#news .news-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  transition: ease 0.3s;
}
#news .news-link:hover {
  text-decoration: none;
}
#news .news-link:hover:after {
  opacity: 0;
}
#news #feed {
  line-height: 26px;
  text-align: left;
  margin-top: 3vw;
}
#news #feed .date {
  font-size: 11px;
  width: 92px;
}
#news #feed a {
  display: block;
  width: calc(100% - 91px);
  transition: ease 0.3s;
}
#news #feed a:hover {
  text-decoration: underline;
}
#news #feed .row {
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
}
#news #feed .row:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 14px;
  background: var(--border);
}
@media only screen and (min-width: 768px) {
  #news {
    position: absolute;
    bottom: -25px;
    right: -1px;
    margin: 0;
    width: 530px;
    padding: 30px 20px 18px 54px;
  }
  #news h2 {
    font-size: 27px;
  }
  #news .news-ttl {
    align-items: center;
    width: 336px;
  }
  #news .news-link {
    background: url("../img/index/icon_popup.png") no-repeat center right/14px auto;
    font-size: 17px;
    padding-right: 30px;
    line-height: 26px;
    margin-top: -8px;
  }
  #news #feed {
    margin-top: 12px;
  }
  #news #feed .date {
    font-size: 13px;
    width: 107px;
  }
  #news #feed a {
    width: calc(100% - 107px);
  }
  #news #feed .row {
    padding-left: 27px;
    margin-top: 5px;
  }
  #news #feed .row:before {
    width: 15px;
  }
}

#sec1 {
  margin: 18vw 0 25vw;
  position: relative;
  z-index: 1;
}
#sec1:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 253vw;
  background-color: #d1cfcb;
  bottom: -178vw;
  right: 0;
  transform: rotate(-53deg);
}
#sec1:after {
  content: "";
  position: absolute;
  background: url("../img/shared/bg_900.jpg") repeat center;
  right: 0;
  width: 27vw;
  height: 96vw;
  bottom: -65vw;
  z-index: -1;
}
#sec1 h2 {
  position: relative;
  z-index: 1;
}
#sec1 .ttl-big {
  margin-top: 2vw;
  border-bottom: 1px solid var(--border);
  display: inline-block;
}
#sec1 .sec1-txt1 {
  letter-spacing: 1.39em;
  margin-top: 1vw;
}
#sec1 .sec1-logo {
  width: 17.3vw;
  margin: 7vw 0 0 1vw;
  position: relative;
  z-index: 1;
}
#sec1 .sec1-img1 {
  margin: -29vw -7% 4vw -8%;
}
#sec1 .btn-line {
  margin: 11vw 0 14vw;
}
#sec1 .sec1-img2 {
  width: 65.8%;
  margin-left: -10%;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    margin: 75px 0 203px;
    padding: 0 30px;
  }
  #sec1:before {
    right: auto;
    left: 500px;
    height: 1141px;
    bottom: -592px;
    transform: rotate(-54deg);
  }
  #sec1:after {
    width: calc(50% - 296px);
    height: 900px;
    bottom: -620px;
  }
  #sec1 h2 {
    padding-top: 109px;
  }
  #sec1 .ttl-big {
    margin-top: 42px;
    padding-bottom: 16px;
  }
  #sec1 .sec1-txt1 {
    letter-spacing: 22px;
    margin: 8px 0 0 13px;
  }
  #sec1 .sec1-logo {
    width: 130px;
    margin: 16px 0 0 87px;
  }
  #sec1 .sec1-img1 {
    margin: 0;
    position: absolute;
    top: 0;
    right: -250px;
  }
  #sec1 .btn-line {
    margin: 79px 0 0;
  }
  #sec1 .df-pc {
    align-items: flex-end;
  }
  #sec1 .sec1-img2 {
    width: 494px;
    margin: 75px 0 0 -180px;
    order: -1;
  }
  #sec1 .sec1-info {
    width: 546px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  #sec1:before{
    left: 31vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1:before{
    left: 25vw;
  }
}
#sec2 {
  position: relative;
  z-index: 1;
}
#sec2 h2 {
  font-weight: 400;
  text-align: right;
  margin: 0 2% 14vw 0;
  font-size: 7.6vw;
  letter-spacing: 0.28em;
}
#sec2 h2 span {
  font-size: 79%;
}
#sec2 .sec2-1 {
  position: relative;
  margin-bottom: 10vw;
}
#sec2 .sec2-txt1 {
  position: absolute;
  color: #fff;
  right: 6%;
  bottom: -15vw;
}
#sec2 .sec2-txt1 span {
  color: #000;
}
#sec2 .ttl-en {
  letter-spacing: 0.58em;
  margin-left: 5%;
}
#sec2 .ttl-big {
  margin: 4vw 0 5vw 4%;
  position: relative;
  z-index: 0;
}
#sec2 .ttl-big:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100vw;
  background-color: #d1cfcb;
  top: -27vw;
  left: 0;
  transform: rotate(53deg);
  z-index: -1;
}
#sec2 .sec2-img2 {
  margin-left: -14%;
  margin-right: -7%;
}
#sec2 .sec2-txt2 {
  margin: 8vw 0 11vw;
}
#sec2 .sec2-2 {
  position: relative;
  padding-bottom: 27vw;
}
#sec2 .sec2-deco {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 14vw;
  left: -76%;
}
#sec2 .sec2-img3 {
  margin: 0 -10% 13vw auto;
  width: 93%;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 0 30px;
  }
  #sec2 h2 {
    margin: 0 auto 80px;
    font-size: 57px;
    letter-spacing: 15px;
    max-width: 1260px;
  }
  #sec2 h2 span {
    font-size: 45px;
  }
  #sec2 .sec2-1 {
    margin-bottom: 268px;
  }
  #sec2 .sec2-img1 {
    width: calc(100% - 40px);
    margin-left: -30px;
    height: 800px;
  }
  #sec2 .sec2-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec2 .sec2-txt1 {
    left: 50%;
    right: auto;
    width: 513px;
    bottom: -107px;
    letter-spacing: 11px;
  }
  #sec2 .sec2-txt1 span:nth-child(1) {
    color: #fff;
  }
  #sec2 .ttl-en {
    letter-spacing: 11px;
    margin-left: 612px;
  }
  #sec2 .ttl-big {
    margin: 0;
    position: absolute;
    top: -666px;
    left: 50%;
    width: 340px;
    letter-spacing: 22px;
  }
  #sec2 .ttl-big:before {
    height: 550px;
    top: auto;
    bottom: -319px;
    left: 325px;
    transform: rotate(-56deg);
  }
  #sec2 .ttl-big span {
    color: #fff;
    font-size: 100%;
  }
  #sec2 .sec2-img2 {
    margin: 0;
    position: absolute;
    top: -295px;
    left: -494px;
  }
  #sec2 .sec2-txt2 {
    margin: 78px 0 86px auto;
    width: 590px;
  }
  #sec2 .sec2-2 {
    padding-bottom: 195px;
    align-items: center;
  }
  #sec2 .sec2-deco {
    width: 986px;
    bottom: -80px;
    left: -500px;
  }
  #sec2 .sec2-img3 {
    margin: 0 -75px 0 auto;
    width: 666px;
    order: 2;
  }
  #sec2 .btn-line {
    width: 382px;
    margin: 12px 0 0 -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1480px) {
  #sec2 h2 {
    max-width: inherit;
  }
  #sec2 .sec2-img1 {
    width: calc(100% + 10px);
  }
  #sec2 .sec2-txt1 {
    left: auto;
    right: 100px;
  }
  #sec2 .ttl-big {
    width: auto;
    left: 58vw;
  }
}

#sec3 {
  position: relative;
  z-index: 2;
  margin-bottom: 30vw;
}
#sec3:before {
  content: "";
  position: absolute;
  background: url("../img/shared/bg_900.jpg") repeat center;
  top: 0;
  left: 0;
  width: 37vw;
  height: 151vw;
  z-index: -1;
}
#sec3 .sec3-ttl {
  margin: 10vw 0 8vw 10%;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
}
#sec3 .ttl-en {
  letter-spacing: 0.7em;
  position: relative;
  margin-right: 6%;
}
#sec3 .ttl-en:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
#sec3 .ttl {
  line-height: 1;
  font-size: 4.4vw;
}
#sec3 .ttl-big {
  font-size: 7.6vw;
  margin-top: 2vw;
}
#sec3 .ttl-big span {
  font-size: 79%;
}
#sec3 .sec3-txt {
  margin: 8vw 0;
}
@media only screen and (max-width: 767px) {
  #sec3 .sec3-ttl {
    justify-content: space-between;
  }
  #sec3 .ttl-en {
    writing-mode: vertical-lr;
  }
  #sec3 h2 {
    width: calc(94% - 5vw);
  }
}
@media only screen and (min-width: 768px) {
  #sec3 {
    margin-bottom: 118px;
  }
  #sec3:before {
    top: 488px;
    left: 0;
    width: calc(50% + 257px);
    height: 503px;
  }
  #sec3 .sec3-1 {
    margin: 0 auto 87px;
    max-width: 1300px;
    position: relative;
  }
  #sec3 .sec3-bg {
    width: 100%;
    height: 700px;
  }
  #sec3 .sec3-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec3 .sec3-ttl {
    margin: 0;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 966px;
    top: 143px;
    align-items: center;
    justify-content: flex-end;
  }
  #sec3 .ttl-en {
    letter-spacing: 11px;
    position: relative;
    margin: 0 2px 40px 0;
  }
  #sec3 .ttl-en:before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  #sec3 .ttl {
    font-size: 33px;
    letter-spacing: 9px;
  }
  #sec3 .ttl-big {
    font-size: 57px;
    margin: 0 25px 0 0;
    letter-spacing: 16px;
  }
  #sec3 .ttl-big span {
    font-size: 45px;
  }
  #sec3 .sec3-txt {
    margin: 0 0 78px;
  }
  #sec3 .sec3-img {
    width: 50%;
  }
  #sec3 .sec3-img .fade-slider > div:nth-child(1) {
    margin-bottom: 34px;
  }
  #sec3 .sec3-info {
    width: 333px;
    margin-top: 68px;
  }
  #sec3 .btn-line {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sec3 .sec3-ttl {
    width: calc(100% - 100px);
  }
  #sec3 .sec3-info {
    box-sizing: border-box;
    padding-right: 50px;
    width: 383px;
  }
}

#sec4 {
  margin-bottom: 28vw;
  position: relative;
  z-index: 1;
}
#sec4:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 136vw;
  background-color: #d1cfcb;
  top: -50vw;
  left: 0;
  transform: rotate(53deg);
}
#sec4 .sec4-ttl {
  background: url("../img/shared/bg_black.jpg") repeat center;
  color: #fff;
  text-align: center;
  margin: -15vw auto 7vw;
  width: 83%;
  position: relative;
  z-index: 1;
  padding: 14vw 0 10vw;
}
#sec4 .ttl {
  line-height: 1;
  font-size: 4.4vw;
}
#sec4 .ttl-big {
  font-size: 7.6vw;
  margin-top: 2vw;
}
#sec4 .ttl-big span {
  font-size: 79%;
}
#sec4 .ttl-en {
  letter-spacing: 0.7em;
  position: relative;
  display: inline-block;
  margin-top: 6vw;
}
#sec4 .ttl-en:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#sec4 .sec4-txt {
  margin: 13vw 0 7vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    margin-bottom: 211px;
  }
  #sec4:before {
    height: 1500px;
    top: -669px;
    left: 331px;
    transform: rotate(52deg);
  }
  #sec4 .sec4-1 {
    position: relative;
    margin-bottom: 120px;
  }
  #sec4 .sec4-bg {
    width: calc(100% - 100px);
    margin-left: auto;
    height: 600px;
  }
  #sec4 .sec4-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec4 .sec4-ttl {
    position: absolute;
    margin: 0;
    width: 619px;
    height: 400px;
    padding: 115px 0 0;
    box-sizing: border-box;
    top: 264px;
    left: calc(50% + 59px);
  }
  #sec4 .ttl {
    font-size: 33px;
    letter-spacing: 9px;
  }
  #sec4 .ttl-big {
    font-size: 57px;
    margin-top: 23px;
    letter-spacing: 16px;
  }
  #sec4 .ttl-big span {
    font-size: 45px;
  }
  #sec4 .ttl-en {
    letter-spacing: 11px;
    margin-top: 35px;
  }
  #sec4 .sec4-2 {
    align-items: flex-end;
  }
  #sec4 .sec4-img {
    order: 2;
  }
  #sec4 .sec4-txt {
    margin: 0;
    height: 387px;
  }
  #sec4 .btn-line {
    width: 100%;
    margin-bottom: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1480px) {
  #sec4 .sec4-bg {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  #sec4 .sec4-ttl {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sec4 .sec4-info {
    margin-left: 50px;
  }
}

#sec5 {
  background: url("../img/shared/bg_800.jpg") repeat center;
  margin: 0 6% 33vw;
  position: relative;
  padding: 4vw 0 12vw;
}
#sec5:before, #sec5:after {
  content: "";
  position: absolute;
  left: -3vw;
  right: -3vw;
  border: 1px solid #000;
  height: 15vw;
}
#sec5:before {
  border-bottom: none;
  top: -3vw;
}
#sec5:after {
  border-top: none;
  bottom: -3vw;
}
#sec5 .ttl-en {
  text-align: center;
  position: relative;
  top: -10.4vw;
  letter-spacing: 0.5em;
}
#sec5 .ttl {
  text-align: center;
}
#sec5 .sec5-img {
  margin: 6vw auto 7vw;
  width: 85%;
}
#sec5 .sec5-btn {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    margin: 0 auto 216px;
    max-width: 1170px;
    padding: 50px 30px 106px;
    box-sizing: border-box;
  }
  #sec5:before, #sec5:after {
    left: -15px;
    right: -15px;
    height: 114px;
  }
  #sec5:before {
    top: -15px;
  }
  #sec5:after {
    bottom: -15px;
  }
  #sec5 .ttl-en {
    top: -89px;
    letter-spacing: 12px;
  }
  #sec5 .ttl {
    margin-bottom: 54px;
  }
  #sec5 .df-pc {
    align-items: center;
  }
  #sec5 .sec5-img {
    margin: 0;
    width: 43%;
  }
  #sec5 .sec5-info {
    width: 43%;
  }
  #sec5 .sec5-btn {
    margin-top: 40px;
    width: 90%;
    max-width: 370px;
  }
  #sec5 .sec5-btn .btn-line {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  #sec5{
    margin: 0 80px 106px;
  }
  #sec5 .wrap{
    max-width: 880px;
  }
  #sec5 .sec5-info{
    width: 50%;
  }
  #sec5 .sec5-img{
    width: 45%;
  }
}

#shopinfo {
  background: url("../img/index/shopinfo_bg_sp.png") no-repeat center top/100% auto;
  margin-bottom: 27vw;
  padding-top: 19vw;
}
#shopinfo .shopinfo-inner {
  margin: 0 6%;
}
#shopinfo .shopinfo-logo {
  margin: 0 auto;
  width: 31%;
}
#shopinfo .tel {
  margin: 7vw 0 4vw;
}
#shopinfo .tel .df i {
  margin-bottom: 1px;
}
#shopinfo .tel small {
  letter-spacing: 0.4px;
  line-height: 2;
  display: block;
}
#shopinfo .btn_reserve {
  margin: 0 auto;
  width: 270px;
}
#shopinfo .info {
  margin: 10vw 0 14vw;
  text-align: left;
}
#shopinfo .info dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
}
#shopinfo .shopinfo-box {
  position: relative;
  padding: 9vw 0;
  margin-bottom: 14vw;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.5px;
}
#shopinfo .shopinfo-box:before, #shopinfo .shopinfo-box:after {
  content: "";
  position: absolute;
  left: -3vw;
  right: -3vw;
  border: 1px solid #000;
  height: 15vw;
}
#shopinfo .shopinfo-box:before {
  border-bottom: none;
  top: 0;
}
#shopinfo .shopinfo-box:after {
  border-top: none;
  bottom: 0;
}
#shopinfo .shopinfo-box h3 {
  text-align: center;
  font-size: 5.1vw;
  letter-spacing: 0.28em;
  margin-bottom: 4vw;
}
#shopinfo .shopinfo-box ul {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  margin-left: 50px;
  text-align: left;
  padding-top: 5px;
}
#shopinfo .shopinfo-box ul:before {
  content: "";
  position: absolute;
  background: url("../img/index/line.png") repeat-y top left/auto 3px;
  left: 0;
  top: -16px;
  width: 1px;
  height: calc(100% - 21px);
}
#shopinfo .shopinfo-box ul li {
  padding-top: 14px;
  padding-left: 20px;
  position: relative;
}
#shopinfo .shopinfo-box ul li:before {
  content: "";
  position: absolute;
  background: url("../img/index/shopinfo_arrow.png") no-repeat top left/10px auto;
  left: -4px;
  top: 23px;
  width: 10px;
  height: 6px;
}
#shopinfo .shopinfo-box ul li:last-child:before {
  background: #000;
  left: -3px;
  top: 22px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
#shopinfo .shopinfo-txt1 {
  text-align: center;
  margin-top: 5vw;
}
#shopinfo .shopinfo-txt2 {
  border: 1px solid var(--border);
  margin: 0 auto;
  width: 94%;
  background: url("../img/index/car.png") no-repeat 15px center/45px auto;
  padding: 9px 0 8px 75px;
}
#shopinfo #gmap {
  margin: 0 6%;
  filter: grayscale(100%);
}
#shopinfo #gmap iframe {
  width: 100%;
  height: 100%;
}
#shopinfo #gmap .gmap {
  height: 330px;
  margin-bottom: 7vw;
}
#shopinfo .btn_fade {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/index/btn_fade.jpg") no-repeat center;
  width: 100%;
  height: 54px;
  font-size: 16px;
  transition: ease 0.3s;
}
#shopinfo .btn_fade i {
  margin-right: 10px;
  width: 14px;
  background: url("../img/index/pin_white.png") no-repeat center/100% auto;
}
#shopinfo .btn_fade i img {
  transition: ease 0.3s;
}
#shopinfo .btn_fade:hover {
  color: #fff;
}
#shopinfo .btn_fade:hover i img {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #shopinfo h2 {
    margin-top: 11vw;
    margin-bottom: 9vw;
    text-align: center;
    padding-top: 5vw;
  }
  #shopinfo h2 .ttl {
    letter-spacing: 0.21em;
    margin-bottom: 2vw;
  }
  #shopinfo h2:before {
    left: 39%;
  }
}
@media only screen and (min-width: 768px) {
  #shopinfo {
    background: url("../img/index/shopinfo_bg.png") repeat-x center top, url("../img/index/shopinfo_bg2.jpg") repeat center top;
    padding-bottom: 148px;
    padding-top: 0;
    margin-bottom: 0;
    position: relative;
  }
  #shopinfo #gmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: calc(100vh - 100px);
    margin: 0;
    z-index: 1;
  }
  #shopinfo #gmap .gmap {
    height: 100%;
    width: 100%;
  }
  #shopinfo #gmap.fixed {
    position: fixed;
    top: 100px;
  }
  #shopinfo #gmap.end {
    top: auto;
    bottom: 0;
  }
  #shopinfo .shopinfo-right {
    width: 50%;
    margin-left: auto;
    position: relative;
    padding: 110px 30px 0;
    box-sizing: border-box;
  }
  #shopinfo .shopinfo-inner {
    margin: 0 auto;
    max-width: 550px;
  }
  #shopinfo .shopinfo-logo {
    width: 164px;
  }
  #shopinfo .btn_reserve {
    width: 310px;
  }
  #shopinfo .btn_reserve i {
    margin-right: 10px;
  }
  #shopinfo .tel {
    margin: 31px 0 21px;
  }
  #shopinfo .tel .df {
    margin-top: -4px;
  }
  #shopinfo .tel small {
    line-height: 1.5;
  }
  #shopinfo .info {
    margin: 89px 0 92px;
  }
  #shopinfo .info dl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 26px;
    font-size: 16px;
  }
  #shopinfo .info dl dt {
    width: 118px;
  }
  #shopinfo .info dl dd {
    width: calc(100% - 118px);
  }
  #shopinfo .shopinfo-box {
    padding: 45px 0 43px;
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.5px;
  }
  #shopinfo .shopinfo-box:before, #shopinfo .shopinfo-box:after {
    left: 0;
    right: 0;
    height: 65px;
  }
  #shopinfo .shopinfo-box h3 {
    font-size: 22px;
    letter-spacing: 6px;
    margin-bottom: 31px;
  }
  #shopinfo .shopinfo-box ul {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 84%;
    text-align: left;
    padding-top: 5px;
    padding-left: 9%;
  }
  #shopinfo .shopinfo-box ul:before {
    background: url("../img/index/line.png") repeat-y top left;
    left: 49px;
  }
  #shopinfo .shopinfo-box ul li {
    padding-top: 16px;
    padding-left: 40px;
    position: relative;
  }
  #shopinfo .shopinfo-box ul li:before {
    background: url("../img/index/shopinfo_arrow.png") no-repeat top left;
    left: -6px;
    width: 12px;
    height: 7px;
  }
  #shopinfo .shopinfo-box ul li:last-child:before {
    background: #000;
    left: -3px;
    top: 22px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  #shopinfo .shopinfo-txt1 {
    margin-top: 0;
    letter-spacing: 2.5px;
  }
  #shopinfo .shopinfo-txt2 {
    margin: 40px auto 0;
    width: 82.4%;
    background: url("../img/index/car.png") no-repeat 18px center;
    padding: 11px 0 8px 82px;
    font-size: 16px;
  }
  #shopinfo .btn_fade {
    height: 61px;
    font-size: 19px;
    margin-bottom: 19px;
  }
  #shopinfo .btn_fade i {
    margin-right: 10px;
    width: 16px;
  }
  #shopinfo .shopinfo-btn {
    margin: 0 auto;
    width: 400px;
    position: relative;
  }
  #shopinfo .shopinfo-btn:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
    height: 1px;
    width: 100%;
    background-color: #000;
    transform: translateX(-100%);
  }
  #shopinfo .shopinfo-btn .df {
    justify-content: center;
  }
  #shopinfo .shopinfo-btn .df a {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 17px;
  }
  #shopinfo .shopinfo-btn .df a i {
    width: 28px;
    margin-left: 10px;
  }
  #shopinfo .shopinfo-btn .df a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/*# sourceMappingURL=index.css.map */
