@charset "utf-8";



/* post -------------------- */



#breadnav {
	width: 100%;
	margin: 0 0 20px 0;
}
#breadnav ul {
	display: table;
	max-width: 100%;
}
#breadnav li {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
#breadnav li:last-child {
	white-space: normal;
}
#breadnav li:after {
	content: '\f105';
	margin: 0 10px;
	color: #85979e;
	font-family: FontAwesome;
}
#breadnav li:last-child:after {
	content: '';
	margin: 0;
}
#breadnav li,
#breadnav li a {
	font-size: 1.2rem;
	line-height: 1.2;
	color: #85979e;
	text-decoration: none;
}
#breadnav li a:hover {
	color: #70caeb;
}

#post #post_mainvisual {
	position: relative;
	margin-bottom: 20px;
	padding-top: 50%;
	overflow: hidden;
}
#post #post_mainvisual img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
#post #post_header {
	padding: 0 10px;
}
#post #post_header .post_title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;
}
#post #post_header .post_info {
	margin-bottom: 20px;
}
#post #post_header .post_info .cat.news {
  background: rgba(0,144,226,0.8);
}
#post #post_header .post_info .cat.business {
  background: rgba(84,149,236,0.8);
}
#post #post_header .post_info .cat.wellness {
	background: rgba(248,169,90,0.8);
}
#post #post_header .post_info .cat.beauty {
	background: rgba(255,154,237,0.8);
}
#post #post_header .post_info .cat.children {
	background: rgba(241,109,109,0.8);
}
#post #post_header .post_info .cat.hobby {
	background: rgba(172,221,68,0.8);
}
#post #post_header .post_info .cat.training {
	background: rgba(184,134,239,0.8);
}
body#news #post #post_header .post_info .cat {
  background: rgba(0,144,226,0.8);
}
body#business #post #post_header .post_info .cat {
  background: rgba(84,149,236,0.8);
}
body#wellness #post #post_header .post_info .cat {
	background: rgba(248,169,90,0.8);
}
body#beauty #post #post_header .post_info .cat {
	background: rgba(255,154,237,0.8);
}
body#children #post #post_header .post_info .cat {
	background: rgba(241,109,109,0.8);
}
body#hobby #post #post_header .post_info .cat {
	background: rgba(172,221,68,0.8);
}
body#training #post #post_header .post_info .cat {
	background: rgba(184,134,239,0.8);
}
body#sponsored #post #post_header .post_info .cat {
	background: rgba(35,212,172,0.8);
}
body#fortune #post #post_header .post_info .cat,
body#astro #post #post_header .post_info .cat {
	background: rgba(242,212,9,0.8);
}

#post #post_header .post_info .cat {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 2px 8px;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1;
}
#post #post_header .post_info .date {
	float: left;
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
}
#post .post_sns {
	width: 100%;
	margin-bottom: 40px;
	border-spacing: 10px 0;
}
#post .post_sns .like {
	width: 88px;
	height: 58px;
}
#post .post_sns .share,
#post .post_sns .twitter,
#post .post_sns .line,
#post .post_sns .hatebu {
	position: relative;
	height: 58px;
	text-align: center;
	border-radius: 3px;
	transition: 0.4s;
}
#post .post_sns .share:hover,
#post .post_sns .twitter:hover,
#post .post_sns .line:hover,
#post .post_sns .hatebu:hover {
	opacity: 0.6;
}
#post .post_sns .share {
	background: #4268b3;
}
#post .post_sns .twitter {
	background: #2ca7e0;
}
#post .post_sns .line {
	background: #00c300;
}
#post .post_sns .hatebu {
	background: #0090e2;
}
#post .post_sns .share img,
#post .post_sns .twitter img,
#post .post_sns .line img,
#post .post_sns .hatebu img {
	width: auto;
	height: 100%;
	padding: 10px 0;
}
#post .post_sns .share a,
#post .post_sns .twitter a,
#post .post_sns .line a,
#post .post_sns .hatebu a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#post .post_sns2.table {
	display: flex;
	justify-content: space-around;
}
#post .post_sns2.table .tablecell {

}
#post .post_sns2 .share img,
#post .post_sns2 .twitter img {
	width: auto;
	height: 100%;
	padding: 10px 0;
}
#post .post_sns2 .share,
#post .post_sns2 .twitter {
	width: 37%;
}
#post .post_sns2 .share:hover,
#post .post_sns2 .twitter:hover {
	opacity: 0.8;
}
#post .post_sns2 .share {
	background: #e6edff;
}
#post .post_sns2 .twitter {
	background: #e8f4fd;
}

#post #post_content {
	padding: 0 10px;
}
#post #post_content .pst_excerpt {
	margin-bottom: 40px;
}
#post #post_content h2,
#post #post_content p,
#post #post_content div,
#post #post_content ul,
#post #post_content blockquote,
#post #post_content table,
#post #post_content img {
	margin-bottom: 40px;
}
#post #post_content h3,
#post #post_content h4,
#post #post_content h5 {
	margin-bottom: 20px;
}
#post #post_content h6 {
	margin-bottom: 10px;
}
#post #post_content p:after,
#post #post_content div:after {
	content: "";
	clear: both;
	display: block;
}
#post #post_content h2 {
	padding-bottom: 10px;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #c6cbcd;
}
#post #post_content h3 {
	padding: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	background: #f3f4f5;
	border-radius: 3px;
}
#post #post_content h4 {
	padding: 5px 0 5px 10px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	border-left: 2px solid #70caeb;
}
#post #post_content h5 {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
}
#post #post_content h6 {
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: bold;
}
#post #post_content img {
	display: block;
	width: auto;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#post #post_content img.alignleft {
	float: left;
	display: block;
	width: auto;
	max-width: 47.5%;
	margin-left: 0;
	margin-right: 5%;
	margin-bottom: 0;
}
#post #post_content img.alignright {
	float: right;
	display: block;
	width: auto;
	max-width: 47.5%;
	margin-left: 5%;
	margin-right: 0;
	margin-bottom: 0;
}
#post #post_content .instagram-media {
	max-width: 80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
#post #post_content ul {
	list-style-type: decimal;
	padding-left: 2em;
}
#post #post_content ol {
	list-style-type: decimal;
	padding-left: 2em;
}
#post #post_content li {
	margin-top: 5px;
}
#post #post_content li:first-child {
	margin-top: 0;
}
#post #post_content blockquote {
	padding: 20px;
	border: 1px solid #c6cbcd;
	background: #f3f4f5;
}
#post #post_content blockquote *:last-child {
	margin-bottom: 0;
}
#post #post_content .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#post #post_content .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#post #post_comment_widget {
	padding: 0 10px;
	margin-bottom: 35px;
}
#post #post_keyword {
	padding: 0 10px;
	margin-bottom: 10px;
}
#post #post_keyword li {
	float: left;
	margin-bottom: 10px;
	margin-right: 4px;
}
#post #post_keyword li:last-child {
	margin-left: 0;
}
#post #post_keyword li a {
	display: inline-block;
	padding: 0 20px 0 8px;
	font-size: 1.2rem;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	background: #e2f4fb url(../image/common/i_arrow_black.svg) no-repeat right 8px center;
	background-size: 5px 10px;
	border: 1px solid #70caeb;
	border-radius: 12px;
}
#post #post_keyword li a:hover {
	color: #3399bf;
}

#post .popin_widget {
  padding: 0 10px;
  margin-bottom: 10px;
}

section#related .section_title {
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	font-size: 2.0rem;
	line-height: 1;
	text-align: left;
	font-family: sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #c6cbcd;
}
section#related .article_block.article_list {
	padding: 0;
	background: none;
}

section#related ul.related_post {
}
section#related ul.related_post li {
	display: table;
	margin-top: 10px;
}
section#related ul.related_post li a.wp_rp_thumbnail {
	display: table-cell;
	width: 120px;
}
section#related ul.related_post li a.wp_rp_title {
	display: table-cell;
	padding-left: 10px;
	color: #000000;
	vertical-align: middle;
}
section#related ul.related_post li a.wp_rp_title:hover {
	color: #70caeb;
}
section#related .wp_rp_footer {
	margin-top: 20px;
	text-align: center;
}

/* page-links ---------- */
.page-links {
  text-align: center;
}
#post #post_content .page-links-set {
  margin-bottom: 20px;
}
#post #post_content .page-links {
  margin-bottom: 10px;
}
.page-links_t, .page-links_tp {
  padding: 7px 17px;
  font-size: 15px;
  border: 1px solid #c6cbcd;
  border-radius: 3px;
  display: inline-block;
  background: #c6cbcd;
  color: #000;
}
.page-links_tp {
  font-size: 14px
}
a .page-links_t, a .page-links_tp {
  background: #fff;
  color: #000;
  font-weight: normal;
}
a:hover .page-links_t, a:hover .page-links_tp {
  background: #e2f4fb;
  color: #3399bf;
}





/* post mediaquery ---------- */



@media screen and (max-width:1020px){

}

@media screen and (max-width:800px){

section#related {
	margin-bottom: 10%;
}
#post .post_sns .share,
#post .post_sns .twitter,
#post .post_sns .line,
#post .post_sns .hatebu {
	transition: 0s;
}
#post .post_sns .share:hover,
#post .post_sns .twitter:hover,
#post .post_sns .line:hover,
#post .post_sns .hatebu:hover {
	opacity: 1;
}

}

@media screen and (max-width:640px){

#breadnav {
	display: none;
}
#post #post_mainvisual {
	margin-bottom: 5%;
}
#post #post_header {
	padding: 0 5px;
}
#post #post_header .post_title {
	margin-bottom: 2.5%;
	font-size: 2.0rem;
	line-height: 1.2;
}
#post #post_header .post_info {
	margin-bottom: 5%;
}
#post #post_header .post_info .cat {
	margin-right: 10px;
	padding: 2px 4px;
	font-size: 1.2rem;
	line-height: 1;
}
#post #post_header .post_info .date {
	font-size: 1.2rem;
	line-height: 1.4;
}
#post .post_sns {
	margin-bottom: 10%;
	border-spacing: 5px 0;
}
#post .post_sns .like {
	width: 72px;
	height: 40px;
}
#post .post_sns .share,
#post .post_sns .twitter,
#post .post_sns .line,
#post .post_sns .hatebu {
	position: relative;
	height: 40px;
	text-align: center;
	border-radius: 3px;
}
#post .post_sns .share img,
#post .post_sns .twitter img,
#post .post_sns .line img,
#post .post_sns .hatebu img {
	padding: 5px 0;
}
#post #post_content {
	padding: 0 5px;
}
#post #post_content .pst_excerpt {
	margin-bottom: 7.5%;
}
#post #post_content h2,
#post #post_content p,
#post #post_content div,
#post #post_content ul,
#post #post_content blockquote,
#post #post_content table,
#post #post_content img {
	margin-bottom: 7.5%;
}
#post #post_content h3,
#post #post_content h4,
#post #post_content h5 {
	margin-bottom: 5%;
}
#post #post_content h6 {
	margin-bottom: 2.5%;
}
#post #post_content h2 {
	font-size: 1.6rem;
	line-height: 1.4;
}
#post #post_content h3 {
	font-size: 1.5rem;
	line-height: 1.4;
}
#post #post_content h4 {
	font-size: 1.5rem;
	line-height: 1.4;
}
#post #post_content h5 {
	font-size: 1.5rem;
	line-height: 1.4;
}
#post #post_content h6 {
	font-size: 1.4rem;
	line-height: 1.4;
}
#post #post_content img {
	width: 100%;
	max-width: 100%;
}
#post #post_content blockquote {
	padding: 5%;
}
#post #post_content .instagram-media {
	max-width: 100% !important;
}
#post #post_comment_widget {
	padding: 0 5px;
	margin-bottom: 35px;
}
#post #post_keyword {
	padding: 0 5px;
	margin-bottom: 10px;
}
#post .popin_widget {
  padding: 0 5px;
  margin-bottom: 10px;
}
section#related {
	padding: 0 5px;
}
section#related .article_block.article_list article {
	margin-top: 10px;
}
section#related .article_block.article_list article .thumb_block {
	width: 90px;
}
section#related ul.related_post li a.wp_rp_thumbnail {
	width: 80px;
}
section#related ul.related_post li a.wp_rp_title {
	font-size: 1.2rem;
	line-height: 1.4;
}

}




/* events_carousel */

#post #post_content .events_carousel {
  width:100%;
  position: relative;
}
#post #post_content .events_carousel .inner {
  padding: 43px 5px 10px 15px;
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  background-color: #effafe;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
#post #post_content .events_carousel .hl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  position: absolute;
  top: 10px;
  left: 15px;
}
#post #post_content .events_carousel div {
  margin: 0;
}
#post #post_content .events_carousel img {
  margin: 0 !important;
}
#post #post_content .events_carousel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space:nowrap;
}
#post #post_content .events_carousel ul.odd {
  padding-bottom: 15px;
}
#post #post_content .events_carousel li {
  margin: 0;
  width: 33%;
  float: none;
  display: inline-block;
  white-space:normal;
  margin-right: 12px;
  vertical-align: top;
  position: relative;
}
#post #post_content .events_carousel li a {
  text-decoration: none;
  display: block;
}
#post #post_content .events_carousel .thumb {
  width: 100%;
  height: 70px;
  background-position: center center;
  background-size: cover;
}
#post #post_content .events_carousel .title {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  margin: 3px 0;
}
#post #post_content .events_carousel .pr .title {
  height: auto;
}
#post #post_content .events_carousel a:hover .title {
  color: #3399bf;
}
#post #post_content .events_carousel .date {
  font-size: 11px;
  line-height: 16px;
  margin: 0 0;
  color: #000;
}
#post #post_content .events_carousel .cat {
  font-size: 10px;
  line-height: 16px;
  margin: 0 0;
  padding: 0 4px;
  color: #fff;
  display: inline-block;
  background-color: #80d3ef;
  position: absolute;
  top:0;
  left:0;
}
#post #post_content .events_carousel a:hover .cat {
  background-color: #3399bf;
}
#post #post_content .events_carousel .place {
  font-size: 11px;
  line-height: 16px;
  margin: 0 0;
  color: #000;
}
#post #post_content .events_carousel .date span,
#post #post_content .events_carousel .place span {
  font-size: 10px;
  line-height: 16px;
  color: #999;
  display: inline-block;
  padding-right: 3px;
}
#post #post_content .events_carousel .arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
#post #post_content .events_carousel .left_arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0px;
  transform:rotate(-180deg);
  cursor: pointer;
  pointer-events: auto;
  background: #70caeb url(https://contents.melos.media/wp-content/image/common/i_arrow_white.svg) no-repeat center center;
  background-size: 10px;
  opacity: 0.6;
}
#post #post_content .events_carousel .right_arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0px;
  cursor: pointer;
  pointer-events: auto;
  background: #70caeb url(https://contents.melos.media/wp-content/image/common/i_arrow_white.svg) no-repeat center center;
  background-size: 10px;
  opacity: 0.6;
}
#post #post_content .events_carousel .left_arrow:hover,
#post #post_content .events_carousel .right_arrow:hover {
  opacity: 0.85;
}
