@charset "utf-8";

.sp {
	display: none;
}

.tablet {
	display: none;
}

/* -------------------------------------------------- */
/* 共通 */
/* -------------------------------------------------- */
#blogWrap {
	margin-bottom: 0;
}

#blogMain {
	float: left;
	width: 700px;
	padding: 30px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blogSide {
	float: right;
	width: 270px;
	padding: 30px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blogTit {
	padding: 20px 0 30px 0;
	font-size: 3.0rem;
	line-height: 1.3;
	font-weight: 500;
	color: #333333;
}

#eventTit {
	padding: 20px 0 10px 0;
	font-size: 3.0rem;
	line-height: 1.3;
	font-weight: 500;
	color: #333333;
}

.blogDate {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.blogEventDate {
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: right;
}

.eventDate {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.blogCat {
	display: inline-block;
	vertical-align: middle;
}

.blogCat li {
	display: inline-block;
	padding: 0 10px;
	background: #dcdcdc;
	font-size: 1.2rem;
}

#blogContent {
	padding: 30px;
	margin-bottom: 20px;
	border: 1px #DDDDDD solid;
	position: relative;
}

#snsTop {
	padding-bottom: 30px;
}

#blogContent h2 {
	padding: 20px 10px;
	margin: 40px 0 20px 0;
	font-size: 2.4rem;
/*	background: url(../img/common_tit_border.png) 0 bottom repeat-x #FFFFFF;*/
	line-height: 1.3;
	font-weight: bold;
/*	color: #222222;*/
	border: 1px #ea8080 solid;
	color: #ea8080;
	background: #FFFFFF;
}

#blogContent h3 {
	color: #333333;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: 500;
	border-bottom: 1px #333333 dotted;
}

#blogContent p {
	font-size: 1.6rem;
	padding-bottom: 1em;
	color: #444444;
	line-height: 1.5;
}

#blogContent p.wp-caption-text {
	font-size: 1.3rem;
	padding-bottom: 1em;
	color: #666666;
	margin-top: -15px;
}

#blogContent a {
	text-decoration: underline;
}

#blogContent a:hover {
	color: #ea8080;
}

#blogContent a:hover img {
	opacity: 0.7;
	transition: all 0.3s ease-in-out 0s;
}

#blogContent img {
	margin-bottom: 20px;
	height: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#blogContent .marginnone img {
	margin-bottom: 0px;
}


#blogContent .interviewer {
	color: #222222;
	font-weight: bold;
}

#blogContent .movie {
	text-align: center;
	padding: 30px 0;
}

#blogContent .movie iframe {
	max-width: 100%;
	height: auto;
}
/* youtube埋め込み用　4/21更新*/
.youtube {
	text-align: center;
}

#blogContent iframe {
	display: inline-block;
	max-width: 100%!important;
}


/* キャプション画像の調整 */
.wp-caption {
	max-width: 100%!important;
	height: auto;
}

/* -------------------------------------------------- */
/* ページャー */
/* -------------------------------------------------- */

#pageNavSingle {
	padding-bottom: 50px;
}

.prev {
	float: left;
	font-weight: bold;
	padding-left: 20px;
	background: url(../../img/common/icon_prev.png) left center no-repeat;
}

.next {
	float: right;
	font-weight: bold;
	padding-right: 20px;
	background: url(../../img/common/icon_next.png) right center no-repeat;
}


/* -------------------------------------------------- */
/* サイドバー */
/* -------------------------------------------------- */

.blogNaviTitle {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0em;
	margin-bottom: 5px;
	font-weight: bold;
	color:#ea8080;
	animation: color 10s infinite;
	-webkit-animation: color 10s infinite;
}
#blogCategory,
#blogMonthly {
	margin-bottom: 40px;
}
.blogNaviPulldown {
	width: 100%;
}

/* プルダウン */
.blogNaviPulldown select {
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	border: none;
	background: url(../../img/common/arrow_down_black.png) no-repeat right 15px center;
	background-size: 10px 6px;
	font-size: 1.7rem;
	color: #333333;
	height: 54px;
	line-height: 52px;
	padding: 0 15px;
	border: 1px solid #dcdcdc;
}
::-ms-expand {
	display: none;
}

/* 最新の記事 */
#blogLatest .blogBlock {
	border: none;
	margin-bottom: 0;
	padding: 10px 0;
}

.newBlog{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #999999 dotted;
	letter-spacing: -0.4em;
}

#blogLatest .blogSideImg {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 50px;
	height: 50px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blogLatest .blogSideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#blogLatest .blogCont {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 160px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blogLatest .blogHead {
	display: block;
	border-bottom: 1px #999999 dotted;
	margin-bottom: 10px;
}
#blogLatest .blogLabel {
	display: inline-block;
	color: #403c35;
	border: none;
	padding: 0;
	padding-bottom: 5px;
	font-weight: bold;
	background: none;
	font-size: 1.5rem;

}
#blogLatest .blogCont {
	line-height: 1.3077;
	padding-left: 5px;
}
.sideDate {
	display: inline-block;
	padding: 0;
	font-size: 1rem;
	letter-spacing: 0em;
	color: #686767;
	margin-bottom: 2px;
	line-height: 1;
}

#blogLatest .blogTitle {
	font-size: 1.2rem;
	letter-spacing: 0.0em;
	line-height: 1;
}

.blogBlock a:hover,
.blogBlock a:hover .sideDate {
	color: #ea8080;
}

.sideCatWrap {
	padding-bottom: 30px;
}

#blogInfoCat {
	border-bottom: 3px #EFEFEF solid;
	margin-bottom: 30px;
}

.sideCatWrap .blogNaviTitle a {
	color:#ea8080;
	animation: color 10s infinite;
	-webkit-animation: color 10s infinite;
}

.sideCatWrap .blogNaviTitle a:hover {
	text-decoration: underline;
}

#blogMonthly {
	border-bottom: 3px #EFEFEF solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#sideAll {
	margin-bottom: 30px;
}

#sideAll a {
	padding: 10px 10px;
	margin: 0;
	width: 100%;
	letter-spacing: 0.1em;
}

#sideAll .gradBar {
	display: block;
	width: 100%;
	margin: 0;
}

/* -------------------------------------------------- */
/* インタビュー */
/* -------------------------------------------------- */
.ivNameWrap {
	padding: 10px 0 0 30px;
}

.ivNum {
	padding-right: 10px;
	line-height: 1;
	font-size: 3.5rem;
	font-weight: bold;
	display: inline-block;
}

.ivNum .large {
	font-size: 6.5rem;
}

.ivName {
	font-size: 1.8rem;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
}

.ivName .large {
	font-size: 3.0rem;
}

.ivCat {
	position: relative;
	padding: 10px 0;
}

.ivCat li {
	display: inline-block;
	margin-right: 10px;
}


.ivCat:before {
	content:"";
	display: inline-block;
	height: 1px;
	width: 30px;
	margin-right: 10px;
	background: #333333;
	vertical-align: middle;
}

.changeBorder:hover .ivCat:before {
	background: #ea8080;
}

.ivTitWrap {
	width: 60%;
	position: absolute;
	bottom: 10px;
	right: 30px;
	text-align: right;
	font-size: 1.8rem;
	line-height: 1.2;
}

#interviewImg {
	padding-bottom: 20px;
	overflow: hidden;
}

#interviewImg img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#ivTit {
	font-size: 2.4rem;
	padding-bottom: 10px;
	line-height: 1.2;
	font-weight: bold;
}

/* -------------------------------------------------- */
/* SNS */
/* -------------------------------------------------- */
.snsTop {
	padding-bottom: 5px;
	text-align: right;
}

.snsIcon {
	display: inline-block;
}

.snsBottom {
	padding: 20px 0;
	text-align: center;
}

#blogContent p.announce {
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.2rem;
	color: #ea8080;
}

/* ハイライト */
/* -------------------------------------------------- */
.highlight {
	background: #fff2aa;
}

/* リンク */
/* -------------------------------------------------- */
.outLinkWrap {
	padding: 20px;
	margin-bottom: 20px;
	background: #F7F7F5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.outLinkLeft {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	text-align: center;
}

.outLinkLeft img {
	margin-bottom: 0!important;
}

.outLinkRight {
	display: inline-block;
	vertical-align: middle;
}
