<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  position: relative;
  padding-top: 80px;
}

header:before {
  background-image: url("../img/shared/bg2.jpg");
  height: auto;
  top: 63px;
  bottom: 0;
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
}

@media screen and (min-width: 768px) {
  header {
    padding-top: 102px;
  }
  header:before {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    top: 90px;
  }
  header h1 {
    height: 420px;
    color: #fff;
    right: 100px;
    left: auto;
    top: 220px;
    text-align: left;
  }
}

#key {
  padding-bottom: 15vw;
  margin-top: 0;
}

#key:before {
  bottom: 0;
  z-index: 0;
  top: -24px;
}

#key .txt-loop {
  height: 10vw;
  background: url("../img/h2cooking_index/key_txt.png") repeat-x;
  background-size: 60vw;
  -webkit-animation: loop4 5s linear infinite;
  animation: loop4 5s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 7vw;
  z-index: 1;
  transform: rotate(-5deg);
}

#key .key-ttl {
  width: 84%;
  position: absolute;
  left: 8%;
  top: 26vw;
  z-index: 1;
}

#key .key-ttl img {
  width: 100%;
  height: auto;
}

#key .inner {
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  background: url("../img/h2cooking_index/key_bg.jpg") no-repeat center/cover;
  height: 95vw;
}

#key .img {
  width: 85%;
  margin: -12vw auto 7vw;
}

@media screen and (min-width: 768px) {
  #key {
    padding-bottom: 96px;
  }
  #key:before {
    top: -69px;
  }
  #key .txt-loop {
    height: 61px;
    background-size: 376px;
    top: 88px;
    transform: rotate(-5.5deg);
  }
  #key .key-ttl {
    width: 597px;
    left: calc(50% - 513px);
    top: 251px;
  }
  #key .inner {
    clip-path: polygon(0 18%, 100% 0%, 100% 82%, 0% 100%);
    height: 654px;
  }
  #key .img {
    width: 412px;
    float: right;
    margin: -67px -32px 0 0;
  }
  #key .txt {
    width: 580px;
    float: left;
    margin: -2px 0 0 -9px;
  }
}

@media screen and (min-width: 1350px) {
  #key .key-ttl {
    width: 1040px;
  }
  #key .txt {
    margin-top: -92px;
  }
  #key .img {
    margin-top: -157px;
  }
}

@media screen and (min-width: 1600px) {
  #key .txt-loop {
    transform: rotate(-4deg);
  }
}

#sec1 {
  padding-bottom: 15vw;
  position: relative;
}

#sec1:before {
  content: '';
  height: 23vw;
  background-image: url("../img/shared/bg2.jpg");
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 45%);
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  z-index: -1;
}

#sec1 h2 {
  position: relative;
  z-index: 1;
  margin: 0 -6vw -15vw;
}

#sec1 h2 img {
  width: 57vw;
  margin: 0 auto 4vw;
}

#sec1 h2 span {
  background-image: url("../img/shared/bg1.jpg");
  display: table;
  margin: 3vw auto 0;
  white-space: nowrap;
  font-size: 7vw;
  line-height: 10vw;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding: 0 2vw;
}

#sec1 .img {
  margin: 0 -44vw 7vw -22vw;
}

#sec1 .box {
  background-image: url("../img/shared/bg5.jpg");
  padding: 6vw 5vw 8vw;
  margin-top: 8vw;
}

#sec1 .box .ttl {
  font-size: 5.8vw;
  letter-spacing: 0.08em;
  line-height: 8vw;
}

#sec1 .box .price {
  font-size: 5vw;
  line-height: 8vw;
  margin: 2vw 0 1vw;
}

#sec1 .box .price small {
  font-size: 4vw;
}

#sec1 .box .sttl {
  font-size: 15px;
}

#sec1 .box ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#sec1 .simg {
  margin-top: 10vw;
  position: relative;
}

#sec1 .simg span {
  width: 57vw;
  position: absolute;
  right: -2vw;
  top: -5vw;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding-bottom: 107px;
  }
  #sec1:before {
    height: 439px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 26%);
  }
  #sec1 h2 {
    margin: 0 0 -111px;
  }
  #sec1 h2 img {
    width: auto;
    margin: 0 auto 27px;
  }
  #sec1 h2 span {
    margin: 16px auto 0;
    font-size: 55px;
    line-height: 78px;
    padding: 0 18px;
  }
  #sec1 .img {
    margin: 0 -100px 32px;
  }
  #sec1 .txt {
    width: 540px;
    float: right;
    margin-top: 16px;
  }
  #sec1 .box {
    width: 384px;
    float: left;
    padding: 34px 0 40px;
    margin: 0 0 0 10px;
  }
  #sec1 .box .ttl {
    font-size: 30px;
    line-height: 50px;
  }
  #sec1 .box .price {
    font-size: 26px;
    line-height: 40px;
    margin: 2px 0 16px;
  }
  #sec1 .box .price small {
    font-size: 20px;
  }
  #sec1 .box .sttl {
    font-size: 20px;
    margin-bottom: -1px;
  }
  #sec1 .box ul {
    line-height: 42px;
    padding: 0 40px;
  }
  #sec1 .simg {
    width: 540px;
    float: right;
    margin: 40px 6px 0 0;
  }
  #sec1 .simg span {
    width: 329px;
    right: -21px;
    top: -33px;
  }
}

#sec2 {
  padding-bottom: 15vw;
  position: relative;
}

#sec2:after {
  content: '';
  width: 80%;
  height: 30vw;
  background-image: url("../img/h2cooking_index/sec3_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}

#sec2 .box {
  padding: 6vw 5% 10vw;
  margin: 0 -5%;
}

#sec2 .box .img {
  margin: 6vw 0 8vw;
}

#sec2 .box .col {
  padding: 6vw 0 8vw;
  margin-bottom: 8vw;
}

#sec2 .box .col dl {
  border-bottom: 1px solid #fff;
  position: relative;
  margin-bottom: 5vw;
}

#sec2 .box .col dl:after {
  content: '';
  width: 11px;
  height: 13px;
  background-image: url("../img/h2cooking_index/sec2_icon.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  bottom: -10px;
}

#sec2 .box .col dl dt {
  font-size: 5.8vw;
  line-height: 8vw;
  letter-spacing: 0.08em;
}

#sec2 .box .col dl dt small {
  display: table;
  font-size: 4vw;
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
}

#sec2 .box .col dl dt small:before {
  content: '';
  width: 1px;
  height: 3vw;
  background: #000;
  position: absolute;
  left: -2vw;
  top: 3vw;
  transform: rotate(-40deg);
}

#sec2 .box .col dl dt small:after {
  content: '';
  width: 1px;
  height: 3vw;
  background: #000;
  position: absolute;
  right: -2vw;
  top: 3vw;
  transform: rotate(40deg);
}

#sec2 .box .col dl dd {
  font-size: 5vw;
  line-height: 8vw;
  margin: 3vw 0 1vw;
}

#sec2 .box .col dl dd small {
  font-size: 4vw;
}

#sec2 .box .col .df {
  justify-content: space-between;
  padding: 0 5%;
}

#sec2 .box .col .df ul {
  width: 49%;
}

#sec2 .box .col .df ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#sec2 .btn-circle {
  margin-top: 10vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 137px;
  }
  #sec2:after {
    width: 750px;
    height: 126px;
  }
  #sec2 h2 {
    margin: 0 2px 50px 0;
    text-align: center;
  }
  #sec2 .box {
    padding: 32px 47px 62px;
    margin: 0 -60px;
  }
  #sec2 .box .img {
    width: 398px;
    float: left;
    margin: 0 0 0 7px;
  }
  #sec2 .box .col {
    width: 595px;
    float: right;
    padding: 0 32px 0px 0;
    margin: 26px 0 0;
    display: flex;
    justify-content: space-between;
  }
  #sec2 .box .col dl {
    width: 234px;
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #fff;
    padding: 29px 0 20px;
  }
  #sec2 .box .col dl:after {
    left: auto;
    transform: none;
    bottom: auto;
    top: 50%;
    right: -8px;
  }
  #sec2 .box .col dl dt {
    font-size: 30px;
    line-height: 40px;
  }
  #sec2 .box .col dl dt small {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #sec2 .box .col dl dt small:before {
    height: 15px;
    left: -10px;
    top: 17px;
    transform: rotate(-40deg);
  }
  #sec2 .box .col dl dt small:after {
    height: 15px;
    right: -10px;
    top: 17px;
    transform: rotate(40deg);
  }
  #sec2 .box .col dl dd {
    font-size: 26px;
    line-height: 40px;
    margin: 2px 0 0;
  }
  #sec2 .box .col dl dd small {
    font-size: 20px;
  }
  #sec2 .box .col .df {
    width: 297px;
    justify-content: space-between;
    line-height: 42px;
    padding: 45px 0 0;
  }
  #sec2 .box .col .df ul {
    width: 140px;
  }
  #sec2 .box .txt {
    float: right;
    width: 595px;
    text-align: center;
    margin-top: 25px;
  }
  #sec2 .btn-circle {
    margin-top: 112px;
  }
}

#sec3 {
  position: relative;
  padding: 18vw 0;
}

#sec3:after {
  content: '';
  width: 80%;
  height: 30vw;
  background-image: url("../img/h2cooking_index/sec3_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: 0;
  bottom: 0;
}

#sec3 h2 {
  width: 90%;
  margin: 0 auto 8vw;
}

#sec3 .row .txt {
  margin: 7vw 0 9vw;
}

#sec3 .row .col .txt-deco {
  text-align: center;
  color: #bea182;
  font-size: 13.6vw;
  line-height: 9vw;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

#sec3 .row .col .s3-js {
  line-height: 0;
  background-image: url("../img/shared/bg3.jpg");
  padding: 1vw;
}

#sec3 .row .col .s3-js .slick-prev {
  left: 1vw;
}

#sec3 .row .col .s3-js .slick-next {
  right: 1vw;
}

#sec3 .row .col .s3-js dl {
  font-size: 4.6vw;
  line-height: 7vw;
  letter-spacing: 0.08em;
  position: absolute;
  left: 3vw;
  top: 3vw;
  z-index: 1;
}

#sec3 .row .col .s3-js dl small {
  font-size: 3.8vw;
}

#sec3 .row .col .s3-js dl dd {
  margin-top: 1vw;
}

#sec3 .row .col .s3-thumb img {
  filter: grayscale(100%);
}

#sec3 .row .col .s3-thumb .slick-slide {
  cursor: pointer;
}

#sec3 .row .col .s3-thumb .slick-current img {
  filter: grayscale(0%);
}

#sec3 .row .col .btn-circle {
  margin-top: 10vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 113px 0 118px;
  }
  #sec3:after {
    width: 750px;
    height: 123px;
  }
  #sec3 h2 {
    width: 514px;
    margin: 0;
    position: absolute;
    top: 134px;
    left: -32px;
    z-index: 1;
  }
  #sec3 .photo {
    width: 703px;
    margin-left: 352px;
  }
  #sec3 .row .txt {
    width: 490px;
    float: right;
    margin: 81px -19px 0 0;
  }
  #sec3 .row .col {
    width: 506px;
    float: left;
    margin: 30px 0 0 -40px;
    position: relative;
  }
  #sec3 .row .col .txt-deco {
    text-align: left;
    font-size: 125px;
    line-height: 95px;
    position: absolute;
    left: 2px;
    top: -92px;
    z-index: 1;
  }
  #sec3 .row .col .s3-js {
    padding: 5px;
  }
  #sec3 .row .col .s3-js .slick-arrow {
    width: 63px;
  }
  #sec3 .row .col .s3-js .slick-prev {
    left: 5px;
  }
  #sec3 .row .col .s3-js .slick-next {
    right: 5px;
  }
  #sec3 .row .col .s3-js img {
    width: 100%;
    height: 342px;
    object-fit: cover;
    object-position: 50%;
  }
  #sec3 .row .col .s3-js dl {
    font-size: 24px;
    line-height: 35px;
    left: 19px;
    top: 13px;
  }
  #sec3 .row .col .s3-js dl small {
    font-size: 18px;
  }
  #sec3 .row .col .s3-js dl dd {
    margin-top: 8px;
  }
  #sec3 .row .col .s3-thumb .slick-track {
    transform: none !important;
  }
  #sec3 .row .col .s3-thumb .slick-slide {
    width: 95px !important;
  }
  #sec3 .row .col .s3-thumb img {
    width: 100%;
    height: 82px;
    object-fit: cover;
    object-position: 50%;
  }
  #sec3 .row .col .s3-thumb .slick-slide:hover img {
    filter: grayscale(0%);
  }
  #sec3 .row .col .btn-circle {
    margin-top: 0;
    position: absolute;
    right: -50px;
    bottom: -3px;
    z-index: 1;
  }
}

@media screen and (min-width: 1200px) {
  #sec3 .row .col {
    margin-left: -54px;
  }
}

#sec4 {
  padding-bottom: 15vw;
}

#sec4 .s4-js .slick-slide {
  height: 90vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}

#sec4 .s4-js .slick-slide:nth-child(1) {
  background-image: url("../img/h2cooking_index/sec4_bg1.jpg");
}

#sec4 .s4-js .slick-slide:nth-child(2) {
  background-image: url("../img/h2cooking_index/sec4_bg2.jpg");
}

#sec4 h2 {
  font-size: 7vw;
  line-height: 11vw;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin: 12vw 0 5vw;
  position: relative;
}

#sec4 h2:before {
  content: '';
  width: 11vw;
  height: 15vw;
  background-image: url("../img/h2cooking_index/ttl_deco_black.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 49vw;
  top: -4vw;
}

#sec4 .btn-circle {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 96px 0 75px;
    position: relative;
    color: #fff;
  }
  #sec4 .s4-js {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #sec4 .s4-js .slick-list,
  #sec4 .s4-js .slick-track {
    height: 100%;
  }
  #sec4 .s4-js .slick-slide {
    height: 100%;
    background-position: 90% 90%;
  }
  #sec4 .s4-js .slick-slide div {
    height: 100%;
  }
  #sec4 .s4-js .slick-slide div p {
    height: 100%;
  }
  #sec4 h2 {
    font-size: 57px;
    line-height: 100px;
    margin: 0 0 15px -20px;
    position: relative;
  }
  #sec4 h2:before {
    width: 67px;
    height: 63px;
    background-image: url("../img/h2cooking_index/ttl_deco.png");
    left: 407px;
    top: -13px;
  }
  #sec4 .txt {
    width: 370px;
    margin-left: -23px;
  }
  #sec4 .btn-circle {
    margin-top: 0;
    position: absolute;
    top: 281px;
    left: 372px;
    z-index: 1;
  }
}

#sec5 {
  position: relative;
  padding: 10vw 0 15vw;
}

#sec5:after {
  content: '';
  width: 80%;
  height: 30vw;
  background-image: url("../img/h2cooking_index/sec3_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}

#sec5 h2 {
  font-size: 8vw;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 23vw;
  position: relative;
  margin-left: 14vw;
}

#sec5 h2 span {
  margin-left: 19vw;
}

#sec5 h2 span small {
  font-size: 6.8vw;
  font-weight: 400;
  letter-spacing: 0.12em;
}

#sec5 h2 img {
  width: 17vw;
  position: absolute;
  left: 0;
  bottom: 9vw;
}

#sec5 .img2 {
  width: 70%;
  margin: 5vw 0 7vw auto;
}

#sec5 .btn-circle {
  margin-top: 5vw;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 136px 0 156px;
  }
  #sec5:after {
    width: 750px;
    height: 126px;
  }
  #sec5 h2 {
    font-size: 57px;
    line-height: 80px;
    margin-left: 0;
    position: absolute;
    left: 600px;
    top: 3px;
    z-index: 1;
    white-space: nowrap;
  }
  #sec5 h2 span {
    margin: 83px 0 0 139px;
  }
  #sec5 h2 span small {
    font-size: 43.92px;
    position: relative;
    top: -11px;
    margin-right: 4px;
  }
  #sec5 h2 img {
    width: 109px;
    left: 12px;
    bottom: 34px;
  }
  #sec5 .img1 {
    margin-left: -46px;
  }
  #sec5 .img2 {
    width: 440px;
    position: absolute;
    right: -49px;
    top: 266px;
    margin: 0;
  }
  #sec5 .txt {
    width: 505px;
    margin: 28px 0 0 -20px;
  }
  #sec5 .btn-circle {
    margin-top: 0;
    position: absolute;
    top: 401px;
    left: 507px;
    z-index: 1;
  }
}

@media screen and (min-width: 1200px) {
  #sec5 h2 {
    left: 620px;
  }
  #sec5 .txt {
    margin-left: -45px;
  }
}

#sec6 {
  padding: 15vw 0;
  position: relative;
}

#sec6:after {
  content: '';
  width: 80%;
  height: 30vw;
  background-image: url("../img/h2cooking_index/sec3_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  right: 0;
  bottom: 0;
}

#sec6 h2 {
  width: 70%;
  margin: 0 auto;
}

#sec6 h3 {
  color: #d3c0a7;
  font-size: 17vw;
  line-height: 14vw;
  letter-spacing: 0.06em;
}

#sec6 .s6-js {
  line-height: 0;
}

#sec6 .s6-js .slick-dots {
  justify-content: flex-end;
  right: 4%;
}

#sec6 .floor {
  width: 70%;
  margin: 8vw auto 7vw;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 142px 0 156px;
  }
  #sec6:after {
    width: 750px;
    height: 123px;
  }
  #sec6 h2 {
    width: 100%;
    margin-bottom: 4px;
  }
  #sec6 h3 {
    font-size: 125px;
    line-height: 95px;
  }
  #sec6 .s6-js {
    width: 552px;
    float: right;
    margin: -2px 13px 0 0;
  }
  #sec6 .s6-js .slick-dots {
    right: 14px;
    bottom: 17px;
  }
  #sec6 .s6-js .slick-dots li {
    width: 55px;
  }
  #sec6 .floor {
    width: 382px;
    float: left;
    margin: 23px 0 0;
  }
  #sec6 .txt {
    width: 555px;
    float: right;
    margin: 38px 10px 0 0;
  }
}

#shopinfo {
  padding: 15vw 0 55px;
  position: relative;
}

#shopinfo:after {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 0;
}

#shopinfo .blk1 {
  margin-bottom: 10vw;
}

#shopinfo .blk1 .coll {
  margin-bottom: 7vw;
}

#shopinfo .blk1 .coll .logo {
  width: 90px;
  margin: 0 auto 3vw;
  position: relative;
  z-index: 1;
}

#shopinfo .blk1 .coll .txt {
  line-height: 23px;
}

#shopinfo .blk1 .colr {
  padding: 5vw 5vw 7vw;
}

#shopinfo .blk1 .colr .tel-btn {
  margin: 0 0 4vw;
  color: #000;
}

#shopinfo .blk2 dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 23px;
  width: 100%;
  display: table;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#shopinfo .blk2 dl dt {
  width: 92px;
  display: table-cell;
}

#shopinfo .blk2 dl dd {
  display: table-cell;
}

#shopinfo .blk2 dl dd img {
  width: 11px;
}

#shopinfo .blk2 dl dd.ba {
  word-break: break-all;
}

#shopinfo .blk2 ul {
  display: flex;
  justify-content: center;
  font-size: 21px;
  letter-spacing: 0.12em;
  line-height: 38px;
  margin-top: 25px;
}

#shopinfo .blk2 ul .ttl {
  padding: 2px 44px 0 0;
  margin-right: 25px;
  position: relative;
}

#shopinfo .blk2 ul .ttl:after {
  content: '';
  width: 32px;
  background-image: url("../img/shared/icon_arrow3.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#shopinfo .blk2 ul .insta {
  width: 36px;
}

@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 148px 0 101px;
  }
  #shopinfo:after {
    left: calc(50% - 550px);
    right: calc(50% - 550px);
  }
  #shopinfo .blk1 {
    margin: 0 71px 77px 0;
  }
  #shopinfo .blk1 .coll {
    width: 470px;
    margin-bottom: 0;
  }
  #shopinfo .blk1 .coll .logo {
    width: 161px;
    margin: 0 auto 25px;
  }
  #shopinfo .blk1 .coll .txt {
    line-height: 30px;
  }
  #shopinfo .blk1 .colr {
    width: 410px;
    padding: 28px 24px 31px;
    margin-top: 10px;
  }
  #shopinfo .blk1 .colr .tel-btn {
    font-size: 18px;
    margin: 0 0 24px 0px;
  }
  #shopinfo .blk1 .colr .tel-btn span {
    font-size: 30px;
    margin-top: 4px;
  }
  #shopinfo .blk1 .colr .reserve-btn a {
    font-size: 20px;
    padding: 12px 0 8px 62px;
  }
  #shopinfo .blk1 .colr .reserve-btn a:after {
    width: 44px;
  }
  #shopinfo .blk2 div {
    width: 470px;
  }
  #shopinfo .blk2 dl {
    width: 101%;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 14px;
  }
  #shopinfo .blk2 dl dt {
    width: 112px;
  }
  #shopinfo .blk2 dl dd img {
    width: 13px;
    margin: -4px 0 0 5px;
  }
  #shopinfo .blk2 dl dd a:hover {
    text-decoration: underline;
  }
  #shopinfo .blk2 dl dd a:hover img {
    opacity: 1 !important;
  }
  #shopinfo .blk2 ul {
    justify-content: flex-end;
    font-size: 23px;
    line-height: 40px;
    margin: 19px 2px 0 0;
  }
  #shopinfo .blk2 ul .ttl {
    padding: 3px 45px 0 0;
    margin-right: 28px;
  }
  #shopinfo .blk2 ul .ttl:after {
    width: 34px;
    top: 3px;
  }
  #shopinfo .blk2 ul .insta {
    width: 39px;
  }
}

@media screen and (min-width: 768px) {
  footer {
    padding-top: 60px;
  }
}
</pre></body></html>