.pc_only {
  display: none !important;
}

.sp_only {
  display: block !important;
}

/*
body {
  font-size: 14px;
}
*/
p {
  font-size: 3.2vw;
  /*font-size:2.2vw;*/
}

h1 {
  font-size: 9.2vw;
  font-size: 8.2vw;
  /*69px*/
  font-weight: normal;
  line-height: 110%;
  margin-top: 5%;
}

h2 {
  font-size: 6.667vw;
  font-size: 5.667vw;
  /*50px*/
  font-weight: normal;
}

h3 {
  font-size: 4.533vw;
  font-size: 3.533vw;
  /*34px*/
  font-weight: normal;
}

h4 {
  font-size: 3.733vw;
  font-size: 2.733vw;
  /*28px*/
  font-weight: normal;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ */
header {
  height: 48px;
  width: 100%;
}

.header-container {
  width: 90%;
  margin: auto 5%;
  justify-content: space-between;
  height: 49px;
}

.header-inner {
  width: 100%;
}

.menu ul {
  margin-left: 30px;
}

.menu li {
  width: auto;
  padding: 0px;
}

.logo {
  margin-bottom: 5px;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼è¨€èªž */
.icon-lang {
  width: auto;
}

/* å›ºå®šãƒ•ãƒƒã‚¿ãƒ¼ */
.sticky_footer {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

.sticky_footer a {
  width: 50%;
  text-align: center;
  border: solid 2px #808080;
  background-color: white;
}
.sticky_footer a p{
    margin: 0px 0px 0px 0px !important;
    font-size: 1.2em;
    color: #808080 !important ;
  font-weight: bold;
    display:block;
    padding: 5%;
}
.sticky_footer a p:hover{
  color: #FFF !important ;

}
.sticky_footer a:nth-child(2) {
  border-left: none;
}

.sticky_footer a:hover {
  background-color: #808080 !important  ;
  color: white;
}

/* ãƒ•ãƒƒã‚¿ãƒ¼ */
.footer-inner {
  justify-content: space-around;
  align-items: center;
}

.footer-inner p {
  font-size: 2.667vw;
}

.footer-logo a {
  width: 60px;
}

.footer-logo img {
  width: 60px;
}

.plant a {
  width: 120px;
}

.plant img {
  width: 120px;
}

.footer-logo p {
  font-size: .8em;
}

.logo-text {
  width: 109px;
}

.footer-container {}

.no_display{
  display: none;
}




/*section padding*/
section {
  padding: 7% 0 15%!important;
}

/* ã‚¯ãƒ¼ãƒãƒ³ */
.section-inner {
  margin: auto;
  width: 100%;
}
#coupon p{
  margin-top: 7%;
}
.autoplay img {
  width: 90%;
  margin: auto;
}

/*Stores Near You*/
.sny {
  width: 100%;
  background: white;
  padding: 0px 0 0px;
  background-size: auto;
  background-position: top;
  background-size: cover;
}

.sny .section-inner {
  width: 100%;
  background: white;
  padding: 15% 2.5% 0;
}

.sny .section-inner .title {
  color: black;
}

.btn_sny p,.show_more p {
  cursor: pointer;
  padding: .5em 0em;
  background-color: white;
  color: #417FB2;
  border: solid 1px #417FB2;
  border-radius: 2em;
  text-align: center;
  width: 80%;
  max-width: 270px;
  margin: 30px auto;
}

/* breadcrumb */
.pan {
  display: none;
  width: 90%;
  margin: 0 auto 10%;
  font-size: 2.667vw;
  line-height: 120%
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.region ul {
  flex-wrap: wrap;
}

.region li {
  font-size: .8em;
  color: #727171;
  width: 48%;
  border: 1px solid #727171;
  padding: .8em;
  text-align: center;
  margin-bottom: 3% !important;
  background: url(../../img/coupon/icon_storelist_sp.jpg) no-repeat;
  background-position: center;
  background-position-x: 95%;
  background-size: 14px;
}
.region li a{
  background:unset;
  font-size: inherit;
  color: #333333;
  background-size: 18px;
  padding-right: 0;
  margin: 0;
}
.region li {
  padding: 0;
}

.region li span.sp_only {
  display: inline-block !important;
  margin: 0 0.5%;
}


.region a {
  padding: 1em 0%!important;
}

.region {
  margin-bottom: 5%;
}

.title h1 {
  margin-bottom: 7%;
  margin-top: 0;
}


.img-responsive{
  display: block;
  height: auto;
  width: 100%;
}







.service-inner {
    justify-content: center;
    flex-wrap: nowrap;
}

.service-container {
    justify-content: center;
}

.service-inner {
    width: 66%;
    max-width: 100%;
}

.service-inner img {
    width: 20%;
}

.service-inner h4{
  font-size: 3.5vw;
  color: #666666;
}




.detail .shopdetail-box{
  margin: 0 auto 10%;
}





/* ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ */
.multiple-items li {
  transform: scale(.8)!important;
}


.slick-track{
  width: 100%

}
.slick-track li img {
    width: 100vw;
}
.multiple-items li img{
  width: 53vw;
  z-index: 1000;
  /*margin: 0 15px;*/
  margin: 0;
}
.slick-prev {
    left: 15%!important;
    z-index: 10;
}
.slick-next {
    right: 15%!important;
    z-index: 10;
    left: unset;
}
.variable-width .slick-next,.variable-width .slick-prev{
  display: none!important;
}
.header-inner, .menu ul, .lang ul, .foote-menu ul{
  justify-content: flex-end;
}
h2#searchResultTitle {
    width: 90%;
    margin: auto;
    margin-bottom: 2.5%;
}




/*SNS icon*/
.sns-icons {
  min-width: 100%;
}

.sns-icons>div {
  width: 100%;
  margin-bottom: 30px;
}

.sns-icons a img{
  width: 100%;
  margin-top: 0%;
}
.sns-icons img{
  width: 90%;
margin-top: 5%;
}
.sns-icons a{
  width: 18%;
}
.sns-icons .wechat{
  width: 18%;
}
.sns-icons a:nth-child(2),
.sns-icons a:nth-child(3){
  font-size: 0.6em;
}
.sns-icons a:nth-child(4) {
  /* width: 100%;
  margin-top: 5%;
  display: block;
  background: #FFF;
  padding: 5% 10%; */
  display: flex !important;
}
.sns-icons a p{
  margin-top: 1%;
}





/*recommend site*/
.recommend .recommend-inner{
  width: 100%;
  flex-direction: row;
  align-items: start;
  min-width: 100%;
}

.recommend-inner div:nth-child(1){
  margin-right: 2%;
}
.recommend-inner div:nth-child(2){
  width: 100%;
}

.recommend .recommend-inner h4{
  text-align: left;
  font-size: 1.5em;
  padding: 0;
  margin: 0 0 1% 0;
  line-height: 120%;
}

.recommend .recommend-inner p{
  padding: 0;
  margin: 0 0 0 3%;
  line-height: 120%;
}

.recommend .service-container{
  flex-wrap: wrap;
}

.recommend .service-container a{
  width: 70%;
  margin: 0 auto;
}

/* 最初に表示されている画像 */
.imageItem img {
  width: 40%;
}

/* モーダルに表示する画像用div */
/* 最初は見えない */
.modalItem {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/* モーダル表示用画像 */
.modalItem img {
  max-width: 80%;
}

/* モーダルに画像表示 */
.modalItem.open {
  display: flex;
}