@charset "utf-8";
/* CSS Document */

img.ad-footer-original-logo {
    max-width: 50%;
}

.uk-accordion-title {
font-size:130%;
}
.uk-accordion-content {
font-size:110%;
margin: 0px 30px;
}
.uk-lightbox-toolbar {
  color: #fff;
}


#news_detail h2 {
font-size: 1.4rem;
margin-bottom:10px;
}
#news_detail hr {
margin:5px 0;
}
#news_detail .uk-label {
    line-height: 1.4;
    margin-top: -5px;
}

/*旧スタイル*/
/*Master Slider
------------------------------------*/
.ms-promo-info {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: normal;
font-family:'Hiragino Kaku Gothic ProN', Meiryo,'Lusitana',serif;
  text-shadow:1px 1px 6px rgba(0,0,0,0.8);
}

.ms-promo-info-in {
  font-size: 50px;
  font-weight: bold;  
  text-shadow:1px 1px 6px rgba(0,0,0,0.8);
}

.ms-promo-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
font-family:'Hiragino Kaku Gothic ProN', Meiryo,'Lusitana',serif;
  text-shadow:1px 1px 6px rgba(0,0,0,0.8);
}

.ms-promo-sub-in {
  font-size: 15px;
  text-shadow:1px 1px 6px rgba(0,0,0,0.8);
}

.ms-img-bordered {
  background: #fff;
  padding: 7px;
}


/* top category */

.illustration-v1:before {
    background: rgba(0,0,0,0.15);
}

.illustration-v1.illustration-img1 {
    background-image: url(images/banner_event_01.jpg);
}

.illustration-v1.illustration-img2 {
    background-image: url(images/banner_event_02.jpg);
}

.illustration-v2 .product-img {
    border:1px rgba(0,0,0,0.1) solid;
}

.illustration-v2 a.product-review {
    text-align: center;
	display:block;
    position:relative;
    background: rgba(0,0,0,0.7);
}


.shop-rgba-red {
    background: rgba(201,37,60,0.9);
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}

.thumbnails.thumbnail-style  {
    position:relative;
    margin-bottom:25px;
}

.thumbnails.thumbnail-style .caption {
    position:absolute;
    bottom:12%;
    left:0;
    width:100%;
    display:block;
    margin:auto 0;
}

.thumbnails.thumbnail-style .caption h3{
    text-align:center;
    font-weight:bold;
    border-top:2px rgba(0,0,0,0.4) solid;
    border-bottom:2px rgba(0,0,0,0.4) solid;
    margin:0 15px;
    background:rgba(0,0,0,0.2);
}

.thumbnails.thumbnail-style .caption h3 a{
    display:block;
    width:100%;
    padding:12px 0;
    font-size:20px;
    color:#FFF;
}

.thumbnails.thumbnail-style .caption h3 a:hover{
    text-decoration:none;
}

.product-description h4 {
	font-size:16px;
}

.top_information .media-body,
.top_information  .media-left,
.top_information  .media-right {
    width: auto;
    height: auto;
}

.top_information .media-left {
    display: inline-block;
    float: left;
}

.top_information  .media-left img {
    width:120px;
}

.banner_section {
   margin-bottom:35px;
}

.banner_section .tag-box {
    position:relative;
    padding: 0;
    margin-bottom: 15px;
    background:url(images/bg_banner.jpg) rgba(0,0,0,0.8);
}

.banner_section .tag-box .banner-shop-name {
    position:absolute;
    left:-5px;
    top:20px;
}

.banner_section .tag-box .banner-shop-name span.label {
    font-size:1em;
}

.banner-photo {
    padding:0 0 0 15px;
}
.banner-text {
    padding:15px 30px 15px 15px;
}

.banner-text h3,
.banner-text a {
    color:#FFF;
}
.banner-text p {
    color:#ddd;
position: relative;
word-wrap: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.banner_section .tag-box .label.event-closed {
    position:absolute;
    right:20px;
    top:5px;
}

a.banner-link {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	-webkit-transition: 0.3s linear;
	   -moz-transition: 0.3s linear;
		 -o-transition: 0.3s linear;
			transition: 0.3s linear;
}

a.banner-link:hover {
    background:rgba(255,255,255,0.2);    
}

a.banner-link:hover:after {
  content: '\f054'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome; /* FontAwesome or whatever */
    position:absolute;
    bottom:10px;
    right:10px;
    color:#FFF;
    font-size:20px;
}

.item-inner.thumbnail {
    position:relative;
}

.item-inner.thumbnail h4 {
    position:absolute;
    top:25px;
    left:-5px;
    font-size:1.2em;
    z-index:10;
}

.item-inner.thumbnail h4 a {
    background:#9b6bcc;
    color:#FFF;
    padding:5px 10px;
}

.item-inner.thumbnail h4 a:after {
  content: '\f0da'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome; /* FontAwesome or whatever */
  margin-left:5px;
}

ul.blog-tags li {
    position:absolute;
    top:0;
    right:0;
    background:#666;
    font-size:12px;
    color:#FFF;
    padding:3px 5px;
    z-index:9;
}

.item-inner.thumbnail p {
  padding-left:10px;
  padding-right:10px;
}

.item-inner.thumbnail .tel {
    font-size:1.6em;
}

/* isotope custom style */

.portfolio-items > li.portfolio-item .item-inner {
    margin-bottom: 20px;
    border:1px #ddd solid;
}

.portfolio-caption {
	padding:0 10px;
	margin-bottom:10px;
}

.portfolio-caption h4{
	font-size:16px;
        margin-bottom:5px;
}

.portfolio-caption small {
	font-family: 'Lusitana', serif!important;
	font-weight:normal!important;
    float:left;
    color:#999;
    font-size:1.1em;
}

.portfolio-caption span {
    float:right;
    color:#333;
}

.overlay-zoom .zoom-icon {
    top: 0;
    left: 0;
}

.tag-box {
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    background: #333;
    background: url(../images/bg_banner.jpg) rgba(0,0,0,0.8);
}

.uk-label.ad-label-top-right {
  position: absolute;
  right: 2px;
  top: 2px;
  margin: 0;
}

