@charset "utf-8";
/* CSS Document */

/*==================================================
index
================================================== */

/*====== mv-top ======*/

#top-mv{
    position: relative;
    width: 100%;
}

#top-mv img{
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.box-mv{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

#top-mv h2{
    display: block;
    color: #fff;
    font-size: 2vw;
    margin-bottom: 30px;
}

.box-mv a.btn{
    box-shadow: 0px 0px 15px 2px #333;
}


@media screen and (max-width: 1024px) and (orientation: portrait){

#top-mv img{
    height: 60vh;
}
    
}

@media only screen and (max-width: 1024px) { 

#top-mv h2{
    font-size: 26px;
}

.box-mv a.btn{
    width: 28%;
}
    
}

@media only screen and (max-width: 768px) { 

#top-mv h2{
    font-size: 22px;
}

.box-mv a.btn{
    width: 38%;
    padding: 10px 0;
}
    
}

@media only screen and (max-width: 480px) { 

#top-mv{
    margin-top: 60px;
}

#top-mv img{
    height: calc(100vh - 60px);
    vertical-align: bottom;
}

#top-mv h2{
    width: 90%;
    margin: 0 auto 15px;
    line-height: 1.5;
}

.box-mv a.btn{
    width: 60%;
    padding: 12px 0;
}
    
}

/*==================================================
concept-feature
================================================== */

#concept-feature{
    background: url("../images/bg_feature.jpg") no-repeat center center;
    background-size: cover;
    padding: 75px 0 90px;
}

@media only screen and (max-width: 768px) {
    
    #concept-feature{
        padding: 60px 0 120px;
    }
    
}

@media only screen and (max-width: 480px) {
    
    #concept-feature{
        padding: 40px 0 50px;
    }
    
}

/*==================================================
feature
================================================== */

#feature ul{
    width: 96%;
    margin: 0 auto;
    justify-content: center;
}

#feature ul li{
    position: relative;
    background: #fdedee;
}

#feature ul.ul-4cols li{
    width:24%;
    margin: 0 0.5%;
}

#feature ul li article{
    padding: 10px 25px;
}

#feature ul li article p{
    margin: 0;
}

#feature ul li article h4{
    display: block;
    font-size: 19px;
    text-align: center;
    line-height: 1.6;
}

#feature ul li article h4 small{
    display: block;
    font-size: 14px;
}

#feature ul li article img{
    margin: 8px 0;
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

#feature ul li:before,
#feature ul li:after{
		width: calc(100% - 10px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
#feature ul li:before{
		border-bottom: solid 10px #fdedee;
		border-right: solid 10px transparent;
		bottom: 100%;
	}

#feature ul li:after{
		border-top: solid 10px #fdedee;
		border-left: solid 10px transparent;
		top: 100%;
	}

#feature ul li:first-child{transition-delay: 0;}
#feature ul li:nth-child(2){transition-delay: 200ms; }
#feature ul li:nth-child(3){transition-delay: 400ms; }
#feature ul li:nth-child(4){transition-delay: 600ms; }
#feature ul li:nth-child(5){transition-delay: 800ms; }


@media only screen and (max-width: 1024px) {

#feature ul li article{
    padding: 10px 15px;
}

#feature ul li article h4{
    font-size: 16px;
}
    
}


@media only screen and (max-width: 768px) {

    
#feature ul.ul-4cols{
    flex-direction: row;
    flex-wrap: wrap;
}

#feature ul.ul-4cols li{
    width:48%;
    margin: 0 1%;
}

#feature ul li article{
    padding: 10px 15px;
}

#feature ul li article h4{
    font-size: 16px;
}

#feature ul li article img{
    height: 24vw;
}
    
#feature ul li:nth-child(3),
#feature ul li:nth-child(4){
    top:35px;
}  
    
}


@media only screen and (max-width: 480px) {

    
#feature ul.ul-4cols{
    display: block;
}

#feature ul.ul-4cols li{
    width:86%;
    margin: 0 auto 45px;
}

#feature ul li article{
    padding: 10px 15px;
}

#feature ul li article h4{
    font-size: 16px;
}

#feature ul li article img{
    height: 42vw;
} 
    
#feature ul li:nth-child(3),
#feature ul li:nth-child(4){
    top:inherit;
} 
    
#feature ul li:first-child{transition-delay: 0ms;}
#feature ul li:nth-child(2){transition-delay: 0ms; }
#feature ul li:nth-child(3){transition-delay: 0ms; }
#feature ul li:nth-child(4){transition-delay: 0ms; } 
#feature ul li:nth-child(5){transition-delay: 0ms; }    
    
}



/*==================================================
concept
================================================== */

#concept{
    /*background: #fdebef;*/
    text-align: center;
    line-height: 2.2;
    margin-bottom: 60px;
}

.catch-concept{
    display: block;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) { 

#concept{
    line-height: 1.8;
}

.catch-concept{
    font-size: 24px;
}
    
}

@media only screen and (max-width: 480px) { 

#concept{
    line-height: 1.8;
    text-align: left;
}
    
    #concept p{
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

.catch-concept{
    line-height: 1.7;
    font-size: 5.2vw;
    margin-bottom: 30px;
}
    
}

/*==================================================
menu
================================================== */

#menu{
    padding: 70px 0 0;
}

.title-menu{
    width: 100%;
    height: 280px;
    position: relative;
    background: #000;
    margin-bottom: 30px;
}

.title-menu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.title-menu h2{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size:28px;
}

.table-menu th{
    width: 50%;
}

.table-menu td{
    width: 50%;
}

td.td-price{
    text-align: right;
}

p.txt-tax{
    text-align: right;
    margin: 15px 0 0;
    font-size: 90%;
}

#menu > article{
    padding-bottom: 25px;
}

#menu > article:last-child{
    padding-bottom: 0;
}


#ul-menu-banner li a{
    display: block;
    width: 94%;
    height: 180px;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#ul-menu-banner li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    opacity: 0.6;
}

#ul-menu-banner li a img:hover{
    transform: scale(1.2);
    opacity: 0.8;
}

.menu-name{
    position: absolute;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    top: 45%;
    left: 0;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
}

#ul-menu-banner li a i{
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    font-size: 12px;
}


#ul-menu-banner li:nth-child(2){transition-delay: 200ms;}
#ul-menu-banner li:nth-child(3){transition-delay: 400ms;}
#ul-menu-banner li:nth-child(4){transition-delay: 600ms;}
#ul-menu-banner li:nth-child(5){transition-delay: 800ms;}
#ul-menu-banner li:nth-child(6){transition-delay: 1000ms;}
#ul-menu-banner li:nth-child(7){transition-delay: 1200ms;}
#ul-menu-banner li:nth-child(8){transition-delay: 1400ms;}
#ul-menu-banner li:nth-child(9){transition-delay: 1600ms;}

.head-menu{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 2.0;
}

.body-menu h2{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 2.0;
}

.body-menu h3{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.0;
}

.head-menu p{
    margin: 0;
}

.for-menu{
    background-color: #f4f4f4;
    position: relative;
    border: 1px solid #ddd;
    padding: 35px 30px 25px;
    margin: 50px 0 35px;
}

.for-menu h3{
    display: inline-block;
    position: absolute;
    top: -17px;
    line-height: 33px;
    height: 34px;
    border: 1px solid #ddd;
    padding: 0 15px;
    font-size: 16px;
    background-color: #fff;
}

.for-menu p{
    margin: 0;
}

.content-menu{
    margin-bottom: 50px;
}

.menu-att,
.menu-option{
    line-height: 2.0;
}

.menu-option{
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
}

.menu-cta{
    text-align: center;
    margin: 35px 0 0;
}


@media only screen and (max-width: 1024px) { 


#ul-menu-banner li a{
    width: 96%;
    height: 170px;
    margin: 0 auto 15px;
}
    
}

@media only screen and (max-width: 768px) {

.title-menu{
    height: 210px;
    margin-bottom: 20px;
} 

.title-menu h2{
    font-size:24px;
}


#ul-menu-banner li a{
    width: 96%;
    height: 120px;
    margin: 0 auto 10px;
}

.menu-name{
    width: 96%;
    top: 42%;
    left: 2%;
    font-size: 15px;
}

#ul-menu-banner li a i{
    right: 10px;
    bottom: 10px;
}

.head-menu{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.for-menu{
    padding: 35px 30px 25px;
    margin: 40px 0 35px;
}

.body-menu h2{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.body-menu h3{
    font-size: 15px;
    line-height: 1.8;
}
    
}

@media only screen and (max-width: 480px) { 

.title-menu{
    height: 160px;
}

.title-menu h2{
    width: 100%;
    text-align: center;
    font-size:18px;
}

.head-menu{
    line-height: 1.6;
}

.for-menu{
    padding: 30px 20px 20px;
    margin: 40px 0 35px;
}

.for-menu h3{
    top: -15px;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
}

.for-menu p{
    margin: 0;
}

.table-menu th{
    display: table-cell;
    width: 70%;
}

.table-menu td{
    display: table-cell;
    width: 30%;
}
    
#menu a.btn{
    display: block;
    width: 50%;
    padding: 10px 0;
    margin: 0 auto;
}


#ul-menu-banner li a{
    width: 100%;
    height: 35vw;
}
    
#ul-menu-banner li:nth-child(2){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(3){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(4){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(5){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(6){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(7){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(8){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(9){transition-delay: 0ms;}    

.menu-cta{
    margin: 10px 0 0;
}
    
    .menu-cta a{
        width: 60% !important;
    }
    
}

/*==================================================
salon-info
================================================== */

#salon-info{
	padding-top: 75px;
	border-top: 1px solid #ddd;
    margin-top: 0;
}

.basic-info{
    width: 45%;
    float: left;
}

.pic-sns-info{
    width: 50%;
    text-align: center;
    float: right;
}

#sns-link-info{
    padding: 25px 0 0;
}

#sns-link-info a{
    margin: 0 12px;
    font-size: 18px;
}

@media only screen and (max-width: 480px) { 

.basic-info{
    width: 100%;
    float: none;
}

.pic-sns-info{
    width: 100%;
    float: none;
    margin-top: 25px;
}

#sns-link-info{
    padding: 15px 0 0;
}

#sns-link-info a{
    margin: 0 15px;
    font-size: 16px;
}
    
}

/*==================================================
faq
================================================== */

#faq{
	padding: 75px 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {

#faq{
    padding: 55px 0;
}
	
}


/*==================================================
blog-list
================================================== */

.ul-blog-list{
    display: flex;
    list-style: none;
}

.ul-blog-list li{
    border: 1px solid #ddd;
    width: calc(100%/3);
    margin-bottom: 30px;
}

.ul-blog-list li:nth-child(2){
    margin: 0 15px 30px;
    transition-delay: 200ms;
}

.img-bloglist{
    width: 90%;
    margin: 15px auto;
    height: 170px;
}

.ul-blog-list li:last-child{
    transition-delay: 400ms;
}

.txt-bloglist{
    width: 90%;
    margin: 0 auto 15px;
}

.cate-blog span{
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #f4f4f4;
    padding: 2px 5px;
    text-align: center;
    margin-bottom: 7px;
}

#blog-detail .cate-blog{
	text-align: center;
	margin-bottom: 12px;
}

#page-blog .ul-blog-list{
	flex-wrap: wrap;
	flex-direction: row;
}

#page-blog .ul-blog-list li{
    border: 1px solid #ddd;
    width: calc(100%/3 - 12px);
    margin-bottom: 20px;
}

#page-blog .ul-blog-list li:nth-child(2),
#page-blog .ul-blog-list li:nth-child(5),
#page-blog .ul-blog-list li:nth-child(8),
#page-blog .ul-blog-list li:nth-child(11),
#page-blog .ul-blog-list li:nth-child(14),
#page-blog .ul-blog-list li:nth-child(17),
#page-blog .ul-blog-list li:nth-child(20){
	margin-left: 15px;
	margin-right: 15px;
    transition-delay: 200ms;
}

@media only screen and (max-width: 768px) { 

.img-bloglist{
    height: 128px;
}
	
}

@media only screen and (max-width: 480px) { 

.ul-blog-list{
    display: block;
}

.ul-blog-list li{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.ul-blog-list li:nth-child(2){
    margin: 0 auto 15px;
}

.img-bloglist{
    height: 190px;
}

#page-blog .ul-blog-list{
	display: block;
}

#page-blog .ul-blog-list li{
    width: 100%;
    margin-bottom: 15px;
}

#page-blog .ul-blog-list li:nth-child(2),
#page-blog .ul-blog-list li:nth-child(5),
#page-blog .ul-blog-list li:nth-child(8),
#page-blog .ul-blog-list li:nth-child(11),
#page-blog .ul-blog-list li:nth-child(14),
#page-blog .ul-blog-list li:nth-child(17),
#page-blog .ul-blog-list li:nth-child(20){
	margin-left: auto;
	margin-right: auto;
}
	
}


/*==================================================
access
================================================== */

#g-map iframe{
	width: 100%;
	height: 420px;
	vertical-align: bottom;
}

@media only screen and (max-width: 1024px) { 
	
#g-map iframe{
	height: 360px;
}	
	
}

@media only screen and (max-width: 768px) { 
	
#g-map iframe{
	height: 300px;
}	
	
}

@media only screen and (max-width: 480px) { 
	
#g-map iframe{
	height: 240px;
}	
	
}



/*==================================================
下層ページ共通
================================================== */

.mv-page{
    position: relative;
    width: 100%;
    height: 40vh;
    background: url("../images/bg_mv.jpg") no-repeat bottom center;
    background-size: cover;
}


.mv-page::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 150px 100vw;
    border-color: transparent transparent #fff transparent;
}

.mv-page h2{
    display: block;
    width: 100%;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.mv-page h2 small{
    display: block;
    padding-top: 20px;
}



@media only screen and (max-width: 1024px) {

.mv-page{
    height: 36vh;
}


.mv-page::before{
    border-width: 0 0 120px 100vw;
}

.mv-page h2{
    top: 46%;
}

}



@media only screen and (max-width: 768px) {

.mv-page{
    height: 34vh;
}


.mv-page::before{
    border-width: 0 0 90px 100vw;
}

.mv-page h2{
    top: 48%;
    font-size: 8.0vw;
}

}



@media only screen and (max-width: 480px) {

.mv-page{
    height: 34vh;
}


.mv-page::before{
    border-width: 0 0 45px 100vw;
}

.mv-page h2{
    top: 54%;
    font-size: 9.2vw;
}

}


/*==================================================
contact
================================================== */

#contact-form{
    padding: 80px 0;
    border-bottom: 1px solid #ddd;
}

#contact-form table tr{
    border-color: #ddd;
}

#contact-form table th{
    width: 220px;
    background-color: #f4f4f4;
}


@media only screen and (max-width: 768px) {

#contact-form table th{
    width: 100%;
}
    
#contact-form table tr{
    border-bottom: none;
}
    
}


@media only screen and (max-width: 480px) {

#contact-form{
    padding: 50px 0;
}
    
}


/*==================================================
privacy-policy
================================================== */

#privacy-policy{
    padding: 80px 0 0;
    line-height: 2.2;
}

#privacy-policy dt{
    font-weight: 600;
    font-size: 18px;
}

#privacy-policy dd{
    margin-bottom: 35px;
}

.ul-basic{
	margin: 0 0 35px 25px;
	list-style: disc;
}


@media only screen and (max-width: 480px) {

#privacy-policy{
    padding: 50px 0 0;
    line-height: 1.9;
}

#privacy-policy dt{
    font-size: 16px;
}

#privacy-policy dd{
    margin-bottom: 30px;
}

.ul-basic{
	margin: 0 0 25px 20px;
}
    
}







/*==================================================
tab切り替え
================================================== */

.tab{
	display: flex;
	flex-wrap: wrap;
}
.tab li a{
	display: block;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	width: 1160px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
	display: flex;
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media only screen and (max-width: 1100px) {
	
.area {
	width: 100%;
}	
}


/*==================================================
wp page navi
================================================== */

.wp-pagenavi {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    text-decoration: none; 
	background: #fff;
	color: #000;
	line-height: 1;
	font-size: 17px;
	margin: 0 5px 20px 0;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background: #000;
	color: #fff;
}

@media (max-width: 1100px) {

.wp-pagenavi{margin-top: 0; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    width: 40px;
    height: 40px;
	font-size: 12px;
	margin: 0 5px 10px 0;
}
}

/*==================================================
voice
================================================== */

#voice{
    padding: 75px 0 45px;
}

.ul-voice{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.ul-voice li{
    background: #fff;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    line-height: 2.2;
    position: relative;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.ul-voice li:nth-of-type(3n){
    margin-right: 0;
}

/*.ul-voice li:before,
.ul-voice li:after{
		width: calc(100% - 10px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
.ul-voice li:before{
		border-bottom: solid 10px #fff;
		border-right: solid 10px transparent;
		bottom: 100%;
	}

.ul-voice li:after{
		border-top: solid 10px #fff;
		border-left: solid 10px transparent;
		top: 100%;
	}
*/

.ul-voice li h4{
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #f45963;
    color: #f45963;
    padding: 12px 20px;
    line-height: 1.5;
}

.ul-voice li > div{
    margin: 20px;
}

.pic-voice{
    width: 30%;
    height: auto;
    float: right;
    margin: 0 0 0 25px;
}

.name-voice{
    margin-top: 15px;
    font-size: 90%;
}

@media only screen and (max-width: 768px) {

.ul-voice li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
    line-height: 2.2;
}

.ul-voice li:nth-of-type(3n){
    margin-right: 4%;
}

.ul-voice li:nth-of-type(2n){
    margin-right: 0;
}

.ul-voice li h4{
    font-size: 16px;
}

    
}

@media only screen and (max-width: 480px) {

#voice{
    padding: 55px 0 35px;
}

.ul-voice li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 1.9;
}

.ul-voice li:nth-of-type(3n){
    margin-right: 0;
}
    
}

/*==================================================
cta
================================================== */

#cta{
    background: #f45963;
    text-align: center;
    padding: 50px 0;
    color: #fff;
}


/*==================================================
news detail
================================================== */

#news-contents{
    padding: 50px 0 120px;
}

#blog-detail .title-contents{
	line-height: 1.5;
}

#blog-detail .title-contents strong{
	font-size: 28px;
}

.body-blog{
	padding: 25px 0 0;
	line-height: 2.0;
	letter-spacing: 0.08em;
	word-break: break-all;
}



.body-blog p{
	margin-bottom: 25px;
}

.body-blog img{
	max-width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.title-article{
	display: block;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 50px;
}

.footer-news{
	text-align: center;
	padding-top: 50px;
}

.body-blog a{
	text-decoration: underline;
}


.bottom-info{
	position: relative;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	height: 80px;
}

.bottom-info a{
	display: inline-block;
	color: #fff !important;
	text-align: center;
	background-color: #000;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
	border: 1px solid #000;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
}

.bottom-info a:hover{
	background-color: transparent;
	color: #000 !important;
}


.bottom-info > a,
.bottom-info span{
	position: absolute;
	top: 15px;
}

.bottom-info a.btn-back{
	left: 0;
}

.bottom-info span.btn-next{
	right: 0;
}

.bottom-info span.btn-prev{
	right: 170px;;
}

.mv-blog{
	padding-bottom: 25px;
	border-bottom: 1px dotted #ddd;
}

.mv-blog img{
	width: 100% !important;
	height: auto !important;
	vertical-align: bottom;
	max-width: 100% !important;
}


.body-blog h2,
.body-blog h3,
.body-blog h4,
.body-blog h5,
.body-blog h6{
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.body-blog h2{
    border-left: 5px solid #333;
    padding: 2px 0 2px 12px;
    font-size: 21px;
    margin-bottom: 25px;
}

.body-blog h3{
    font-size: 18px;
}

.body-blog iframe{
    width: 100% !important;
    height: 460px !important;
    vertical-align: bottom;
}

.saboxplugin-wrap{
    margin: 50px 0 !important;
}


.body-blog table{
    border: 1px solid #ddd;
    margin: 35px 0;
}

.body-blog table td{
    border: 1px solid #ddd;
    padding: 20px 25px;
}

.body-blog table tr td:first-child{
    background-color: #f4f4f4;
    width: 25%;
}


@media only screen and (max-width: 768px) {

.body-blog{
	line-height: 1.7;
	letter-spacing: 0;
}

.body-blog p{
	margin-bottom: 30px;
}

.body-blog img{
	margin-bottom: 30px;
}

.title-article{
	font-size: 21px;
	margin-bottom: 35px;
}

.footer-news{
	padding-top: 0;
}

.body-blog iframe{
    height: 340px !important;
}

.saboxplugin-wrap{
    margin: 35px 0 !important;
}
	
}

@media only screen and (max-width: 480px) {

#news-contents{
    padding: 20px 0 0;
}


#blog-detail .title-contents strong{
	font-size: 6.4vw;
}	

.body-blog p{
	margin-bottom: 25px;
}

.body-blog img{
	margin-bottom: 25px;
}

.title-article{
	font-size: 18px;
	margin-bottom: 35px;
}

.footer-news{
	padding-top: 0;
}

.bottom-info{
	position: relative;
	padding: 30px 0 ;
	height: 115px;
}
	
.bottom-info span a{
	font-size: 13px;
	padding: 15px 0;
	width: 100%;
}	

.bottom-info a.btn,
.bottom-info span{
	top: 30px;
	width: 49%;
	padding: 0;
	text-align: center;
	font-size: 13px;
}

.bottom-info a.btn-back{
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.bottom-info span.btn-next{
	right: 0;
}

.bottom-info span.btn-prev{
	left: 0;
	right: inherit;
}


.body-blog table{
    margin: 25px 0;
}

.body-blog table td{
    padding: 12px 15px;
}

.body-blog table tr td:first-child{
    width: 34%;
}
	
}


/*==================================================
blog-detail
================================================== */

#toc_container{
    border-radius: 3px !important;
    padding: 25px !important;
    background: #f4f4f4 !important;
    display: flex !important;
    box-sizing: border-box !important;
    border: none !important;
    margin: 35px 0 !important;
}

#toc_container p.toc_title{
    display: block;
    width: 100px !important;
    font-size: 15px !important;
    margin: 0 !important;
    text-align: left !important;
}

#toc_container ul.toc_list{
    border-left: 1px dotted #333 !important;
    padding-left: 50px !important;
    line-height: 2.5 !important;
    margin: 0 !important;
    list-style: disc !important;
}

#toc_container ul li{
    list-style: disc !important;
}

#toc_container ul.toc_list ul{
    margin-left: 18px !important;
}

@media only screen and (max-width: 480px) {

#topic-blog,
#toc_container{
    padding: 20px !important;
    display: block !important;
}

#topic-blog h3,
#toc_container p.toc_title{
    width: 100% !important;
    font-size: 15px !important;
    border-bottom: 1px dotted #333 !important;
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
}

#topic-blog ul,
#toc_container ul{
    border-left: none !important;
    padding-left: 0 !important;
    line-height: 1.8 !important;
    margin-left: 12px !important;
}
    
}


