/*
Theme Name: 小屋女子　DIYカフェ
Theme URI:  http://coyajoshi.com/
Description: 小屋女子　DIYカフェ　のテンプレート
Author: ハムラ / RECOLORD
Author URI: http://hamura.co.jp/
Version: 1
*/

@charset "UTF-8";
@font-face {
	font-family: 'BROADW';
	src: url('css/font/BROADW.eot');
	src: local('BROADW'),
			 url('css/font/BROADW.woff') format('woff'),
			 url('css/font/BROADW.ttf') format('truetype');
}


/* default reset
______________________________
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
--------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	word-wrap: break-word;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1.5; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* clearfix start --------------------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  line-height: 0;
}

.clearfix { display: inline-table; min-height: 1% }

/* for macIE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

#wrapper:after,
.container:after,
section:after,
.social_share:after,
article.feature .wpulik:after,
.mob_display .mob_Fcate li:after,
header:after,
footer:after {
    content: "";
    display: table;
    clear: both;
}

/* clearfix end --------------------------------------------*/


/*---------------------------------------------------------

common

----------------------------------------------------------*/
html, body { height: 100%; }
html { box-sizing: border-box; }

body {
	margin: 0;
	padding: 0;
	color: #000;
	letter-spacing: 1.8px;
	scrollbar-track-color: #727272;
	scrollbar-face-color: #EFEFEF;
	-webkit-text-size-adjust : 100% ;
}

p { margin-bottom: 10px; }

a {
  color: #41372d;
  transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
}

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #E97748;
}

p.name a,
a.name { font-size: 12px; color: #e96b6b; }

footer .large-2 a:hover,
.widget ul.months li a:hover,
#recent_article h2 a:hover { text-decoration: underline; }


img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}


.aligncenter { display: block;　margin: 0 auto; }
.alignright  { float: right; }
.alignleft   { float: left; }

.img_fL { float: left; margin: 0 10px 10px 0; }
.img_fR { float: right; margin: 0 0 10px 10px; }

hr {
	margin: 15px 0;
	height: 1px;
	background-color: #d8d8d8;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
select:focus,
textarea:focus { outline: none; }


.btn:last-chaild { margin-right: 0; }

#wrapper {
	position: relative;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	height: auto !important;
	min-heigth: 100%
}

.container {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}

div.parallax {
    height: 250px;
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

	time {
		font-size: 12px !important;
		font-weight: bold !important;
	}


@media (min-width: 481px) {
.mob_display { display: none; }
}
@media (max-width: 480px) {
.PC_display { display: none; }
}

/*---------------------------------------------------------

 header

----------------------------------------------------------*/

header .topbar {
	height: 40px;
	line-height: 40px;
	background: #e4dccb;
}

#logo img { width: 280px; }

@media screen and (max-width: 768px) {
header .topbar { display: none; }
main { margin-top: 60px; }
  #logo {
    text-align: center;
    margin: 0;
    float: none !important;
  }

	#logo-mobile img { width: 120px; }
}


/*--------------------------------------------
 searchform
--------------------------------------------*/
.search { padding: 4px 15px; }

.rounded {
	border-radius:15px;
		-moz-border-radius:15px;
		-webkit-border-radius:15px;
}

.search_form_area {
	width: 95%;
	height: 50px;
}

.search_form_area input[type=text]{ background: #fff; }


/*------------- searchform(mobile) -------------*/
.header-button {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
  outline: none;
  border: none;
  box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}


#mobile-search {
	position: fixed;
	top: 0;
	right: 0;
  z-index: 35;
	text-align: center;
	font-size: 24px;
	background: #fff;
}

#search-form {
  position: fixed;
  top: 60px;
  left: 0;
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #f7f7f7;
  z-index: 35;
}

#search-form.open { max-height: 60px; }
#search-form fieldset {
  position: relative;
  padding: 0;
  border: none;
}

#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
}

#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none;
}

#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #e96b6b;
}

@media screen and (min-width: 769px) {
  #mobile-search { display: none; }
}

/*---------------------------------------------------------

 content

----------------------------------------------------------*/
.what_new_area,
.feature_area,
.rank_area,
footer .container { padding: 35px 0; }

a.all_btn,
main h2,
main h3 { font-weight: bold; }

	a.all_btn {
		position: absolute;
		top: 30px;
		right: 0;
		display: inline-block;
		padding: 6px 15px;
		text-align: center;
		font-size: 12px;
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
		border: 2px solid #000;
		background: rgba(255,255,255,.8);
	}

	.what_new_area a.all_btn { right: 20px; }

	a.all_btn i { font-size: 18px; }

	#sidebar a.all_btn {
		position: static;
		display: block;
		padding: 15px 0;
		text-align: center;
		font-weight: bold;
		background: #f7f7f7;
		border: none;
	}

	#sidebar a.all_btn i {
		font-size: 18px;
		vertical-align: middle;
	}

	a.mob_all_btn {
		display: block;
		padding: 15px 0;
		text-align: center;
		font-weight: bold;
		background: #f7f7f7;
	}

	a.mob_all_btn i {
		margin-left: 30px;
		font-size: 45px;
		vertical-align: middle;
	}

	main h2.title,
	.tag_cloud { position: relative; }
	main h2.title {
		margin-bottom: 15px;
		padding: 2% 20px;
		font-family: 'BROADW';
		font-size: 18px;
		color: #41372d;
		letter-spacing: 3px;
	}

	main .cafe_news h2.title { padding: 2% 0; }

		main h2.title img {
			position: relative;
			top: 10px;
			margin-right: 15px;
			width: 35px;
		}

		main h2.title span {
			font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
			font-size: 14px;
			color: #000;
		}

		main .cafe_news h2.title span { font-size: 18px; color: #41372d; }


	p.update { position: relative; }
		p.update a.cate_btn02 {
			position: absolute;
			top: 0;
			right: 0;
			display: inline-block;
			padding: 3px 15px;
			color: #fff;
			text-align: center;
			font-size: 12px;
			font-weight: bold;
			background: #40362c;
		}

	ul.cate_btn02 li { display: inline-block; margin-bottom: 8px !important; }
		ul.cate_btn02 li a {
			display: block;
			padding: 3px 15px;
			color: #fff;
			text-align: center;
			font-size: 12px;
			font-weight: bold;
			background: #40362c;
		}

		ul.article_box li { padding: 2% 0; border-top: 1px solid #ccc; }
		ul.article_box li:first-child,
		ul.article_box .large-12 li { border-top: none; }
		ul.article_box ul.cate_btn02 li { margin-bottom: 0 !important; }


		ul.article_box li { padding: 2% 0; border-top: 1px solid #ccc; }
		ul.article_box li:first-child { border-top: none; }


@media screen and (max-width: 480px) {
	.what_new_area,
	.feature_area,
	.rank_area,
	footer .container { padding: 15px 0; }

	main h2.title { margin-bottom: 0; }

	a.all_btn { display: none; }
}


/*--------------------------------------------

 breadcrumbs
--------------------------------------------*/

#breadcrumbs {
	margin-bottom: 45px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	background: #f7f7f7;
}
		#breadcrumbs a:after {
			content: ">";
			padding: 0 8px;
		}

@media screen and (max-width: 480px) {
#breadcrumbs {
	margin-bottom: 10px;
	padding: 10px 5%;
	font-size: 10px;
	font-weight: normal;
}
}

/*--------------------------------------------

 HoverEffect
--------------------------------------------*/

/*------------- feature -------------*/
main .grid figure {
	position: relative;
	text-align: center;
	cursor: pointer;
}

main .grid figure img {
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

main .grid figure figcaption {
	color: #fff;
	font-size: 18px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

main #sidebar .grid figure figcaption { font-size: 14px; }

main .grid figure figcaption::before,
main .grid figure figcaption::after { pointer-events: none; }

main .grid figure figcaption p { margin-bottom: 0; }

#wrapper main .grid figure figcaption,
#wrapper main .grid figure figcaption p > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wrapper main .grid figure figcaption p > a {
	z-index: 5 !important;
	white-space: nowrap !important;
	font-size: 0 !important;
	opacity: 0 !important;
}


main figure.effect {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

main figure.effect figcaption {
	background-color: rgba(65,55,45,0.4);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

main figure.effect figcaption::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}

main figure.effect h2 { margin: 12% 0; }

main figure.effect:hover figcaption { background-color: rgba(65,55,45,0); }

@media screen and (max-width: 480px) {
	main figure.effect figcaption { background-color: rgba(65,55,45,0); }
	main .grid figure figcaption { font-size: 14px; font-weight: normal; }
}



/*-------------------------------------------------------------------------------------

 footer

--------------------------------------------------------------------------------------*/
.banner_list { margin: 15px 0 80px ; }

footer { background: #f6f5ee; }

	footer .large-2 {
	padding: 5px 0 0 15px;
	height: 190px;
	border-left: 1px solid #878787;
	}
	footer .large-2 li a { padding-left: 10px; font-size: 13px; }
	footer .large-2 li:before {
		font-family: FontAwesome;
		content:"\f0da";
	}

@media screen and (max-width: 480px) {
.banner_list { margin: 15px 0 0; }
}

/*-------------  sns -------------*/

.logo_box {
	float: left;
	font-size: 12px;
	text-align: center;
}

	.sns_list li {
			display: inline-block;
			width: 20%;
		}

			.sns_list li a {
					display: block;
					width: 55px;
					height: 55px;
					line-height: 55px;
					font-size: 24px;
					text-align: center;
					border-radius: 50%;
			}

			.sns_list li.online a { color: #000; background: #fff; }
			.sns_list li.twitter a { color: #fff; background: #1DA1F2; }
			.sns_list li.facebook a { color: #fff; background: #4d75b2; }
			.sns_list li.youtube a { color: #fff; background: #E62117; }
			.sns_list li.insta a { color: #fff; background: #c5c3b1; }
			.sns_list li.pinterest a { color: #fff; background: #b2081a; }


/*---------------------------------------
 スマホデザイン
-----------------------------------------*/

.mob_display .mob_Fcate li {
	display: block;
	float: left;
	width: 50%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.mob_display .mob_Fcate li:nth-child(even) { border-right: none; }

	.mob_display .mob_Fcate li a { display: block; padding: 15px 10px; }
	.mob_display .mob_Fcate li a:before {
		font-family: FontAwesome;
		content: "\f105";
		margin-right: 10px;
		padding: 4px 7px;
		font-size: 10px;
		color: #fff;
		background: #000;
		border-radius: 50%;
	}

	.mob_display .about_list { margin: 15px 2%; }
	.mob_display .about_list li:before { content: " | "; }
	.mob_display .about_list li:first-child:before { content: none; }
	.mob_display .about_list li a { font-size: 10px; }

.mob_display footer { text-align: center; }
.mob_display ul.about_list li { display: inline; }
.mob_display .logo_box img { width: 75%; margin: 0 auto; }


/*-------------  copyright -------------*/

.copyright { background: #000; }
.copyright p {
	padding: 15px 2%;
	color: #fff;
	font-size: 12px;
	text-align: center;
}


/*-------------  scrollTop -------------*/
#scrollTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 21px;
    cursor: pointer;
    color: #41372d;
    border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
    background: rgba(226,218,201,.7);
    z-index: 35;
}

@media (max-width: 768px) {
	#scrollTop {
		right: 25px;
		bottom: 25px;
	}
}

#scrollTop:hover { background: rgba(226,218,201,1); }
#scrollTop:before {
	font-family: FontAwesome;
	content: "\f077";
}

@media screen and (min-width: 1050px)  {
.pickupbana{float:left;width:32%;margin-right:1%;}
.pickupbana2{float:left;width:32%;}
.toptit{float:left;width:30%;}
.toptitmore{float:right;width:15%;}
.block1{margin-top:4%;}
.topblock{display:inline-block;width:25%;margin-right:3%;}
.topblock2{display:inline-block;width:70%;vertical-align:top;margin-top:1%;}
.topnewtit{font-size:1.3em;font-weight:900;}
.spv{display:none;}
.logosize{width:40%;}
.kanren{display:inline-block;width:22.5%;margin:1%;border:solid 1px #e3e3e3;vertical-align:top;}
.kanren img{width:100% !important;}
.booktit{font-size:2em;font-weight:900;}
.bookflo{float:left;width:71%;margin:2%;line-height:180%;}
.newflo{float:left;width:20%;font-weight:900;margin-top:1%;}
.newflo2{float:left;width:77%;margin-left:3%;margin-top:1%;}
}
@media screen and (min-width: 641px) and (max-width: 1049px) {
.pickupbanasp{float:left;width:48%;margin-right:4%;}
.pickupbanasp2{float:left;width:48%;}
.toptit{float:left;width:60%;}
.toptitmore{float:right;width:22%;margin-top:1%;}
.block1{margin-top:4%;}
.topblock{display:inline-block;width:24%;margin-right:3%;}
.topblock2{display:inline-block;width:70%;vertical-align:top;margin-top:1%;}
.topnewtit{font-size:1.1em;font-weight:900;}
.pcv{display:none;}
.logosize{width:30%;}
.kanren{display:inline-block;width:47%;margin:1%;border:solid 1px #e3e3e3;vertical-align:top;}
.booktit{font-weight:900;}
.bookflo{float:left;width:71%;font-size:0.8em;}
.newtd{width:40%;}
.newflo{font-weight:900;}
.newflo2{margin-bottom:2%;}
}
@media screen and (max-width:640px){
.pickupbanasp{float:left;width:48%;margin-right:4%;}
.pickupbanasp2{float:left;width:48%;}
.toptit{float:left;width:60%;}
.toptitmore{float:right;width:22%;margin-top:1%;}
.block1{margin-top:4%;}
.topblock{display:inline-block;width:24%;margin-right:3%;}
.topblock2{display:inline-block;width:70%;vertical-align:top;margin-top:1%;}
.topnewtit{font-size:1.1em;font-weight:900;}
.pcv{display:none;}
.sidenone{display:none;}
.logosize{width:30%;}
.kanren{display:inline-block;width:98%;margin:1%;border:solid 1px #e3e3e3;vertical-align:top;}
.booktit{font-weight:900;}
.bookflo{float:left;width:71%;font-size:0.8em;}
.newtd{width:40%;}
.newflo{font-weight:900;}
.newflo2{margin-bottom:2%;}
}

a:hover {
	opacity: 0.5 ;
}

.pick-banner {
    margin-bottom:1em;
}
.pick-banner .owl-carousel{
    padding:0 !important;
}



.pinwrapper {
    width: 100%;
    margin: 50px auto;
}

.pincolumns {
	-webkit-column-count: 5;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 5;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	column-count: 5;
	column-gap: 15px;
	column-fill: auto;
}

.pin {
    display: inline-block;
    background: #FEFEFE;
    border: 2px solid #FAFAFA;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 15px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.pinthum {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.pin p {
    font: 12px/18px Arial, sans-serif;
    color: #333;
    margin: 0;
}

@media screen and (max-width:640px){
	.pincolumns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

.bumon-area .large-8 .box {
    margin: 3% 0;
    padding: 2%;
    border: 1px solid #ccc;
    border-radius: 5px;
}