@charset "utf-8";
/***********************
2018.04.26 shuji higashimae
location page layout
************************/

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.page-up { background: #fff;}

#other .mask span::before { background-color: #FFF;}
h3.ttl {
 margin: 0 auto 40px;
 padding-bottom: 25px;
 text-align: center;
 line-height: 1;
 font-family: 'Catamaran', sans-serif;
 font-size: 18px;
 font-weight: 700;
 position: relative;
}
h3.ttl::before {
 width: 40px;
 height: 1px;
 content: "";
 display: block;
 background: #f7f7f7;
 position: absolute;
 left: 50%;
 bottom: 0;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 transition-delay: 0.75s;
}
#other h3.ttl::before { background: #FFF;}

h3.ttl.is-visible::before { background: #2d2d2d !important;}
h3.ttl +p {
 margin: -15px 0 40px;
 text-align: center;
 letter-spacing: 0.1em;
 line-height: 2;
 font-size: 12px;
 position: relative;
}

@media screen and (max-width: 1200px) {
 h3.ttl {
  margin: 0 auto 30px;
  padding-bottom: 20px;
  font-size: 16px;
 }
 h3.ttl +p { margin: -15px 0 30px;}
}
@media screen and (max-width: 640px) {
 #location h3.ttl { font-size: 14px !important;}
 h3.ttl +p { font-size: 10px !important;}
.page-up { background: #f7f7f7;}
}



/*======================
 intro
=======================*/
#intro {
 padding-top: 40px;
 background: #f7f7f7;
}
#intro figure {
 width: 100%;
 line-height: 0;
}
#intro .sp { display: none;}
#intro .txt-wrap {
 padding: 40px;
 letter-spacing: -5px;
 font-size: 0;
 background: #FFF;
 filter: drop-shadow( 0px 7px 7px rgba(0,0,0,0.08));
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
#intro .txt-wrap .name {
 width: 27%;
 margin-right: 3%;
 display: inline-block;
 vertical-align: top;
}
#intro .txt-wrap .name h2 {}
#intro .txt-wrap .name h2 .ch {
 display: block;
 letter-spacing: 0.1em;
 line-height: 1.5;
 font-size: 24px;
 font-weight: 400;
}
#intro .txt-wrap .name h2 .en {
 display: block;
 letter-spacing: 0.06em;
 line-height: 1.4;
 font-size: 24px;
 font-weight: 400;
}
#intro .txt-wrap .name .add {
 margin-top: 10px;
 letter-spacing: 0.1em;
 font-size: 12px;
}
#intro .txt-wrap .name .icon { margin-top: 10px;}
#intro .txt-wrap .name .icon span {
 width: 32px;
 margin-left: -5px;
 display: inline-block;
 line-height: 0;
}
#intro .txt-wrap .desc {
 width: 70%;
 display: inline-block;
 vertical-align: top;
 letter-spacing: 0.06em;
 line-height: 1.8;
 font-size: 14px;
}
#intro .txt-wrap .desc b {
 margin-bottom: 0.6em;
 display: block;
 line-height: 1.5;
 font-size: 20px;
 font-weight: 400;
}

@media screen and (max-width: 1200px) {
 #intro { padding-top: 0;}
 #intro .txt-wrap { padding: 3%;}
 #intro .txt-wrap .name {
  width: 27%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
 }
 #intro .txt-wrap .name h2 {}
 #intro .txt-wrap .name h2 .ch { font-size: 20px;}
 #intro .txt-wrap .name h2 .en { font-size: 20px;}
 #intro .txt-wrap .name .icon { margin-top: 10px;}
 #intro .txt-wrap .name .icon span { width: 24px;}
 #intro .txt-wrap .name .add { font-size: 10px;}
 #intro .txt-wrap .desc { font-size: 12px;}
 #intro .txt-wrap .desc b { font-size: 16px;}
}
@media screen and (max-width: 800px) {
 #intro .pc { display: none;}
 #intro .sp { display: block;}
 #intro .txt-wrap {
  padding: 5%;
 filter: drop-shadow( 0px 3px 7px rgba(0,0,0,0.08));
 -webkit-transform: translateY(-45px);
 -ms-transform: translateY(-45px);
 transform: translateY(-45px);
 }
 #intro .txt-wrap .name {
  width: 100%;
  margin-right: 0;
  padding-bottom: 20px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #DFDFDF;
 }
 #intro .txt-wrap .desc {
  width: 100%;
  padding-top: 20px;
  display: block;
 }
}
@media screen and (max-width: 640px) {
 #intro .txt-wrap .name { padding-bottom: 15px;}
 #intro .txt-wrap .name h2 .ch { font-size: 18px;}
 #intro .txt-wrap .name h2 .en { font-size: 16px;}
 #intro .txt-wrap .name .add { margin-top: 5px;}
 #intro .txt-wrap .name .icon { margin-top: 5px;}
 #intro .txt-wrap .name .icon span { width: 20px;}
 #intro .txt-wrap .desc {
  padding-top: 12px;
 }
 #intro .txt-wrap .desc b {
  font-size: 14px;
  font-weight: bold;
 }
}

/*======================
 post
=======================*/
#post {
 padding-bottom: 100px;
 background: #f7f7f7;
}
#post .box {
 width: 90%;
 max-width: 900px;
 margin: 0 auto;
}
#post .box.multi { margin-top: 80px;}
#post .swiper-button-prev,
#post .swiper-button-next {
 width: 60px;
 height: 60px;
 background-image: none;
 background-color: #f7f7f7;
}
#post .swiper-button-prev {
 position: absolute;
 top: auto;
 left: 0;
 bottom: 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
#post .swiper-button-prev::before {
 content: "";
 display: block;
 width: 14px;
 height: 14px;
 border-top: 1px solid #1d1d1d;
 border-right: 1px solid #1d1d1d;
 position: absolute;
 left: 25px;
 top: 25px;
 -webkit-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
#post .swiper-button-next {
 position: absolute;
 top: auto;
 left: 60px;
 bottom: 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
#post .swiper-button-next::before {
 content: "";
 display: block;
 width: 14px;
 height: 14px;
 border-top: 1px solid #1d1d1d;
 border-right: 1px solid #1d1d1d;
 position: absolute;
 right: 25px;
 top: 25px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
#post .swiper-container-horizontal > .swiper-pagination-bullets {
 width: auto;
 line-height: 1;
 left: 140px;
 bottom: 23px;
}
#post .txt-wrap { margin-top: 50px;}
#post .txt-wrap h3 {
 letter-spacing: 0.06em;
 line-height: 1.4;
 font-weight: 300;
 font-size: 22px;
}
#post .txt-wrap h3 + p {
 margin-top: 25px;
 line-height: 1.8;
 font-size: 12px;
}
#post .txt-wrap h3 + p span {
 margin-top: 1em;
 display: block;
 font-weight: bold;
}
#post .btn {
 width: 100%;
 margin-top: 70px;
}
#post .btn a {
 text-align: center;
 line-height: 100px;
 display: block;
 position: relative;
 z-index: 10;
}
#post .btn a b {
 letter-spacing: 0.2em;
 color: #1d1d1d;
 font-family: 'Catamaran' , sans-serif;
 font-size: 16px;
 font-weight: 600;
}
#post .btn a:hover {
 color: #FFF;
 background: transparent;
}
#post .btn a:hover b { color: #FFF;}
#post .btn a::before {
 content: "";
 width: 0;
 height: 100%;
 background: #2d2d2d;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
}
#post .btn a:hover::before {
 width: 100%;
 -webkit-transition:  all 0.15s ease-out;
 -moz-transition:  all 0.15s ease-out;
 -o-transition:  all 0.15s ease-out;
 transition:  all 0.15s ease-out;
}
#post .btn a::after {
 content: "";
 width: 100%;
 height: 100%;
 background: #fff100;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -2;
}
#post .btn a i {
 width: 24px;
 display: block;
 position: absolute;
 left: 20px;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
#post .btn a .material-icons {
 line-height: 1;
 font-size: 24px;
}
#post a.Lead-gallery.down::before,
#post a.Lead-gallery.down::after { content: none;}
#post a.Lead-gallery.down b { display: none;}
#post a.Lead-gallery.down i { display: none;}

@media screen and (max-width: 1200px) {
 #post { padding-bottom: 80px;}
 #post .box.multi { margin-top: 60px;}
 #post .txt-wrap { margin-top: 40px;}
 #post .txt-wrap h3 { font-size: 18px;}
 #post .txt-wrap h3 + p{
  margin-top: 20px;
  font-size: 11px;
 }
 #post .btn { margin-top: 50px;}
 #post .btn a { line-height: 80px;}
 #post .btn a b { font-size: 14px;}
 #post .btn a i {
  width: 20px;
  left: 20px;
  top: 50%;
 }
 #post .btn a .material-icons { font-size: 20px;}
}
@media screen and (max-width: 768px) {
 #post { padding-bottom: 0;}
}
@media screen and (max-width: 640px) {
 #post .box.multi { margin-top: 40px;}
 #post .swiper-container { padding-bottom: 38px;}
 #post .swiper-button-prev,
 #post .swiper-button-next {
  width: 38px;
  height: 38px;
 }
 #post .swiper-button-prev::before {
  width: 7px;
  height: 7px;
  left: 16px;
  top: 16px;
 }
 #post .swiper-button-next { left: 38px;}
 #post .swiper-button-next::before {
  width: 7px;
  height: 7px;
  right: 16px;
  top: 16px;
 }
 #post .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  line-height: 1;
  left: auto;
  right: 0;
  bottom: 13px;
 }
 #post .txt-wrap { margin-top: 20px;}
 #post .txt-wrap h3 {
  font-size: 14px;
  font-weight: bold;
 }
 #post .txt-wrap h3 + p{
  margin-top: 12px;
  font-size: 10px;
 }
 #post .btn { margin-top: 30px;}
 #post .btn a { line-height: 60px;}
 #post .btn a b { font-size: 12px;}
 #post .btn a i {
  width: 18px;
  left: 15px;
  top: 50%;
 }
 #post .btn a .material-icons { font-size: 18px;}
}


/*---------------------------
  読み込んだギャラリー指定
---------------------------*/
.Lead-gallery span { display: none;}
.Lead-gallery.down .thumbnail { display: none;}
.Lead-gallery.down h3 { display:none;}
a.Lead-gallery.down { display:block !important; width:100px !important; height:100px !important; padding:0px !important; margin:0px !important; position:fixed !important; right:50px !important; left:auto !important; bottom:auto !important; top:50px !important; background:#000 !important; line-height:50px; text-align:center; z-index:100000000 !important;}
.Lead-gallery.down span { display: block;line-height: 100px;text-align: center;color: #fff;font-size: 50px;width: 38px;height: auto;margin: 0 auto;padding-top: 15px;}
a.Lead-gallery.down:hover { background:#555 !important;}
/**/
.fixed-body { height:100% !important; position:relative; overflow:hidden !important;}
.display-none{ display:none;}
.zindex10000,
.zindex10000 section{ z-index:1000000 !important;}
.zReset { z-index: 10000;}
.zReset *{ z-index:auto !important;}
.zReset .gallery-area{ z-index:50000000 !important;}
.zindex10000 #spot-info{ z-index:1000001 !important;}
.gallery-area{ display:none; width:100%; height:100%; overflow-y:scroll!important; overflow-x: hidden!important; position:fixed; left:0; top:0; right:0; bottom:0; background:#f7f7f7; z-index:5000000; -webkit-overflow-scrolling: touch;}
.down{ display:block;}
#gallery_contents {
 padding-bottom: 200px;
 z-index: 100000;
}
/**/


@media screen and (max-width: 640px) {
.fixed-body #header,
.fixed-body #fix-contact { display: none; }
a.Lead-gallery.down { width:50px !important; height: 50px !important; right:10px !important; top: 10px !important; position: fixed;}
a.Lead-gallery.down img { width: 19px; height: 30px; vertical-align: top;}
a.Lead-gallery.down:hover { background:#000 !important;}
#gallery_contents { padding: 40px 0;}
}

.gallery-area #title-area { margin: 0 auto; padding: 80px 0 100px; clear: left;}
.gallery-area #title-area h2 {
 margin-bottom: 20px;
 text-align: center;
 letter-spacing: 0.1em;
 font-size: 20px;
 font-weight: 400;
}
.gallery-area #title-area h2::after { content: ""; width: 40px; display: block; margin: 20px auto; border-bottom: 1px solid #1d1d1d;}

.gallery-area #title-area p { text-align: center;}
.gallery-area #title-area .info {
 letter-spacing: 0.1em;
 vertical-align: baseline;
 font-size: 17px;
 font-weight: 500;
}

/* loc-gallery */
.gallery-area .close-btn { display: none;}
.gallery-area .loc-gallery { width:100%; margin: 0px auto 60px auto; text-align:center;}
.gallery-area .loc-gallery ul { font-size: 0; line-height: 0;}
.gallery-area .loc-gallery li { display:inline-block;*display:inline;*zoom:1; vertical-align: middle; margin: 1%; }
.gallery-area .loc-gallery li img { vertical-align:bottom; margin:0; padding:0; max-height:600px; width:auto; max-width:600px; display:block;-webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);}

@media screen and (max-width: 1440px) {
.gallery-area .loc-gallery { width:100%;}
.gallery-area .loc-gallery li { margin:1%;font-size:12px;}
.gallery-area .loc-gallery li img { max-height:500px; width:auto; max-width:540px;}
}
@media screen and (max-width: 1024px) {
.gallery-area .loc-gallery { width:100%;}
.gallery-area .loc-gallery li { margin: 1%;font-size:12px;}
.gallery-area .loc-gallery li img { max-height:500px; width:auto; max-width:540px;}
.price-box{ width:95%;}
.gallery-area .loc-gallery li.big img { max-width:640px;}
}
@media screen and (max-width: 767px) {
.gallery-area .loc-gallery { width:94%; margin:2% auto 8% auto;}
.gallery-area .loc-gallery li { margin: 1% 2% !important;}
.gallery-area .loc-gallery li img { max-height:auto; width:100% !important; height:100%; max-width:auto; margin: 0 auto;}
.gallery-area .txtbox { padding: 10px 0;width:90%; margin: 0 auto; margin-bottom:20px;}
}

.gallery-area .gallery-info { width: 676px; margin: 0 auto; padding: 10px 12px; display: block; border-top: 1px solid #847C6F; border-bottom: 1px solid #847C6F;}
.gallery-area .gallery-info dt { width: 9em; float: left; line-height: 1.8; letter-spacing: 0.5px; color: #8C8579; font-family: "Open Sans", 'Noto Sans TC', sans-serif; font-size: 14px; clear: left;}
.gallery-area .gallery-info dd {
 float: left;
 vertical-align: baseline;
 line-height: 1.8;
 font-size: 14px;
}
.gallery-area .gallery-info dd a {
 display: inline !important;
 vertical-align: baseline;
 text-decoration: underline;
}
.gallery-area .gallery-info dd a span {
 color: inherit;
 font-size: inherit;
}

.gallery-area .btn {
 width: 90%;
 max-width: 600px;
 margin: 40px auto 60px;
}
.gallery-area .btn a {
 height: 100px;
 display: block;
 letter-spacing: 0.075em;
 line-height: 100px;
 text-align: center;
 color: #fff;
 font-size: 18px;
 font-weight: 500;
 background: #1d1d1d;
 position: relative;
}
.gallery-area .btn a:hover {
 color: #1d1d1d;
 background: transparent;
}
.gallery-area .btn a::before {
 content: "";
 width: 0;
 height: 100%;
 background: #fff100;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
}
.gallery-area .btn a:hover::before {
 width: 100%;
 -webkit-transition:  all 0.15s ease-out;
 -moz-transition:  all 0.15s ease-out;
 -o-transition:  all 0.15s ease-out;
 transition:  all 0.15s ease-out;
}
.gallery-area .btn a::after {
 content: "";
 width: 100%;
 height: 100%;
 background: #1d1d1d;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -2;
}
.gallery-area .btn a i {
position: absolute;
top: 50%;
right: 4%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.gallery-area .btn a i img {
 width: 100%;
 height: auto;
}
.gallery-area .copyright { display: block; line-height: 40px; letter-spacing: 0.5px; text-align: center; color: #999; font-size: 10.5px;}

@media screen and (max-width: 640px) {
.gallery-area #title-area { margin: 0 auto; padding: 0 0 20px; clear: left;}
.gallery-area #title-area h2 {
 margin-bottom: 15px;
 font-size: 16px;
}
.gallery-area #title-area h2::after {width: 30px;margin: 15px auto;}
.gallery-area #title-area .info { font-size: 14px;}
.gallery-area #title-area .post { font-size: 10px;}

.gallery-area #title-area h3 { text-align: center;}
.gallery-area #title-area h3 span { display: block; line-height: 1;}
.gallery-area #title-area h3 .aboveline { width: 40px; margin: 0 auto; padding-top: 15px; border-top: 1px solid #847c6f;}
.gallery-area #title-area h3 .loc-info { font-size: 14px;}
.gallery-area #title-area h3 .name { margin-top: 4px; font-size: 10px;}

.gallery-area .loc-gallery { width:90%; margin: 5% auto 30px !important;}
.gallery-area .loc-gallery li { width: 100%; margin: 0 0 15px !important;}
.gallery-area .loc-gallery li img { width: 100% !important; height: auto !important; max-width: none !important; max-height: none !important;}

.gallery-area .gallery-info { width: 90%; margin: 0 5%; padding: 10px 0;border-top: 1px solid #847C6F; border-bottom: 1px solid #847C6F;}
.gallery-area .gallery-info dt { width: 28%; line-height: 1.5; font-size: 10px;}
.gallery-area .gallery-info dd { width: 72%; line-height: 1.5; font-size: 10px;}
.gallery-area .gallery-info dd a { line-height: 1.5; font-size: 10px;}
.gallery-area .btn { margin: 20px auto 40px;}
.gallery-area .btn a {
 height: 55px;
 line-height: 55px;
 font-size: 12px;
}
.gallery-area .btn a i {
position: absolute;
top: 50%;
right: 4%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.gallery-area .copyright { font-size: 9px;}
}

/*======================
 other
=======================*/
#other { padding: 100px 0;}
#other ul {
 letter-spacing: -5px;
 font-size: 0;
}
#other ul li {
 width: 32.5%;
 margin: 1.25% 0 0 1.25%;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: top;
 letter-spacing: -5px;
 font-size: 0;
 border: 1px solid #4C4C4C;
}
#other ul li:nth-child(3n+1) { margin-left: 0;}
#other ul li:nth-child(-n+3) { margin-top: 0;}
#other ul li:nth-child(3n-1) {
 -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
     -ms-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
}
#other ul li:nth-child(3n) {
 -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
     -ms-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
}
#other ul li a {
 display: block;
 background: #FFF;
}
#other ul li.current a,
#other ul li a:hover { background: #4c4c4c;}
#other ul li.current a *,
#other ul li a:hover * { color: #FFF;}
#other ul li a figure {
 width: 33%;
 margin-right: 5%;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: middle;
}
#other ul li a .txt-wrap {
 width: 58%;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: middle;
}
#other ul li a .txt-wrap h4 {}
#other ul li a .txt-wrap h4 .ch {
 display: block;
 letter-spacing: 0.1em;
 line-height: 1.33;
 font-size: 14px;
 font-weight: 400;
}
#other ul li a .txt-wrap h4 .en {
 display: block;
 letter-spacing: 0.06em;
 line-height: 1.4;
 font-size: 14px;
 font-weight: 400;
}

@media screen and (max-width: 1200px) {
 #other { padding: 80px 0;}
 #other ul li a .txt-wrap h4 .ch { font-size: 12px;}
 #other ul li a .txt-wrap h4 .en { font-size: 12px;}
}
@media screen and (max-width: 920px) {
 #other ul li {
  width: 49%;
  margin: 2% 0 0 2%;
 }
 #other ul li:nth-child(3n+1) { margin-left: 2%;}
 #other ul li:nth-child(-n+3) { margin-top: 2%;}
 #other ul li:nth-child(2n+1) { margin-left: 0;}
 #other ul li:nth-child(-n+2){ margin-top: 0;}
 #other ul li:nth-child(3n-1) {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
       -o-transition-delay: 0s;
 }
 #other ul li:nth-child(3n) {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
       -o-transition-delay: 0s;
 }
 #other ul li:nth-child(even) {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
 }
}
@media screen and (min-width: 641px) {
 #other h3.ttl { pointer-events: none;}
}
@media screen and (max-width: 640px) {
 #other {
  padding: 50px 0 0;
  background: #f7f7f7;
 }
 #other h3.ttl {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 50px;
  font-size: 14px;
  color: #FFF;
  background: #4c4c4c;
 }
 #other h3.ttl::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #FFF !important;
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 }
 #other h3.ttl.active::before { display: none;}
 #other h3.ttl::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #FFF !important;
  position: absolute;
  left: auto;
  right: 13px;
  top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 }

 #other ul { display: none;}
 #other ul li {
  width: 100%;
  margin: 12px auto 0 !important;
  padding-top: 12px;
  background: url(../../../img/common/dotline.png) left top repeat-x;
  -webkit-background-size: 4px 1px;
       -o-background-size: 4px 1px;
          background-size: 4px 1px;
  border: none;
 }
 #other ul li:first-child {
  margin-top: 0 !important;
  background: none;
 }
 #other ul li:nth-child(even) {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
       -o-transition-delay: 0s;
 }
 #other ul li a,
 #other ul li a:hover { background: none;}
 #other ul li a:hover * { color: #1d1d1d;}
 #other ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
 }


