@charset "UTF-8";
#news .sp {
	display: none;
}
#news .news:not(.news-archive-faq):not(.news-archive-archive) .news-entry-body .flyer * + * {
    margin-top: 0;
}
#news .news:not(.news-archive-faq):not(.news-archive-archive) .news-entry-body .flyer p {
	    margin-top: 0px;
}
#news .news:not(.news-archive-faq):not(.news-archive-archive) .news-entry-body .flyer img {
	max-width: none;
}
#news .flyer {
	color: #6f523e;
}
#news .summary_news_cafe_workshop .box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
	margin: 0 0 5px;
	font-weight: 700;
}
#news .summary_news_cafe_workshop .box_02 {
}
#news .ttl_news_cafe_workshop {
	display: flex;
	align-items: center;
	margin-right: 10px;
    width: 75px;
    text-align: justify;
    text-align-last: justify;
	background-color: #01b2a9;
	color: #ffffff;
	padding: 5px 10px;
}
#news .ttl_news_cafe_workshop p {
	font-weight: 700;
	margin: 0!important;
}
#news .deta_news_cafe_workshop {
	width: calc(100% - 65px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#news .deta_news_cafe_workshop p {
	width: 100%;
	margin: 0;
	font-weight: 700;
}
#news .speechBubble,
#news .speechBubble p {
	text-align: center;
	font-weight: 700;
}
#news .speechBubble span {
	font-size: 12px;
}
#news .speechBubble {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 15px 15px;
  border: 1px solid #01b2a9;
  border-radius: 9999px;
  background-color: #01b2a9;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
	font-weight: 700;
}
#news .speechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #01b2a9 transparent transparent;
  translate: -100% -50%;
}
#news .speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 3.9px 7.8px 3.9px 0;
  border-color: transparent #01b2a9 transparent transparent;
  translate: -100% -50%;
}
#news .detail_news_cafe_workshop {
	background-color: #e7d0b1;
	padding: 15px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#news .ws .ttl_02 {
	text-align: center;
}
#news .ws .ttl_01 ,
#news .benefits .ttl_01 {
	font-weight: 700;
	font-size: 18px;
	padding: 5px;
	background-color: #f19149;
	color: #ffffff;
	text-align: center;
}
#news .ws .ttl_01 {
	background-color: #01b2a9;
}
#news .ws p {
	font-weight: 700;
}
#news .ws .ttl_02 {
	font-weight: 700;
	font-size: 20px;
}
#news .benefits .ttl_02 {
	font-weight: 700;
	font-size: 18px;
}
#news .ws .ttl_02 span.txt_rx7 {
	font-size: 27px;
}
#news .ws .ttl_02 span.sub {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}
#news .benefits .ttl_02,
#news .benefits p {
	text-align: center;
	font-weight: 700;
}
#news .ws p,
#news .benefits p {
	font-size: 14px;
}
#news .benefits .box_02 .ttl_02 ,
#news .benefits .box_03 .ttl_02 {
	font-size: 25px;
}
#news .benefits .box_03 .ttl_02 span {
	color: #fff;
    text-shadow:
            3px 3px 3px #01b2a9, -3px -3px 3px #01b2a9,
           -3px 3px 3px #01b2a9,  3px -3px 3px #01b2a9;
		   display: inline-block;
		   margin-right: 2px;
}
#news .ws ,
#news .benefits {
	width: calc(50% - 30px);
}
#news .ws .box,
#news .benefits .box {
	background-color: #ffffff;
	padding: 10px;
}
#news .benefits .box {
	margin-bottom: 10px;
}
#news .benefits .box_03 {
	margin-bottom: 0;
}
#news .ws .box img,
#news .benefits .box img {
	width: 100%;
}
#news .heading {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #f19149;
}
#news .heading::before,
#news .heading::after {
  background-color: #f19149;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 17px;
}
#news .heading::before {
  margin-right: 5px;
  transform: rotate(60deg);
}
#news .heading::after {
  margin-left: 5px;
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
	#news .sp {
		display: block;
	}
	#news .news:not(.news-archive-faq):not(.news-archive-archive) .news-entry-body .flyer .speechBubble {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
        padding: 5px 0;
	}
	#news  {
	}
	#news .speechBubble::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 50%;
	  border-style: solid;
	  border-width: 0 5px 10px 5px;
	  border-color: transparent transparent #01b2a9;
	  translate: -50% -100%;
	}
	#news .speechBubble::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 50%;
	  border-style: solid;
	  border-width: 0 3.9px 7.8px 3.9px;
	  border-color: transparent transparent #01b2a9;
	  translate: -50% -100%;
	}
	#news .detail_news_cafe_workshop {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#news .ws,
	#news .benefits,
	#news .plus{
		width: 100%!important;
	}
	#news .plus{
		text-align: center!important;
		margin: 15px 0!important;
	}
	#news .deta_news_cafe_workshop p {
		margin-bottom: 10px;
	}
	#news .benefits .ttl_02 {
		font-weight: 700;
		font-size: 17px;
	}
}
