@charset "utf-8";
/* CSS Document */


/* WORDPRESS フォーマット
--------------------------------------------- */

/* 記事一覧 */
#bread li a {
	font-size:  12px;
	display: inline-block;
	color: #be9550;
}

.article .articleThumbnail {
	width: 240px;
	height: 150px;
	float: left;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #bdac91;
}

.article .articleThumbnail img {width: auto;min-height: 100%;height: auto;max-width: 100%;object-fit: cover;}

.article .articleThumbnail img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    position: absolute;
}
.article .articleThumbnail img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.article li .in .txt_area {
	float: right;
	width: 370px;
}

.article li .in p.price {
    text-align: right;
    width: auto;
    padding-top: 0;
}
.article li .in p.price span a {
    display: inline-table;
}

.textC {
	text-align: center;
}

.mt10.gray3 {
    margin-top: 20px;
}


/* 記事 */

.article_Box {
	font-size: 16px;
	margin-bottom: 5px;
}
.article_Box a:link {
	color: #0e0503;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.article_Box a:visited {
	text-decoration: none;
	color: #0e0503;
}
.article_Box a:hover {
	text-decoration: underline;
	color: #746f6e;
}
.article_Box img { display: inline;}

.article_Box p {
    margin-bottom: 20px !important;
    font-size: 14px;
}

.prevBtn {
	width: 130px;
	float: left;
	color: #5e1b0f;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top:20px;
	margin-bottom:20px;
	text-shadow: 1px 1px 0 #ab8f51;
	background:linear-gradient(#e4ce9c,#ab8f51);
	border-radius: 10px;
	box-shadow:0 0 0 1px #ab8f51 inset, 0 0 0 2px #e9d9b8 inset;
}
.nextBtn {
	width: 130px;
	float: right;
	color:#5e1b0f ;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top:20px;
	margin-bottom:20px;
	text-shadow: 1px 1px 0 #ab8f51;
	background:linear-gradient(#e4ce9c,#ab8f51);
	border-radius: 10px;
	box-shadow:0 0 0 1px #ab8f51 inset, 0 0 0 2px #e9d9b8 inset;
}

.prevBtn a:link, .prevBtn a:visited, .nextBtn a:link, .nextBtn a:visited {
	color: #fff;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}


/* wp-pagenavi */

.wp-pagenavi span,.wp-pagenavi a {
    display: inline;
    margin: 1%;
}


/* wp_social_bookmarking_light */

.wp_social_bookmarking_light {
	height: 25px;
	float: right;
}
	
.wp_social_bookmarking_light div {
	margin-left: 5px;
	float: left;
}

.wsbl_facebook_like {
	width: auto;
}

.wsbl_google_plus_one {
	width: 32px;
}

.wsbl_google_plus_one div {
    width: 30px !important;
}


/* WORDPRESS サイトオリジナル */

#blog p {
    margin-bottom: 0;
    font-size: 14px;
}
#blog .article li .in .txt_area p.txt {
    height: 93px;
    margin-bottom: 40px;
}
#main-contents h3 {
	background: url(../images/icon_h3.jpg)no-repeat top 5px left;
	background-size: 8%;
	font-family: 游明朝 , "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 32px;
	line-height:  1.2;
	color: #a97520;
	border-bottom: 1px dotted;
	margin: 0 0 14px;
	padding: 0 0 10px 60px;
}

#main-contents h3 a {
	display: inline-table;
	font-family: 游明朝 , "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 26px;
	color: #a97520;
}

#main-contents h3 span {
	float:right;
	font-weight: normal;
	font-size: 40%;
	line-height: 2.8;
	margin-top: 10px;
}

#blog .text-right{ text-align:right; font-size: 80%;}

#blog .article {float: left;width: 630px;margin-right: 40px;}
#blog ul.article li {padding: 0 0 15px;margin-bottom: 15px;}
#blog ul.article li:last-child{ border-bottom:none;}

#side_wp  {float: left;width: 230px;}
#side_wp .bnr {
    background: #f38e1d;
    \: #fff;
    padding: 3% 0 3% 3%;
    font-size: 14px;
    color: #fff;
}

#side_wp .bnr span,#side_wp .bnr2 span,#side_wp .bnr3 span {
    float: right;
    padding-top: 2%;
    padding-right: 10px;
    color: #fff;
    font-size: 10px;
}

#side_wp .accordion li {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    width: 100%;
}

#side_wp .accordion li:before {
	content:"▶";
	margin-right: 1%;
	font-size: 40%;
}

#side_wp .accordion li:hover {
    background: #fff5ea;
}

#side_wp .accordion {
    margin-bottom: 6%;
}

#side_wp .accordion li a {
    display: inline;
    font-size: 14px;
    font-weight: normal;
}

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

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #c7a25a;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-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;
	border: thin solid #c7a25a;
}
.wp-pagenavi a:hover{
	color: #f38e1e;
	background-color: #fff5ea;
	}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #f38e1e;
	}

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

/* WORDPRESS スマホ */

#blog {
	width: 100%;
	float:none;
	margin: 5% auto 0;
	padding-bottom: 0;
}
.article li .in .txt_area {
    float: none;
    width: 96%;
    margin: 0 auto;
}

.article li .in p.price {
    text-align: left;
}


.article .articleThumbnail {
	width: 80%;
	height: 170px;
	margin: 0 auto 2%;
	float: none;
	display: block;
}

#blog ul.article {float: none;width: 100%;margin-right: auto;margin-left: auto;margin-bottom: 5%;}
#blog .name a,#blog .name em {
    display: block;
    font-size: 5vw;
}
	#blog .name span {
    display: block;
    margin-top: 3%;
    float: right;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    text-align: right;
    line-height: 2;
}
#side_wp  { float: none; width: 100%; margin: 0 auto;}

#side_wp .bnr span {
    line-height: 1.6;
}
	
#blog p { font-size: 12px;}
.wp-pagenavi {
	clear: both;
	text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #c7a25a;
	background-color: #FFFFFF;
	padding: 1% 2%;
	margin: 0 2px;
	white-space: nowrap;
	-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;
	border: thin solid #c7a25a;
	font-size: 10px;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #f38e1e;
	}
.wp-pagenavi span.pages {
	display:block;
	width:30%;
	margin: 0 auto 2%;
}

#blog .article {float: none;width: 100%;margin-right: 0;}
#blog ul.article li {border-bottom:1px dotted #ccc;padding: 0 0 15px;margin-bottom: 15px;}
#blog ul.article li:last-child{ border-bottom:none;}

#side_wp  { float: none; width: 100%;}
#blog .article li .in .txt_area p.txt {
    height: auto;
    margin-bottom: 5%;
}


#main-contents h3 {
	padding-left: 11%;
}
}

