@charset "UTF-8";


#mv.mv-topics {
	background: url(../../keiseikai/images/mv-topics.jpg) center 30%;
	background-size: cover;
}

#mv.mv-topics {
	color: #FFF;
}

time {
	font-size: 1.4rem;
	margin-bottom: 7px;
}



/* CATEGORY */

/* chinese */
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

body{
    font-family: "Noto Sans Japanese", "SimSun", "Noto Sans SC", "Noto Sans TC", sans-serif;
}

/* video */
.video-comment{
    margin: 30px 0;
    width: 100%;
}

#topics .article-lists li h3 {
	font-size: 1.8rem;
}

#closed-day {
	margin-bottom: 30px;
}

#closed-day > p {
	padding: 5px 10px;
	line-height: 1;
	font-size: 1.7rem;
	white-space: nowrap;
	margin: 5px 0;
}

#closed-day li {
	border-width: 0 1px 0 0;
	padding: 0 20px;
	line-height: 1.4;
	font-size: 1.7rem;
	margin: 5px 0;
}

#closed-day li span {
	display: block;
}

#closed-day li span:first-child {
	margin-right: 20px;
	white-space: nowrap;
}


/* SINGLE */

#topics-detail h2 {
	margin-bottom: 40px;
	line-height: 1.5;
}

/*  20191221 edit  ピンク色の吹き出しスタイル追加  */

.bg-pink-2 {
	background: #fce5e3;	 /* ピンク背景 */
}

/*  20191221 edit end */

.flexible-ti-small-p {
	font-weight: bold;
}

.flexible-ti-small-p {
	font-size: 2.1rem;
	padding: 10px 20px 12px;
	border-radius: 4px;
	line-height: 1.6;
	margin-bottom: -15px;
	position: relative;
}

.flexible-ti-small-p:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 4%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #fce5e3;
}

/*.topics-img-link-gr {
        position: relative;
}

.topics-img-link-gr a {
    display: block;
    position:absolute;

}
*/
.topics-img-link-gr a img {
	border: solid 1px #fff;
}

.topics-img-link-gr:hover a img {
	border: 1px solid #80c3c0;
    opacity: 0.8;
}

/* 一覧に戻る 202005 add*/
.topics-bk-btn{
    font-size: 1.3rem;
    margin-top: 30px;
    text-align: right;
}


/*
.column-detail-content h3 {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 15px;
	border-width: 0 0 1px 0;
	padding-bottom: 5px;
}

.column-detail-content p,
.column-detail-content img,
.column-detail-content .video {
	margin-bottom: 40px;
}

.column-detail-content h3 + p + img,
.column-detail-content h3 + p + .video {
	margin-top: -20px;
}

.column-detail-content h3 + img,
.column-detail-content h3 + .video {
	margin-top: 20px;
}

.column-detail-content p + p {
	margin-top: -10px;
}

.column-detail-content img + img,
.column-detail-content img + .video,
.column-detail-content .video + img,
.column-detail-content .video + .video {
	margin-top: -20px;
}*/


/* iPad 10.5インチ以下 */
@media screen and (max-width: 834px) {
	
	#main-contents {
		margin-bottom: 0;
	}
	
	#closed-day {
		text-align: center;
		display: block;
	}
	
	#closed-day > p {
		display: inline-block;
	}
	
	#closed-day ul {
		justify-content: space-between;
	}
	
	#closed-day li {
		width: 48%;
		border: solid 1px #80c3c0;
		padding: 10px 15px;
	}
	
	#closed-day li span:first-child {
		margin-right: 0;
		border-bottom: solid 1px #80c3c0;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
}