/* slider */
.slider {
  margin: 0 0 40px 0;
  padding: 0;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.bx-wrapper {margin-bottom:0!important;}
.bx-wrapper .bx-caption  {background:rgba(255, 255, 255, 0.75)!important;}
.bx-wrapper .bx-caption span {
    color:#3E3A39!important; 
    font-family: 'FrutigerLTPro-Black', "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý"!important;
    font-size: 9pt!important;
  padding:10px 15px!important;
  text-align:left;
}
.bx-wrapper .bx-pager.bx-default-pager a {background: #DCDDDD!important; width:6px!important; height:6px!important;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #9FA0A0!important;}
@media (max-width: 480px) { 
   .slider img {width:100%;}
   .bx-wrapper .bx-caption span {  font-size: .7em!important; padding: 5px 10px!important;}
}

.comingsoon {
  display:block;
  width:100%;
  padding:3em;
  background:url(https://img07.shop-pro.jp/PA01359/454/etc/comingsoon.png) center no-repeat #fff;
  background-size:70%;
  border-radius:10px;
  text-indent:-9999px;
  box-sizing:border-box;
  margin-bottom:2em;
}
@media (max-width: 480px) { 
  .comingsoon {
    width: 90%;
    margin: 0 auto 2em auto;
    background:url(https://img07.shop-pro.jp/PA01359/454/etc/coming_sp.png) center no-repeat #fff;
    background-size: 75%;
    padding: 2em;
  }
}

#today {
  width:100%;
  min-height:190px;
  padding:10px;
  background:#fff;
  position:relative;
  text-align:left;
  border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;
  box-sizing: border-box;
}
.todayphoto {
  width:170px; height:170px;
  border-radius:85px;
  float:left;
}
#today div {
  float:left; 
  padding:15px 40px 40px 40px;
  width: 610px;
  box-sizing: border-box;
}
#today h2 {
  width:160px; height:15px;
  text-indent:-9999px;
  background:url(https://img21.shop-pro.jp/PA01359/454/etc/today.png) top left no-repeat;
  background-size:150px;
  display:inline-block;
  margin-bottom:15px;
}
#today span {
  color:#00AEBB;
  font-family:'FrutigerLTPro-Black', sans-serif; letter-spacing:0.2em;
}
#today a {
  background: #fff9b1;
}
#yomi {
  width:100%;
  padding:25px 30px 20px 30px; margin:20px 0 100px 0;
  background:#fff;
  border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;
  box-sizing: border-box;
}
#yomi h2 {
  width:210px; margin:0 auto 20px auto;
  text-indent:-9999px;
  background:url(https://img21.shop-pro.jp/PA01359/454/etc/yomimono.png) top center no-repeat;
  background-size:100%;
}
#yomi .blogcardfu {border-right:none!important; border-left:none!important; border-bottom:none!important; border-radius:0!important;}
#yomi .toyomi {
  font-size:120%;
display:block;
text-align: center;
font-weight: bold;
letter-spacing: 0.1em;
background-color: rgba(255,243,63, 0.5);
padding:1.5em; margin-top:20px;
border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}

.tori {
  position:absolute;
  top:4px; left:25px;
  width:33px; height:24px;
}
.toblog {
display: inline-block;
text-align: center;
font-size: 70%;
font-weight: bold;
letter-spacing: 0.1em;
background-color: rgba(0,174,187, 0.3);
padding: 0 0.5em;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
@media (max-width: 480px) { 
  #today {
    width:85%;
    height:auto;
    padding:0;
  background:none;
  margin:0 auto;
  box-sizing: border-box;
    text-align:center;
  }
  .todayphoto {
  width:60%; height:auto;
  border-radius:50%;
  float:none;
    margin:0 auto 15px auto;    
  }
  #today div {
  float:none; 
  padding:25px;
  width: 100%;
  box-sizing: border-box;
    background:#fff;
    border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;
  }
  #today h2 {
  width:80%; height:25px;
  text-indent:-9999px;
  background:url(https://img21.shop-pro.jp/PA01359/454/etc/today.png) top left no-repeat;
  background-size:100%;
  display:block;
  margin:0 auto 15px auto;
  } 
  #today span {text-align:center; font-size:90%; margin-bottom:5px;}
  #today p {font-size:80%; text-align:left;}
  .tori {left:22%;}
}
/* ÆÉ¤ßÊª¡¦¤ª¤Ç¤«¤±¥«¥á¥é */
  #blogbox {
  width:100%;
  margin:20px 0 0 0;
  box-sizing: border-box;
  display: flex; 
    text-align: left;
}
#blogbox div {
      box-sizing: border-box;
}
#blogbox img {
  border-radius: 5px;
  width: 50%;
    margin-right: 1.5em;
    float: left;
}
#blogbox h3 {
      font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 1em 0;
      width: 44%;
    float: right;
}
.blog_day {
  padding-top: 1em;
    border-top: 1px solid #bbb;
      width: 44%;
    float: right;
}
#yomi_rss {
  border: 4px solid #00AEBB;
  margin-right: 2%;
      width: 50%;
    padding: 2em;
    background: #fff;
    border-radius: 10px;
}
#yomi_rss h2 a {
  width: 60%;
    height: 3em;
    margin: 0 auto 20px auto;
    text-indent: -9999px;
    background: url(https://img21.shop-pro.jp/PA01359/454/etc/yomimono.png) top center no-repeat;
    background-size: 100%;
  display: block;
  overflow: hidden;
}
#odekake_rss {
    width: 50%;
    padding: 2em;
    background: #d5d5d9;
    border-radius: 10px;
}
#odekake_rss h2 a {
  width: 90%;
    height: 3em;
    margin: 0 auto 20px auto;
  text-indent:-9999px;
  background: url(https://img07.shop-pro.jp/PA01359/454/etc/odekake.png) top center no-repeat;
    background-size: 100%;
  display: block;
  overflow: hidden;
}
#blogbox .blogcardfu {border-right:none!important; border-left:none!important; border-bottom:none!important; border-radius:0!important;}
@media (max-width: 480px) { 
 #blogbox {
    width:85%; 
    margin: 7.5% auto;  
    flex-direction: column;
  }
  #yomi_rss, #odekake_rss {
     width: 100%;
        margin-right: 0;
    margin-top: 1em;
    line-height: 1.8;
  }
  #blogbox h2 a {
    width: 85%;
        height: auto;
  }
  #odekake_rss h2 a {
    width: 100%;
  }
  #blogbox h3 {
    font-size: 80%;
    width: 40%;
  }
  .blog_day {
    font-size: 60%;
    width: 40%;
  }
  #blogbox .blogcardfu {border-top:none!important; margin-top:0!important;}
  #blogbox .blogcardfu-title {font-size:100%!important;}
  #blogbox .blogcardfu-content {font-size:70%!important;}
}



/* Baner */
#bnrs {margin:40px 0 0 0; position:relative; text-align:left;}
.col-lg-6 {position:relative; min-height: 270px;}
#bnrs h2 {font-weight:bold; }
#bnrs span {display:block; font-weight:normal; font-size:80%;}
#bnrs .newre {position:absolute; top:0; left:0; width:auto; height: 60px!important;}
#bnrs img:hover {-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s; text-decoration:none; opacity:0.7;}
.ashi {position:absolute; top:-12px; right:-67px; width:119px; height:103px;}
.ashi img {width:119px; height:103px;}
.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 480px) { 
  #bnrs {width:85%; margin:40px auto 0 auto;}
  .col-lg-6 {width:100%; min-height: auto; margin-bottom:2em;}
  #bnrs .newre {height: 40px!important;}
  .ashi {display:none;}
  }


#list {margin:40px 0 0 0; position:relative;}
#list h3 {
    font-size: 130%; font-weight:bold;
    border-bottom: 2px solid #3E3A39;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
}
.col { padding-left: 0!important;}
.col-lg-3 {position:relative; height: 330px;}
.item_img img:hover {-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s; text-decoration:none; opacity:0.7;}
.item_info {text-align:left; padding-top:12px;}
.col h2 {font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";}
.item_info h2 img {display:none!important;}
.col span {font-size:70%; font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý"; }
.item_info .sale {color:#E5004F;}
.item_info .sale b {padding-right:20px; color:#3E3A39;  font-size:85%; font-weight:normal;
background:url(https://file002.shop-pro.jp/PA01359/454/img/saleprice.png) top right no-repeat; background-size:20px 8px;}
.item_info p {display:inline;}
.soldmoji {color:#E5004F; margin-left:0.5em; display:inline;}
.other {
  display:block;
  width:100%;
  text-align:center;
  font-size:140%;
  font-weight:bold;
  letter-spacing:0.2em;
  background-color: rgba(0,174,187, 0.3);
  padding:25px 0;
   border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
  margin:40px 0;
  clear:both;
}
.other:hover {background-color: rgba(0,174,187, 0.5); opacity:1; color:#3E3A39;}

@media (max-width: 480px) { 
  #list {width:85%; margin:40px auto 0 auto;}
  #list h3 { font-size: 120%;}
  .col-lg-3 { width: 50%; height: 300px;}
  .col-lg-3 h2 img, .sold {height:40px!important; }
  .sold {right:2%;}  
  .item_info {font-size:80%; padding-top:7px; line-height:1.7em;} 
  .item_info p {font-size:90%;}
  .sale .soldmoji {margin-left:0;}
  .other {font-size:100%;}
}



