@charset "utf-8";
/*==================================================================
	共通extend用
===================================================================*/
/*クリアフィックス*/
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/*インラインブロック*/
.inline_block, body#area #breadCrumb ul li, body#area #breadCrumb ul li h1 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/*テーブルセル*/
.table_cell {
	display: table-cell;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
}
/*ellipsis*/
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
/*リンク文字色*/
.blue-link {
	color: #2694da;
}
.blue-link-map {
	padding:0 2px;
}
.blue-link:hover {
	color: #076d92;
}
body#area {
	-webkit-font-smoothing: antialiased;
}
body#area #header h1 {
	font-weight: lighter;
}
/*RollOver
------------------------------------------------- */
.rover {
	display: block;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.rover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/* breadCrumb
------------------------------------------------- */
body#area #breadCrumb {
	font-size: 13px;
	font-size: 1.3rem;
	border-bottom: solid 1px #9f9fa0;
	padding: 15px 0px 15px;
	margin-bottom: 20px;
}
body#area #breadCrumb ul {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
body#area #breadCrumb ul li {
	list-style: none;
}
body#area #breadCrumb ul li:first-child:before {
	content: "";
	margin: 0;
}
body#area #breadCrumb ul li.none {
	color: #a0a0a0;
}
body#area #breadCrumb ul li:before {
	content: ">";
	margin: 0 5px;
	color: #a0a0a0;
}
body#area #breadCrumb ul li a {
	text-decoration: none;
	color: #999999;
}
body#area #breadCrumb ul li a:hover {
	text-decoration: underline;
}
body#area #breadCrumb ul li h1 {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
body#area #breadCrumb {
	padding: 5px;
	margin-bottom: 10px;
}
}
/* Top SNS
------------------------------------------------- */
.h-sns {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.h-sns ul {
	position: absolute;
	right: 0;
	top: -54px;
	width: 175px;
}
.h-sns ul li {
	vertical-align: top;
	display: inline-block;
}
.h-sns--twitter {
	margin-top: 2px;
}
.h-sns--fb {
	margin-top: 2px;
}

@media screen and (max-width: 768px) {
.h-sns ul {
	position: relative;
	margin: 13px auto;
	top: 0;
}
}
/* Contents Area
------------------------------------------------- */
.page-area {
	max-width: 1200px;
	margin: 0 auto 0;
	background-color: #fff;
}

@media screen and (max-width: 950px) {
.page-area {
	margin-right: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}
}
/* Title Image
------------------------------------------------- */
.page-area-visual {
	margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
.page-area-visual {
	margin-right: -10px;
	margin-left: -10px;
}
}
.page-area-pc-img, .page-area-sp-img {
	width: 100%;
	height: auto;
}

/* Title Image(PC/SP) */
@media screen and (max-width: 768px) {
.page-area-pc-img {
	display: none;
}
}
.page-area-sp-img {
	display: none;
}

@media screen and (max-width: 768px) {
.page-area-sp-img {
	display: block;
}
}
/* Page Lead Text
------------------------------------------------- */
.page-area-topTitle {
	width: 70%;
	padding-left: 3%;
}
.page-area-topTitle p {
	font-size: 16px;
	font-size: 1.6rem;
}
.page-area-topTitle p.page-area-topTitle-main {
	font-weight: 800;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.page-area-topTitle p.page-area-topTitle-main br {
	display: none;
}

@media screen and (max-width: 768px) {
.page-area-topTitle {
	width: 100%;
}
.page-area-topTitle p.page-area-topTitle-main br {
	display: block;
}
}
/* Bottom Lead Text
------------------------------------------------- */
.share-lst {
	display: block;
	margin: 0 auto 0;
	width: 50%;
}
.share-lst li {
	display: inline-block;
	margin: 0 7px;
	width: calc(33.333333333% - 20px);
}
.share-lst li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px auto;
	width: 100%;
	height: 40px;
	text-indent: -9999px;
	border-radius: 4px;
}
.share-lst--twitter a {
	background: #73CBEF;
	background-image: url(../../img/area/common/icn-twitter.png);
	border-bottom: #408ba8 solid 4px;
}
.share-lst--twitter a:hover {
	background-color: #408ba8;
	border-bottom: #408ba8 solid 4px;
}
.share-lst--fb a {
	background: #395394;
	background-image: url(../../img/area/common/icn-fb.png);
	border-bottom: #1f3879 solid 4px;
}
.share-lst--fb a:hover {
	background-color: #1f3879;
	border-bottom: #1f3879 solid 4px;
}
.share-lst--googleplus a {
	background: #D34932;
	background-image: url(../../img/area/common/icn-googleplus.png);
	border-bottom: #a2301c solid 4px;
}
.share-lst--googleplus a:hover {
	background-color: #a2301c;
	border-bottom: #a2301c solid 4px;
}

@media screen and (max-width: 1050px) {
.share-lst {
	width: 260px;
	margin: 0 auto 0;
}
}

@media screen and (max-width: 768px) {
.share-lst {
	margin: 50px auto 0;
}
}
/* Section Title
------------------------------------------------- */
.page-area-title {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 38px 0;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #bd9d2c;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 768px) {
.page-area-title {
	margin-right: -10px;
	margin-bottom: 20px;
	margin-left: -10px;
}
}
/* Section
------------------------------------------------- */
.page-area-video-card-group {
	margin: 0 25px;
	padding: 0 0 35px;
	font-size: 0;
	border-bottom: 2px solid #bd9d2c;
}
.page-area-video-card-group + .page-area-video-card-group {
	padding-top: 35px;
}
.page-area-video-card-group-last{
	border-bottom:none;
}
.page-area-video-card-wrap {
	margin: 0 auto 20px;
}
.page-area-video-card-title {
	font-size: 22px;
	margin-bottom: 20px;
	word-spacing: 3px;
	    letter-spacing: 1px;
}
.page-area-cities-card {
	position: relative;
	display: inline-block;
	width: calc(50% - 25px);
	box-sizing: border-box;
	margin-right: 50px;
	vertical-align: top;
	font-size: 16px;
	font-size: 1.6rem;
}
.page-area-cities-card + .page-area-cities-card {
	margin-right: 0;
}
.page-area-cities-card .video-thumb {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1px;
}
.page-area-cities-card .video-thumb a {
	width: 100%;
}
.page-area-cities-card .video-thumb img {
	width: 100%;
	height: auto;
}
.page-area-cities-card .video-thumb:after {
	content: "";
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: 0;
	right: 0;
	z-index: 10;
	background: url(../img/video_ic01.png) no-repeat top center;
	background-size: 100% 100%;
}
.page-area-cities-card .video-data-note {
	vertical-align: top;
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 30%;
	word-spacing: 3px;
}

@media screen and (max-width: 950px) {
.video-data-note,  .video-data-detail {
	font-size: .8em !important;
}
}
.page-area-cities-card .video-data-detail {
	display: block;
	width: 100%;
	list-style: none outside;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	position: absolute;
	bottom: 0;
}
.page-area-cities-card .video-data-detail li {
	width: 100%;
	padding: 1% 0;
	margin: 0;
	border-bottom: 1px solid #999;
	list-style-type: none;
}
.page-area-cities-card .video-data-detail span, .page-area-cities-card .video-data-detail figure, .page-area-cities-card .video-data-detail figcaption, .page-area-cities-card .video-data-detail img {
	display: inline-block;
	vertical-align: middle;
}
.page-area-cities-card .video-data-detail span.th {
	width: 19%;
}
.page-area-cities-card .video-data-detail span.th-author {
	width: 16%;
}
.page-area-cities-card .video-data-detail span.td, .page-area-cities-card .video-data-detail figure {
	width: 80%;
}
.page-area-cities-card .video-data-detail img {
	width: 17%;
	padding-right: 9%;
}

@media screen and (max-width: 768px) {
.page-area-video-card-group {
	margin: 0 auto;
	padding: 0 0 40px;
}
.page-area-video-card-group + .page-area-video-card-group {
	padding-top: 40px;
}
.page-area-video-card-wrap {
	width: 95%;
}
.page-area-video-card-title {
	font-size: 1.8rem;
}
.page-area-cities-card {
	display: block;
	width: 100%;
	min-height: auto;
	padding-left: 0;
	padding-bottom: 0;
	margin-left: 0;
	background-image: none;
}
.page-area-cities-card + .page-area-cities-card {
	padding-top: 20px;
}
.page-area-cities-card .video-thumb:after {
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}
.page-area-cities-card .video-data-note {
	padding-bottom: 0;
	margin-bottom: 20px;
}
.page-area-cities-card .video-data-detail {
	position: relative;
}
.page-area-cities-card .video-data-detail span.th {
	width: 20%;
}
.page-area-cities-card .video-data-detail span.td,  .page-area-cities-card .video-data-detail figure {
	width: 78%;
}
.page-area-cities-card .video-data-detail img {
	width: 20%
}
}
/* Related Themes
------------------------------------------------- */
.page-area-related-themes {
	width: 95%;
	margin: 0 auto;
}
.page-area-related-themes ul {
	overflow: hidden;
	width: 100%;
	margin: 2% auto;
	text-align: center;
}
.page-area-related-themes ul li {
	display: inline-block;
	text-align: center;
	font-size: 1.8rem;
	list-style-type: none;
	    margin: 0 7px;
}
.theme-lst {
	text-align: center;
	margin-bottom: 60px;
}
.theme-lst li {
	display: inline-block;
	text-align: center;
	margin: 20px 0;
}
.theme-lst li a {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	margin: 0 auto 6px;
	background: #739268;
	color: white;
	text-align: center;
	padding: 10px 13px;
	border-radius: 4px 4px 4px 4px;
	text-decoration: none;
	border-bottom: #617759 solid 4px;
}
.theme-lst li a:hover {
	background: #617759;
	border-bottom: #617759 solid 4px;
}

@media screen and (max-width: 768px) {
.page-area-related-themes {
	width: 100%;
}
.page-area-related-themes ul {
	overflow: initial;
}
.page-area-related-themes ul li {
	font-size: 1.6rem;
	margin: 0px 3%;
}
.theme-lst li {
	display: block !important;
}
.theme-lst li a {
	display: block;
	margin: 20px auto;
}
}
/* Special Feature Archives
------------------------------------------------- */
#special-feature-archives h2 {
	margin-bottom: 20px;
}
.sf-archives {
	list-style: none outside;
	width: 100%;
}
.sf-archives li {
	padding: 25px 0;
	border-top: 1px solid #999;
	margin: 0 25px;
}
.sf-archives-top {
	border-top: none !important;
}
.txt-new{
	color:red;
	font-size: .6em;
	font-weight:bold;
	padding-left: 10px;
}
.sf-archives li .sf-archives-thumb, .sf-archives li .sf-archives-txt {
	display: inline-block;
	vertical-align: top;
}
.sf-archives li .sf-archives-thumb {
	width: 17%;
	height: auto;
}
.sf-archives li .sf-archives-thumb img {
	width: 100%;
	height: auto;
}
.sf-archives li .sf-archives-txt {
	width: 80%;
	margin-left: 20px;
}
.sf-archives li .sf-archives-txt h3 {
	margin-bottom: 5px;
}
.sf-archives li .sf-archives-txt p {
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
.sf-archives {
	margin-left: -10px;
	margin-right: -10px;
	width: auto;
}
.sf-archives li .sf-archives-thumb {
	width: 100%;
}
.sf-archives li .sf-archives-txt {
	width: 100%;
	margin:0;
}
.sf-archives li .sf-archives-txt p {
	font-size: 1.4rem;
}
}
/* Bottom SNS
------------------------------------------------- */
.page-area-other {
	padding: 20px 0;
	margin: 0 25px 60px;
}
.page-area-other--inner {
	zoom: 1;
	/*for IE 5.5-7*/
	padding: 30px 0;
	background-repeat: repeat-y;
	background-position: center top;
}
.page-area-other--inner:after {
	/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
* html .page-area-other--inner {
	display: inline-table;
	/*\*/
	display: block;
/**/ }
.page-area-share {
}
.page-area-share {
	width: 50%;
	display: inline;
}
.share-centerd {
	width: 50%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
.page-area-share {
	display: block;
}
.page-area-share, .share-centerd {
	width: 100%;
}
.share-lst {
	margin: 0 auto;
}
}
#pagetop {
	display: block;
	bottom: 120px;
}
