@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
.japanese {
    font-family: "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "HGS明朝E", 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.english{
    font-family: "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "HGS明朝E", 'ＭＳ Ｐ明朝', 'MS PMincho',serif;
    line-height: 2.2em;
}
.korean{
    font-family:"Nanum Myeongjo", "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "HGS明朝E", 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    max-height: 1000000px;
    box-sizing: border-box;
}
body {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    position: relative;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    line-height: 1.8;
}
a, a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
img {
    max-width: 100%;
}


/*--------------------------------------------------------------
 # Utilities
--------------------------------------------------------------*/

/* clear */
.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}
.clearfix:after {
    clear: both;
}
/*backgrounds*/
.bg-white {
    background-color: #fff;
}
/*colors*/
.color-gold {
    color: #8e8303;
}

/*typography*/
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.ff-meriyo {
    font-family: 'Meriyo', sans-serif;
}
/* display */
.d-inline-block {
    display: inline-block;
}


/*--------------------------------------------------------------
 # Containers
--------------------------------------------------------------*/
.outer {
    max-width: 1054px;
    max-width: calc(1024px + 30px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.outer--pad0 {
    max-width: 1024px;
    padding-left: 0;
    padding-right: 0;
}
.outer--faq {
    max-width: 980px;
    max-width: calc(950px + 30px);
}
.inner {
    margin-left: auto;
    margin-right: auto;   
	width:100%;
	max-width: 1024px;
}
.inner--faq {
    padding-bottom: 50px;
}


/*--------------------------------------------------------------
 # Nav
--------------------------------------------------------------*/
.nav {
    padding-top: 20px;
    /*padding-bottom: 10px;*/
    text-align: center;
    border-bottom: solid 4px #957b03;
}
.nav__brand {
    padding-left: 15px;
    padding-right: 15px;
}
.nav__brand button{
    outline: none;
}
.nav__logo {
    display: inline-block;
    width: 150px;
}
.nav__links {
    font-size: 0;
    margin-top: 20px;
}
.nav__links span{
    font-size: 14px;
    display: none;
	padding: 0 10px;
}
.nav__text_on{
	padding: 0 10px;
	color: #fff;
}
.nav__item {
    display: inline-block;
    border-style: solid;
    border-color: #ccc;
    border-left-width: 1px;
	padding: 5px 0;
}
.nav__item_on {
	display: inline-block;
    border-style: solid;
    border-color: #ccc;
    border-left-width: 1px;
	background-color: #957b03;
	padding: 5px 0;
}

.nav__item:last-child {
    border-right-width: 1px;
}
.nav__link {
    display: block;
}
.hamburger {
    float: right;
}


/*--------------------------------------------------------------
 # Footer
--------------------------------------------------------------*/
.footer {
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic;
}
.footer__top {
    font-size: 0;
    position: relative;
    text-align: right;
}
.footer__to-top {
    display: inline-block;
    margin-bottom: 50px;
    min-height: 79px;
    position: relative;
    z-index: 9999;
}
.footer__to-top img{
    position: fixed;
    bottom: 10%;
    z-index: 9999;
    display: none;
    margin-right: 30px;
    right: 0;
}
.footer__to-top img:hover{
    z-index: 9999;
}
.footer__mid {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
    background-color: #333;
}
.footer__btn-link {
    display: block;
    max-width: 390px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 6px solid #a0a0a0;
    color: #333;
    background-color: #fff;
}
.footer__contact {
    margin-top: 50px;
    color: #fff;
}
.footer__contact:before {
    content: '';
    display: inline-block;
    vertical-align: -3px;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-image: url(../images/btn/shop-icon.png);
    background-repeat: no-repeat;
}
.footer__contact a{
    text-decoration: underline;
}
.footer__contact a:hover{
    text-decoration: none;
}
.footer__bot {
    padding: 15px;
    font-size: 10px;
    color: #fff;
    background-color: #000;
}


/*--------------------------------------------------------------
 # Banners
--------------------------------------------------------------*/
.banner {
    background-size: cover;
    background-position: center;
}
/* top page */

.banner--topmain {
    background-image: url(../images/top/bg-main.png);
}
.banner--concept {
    background-image: url(../images/top/bg-concept.png);
    
}
.banner--service {
    background-image: url(../images/service/service_img.png);
}
.banner--shop {
    background-image: url(../images/shop/shop_img.png);
}

.banner--exluxury {
    background-image: url(../images/top/bg-exluxury.png);
}
.banner--ppgel {
    background-image: url(../images/top/pp_bg.png);
}
.banner--bella {
    background-image: url(../images/top/bella_bg.png);
}
.banner--stone {
    background-image: url(../images/top/bg-stone.jpg);
}
.banner--esute {
    background-image: url(../images/top/esute_bg.png);
}
.banner--product {
    background-image: url(../images/top/bg-product.jpg);
}
/*--------------------------------------------------------------
 # Buttons
--------------------------------------------------------------*/
.btn_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btn {
    display: inline-block;
    margin: 0 10px;
}
.btn--banner {
    margin-bottom: 50px;
    padding: 4px 40px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    border: 4px solid;
    letter-spacing: 3px;
}
.btn--banner:hover,
.btn--banner:focus {
    color: #fff;
}
a#GoToTop{
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    width: 50px;
    height: 50px;
    z-index: 9;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 #747474;
    background-color: rgba(116,116,116,.7);
}
a#GoToTop i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    color: #fff;
}
a#GoToTop:hover{
    opacity: 0.8;
}

/*--------------------------------------------------------------
 # Tab
--------------------------------------------------------------*/
.tab-pane:not(.tab-pane--active) {
    display: none;
}


/*--------------------------------------------------------------
 # Main
--------------------------------------------------------------*/

.main__header {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff;
    border-bottom: solid 2px #957b03;
}
.main__title {
    line-height: 1;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #957b03;
}
.main__subtitle {
    display: block;
    margin-top: 8px;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 600;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic;
}


/*--------------------------------------------------------------
 # Sections
--------------------------------------------------------------*/
.section--power{
    max-width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 115px;
}
.section__title {
    padding-top: 35px;
    padding-bottom: 20px;
    letter-spacing: 3px;
    text-align: center;
    /*font-family: Arial, "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "HGS明朝E", 'ＭＳ Ｐ明朝', 'MS PMincho', serif;*/
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}
.page-top .section__title{
    font-family: Arial, sans-serif;
}
.page-top .section__title small.section__subtitle{
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic;
}
.page-morning .section__title{
    font-family:  Arial, "Reimin Regular", "游明朝体", "Yu Mincho", YuMincho, "HGS明朝E", 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 20px;
    position: relative;
}

.page-morning .section__title small{
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
    padding-top: 10px;
    font-weight: normal;
}
.page-morning .section__title.fs-30{
    font-size: 30px;
}
.page-morning .section__title.fs-24{
    font-size: 24px;
}
.section__subtitle {
    display: block;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 600;
}



/*--------------------------------------------------------------
 # Top page
--------------------------------------------------------------*/
.ppgel__top {
    padding:1em 0 0 0;
    text-align: center;
}
.ppgel__wrap {
    padding:2.5em 0 0.5em 0;
    text-align: center;
    margin: 0 auto;
}
.ppgel_text {
    padding: 1em 0.7em;
    font-size:1.1em;
    line-height: 1.8;
    color: #000;
    text-shadow:1px 1px 10px #fff;
    text-align: left;
}
.ppgel__img {
    padding: 1em 0 0 0;
}

.bella__top {
    padding:0;
}

.bella__wrap {
    padding:1.5em 0 0 0;
    text-align: center;
    margin: 0 auto;
}
.bella__img {
    padding: 0em 0 0 1em;
    text-align: right;
}

.esute__wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.esute__wrap .text {
    padding: 3em 0.7em 0.8em 0;
    font-size:1.5em;
    line-height: 1.8;
    color: #000;
    text-shadow:1px 1px 10px #fff;
    width: 60%;
}

.esute__wrap p {
    padding: 0.7em 0 1em 0;
    width: 70%;
    text-align: center;
}
.exluxury__bg {
    padding-top: 70px;
    background-image: url(../images/top/exluxury.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.exluxury__top {
    padding-top: 10px;
    text-align: center;
}
.exluxury__suptitle {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.exluxury__effect {
    font-size: 18px;
    line-height: 2.5em;
}
.exluxury__x {
    font-size: 36px;
    vertical-align: middle;
}
.exluxury__bot {
    text-align: center;
}
.exluxury__title {
    margin-top: 15px;
    font-size: 60px;
    line-height: 1;
    text-shadow: 0px 0px 30px #fff;
}
.exluxury__title img{
    display: block;
    margin: 0 auto;
}
.exluxury__subtitle {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 70px;
    letter-spacing: 5px;
}
.exluxury__img {
    display: block;
    margin-left: auto;
}
.concept__title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.7em;
    padding: 0.5em 0 0 0;;
    text-shadow: 0px 0px 30px #000;
}

.service__title {
    margin-bottom: 20px;
    color: #434343;
    font-size: 1.7em;
    padding: 0.5em 0 0 0;;
}
.service__content {
	padding: 0 0 2% 0;
    color: #434343;
    font-size: 16px;
}

.topmain__title {
    padding-top: 2em;
    margin-bottom: 20px;
    font-size: 2.4em;
    color: #fff;
    text-shadow: #252521 0px 0px 5px, #252521 -0px 0px 5px,
            #252521 0px -0px 5px, #252521 -0px -0px 5px;
}
.topmain__content_j{
   padding: 0 0 2% 0;
    font-size: 1.2em;
     color: #fff;
   text-shadow:#252521 0px 0px 5px, #252521 -0px 0px 5px,
            #252521 0px -0px 5px, #252521 -0px -0px 5px;
}

.topmain__content {
    padding: 0 0 2% 0;
    font-size: 1.2em;
     color: #fff;
   text-shadow:#252521 0px 0px 5px, #252521 -0px 0px 5px,
            #252521 0px -0px 5px, #252521 -0px -0px 5px;
}


.concept__content {
	padding: 0 0 2% 0;
    color: #fff;
    font-size: 16px;
    text-shadow: 0px 0px 30px #000;
}
.product__title {
    padding-top: 40px;
    text-align: center;
    line-height: 1;
    font-size: 38px;
    font-weight: bold;
}
.product__x {
    font-size: 63px;
}
.product__content {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 21px;
    letter-spacing: 2px;
}
.top-product {
    padding-top: 55px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
}


.top-product__sup {
    margin-bottom: 45px;
    text-decoration: underline;
}
.top-product__content {
    max-width: 210px;
    margin: auto;
    margin-bottom: 10px;
}
.top-product__title {
    font-size: 30px;
    line-height: 1.5em;
}
.top-product__sub {
    margin-bottom: 95px;
}
.top-product__link,
.top-product__link:hover {
    display: block;
    max-width: 185px;
    margin: auto;
    padding: 12.5px 15px;
    border: 1px solid #666666;
    color: #000;
    background-color: #fff;
}
.top-product__link:after {
    content: '>';
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: -20px;
    color: #999;
    font-family: monospace;
    font-weight: bold;
    margin-top: -2px;
}
.stone__content {
    padding-top: 150px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
}
.news_list{
    padding:3em 0 0 0;
}
.news {
	margin:0 auto;
	padding:0.3em 2.5em 1em;
	text-align: left;
	font-size: 1em;
	line-height: 1.3;
	color: #666;
	overflow: auto;
	width:100%;
    max-width: 1024px;
}
.news dl {padding: 0.9em 0;border-bottom: 1px solid #ccc; font-size:0.9em; line-height: 1.7;}
.news dt {padding-bottom:0.2em; width:6em;  }
.news a{
	color: #817c74 !important; 
}
.top_about{
	margin: 2em auto 2.5em;
    padding: 2em 2em 0 2em ;
    width: 100%;
	max-width: 1024px;
    border: solid 1px #957b03;
}
.top_about_title{
	font-size: 1.5em;
    padding: 0 0 1em 0;
    color: #957b03;
}

.english .top_about_inner{
    width: 100%;
    line-height:1.4; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.top_about_inner{
	line-height:2.0;
    margin: 0.7em 0 1em 0;
    padding: 0 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_about_inner .text{
	width: 49%;
    font-size: 1.0em;
}
.top_about_inner .image{
	width: 46%;
	margin: 0 0 0 0 ;
	text-align: center;
}


.banner--topmain .inner{
	padding: 5em 2em 5.5em;
}

.content_title{
    width: 97%;
    max-width: 1040px;
    font-size: 3em;
    color: #fff;
    opacity: 0.9;
    margin: 0 auto;
    padding: 0.5em 0 ;
    font-weight: 100;
    font-style: italic;
	text-shadow:1px 1px 20px #343434;
}

/*--------------------------------------------------------------
 # リンクボタン
--------------------------------------------------------------*/
.news_link_btn{
    text-align: right;
    margin: 1em 0 0 0;
}

.btn_flat {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #d8bb8d;
    border: solid 2px #d8bb8d;
    border-radius: 3px;
    transition: .4s;
    font-size: 0.8em;
  }
.btn-_flat:hover {
    background: #d8bb8d;
    color: white;
  }


/*--------------------------------------------------------------
 # business
--------------------------------------------------------------*/
.business_explain{
    width: 100%;
	max-width: 1024px;
    margin: 1.75em auto ;
    text-align: center;
    font-size: 1.2em;
    position: relative;
    padding:3em 2em;
    border: solid 1px #957b03;
    color: #957b03;
}



.business{
	width: 100%;
	max-width: 1024px;
    margin: 0 auto 3em;

}


/*--------------------------------------------------------------
 # shop
--------------------------------------------------------------*/
.shop_btn_wrap{
    width: 100%;
	max-width: 1024px;
    margin: 2.1em auto ;
    border: solid 1px #957b03;
    padding:1em;
}
.shop_btn_wrap p{
    color:#957b03;
    font-size: 1.2em;
    text-align: center;
}
.shop_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.shop_box p{
    width: 50%;
    padding: 0.5em;
}

.shop_box_etc{
    font-size: 0.9em;
    color: #000;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 1em 0 0;
}

/*--------------------------------------------------------------
 # contact
--------------------------------------------------------------*/
.contact_wrap{
    width: 100%;
	max-width: 1024px;
    margin: 2.1em auto ;
    border: solid 1px #957b03;
    padding:3em 2em;
}
.english .contact_wrap{
    line-height: 1.5;
}
.contact_wrap a {
    text-decoration: underline;
    color: #d8bb8d;
    font-size: 1.2em;
}
.contact_wrap .luxury{
    padding: 2em 0 0 0;
}
/*--------------------------------------------------------------
 # Power page
--------------------------------------------------------------*/
.banner--power{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner--power__title{
    padding: 140px 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-shadow: 1px 1px 10px rgba(0,0,0,.8);
    font-weight: 600;
}




/*--------------------------------------------------------------
 # Concept page
--------------------------------------------------------------*/
.concept_inner{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1080px;
    }
.concept-btn {
    position: relative;
    display: block;
    max-width: 430px;
    margin: 35px auto;
    padding: 20px;
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #988752;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic;
}
.concept-btn:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px solid;
}
.concept-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    background-image: url(../images/concept/yajirushi02.png);
    width: 19px;
    height: 20px;
    transform: translateY(-50%);    
}
.concept-btn--active:after {
    background-image: url(../images/concept/yajirushi01.png);
}
.concept-btn:hover,
.concept-btn:active,
.concept-btn:focus{
    opacity: 0.8;
    color: #fff;
    border-color: #fff;
}
.concept-btn__sub {
    display: block;
    font-size: 14px;
}
.concept-table {
    width: 100%;
    text-align: left;
    color: #777;
    font-weight: normal;
    background-color: #f5f5f5;
    border-collapse: collapse;
    border-bottom: 1px solid #8e8e8e;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic;
    margin: 0 0 25px 0;
}
.concept-table th,
.concept-table td {
    padding: 20px;
    border-top: 1px solid #8e8e8e;
}
.concept-table th {
    background-color: #eeeeee;
    font-weight: normal;
}


/*--------------------------------------------------------------
 # Products page
--------------------------------------------------------------*/
.products-banner {
    padding-top: 50px;
    padding-bottom: 55px;
    text-align: center;
    font-weight: bold;
}
.products-banner__sup {
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 3;
    text-shadow: 2px 2px 6px #fff, 2px 2px 10px #fff, 2px 2px 10px #fff, 2px 2px 10px #fff, 2px 2px 10px #fff;
}
.products-banner__title {
    margin-bottom: 15px;
    font-size: 30px;
}
.products-banner__title-text {
    display: inline-block;
    width: calc(50% - 60px);
    letter-spacing: 5px
}


/* ADDITIONAL STYLES */
.nav{
    background-color: #fff;
}
.nav__brand{position: relative;}
.nav__brand .lang{
    position: absolute;
    right: 5%;
    top: -25px;
    background-color: #eef1f2;
    padding: 0px 15px;
    overflow: hidden;
    text-align: left;
    width: 88px;
    height: 32px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s
}
.nav__brand .lang.showLang{
    width: 230px;
}
.nav__brand .lang a{
    font-size: 12px;
    background: #eef1f2;
    display: inline-block;
    font-weight: bolder;
    text-decoration: none;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic;
}
.lang_sp a,
.lang_sp ul li a{
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic;
}
.nav__brand .lang ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}
.nav__brand .lang ul li{
    float: left;
    display: inline;
}
.nav__brand .lang ul li a{
    padding: 0 10px;
    border-right: 1px solid #ccc;
    display: inline;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic;
}
.fixed-navigation{
    display: none;
    padding: 0;
    list-style-type: none;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic;
    font-size: 14px;
    margin: 19px 0;
    padding-top: 20px;
}
.fixed-navigation li.nav__item{
    display: inline-block;
    border-left: 1px solid #ccc;
}
.fixed-navigation li.nav__item:last-child{
    border-right: 1px solid #ccc;
}
.fixed-navigation li.nav__item a{
    display: inline-block;
    padding: 0px 20px;
}

.fixed-navigation li.nav__item .sub__items{
    top: 94px;
}


nav.nav.fixed-style{
    position: fixed;
    width: 100%;
    z-index: 99999;
    box-shadow: 1px 1px 1px 0px #ccc;
    padding-top: 0;
    /* -webkit-transition: all 1s ease;
    transition: all 1s ease; */
}
.fadeInDown .sub__items,
.sub__items{
    top: 160px;
}
.slideInDown .sub__items{
    top: 135px;
}
.sub__items{
    height: 0;
    position: fixed;
    width: 100%;
    background-color: #333333;
    overflow: hidden;
    -webkit-transition: height 1s;
    transition: height 1s;
    left: 0;
    /* top: 135px; */
}
.sub__items.sub__active{
    height: 114px;
}
.inner__product__items{
    padding: 12px 0;
}

.lang_sp{display: none;}
.lang-active{display: block;}
.lang_sp ul{
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
}
.lang_sp ul li{
    border-right: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
}
.lang_sp ul li a{
    padding: 0 15px 0 10px;
    display: inline-block;
}