@charset "utf-8";

/* ----------------- .cms_list_text_wrap ----------------- */

.cms_list_text_wrap{
	float: none;
	margin: 15px 0 0 0;	
}

/* 画像とテキストが垂直 */

.list_layout01 .cms_list_text_wrap{
	float: none;
	margin: 12px 0 0 0;	
}

/* 画像とテキストが平行 */

.list_layout02 .cms_list_text_wrap{
	float: right;
	width: 49%;
	margin: 0;
}

.gm-style-iw .cms_list_text_wrap{
	float: right;
	width: 49%;
	margin: 0;
}

/* 下線がある場合 */

.list_line .cms_list_text_wrap{
	width: 62%;
}

/* 人物画像が付いている場合 */

.figure_type .cms_list_text_wrap{
	width: 56%;	
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 700px) {
	.list_layout02 .cms_list_text_wrap{
		float: none;
		width: 100%;
		margin: 15px 0 0 0;
	}
	/* 下線がある場合 */

	.list_line .cms_list_text_wrap{
		margin: 0;
		float: right;
		width: 62%;
	}
	
	/* 人物画像が付いている場合 */
	
	.figure_type .cms_list_text_wrap{
		width: 100%;	
	}
}

/* ----------------- .cms_list_time ----------------- */

/* .cms_list_time */

.cms_list_time{
	position: relative;
	font-size: 110%;
	color: #999999;
	margin: 0 0 10px 0;
}

/* 人物画像が付いている場合 */

.figure_type .cms_list_time{
	margin: 0 0 15px 0;	
}

/* 日付横にPRが付く場合 */

.cms_list.PR .cms_list_time{
	padding: 0 0 0 25px;	
}

.cms_list.PR .cms_list_time:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 10px;
	background: url(../img/template/cms_list_pr.png) no-repeat;
	background-size: 17px 10px;
}

.cms_list.AD .cms_list_time{
	padding: 0 0 0 25px;	
}

.cms_list.AD .cms_list_time:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 10px;
	background: url(../img/template/cms_list_ad.png) no-repeat;
	background-size: 19px 10px;
}

/* ----------------- .cms_list_title ----------------- */

.cms_list_title{
	font-size: 150%;
	line-height: 1.47;
	color: #000000;
	margin: 5px 0 10px 0;
}

.cms_list_title:empty{
  margin: 0 !important;
}

.cms_list_title:last-child{
  margin-bottom: 0;
}

.cms_list_title small{
	margin: 6px 0 0 10px;
	font-size: 66%;
	display: inline-block;
	vertical-align: top;
}

.title110 .cms_list_title{
	font-size: 110%;	
}

.title120 .cms_list_title{
	font-size: 120%;	
}

.title130 .cms_list_title{
	font-size: 130%;	
}

.title140 .cms_list_title{
	font-size: 140%;
}

.title150 .cms_list_title{
	font-size: 150%;
}

.title160 .cms_list_title{
	font-size: 160%;
}

.title170 .cms_list_title{
	font-size: 170%;
}

.title180 .cms_list_title{
	font-size: 180%;
}

.title190 .cms_list_title{
	font-size: 190%;
}

.title200 .cms_list_title{
	font-size: 200%;
	margin: 0 0 20px 0;	
}

/* ----------------- .cms_list_lead ----------------- */

.cms_list_lead{
	font-size: 120%;
	line-height: 1.5;
	color: #666666;
	max-height: 3em;
	overflow: hidden;
}

#page_trend_top02 .max1 > .cms_list_wrap .cms_list_lead{
	max-height: none;
}

.cms_list_lead .place{
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	padding: 0 6px 0 0;
	margin: 0 2px 0 0;
	color: #999999;
}

.cms_list_lead .place:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 10px;
	margin: -5px 0 0 0;
	border-right: 1px solid #AFAFAF;
}

.cms_list_lead .name{
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;	
}

/* ----------------- .cms_list_more_text ----------------- */

.cms_list_more_text{
	line-height: 1.5;
	margin: 17px 0 0 0;
}

.cms_list_more_text span{
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding: 0 15px 7px 3px;
}

.cms_list_more_text span:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #000000;
}

.cms_list_more_text span:after{
	content: "";
	position: absolute;
	display: block;
	top: 1px;
	right: 2px;
	width: 5px;
	height: 8px;
	background: url(../img/template/cms_list_more_text.png) no-repeat;
	background-size: 5px 8px;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
}

.cms_list_text:hover .cms_list_more_text span:after{
	right: -2px;
}

/* ----------------- .cms_list_category_text ----------------- */

.cms_list_category_text{
	letter-spacing: -0.4em;
}

.cms_list_category_text li{
	float: left;
	font-size: 110%;
	letter-spacing: normal;
	margin: 0 8px 0 0;
}

.cms_list_category_text li{
	color: #999999;
}

.cms_list_category_text li a{
	color: #999999;
}

.cms_list_category_text li.active{
	color: #000000;
}

.cms_list_category_text li.active a{
	color: #000000;
}

.cms_list_category_text li a:hover{
	color: #000000;
}

/* 検索共通 */

#common_search .cms_list_title{
	color: #999999;
	margin: 0;
}

#common_search .cms_list_text_wrap{
	margin: 8px 0 0 0;
}

@media screen and (max-width: 900px) {
	
}

@media screen and (max-width: 700px) {
	/*
	#top_main_visual_wrap h2{
		margin-top: -50px;
	}
	
	#top_main_visual_wrap .cms_list_text_wrap{
		margin-top: -10px;		
	}
	*/
	#top_main_visual_wrap .cms_list_text{
		width: 90%;
		max-width: 320px;
		padding: 0 20px;
	}
	
	#top_main_visual_wrap .cms_list_title{
		font-size: 130%;
		line-height: 1.4;
		color: #ffffff;	
	}
}

/* トップページスライダーメインナビゲーションホバー時CMS */

#top_main_visual_cms_wrap h2{
	margin: 0 0 20px 0;
}

#top_main_visual_cms_wrap h2 span{
	color: #ffffff;
	font-size: 170%;
	font-family: 'Lato', sans-serif;
}

#top_main_visual_cms_wrap h2 span:after{
	background: #ffffff;
}

#top_main_visual_cms_wrap .cms_list_text_wrap{
   margin: 20px 0 0 0;
}

#top_main_visual_cms_wrap .cms_list_title{
	font-size: 120%;
	line-height: 1.66;
	color: #cccccc;
	margin: 0 0 10px 0;
}

#top_main_visual_cms_wrap .cms_list_lead{
	font-size: 110%;
	line-height: 1.64;
	color: #cccccc;
	max-height: none;
}

/* .street_area_head */

.street_area_head .cms_list_text_wrap{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 700px) {
	.street_area_head .cms_list_text_wrap{ height: auto; width: auto; text-align: left; position: static;}
}

.street_area_head .cms_list_text_wrap:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
	margin: 0 0 0 -4px;
}

.street_area_head .cms_list_text{
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	max-width: 450px;
	min-height: 57%;
	padding: 30px 35px;
	background: rgba(255,255,255,0.9);
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 700px) {
	.street_area_head .cms_list_text{ padding: 20px 0 0 0;}
}

.street_area_head .cms_list_text:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
	margin: 0 0 0 -4px;
}

.street_area_head .cms_list_text_in{
	text-align: left;
}

.street_area_head .cms_list_title{
	font-size: 400%;
	letter-spacing: 0.2em;
	margin: 0 0 20px 0;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}

.en .street_area_head .cms_list_title{
	letter-spacing: normal;
	font-family: "Playfair Display",serif;
}

@media screen and (max-width: 900px) {
	.street_area_head .cms_list_title{ font-size: 300%;	}
	.street_area_head .cms_list_lead{ font-size: 130%;}
}

.street_area_head .cms_list_lead{
	font-size: 140%;
	line-height: 1.71;
	margin: 0 0 20px 0;
	max-height: none !important;
}

.street_area_head .cms_list_time{
	font-size: 120%;
}

/* .street_area_sub */

.street_area_sub .cms_list_text_wrap{
	margin: 0;
	padding: 20px 20px 50px 20px;
	background: #f5f5f5;
}

.street_area_sub .cms_list_time{
	margin: 0 0 10px 0;
	font-size: 150%;
	color: #000000;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}

.en .street_area_sub .cms_list_time{
	letter-spacing: normal;
	font-family: "Playfair Display",serif;
}

.street_area_sub .cms_list_title{
	font-size: 250%;
	letter-spacing: 0.2em;
	color: #000000;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	margin: 0 0 10px 0;
}

.en .street_area_sub .cms_list_title{
	letter-spacing: normal;
	font-family: "Playfair Display",serif;
}

.street_area_sub .cms_list_lead{
	margin: 0;
	font-size: 120%;
	color: #999999;
}

.street_area_sub .cms_list_figure{
	padding: 0 0 60% 0;		
}
