@media screen and (min-width: 768px) {
  #key .js-key li {
    height: 950px;
    display: block !important;
  }
}

#news {
  background: url(../img/index/news_deco_sp.jpg) no-repeat center 0/100%;
  padding: 15vw 3% 10vw;
  position: relative;
}
#news h2 {
  font-weight: 600;
  font-size: 7vw;
  padding-bottom: 3vw;
}
#news h2 span {
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-left: 3vw;
  font-size: 4vw;
}
#news .rss dl {
  display: flex;
  justify-content: space-between;
  color: #333;
  margin-bottom: 20px;
}
#news .rss dl dd {
  width: calc(68% - 10px);
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#news .rss dl dd span {
  font-size: 10px;
  letter-spacing: 0.06em;
}
#news .rss dl dd a {
  font-size: 12px;
  color: #a40b2e;
  text-decoration: underline;
}
#news .rss dl dd a:hover {
  text-decoration: none;
}
#news .rss dl dt {
  margin-bottom: 10px;
  width: 32%;
}
#news .rss dl dt span {
  box-sizing: border-box;
  width: 100% !important;
  height: 24vw !important;
}
#news .sns {
  position: relative;
  padding: 31vw 0 0;
}
#news .sns:before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  width: 87vw;
  transform: rotate(12deg);
  left: 3%;
  top: 18vw;
}
#news .sns dt {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
}
#news .sns dd {
  width: 40px;
  margin: 0 auto;
}
#news .bnr-more a {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #news {
    background: url(../img/index/news_deco.jpg) no-repeat right 0;
    padding: 0 20px;
    position: relative;
  }
  #news .wrap {
    min-height: 406px;
    padding: 55px 0 0;
  }
  #news h2 {
    font-size: 28px;
    padding-bottom: 20px;
    position: relative;
    letter-spacing: 0.1em;
  }
  #news h2:before {
    content: "";
    border-top: 1px solid;
    width: 39px;
    position: absolute;
    top: 21px;
    left: -62px;
  }
  #news h2 span {
    padding-left: 10px;
    font-size: 16px;
  }
  #news .bnr-more {
    position: absolute;
    top: 70px;
    left: calc(50% + 210px);
  }
  #news .bnr-more a {
    font-size: 14px;
    letter-spacing: 0.1em;
    gap: 10px;
  }
  #news #feed {
    display: flex;
    justify-content: space-between;
    width: 780px;
  }
  #news .rss dl {
    width: 358px;
    margin-bottom: 0px;
  }
  #news .rss dl dd {
    width: 190px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 25px;
    margin: -9px 0 0;
  }
  #news .rss dl dd span {
    font-size: 12px;
  }
  #news .rss dl dd a {
    font-size: 14px;
  }
  #news .rss dl dt {
    margin-bottom: 10px;
    width: 150px;
  }
  #news .rss dl dt a:hover {
    opacity: 0.8;
  }
  #news .rss dl dt span {
    height: 113px !important;
  }
  #news .sns {
    position: absolute;
    padding: 0px 0 0;
    right: 3px;
    top: 107px;
  }
  #news .sns:before {
    border-top: none;
    width: auto;
    height: 180px;
    transform: rotate(15deg);
    left: -52px;
    top: -34px;
    border-left: 1px solid;
  }
  #news .sns dt {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    padding-bottom: 16px;
    letter-spacing: 0.1em;
  }
  #news .sns dd {
    width: 34px;
  }
  #news .sns dd img {
    width: 100%;
    height: auto;
  }
}

#lead {
  position: relative;
  padding: 10vw 0 80vw;
}
#lead:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23vw;
  height: 200vw;
  background: url(../img/index/lead_bg_sp.jpg) no-repeat center bottom/100%;
}
#lead h2 {
  letter-spacing: 0.2em;
  font-size: 9.5vw;
  line-height: 1.8;
  margin: 0 auto;
  height: 100vw;
  white-space: nowrap;
}
#lead h2 span {
  letter-spacing: 0.2em;
  display: inline-block;
  padding-top: 24vw;
}
#lead .photo {
  margin: 0 -5vw 10vw;
  position: relative;
  height: 69vw;
  overflow: visible;
}
#lead .photo:before {
  content: "";
  background: url(../img/shared/bg1.jpg) repeat 0 0;
  position: absolute;
  left: 0;
  top: -10vw;
  height: 20vw;
  right: 10%;
}
#lead .txt {
  padding: 0 3% 10vw;
}
#lead .txt p {
  padding-bottom: 15px;
}
#lead .photo-list {
  margin: 0 -5vw;
}
#lead .photo-list li {
  margin-bottom: 6vw;
}
#lead .photo-list li:first-child {
  width: 80%;
}
#lead .photo-list li:nth-child(2) {
  margin-left: 45%;
}
#lead .photo-list li:nth-child(3) {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #lead {
    position: relative;
    padding: 84px 0px 158px;
  }
  #lead:before {
    bottom: -100px;
    height: 951px;
    background: url(../img/index/lead_bg.jpg) no-repeat 0 bottom;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #lead:before {
    background-position: center bottom;
  }
}
@media screen and (min-width: 768px) {
  #lead .wrap {
    max-width: 1500px;
  }
  #lead h2 {
    font-size: 47px;
    line-height: 81px;
    margin: 0;
    position: absolute;
    top: 52px;
    left: calc(50% + 338px);
  }
  #lead h2 span {
    padding-top: 112px;
  }
  #lead .photo {
    margin: 0 0 70px 48px;
    height: 520px;
    padding-top: 0;
    margin-right: calc(50% - 248px);
    overflow: visible;
  }
  #lead .photo:before {
    content: "";
    background: url(../img/shared/bg1.jpg) repeat 0 0;
    position: absolute;
    left: -48px;
    top: -84px;
    height: auto;
    right: 56px;
    bottom: 84px;
  }
  #lead .info {
    position: relative;
  }
  #lead .txt {
    padding: 0;
    position: absolute;
    top: 32px;
    right: calc(50% - 11px);
  }
  #lead .txt p {
    padding: 0 0 0 40px;
  }
  #lead .photo-list {
    margin: 0 -5vw;
  }
  #lead .photo-list li {
    margin-bottom: 80px;
  }
  #lead .photo-list li:first-child {
    width: auto;
    height: 440px;
    margin-left: calc(50% + 75px);
  }
  #lead .photo-list li:nth-child(2) {
    margin-left: calc(50% - 76px);
    margin-bottom: 52px;
  }
  #lead .photo-list li:nth-child(3) {
    width: auto;
    margin: 0;
    margin-left: calc(50% - 409px);
  }
}

#recommended .lead {
  position: relative;
  padding: 23vw 0 0vw;
}
#recommended .lead h2 {
  white-space: nowrap;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-size: 9.5vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
}
#recommended .lead h2 .cl {
  color: #222;
  letter-spacing: 0.2em;
}
#recommended .lead h2 .cl span {
  color: #fff;
}
#recommended .lead h2 .t {
  letter-spacing: 0.2em;
  display: inline-block;
  padding-top: 36vw;
}
#recommended .counter {
  background: url(../img/index/counter_bg_sp.jpg) no-repeat 0 0/100%;
  position: relative;
  padding: 25vw 8% 10vw;
}
#recommended .counter h3 {
  font-size: 7vw;
  font-weight: 600;
  padding-bottom: 5vw;
  letter-spacing: 0.2em;
  text-align: right;
}
#recommended .banner-group {
  padding: 0 5%;
  position: relative;
  z-index: 2;
}
#recommended .banner-group .banner {
  margin-bottom: 5vw;
  position: relative;
  color: #fff;
  padding: 83vw 8% 10vw;
}
#recommended .banner-group .banner h3 {
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 8vw;
}
#recommended .banner-group .banner h3 span {
  letter-spacing: 0.2em;
  font-size: 3vw;
}
#recommended .banner-group .banner h3 .txt-latin {
  padding-top: 3vw;
}
#recommended .banner-group .banner .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#recommended .banner-group .banner .txt,
#recommended .banner-group .banner h3 {
  position: relative;
  z-index: 9;
}
#recommended .banner-group .banner .txt {
  color: inherit;
}
#recommended .banner-group .banner.bnr1 {
  background-color: #3d1909;
}
#recommended .banner-group .banner.bnr1 h3 {
  position: absolute;
  top: 5vw;
  right: 5%;
  z-index: 8;
}
#recommended .banner-group .banner.bnr1 h3 span {
  padding-right: 3vw;
}
#recommended .banner-group .banner.bnr2 {
  background-color: #000;
  padding-top: 10vw;
}
#recommended .banner-group .banner.bnr2 h3 {
  margin: 0 auto 10vw;
  color: #222;
}
#recommended .banner-group .banner.bnr2 .txt {
  padding: 32vw 4% 3vw;
}
#recommended .banner-group .banner.bnr3 {
  background-color: #dddbe6;
  color: #222;
  padding: 10vw 0 0vw;
}
#recommended .banner-group .banner.bnr3 .photo {
  position: static;
}
#recommended .banner-group .banner.bnr3 h3 {
  position: absolute;
  top: 15vw;
  right: 5%;
}
#recommended .banner-group .banner.bnr3 .txt {
  width: 75%;
  padding: 0 0 0 8%;
}
#recommended .banner-group .banner.bnr4 {
  background-color: #000000;
  padding: 10vw 0 0vw;
}
#recommended .banner-group .banner.bnr4 .photo {
  position: static;
}
#recommended .banner-group .banner.bnr4 h3 {
  position: absolute;
  top: 9vw;
  left: 5%;
}
#recommended .banner-group .banner.bnr4 .txt {
  padding: 2% 10% 0 25%;
  margin-bottom: -5vw;
}
#recommended .link {
  position: relative;
  padding: 10vw 10% 5vw;
}
#recommended .link:before {
  position: absolute;
  content: "";
  background: url(../img/shared/bg1.jpg) repeat center 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -25vw;
  z-index: -1;
}
#recommended .link li {
  margin-bottom: 10vw;
}
#recommended .banner-full {
  position: relative;
  color: #fff;
  height: 67vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 6.5vw;
  letter-spacing: 0.2em;
}
#recommended .banner-full:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #fff;
}
#recommended .banner-full:before {
  background-image: url(../img/index/recommended_bnr5_sp.jpg);
  background-size: cover;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#recommended .banner-full .bnr-more a {
  font-size: 17px;
}
#recommended .banner-full .bnr-more a:before {
  width: 10px;
  height: 10px;
}
#recommended .banner-full .bnr-more a span {
  width: 30px;
}
#recommended .banner-full dl {
  position: relative;
  z-index: 1;
}
#recommended .banner-full .link-pos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #recommended .lead {
    padding: 168px 0 0;
  }
  #recommended .lead .photo {
    height: 650px;
  }
  #recommended .lead h2 {
    font-size: 49px;
  }
  #recommended .lead h2 .cl span {
    color: #222;
  }
  #recommended .lead h2 .t {
    padding-top: 0;
  }
  #recommended .counter {
    background: url(../img/index/counter_bg.jpg) no-repeat 0 0;
    padding: 127px 20px 122px;
  }
  #recommended .counter .box {
    display: flex;
    justify-content: space-between;
    max-width: 1014px;
    margin: 0 auto;
  }
  #recommended .counter .txt {
    width: 598px;
  }
  #recommended .counter h3 {
    font-size: 32px;
    line-height: 64px;
    padding: 18px 0 0 7px;
    text-align: left;
  }
  #recommended .banner-group {
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }
  #recommended .banner-group .banner {
    margin-bottom: 0;
    padding: 0 !important;
    width: 61.0714%;
    height: 560px;
    background: none !important;
  }
  #recommended .banner-group .banner h3 {
    margin: 0;
    position: absolute;
    font-size: 42px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #recommended .banner-group .banner h3 span {
    font-size: 14px;
  }
  #recommended .banner-group .banner h3 .txt-latin {
    padding-top: 16px;
  }
  #recommended .banner-group .banner .photo {
    bottom: 0;
    position: absolute !important;
    z-index: 4;
  }
  #recommended .banner-group .banner .photo:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  #recommended .banner-group .banner .txt {
    position: absolute;
    opacity: 1;
    padding: 0;
    font-size: 17px;
    line-height: 39px;
    color: #fff !important;
    width: 283px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #recommended .banner-group .banner:hover {
    color: #fff !important;
  }
  #recommended .banner-group .banner:hover .txt {
    opacity: 1;
  }
  #recommended .banner-group .banner:hover .photo:before {
    opacity: 0.6;
  }
  #recommended .banner-group .banner:hover h3 {
    color: #fff !important;
  }
  #recommended .banner-group .banner.bnr1 {
    margin-bottom: 164px;
  }
  #recommended .banner-group .banner.bnr1 h3 {
    top: 50%;
    right: 64px;
    transform: translateY(-50%);
    line-height: 1;
    display: flex;
    align-items: center;
  }
  #recommended .banner-group .banner.bnr1 h3 span {
    padding: 10px 17px 0 0;
  }
  #recommended .banner-group .banner.bnr1 .txt {
    top: 168px;
    left: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1290px) {
  #recommended .banner-group .banner.bnr1 h3 {
    right: 20px;
  }
  #recommended .banner-group .banner.bnr1 .txt {
    left: 5%;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  #recommended .banner-group .banner.bnr2 {
    height: 720px;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(38.928% - 2px);
  }
  #recommended .banner-group .banner.bnr2 h3 {
    margin: 0;
    color: #222;
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
  }
  #recommended .banner-group .banner.bnr2 .txt {
    padding: 0;
    width: 304px;
    top: 340px;
  }
  #recommended .banner-group .banner.bnr4 {
    float: right;
  }
  #recommended .banner-group .banner.bnr4 .photo {
    position: static;
  }
  #recommended .banner-group .banner.bnr4 h3 {
    top: 64px;
    right: auto;
    left: 42px;
    color: #222;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  #recommended .banner-group .banner.bnr4 h3 span {
    padding: 6px 0 0px 13px;
  }
  #recommended .banner-group .banner.bnr4 .txt {
    width: 358px;
    padding: 0 0 0;
    top: 189px;
  }
  #recommended .banner-group .banner.bnr3 {
    position: absolute;
    width: calc(38.928% - 2px);
    bottom: 0;
    left: 0;
    height: 720px;
    top: auto;
  }
  #recommended .banner-group .banner.bnr3 .photo {
    position: static;
  }
  #recommended .banner-group .banner.bnr3 h3 {
    top: 35px;
    left: 48px;
    right: auto;
  }
  #recommended .banner-group .banner.bnr3 .txt {
    padding: 0;
    margin-bottom: 0;
    width: 308px;
    top: 348px;
  }
  #recommended .link {
    padding: 80px 20px 93px;
    display: flex;
    justify-content: center;
    gap: 150px;
  }
  #recommended .link:before {
    top: -100px;
  }
  #recommended .link li {
    margin: 0;
  }
  #recommended .banner-full {
    height: 500px;
    font-size: 34px;
    overflow: hidden;
  }
  #recommended .banner-full:before {
    background-image: url(../img/index/recommended_bnr5.jpg);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  #recommended .banner-full dt {
    padding-bottom: 15px;
  }
  #recommended .banner-full .bnr-more a {
    font-size: 14px;
    letter-spacing: 0.1em;
    gap: 9px;
  }
  #recommended .banner-full .bnr-more a span {
    width: 29px;
  }
  #recommended .banner-full:hover .bnr-more a span {
    right: -10px;
  }
  #recommended .banner-full:hover:before {
    transform: scale(1.1);
  }
}

#recruit {
  background: url(../img/index/recruit_bg_sp.png) no-repeat center 0/100%;
  position: relative;
  padding: 10vw 0 20vw;
}
#recruit .tit {
  text-align: right;
  font-weight: 700;
  position: relative;
  padding: 0 0 15vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  max-width: 1500px;
  margin: 0 auto;
}
#recruit .tit:after {
  content: "";
  width: 30px;
  border-top: 1px solid;
}
#recruit .wrap {
  padding: 53vw 0 0;
}
#recruit h2 {
  letter-spacing: 0.2em;
  font-size: 9.5vw;
  line-height: 1.8;
  margin: 0 auto 10vw;
  position: absolute;
  top: 0vw;
  left: 9%;
  z-index: 1;
}
#recruit h2 .t {
  display: inline-block;
  padding-top: 11vw;
}
#recruit h2 .cl {
  color: #fff;
}
#recruit h2 span {
  letter-spacing: 0.2em;
}
#recruit .info {
  padding: 5vw 8% 0;
}
#recruit .txt {
  padding-bottom: 5vw;
}
#recruit .photo-list li {
  width: 75%;
  margin: 0 0 0 8%;
}
#recruit .photo-list li:first-child {
  margin: 0 0 8vw 45%;
  width: auto;
}
@media screen and (min-width: 768px) {
  #recruit {
    background: url(../img/index/recruit_deco.png) no-repeat 0 0;
    padding: 32px 0px 30px;
  }
  #recruit .tit {
    padding: 0 0 36px;
    font-size: 16px;
    gap: 10px;
  }
  #recruit .tit:after {
    width: 40px;
  }
  #recruit .wrap {
    padding: 40px 0 0;
    max-width: 1430px;
  }
  #recruit h2 {
    font-size: 38px;
    line-height: 70px;
    margin: 0;
    position: absolute;
    top: 70px;
    left: calc(50% + 379px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #recruit h2 {
    left: auto;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #recruit h2 .t {
    padding-top: 45px;
  }
  #recruit h2 .cl {
    color: #222;
  }
  #recruit h2 span {
    letter-spacing: 0.2em;
  }
  #recruit .info {
    padding: 0;
  }
  #recruit .txt {
    padding-bottom: 0;
    height: 340px;
    position: absolute;
    top: 197px;
    right: calc(50% - 316px);
    letter-spacing: 0.1em;
    font-size: 17px;
  }
  #recruit .bnr-shared {
    margin: 0;
    position: absolute;
    top: 543px;
    left: calc(50% + 21px);
  }
  #recruit .photo-list {
    display: flex;
    flex-direction: column;
  }
  #recruit .photo-list li {
    width: auto;
    margin: 0 0 45px;
    margin-left: calc(50% - 594px);
  }
  #recruit .photo-list li:first-child {
    margin: 0;
    order: 3;
  }
}

.shop-shared {
  position: relative;
  padding: 0 0% 25vw;
}
.shop-shared .wrap {
  padding: 0 7%;
}
.shop-shared .lead {
  text-align: center;
  padding: 0 8%;
}
.shop-shared .lead .logo {
  width: 45%;
  margin: 0 auto 5vw;
}
.shop-shared .lead .tit {
  font-size: 16px;
  padding-bottom: 20px;
}
.shop-shared .lead .sns {
  width: 40px;
  margin: 0 auto 20px;
}
.shop-shared .contact {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0 10px;
  margin-bottom: 10vw;
  text-align: center;
}
.shop-shared .contact .tel {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.shop-shared .contact .tel .note {
  font-size: 12px;
  letter-spacing: 0;
}
.shop-shared .contact .tel .num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.shop-shared .contact .tel .num:before {
  background: url(../img/shared/ico_tel.png) no-repeat center/100%;
  width: 22px;
  height: 26px;
  content: "";
}
.shop-shared .contact .polici {
  padding: 5vw 0;
  font-size: 14px;
  margin: 0 -5vw;
}
.shop-shared .contact .polici dt {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 600;
}
.shop-shared .photo-shop {
  margin-bottom: 5vw;
}
.shop-shared .tbl-info {
  padding-bottom: 30px;
}
.shop-shared .tbl-info .li_map {
  border: 1px solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px 10px 3px;
  line-height: 1;
}
.shop-shared .tbl-info .li_map:before {
  content: "";
  background: url(../img/shared/ft_ico2.png) no-repeat 0 0/100%;
  width: 13px;
  height: 20px;
}
.shop-shared .tbl-info dl {
  padding: 10px 0;
  word-break: break-all;
  line-height: 1.6;
  font-size: 14px;
  margin-right: -2vw;
}
.shop-shared .tbl-info dl dt,
.shop-shared .tbl-info dl dd {
  display: table-cell;
}
.shop-shared .tbl-info dl dt {
  width: 90px;
}
.shop-shared .gmap {
  padding: 0vw 8%;
}
@media screen and (min-width: 768px) {
  .shop-shared {
    padding: 0 0;
  }
  .shop-shared .wrap {
    padding: 0 0;
    max-width: 1500px;
  }
  .shop-shared .lead {
    text-align: center;
    padding: 0;
  }
  .shop-shared .lead .logo {
    width: 154px;
    margin: 0 auto 10px;
  }
  .shop-shared .lead .logo img {
    width: 100%;
    height: auto;
  }
  .shop-shared .lead .tit {
    font-size: 17px;
    line-height: 35px;
    padding-bottom: 3px;
  }
  .shop-shared .lead .sns {
    width: 34px;
    margin: 0 auto 20px;
  }
  .shop-shared .lead .sns img {
    width: 100%;
    height: auto;
  }
  .shop-shared .contact {
    border: none;
    padding: 20px 0;
    text-align: center;
  }
  .shop-shared .contact .tel {
    line-height: 20px;
    padding-bottom: 12px;
  }
  .shop-shared .contact .tel .num {
    gap: 5px;
    font-size: 37px;
  }
  .shop-shared .contact .tel .num:before {
    width: 22px;
    height: 26px;
  }
  .shop-shared .contact .polici {
    padding: 0 0;
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    text-align: left;
  }
  .shop-shared .contact .polici dt {
    font-size: 19px;
    padding-bottom: 10px;
    font-weight: 600;
  }
  .shop-shared .photo-shop {
    margin-bottom: 5vw;
  }
  .shop-shared .tbl-info {
    padding-bottom: 43px;
  }
  .shop-shared .tbl-info .li_map {
    gap: 5px;
    padding: 0px 10px 0px;
    line-height: 25px;
    font-size: 15px;
    margin-left: 11px;
  }
  .shop-shared .tbl-info .li_map:before {
    width: 13px;
    height: 20px;
  }
  .shop-shared .tbl-info dl {
    padding: 0px 0 27px;
    line-height: 28px;
    font-size: 17px;
    margin-right: 0;
  }
  .shop-shared .tbl-info dl dt {
    width: 122px;
  }
  .shop-shared .gmap {
    padding: 0;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .shop-shared .gmap .map iframe {
    height: 400px;
  }
  .shop-shared .gmap .link {
    display: flex;
    justify-content: flex-end;
    gap: 31px;
  }
  .shop-shared .gmap .link .bnr-more a {
    gap: 15px;
  }
  .shop-shared .gmap .link .gmap_print {
    font-size: 14px;
  }
  .shop-shared .gmap .link .gmap_print a {
    letter-spacing: 0.1em;
  }
  .shop-shared .gmap .link .gmap_print a:hover {
    text-decoration: underline;
  }
}

#shopinfo {
  position: relative;
  padding: 20vw 0 30vw;
  background: url(../img/index/shop_deco2.jpg) no-repeat 0 bottom/125%;
}
#shopinfo:before {
  background: url(../img/index/shop_deco.jpg) no-repeat center 0/100%;
  content: "";
  position: absolute;
  top: -60vw;
  right: 0;
  width: 621px;
  height: 864px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 183px 0 213px;
    background-size: auto;
  }
  #shopinfo:before {
    top: -200px;
    right: 0;
    width: 621px;
    height: 864px;
  }
  #shopinfo .shop-group {
    position: relative;
  }
  #shopinfo .shop-group .photo-shop {
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% + 80px);
    height: 560px;
  }
  #shopinfo .shop-group .tbl-info {
    margin-left: calc(50% - 27px);
  }
  #shopinfo .contact {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 34px 0 0 0;
    margin-bottom: 78px;
  }
  #shopinfo .contact .col {
    width: 377px;
  }
  #shopinfo .contact .polici {
    padding: 7px 0 0px 9px;
  }
}

#shimai .lead-info {
  background: url(../img/index/shimai_bg_sp.jpg) no-repeat 0 0/100%;
  color: #fff;
  position: relative;
  font-size: 6vw;
  letter-spacing: 0.2em;
  height: 170vw;
  margin: 0 0 -19vw;
}
#shimai .lead-info h2 {
  position: absolute;
  left: 5%;
  top: 14vw;
  bottom: -10vw;
  z-index: 1;
  letter-spacing: 0.2em;
}
#shimai .lead-info .logo {
  text-align: center;
  padding: 16vw 0 0 17vw;
  font-size: 8vw;
  line-height: 1.5;
}
#shimai .lead-info .logo span {
  font-size: 5.8vw;
  letter-spacing: 0.2em;
}
#shimai .lead-info .logo h3 {
  padding-bottom: 4vw;
}
#shimai .lead-info .logo img {
  width: 65%;
  margin: 0 auto;
  height: auto;
}
#shimai .note .txt1 {
  padding: 20px 0 10vw;
}
#shimai .photo-list {
  margin: 15vw -8vw 0;
}
#shimai .photo-list li {
  margin: 0 15% 5vw 0%;
}
#shimai .photo-list li:nth-child(2) {
  margin: 0 0 0 35%;
}
#shimai .shopinfo {
  position: relative;
  padding: 15vw 0;
}
#shimai .shopinfo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20vw;
  top: -20vw;
  background: url(../img/index/pt_bg.jpg) repeat center 0;
  z-index: -1;
}
#shimai .shopinfo .tbl-info {
  padding: 0 7%;
}
@media screen and (min-width: 768px) {
  #shimai {
    padding: 0 0 137px;
  }
  #shimai .lead-info {
    background: url(../img/index/shimai_bg.jpg) no-repeat 0 bottom/cover;
    font-size: 38px;
    letter-spacing: 0.2em;
    height: 780px;
    margin: 0;
  }
  #shimai .lead-info h2 {
    left: calc(50% + 372px);
    top: 75px;
    bottom: 0;
    z-index: 1;
    font-size: 38px;
    line-height: 70px;
  }
  #shimai .lead-info h2 span {
    display: inline-block;
    padding: 180px 0 0;
  }
  #shimai .lead-info .logo {
    padding: 0;
    font-size: 44px;
    line-height: 48px;
    position: absolute;
    top: 142px;
    right: 50%;
    width: 517px;
  }
  #shimai .lead-info .logo span {
    font-size: 28px;
  }
  #shimai .lead-info .logo h3 {
    padding-bottom: 40px;
    line-height: 53px;
    letter-spacing: 0;
  }
  #shimai .lead-info .logo img {
    width: auto;
    height: auto;
  }
  #shimai .lead {
    width: 430px;
  }
  #shimai .lead .logo {
    width: 235px;
    margin-bottom: 28px;
  }
  #shimai .lead .tit {
    line-height: 28px;
    padding-bottom: 11px;
  }
  #shimai .shimai-info {
    max-width: 1350px;
    margin-top: -188px;
    margin-bottom: 360px;
  }
  #shimai .shimai-info .txt {
    margin-left: calc(50% - 33px);
    padding: 26px 0 31px;
    font-size: 17px;
    line-height: 39px;
    min-height: 440px;
  }
  #shimai .info .note {
    position: absolute;
    width: 454px;
    top: 480px;
    right: 50%;
  }
  #shimai .info .note .txt1 {
    padding: 0px 0 53px;
    font-size: 17px;
    line-height: 28px;
  }
  #shimai .info .note .bnr-shared {
    margin: 0 0 0 17px;
  }
  #shimai .photo-list {
    margin: 0;
  }
  #shimai .photo-list li {
    margin: 0;
  }
  #shimai .photo-list li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 5px;
    height: 440px;
    width: calc(50% - 85px);
  }
  #shimai .photo-list li:nth-child(2) {
    margin: 0 0;
    margin-left: calc(50% - 80px);
  }
  #shimai .shopinfo {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  #shimai .shopinfo:before {
    content: "";
    position: absolute;
    left: -100px;
    right: -100px;
    bottom: -215px;
    top: -55px;
  }
  #shimai .shopinfo .tbl-info {
    padding: 37px 0 0;
    width: 535px;
  }
  #shimai .shopinfo .tbl-info dl:not(:first-child) dd {
    padding-right: 15px;
  }
  #shimai .shopinfo .contact {
    padding: 0;
    margin: 0;
  }
  #shimai .shopinfo .contact .tel {
    padding: 22px 0 16px;
    border-top: 1px solid;
    width: 320px;
    margin: 0 auto;
  }
  #shimai .shopinfo .contact .polici {
    text-align: center;
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 768px) {
  footer .wrap {
    padding-top: 40px;
  }
} /*# sourceMappingURL=index.css.map */
