@charset "utf-8";
/*新着一覧　＆新着詳細 */
/*--------------------------------------------------*/

/* post001 */
/*--------------------------------------------------*/
.post001{
	margin-bottom: 60px;
}

.post001-heading img{
	width: 30px;
	height:auto;
}

.post001-heading {
	font-size: 20px;
}

.post001-more {
	font-size:14px !important;
	margin-top: -5px;
}

.post001-more a::before{
	font-size:14px !important;
}

.post001 .container-fluid{
	padding:0 !important;
}

.post001-list a{
	padding:10px;
}

.post001-list li {
	margin-bottom: 30px;
}

.post001-list li a{
	border:1px solid #cccccc;
}


.post001-list li a:hover {
	background: rgba(204, 204, 204,0.2);
}

.post001-inner {
	position: relative;
}


/* title */
.post001-heading {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 0 0;
}


/* list */

.post001-list a {
	position: relative;
	display: table;
	width: 100%;
	padding: 15px;
	-webkit-transition: background-color 100ms;
	transition: background-color 100ms;
}

.post001-list a:hover {
	background-color: #fafafa;
}

.post001-list p {
	line-height: 1.3;

	vertical-align: middle;
}

.thumbnail-box{
	margin-bottom: 10px;
}

.thumbnail-box img{
	height: auto;
	width: 100%;
}

.post001-metabox{
	left: -15px;
	position: relative;
}

/* date */
.post001-date {
	font-size: 12px;
	/*	width: 6.5em;*/
	display: table-cell;
}
/* category */
.post001-category {
	min-width: 4em;
	padding-right: 10px;
	padding-left: 5px;
	display: table-cell;
}
.post001-category > span {
	font-size: 12px;
	display: block;
	padding:1px 1em;
	text-align: center;
	color: white;
}
.post001-category-01 {
	background: #f9a402;
}
.post001-category-01:not(:first-child) {
	margin-top: 2px;
}
.post001-category-02 {
	background: #ff4b47;
}
.post001-category-03 {
	background: #1d7dc5;
}
.post001-category-04 {
	background: #379d2a;
}
/* title */
.post001-title {
	font-size:16px;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 5px;
}


.wp-pagenavi {
	margin: 30px 0 ;
	text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi .page,
.wp-pagenavi a {
	background: #f3f3e8;
	color: #8e8379;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 2px;
	padding: 0 10px;
	font-size:14px;
	border:1px solid transparent;
}
.wp-pagenavi .current {
	border:1px solid #8e8379 !important;
	background: #8e8379;
	color: #f3f3e8;
}


.wp-pagenavi a:hover, 
.wp-pagenavi .page:hover,
.wp-pagenavi li a.active {
	border:1px solid #8e8379;
}

@media (max-width: 767px) {
	.news-h2{
		font-size:24px;
		margin-bottom: 30px;
	}
	.thumbnail-box{
		left: -5px;
		position: relative;
	}

	.post001{
		margin-bottom: 40px;
	}
	.wp-pagenavi{
		margin:0 0 60px 0;
	}


}
@media (max-width: 575px) {
	.post001-list {
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
	}
	.post001-list li:nth-child(odd){
		border-right:1px solid #cccccc;
		border-left:0;
	}
	.post001-list li:nth-child(even){
		border-right:0;
	}

	.post001-inner{
		margin:0 -15px;
	}
	.thumbnail-box{
		margin-bottom: 5px;
		left: 0;
		position: inherit;
	}
	.post001-metabox{
		position: inherit;
		left:0;
	}
	.post001-list{

		border-bottom: 0;
	}
	.post001-list li{
		margin-bottom: 0;
		border-bottom: 0;
	}
	.post001-list li a {
		border-top: 0;
		border-left:0;
		border-right: 0;
		margin-bottom: 0;
		padding:15px;
		display: block;
	}
	.post001-list li a::after {
		display: none;
	}
	.post001-title{
		font-size:14px;
		margin-bottom: 5px;
		margin-top: 0;
	}
	.post001-date,
	.post001-category{
		display: inline-block;
		padding:0;
	}
	.post001-date{
		/*	width: 6em;*/
	}
	.post001-category > span{
		font-size:10px;
		padding: 1px 2px;
	}
	.news-excerpt{
		font-size:12px;
	}
}

/*--------------------------------------------------*/

.single li p{ 
	padding: 0 5px;
}
.title-css::before, 
.title-css::after{
	padding: 10px 5px !important;
}
.single-title180{
	text-align: left;
	border-top: 1px solid #8e8379 !important;
	border-bottom: 1px solid #8e8379 !important;
	color:#222222;
	font-size:18px;
	padding:10px 5px 10px 2em !important;
}

.single-box h1,
.single-box h2,
.single-box h3{
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.single-box h1{
	font-size: 20px !important;
	padding: 5px 8px;
	background: #F3F3E8;
	color:#e95478;
	margin-top: 20px;
	border-top: none !important;
	border-bottom:none;
}
.single-box h2{
	color: #e95478;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	letter-spacing: 0;
	border-bottom: 2px solid #e95478;
}

.single-box h3{
	padding:0 0 5px 0;
	border-top:none;
	color: #e95478;
	margin-top: 20px;
	border-bottom: 1px solid #e95478;
}
.single-box h4{
	padding:0 0 5px 0;
	border-top:none;
	font-weight: normal;
	font-size: 16px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.single-box h5{
	margin-top: 20px;
}
.single-box h6{
	margin-top: 20px;
	border-left: 2px solid #CCC;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 1.2;
}
.single-box p{
	margin-bottom: 5px;
}
.single-arrow-prev ,
.single-arrow-next {
	padding: 0;
}

.single-arrow-prev a,
.single-arrow-next a{
	border:1px solid #e95478;
	color: #e95478;
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	width: 90%;
	margin: 30px auto;
	font-size:14px;
	text-align: center;
}


.single-arrow-prev a:hover,
.single-arrow-next a:hover{
	background-color: #e95478;
	color: #FFF;
}

.single-arrow-prev a{
	margin-right:15px;
}
.single-arrow-next a{
	margin-left:15px;
}

.single-metabox{
	width: 100%;
	display: inline-block;

}

.single-metabox-inner{
	display: inline;
	float: right;
}

.single-category{
	float: right;
}

.single-category > span {
	color: white;
	display: block;
	font-size: 12px;
	padding: 1px 8px;
	text-align: center;
}

.single-date{
	float: left;
	font-size: 12px;
	width: 7.5em;
}

.gallery-item a img{
	width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
	.single-arrow-prev a, .single-arrow-next a{
		font-size:12px;
		box-sizing: border-box;
		display: block;
		font-weight: bold;
		float: none;

	}
}

@media (max-width: 767px) {
	.single-arrow-prev a, .single-arrow-next a{
		font-size:12px;
		box-sizing: border-box;
		display: block;
		font-weight: bold;
		margin: 30px auto 60px auto;
		padding: 5px 10px;
		float: none;
	}
	.single-arrow-prev{
		padding-right:5px; 
	}
	.single-arrow-next{
		padding-left:5px; 
	}
	.newspost{
		margin-bottom: 60px;
	}

}
@media (max-width: 575px) {
	.single-news li p img{
		width: 100%;
	}
}

.frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*キャンペーンLP*/
.campaign_flow {
	padding: 0 20px;
	width: 100%;
	vertical-align: top;
}

.campaign_flow div:nth-child(odd) {
	display: inline-block;
	width: 40%;
	padding-right: 20px;
	margin: 0 0 40px 0;
	vertical-align: top;
}
.campaign_flow div:nth-child(even) {
	display: inline-block;
	width: 59%;
	padding-top: 20px;
	margin: 0 0 20px 0;
	vertical-align: top;
}
.campaign_flow div span {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: #e95478;
	padding-bottom: 10px;
}
@media (max-width: 991px) {
	/*キャンペーンLP*/
	.campaign_flow {
		padding: 0 0px;
		width: 100%;
		vertical-align: top;
	}

	.campaign_flow div:nth-child(odd) {
		display: block;
		width: 100%;
		padding-right: 0px;
		margin: 0 0 50px 0;
		vertical-align: top;
	}
	.campaign_flow div:nth-child(even) {
		display: block;
		width: 100%;
		padding-top: 0px;
		margin: 0 0 40px 0;
		vertical-align: top;
	}

}
@media (max-width: 767px) {
	.campaign_flow div span {
		font-size: 20px;
	}
}