.flex {	/*子要素の幅に合わせて改行*/
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flex;
	display : -o-flex;
	display : flex;
	-webkit-flex-wrap : wrap;
	flex-wrap : wrap;
	justify-content : space-between;
	align-items : stretch;
}
--------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 1000px) {
.flex ,
.flex-nowrap {
/*	display : block;*/
}
}



.for_pc {
	display : block;
}
.for_sp {
	display : none;
}
@media only screen and (max-width : 780px) {
.for_pc {
	display : none;
}
.for_sp {
	display : block ;
}
}

.photoL{
	float:left;
	margin: 0 10px 0 0;
	display:block;
}

.photoR{
	float:right;
	margin:0 0 0 10px;
	display:block;
}


/*ボーダーなしテーブル　スマホで縦並び*/


.post ul.ume{
	list-style:none;
	margin:0;
	padding:0;
}
.post ul.ume li{
	float:left;
	margin:0 6px 0 0;
	padding:0;
		list-style:none;
}
.post ul.ume li img{
	display:block;
	height:300px;
	width:auto;
}
@media only screen and (max-width: 480px) {
.post ul.ume li img{
	display:block;
	width:100%;
	height:auto;
}	
	
	}
table.bn{
	border:none;
	margin:10px 0 20px 0;
	width:100%;
	border-collapse:0;
border-spacing:0;
}
table.bn th p{
	margin:0;
	padding:0;
}
table.bn th{
	border:none;
	vertical-align:top;
	font-size:14px;
	line-height:1.4em;
	padding:6px 4px 6px 4px;
	color:#000000;
}
table.bn th h2{
	font-size:24px;
	line-height:1.2em;
}
table.bn td{
	border:none;
	vertical-align:top;
	font-size:14px;
	line-height:1.4em;
	padding:6px 4px 6px 4px;
	border:1px solid #999999;

}
h5.yen strong a{
    font-size: 18px;
    font-weight: bold;
    padding: 4px 40px 4px 60px;
    color: #000;
    border-style: none;
	    background:#F90 url(https://www.jingisu.com/lp/_cart/img/cart_icon.png) no-repeat 8px 2px;
		margin:2px 10px 10px auto;
		text-decoration:none;
    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;


    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
}




/*----------------------------------------------------------
スマホではthを縦並びにする
----------------------------------------------------------*/
@media only screen and (max-width : 780px) {
table.bn {
	display : block;
	width : 100%;
}
table.bn tbody,
table.bn tr{
	display : block;
	width : 100%;
}
table.bn th{
	display : block;
	width : 100%;
	border-top:none;
	padding : 10px 0;
}
table.bn td{
	display : block;
	width : 100%;
	border-top:none;
	padding : 10px 0;
}
}

h5.go a{
display:block;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 40px 16px 80px;
    color: #000;
    border-style: none;
	    background:#F90 url(../images/sankaku.png) no-repeat 24px 15px;
		margin:2px 10px 10px 0;
		text-decoration:none;
		max-width:340px;
		margin:10px 0;
    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;


    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
}
h5.go a:hover {
	color:#CC0000;
	background-color:#FFCC33;
}

.red{
	color:#FF0000;
}
.chuui{
	border:1px dotted #811910;
	margin:20px 0;
	padding:10px;
}

/*上下線だけのテーブル*/

table.formmail{
	border-collapse: collapse;
	width: 100%;
	border:none;
	margin:0 0 20px 0;
}
table.formmail td{
 font-size:14px;
 line-height:1.2em;
 	text-align: left;
	padding:14px 4px;
	vertical-align: middle; 
		border:none;
	background:#F4E4E1;
		border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding:6px 10px;
}
table.formmail td p{
	margin:0;
	padding:0;
}


table.formmail th{
	 font-size:14px;
 line-height:1.2em;
	padding: 4px 10px;
	font-weight: bold;
	text-align:left;
 background:#D3C6B6;
 vertical-align:middle;
 color:#000;
 	border-left:none;
	border-right:none;
			border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	width:25%;
}
table.katudou tr{
	border-bottom: 2px solid #fff;
}


/*-----------Contents---------*/
#sb_instagram .sb_instagram_header h3{
	background:none !important;
}
@media only screen and (max-width : 480px) {
#sb_instagram{
	display:none;
}
}
/*--------------------------------------------------------------------------------------------------------------------
表示コントロール
--------------------------------------------------------------------------------------------------------------------*/
.no_display {
	visibility : hidden;
	font-size : 0;
	line-height : 0;
}
.disp-pc {
	display : block;
}
.disp-mobile {
	display : none;
}
.disp-center {
	text-align :center;
}
.box_left {
	float : left;
}
.box_right {
	float : right;
}
@media only screen and (max-width : 780px) {
.disp-pc {
	display : none;
}
.disp-mobile {
	display : block;
}
.box_left ,
.box_right {
	float : none;
	text-align : center;
}
}
/*--------------------------------------------------------------------------------------------------------------------
画像
--------------------------------------------------------------------------------------------------------------------*/
img.size-full,
img.size-large {
	max-width : 100%;
	height : auto;
}
img.alignright {
	display : inline;
	float : right;
	margin : 0 0 10px 10px;
}
img.alignleft {
	display : inline;
	float : left;
	margin : 0 10px 10px 0;
}
img.aligncenter {
	display : block;
	margin : 0 auto;
}
@media only screen and (max-width: 780px) {
img.alignright ,
img.alignleft ,
img.aligncenter {
	display : block;
	float : none;
	margin : 0 0 10px 0;
}
}
/*--------------------------------------------------------------------------------------------------------------------
必須・注意書き
--------------------------------------------------------------------------------------------------------------------*/
.require,
.caution {
	font-size : 70%;
	color : #f00;
}
/*--------------------------------------------------------------------------------------------------------------------
検索フォーム
--------------------------------------------------------------------------------------------------------------------*/
#search {
	position : relative;
	margin : 6px 0 4px 16px;
	height : 96px;
}
#search p {
	font-size : 120%;
	font-weight : normal;
}
#sp_search {
	display : block;
	padding : 0px;
	position : relative;
	width : 100%;
	box-sizing : border-box;
	height : 46px;
}
#s {
	position : absolute;
	height : 35px;
	color : #666;
	border : none;
	z-index : 10;
	padding : 5px 40px 5px 5px;
	width : 55%;
	left : 25%;
	top : 0;
	box-sizing : border-box;
}
#searchsubmit {
	position : absolute;
	right : 1%;
	top : 0;
	z-index : 20;
	width : 68px;
	height : 35px;
	border-radius : 0;
}

*:first-child + html #searchsubmit {
	top : 1px;
}
/*#go_cate{
		position:absolute;
	top:40px;
}*/
#go_cate img{
	display:block;
	margin:0 auto;
	height:auto;
	max-height:50px;

}

/*--------------------------------------------------------------------------------------------------------------------
ヘッダ
--------------------------------------------------------------------------------------------------------------------*/
header .inner {
	display : flex;
}
#header_left {
	width : 700px;
}
header #header_lefttop {
	display : flex;
	margin : 10px 5px 0 0;
}
header #header_leftbottom {
	display : flex;
}



header #sitename {
	flex-shrink: 0;
	display : block;
	margin: 0 20px 0 10px;
	width : 196px;
	height : 72px;
}
header #top_koujou {
	flex-basis: 227px;
	flex-shrink: 0;
	height : 101px;
	margin: 0 20px 10px 10px;
}
header #top_koujou img {
	border: 1px solid #FFF;
}
header #header_right {
	flex-basis: 325px;
	flex-shrink: 0;
	height : 189px;
	margin: 10px;
}
header #header_right form .search_ttl {
	position : absolute;
}
header #header_right form input.search_txt {
	position : absolute;
	left : 90px;
	height:30px;
	width:235px;
}
header #header_right form input.search_box {
	position:absolute;
	top:3px;
	right:10px;
}
header h1.description {
	margin : 10px 0 0 0;
	font-size : 16px;
	line-height : 20px;
	font-weight : bold;
	color : #FFF;
	float : left;
}
header p {
	color : #FFF;
	font-weight : bold;
	font-size : 130%;
}
header nav#gnav {
	width : 100%;
	margin : 0;
	padding : 0;
	background : #DDDDDD;
}
header #top_tel {
	margin : 4px 0 4px 0;
	width : 444px;
	height : auto;
}
header #top_pay {
	width : 425px;
	height : 46px;
}
/*
@media screen and (max-width: 780px) {
header #header_lefttop {
	margin : 0 5px 0 0;
	padding-top : 10px;
}
header .inner {
	display : block;
}
#header_left {
	width : 100%;
}
header#sp_menu {
	display : flex;
}
header #header_lefttop {
	justify-content: space-between;
}
header #sitename {
	width : 50%;
}
header #header_leftbottom {
	display : none;
}
header .header_sp_tel {
	display : none;
}
header #top_tel {
	width : 100%;
	height : auto;
	margin-bottom :10px;
}
header #top_pay {
	width : 100%;
	height : auto;
	margin-bottom :10px;
}
}
*/
/*--------------------------------------------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------------------------------------------*/
#home_post p{
	margin : 0 0 6px 0;
	font-size:14px;
	line-height:1.2em;
}
@media only screen and (max-width: 640px) {
	#home_post p{
	margin : 0 0 6px 0;
	font-size:13px;
	line-height:1.2em;
}
	
	}

.post p {
	margin : 0 0 6px 0;
}
.post ul ,
.post ol {
	padding : 10px 0 10px 30px;
}
.post ul li {
	list-style-type : disc;
}
.post ol li {
	list-style-type : decimal;
}
h1.entry-title {
	margin : 60px 0 20px 0;
	padding : 10px 10px 10px 50px;
	background : url(../images/h1.png) #998675 no-repeat -3px center;
	font-size: 24px;
	line-height: 36px;
	color : #fff;
	text-align:left!important;
}
h1.entry-title:first-child {
	margin-top : 0;
}
h1.entry-title a {
	text-decoration: none;
}
h1.entry-title a:hover {
	text-decoration: underline;
}
.post h1 {
	clear : both;
	background :none;
	color : #222;
	font-size : 22px;
	line-height : 1.2em;
	margin : 30px 0 20px 0;
	padding : 6px 10px;
	text-align:center;
	border-bottom:2px #998675 solid;
	text-align:center;
}


.post h2 {
	clear : both;
	background : #742828;
	color : #fff;
	font-size : 20px;
	line-height : 1.2em;
	margin : 30px 0 20px 0;
	padding : 6px 10px;
}
h2:nth-child(1) {
	margin-top : 0;
}
h2 span {	/*TOC+対策*/
	color : #fff;
}
.post h3 {
	font-size : 17px;
	margin : 30px 0 20px 0;
	padding : 8px 0 16px 0;
	line-height : 1.3em;
	font-weight : bold;
	background:url(../images/line_red.png) no-repeat -10px bottom;
	color : #000;
	clear:both;
}

@media only screen and (max-width: 480px) {
	.post h1 {
	font-size : 16px;	
	}
.post h3 {
	font-size : 18px;
	margin : 20px 0 10px 0;
	padding : 4px 0 4px 0;
	line-height : 1.2em;
	background-image:none;
	background:#FDD3A2;
}	
	
	}


.post h3:nth-child(1) {
	margin-top : 0;
}
.post h3 a {
	text-decoration : none;
}
/*----------------------------------------------------------
投稿日・カテゴリ・タグ・投稿者
----------------------------------------------------------*/
.blog_info {
	margin : 20px 0 10px 0;
	background : none;
	text-align : right;
	padding : 4px 0;
	border-top : 1px dotted #999;
}
.blog_list .blog_info {
	background : url(../images/kei.png) no-repeat top;
	padding : 20px 0;
	border-top : none;
}
.blog_info p {
	margin : 0;
}
.blog_info * {
	font-size: 12px;
	line-height : 16px;
}
/*----------------------------------------------------------
引用
----------------------------------------------------------*/
.post blockquote {
	padding: 40px 20px 0 20px;
	margin: 20px 0;
	background: #e3e3e3 url("../images/quote-top.png") left top no-repeat;
	border : 8px solid #eee;
}
.post blockquote:after {
	display : block;
	content : url(../images/quote-bottom.png);
	text-align : right;
	padding : 0;
	margin : 0;
}
/*----------------------------------------------------------
ブログ　post_list 一覧表示
----------------------------------------------------------*/
#blog_top_img {
	margin-top : 10px;
}
body.single h1.entry-title,
h3.entry-title {
	background : url(../images/blog_ttl.jpg) no-repeat -10px bottom;
	height : 70px;
	overflow : hidden;
	padding : 5px;
}
body.single h1.entry-title {
	color : #000000;
	font-weight:bold;
}
h3.entry-title a {
	color : #000000;
	font-size : 80%;
}
img.avatar {
	width : 55px;
	height : 55px;
	float : left;
	padding-right : 5px;
}
#post_list dl {
	padding : 0;
	margin : 30px 0 20px 0;
	padding : 0 0 20px 0;
	background:url(../images/kei.png) no-repeat -10px bottom;
}
#post_list dl:last-child {
	padding-bottom: 20px;
}
#post_list dt {
	float : left;
	width : 300px;
	height : 208px;
	border : 12px solid #fff;
	box-shadow : 2px 2px 6px #999;
}
#post_list dd {
	margin : 0 0 0 320px;
}
#post_list dd h3.entry-title a {
	font-size: 20px;
	line-height: 28px;
	margin : 0 0 10px 0;
	font-weight:bold;
}
@media only screen and (max-width: 780px) {
#post_list dd h3.entry-title a {	
	display : block;
	font-size: 15px;
	line-height: 17px!important;
	font-weight:normal;
	margin : 0!important;
	padding : 0!important;
}
}
#post_list dd h3.entry-title a:hover{
	color:#FFCC00;
}
#post_list dd .entry-content {
	margin : 0 0 10px 0;
	font-size: 15px;
	line-height: 1.3em;
	padding: 0;
}
@media only screen and (max-width: 780px) {
#post_list dt {
	width : 120px;
	height : 84px;
	border : 4px solid #fff;
	box-shadow : 1px 1px 2px #999;
}
#post_list dd {
	margin : 0 0 0 130px;
}
#post_list dd h3.entry-title {
	line-height: 24px;
}
#post_list dd .entry-content {
	font-size: 12px;
	line-height: 16px;
}
#post_list dd .blog_info {
	display : none;
}
}
/*----------------------------------------------------------
関連記事表示部分
----------------------------------------------------------*/
#related {
	margin : 40px 0 0 0;
}
#related h4 {
	font-size: 16px;
	line-height : 24px;
	color : #fff;
	padding: 13px 20px;
	border: none;
	margin: 20px 0;
	background : #534741;
}
#related h4 i {
	color : #fff;
	font-size : 24px;
}
#related dl {
	margin: 10px 0;
	border-bottom : 1px dotted #333;
}
#related dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}
#related dt {
	float: left;
	width: 100px;
	margin: 0;
}
#related dt img {
	width: 100px;
}
#related dd {
	margin : 0 0 0 120px;
}
#related dd h5 {
	font-size : 16px;
	font-weight : bold;
	padding : 0px;
	margin : 0 0 5px 0;
}
#related dd .entry-content {
	font-size: 13px;
	line-height: 18px;
}
@media only screen and (max-width: 780px) {
#related dd {
	margin : 0;
}
#related dd h5 {
	font-weight : normal;
}
#related dd .entry-content {
	display : none;
}
}
/*----------------------------------------------------------
サイトマップ　色指定はブロックごと
----------------------------------------------------------*/
ul#sitemap_list li {
	list-style : none;
	line-height : 20px;
	margin : 0 0 7px 0;
}
ul#sitemap_list li > ul {
	border-top : 1px solid #999;
}

/*----------------------------------------------------------
コメント
----------------------------------------------------------*/
#comments {
	font-size : 14px;
	line-height : 20px;
	padding : 0 20px 10px 20px;
	margin : 40px 0;
	background : #dac7b7;
}
#comments * {
	color : #000000;
}
.comment-body {
	padding : 10px;
	margin-bottom : 20px;
}
#comments h3 {
	background : url("../images/comment.png") no-repeat left center;
	font-size : 16px;
	line-height : 50px;
	color : #000000;
	padding : 0 0 0 70px;
	border : none;
	margin : 20px 0 10px 0;
}
#comments h3 a {
	color : #000000;
	font-weight : bold;
}
#comments ol.commets-list li {
	list-style-type : none;
}
#comments p {
	font-size : 14px;
	font-weight : normal;
	line-height : 20px;
	margin : 0px;
	padding : 5px 0;
	color : #000000;
}
#comments label {
	display : block;
}
.metadata {
	font-size : 13px;
	line-height : 20px;
}
.fn {
	font-style : normal;
	font-size : 13px;
}
.says {
	font-size : 13px;
	line-height : 18px;
}
.commentmetadata {
	border-bottom : 1px dotted #999;
	font-size : 12px;
	line-height : 15px;
	width : 100%;
	clear : both;
	padding : 10px 0 5px 0;
	margin : 10px 0;
}
.reply {
	padding : 5px;
	font-size : 13px;
}
#comments #respond {
	font-size : 16px;
	font-weight : bold;
	margin-bottom : 10px;
	padding-top : 5px;
}
#comments #commentform .tags {
	padding : 10px;
	background : #f3f3f3;
	font-size : 13px;
}
#comments #commentlist img {
	padding : 10px;
}
#comments .commets-list {
	padding-left : 0;
	list-style-type : none;
}
ul.children {
	padding : 0;
}
.commets-list li {
	list-style-type : none;
}
.comment-author.vcard .avatar {
	float : left;
	margin-right : 10px;
}
.vcard .fn {
	font-size : 13px;
	line-height : 18px;
}
.form-allowed-tags {	/* コメント欄の下にある使用できるタグの表記を消す */
	display : none;
}
#comments textarea {
	margin-bottom : 10px;
	width : 100%;
	border : 1px #f2f2f2 solid;
	background : #fff;
	color : #000;
}
#comments input {
	padding : 10px 0;
	width : 100%;
	border-radius : 2px;
	border : 1px #fff solid;
}
/* コメントボタン */
#comments input[type="submit"] {
	background-color : #998675;
	padding : 10px;
	-webkit-appearance : none;
}
/*----------------------------------------------------------
カテゴリーリスト
----------------------------------------------------------*/
div[id^="categories"] {
	margin : 0 0 20px 0;
	font-size : 14px;
}

div[id^="categories"] ul li {
	margin : 0;
	text-indent : 4px;
}
div[id^="categories"] > ul > li > a:before {
	font-family: FontAwesome;
}
div[id^="categories"] > ul > li > a {
	display : block;
	margin : 0;
	padding : 0;
}
div[id^="categories"] > ul > li > a:hover {
	background-color : #ccc;
}

div[id^="categories"] ul li ul li {
	text-indent : 10px;
}
div[id^="categories"] ul li ul li a {
	display : block;
	margin : 0;
	padding : 0;
}
div[id^="categories"] ul li ul li a:hover {
	background-color : #ccc;
}
/*--------------------------------------------------------------------------------------------------------------------
404
--------------------------------------------------------------------------------------------------------------------*/
#tags_404 {
	margin : 30px 0 0 0;
	border : 1px solid #998675;
	padding : 10px;
}
#tags_404 h3 {
	margin : -10px -10px 10px -10px;
	padding : 10px;
	background : #998675;
	color : #fff;
	font-size : 20px;
	font-weight : bold;
	border : none;
}

/*--------------------------------------------------------------------------------------------------------------------
サイドバー
--------------------------------------------------------------------------------------------------------------------*/
/*aside * {
	font-size : 12px;
	line-height : 18px;
}*/
@media only screen and (max-width: 780px) {
/*aside * {
	font-size : 14px;
	line-height : 20px;
}*/
}
aside .sidebar-item {
	margin : 0 0 20px 0;
}
aside h3 {
	clear : both;
	font-size : 16px;
	font-weight : bold;
	color : #fff;
	text-align : center;
	line-height : 25px;
	margin : 0 0 10px 0;
	padding : 2px 0;
	border-radius : 4px;
	background : url(../images/blogside_06.png) no-repeat -10px bottom;
}
aside h3 a {
	color : #fff;
}
aside p {
	font-size : 12px;
	line-height : 16px;
	margin : 0 0 10px 0;
	padding : 0;
}
.utcw-2ih1han {	/*検討*/
	line-height : 24px;
}
aside ul {
	margin : 0 0 10px 0;
	padding : 0;
}
aside ul li {
	list-style : none;
	margin : 0;
	padding : 0 2px;
	border-bottom : 1px dotted #ccc;
}
aside ol {
	padding : 0 0 0 15px;
}
aside ol li {
	list-style-type : decimal;
}
aside .widgetbox {
	margin : 0 0 20px 0;
}
/*--------------------------------------------------------------------------------------------------------------------
NEW POST CATCH設定
--------------------------------------------------------------------------------------------------------------------*/
#npcatch li{
	overflow : hidden;
	clear : both;
	margin : 0;
	padding : 10px 0;
	border-bottom : 1px dotted #ccc;
}
#npcatch img{
	float : left;
	margin : 0;
	padding : 0 10px 0 0;
}
#npcatch .title{
	width : 190px;
	float : left;
	padding : 0;
}
#npcatch .date{
	display : block;
	margin : 6px 0 0 0;
	font-size : 12px;
}
/*--------------------------------------------------------------------------------------------------------------------
Popular Postsサーチ
--------------------------------------------------------------------------------------------------------------------*/
#popular_searches-2 ul {
	padding : 0 0 20px 0;
}
#popular_searches-2 ul li {
	float : left;
}
#popular_searches-2 ul li:after {
	content : ", ";
}
/*--------------------------------------------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------------------------------------------*/
.footer_box {
	width : 300px;
	margin : 0 40px 0 0;
}
.footer_box:nth-child(3) {
	margin : 0;
}
#footer01 {
	margin-left:30px;
}
footer p {
	color : #000;
	font-size : 14px;
	line-height : 21px;
	text-decoration : none;
}

footer a {
	color : #06F;
}
footer h3 {
	font-size: 16px;
	font-weight: bold;
	color : #fff;
	text-align : center;
	line-height: 25px;
	margin: 0 0 10px 0;
	padding: 2px 0;

	border-radius: 4px;
		background : #534741;
}
footer h3 a {
	color : #000;
}

.footer_prof{
	margin:10px 0;
}

/*----------------------------------------------------------
フッターSEO対策
----------------------------------------------------------*/
#footertitle p,
#footertitle a,
#footertitle h1,
#footertitle h1 a {
	color : #fff;
	font-weight : normal;
	font-size : 12px;
	line-height : 18px;
	margin-left : 10px;
}
@media screen and (max-width: 780px) {
#footertitle p,
#footertitle a,
#footertitle h1,
#footertitle h1 a {
	color : #000;
}
}
/*--------------------------------------------------------------------------------------------------------------------
Contactform7
--------------------------------------------------------------------------------------------------------------------*/
.wpcf7-list-item {
	display : block;
}
.form_fullsize {
	width : 100%;
}
@media screen and (max-width: 780px) {
table.contactform td {
	display : block;
	width : 100%;
	border-bottom : none;
}
}
/*--------------------------------------------------------------------------------------------------------------------
カレンダー
--------------------------------------------------------------------------------------------------------------------*/
#wp-calendar {
	border-collapse : collapse;
	border-top : 1px solid #999;
	border-right : 1px solid #999;
	width : 100%;
}
#wp-calendar thead tr th {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	background-color: #f3f3f3;
}
#wp-calendar td {
	text-align: left;
	padding: 2px;
	background-color: #fff;
	width : 14%;
	font-size : 10px;
	line-height : 14px;
	
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
#wp-calendar tbody tr #today {
	background-color: #f00;
	color : #fff;
	font-weight : bold;
}
#wp-calendar tbody tr td a {
	display : block;
	background-color: #eef;
}
/*--------------------------------------------------------------------------------------------------------------------
添付ファイルのアイコン表示
--------------------------------------------------------------------------------------------------------------------*/
a[href $='.pdf'] {
	display : block;
	height : 63px;
	background:url(../images/pdf.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.doc'] {
	display : block;
	height : 63px;
	background:url(../images/word.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.docx'] {
	display : block;
	height : 63px;
	background:url(../images/word.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.xls'] {
	display : block;
	height : 63px;
	background:url(../images/excel.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.xlsx'] {
	display : block;
	height : 63px;
	background:url(../images/excel.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.ppt'] {
	display : block;
	height : 63px;
	background:url(../images/powerpoint.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}
a[href $='.pptx'] {
	display : block;
	height : 63px;
	background:url(../images/powerpoint.png) no-repeat;
	margin: 20px 0 20px 0;
	padding : 20px 0 0 70px;
}

.noneicon a[href $='.pdf'],
.noneicon a[href $='.doc'],
.noneicon a[href $='.docx'],
.noneicon a[href $='.xls'],
.noneicon a[href $='.xlsx'],
.noneicon a[href $='.ppt'],
.noneicon a[href $='.pptx'] {
	display : inline;
	height : 0;
	background:none;
	margin: 0;
	padding : 0;
}
/*--------------------------------------------------------------------------------------------------------------------
metasliderキャプションオーバーレイの調整
--------------------------------------------------------------------------------------------------------------------*/
.metaslider {
	z-index : 100;
}
.metaslider ul.slides .caption-wrap {
	position: absolute;
	bottom: 6px;
	left: 0;
	opacity : 1;	/*metasliderの指定をリセット*/
	background-color : rgba(0,0,0,0.6);	/*RGBaで再指定*/
	margin: 0;
	display: block;
	width: 100%;
	line-height: 1.4em;
}

.metaslider ul.slides .caption-wrap .caption {
	padding: 5px 10px;
	word-wrap: break-word;
	color: #fff;
	font-size : 18px;
}
.wp-caption {
	position : relative;
	display : table;
	padding : 0 0 50px 0;
	margin : 0;
	width : 100px;
	max-width : 100% ;
}

@media only screen and (max-width: 460px) {
	
	.wp-caption {
	width : 100% !important;
}
	}

.wp-caption p.wp-caption-text {
	position : absolute;
	display : block;
	width : 100%;
	bottom : 0;
	background : rgba(230,92,46,0.2);
	color : #781818;
	padding : 1px;
	font-size :13px;
	line-height:1.2em;
	text-align:center;
}
.alignleft{
		float:left;
	margin: 0 10px 0 0;
	display:block;
}
.alignright{
		float:right;
	margin:0 0 0 10px;
	display:block;
}

/* メディアクエリ　スマホ
-----------------------------------------------------------------------------*/
@media screen and (max-width:479px) {
.alignleft{
		float:none;
	margin:10px 0;
	display:block;
	/*max-width:460px; kasuga*/
}
.alignright{
		float:none;
	margin:10px 0;
	display:block;
	/*max-width:460px;kasuga*/
}
	
}


/*--------------------------------------------------------------------------------------------------------------------
テーブル tableそのものに罫線が設定してありいろんなところに影響出まくりなのでコメントアウトします
--------------------------------------------------------------------------------------------------------------------*/
/*table {
	width : 100%;
	margin : 0 0 10px 0;
	border-collapse : collapse;
	border-spacing : 0;
	background:#fff;
}
table th,
table td {
	margin : 0;
	padding : 10px 10px;
	border-collapse : collapse;
	border : 1px solid #222;
	border-spacing : 0;
	vertical-align : top;
		font-size:16px;
	line-height:1.3em;
}
table th {
	text-align : left;
	font-weight : bold;
	background :#FCE294;
	color : #000;
}*/
/*table th p {
	color : #fff;
}*/

/*@media screen and (max-width: 780px) {
body.page table th,
body.page table td {
		padding : 6px 2px;
	font-size:14px;
	line-height:1.3em;
}

}
*/
/*----------------------------------------------------------
はみ出しスライドテーブル
----------------------------------------------------------*/
/*@media screen and (max-width: 780px) {
.slide_tbl {
	overflow-x : auto;
	white-space : normal;
}

.slide_tbl table th,
.slide_tbl  table td ,
.slide_tbl  table td p {
	font-size : 14px;
	line-height : 18px;
	min-width : 100px;
	max-width : 100px;
	margin-bottom : 0!important;
	margin : 0!important;
}
}
@media screen and (min-width: 781px) {
tr.pc_no_disp {
	display : none;
}
}
*/

/*お肉ができるまで*/

table.dekirumade{
	border:none;
	width:550px;
	margin:0 auto;
}

@media screen and (max-width: 780px) {
table.dekirumade{
	width:100%;
	margin:0 auto;
}
}

table.dekirumade td{
	border:none;
}
table.dekirumade th{
	font-size:24px;
	background-color:none;
	border:none;
	text-align:center;
	padding:48px 0 0 0;
	background: url(../images/yajirusi.png) no-repeat top center;
}

/*会社概要　スタッフプロフィール*/

table.staff_prof{
	margin:0 0 10px 0;
	border:none;
}



table.staff_prof td{
	width:33%;
	border:none;
	padding:8px;
	vertical-align:top;
	font-size:14px;
	line-height:1.4em;
}

table.staff_prof h4{
	font-weight:bold;
	font-size:14px;
	text-align:center;
	line-height:1.2em;
	margin:6px 0;
	padding:0;
}
table.staff_prof p{
	padding:0;
	margin:0;
}
/* メディアクエリ　スマホ
-----------------------------------------------------------------------------*/
@media screen and (max-width:479px) {
	
	table.staff_prof td{
		font-size:12px;
		line-height:1.3em;
		padding:2px;
}
}

@media screen and (min-width:769px) { /*PCのみ*/
	table.staff_prof{
	margin:0 0 10px 0;
	border:none;
	width:600px;
}

}

/*----------------------------------------------------------
ホーム　Home
----------------------------------------------------------*/

div.cvp{
	background:#F0D88C;
	margin:0 0 20px 0;
}

div.cvp h2.cvp_h2{
	font-size:16px;
	line-height:1.4em;
	font-weight:bold;
	padding:10px 10px 0 10px;
	background:none;
	margin:0;
	color:#CC0000;
}
div.cvp h3.cvp_h3{
	font-size:14px;
	line-height:1.4em;
	font-weight:normal;
	padding:0 10px 10px 10px;
		background:none;
	margin:0;
	border-bottom:none;
}

@media only screen and (max-width : 480px) {/*スマホでcvp非表示でしたが表示させた*/
div.cvp{
	display:block;
}
}

#content table.home_bn{
	border:none;
		margin:10px 0 20px 0;
	width:100%;
	border-collapse:0;
border-spacing:0;
}
#content table.home_bn td{
	padding:0 8px 8px 0;
	border:none;
	width:50%;
	vertical-align:top;
		font-size:13px;
	line-height:130%;
}
#content table.home_bn td strong{
	line-height:130%;
}
#content table.home_bn img{
	display:block;
	margin:0;
}

#content table.home_bn p{
	margin:0 0 1em 0;
}

@media only screen and (max-width : 480px) {
	#content table.home_bn p{
	margin:0 ;
	padding:0;
}
}

/*----------------------------------------------------------
スマホではtdを縦並びにする
----------------------------------------------------------*/
@media only screen and (max-width : 480px) {
#content table.home_bn {
	display : block;
	width : 100%;
}
#content table.home_bn tbody,
#content table.home_bn tr{
	display : block;
	width : 100%;
}

#content table.home_bn td{
	display : block;
	width : 100%;
	padding : 10px 0;
}
}

/*----------------------------------------------------------
トップページのブログ
----------------------------------------------------------*/
.top_blog_ttl {
	margin: 30px 0;
}
.top_blog_item1 {
  	position: relative;
  	border-bottom : 1px dotted #999;
}
.top_blog_item1 li {
    background: url("../images/blog_04.png") no-repeat 0px 2px;
    padding: 10px 0 10px 50px;
}
.home_blog_ttl1 img{
  position: absolute;
  top: 0px;
  left: 0px;
}
.top_blog {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_blog_item {
	width: 23%;
	/*font-size:85%;*/
	line-height:1.2em;
}
.top_thumb img {
	width: 300px;
	height: 180px;
	object-fit: cover;
}
.home_blog_ttl {
	height: 40px;
}
@media only screen and (max-width : 480px) {
.top_blog {
	display:block;
}
.top_thumb img {
	width: 100%;
	height : auto;
}
.home_blog_ttl {
	margin-top : 10px;
	height: initial;
}
.top_blog_item {
	width: 100%;
	font-size:85%;
	line-height:1.2em;
}
}

/* 若旦那のおたより */
#otayori div.entry-content {
	float : left;
	text-align : center;
	border-bottom : 1px dotted #999;
	padding-bottom :10px;
}
#otayori p.attachment {
	margin: 20px 0 0 0;
}
#otayori .entry-content img {
	width : 250px;
	height : auto;
}
#nen_index {
	clear : both;
	margin-top : 50px;
}
#nen_index ul {
	list-style-type : none;
	padding : 0;
}
#nen_index li {
	display : inline-block;
	margin : 5px 10px 0 0;
	background-color : #DC2E00;
	padding : 5px;
}
#nen_index li a {
	color : #FFF;
}



/*----------------------------------------------------------
スマホ専用
----------------------------------------------------------*/
.flex {	
	display : -webkit-flex;
	display : -moz-flex;
	display : -ms-flex;
	display : -o-flex;
	display : flex;
	-webkit-flex-wrap : wrap;
	flex-wrap : wrap;
	justify-content : space-between;
	align-items : stretch;
}
header#sp_head {
	padding:2px 10px 10px 10px;/*★momonga★*/
	z-index : 1000;
}
header#sp_head h1.sp_descreption {
	font-size : 12px;
	line-height : 1.2;
	color : #fff;
	margin : 0 0 5px 0;
}
header#sp_head #sp_sitename {
	float : left;
}
header#sp_head #sp_menu {
	float : right;
	width : 110px;
	margin : 10px 0 0 0;
}
header#sp_head #sp_shop a,
header#sp_head #sp_blog a,
header#sp_head #sp_nav a{
	display : block;
	width : 48px;
	height : 48px;
}
footer#sp_footer {
	padding : 10px;
}
#sp_foot_sitename {
	text-align : center;
	margin : 0 0 10px 0;
}
footer#sp_footer p#sp_foot_adress {
	text-align : center;
}
ul#sp_footer_nav {
	border : 1px solid #fff;
	margin : 10px 0;
}
ul#sp_footer_nav li {
	background : -moz-linear-gradient(top, #fff, #e5e5e5);
	background : -webkit-linear-gradient(top, #fff, #e5e5e5);
	background : linear-gradient(top, #fff, #e5e5e5);
	border-botomm : 1px solid #e4e4e4;
	padding : 0 10px;
}
ul#sp_footer_nav li a {
	font-size : 14px;
	line-height : 33px;
	color : #000;
}
p#sp_foot_profile {
	font-size : 12px;
	line-height : 15px;
}

/* 2019/06/25 kasuga 追加 */
.cssgrid {
	list-style-type:none;
	display: flex;
	margin: 0;
	padding: 0 !important;
	flex-wrap: nowrap;
}
.cssgrid li {
    margin: 5px;
	list-style-type:none !important;
}
