/*
Theme Name: Taki-CT
Theme URI: https://www.taki-ct.jp/
Description: This is taki-ct theme.
Author: Chikuchu
*/


/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display: none;
}
.device-sp-inline{
	display: none;
}
.device-pc{
	display: block;
}
.device-pc-inline{
	display: inline;
}







a img{
	border:none;
}
a:hover img{
	opacity:0.7;
/*	filter:alpha(opacity=70);		/* ie7 */
/*	-ms-filter:"alpha(opacity=70)";	/* ie8 */
}

#clear {
	clear: both;
}
#container {
	width: 980px;
	background-image: url('../images/background_shop.png');
	background-repeat: repeat-y;
}
#contents {
	width: 800px;
	margin-left:90px;
	padding-top: 50px;
	padding-bottom: 50px;
}

a {
	text-decoration: none;
}

#archivetitle {
	color: rgb(255,255,255);
	font-size: 12px;
	margin-left: 25px;
}
#archivetitle span {
	margin-right:10px;
}

/* ヘッダー */
#headerImage {
	float: right;
}
#headerImageBamboo {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
#headerImageRoot {
	float: left;
	margin-left: 30px;
}
#headerTreeImage {
	float: right;
	margin-top:25px;
}
#headimg {
	padding-bottom:0px;
	margin-bottom:0px;
	width:980px;
}
#headerPageLink {
	width:981px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
}
.headerPageLinkButton {
	float: left;
	margin-right:1px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:10px;
}

/* ヘッダーお知らせサムネイル */
#head .infolist{
	padding:0 0 10px;
}

#head .infolist ul{
	list-style:none;
	margin:0;
	padding:1px;
	border-top:solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
}

#head .infolist ul li .title{
	margin:0 3px;
}

#head .infolist ul li{
	float:left;
	width:161px;
	padding:1px;
	line-height:1.5;
	font-size:70%;
}
#head .infolist ul li .thumbnail{
	padding:0 0 2px;
}

#head .infolist ul li .thumbnail img{
	border-radius:10px;
}

#head .infolist ul li img{
	width:161px;
	height:161px;
	object-fit: cover;
	
	vertical-align:bottom;
}
#head .infolist ul li a{
	display:block;
	color:#0044cc;
}

#head .infolist ul li a:hover{
	display:block;
	color:#cc0000;
}

/********** Hot!ショップからの新着情報 **********/
#head .hotshopnews{
	padding:0 0 10px;
}
#head .headingHotshopnews{
	margin:15px 3px 7px;
	text-decoration:underline;
	font-weight:bold;
}
#head .hotshopnews .shop-item{
	float:left;
	width:161px;
	padding:1px;
	font-size:12px;
}
#head .hotshopnews .shop-item a{
	display:block;
}
#head .hotshopnews .shop-item .thumbnail{
	width:161px;
	height:161px;
	padding:0 0 2px;
	overflow:hidden;
}

#head .hotshopnews .shop-item .thumbnail img{
	border-radius:10px;
	width: 161px;
	height: 161px;
	
	object-fit: cover;
}

/********** ショップからの新着情報 **********/
.shopnews{
	margin:0 8px;
	padding:10px;
	background:#f8fbf5;
}
.shopnews .bx-wrapper{
	margin:0 auto !important;
}
.shopnews .bx-wrapper ul{
	list-style:none;
	margin:0;
	padding:0;
}
.shopnews .bx-wrapper ul li{
	margin:0;
	padding:0;
}
.shopnews .bx-wrapper .bx-viewport{
    background:none !important;
    border:0 !important;
    box-shadow:none !important;
    left:0 !important;
}
.shopnews ul.bxslider pre{
	width:1px !important;
	margin:0;
}
.shopnews ul.bxslider .thumbnail img{
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.shopnews ul li .shopname{
	font-size:10px;
}
.shopnews ul li a{
}

/* ショップブログ */
#shopContainer {
	width: 770px;
	text-align: center;
}

.shopTDside {
	background-color:rgb(255,255,255);
}
.shopTDcontent {
	background-color: rgb(185,160,138);
}

/* サイドバー*/
#sidebar {
	float: left;
	width: 230px;
	padding-top: 50px;
	padding-bottom: 20px;
	background-color:rgb(255,255,255);
}
#sideContent {
	margin-left:35px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	width: 160px;
}
#sidebar li li {
	font-size: 10px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: rgb(72,31,10);
}
#sidebar li li a {
	font-size: 10px;
	font-family: "ＭＳ ゴシック",sans-serif;
	color: rgb(72,31,10);
}
#sidebar .screen-reader-text {
	display: none;
}
#sidebar .sideHeaderLogo {
	max-width: 150px;
	max-height: 123px;
}
#sidebar .sideHeaderImage {
	width: 160px;
	display: block;
	text-align: center;
}
#sidebar .shopBlogTitle {
	text-align: center;
	width: 180px;
	color: rgb(72,31,10);
	font-size: 14px;
	font-weight: bold;
	font-family: "ＭＳ 明朝",serif;
	margin-top: 10px;
	margin-bottom: 5px;
}
#sidebar .shopdesc {
	text-align: center;
	color: rgb(72,31,10);
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ 明朝",serif;
	width: 160px;
	margin-bottom: 10px;
}
#sidebar .widget h2 {
/*	background-color: rgb(227,217,207);*/
	background-image: url('../images/background_shop_sidename.png');
	background-repeat: no-repeat;
	width:154px;
	height:22px;
	color: rgb(72,31,10);
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
	text-align: center;
	padding-top:5px;
}
#sidebar .sideCard {
	width:150px;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px rgb(192,192,192);
}
#sidebar .sideCardImg {
	max-width: 120px;
}
#sidebar .sideCardText {
	width: 160px;
	color: rgb(72,31,10);
	font-size: 9px;
	margin-top:5px;
}
#sidebar .sideQR {
	width:160px;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar .shopRSS {
	float: left;
}
#sidebar .shopLogin {
	float: right;
}
#sidebar .shopLogin a {
	color:rgb(144,110,81);
	font-size: 10px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
}
#sidebar input[type="text"] {
	width: 100px;
}
#sidebar input[type="submit"] {
	background-color: rgb(227,217,207);
	color: rgb(102,66,44);
}
#sidebar form {
	text-align: center;
}
#sidebar .shopSideButton {
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 0px;
}

/* サイドバー（携帯） */
#sidebarMobile {
}
#sidebarMobile ul {
	margin: 0;
	padding: 0;
}
#sidebarMobile li {
	list-style: none;
}
#sidebarMobile li li {
	color: rgb(72,31,10);
}
#sidebarMobile li li a {
	color: rgb(72,31,10);
}
#sidebarMobile .widget h2 {
	color: rgb(72,31,10);
	font-size: 16px;
	font-weight: bold;
}

#sidebarPrintBtn{
	padding:20px;
	text-align:center;
}

/* コンテンツ */
#content {
	float: right;
	width: 570px;
	background-color: rgb(185,160,138);
}
/* 店舗情報部分 */
.info{
	height:190px;
}

.shopHeader {
	width: 570px;
	background-image: url('../images/background_shop_info.png');
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 25px;
	padding-right:35px;
}
.shopHeaderImage {
	float:left;
	width: 190px;
	margin-right: 5px;
}
.shopHeaderText {
	float:left;
	width: 300px;
}
.shopHeaderTitle {
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 18px;
	font-family: "ＭＳ ゴシック",sans-serif;
	width: 300px;
	border-bottom: dotted 2px rgb(255,255,255);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.shopHeaderBody {
	color: rgb(72,31,10);
	font-size: 11px;
	font-family: "ＭＳ ゴシック",sans-serif;
	line-height: 13px;
	margin-top: 5px;
}
.info .shopHeaderBody .rootshopHeaderBusinessHour{
	margin-right:20px;
}

.shopHeaderBusinessHour {
	color: rgb(72,31,10);
	font-weight: bold;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	line-height: 14px;
	margin-top: 5px;
}
.shopHeaderTel {
	color: rgb(72,31,10);
	font-weight: bold;
	font-size: 12px;
	font-family: "ＭＳ ゴシック",sans-serif;
	line-height: 14px;
	margin-top: 5px;
}
.shopHeaderURL {
	color: rgb(72,31,10);
	font-weight: bold;
	font-size: 11px;
	font-family: "ＭＳ ゴシック",sans-serif;
	line-height: 13px;
	margin-top: 5px;
}
.shopHeaderComment {
	float:left;
		color: rgb(72,31,10);
	font-weight: bold;
	font-size: 18px;
	font-family: "ＭＳ ゴシック",sans-serif;
	line-height: 14px;
	margin-top: 5px;

}


/* 記事部分 */
.post {
	width: 500px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: rgb(255,255,255);
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#808080, Strength=5, Direction=135);
}
.post img {
	border:none;
}
.thumb {
	float: right;
}
.postTitle {
	margin-left: 30px;
}
.postTitle a {
	color: rgb(73,31,6);
	font-size: 20px;
	font-weight: bold;
}
.postText {
	margin-left: 30px;
	margin-right: 20px;
	font-size: 12px;
	width: 450px;
	display: block;
}
.postText img {
	height: auto;
	width: auto;
	max-width: 450px;
	border: none;
}
.postTextDate {
	text-align: right;
	font-size: 9px;
}
.postTextDate a {
	color: rgb(175,149,124);
	font-size: 9px;
}

/* ページ送り */
#pagenation {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom:	20px;
	color: rgb(255,255,255);
	font-size: 12px;
}
#pagenation a {
	color: rgb(255,255,255);
	font-size: 12px;
}
.oldpage {
	float: left;
}
.newpage {
	float: right;
}

/* フッター */
#foot {
	text-align: center;
	background-color:rgb(72,31,10);
	color:rgb(255,255,255);
	font-size: 10px;
	font-family: "ＭＳ ゴシック",sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#foot a {
	color:rgb(255,255,255);
	font-size: 10px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
}
.footlink {
	color:rgb(255,255,255);
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
	margin-bottom: 2px;
}
.footlink a {
	color:rgb(255,255,255);
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック",sans-serif;
}

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */



/* --------------------------------------------------------------------------------
	共通クラス
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clearfix{zoom:1;} /* IE6 */
*:first-child+html .clearfix{zoom:1;} /* IE7 */
