@charset "UTF-8";
/* @include setBackground($imgDirCommon, 'share/bg-blue-dot.png', repeat, 0, 0, 6px, auto); */
/* @include textAbridgement(2); */
/* @include borderRadius(10px); */
/* ======================================================
/  ブログ
/====================================================== */
/* overWhite */
.mainvisual {
  background-image: url("../img/common/mainvisual/blog.jpg");
}

img {
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}

/* ================================================ */

/* page only */
.post-wp 
{	margin-bottom: 35px;
}
.post-wp article 
{
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.post-wp article > a
{
	flex: 1 1 0%;
	background-color: #FFF;
	padding: 17px 10px;
	display: block;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	
}

.post-wp article > a:hover 
{
	opacity: 0.6;
	transition: opacity 0.2s ease-out;
	text-decoration: none;
}

/* */
.post-wp .ph 
{
	background-color: #f6f6f6;
	padding-top: 75%;
	overflow: hidden;
	position: relative;
	display: block;
}
.post-wp .ph img 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
}

/* */
.post-wp .date {
	margin: 10px 0 0;
}

/* */
.post-wp .category {
	margin-bottom: 5px;
}
.post-wp .category a {
	color: #0071FF;
}

/* */
.post-wp .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 2px #EE6D79;
	font-size: 17px;
	color: #EE6D79;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* */
.post-wp div 
{
	flex: 1 1 0%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.post-wp div::after {
	background-color: #DCEA22;
	background-image: url("../img/common/share/arrow-gray.png");
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 6px auto;
	content: "続きを読む";
	border-radius: 4px;
	padding: 5px 0;
	margin-top: 10px;
	position: static;
	display: block;
	text-align: center;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 800px) 
{
	.post-wp .title 
	{
		font-size: 4.5vw;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 801px) 
{
	.post-wp 
	{
		display: flex;
		flex-wrap: wrap;
	}
	.post-wp article 
	{
		flex: 0 1 32%;
		margin-right: 2%;
		
	}
	.post-wp article:nth-child(3n)
	{
		margin-right: 0;
	}
	.post-wp article:nth-child(n+4)
	{
		margin-top: 20px;
	}

	
	.post-wp .date,
	.post-wp .category 
	{
		font-size: 12px;
	}
	.post-wp .title 
	{
		font-size: 15px;
	}
	.post-wp div 
	{
		font-size: 13px;
	}
}

/* ================================================ */

.post-detail-wp {
  margin-bottom: 25px;
}
.post-detail-wp article {
  margin-bottom: 20px;
  padding: 17px 23px;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.post-detail-wp .category {
  margin-bottom: 10px;
  text-align: right;
}
.post-detail-wp .category a {
  color: #0071FF;
}
.post-detail-wp .title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 2px #EE6D79;
  font-size: 17px;
  color: #EE6D79;
}
.post-detail-wp .output {
	display: block;
	width: 100%;
}
.post-detail-wp .output > div {
	display: block;
	width: 100% !important;
}
.post-detail-wp .output p {
  margin-bottom: 1em;
  word-wrap: break-word !important;
  word-break: break-all !important;
}
.post-detail-wp .output a {
	color: #00c;
	text-decoration: underline;
}
.post-detail-wp .output img {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	height: auto;
	margin: 0 0 1.0em;
}
.post-detail-wp .output img[src*=seesaa],
.post-detail-wp .output img[src*=ameba],
.post-detail-wp .output img[src$=gif]{
	display: inline-block;
	width: 1.2em;
	max-width: 1.2em;
	padding: 0 !important;
	margin: 0 0 0.4em;
}

@media screen and (max-width: 800px) {
  .post-detail-wp .title {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 801px) {
  .post-detail-wp {
    margin-bottom: 40px;
  }
  .post-detail-wp article {
    margin-bottom: 20px;
    padding: 23px;
    background-color: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .post-detail-wp .date {
    font-size: 14px;
  }
  .post-detail-wp .category {
    margin-bottom: 25px;
    font-size: 12px;
  }
  .post-detail-wp .title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .post-detail-wp .output p {
    margin-bottom: 1.5em;
  }
}
.pagination.no-number .prev,
.pagination.no-number .next {
  position: static;
  margin: 0 5px;
}

/* 202312 lunch tag add */
.tag_box {
	border: 1px solid #28625e;
	background-color: #fff;
	padding: 10px 20px 15px;
	border-radius: 10px;
	margin:0 1% 10px;
}

.tag_title {
	font-size: 20px;
	color: #666666;
	text-align: center;
	margin: 10px 0 10px;
	padding: 0 5px 10px;
}

.tag_title span {
	border-bottom: 1px solid #28625e;
	padding: 0 30px 5px;
	display: inline-block;
	font-weight: bold;
}

.tag_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}

.tag_list li::before {
	content: "#";
	color: #28625e;
	font-weight: bold;
}

.single_post_tag {
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	margin-bottom: 10px;
}

.post-detail-wp .single_post_tag .category {
	margin-bottom: 0;
	flex-shrink: 0;
	margin-left: 10px;
}

.snav.snav--lunch {
	background-color: #fff;
	border: 1px solid #28625e;
}

aside.blog .snav.snav--lunch .title {
	color: #666666;
	border-bottom: 1px solid #28625e;
}

.snav.snav--lunch ul li a {
	color: #666666;
}

aside.blog .snav.snav--lunch a::before {
	content: none;
}
@media screen and (max-width: 800px) {
	.single_post_tag {
		flex-wrap: wrap;
	}
	.post-detail-wp .single_post_tag .category {
		margin-left: 0;
	}
}
@media screen and (min-width: 801px) {
	.post-detail-wp .single_post_tag .category {
		margin-top: 3px;
	}
	.single_post_tag {
		margin-bottom: 25px;
	}
}

/*# sourceMappingURL=blog.css.map */
