#coment201309{
	width:720px;
	height: 150px;
	padding:30px 0 0;
	background:url(img/coment.jpg) no-repeat left top;
	/*background-color: #f4dccb;*/
	text-align:center;
	font-size:14px;
	line-height: 2;
	font-weight:bold;
	margin: 10px 0 18px;
	}
	
	#coment201309 p{
		margin:20px 0 0;
		}
/*--------コンタクト----------*/		
		
.head_contact {
	display: flex;
	justify-content: center;
	background: #f4dccb;
	padding: 20px 0;
	/*margin: 0 0 20px;*/
}

.head_contact_item {
	margin: 0 20px 0;
}


.cafe_topbn img {
	box-shadow: 0 0 1px 1px #e7c4ae;
}
/*---------カテゴリー--------*/

.cafe_cate_navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px;
	
}
.cafe_cate_navi li {
	flex: 0 1 32.5%;
	border: 2px solid #e7c5af;
	margin: 0 0 10px;
	
}
.cafe_cate_navi li a {
	font-size: 1.1em;
	padding: 10px;
	display: block;
	background-image: url(img/h2_back.gif);
	color: #94a159;
	font-weight: 700;
	transition: .3s ease-in-out;
	
}
.cafe_cate_navi li a:hover {
	background: #ffd5c5;
	color: #707e2f;
	
	
}
.cafe_cate_navi li a::before {
	content: "";
	background-size: cover;
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px 0 0;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	
}

.cafe_cate_navi li:nth-of-type(1) a::before {
	background-image: url(img/prasi.jpg);
	
}
.cafe_cate_navi li:nth-of-type(2) a::before {
	background-image: url(img/banapeel.jpg);
	
}
.cafe_cate_navi li:nth-of-type(3) a::before {
	background-image: url(img/anca.jpg);
	
}
.cafe_cate_navi li:nth-of-type(4) a::before {
	background-image: url(img/tb3112.jpg);
	
}
.cafe_cate_navi li:nth-of-type(5) a::before {
	background-image: url(img/value_image3.jpg);
	
}
.cafe_cate_navi li:nth-of-type(6) a::before {
	background-image: url(img/insyoku_thumb.jpg);
	
}

.cafe_cate_navi li a span {
	font-size: .9em;
	color: #666;
	padding: 10px;
	font-weight: 500;
	display: inline-block;
	background: #fcfcfc;
	margin: 5px 0 0 0;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
/*---------------------------*/
	
.h2-201309{
	font-size: 1.2em;
	color: #8f9f45;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 5px 0 0 10px;
	width: 720px;
	background: url(img/h2_back.gif);
	border: 1px solid #8f9f45;
	
}
.h2-201309_subtxt {
	display: inline-block;
	font-size: 80%;
	color: #5b5b5b;
}
.h2-201309::before {
	content: "";
	background-image: url(img/cafe.png);
	display: inline-block;
  	width: 49px;
  	height: 39px;
	margin: 0 5px 5px 0;
	padding: -5px 0 0;
	background-size: contain;
  	vertical-align: middle;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	filter: drop-shadow(0 3px 5px rgba(0,0,0,0.2));
	
}

.h2-201309_wrap {
	margin: 10px 0 20px;
	font-size: 1.1em;
}
.contents201309 {
	width: 720px;
	
}

.flex_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*---------------------------------*/
.wk201309 {
	padding: 15px 0 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ecc7ae;
	
}

.wk201309 ul {
	width: 348px;
	display: flex;
	justify-content: space-between;
}
.wk201309 li {
	display: flex;
	flex-direction: column;
	
}

/*----椅子カウンターコメント----*/

.wk201309 li:nth-of-type(2) {
	
}
.wk201309 li p.cafe_comment {
	background: transparent;
	display: block;
	
	width: 100%;
	height: 74px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;

	padding: 0 5px 5px;
	box-sizing: border-box;
	font-size: 1.0em;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
	
}
.wk201309 li p.cafe_comment span {
	color: #8f9f45;
	font-weight: bold;
}

/*----------------------------*/

.wk201309 li a {
	transition: .3s ease-in-out;
}
.wk201309 li a:hover {
	opacity: .7;
}
.wk201309 li a:hover + div h3 a {
	color: #8f9f45;
}
.wk201309 ul li div {
	border-left:solid 3px #e7c5af;
	padding: 0 0 0 5px;
}
.wk201309 ul h3 {
	font-size: 1.05em;
}
.wk201309 li h3 a:hover {
	color: #8f9f45;
}
.wk201309 ul p {
	margin: 2px 0;
	font-size: 1.1em;
}

/*-------------------------*/

.picup-other {
	margin: 0 0 40px;
	background: #f2f2ea;
	padding: 10px;
}

.picup-other ul {
	display: grid;
	width: 100%;
	grid-auto-rows: auto;
	grid-template-columns: repeat(auto-fit, 167px);
	grid-gap: 10px;
	justify-content: flex-end;
	
}

.picup-other li a {
	display: block;
	background: #fff;
	border: 1px solid #b6b6b6;
	padding: 0 4px;
}
.picup-other li a:hover {
	border: 1px solid #8f9f45;
}
.picup-other li a img {
	transition: .3s ease-in-out;
}
.picup-other li a img:hover {
	opacity: .7;
}

/*---------------------*/
.picup-other2 {
	margin: 20px 0;
}
.picup-other2 li {
	text-align: center;
	margin: 0 0 15px;
	
}
.picup-other2 li a img {
	transition: .3s ease-in-out;
	box-shadow: 0 0 3px 1px #b6b6b6;
}
.picup-other li a img:hover,
.picup-other2 li a img:hover {
	opacity: .7;
}
/*------------3カラム----------------*/

.wk201309-3clm {
	padding-bottom: 15px;
	width: 32%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
}

/*------------コメント挿入-------------*/

.comment_position {
	position: relative;
	margin: 0 0 5px;
}

.comment_position p a {
	/*border: 1px solid #ccc;
	width: 230px;
	height: 239px;*/
}


.table_comment {
	position: absolute;
	right: 12px;
	bottom: 20px;
	width: 90px;
	height: 70px;
    line-height: 1.6;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.insyoku_comment {
	position: absolute;
	right: 12px;
	bottom: 10px;
	width: 90px;
	height: 70px;
    line-height: 1.6;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
	
}

.table_comment span,
.insyoku_comment span {
	color: #8f9f45;
	font-weight: bold;
}

/*---------------------*/


.wk201309-3clm p a img {
	transition: .3s ease-in-out;
	object-fit: cover;
	/*width: 230px;
	height: 239px;*/
	/*width: 228px;
	height: 100%;*/
}
.wk201309-3clm p a img:hover {
	opacity: .6;
}
.wk201309-3clm .cafe_maker {
	margin: auto 0 0;
	background: #f1f1f1;
	padding: 4px 5px 3px;
}
.flex_content::after {
	width: 32%;
	content: "";
	display: block;
	height: 0;
}
.title-line {
	padding: 0 5px;
	border-left:solid 3px #d2af97;
	display: block;
	margin:5px 0 8px;
}
.title-line p {
	font-weight: normal !important;
	font-size: 1.1em !important;
}

.osusume-3clm {
	background: url(img/osusume2.jpg);
	width: 210px;
	font-size: 12px;
	padding: 0 5px;
	line-height: 1.5;
	margin: 0 0 10px;
	color: #8b6a4b;
	text-align: justify;
	display: block;
	background-size: cover;
}
.pic_3clm {
	display: flex;
	margin: 0 0 40px;
}
.pic_3clm p {
	margin: 0 13px 0 0;
}
.pic_3clm p a img {
	transition: .3s ease-in-out;
	 width: 230px;
	 box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
}
.pic_3clm p a img:hover {
	opacity: .6;
}
.title-line1 h3,.title-line1 p,.title-line h3,.title-line p {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	color: #575757;
}

.cafe_maker {
	font-size: .9em !important;
	color: #575757;
	margin: 0 0 5px;
}
.smork_pink {
	color: #d192c9;
}
/*---------------バリューセット------------------*/
.value {
	color: #fff !important;
	font-weight: bold !important;
	display: inline-block;
	padding: 2px 8px;
	background: red;
	border-radius: 2px;
	margin: 4px 4px 4px 0 !important;
	text-align: center;
	font-size: .9em;
}

/*==============================================*/
/*レスポンシブ無効時はコメントアウト*/

@media screen and (max-width: 767px) {
#coment201309{
	padding: 20px 20px 30px;
	margin: 10px 0 20px;
	font-weight: 500;
	line-height: 1.6;
	border-radius: 10px;
	width: 100%;
	height: auto;
	background-image: none;
	background-color: #fce6da;
	
	}
#coment201309 > p {
	margin: 5px 0 0;
}
.head_contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #f4dccb;
	padding: 20px 0;
	margin: 10px 0 20px;
	border-radius: 10px;
}

.head_contact_item {
}
/*------------カテゴリー-----------*/

.cafe_cate_navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 40px;
	
}
.cafe_cate_navi li {
	flex: 0 1 32.5%;
	border: 2px solid #e7c5af;
	margin: 0 0 10px;
	display: flex;
	word-break: break-all;
	font-size: 1.0em;
	
}
.cafe_cate_navi li a span {
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
  
 	 height: 50%;
}

@media screen and (max-width: 567px) {
.cafe_cate_navi li {
	flex: 0 1 48.8%;
	border: 2px solid #e7c5af;
	margin: 0 0 10px;
	display: flex;
	word-break: break-all;
	font-size: .95em;
	
}
}
.cafe_cate_navi li a {
	font-size: 1.0em;
	width: 100%;
	padding: 8px;
	display: block;
	background-image: url(img/h2_back.gif);
	color: #94a159;
	font-weight: 700;
	transition: .3s ease-in-out;
	
}

.cafe_cate_navi li a:hover {
	background: #ffd5c5;
	color: #707e2f;
	
	
}
.cafe_cate_navi li a::before {
	content: "";
	background-size: cover;
	width: 48px;
	height: 48px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 3% 0 0;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	background-repeat: no-repeat;
	
}

/*------------------------------*/
	
	
.h2-201309{
	font-size: 1.1em !important;
	color: #849736;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 5px 4% 0;
	width: 100%;
	background: url(img/h2_back.gif);
	border: 1px solid #849736;
	
}
.h2-201309_subtxt {
	display: inline-block;
	font-size: 90%;
	color: #5b5b5b;
}
.h2-201309::before {
	content: "";
	background-image: url(img/cafe.png);
	display: inline-block;
  	width: 40px;
  	height: 32px;
	margin: 0 5px 5px 0;
	padding: -5px 0 0;
	background-size: contain;
  	vertical-align: middle;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	filter: drop-shadow(0 3px 5px rgba(0,0,0,0.2));
	
}

.contents201309 {
	width: 100%;
}
@media screen and (max-width: 567px) {
.h2-201309{
	font-size: 1.0em !important;
	padding: 5px 4% 10px;
	
}	
}

/*------------3カラム----------------*/

.wk201309-3clm {
	padding-bottom: 15px;
	width: 32.5%;
	margin-bottom: 20px;
}

.wk201309-3clm a img {
	margin: 0 auto !important;
	display: block;
}

/*------------コメント挿入-------------*/

.comment_position {
	position: relative;
	margin: 0 auto 5px;
}

.table_comment {
	position: absolute;
	right: 5px;
	bottom: 10px;
	width: 45%;
	height: 26%;
    line-height: 1.6;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.insyoku_comment {
	position: absolute;
	right: 3%;
	bottom: 10px;
	width: 45%;
	height: 26%;
    line-height: 1.6;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}

.table_comment span,
.insyoku_comment span {
	color: #8f9f45;
	font-weight: bold;
}

@media screen and (max-width: 640px) {

.table_comment {
	position: absolute;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 4;
	overflow:hidden;
	text-overflow:ellipsis;
	
	
}
.insyoku_comment {
	position: absolute;
	right: 3%;
	bottom: 10px;
	width: 45%;
	height: 28%;
    line-height: 1.4;
	font-size: .95em;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 4;
	overflow:hidden;
	text-overflow:ellipsis;
}
}


@media screen and (max-width: 414px) {
.table_comment {
	right: 3%;
	bottom: -5px;
	width: 43%;
	height: 30%;
    line-height: 1.2;
	font-size: .9em;
}
.insyoku_comment {
	right: 3%;
	bottom: 5px;
	width: 48%;
	height: 30%;
    line-height: 1.4;
	font-size: .9em;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 3;
	overflow:hidden;
	text-overflow:ellipsis;
}
	
}

/*----------------------------------*/

.wk201309-3clm p {
}
.wk201309-3clm p img {
	transition: .3s ease-in-out;
	object-fit: cover;
	width: 100%;
	height: auto;
}

.wk201309-3clm p a img:hover {
	opacity: .7;
}
.flex_content::after {
	width: 32%;
	content: "";
	display: block;
	height: 0;
}
.title-line {
	padding: 0 4px;
	border-left:solid 3px #e7c5af;
	display: block;
	margin:4px 0 7px;
}


.osusume-3clm {
	background: url(img/osusume2.jpg) no-repeat;
	width:100%;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 10px;
	color: #947558;
	text-align: justify;
}

.pic_3clm {
	display: flex;
	padding: 0 1%;
}
.pic_3clm p {
	margin: 0 10px 0 0;
	width: 32%;
	
}
.pic_3clm p:last-of-type {
	margin: 0;
	
}
.pic_3clm img {
	 box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
              0 2px 2px rgba(0,0,0,0.11), 
              0 4px 4px rgba(0,0,0,0.11), 
              0 6px 8px rgba(0,0,0,0.11),
              0 8px 16px rgba(0,0,0,0.11);
}


/*-----------------------------------*/

.flex_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 25px;
}

/*-----------2カラム----------------*/
.wk201309 {
	padding: 15px 0 20px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #ccc;
	display: flex;
	flex-wrap: nowrap;
	width: 50%;
	
}

.wk201309 ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
}
.wk201309 li {
	width: 100%;
	/*display: flex;
	flex-direction: column;*/
	
}
.wk201309 li img {
	margin: 0 0 5px;
	
}
.wk201309 li a .cafe_maker {
	background: #f1f1f1;
	padding: 4px 5px 3px;
}

/*-------椅子カウンターコメント（タブレット）-----*/

.wk201309 li:nth-of-type(2) div{
	margin: auto 0 0 !important;
	
}
.wk201309 li p.cafe_comment {
	background: transparent;
	display: inline-block;
	width: 98%;
	
	line-height: 1.4;
	border-right: none;
	border-bottom: none;
	margin: -5px 0 10%;
	
	padding: 3% 5px 10px;
	box-sizing: border-box;
	font-size: 1.825vw;
	
}

.wk201309 li p.cafe_comment span {
	color: #8f9f45;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	
.wk201309 li p.cafe_comment {
	font-size: 1.0em;
	margin: -5px 0 30px;
}
}

/*--------------------------------*/

.wk201309 li a {
	transition: .3s ease-in-out;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.wk201309 li a:hover {
	opacity: .7;
}
.wk201309 li a:hover + div h3 a {
	color: #8f9f45;
}
.wk201309 ul div {
	border-left: solid 3px #d2af97;
	padding: 0 0 0 5%;
	margin: auto 0 0;
}
.wk201309 ul h3 {
	font-size: 1.05em;
}
.wk201309 li h3 a:hover {
	color: #8f9f45;
}
.wk201309 ul p {
	margin: 2px 0;
	font-size: 1.1em;
}
/*---------------バリューセット------------------*/
.value {
	color: #fff !important;
	font-weight: bold !important;
	padding: 2px 4px;
	background: red;
	border-radius: 2px;
	margin: 4px 0;
	width: 110px;
	text-align: center;
	font-size: .9rem;
}
/*-----------------------------------------------*/

@media screen and (max-width: 640px) {
.wk201309 {
	padding: 15px 0 20px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	
}

.wk201309 ul {
	display: flex;
	justify-content: center;
}
.wk201309 ul li {
	width: 100%;
	max-width: 177px;
	
}

/*--------------------------------*/

.wk201309 ul li:nth-of-type(2) {
	width: 100%;
	max-width: 170px;
	
}
.wk201309 li img {
	box-shadow: 0 0 3px 1px #ccc;
	margin: 0 0 5px;
	
}
.wk201309 li a .cafe_maker {
}

.wk201309 li a {
	transition: .3s ease-in-out;
}
.wk201309 li a:hover {
	opacity: .7;
}
.wk201309 li a:hover + div h3 a {
	color: #8f9f45;
}
.wk201309 ul div {
	border-left:solid 3px #e7c5af;
	
}
.wk201309 ul h3 {
	font-size: 1.05em;
}
.wk201309 li h3 a:hover {
	color: #8f9f45;
}
.wk201309 ul p {
	margin: 2px 0;
	font-size: 1.1em;
}

}

/*--------CSS GRID モバイルのみ---------*/

.picup-other {
	margin: 0 0 40px;
	background: #f2f2ea;
	padding: 10px;
}

.picup-other ul {
	display: grid;
	width: 100%;
	grid-auto-rows: auto;
	grid-template-columns: repeat(auto-fit, 160px);
	grid-gap: 10px;
	justify-content: center;
	
}

.picup-other li a {
	display: block;
	background: #fff;
	border: 1px solid #b6b6b6;
	padding: 0 4px;
}
.picup-other li a:hover {
	border: 1px solid #8f9f45;
}
.picup-other li a img {
	transition: .3s ease-in-out;
}
.picup-other li a img:hover {
	opacity: .7;
}


/*-----------------*/
.picup-other2 ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	
}
.picup-other2 {
	margin: 0 2% 40px;
}
.picup-other2 li {
	margin: 0 0 4px;
}

.picup-other2 li a img {
	padding: 5px;
	border: 1px solid #b6b6b6;
	transition: .3s ease-in-out;
}
.picup-other2 li a img:hover {
	opacity: .6;
}


/*----------3カラム-------------*/
.wk201309-3clm {
	padding: 5px 0 15px;
	text-align: left;
	border-bottom: 1px #f4dccb solid;
}

@media screen and (max-width: 640px) {
.wk201309-3clm {
	padding-bottom: 15px;
	width: 48%;
	margin-bottom: 20px;
}
.flex_content::after {
	width: 48%;
	content: "";
	display: block;
	height: 0;
}

.pic_3clm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}
.pic_3clm p {
	width: 48%;
	margin: 0 0 10px;
	
}
}
.title-line {
	padding: 0 8px;
	border-left:solid 3px #e7c5af;
	margin:5px 0 10px;
	
}

.title-line span{
}

.osusume-3clm {
	background: url(img/osusume2.jpg) no-repeat;
	width:100%;
	font-size: 12px;
	padding:5px;
	display: block;
	height: auto;
	line-height: 1.4;
	margin: 0;
	color: #947558;
}

.title-line1 h3,.title-line1 p,.title-line h3,.title-line p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	color: #575757;
}


}

