@charset "utf-8";

/*======*/
/* info */
/*======*/
.info {
	text-align: center;
}

.info .mv {
	background-image: url(/images/info/info_mv01.jpg);
}

.info.blog .mv {
	background-image: url(/images/blog/blog_mv01.jpg);
}

.info .cts {
	overflow: hidden;
}

.info .item-area {
	float: left;
	width: 780px;
}

.info .item-area .info-list {
	overflow: hidden;
}

.info .item-area .info-list li {
	margin-top: 32px;
	float: left;
	width: calc((100% - 24px) / 2 - .1px);
}

.info .item-area .info-list li:nth-child(-n+2) {
	margin-top: 0;
}

.info .item-area .info-list li:not(:nth-child(2n)) {
	margin-right: 24px;
}

.info .item-area .info-list li figure {
	position: relative;
	margin-bottom: 12px;
	border-radius: 8px;
	overflow: hidden;
}

.info .item-area .info-list li figure .squarebox {
	width: 100%;
	background-color: #EEE;
	font-size: 0;
}

.info .item-area .info-list li figure .imgbox {
	display: inline-block;
	padding-top: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: contain;
}

.info .item-area .info-list li figure .tag {
	position: absolute;
	top: 6px;
	left: 6px;
	display: inline-block;
	padding: 0 16px;
	color: #fff;
	font-size: 14px;
	border-radius: 16px;
	background-color: #FF458B;
}

.info .item-area .info-list li .date {
	margin-bottom: 8px;
	font-weight: bold;
}

.info .item-area .info-list li .title {
	color: #000;
	font-weight: bold;
}

.info .sub-area {
	float: right;
	width: 360px;
}

.info .sub-area h3 {
	margin-bottom: 14px;
	color: #FF458B;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Phenomena-Regular';
	letter-spacing: 1.5px;
	background-image: url(/images/common/com_bdr01.png);
	background-size: 297px auto;
	background-repeat: no-repeat;	
}

.info .sub-area ul {
	margin-bottom: 16px;
}

.info .sub-area ul li a {
	display: inline-block;
	padding: 6px 16px 6px 24px;
	color: #000;
	font-weight: bold;
}

.info .sub-area .cat h3 {
	background-position: 123% 50%;
}
.info .sub-area .arc h3 {
	background-position: 100% 50%;
}

.info .pagenavi01 {
	display: none;
}

.info .pagenavi02 {
	display: block;
}

@media screen and (max-width: 1299px) {
.info .item-area {
	float: none;
	margin: 0 auto 64px;
}

.info .sub-area {
	float: none;
	margin: 0 auto;
	width: 780px;
}

.info .sub-area aside {
	overflow: hidden;
}

.info .sub-area aside nav:first-child {
	float: left;
	width: calc((100% - 40px) / 2);
}

.info .sub-area aside nav:last-child {
	float: right;
	width: calc((100% - 40px) / 2);
}

.info .pagenavi01 {
	display: block;
}

.info .pagenavi02 {
	display: none;
}
}

@media screen and (max-width: 767px) {
.info .item-area {
	width: 100%;
}

.info .item-area .info-list li {
	float: none;
	width: 100%;
}

.info .item-area .info-list li:nth-child(2) {
	margin-top: 32px;
}

.info .sub-area,
.info .sub-area aside nav:first-child,
.info .sub-area aside nav:last-child {
	width: 100%;
}

.info .sub-area h3 {
	background-image: url(/images/common/com_bdr01.png), url(/images/common/com_bdr01.png), url(/images/common/com_bdr01.png);
}

.info .sub-area .cat h3 {
	background-position: 75px 50%, 374px 50%, 672px 50%;
}

.info .sub-area .arc h3 {
	background-position: 63px 50%, 362px 50%, 661px 50%;
}

.info .sub-area ul {
	margin-bottom: 0;
}
}

/* 詳細 */
.info.detail .cts {
	margin-bottom: 32px;
}

.info.detail .info-head-wrap {
	margin-bottom: 24px;
}

.info.detail .info-head-wrap h3 {
	font-size: 24px;
	font-weight: bold;
}

.info.detail .info-head-wrap .date {
	display: inline-block;
	margin-right: 24px;
	color: #FF458B;
	font-weight: bold;
}

.info.detail .info-head-wrap .tag {
	display: inline-block;
	padding: 0 16px;
	color: #fff;
	font-size: 14px;
	border-radius: 16px;
	background-color: #FF458B;
}

.info.detail .btn-style a {
	margin: 0 auto;
}

/* 投稿記事
-----------------------------------*/
.info.detail .entry-content p {
	margin: 15px 0;
}

.info.detail .entry-content h1 {
	font-size: 2.4em;
	border: none;
}

.info.detail .entry-content h2 {
	font-size: 2em;
	margin: 0;
	padding-bottom: 0;
	background: none;
	font-weight: normal;
	line-height: inherit;
}

.info.detail .entry-content h3 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	border-left: none;
	font-weight: normal;
	line-height: inherit;

}

.info.detail .entry-content h4 {
	font-size: 1.4em;
	margin: 0;
	font-weight: normal;
}

.info.detail .entry-content h5 {
	font-size: 1em;
}

.info.detail .entry-content h6 {
	font-size: 0.9em;
}

.info.detail .entry-content h1,
.info.detail .entry-content h2,
.info.detail .entry-content h3,
.info.detail .entry-content h4,
.info.detail .entry-content h5,
.info.detail .entry-content h6 {
	margin: 10px 0px !important;
}

.info.detail .entry-content ul,
.info.detail .entry-content ol {
	margin: 10px 0 15px 30px;
}

.info.detail .entry-content ul li {
	list-style: disc;
}

.info.detail .entry-content ul ul,
.info.detail .entry-content ol ol,
.info.detail .entry-content ol ul {
	margin-bottom: 0;
}

.info.detail .entry-content blockquote {
	font-style: italic;
	padding: 0 30px;
}

.info.detail .entry-content blockquote cite,
.info.detail .entry-content blockquote em,
.info.detail .entry-content blockquote i {
	font-style: normal;
}

/* 投稿画像 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	/*max-width: 100%;
	height: auto;*/
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	margin: 0;
}