@charset "UTF-8";
/*
*******************************************************************************************************
# Allguides

	-- init
	-- ttl
	-- colset
	-- btn
	-- icon
	-- article
	-- sns-area
	-- global-nav-area
	-- local-nav-area
	-- page-head

*******************************************************************************************************
*/

/* ------------------------------------
	* init
* ------------------------------------ */

.clr:after {
	content: "";
	display: block;
	clear: both;
}

.mt-05 { margin-top: 5px;}
.mt-15 { margin-top: 15px;}
.mt-20 { margin-top: 20px;}
.mt-25 { margin-top: 25px;}
.mt-30 { margin-top: 30px;}
.mt-40 { margin-top: 40px;}
.mb-05 { margin-bottom: 5px;}
.mb-10 { margin-bottom: 10px;}
.mb-15 { margin-bottom: 15px;}
.mb-20 { margin-bottom: 20px;}
.mb-25 { margin-bottom: 25px;}
.mb-40 { margin-bottom: 40px;}
.mb-45 { margin-bottom: 45px;}

.txt-center { text-align: center;}

.txt-by {
	width: 26px;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.txt-by > img {
	vertical-align: middle;
	line-height: 1;
}

a {
	-webkit-transition: all .2s ease-out;
/*	transition: all .2s ease-out;*/
}

.wrp-breadcrumb-header {
	margin-bottom: 25px;
}

.wrp-breadcrumb-footer .mod-breadcrumb {
	border: none;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

.sec p {
	font-size: 16px;
	line-height: 1.3;
}

/* ------------------------------------
	* ttl
* ------------------------------------ */
.ttl-area {
	padding-bottom: 16px;
	border-bottom: 1px solid #dddddd;
}

.sec .sec__ttl {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1;
	position: relative;
}
.sec .sec__ttl img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}
.sec .sec__ttl span {
	display: inline-block;
	vertical-align: bottom;
	line-height: 0.9;
}

.sec .sec__ttl--gold {
	border-left: 5px solid #9e8e5c;
	vertical-align: bottom;
}

.sec .sec__ttl-allguides {
	padding-left: 0;
}
.sec .sec__ttl-allguides img {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.sec .sec__ttl-allguides p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	margin: 7px 0 0 20px;
	width: 680px;
}

.sec .sec__ttl-h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.sec .sec__ttl-h2 img {
	display: inline-block;
	vertical-align: middle;
}
.sec .sec__ttl-h2 span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
}
.sec .sec__ttl-h2 span span {
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
}

.sec .sec__ttl-h2--gold {
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}
.sec .sec__ttl-h2--gold:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 18px;
	background: #9e8e5c;
	z-index: 0;
}

.sec .sec__ttl-h2--gold-diamond-shape {
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
	position: relative;
}
.sec .sec__ttl-h2--gold-diamond-shape:before {
	content: '◆';
	color:#9e8e5c;
	font-size: 20px;
	padding-left: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.number-text {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 15px;
}

/* ------------------------------------
	* colset
* ------------------------------------ */
.colset .colset__col-left {
	float: left;
}
.colset .colset__col-right {
	float: right;
}


/* ------------------------------------
	* btn
* ------------------------------------ */
.btn {
	display: inline-block;
}
.btn--left {
	text-align: left;
}
.btn--right {
	text-align: right;
}
.btn .btn__link--normal {
	display: block;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
	padding: 10px 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn .btn__link--normal span,
.btn .btn__link--small span {
	position: relative;
}
.btn .btn__link--normal span:before,
.btn .btn__link--small span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 6px;
	right: -15px;
	margin: auto;
	width: 8px;
	height: 1px;
	background: #111111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.btn .btn__link--normal span:after,
.btn .btn__link--small span:after {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 0;
	right: -15px;
	margin: auto;
	width: 8px;
	height: 1px;
	background: #111111;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.btn .btn__link--normal.btn__link--title {
	padding: 5px 50px;
}

.btn .btn__link--small {
	display: block;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
	padding: 9px 30px 7px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn .btn__link--read {
	display: block;
	width: 320px;
	border: 1px solid #9e8e5c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	padding: 12px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn .btn__link--read span {
	position: relative;
	margin-left: -15px;
}
.btn .btn__link--read span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	margin: auto;
	width: 8px;
	height: 1px;
	background: #111111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.btn .btn__link--read span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -21px;
	margin: auto;
	width: 8px;
	height: 1px;
	background: #111111;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.btn .btn__link:hover {
	border-color: #9e8e5c;
	color: #9e8e5c;
}
.btn .btn__link:hover span:before,
.btn .btn__link:hover span:after {
	background: #9e8e5c;
}

/*
 * .btn__link--minimum
 * - �����N
 * - �g�����̃~�j�}���X�^�C��
 */
*[class^="btn"] .btn__link--minimum {
	display: inline-block;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
	margin-top: 15px;
	padding: 2px 20px 2px 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*[class^="btn"] .btn__link--minimum span {
	position: relative;
}
*[class^="btn"] .btn__link--minimum span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 6px;
	right: -15px;
	margin: auto;
	width: 8px;
	height: 1px;
	background: #111111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
*[class^="btn"] .btn__link--minimum span:after {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 0;
	right: -15px;
	margin: auto;
	width: 8px;
	height: 1px;
	background: #111111;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
*[class^="btn"] .btn__link--minimum:hover {
	color: #9e8e5c;
}
*[class^="btn"] .btn__link--minimum:hover span:before,
*[class^="btn"] .btn__link--minimum:hover span:after {
	background: #9e8e5c;
}


/* ------------------------------------
	* icon
* ------------------------------------ */
i[class^="icon--"] {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	background: url(/images/ext/allguides/common/icon_common.gif) 0 0 no-repeat;
}
/*
 * Sサイズ 30x30
 */
i[class^="icon--s_"] {
	width: 30px;
	height: 30px;
	margin-right: 3px;
}
/* == 地名 */
i.icon--s_tokyo 			{background-position: -0px 0px;} 	/* 東京 */
i.icon--s_kyoto 			{background-position: -30px 0px;} 	/* 京都 */
i.icon--s_osaka 			{background-position: -60px 0px;} 	/* 大阪 */
i.icon--s_hokkaido 		{background-position: -90px 0px;} 	/* 北海道 */
i.icon--s_okinawa 		{background-position: -120px 0px;} 	/* 沖縄 */
/* == カテゴリー */
i.icon--s_sightseeing 	{background-position: -0px -30px;} 	/* 観光 */
i.icon--s_food 			{background-position: -30px -30px;} 	/* グルメ */
i.icon--s_shopping 		{background-position: -60px -30px;} 	/* ショッピング */
i.icon--s_hotels 		{background-position: -90px -30px;} 	/* 宿泊 */
i.icon--s_tips 			{background-position: -120px -30px;} 	/* 豆知識 */
i.icon--s_localnews		{background-position: -150px -30px;} 	/* 地域だより */

/*
 * タイトル用
 */
/* == トピックス */
i.icon--t_topics {
	width: 24px;
	height: 23px;
	background-position: 0px -60px;
}
/* == ランキング */
i.icon--t_ranking {
	width: 22px;
	height: 17px;
	background-position: -24px -60px;
}



/* ------------------------------------
	* article
* ------------------------------------ */
.article {
	margin: -20px 0 0 -8px;
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	counter-reset:count-ranking;
}
.article-top3 {
	margin: 0 0 0 -8px;
}
.article .article__list {
	float: left;
	width: 328px;
	margin: 20px 0 0 8px;
	position: relative;
}
.article-ranking .article__list .ranking-number {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	z-index: 4;
}
.article-ranking .article__list .ranking-number:before {
	counter-increment: count-ranking;
	content: counters(count-ranking,".");
	color: #fff;
	line-height: 24px;
	z-index: 5;
}
.article-ranking .article__list:nth-child(1) .ranking-number {
	background: #c1a90b;
	top: 0;
	width: 32px;
	height: 36px;
}
.article-ranking .article__list:nth-child(1) .ranking-number:before {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	top: 8px;
	position: relative;
}
.article-ranking .article__list:nth-child(1) .ranking-number:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #c1a90b;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #c1a90b;
	border-right: 16px solid #c1a90b;
}
.article-ranking .article__list:nth-child(2) .ranking-number {
	background: #84878e;
	top: 0;
	width: 32px;
	height: 36px;
}
.article-ranking .article__list:nth-child(2) .ranking-number:before {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	top: 8px;
	position: relative;
}
.article-ranking .article__list:nth-child(2) .ranking-number:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #84878e;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #84878e;
	border-right: 16px solid #84878e;
}
.article-ranking .article__list:nth-child(3) .ranking-number {
	background: #905030;
	top: 0;
	width: 24px;
	height: 27px;
}
.article-ranking .article__list:nth-child(3) .ranking-number:before {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	top: 6px;
	position: relative;
}
.article-ranking .article__list:nth-child(3) .ranking-number:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 8px solid #905030;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #905030;
	border-right: 12px solid #905030;
}
.article-ranking .article__list:nth-child(1),
.article-ranking .article__list:nth-child(2),
.article-ranking .article__list:nth-child(9),
.article-ranking .article__list:nth-child(10) {
	width: 496px;
}
.article-ranking .article__list:nth-child(9) a div,
.article-ranking .article__list:nth-child(10) a div {
	width: 235px;
	float: left;
	margin-right: 15px;
}
.article-ranking .article__list:nth-child(1) a figure,
.article-ranking .article__list:nth-child(2) a figure {
	width: 496px;
	height: 331px;
}
.article-ranking .article__list:nth-child(9) a figure,
.article-ranking .article__list:nth-child(10) a figure {
	width: 235px;
	height: 157px;
}
.article-ranking .article__list:nth-child(1) a img,
.article-ranking .article__list:nth-child(2) a img,
.article-ranking .article__list:nth-child(9) a img,
.article-ranking .article__list:nth-child(10) a img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.article-ranking .article__list:nth-child(9) a p,
.article-ranking .article__list:nth-child(10) a p {
	padding-right: 15px;
	margin-top: 5px;
}
.article-ranking .article__list:nth-child(9) a .article__list--copy,
.article-ranking .article__list:nth-child(10) a .article__list--copy {
	padding: 0;
	margin: 0 0 5px;
}
.article-top3 .article__list:nth-child(1),
.article-top3 .article__list:nth-child(2),
.article-top3 .article__list:nth-child(3) {
	margin-top: 0;
}
.article .article__list a {
	display: block;
	overflow: hidden;
}
.article .article__list a figure {
	width: 328px;
	height: 219px;
	background: #e0e0e0;
	overflow: hidden;
	margin: 0 0 5px;
	position: relative;
}
.article .article__list a figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.article .article__list a figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.article .article__list a img {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.article .article__list a p {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 5px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.article .article__list a .article__list--copy,
.article .article__list a:hover .article__list--copy {
	font-size: 10px;
	color: #aaaaaa;
	margin-bottom: 4px;
}
.article .article__list a .article__list--date,
.article .article__list a:hover .article__list--date {
	font-size: 10px;
	color: #aaaaaa;
	margin-bottom: 1px;
}

.article .article__list a:hover figure:before {
	background: rgba(0, 0, 0, 0.2);
}
.article .article__list a:hover img {
	-webkit-transform: translate(-50%,-50%) scale(1.05);
	transform: translate(-50%,-50%) scale(1.05);
}
.article .article__list a:hover p {
	color: #9e8e5c;
}

.article-recommended .article-recommended__list {
	float: left;
	margin-left: 8px;
}
.article-recommended .article-recommended__list:first-child {
	margin: 0;
}
.article-recommended .article-recommended__list:last-child {
	margin: 8px 0 0 8px;
}
.article-recommended .article-recommended__list a {
	display: block;
	position: relative;
}
.article-recommended .article-recommended__list a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.article-recommended .article-recommended__list a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
/*	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));

*/
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);


	z-index: 2;
}
.article-recommended .article-recommended__list a:hover:before {
	background: rgba(0, 0, 0, 0.2);
}
.article-recommended .article-recommended__list a figure {
	width: 405px;
	height: 208px;
	background: #e0e0e0;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.article-recommended .article-recommended__list:first-child a figure {
	width: 587px;
	height: 424px;
}
.article-recommended .article-recommended__list a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.article-recommended .article-recommended__list a:hover img {
	-webkit-transform: translate(-50%,-50%) scale(1.05);
	transform: translate(-50%,-50%) scale(1.05);
}
.article-recommended .article-recommended__list a div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 10px 10px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.article-recommended .article-recommended__list a div p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 4px;
}
.article-recommended .article-recommended__list:first-child a div p {
	font-size: 22px;
}
.article-recommended .article-recommended__list a div .article-recommended__list--copy,
.article-recommended .article-recommended__list:first-child a div .article-recommended__list--copy {
	font-size: 10px;
	color: #aaaaaa;
	margin: 0;
}


/* ------ Tokyo Area Bnr 2018.07 ----- */
.tokyo-bnr .article .article__list a figure {
	width: 328px;
	height: 180px;
	background: #e0e0e0;
	overflow: hidden;
	margin: 0 0 5px;
	position: relative;
}

/* ------------------------------------
	* sns-area
* ------------------------------------ */
.sns-area-l {
	display: table;
	border: 2px solid #dddddd;
	width: 830px;
	margin: 0 auto;
	padding: 12px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sns-area-l .sns-area-l__left {
	display: table-cell;
	vertical-align: middle;
	width: 663px;
}
.sns-area-l .sns-area-l__left figure {
	display: inline-block;
	vertical-align: middle;
	width: 149px;
	text-align: center;
	margin: 0;
}
.sns-area-l .sns-area-l__left dl {
	display: inline-block;
	width: 470px;
	vertical-align: middle;
	margin: 5px 0 0 2px;
}
.sns-area-l .sns-area-l__left dl dt {
	display: inline-block;
	color: #9e8e5c;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 10px 16px;
	position: relative;
}
.sns-area-l .sns-area-l__left dl dt:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 2px;
	left: -20px;
	margin: auto;
	width: 20px;
	height: 1px;
	background: #9e8e5c;
	-webkit-transform: rotate(70deg);
	transform: rotate(70deg);
}
.sns-area-l .sns-area-l__left dl dt:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 2px;
	right: -20px;
	margin: auto;
	width: 20px;
	height: 1px;
	background: #9e8e5c;
	-webkit-transform: rotate(-70deg);
	transform: rotate(-70deg);
}
.sns-area-l .sns-area-l__left dl dd {
	font-size: 13px;
/* 	line-height: 1.3; */
	line-height: 1.6;
}
.sns-area-l .sns-area-l__right {
	display: table-cell;
	vertical-align: middle;
	width: 164px;
}

section.sec aside.sns-area-l:first-child {
	margin-top : 20px;
}

.sns-btn .sns-btn__fb {
	margin-bottom: 12px;
}
.sns-btn .sns-btn__twitter iframe {
	vertical-align: top;
}

.sns-area-s {
	text-align: center;
}
.sns-area-s ul {
	display: inline-block;
}
.sns-area-s ul .sns-area-s__list {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	position: relative;
}
.sns-area-s ul .sns-area-s__list:first-child {
	margin: 0;
}
.sns-area-s ul .sns-area-s__list a {
	position: relative;
	z-index: 1;
}
.sns-area-s ul .sns-area-s__list span,
.sns-area-s ul .sns-area-s__list span:after {
	position: absolute;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index: 0;
}
.sns-area-s ul .sns-area-s__list span {
	display: inline-block;
	top: -30px;
	left: 50%;
	margin-left: -27px;
	width: 54px;
	padding: 2px 0;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	color: #ffffff;
	background: #333333;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.sns-area-s ul .sns-area-s__list span:after {
	content: "";
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 5px solid #333333;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.sns-area-s ul .sns-area-s__list--hover span {
	opacity: 1;
}
.sns-area-s ul .sns-area-s__list--hover span:after {
	opacity: 1;
}

.sec .colset .colset__col-right.sns-area-s {
	margin-top: -10px;
}
.sec .colset .colset__col-right.sns-area-s ul .sns-area-s__list {
	margin-left: 3px;
}


/* ------------------------------------
	* global-nav-area
* ------------------------------------ */
.global-nav-area {
	width: 746px;
	margin: 0 auto;
}
.global-nav-area dl {
	display: table;
}
.global-nav-area dl .global-nav-area__category {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	width: 48px;
	padding-left: 2px;
}
.global-nav-area dl .global-nav-area__list {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
.global-nav-area dl .global-nav-area__list > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 32px;
}

#en .global-nav-area dl .global-nav-area__list > ul > li {
	margin-left: 18px;
}

.global-nav-area dl .global-nav-area__list > ul > li > a > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.global-nav-area dl .global-nav-area__list > ul > li > a > span {
	display: inline-block;
	vertical-align: middle;
}
.global-nav-area dl .global-nav-area__list ul li ul {
	display: none;
}
.global-nav-area dl .global-nav-area__list .global-nav-area__list--pulldown > a > span {
	position: relative;
}
.global-nav-area dl .global-nav-area__list .global-nav-area__list--pulldown > a > span:after {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 0;
	right: -17px;
	margin: auto;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #938a56;
}
.global-nav-area dl .global-nav-area__list .global-nav-area__list--pulldown {
	position: relative;
}
.global-nav-area dl .global-nav-area__list .global-nav-area__list--pulldown ul{
	position: absolute;
	width: 100px;
	padding: 10px;
	background: #fff;
	border: 1px solid #938a56;
	top: 25px;
	left: 0;
	z-index: 4;
}

.global-nav-area dl .global-nav-area__list a:hover {
	color: #9e8e5c;
}


/* ------------------------------------
	* local-nav-area
* ------------------------------------ */
.local-nav-area {
	background: #f6f6f6;
	padding: 30px 118px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#en .local-nav-area {
	padding: 25px 40px;
}

.local-nav-area dl {
	display: table;
	width: 100%;
}
.local-nav-area dl .local-nav-area__category {
	display: table-cell;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	color: #9e8e5c;
	line-height: 1.3;
	width: 65px;
	padding: 5px 0;
}
.local-nav-area dl .local-nav-area__list {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.3;
}
.local-nav-area dl .local-nav-area__list li {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.local-nav-area dl .local-nav-area__list li a {
	position: relative;
	padding-right: 15px;
}
.local-nav-area dl .local-nav-area__list li a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 6px;
	right: 0px;
	margin: auto;
	width: 8px;
	height: 1px;
	background: #111111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.local-nav-area dl .local-nav-area__list li a:after {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 1px;
	background: #111111;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.local-nav-area dl .local-nav-area__list li a:hover {
	color: #9e8e5c;
}
.local-nav-area dl .local-nav-area__list li a:hover:before,
.local-nav-area dl .local-nav-area__list li a:hover:after {
	background: #9e8e5c;
}

/* ------------------------------------
	* page-head
* ------------------------------------ */
.page-head {}
.page-head .page-head__left {
	position: relative;
	width: 665px;
	float: left;
}
.page-head .page-head__right {
	width: 310px;
	float: right;
}
.page-head .page-head__right .page-head__map figure {
	margin: 0;
}
.page-head .page-head__content {
	position: relative;
}
.page-head .page-head__ttl {
	display: table;
	width: 100%;
	padding-right: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-head .page-head__ttl .page-head__icon,
.page-head .page-head__ttl .page-head__txt {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-head .page-head__ttl .page-head__txt {
	width: 100%;
	padding: 0.2em 0 0 25px;
	font-size: 28px;
}
.page-head .page-head__sns {
	position: absolute;
	top: 6px;
	right: 0;
	letter-spacing: -.40em;
}
.page-head .page-head__sns .sns-area-s__list {
	letter-spacing: normal;
	margin-left: 10px;
}
.page-head .page-head__left .page-head__sns {
	top: 10px;
}
.page-head .page-head__description {
	padding-top: 10px;
	line-height: 1.48;
	font-size: 14px;
}
.page-head .page-head__genre {
	width: 100%;
	margin-top: 20px;
	padding-top: 12px;
	border-top: 1px solid #ddd;
}
.page-head .page-head__map {
	width: 310px;
	height: 276px;
	margin-top: 10px;
}


/* ------------------------------------
	* genre
* ------------------------------------ */
