@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600);

@font-face {
  font-family: 'dattebayo';
   src:url('../font/dattebayo.ttf') format('truetype');

}



  /* =========== SHOP BLOG =========== */


  .shop-headline {
   color:#5d5d5d;
   margin:150px auto 60px auto;
	
  }


  .shop-headline .shop-headline__container {
    margin: 0 auto;
    width: 990px;
    text-align: center;
  }




/* =========== アディション店 =========== */
  .shop-headline .shop-headline__addition {
    margin: 0 auto;
    width:540px;
    text-align: center;

  }

/* =========== 埼玉店 =========== */
  .shop-headline .shop-headline__saitama {
    margin: 0 auto;
    width:520px;
    text-align: center;

  }


/* =========== バーニーズニューヨーク　横浜店 =========== */
  .shop-headline .shop-headline__yokohama {
    margin: 0 auto;
    width:640px;
    text-align: center;

  }
/* =========== 名古屋店 =========== */
  .shop-headline .shop-headline__nagoya {
    margin: 0 auto;
    width:520px;
    text-align: center;

  }

/* =========== 長野店 =========== */
  .shop-headline .shop-headline__nagano {
    margin: 0 auto;
    width:520px;
    text-align: center;

  }

/* =========== 京都店 =========== */
  .shop-headline .shop-headline__kyoto {
    margin: 0 auto;
    width:460px;
    text-align: center;

  }

/* =========== 大阪店 =========== */
  .shop-headline .shop-headline__osaka {
    margin: 0 auto;
    width:440px;
    text-align: center;

  }

/* =========== 神戸店 =========== */
  .shop-headline .shop-headline__kobe{
    margin: 0 auto;
    width:400px;
    text-align: center;

  }

/* =========== 福岡店 =========== */
  .shop-headline .shop-headline__fukuoka {
    margin: 0 auto;
    width:540px;
    text-align: center;

  }

  .shop-headline .shop-headline__heading {
    float: none;
    font-family: "RameauPro-Light";
    font-weight: normal;
    font-size: 72px;
    line-height: 1;
	margin:0 auto;
	padding: 0;
  }

  .shop-headline .shop-headline__heading span{
	font-size: 14px;
	text-align: center;
	margin:0 auto;
	padding: 0;
  }

  .shop-headline .shop-headline__read {
    font-size: 12px;
    line-height: 1.8;
	  font-weight:500;
	 margin:0 auto;
	padding: 0;

  }





/*————————————–
ナビ
————————————–*/
.nav_area{
	text-align: center;
    max-width: 1036px;
	width: 100%;
    margin: 0 auto;
	padding: 0;
}
.nav {
  width: 100%;
  
  margin: 0 0 80px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-family: "Josefin Sans", sans-serif;
}
.nav__item {
  width: calc(100% / 5);
  text-align: center;
  font-size: 12px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.nav__item.all {
  width: calc(100% / 5 * 2);
}
.nav__item .active,
.nav__item:hover {
  background-color: #d89691;
}

.nav__item > a {
  display: block;
  padding: 0.8em 0;
  
}



#gridLayout { clear: both; 
	
}

#tiles  {
	margin-bottom: 80px;
	overflow: hidden;
	}

#tiles li {
	background-color: #ffffff;
	width: 235px;
	float: left;
	text-align: left;
	margin-right: 12px;
	margin-left: 12px;
	

}
#tiles li p img{
	width: 100%;
	}

#tiles .thumbnail_img{
	width: 100%;
	margin: 10px auto;
	padding: 0;
	}

#tiles .thumbnail_img img {
	 object-fit: cover;
	background-color: #f1f1f1;
	width: 235px;
	height:235px;
}



#tiles li p {
    
    font-size: 11px;
    margin: 10px 0 0 0;
    padding-top: 45px;
    width: 100%;

}




#tiles li .date{
	display: inline-block;
	font-size: 11px;
	padding:10px 10px 10px 0;
	margin: 0 10px 0 0;
	 width: 100%;
	border-bottom: 1px solid #ddd;
	text-align: left;

	

}

#tiles li .title{
    display	: inline;
    font-size: 11px;
    margin:0 0 0 0;
    padding: 10px 0;
    width: 100%;
	height:80px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	
}





#tiles li h3{
	font-size: 11px;
	　font-family: "Josefin Sans", sans-serif;
}



#tiles li .date_ar{
	display: inline-block;
	font-size: 11px;
	padding: 10px 10px 10px 0;
	margin: 0 10px 20px 0;
	border-bottom: 1px solid #ddd;
	width: 100%;

	

}

#tiles li .title_ar {
    display	: inline;
	border-bottom: 1px solid #ddd;
    font-size: 11px;
    margin: 10px 0 0 0;
    padding: 10px 0;
    width: 100%;
	height:80px;
}





/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #d89691;
	border-color: #d89691;
	font-weight: bold;
    }


	

	
@media screen and (max-width: 767px) {

.shop-headline {
margin:26% auto 0 auto;
color:#5d5d5d;
  }

  .shop-headline .shop-headline__container {
    padding:50px 20px 0 20px;
    width: 100%;
    text-align:center;
  }
	
	
/* =========== 店名 =========== */
.shop-headline .shop-headline__saitama,
.shop-headline .shop-headline__addition,
.shop-headline .shop-headline__yokohama,
.shop-headline .shop-headline__nagoya,	
.shop-headline .shop-headline__nagano,
.shop-headline .shop-headline__fukuoka
	{
    padding:50px 20px 0 20px;
    width: 100%;
    text-align:center;

  }	
	
.shop-headline .shop-headline__kyoto,	
.shop-headline .shop-headline__osaka,
.shop-headline .shop-headline__kobe
	{
    padding:50px 20px 0 20px;
    width: 80%;
    text-align:center;

  }	
		
	
	
	
  .shop-headline .shop-headline__heading {
    float: none;
    font-family: "RameauPro-Light";
    font-weight: normal;
    font-size:40px;
    line-height: 1;
	  margin: 0 auto 4% auto;
	}
  .shop-headline .shop-headline__read {
    font-size:12px;
    line-height: 1.8;
	font-weight:500;
	text-align:center;
	  }
	
/*————————————–
ナビ
————————————–*/
.nav_area{
	text-align: center;
    max-width:750px;
	width: 100%;
    margin: 0 auto;
	padding: 0;
}
/*ナビゲージョン*/
.nav {
  width: 90%;
  margin: 1rem auto 3rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1rem;
}
.nav__item {
  width: calc(100% / 2);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.nav__item.all {
  width: calc(100% / 2 * 2);
}
.nav__item.active,
.nav__item:hover {
  background-color: #d89691;
}
.nav__item > a {
  display: block;
  padding: 0.8em 0;
}

}




/*————————————–
カラム数
————————————–*/
.container{
  overflow: hidden;
  max-width: 1036px;
  margin-left: auto;
  margin-right: auto;
padding: 0 0 30px 0;
}
.content_area{
  float: left;
  width: 810px;

}
.side_area{
  float: right;
  width: 226px;

}


.searchTitle {
  width: 100%;
 font-size:18px;
  margin:10px 0;
  padding:0;
  border-bottom: 2px solid #ccc;
  text-align: left;
}


.categoryTitle {
  width: 100%;
 font-size:18px;
  margin:10px 0;
  padding:0;
  border-bottom: 2px solid #ccc;
  text-align: left;
}

.sidebar ul.children{
    margin-left:10px;
}




/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {
  .container{
    width: 100%;
  }
  .content_area{
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .side_area{
    /*　floatを解除 */
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
	
.searchTitle {
  width: 100%;
 font-size:18px;
  margin:10px 0;
  padding:0;
  border-bottom: 2px solid #ccc;
  text-align: left;
}
	
.categoryTitle {
  width: 100%;
 font-size:18px;
  margin:10px 0;
  padding:0;
  border-bottom: 2px solid #ccc;
  text-align: left;
}
	
#tiles {
  overflow: hidden;
	width: 100%;

}



#tiles li {
  width: 40%;  
  margin-left: 5%;
  float: left;
  margin-bottom:5px;
	 
}

#tiles .thumbnail_img{
	width: 100%;
	margin: 10px auto;
	padding: 0;
	}

#tiles .thumbnail_img img {
	 object-fit: cover;
	background-color: #f1f1f1;
	width: 100%;
	height:100%;
}


#tiles li p {
  
  font-size: 11px;
  padding-bottom: 10px;
  padding-top: 20%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
}

#tiles li .date{
	display: inline-block;
	font-size: 11px;
	padding:0 10px 0 0;
	margin: 0 10px 0 0;
	 width: 100%;
	border-bottom: 1px solid #ddd;
	text-align: left;
	

	

}

#tiles li .title{
    display:block;
    font-size: 11px;
	height: 90px;
    margin:0 0 0 0;
    padding:0 0;
    width: 100%;
	text-align: left;
	line-height: 180%;
	
	
}

#tiles li h3{
	 margin:0 0 0 0;
    padding:0 0;

	}

.mbb10{
	margin:0 0 10px 0;
	}









/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin: 10% auto 0 auto;
	

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
	display: inline-block;
	 margin-bottom: 0.5em;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #d89691;
	border-color: #d89691;
	font-weight: bold;
    }

/*————————————–
youtube
————————————–*/
.youtube_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
	
	
}


/*————————————–
記事詳細
————————————–*/


.top_titleps{
font-size: 98px;
font-family: "dattebayo";
line-height: 2rem;
color: #c5b48e;
position:absolute;
top:250px;
left: 40%;
transform: translateY(-50%) translateX(-50%);
margin: auto;
}

.shoptitles{
padding:100px 0 50px 0;
font-size: 72px;
font-family: "RameauPro-Light";
text-transform: uppercase;
line-height: 2rem;
position: relative;
text-align: center;
  }
	
.shoptitles span{
font-size: 14px;
text-align: center;
line-height: 2rem;
	}


/*————————————–
Story from
————————————–*/


.top_titleps_storyfrom{
font-size: 98px;
font-family: "dattebayo";
line-height: 2rem;
color: #c5b48e;
position: relative;
top:80px;
left:0;
margin:0;
text-align: left;

}





/*————————————–
内容
————————————–*/

.content_area  .article_area{	
	 margin:10px 30px 20px 0;
	 padding: 0 0;
	 text-align: left;

 }
	
.content_area .article_area h1{
    margin:0;
    padding:0 0;
    font-size:24px;
    font-weight: bold;
    color: #444;
	 font-family: "Josefin Sans", sans-serif;
 text-align:left;
	width: 100%;

	
  }
	
.content_area .article_area .date{
   margin:0;
   padding:0 0 30px 0;
    font-size: 92.4%;
    font-family: "Josefin Sans", sans-serif;
	text-align: left;
	 
  }
	

.content_area .article h2 {
    margin: 0 0 20px 0;
    padding:0 80px 10px 0;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
    color: #444;
	 font-family: "Josefin Sans", sans-serif;
  }
	
	


.content_area .article .mainText {
	margin: 0 30px 20px 0;
	text-align: left;
	font-family: "Josefin Sans", sans-serif;
	font-size:14px !important;
	line-height: 2.2;
  }
.content_area .article .mainText a:link,
.content_area .article .mainText a:visited {
    color: #333;
    text-decoration: underline;
  }
.content_area .article .mainText a:hover,
.content_area .article .mainText a:active {
    color: #999;
    text-decoration: none;
  }

.content_area .article .mainText img {
    margin: 15px 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    float: none !important;
  }


/*————————————–
prevとnext
————————————–*/

.nextArticle {
    padding: 0 0 10px;
    border-bottom: 2px solid #fff;
  }

.nextArticle ul {
    text-align: center;
    　font-family: "Josefin Sans", sans-serif;
  }
.nextArticle ul li {
    width: 30%;
    margin: 0;
    padding: 0;
  }
.nextArticle ul li.prev {
    float: left;
    display: inline;
    text-align: left;
  }
.nextArticle ul li.next {
    float: right;
    display: inline;
    text-align: right;
  }
.nextArticle ul li a {
    color: #111;
  }
.nextArticle ul li a:hover {
    color: #999;
  }


/*————————————–
関連記事
————————————–*/
.relatedarticle_b{
	padding:3% 0 5% 0;
	margin: 0 auto;
	text-align: center;
	width:100%;
	max-width:1000px;
	
	}

.relatedarticle_b h3{
	margin:0;
	padding:0;
	font-size:28px;
	font-family: "RameauPro-Light";	
	width:100%;
	text-align: left;
	font-weight: bold;
	
	}

.relatedarticle_b ul{
	padding: 0;
	margin: 0 auto;
	text-align: left;
	
}
.relatedarticle_b li{
    display: inline-block;
	width: 24%;
	max-width:240px;
	padding:2% 0 2% 0;
  vertical-align: top;
	
}


.relatedarticle_b img{
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: auto;
	
	}

.relatedarticle_b h4{
	font-size: 11px;
	text-align: left;
	width:100%;
	margin:0 0;
	padding:0;
	line-height:100%;
	}

.related-title{
	color:#111111;
	font-size:12px;
	padding:2% 0 0 0;
	line-height:120%;
	text-align: left;
	
	
	}

.related-day{
	padding:2% 5% 0 0;
	color:#111111;
	font-size:10px;
	text-align: left;
	}

.related-txt{
	padding:2% 5% 0 0;
	color:#111111;
	font-size:10px;
	text-align: left;
	line-height:120%;
	}


/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {





.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
  margin: 0 1em;
}
.breadcrumb__item > a {
  text-decoration: underline;
  color: #888;
}
.breadcrumb__item > a:hover {
  text-decoration: none;
}
	
	
/*————————————–
記事詳細
————————————–*/
.top_titleps{
	font-size:46px;
    font-family: "dattebayo";
    line-height: 2rem;
	color: #c5b48e;
	position: absolute;
	top:160px;
  left: 20%;
  transform: translateY(-50%) translateX(-50%);

  margin:0 auto;
}
	
/*————————————–
Story from
————————————–*/


.top_titleps_storyfrom{
font-size:46px;
font-family: "dattebayo";
line-height: 2rem;
color: #c5b48e;
position: relative;
top:0;
left:10px;
margin:0;
text-align: left;

}	
	
	
	
	
.shoptitles{
    padding:0 0;
	margin: 0 auto;
	font-size:44px;
	 font-family: "RameauPro-Light";
	text-transform: uppercase;
    line-height: 2rem;
	 position: relative;
	  text-align: center;
  }
	
.shoptitles span{
    padding: 0;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	 line-height: 2rem;
	}
	
	
	
	
	
	
	
/*————————————–
内容
————————————–*/

.content_area  .article_area{	
	 margin:20px 0;
	 padding: 0 0;
	 text-align: left;
 }
	
.content_area .article_area h1{
    margin:0;
    padding:0 0;
    font-size:16px;
    font-weight: bold;
    color: #444;
	 font-family: "Josefin Sans", sans-serif;
 text-align:left;

	
  }
	
.content_area .article_area .date {
    font-size: 92.4%;
    font-family: "Josefin Sans", sans-serif;
	text-align: left;
	 margin: 0 0;
	  padding: 0 0;
	
	
	 
  }
	
	
.content_area .article h2 {
    margin: 0 0 20px 0;
    padding:0 0 10px 0;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
    color: #444;
	 font-family: "Josefin Sans", sans-serif;
	  width: 100%;
  }
	
	


.content_area .article .mainText {

    margin: 0 0 20px;
	  text-align: left;
	  font-family: "Josefin Sans", sans-serif;
	  font-size:14px !important;
	  line-height: 2.2;
  }
.content_area .article .mainText a:link,
.content_area .article .mainText a:visited {
    color: #333;
    text-decoration: underline;
  }
.content_area .article .mainText a:hover,
.content_area .article .mainText a:active {
    color: #999;
    text-decoration: none;
  }

.content_area .article .mainText img {
    margin: 15px 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    float: none !important;
  }

	
/*————————————–
prevとnext
————————————–*/
.nextArticle {
  width: 90%;
  margin: 0 auto 1rem;
  padding: 0 0 1rem;
  border-bottom: 2px solid #fff;
}
.nextArticle ul {
  text-align: center;
  font-family: serif;
}
.nextArticle ul li {
  width: 30%;
  margin: 0;
  padding: 0;
}
.nextArticle ul li.next {
  float: right;
  display: inline;
  text-align: right;
}
.nextArticle ul li.prev {
  float: left;
  display: inline;
  text-align: left;
}
.nextArticle ul li a {
  color: #111;
}	
	
/*————————————–
関連記事
————————————–*/

.relatedarticle_b {
	padding:3% 2% 5% 2%;
	margin: 0 auto;
	text-align: center;
	width:96%;

	
	}

.relatedarticle_b h3{
	margin:0;
	padding:0 0;
	font-size:24px;
	font-family: "RameauPro-Light";	
	width:100%;
	border-bottom:2px solid #fff;
	text-align: left;
	font-weight: bold;
	line-height: 100%;
	
	}

.relatedarticle_b h4{
	text-align: left;
	font-size:11px;
		margin:0;
	padding:0 0;
	}

.relatedarticle_b ul{
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width:100%;
	
}
.relatedarticle_b li{
    display: inline-block;
	width: 49%;

	padding:2% 0 2% 0;
  vertical-align: top;
	
}
.relatedarticle_b img{
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: auto;
	
	}


.related-title{
	color:#111111;
	font-size:12px;
	padding:2% 0 0 0;
	line-height:120%;
	text-align: left;

	
	}

.related-day{
	padding:2% 5% 0 0;
	color:#111111;
	font-size:10px;
	text-align: left;
	}

.related-txt{
	padding:2% 5% 0 0;
	color:#111111;
	font-size:10px;
	text-align: left;
	line-height:120%;
	}	
	
	
	}



#link_btn{
  list-style: none;
}
 
#link_btn li {
width: 620px;
padding:15px 0;
vertical-align: middle;
margin:6px 5px;
font-size:14px;
text-align: center;
background:#dacbb6;
display: inline-block;
}
 
#link_btn li a {
 text-decoration:none;
color:#36322c;
width: 620px;
padding:15px 0;
}

.caution_area{
	margin:40px auto 30px auto;
	padding:0;
	font-family: "Josefin Sans", sans-serif;
	text-align: left;
	display: none;
}

.mens_instagram{
	margin:40px auto 30px auto;
	padding:0;
	text-align:center;
	
}

/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {
#link_btn li {
width:100%;
padding:15px 10px;
vertical-align: middle;
margin:6px auto;
font-size:12px;
text-align: center;
background:#dacbb6;
display: inline-block;
}
	
#link_btn li a {
 text-decoration:none;
color:#36322c;
width:100%;
padding:15px 10px;
}
	
.caution_area{
	margin:20px auto 10px auto;
	padding:0;
	font-family: "Josefin Sans", sans-serif;
	text-align: left;
}
	
.mens_instagram{
	margin:20px auto 10px auto;
	padding:0;
	text-align:center;
	
}
 
}


.category_shoptitles {
padding:50px 0 ;
margin: 0 auto;
font-size: 40px;
 font-family: "Josefin Sans", sans-serif;
text-transform: uppercase;
line-height: 2rem;
text-align: center;
  }

.category_shoptitles h1{
padding:0;
margin: 0 auto;
text-align: center;
width: 100%;


 }

	
.category_shoptitles h1 span{
padding:10px 0 0 0;
margin: 0 auto;
font-size: 14px;
text-align: center;
line-height: 2rem;
	}

 .explanation{
font-size: 12px;
padding: 40px 0 0 0;
text-align: center;
line-height: 1.2rem;

  }

 .explanation strong{
	 font-weight: normal;
	 }



/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {
	
.category_shoptitles{
padding:20px 0;
margin: 0 auto;
font-size:24px;
 font-family: "Josefin Sans", sans-serif;
text-transform: uppercase;
line-height: 2rem;
position: relative;
text-align: center;
  }
	
.category_shoptitles h1{
padding:0;
margin: 0 auto;
text-align: center;
width: 100%;

 }

	
.category_shoptitles h1 span{
    padding:10px 0 0 0;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	 line-height: 2rem;
	}	
 .explanation{
font-size: 12px;
padding:40px 0 20px 0;
text-align: center;
line-height: 1.2rem;

  }

 }


/*————————————–
店舗名
————————————–*/

#tiles li p{
	padding-top: 0;
}

/*————————————–
検索エリア
————————————–*/
.searcharea {
margin:20px auto;
padding: 0;
}

.searcharea .formWrap {
  position: relative;


}
.searcharea__form {
  width: 100%;
  margin: 0.6em 0 0 10px;
  border: 1px solid #ccc;
  display: flex;
  position: relative;
}
.searcharea__form::after {
  display: block;
  position: absolute;
  right: 0.1em;
  bottom: 0.1em;
  width: 0.8em;
  height: 0.8em;
  content: "";
  background-image: url("../img/search_hoso.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.searcharea__input {
  padding: 0.6em;
  flex: 1 1 auto;
  border: none;
}
.searcharea__submit {
  background-color: transparent;
  border: none;
  width: 1.8em;
  padding: 0;
  position: relative;
  z-index: 1;
}

.movie  {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie  iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*————————————–
検索エリア
————————————–*/


.searcharea .formWrap {
  position: relative;

}
.searcharea__form {
  width:90%;
  margin: 0.6em 0 0 10px;
  border: 1px solid #ccc;
  display: flex;
  position: relative;
}
.searcharea__form::after {
  display: block;
  position: absolute;
  right: 0.1em;
  bottom: 0.1em;
  width:1.6em;
  height:1.6em;
  content: "";
  background-image: url("../img/search_hoso.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.searcharea__input {
  padding: 0.6em;
  flex: 1 1 auto;
  border: none;
}
.searcharea__submit {
  background-color: transparent;
  border: none;
  width: 1.8em;
  padding: 0;
  position: relative;
  z-index: 1;
}



/*————————————–
各種アイコン
————————————–*/
.snsicon_area{
	padding:0;
	margin: 0 auto;
	text-align: center;
	}

.snsicon__list {
  padding: 10px 0 30px 0;
  list-style: none;
display: inline-block;
	text-align: left;
	
}
.snsicon__list:after {
  content: "";
  display: block;
  clear: both;
}
.snsicon__item {
  float: left;
  padding-right: 12px;
}
.snsicon__link {
  display: block;
  width: 50px;
  height:50px; 
  border: 1px solid #505050;
  border-radius: 50%;
  text-align: center;
}
.snsicon__link-icon {
  display: block;
  line-height: 46px;
  font-size: 20px;
 padding: 14px 0 0 0;
	
}
.snsicon__link:hover {
  background-color: #505050;
  color: #fff;
}
	




.clearfix{
    zoom:1;
}
.clearfix:after{
    content:"";
    display: block;
    clear: both;
    height: 0;
    visibility:hidden;
}
 
/* サークルのスタイル */
.sns_circle{
    position:relative;
    width: 50px;
    height: 50px;
    margin:0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #999;
    float:left;
    list-style: none;
}
 
/* Webフォントに関する指定 */
.sns_circle span{
    position:absolute;
    padding:10px;
    font-size:30px;
    color:#FFF;/* 文字の色 */
}
 
/* リンク領域をブロック全体に */
.sns_circle a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent:-999px;
    color:#FFF;/* 文字の色 */
}
 
/* マウスオーバー */
.sns_circle a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
 
/* 横幅を300pxに固定して真ん中に表示 */
ul.circle_group{
    width:300px;
    margin:auto;
    list-style: none;
    padding:0;
}
 
/* アイコン毎の配色と配置 */
.sns_circle.feedly{
    background-color: #6CC655;
}
 
.sns_circle.facebook{
    background-color: #265a96;
}
 
.sns_circle.twitter{
    background-color: #00acec;
}
 
.sns_circle.hatebu{
    background-color: #006fbb;
}
 
.sns_circle.pocket{
    background-color: #EE4256;
}
 
.sns_circle.googleplus{
    background-color: #dd4b39;
}
 
.sns_circle.line{
    background-color: #2cbf13;
}
 
.sns_circle.feed{
    background-color: #ff9900;
}
 
.sns_circle.youtube{
    background-color: #e22d26;
}


/* タグクラウドの指定 */
.shoptag{
	margin:0 auto;
	padding:1% 0;
	text-align: left;
	
	}


.shoptag a{
	display: inline-block;
	margin: 0 .1em .6em 0;
	padding: 1em;
	line-height: 1;
	text-decoration: none!important;
	color: #0000ee;
	background-color: #fff;
	border: 1px solid #dacbb6;
	border-radius: 2em;

		}