<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ==============================================================================================================
shopnews
============================================================================================================== */
/* ========================================================
#shopnews-list
======================================================== */
#shopnews-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    flex-wrap: wrap;
  gap: 20px;
}
#shopnews-list li{
  position: relative;
  text-align: left;
  width: calc((100% - 60px)/4);
  background-color: #fff;
}
#shopnews-list li a{
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 20px 64px;
}
/* .image__fit
----------------------- */
#shopnews-list li .image__fit__hover{
  height: 235px;
}
#shopnews-list li .image__fit img{
  aspect-ratio: 1/1;
}
.shopnews-list__txt{
  font-size: 14px;
  margin-top: 0.8em;
}
.shopnews-list__date{
  color: #666;
  font-size: 15px;
  margin-top: 0.6em;
}
.shopnews-list__shop{
  text-align: center;
  border-top:solid 1px #E8E8E8;
  padding-top: 0.8em;
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 20px;
  font-size: 14px;
}
a .shopnews-list__txt,
a .shopnews-list__date,
a .shopnews-list__shop{
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: opacity,filter;
  transition: 0.1s linear;
}
a:hover .shopnews-list__txt,
a:hover .shopnews-list__date,
a:hover .shopnews-list__shop{
  opacity:0.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
@media screen and (max-width: 767px){
  #shopnews-list{
    gap: 2.6vw;
  }
  #shopnews-list li{
    width: calc((100% - 2.6vw)/2);
  }
  #shopnews-list li a{
    padding: 2.6vw 2.6vw 12.6vw;
  }
  /* .image__fit
  ----------------------- */
  #shopnews-list li .image__fit__hover{
    height: 38.1vw;
  }
  .shopnews-list__txt{
    font-size: 3.7vw;
    margin-top: 0.4em;
  }
  .shopnews-list__date{
    font-size: 3.4vw;
    margin-top: 0.3em;
  }
  .shopnews-list__shop{
    padding-top: 0.6em;
    width: calc(100% - 5.2vw);
    left: 2.6vw;
    bottom: 2.6vw;
    font-size: 3.4vw;
  }
}
/* ========================================================
#shopnews-detail
======================================================== */
#shopnews-detail{
  background-color: #fff;
  text-align:left;
  padding: 60px 100px 80px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px){
  #shopnews-detail{
    padding: 7.4vw 5.3vw 10vw;
    margin:0 -5.3vw 16vw;
  }
}
/* #shopnews-detail__ttl
----------------------- */
#shopnews-detail__ttl{
  border-bottom: solid 1px #E8E8E8;
}
#shopnews-detail__ttl h1{
  font-size: 22px;
  line-height: 1.6em;
}
#shopnews-detail__date{
  color: #666666;
  margin: 0.8em 0 1.5em;
  font-size: 15px;
}
@media screen and (max-width: 767px){
  #shopnews-detail__ttl h1{
    font-size: 4.2vw;
  }
  #shopnews-detail__date{
    font-size: 3.4vw;
  }
}
/* #shopnews-detail__headline
----------------------- */
#shopnews-detail__headline{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  margin-top: 40px;
}
#shopnews-detail__headline__logo{
  font-size: 0;
  line-height: 0;
  width: 140px;
}
#shopnews-detail__headline__logo img{
  width: 100%;
  height: auto;
}
#shopnews-detail__headline__txt{
  position: relative;
  width: 780px;
}
#shopnews-detail__headline__floor{
  font-size: 14px;
}
#shopnews-detail__headline__name{
  font-size: 26px;
  margin-top: 0.4em;
}
#shopnews-detail__headline__name_reading{
  font-size: 12px;
  margin-top: 0.4em;
}
#shopnews-detail__headline__category{
  display: block;
  margin-top: 17px;
}
#shopnews-detail__headline__category dt,
#shopnews-detail__headline__category dd{
  display: inline-block;
  vertical-align: middle;
}
#shopnews-detail__headline__category dt{
  border: solid 1px #E8E8E8;
  padding: 1em;
  line-height: 1em;
  font-size: 13px;
}
#shopnews-detail__headline__category dd{
  font-size: 12px;
  margin-left: 1em;
}
#shopnews-detail__headline__link{
  position: absolute;
  right: 0;
  bottom: 0;
}
#shopnews-detail__headline__link a{
  font-size: 14px;
  display: inline-block;
  padding: 0.6em 1em 0.6em 0.5em;
  margin-top: 1em;
}
#shopnews-detail__headline__link a::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style:solid;
  border-width:1px;
  border-left: none;
  border-bottom: none;
}
@media screen and (max-width: 767px){
  #shopnews-detail__headline{
    margin-top: 5.3vw;
  }
  #shopnews-detail__headline__logo{
    width: 21.2vw;
  }
  #shopnews-detail__headline__txt{
    width: 60.8vw;
  }
  #shopnews-detail__headline__floor{
    font-size: 3.2vw;
  }
  #shopnews-detail__headline__name{
    font-size: 4.8vw;
  }
  #shopnews-detail__headline__name_reading{
    font-size: 2.6vw;
  }
  #shopnews-detail__headline__category{
    margin-top: 3.2vw;
  }
  #shopnews-detail__headline__category dt,
  #shopnews-detail__headline__category dd{
    display: block;
  }
  #shopnews-detail__headline__category dt{
    border: none;
    padding: 0;
    font-size: 2.6vw;
  }
  #shopnews-detail__headline__category dd{
    font-size: 2.6vw;
    margin-left: 0;
    margin-top: 0.4em;
  }
  #shopnews-detail__headline__link{
    position: static;
  }
  #shopnews-detail__headline__link a{
    font-size: 3.2vw;
    margin-top: 0.5em;
  }
}
/* #shopnews-detail__image
----------------------- */
#shopnews-detail__image{
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: relative;
  height: 640px;
  margin-top: 40px;
}
#shopnews-detail__image img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#shopnews-detail__image__main{
  width: 640px;
  height: 640px;
  background-color: #E8E8E8;
  margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
  justify-content: center;
}
#shopnews-detail__image__list_area{
  position: absolute;
  right: 0;
  top: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 640px;
  width: 120px;
}
#shopnews-detail__image__list_area::-webkit-scrollbar{
  display: none;
}
#shopnews-detail__image__list{
  display: block;
}
#shopnews-detail__image__list li{
  display: block;
  cursor: pointer;
  margin-top: 10px;
}
#shopnews-detail__image__list li img{
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: opacity,filter;
  transition: 0.2s linear;
}
#shopnews-detail__image__list li:hover img{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
#shopnews-detail__image__list li:first-child{
  margin: 0;
}
#shopnews-detail__image__list li img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px){
  #shopnews-detail__image{
    height: auto;
    margin-top: 5.3vw;
  }
  #shopnews-detail__image__main{
    width: 100%;
    height: 89.3vw;
  }
  #shopnews-detail__image__list_area{
    position: static;
    overflow-x: scroll;
    height: 21.3vw;
    width: 100%;
    display: block;
    margin-top: 2.6vw;
    text-align: left;
  }
  #shopnews-detail__image__list{
    display: inline-block;
    margin-right: -500vw;
  }
  #shopnews-detail__image__list li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 21.3vw;
    max-height: 21.3vw;
    margin-top: 0;
    margin-left: 1.4vw;
    width: 21.3vw;
    height: 21.3vw;
    overflow: hidden;
  }
  #shopnews-detail__image__list li img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/* #shopnews-detail__body
----------------------- */
#shopnews-detail__body{
  margin: 60px auto 0;
  line-height: 2em;
  width: 660px;
  word-break:break-all;
}
#shopnews-detail__body img{
  max-width: 100%;
  height: auto;
}
#shopnews-detail__body p + p{
  margin-top: 1em;
}
@media screen and (max-width: 767px){
  #shopnews-detail__body{
    margin: 8vw auto 0;
    width: 100%;
  }
}

</pre></body></html>