@charset "UTF-8";

.comingsoon-content {
	background: #f4ded0;
	padding: 10px 0 200px;
	margin: 6px 0 0;
}

.comingsoon-logo {
	text-align: center;
	padding: 140px;
}

.comingsoon-text {
	color: #bc957d;
	font-size: 107.142857143%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
}

.comingsoon-button {
	padding: 25px 0;
	font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-style: italic;
	font-size: 211.285714286%;
	text-align: center;
}

.comingsoon-button a {
	color: #bc957d;
	border: 1px solid #bc957d;
	text-decoration: none;
	transition: 0.5s;
	width: 304px;
	line-height: 2em;
	display: inline-block;
}

.comingsoon-button a:hover {
	border-color: #e2c5b3;
	background: #e2c5b3;
	color: #fff;
}

.comingsoon-share {
	text-align: center;
	padding: 15px 0 80px;
	height: 50px;
}

.comingsoon-share li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.comingsoon-share li:last-child {
	margin: 0;
}

.comingsoon-share li a {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	border: 1px solid #ebc0a5;
	transition: .5s;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f4ded0;
}

.comingsoon-share li a:hover{
	background-color: #ebc0a5;
}

.comingsoon-share li a.instagram {
	background-image: url(/wp-content/themes/etmusee/images/ico_share_instagram.png);
}

.comingsoon-share li a.pinterest {
	background-image: url(/wp-content/themes/etmusee/images/ico_share_pinterest.png);
}

.comingsoon-share li a.tumblr {
	background-image: url(/wp-content/themes/etmusee/images/ico_share_tumblr.png);
}

.comingsoon-share li a.facebook {
	background-image: url(/wp-content/themes/etmusee/images/ico_share_facebook.png);
}

.comingsoon-share li a.twitter {
	background-image: url(/wp-content/themes/etmusee/images/ico_share_twitter.png);
}

.comingsoon-line {
	width: 920px;
	height: 2px;
	border: none;
	background: #e2c5b3;
}

.comingsoon-info {
	padding: 40px 0 0px;
	color: #bc957d;
	font-size: 107.142857143%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 2.5em;
	text-align: center;
}

.comingsoon-info:first-child {
	padding-top: 60px;
}

.comingsoon-info:last-child {
	padding-bottom: 40px;
}

/*--------------------
 * top
 *--------------------*/
.top-slideshow {
	overflow: hidden;
	width: 100%;
}

.slideshow-wrapper {
	max-width: 2400px;
	margin: 0 auto;
	overflow: hidden;
}

.slideshow-container {
	width: 3600px;
	height: 375px;
	overflow: hidden;
}

.top-slideshow li {
	float: left;
	width: 520px;
	height: 371px;
	border-bottom: 4px solid #cacaca;
	position: relative;
	transition: 0.7s;
}

.top-slideshow li.clone {
	display: none;
}

.top-slideshow li:hover {
	border-color: #d9afa8;
}

.top-slideshow li .top-slideshow-box {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	transition: 0.7s;
}

.top-slideshow li:hover .top-slideshow-box {
	background-color: rgba(255, 255, 255, 0.6);
	color: #231815;
}

.top-slideshow li .top-slideshow-title {
	display: block;
	text-align: center;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	font-size: 114.2857143%;
	line-height: 1em;
	padding: 15px 0 10px;
	height: 20px;
	text-transform: uppercase;
}

.top-slideshow li .top-slideshow-text {
	display: block;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 171.428571429%;
	padding: 0 0 18px;
	margin: -6px 0 0;
	height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
}

.top-content {
	margin: 0 135px;
	padding: 35px 0 0;
}

.top-article {
	width: 972px;
	margin: 0 auto;
	padding: 0 0 60px;
	position: relative;
}

.top-article li {
	position: absolute;
	display: none;
}

.top-article-static-logo,
.top-article-inspiration {
	width: 294px;
	height: 294px;
	background: #fff;
	overflow: hidden;
	transition: 0.7s;
}

.top-article-static-logo:hover,
.top-article-inspiration:hover {
	opacity: 0.6;
}

.top-article-static-news,
.top-article-static-instagram {
	position: relative;
	width: 294px;
	height: 294px;
	border-radius: 50%;
	background: #f8e7dc;
	transition: 0.7s;
}

.top-article-static-news:hover,
.top-article-static-instagram:hover {
	background: #f1d7c6;
}

.top-article-static-news a img {
	position: absolute;
	top: 0;
	left: 0;
}

.top-article-static-news a span {
	font-family:"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	position: absolute;
	top: 178px;
	left: 0;
	width: 240px;
	padding: 0 27px;
	color: #231815;
	line-height: 1.8em;
	text-align: center;
	max-height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.top-article-stories {
	width: 633px;
	height: 400px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.top-article-stories-img {
	width: 633px;
	height: 400px;
}

.top-article-stories-box-outer {
	display: block;
	width: 499px;
	padding: 17px 0 0;
	border-width: 1px 0;
	position: absolute;
	bottom: 20px;
	left: 67px
}

.top-article-stories-box-inner{
	display: block;
	position: relative;
	padding: 0px 34px;
	margin: 0 -17px;
	background-color: rgba(0, 0, 0, 0.4);
	border-width: 0 1px;
	color: #fff;
	transition: 0.7s;
}

.top-article-stories-box-container:before{
	content: '';
	display: block;
	margin: -17px 0 0;
	height: 17px;
	background-color: rgba(0, 0, 0, 0.4);
	transition: 0.7s;
}

.top-article-stories-box-container:after{
	content: '';
	display:block;
	height: 17px;
	background-color: rgba(0, 0, 0, 0.4);
	transition: 0.7s;
}

.top-article-stories-box-outer:before, .top-article-stories-box-outer:after,
.top-article-stories-box-inner:before, .top-article-stories-box-inner:after {
	content:'';
	position: absolute;
	width: 68px;
	height: 68px;
	border: 17px solid rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	background: transparent;
	box-sizing: border-box;
	transition: 0.7s;
}

.top-article-stories:hover .top-article-stories-box-inner,
.top-article-stories:hover .top-article-stories-box-container:before,
.top-article-stories:hover .top-article-stories-box-container:after {
	background-color: rgba(255, 255, 255, 0.4);
}

.top-article-stories:hover .top-article-stories-box-inner {
	color: #231815;
}

.top-article-stories:hover .top-article-stories-box-outer:before,
.top-article-stories:hover .top-article-stories-box-outer:after,
.top-article-stories:hover .top-article-stories-box-inner:before,
.top-article-stories:hover .top-article-stories-box-inner:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.top-article-stories-box-outer:before{
	top: -34px;
	left: -51px;
	clip: rect(34px, 51px, 51px, 34px);
	-webkit-clip-path: rectangle(50%, 5*/0%, 100%, 100%, 0, 0);
}

.top-article-stories-box-outer:after{
	top: -34px;
	right: -51px;
	clip: rect(34px, 34px, 51px, 17px);
	-webkit-clip-path: rectangle(0, 50%, 50%, 100%, 0, 0);
}

.top-article-stories-box-inner:before {
	bottom: -51px;
	left: -34px;
	clip: rect(17px, 51px, 34px, 34px);
	-webkit-clip-path: rectangle(50%, 0, 100%, 50%, 0, 0);
}

.top-article-stories-box-inner:after {
	bottom: -51px;
	right: -34px;
	clip: rect(17px, 34px, 34px, 17px);
	-webkit-clip-path: rectangle(0, 0, 50%, 50%, 0, 0);
}

.top-article-stories-title {
	display: block;
	font-size: 114.285714286%;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	text-align: center;
}

.top-article-stories-text {
	display: block;
	font-size: 142.857142857%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	max-height: 70px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5em;
}

.top-article-stories-author {
	display: block;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	font-size: 92.857142857%;
	text-align: center;
	text-transform: uppercase;
	margin: 15px 0 0;
}

.top-article-stories-author:before {
	content: "BY ";
}

.top-article-city-guides {
	width: 294px;
	height: 400px;
}

.top-article-city-guides-img {
	width: 294px;
	height: 260px;
}

.top-article-city-guides-box {
	display: block;
	height: 140px;
	width: 100%;
	position: absolute;
	bottom: 0;
	transition: 0.7s;
}

.top-article-city-guides-box1 {
	background: #ffffff;
	color: #231815;
}

.top-article-city-guides:hover .top-article-city-guides-box1 {
	background: #efd7c8;
	color: #ffffff;
}

.top-article-city-guides-box2 {
	background: #efd7c8;
	color: #ffffff;
}

.top-article-city-guides:hover .top-article-city-guides-box2 {
	background: #231815;
}

.top-article-city-guides-box3 {
	background: #d9d9d9;
	color: #ffffff;
}

.top-article-city-guides:hover .top-article-city-guides-box3 {
	background: #efd7c8;
}

.top-article-city-guides-title {
	display: block;
	font-size: 142.857142857%;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	line-height: 2.5em;
	text-align: center;
	height: 40px;
}

.top-article-city-guides-text {
	display: block;
	font-size: 142.857142857%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 1.5em;
	text-align: center;
	height: 55px;
	margin: 0 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.top-article-city-guides-author {
	display: block;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	font-size: 92.857142857%;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0 0;
}

.top-article-city-guides-author:before {
	content: "BY ";
}

.top-sidebutton-inspiration {
	position: fixed;
	top: 200px;
	right: -200px;
	background: #d9d9d9;
	border-bottom: 4px solid #c6c6c6;
	transition: 0.7s;
	transform: translateZ(0);
}

.top-sidebutton-inspiration.top-sidebutton-inspiration-active {
	right: 0;
}

.top-sidebutton-inspiration:hover {
	background: #a7a7a7;
	border-bottom: 4px solid #949393;
}

.top-sidebutton-inspiration img {
	display: block;
}

/*--------------------
 * city guides
 *--------------------*/
.cityguides-content {
	overflow: hidden;
}

.cityguides-map {
	background-image: url(/wp-content/themes/etmusee/images/img_cityguides_worldmap.png);
	width: 1020px;
	height: 380px;
	margin: 0 auto;
}

.cityguides-map ul {
	position: relative;
}

.cityguides-map li {
	height: 44px;
	position: absolute;
	cursor: pointer;
	transition: 0.6s;
}

.cityguides-map li img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: 0.3s;
}

.cityguides-map li.cityguides-map-active img,
.cityguides-map li:hover img {
	transform: scale(0.8);
	transform-origin: center;
}

.cityguides-list {
	width: 970px;
	margin: 50px auto;
}

.cityguides-list-box {
	background: #fff;
	padding: 35px 0 20px 50px;
	overflow: hidden;
}

.cityguides-list-country {
	width: 190px;
	float: left;
}

.cityguides-list-category {
	float: left;
}

.cityguides-list-title {
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	color: #463a1c;
	font-size: 128.571428571%;
}

.cityguides-list ul {
	background: url(/wp-content/themes/etmusee/images/ico_cityguides_list.png) no-repeat;
	margin: 5px 3px;
	padding: 2px 30px;
	display:flex;
	flex-flow:column wrap;
	height: 160px;
	width: 0;
}

.cityguides-list li {
	width: 170px;
	height: 32px;
	text-transform: uppercase;
}

.cityguides-list li label span {
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	color: #b0b0b0;
	font-size: 114.285714286%;
	transition: 0.7s;
	padding: 5px 6px 1px;
	border-radius: 3px;
}

.cityguides-list li.cityguides-list-active label span {
	color: #ffffff;
	background: #ffbfab;
}

.cityguides-list-submit {
	text-align: right;
	line-height: 50px;
}

.cityguides-list-submit a {
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	color: #463a1c;
	font-size: 142.8571429%;
	text-decoration: none;
	background: #f4ded0;
	padding: 15px 45px;
	height: 20px;
	transition: 0.3s;
}

.cityguides-list-submit a:hover {
	background: #ebc0a5;
}

.article-detail-body pre {
	white-space: pre-wrap;
}

.article1-text pre {
	white-space: pre-wrap;
}

/*--------------------
 * city guide detail
 *--------------------*/
.article-detail-content {
	padding: 30px 135px 80px;
	overflow: hidden;
}

.article-detail-share {
	position: fixed;
	left: 73px;
}

.news-detail-share {
	position: fixed;
	left: 250px;
	top: 275px;
}

.article-detail-share li,
.news-detail-share li {
	width: 48px;
	height: 48px;
	background: #f4ded0;
	text-align: center;
	margin: 18px 0 0;
	transition: 0.5s;
}

.article-detail-share li:first-child,
.news-detail-share li:first-child {
	margin-top: 0;
}

.article-detail-share li:hover,
.news-detail-share li:hover {
	background: #ebc0a5;
}

.article-detail-share img {
	padding-top: 12px;
}

.news-detail-share img {
	padding-top: 12px;
}

.article-detail-right-content {
	float: right;
	width: 300px;
}

.article-detail-submenu {
	margin: 0 10px;
	padding: 13px 0;
}

.article-detail-submenu li {
	font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
	font-style: italic;
	font-size: 219.285714286%;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #bab9b9;
}

.article-detail-submenu li:first-child {
	border-top: 1px solid #bab9b9;
}

.article-detail-submenu a {
	text-decoration: none;
	color: #463a1c;
}

.article-detail-submenu li.active a:before {
	content: ': ';
}

.article-detail-map {
	height: 300px;
	background: #e7e6e6;
	overflow: hidden;
}

.article-detail-info {
	background: #e7e6e6;
	padding: 15px 15px;
	margin: 15px 0 0;
        word-break: break-word;
}

.article-detail-info:first-child {
	margin-top: 0;
}

.article-detail-info h3 {
	font-size: 161.071428571%;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.1em;
	padding: 10px 0;
	color: #fff;
}

.article-detail-info dt {
	font-size: 92.857142857%;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	line-height: 2em;
	color: #a09f9f;
}

.article-detail-info dd {
	line-height: 1.4em;
	color: #5b5a5a;
	padding: 5px 0 25px;
}

.article-detail-info dd a {
	color: #5b5a5a;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #5b5a5a;
}

.article-detail-info-facebook {
	margin: 15px 0 0;
	background: #fff;
	width: 270px;
	height: 214px;
}

.article-detail-main {
	margin-right: 315px;
	background: #fff;
	padding: 30px 30px;
}

.article-detail-separator {
	text-align: center;
}

.article-detail-main h2 {
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 142.857142857%;
	line-height: 1em;
	padding: 22px 0 20px;
	color: #463a1c;
}

.article-detail-author {
	text-transform: uppercase;
}

.article-detail-author a {
	text-decoration: none;
}

.article-detail-date,
.article-detail-user {
	font-size: 85.714285714%;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	color: #463a1c;
	padding: 0 0 0 15px;
	line-height: 1.5em;
}

.article-detail-date {
	width: 50%;
	display: inline-block;
	text-align: right;
	border-right: 1px solid #463a1c;
	padding: 0 17px 0 0;
	margin: 0 0 0 -17px;
}

.article-detail-user:before {
	content: "BY ";
}

.article-detail-image {
	padding: 30px 0;
}

.stories-detail-image {
	padding: 30px 0 45px;
}

.article-detail-image-big {
	width: 100%;
	height: 0;
	padding-top: 57.8125%;
	position: relative;
}

.article-detail-image-big p {
	position: absolute;
	top: 0;
}

.article-detail-image-source {
	font-size: 78.571428571%;
	margin: 8px 0 0;
	height: 22px;
}

.article-detail-image-source a {
	color: #e4b99c;
	text-decoration: none;
}

.article-detail-image-source a:before {
	content: "出典: ";
}

.article-detail-image-small {
	overflow: hidden;
	text-align: center;
}

.article-detail-image-small li {
	display: inline-block;
	margin: 15px 7.5px 0 7.5px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: relative;
	text-align: left;
}

.article-detail-image-small li:after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
	opacity: 0;
	background: #fff;
}

.article-detail-image-small li.article-image-not-selected:after{
	opacity: 0.2;
}

#article-images .view-images li:hover:after{
	opacity: 0.4;
}

.article-detail-link {
	border: 1px solid #e7e6e2;
	overflow: hidden;
	transition: 0.3s;
}

.article-detail-link:hover {
	background: #fef4ed;
}

.article-detail-link > a {
	min-height: 108px;
	padding: 20px;
	width: auto;
}

.article-detail-link-image {
	float: left;
	width: 108px;
	height: 108px;
}

.article-detail-link-title {
	margin: 0 0 0 135px;
	color: #e4b99c;
	font-size: 114.285714286%;
	line-height: 2em;
}

.article-detail-link-text {
	margin: 5px 0 0 135px;
	color: #463a1c;
	line-height: 1.8em;
}

.article-detail-tag {
	overflow: hidden;
	padding: 15px 0 0;
	width: 80%;
}

.article-detail-tag li {
	float: left;
	margin: 15px 15px 0 0;
	border: 1px solid #ebe4da;
	border-radius: 2px;
	background: #fef4ed;
	font-size: 91.642857143%;
}

.article-detail-tag li a {
	display: block;
	padding: 0 10px;
	height: 100%;
	color: #463a1c;
	text-decoration: none;
}

.article-detail-recommend {
	background: #fff;
	padding: 30px 30px;
	margin: 15px 315px 0 0;
}

.article-detail-recommend h3 {
	font-size: 161.071428571%;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.1em;
	padding: 10px 0;
	color: #e4b99c;
}

.article-detail-popular ul {
	padding: 5px 0 0;
}

.article-detail-recommend ul {
	padding: 15px 0 0;
}

.article-detail-popular li {
	padding: 15px 0 0;
}

.article-detail-popular li:first-child {
	padding-top: 0;
}

.article-detail-recommend li {
	display: inline-block;
	width: 33.3%;
}

.article-detail-recommend-box-left {
	width: 170px;
	margin: 0 auto;
}

.article-detail-recommend-box-center {
	width: 170px;
	margin: 0 auto;
}

.article-detail-recommend-box-right {
	width: 170px;
	margin: 0 0 0 auto;
}

.article-detail-recommend-image {
	width: 170px;
	height: 100px;
}

.article-detail-popular-image {
	width: 270px;
	height: 150px;
}

.article-detail-popular-title,
.article-detail-recommend-title {
	line-height: 1.5em;
	padding: 12px 0 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 38px;
}

.article-detail-recommend-title {
	font-weight: bold;
	font-size: 92.142857143%;
}

.article-detail-popular-title a,
.article-detail-recommend-title a {
	color: #463a1c;
	text-decoration: none;
}

.article-detail-popular-author,
.article-detail-recommend-author {
	text-align: left;
}

.article-detail-popular-date,
.article-detail-popular-user,
.article-detail-recommend-date,
.article-detail-recommend-user {
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	color: #a09f9f;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	text-transform: uppercase;
}

.article-detail-popular-user:before,
.article-detail-recommend-user:before {
	content: "BY ";
}

.article-detail-popular-date,
.article-detail-popular-user {
	font-size: 92.857142857%;
}

.article-detail-recommend-date,
.article-detail-recommend-user {
	font-size: 80.642857143%;
}

.article-detail-popular-date {
	border-right: 1px solid #a09f9f;
	padding: 0 12px 0 0;
}

.article-detail-recommend-date {
	width: 50%;
	display: inline-block;
	text-align: right;
	border-right: 1px solid #a09f9f;
	padding: 0 12px 0 0;
	margin: 0 0 0 -12px;
}

/*--------------------
 * about
 *--------------------*/
.about-content {
	padding: 0 0 90px;
}

.about-content .static-title {
	padding-top: 0;
}

.about-content-navigator ul.navigator {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
}

.about-content-navigator ul.navigator li {
	float: left;
	width: 200px;
	margin: 0 75px 80px;
	cursor: pointer;
}

.about-navigator-img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	vertical-align: bottom;
	display: inline-block;
}

.about-navigator-name {
	font-weight: bold;
	font-size: 114.285714286%;
	text-align: center;
	margin: 15px 0 0;
}

.about-navigator-division {
	text-align: center;
	height: 84px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.about-content-showmore {
	text-align: center;
}

.about-content-showmore h2 {
	background: url(/wp-content/themes/etmusee/images/ico_showmore.png) no-repeat right center;
	display: inline-block;
	padding-right: 39px;
}

.about-lightbox-wrapper {
	background: #fff;
	width: 810px;
	position: fixed;
	top: 100px;
	left: 50%;
	display: none;
	z-index: 9999;
	margin-left: -405px;
}

.about-lightbox-navigator-img-box {
	position: relative;
	width: 258px;
	height: 258px;
	overflow: hidden;
	margin: 0 auto;
}

.about-lightbox-navigator-img-box .about-lightbox-navigator-img-wrapper {
	position: absolute;
	top: 0;
	left: 0;

	border-radius: 50%;
	width: 250px;
	height: 250px;
	border: 4px solid #f4ded0;
	opacity: 1;
	transition: 0.3s;
}

.about-lightbox-navigator-img-box:hover .about-lightbox-navigator-img-wrapper {
	opacity: 0.7;
}

.about-lightbox-navigator-img-box ul.share {
	display: none;
	position: absolute;;
	top: 102px;
	left: 55px;
	background: #f4ded0;
	width: 132px;
	padding: 8px 4px;
	overflow: hidden;
	border-radius: 5px;
}

.about-lightbox-navigator-img-box ul.share li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 7px;
}

.about-lightbox-navigator-name-wrapper {
	font-weight: bold;
	font-size: 128.571428571%;
	line-height: 1.5em;
	text-align: center;
	margin: 20px 0 0;
}

.about-lightbox-navigator-name {
	text-decoration: none;
	color: #463a1c;
}

.about-lightbox-navigator-division {
	font-size: 114.285714286%;
	text-align: center;
}

.about-lightbox-navigator-description {
	font-size: 114.285714286%;
	text-align: center;
	margin: 15px 0 0;
}

/*--------------------
 * news
 *--------------------*/
.news-detail-content .news-detail-share {
	position: absolute;
	left: 0;
	width: 100%;
}

.news-detail-content .news-detail-share-wrapper ul {
	position: absolute;
	left: 50%;
	margin-left: -352px;
}

.news-content .article-detail-separator,
.news-detail-content .article-detail-separator {
	margin-top: -13px;
}

.news-content .article1-text p,
.news-detail-content .article1-text p {
	font-size: 100%;
	color: #463a1c;
	line-height: 1.8em;
}

.news-content .article1-text {
	height: 84px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wpforms-container label,
.wpforms-container button {
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
}
