@charset "utf-8";

#singlenews .f_bold {
	font-weight: bold;
}
#singlenews p {
	font-size: 14px;
	margin-top: 0;
	padding: 0;
	text-align: left;
}
#singlenews img {
	width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
#singlenews span {
    text-align: left;
    padding-top: 0;
    display: inline-block;
    font-size: inherit;
}

#singlenews .m_top30 {
	margin-top: 30px;
}
#singlenews .m_top40 {
	margin-top: 40px;
}
#singlenews .m_top50 {
	margin-top: 50px;
}
#singlenews .m_top60 {
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
#singlenews .m_top30 {
	margin-top: 25px;
}
#singlenews .m_top40 {
	margin-top: 30px;
}
#singlenews .m_top50 {
	margin-top: 35px;
}
#singlenews .m_top60 {
	margin-top: 40px;
}
}

#singlenews .heading {
	font-size: 21px;
	border-bottom: 1px solid;
	padding-bottom: .5em;
}
@media screen and (max-width: 768px) {
#singlenews .heading {
	font-size: 18px;
    line-height: 1.5;
}
}

#singlenews .col1-txt {
	width: 100%;
}
/*@media screen and (max-width: 768px) {
#singlenews .col1-txt,
#singlenews .col2-txt,
#singlenews .col4-txt {
    line-height: 1.8;
}
}*/

#singlenews .col2 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#singlenews .col2_re {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#singlenews .col2-img {
	width: 47%;
}
#singlenews .col2-txt {
	width: 48%;
}
@media screen and (max-width: 768px) {
#singlenews .col2 {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#singlenews .col2_re {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#singlenews .col2-img {
	width: 100%;
}
#singlenews .col2-txt {
	width: 100%;
	margin-top: 20px;
}
}

#singlenews .col4 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#singlenews .col4-box {
	width: 49%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#singlenews .col4-img {
	width: 45%;
}
#singlenews .col4-txt {
	width: 49%;
	font-size: 13px;
}
@media screen and (max-width: 768px) {
#singlenews .col4 {
	display: block;
}
#singlenews .col4-box {
	width: 100%;
}
#singlenews .col4-box:nth-child(n+2) {
	margin-top: 20px;
}
#singlenews .col4-txt {
	font-size: 12px;
}
}




/* レフ */
.l-article_detail #singlenews .heading {
    border-width: 2px;
}
@media screen and (max-width: 1015px) {
.c-postDetail_body #singlenews {
	padding-left: 15px;
	padding-right: 15px;
}
}

/* ホテル */
.c-news-detail__data {
    margin: 1px -11% 12%;
}
@media screen and (max-width: 767px) {
.c-news-detail__data {
    margin: 0 0 9.25%;
}
}

/* レクー */
@media screen and (max-width: 1023px) {
.c-topic-datail-wrap {
    padding: 0 20px 0 0;
}
}

/* イン */
.c-postDetail_head {
    margin-top: 0;
}
@media screen and (max-width: 1181px) {
.c-postDetail_head {
    margin-top: 0;
}
}
