/*
Theme Name: charmer
Theme URI: 
Description: シャルメ
Version: 1.0
Author: Megumi Horiuchi
Author URI: 
*/

@charset "UTF-8";


/* ----------------------------------------
	header　共通
----------------------------------------*/
/*
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}*/

header{
	width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

header{
	text-align: center;
}

header h1{
	width: 230px;
	margin:50px auto 30px;
}

header h1 img{
	width: 100%;
}
.sns{
	position: absolute;
	top:5px;
	right:10px;
}

.sns ul{
	display: flex;
    display: -webkit-flex;
}

.sns ul li{
	width: 25px;
	margin-right: 5px;
}

.sns ul li.reserve{
    width: 90px;
    height: 23px;
    border:1px solid #444;
    text-align: center;
    font-size: 13px;
    line-height: 170%;
}

.sns ul li.reserve a{
    color: #444;
}

.sns ul li:last-child{
	margin-right: 0;
}

.sns img{
	width: 100%;
}
.sns_sp{
    display: none;
}

header h2 {
    width: 95%;
    border-top: 1px solid #898989;
    padding: 10px 0;
    font-size: 18px;
    font-family: 'Amiri', serif;
    margin:0 auto;
}

#navToggle{
    display: none;
}

header nav{
    width: 95%;
    margin:0 auto;
}

.topnav{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px 70px 2rem;
    border-top: 1px solid #898989;
    border-bottom: 2px solid #444;
    height: 40px;
}

header nav ul li{
	font-family: 'Amiri', serif;
	font-size: 17px;
}


header nav ul li a{
	color: #000;
}

/*header nav ul li:hover{
    -webkit-transition: all .5s;
    transition: all .5s;
}*/
header nav ul li.nav_single {
    position: relative;
    flex-direction:column;
}

li.nav_single ul.nav_second {
    position: absolute;
    top: 40px;
    width: 200px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    left: -3rem;
}

li.nav_single:hover ul.nav_second {
    /*top: 50px;*/
    visibility: visible;
    opacity: 0.99;
    display: flex;
    flex-direction: column;
}
ul.nav_second {
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
    padding: 0 40%;
}

.nav_second li {
    border-top: 1px solid #111;
    padding: 10px 0;
}

.nav_second li:first-child{
    border-top: none;

}

.nav_second li a{
	display: block;
}

.nav_second li a:hover {
    opacity: 0.8;
}


/* ----------------------------------------
	スライダー
----------------------------------------*/
#topwrap{
	width: 100%;
    max-width: 1300px;
    margin: 0 auto 150px;
}


ul.slider_top{
    margin: 20px auto 60px;
    width: 95%;
    display: block;
  height: auto;
}

ul.slider_top li img{
	width: 100%;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}





/* ----------------------------------------
	top中間
----------------------------------------*/

article.contentBlock{
	width: 95%;
	margin: 120px auto 0 auto;
	padding: 0;
}

article.contentBlock h2{
    font-size: 24px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

article.contentBlock h2:after{
    position: absolute;
    top: 40px;
    left: 50%;
    content: '';
    width: 26px;
    height: 4px;
    margin-left: -13px;
    background-color: #555;
}

article.topic{
	width: 30%;
	float: left;
	margin-right: 5%;
	padding: 0 0 20px 0;
    overflow:hidden;
    position:relative;
}

article.topic a{
	display: inline-block;
	color: #222;
}

article.topic img{
	width: 100%;
}

article.topic h4{
	font-family: 'Amiri', serif;
	margin: 15px 0 0 0;
	font-size: 16px;
    line-height: 150%;
    text-align: center;
}


.caption {
    font-size: 16px;
    color: #fff;
    padding-top: 65px;
    padding-right: 65px;
    font-family: 'Amiri', serif;
/*    text-align: center;*/
}
.mask {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    background-color: rgba(17, 17, 17, 0.5);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
article.topic:hover .mask {
    opacity:        1;  /* マスクを表示する */
    padding-left:       90px;   /* 右にずらす */
}



.last{
	margin-right: 0!important;
}


/*新着情報*/

#news .latest {
    margin-top: 10px;
    border-top: 1px solid #000;
}


#news .latest li {
    display: table;
    width: 49%;
    border-bottom: 1px dotted #c9c9c9;
    float: left;
}

#news .latest li:nth-child(2n) {
    float: right;
}


#news .latest li a {
    display: block;
    padding: 13px 0 8px;
}


#news .latest li .img {
    display: table-cell;

}

.img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: 0 100%
    height: auto;
}
#news .latest li .update {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}

#news .latest li .update .day {
    display: table-cell;
/*    font-family: 'Arvo', serif;*/
    letter-spacing: 1px;
}

#news .latest li .update .ttl {
    font-weight: bold;
}

.more {
    width: 48%;
    margin-top: 15px;
    font-size: 12px;
    text-align: right;
    float: right;
}

.more span {
    margin: 0 10px 0 3px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
}


.more a {
    display: block;
    padding: 10px 0;
    color: #aeaea9;
    position: relative;
}



/* ----------------------------------------
	topサロン
----------------------------------------*/
article.salonwrap{
	margin: 120px auto 0;
    width: 100%;
}

.salonToppc{
    display: flex;
/*    flex-wrap: wrap;
    column-gap:1rem;*/
    justify-content: space-between;
}




.insta{
    text-align: center;
}
article.salonwrap h2{
    font-size: 24px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

article.salonwrap h2:after{
    position: absolute;
    top: 40px;
    left: 50%;
    content: '';
    width: 26px;
    height: 4px;
    margin-left: -13px;
    background-color: #555;
}

article.salonLink{
    width: 23%;
    flex-grow: 1;
    padding: 0 1%;
}

article.salonTopline{
    border-left: 1px solid #898989;
}


article.salonLink h3{
	font-family: 'Amiri', serif;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
}

article.salonLink p{
    width: 98%;
    margin: 0 auto 10px;
}

article.salonLink p img{
	width: 100%;
}

article.salonLink ul{
    /*width: 300px;*/
    margin: 0 auto;
}

.salonadd{
    width: 100%;
    margin: 15px auto 0 auto;
}

.salonadd ul li{
    line-height: 150%;
    text-align: center;
}

.salonadd ul li:first-child{
	font-weight: bold;
	margin-bottom: 5px;
}

/*.bl1{
	border-right:1px solid #000;
	display: block;
}*/


article.salonLink a{
	color: #000;
}

/*article.salonTopline{
    position: relative;
}


article.salonTopline::before{
    content: "";
    display: block;
    height: 250px;
    width: 0;
    border-right: 1px solid #333;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}*/



/* ----------------------------------------
	footer
----------------------------------------*/

footer{
	width: 100%;
    max-width: 1300px;
    margin: 80px auto 0 ;
}

#bottom{
	width: 95%;
	border-top: 1px solid #898989;
    border-bottom: 2px solid #444;
    margin: 0 auto;
}

footer h2{
	font-size: 13px;
	margin: 30px 0;
	padding: 0 50px;
}

footer nav{
	padding-left:50px;
	float: left;
	margin-bottom: 20px;
}

footer nav{

}

footer nav ul li{
	float: left;
	font-family: 'Amiri', serif;
	font-size: 16px;
}

footer nav ul li:after{
	content: "|";
    margin: 10px;
}

footer nav ul li:last-child:after{
	content: ""
}

footer nav ul li a{
	color: #000;
}

footer p{
	float: right;
	margin-bottom: 20px;
	padding-right:50px;
}

footer h3{
	text-align: center;
	margin: 20px 0;
}

/* ----------------------------------------
	フッター
---------------------------------------- */
#pageTop {
/*	background: url(../img/common/totop.png) no-repeat;
	width: 75px;
	height: 75px;*/
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/* ----------------------------------------
	コンセプト　width100%
----------------------------------------*/

.concept{
    width: 95%;
    background: url(img/concept/back.png) no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    height: 700px;
    margin: 0 auto 40px;

}

.concept h3{
    font-size: 13px;
    position: absolute;
    right: 40px;
    top: 110px;
    line-height: 2;
    text-align: center;
}

/* ----------------------------------------
	スタイリスト 2カラム
----------------------------------------*/

.pref{
	font-family: 'Amiri', serif;
	font-size: 20px;
	margin-bottom: 10px;
}

article.artist_main h3{
	border-left: 5px #333 solid;;
	font-size: 18px;
	margin: 20px 0 15px 0;
	padding-left: 10px;
}

.font30{
	font-size: 30px!important;
}

.sty_name{
	font-size: 20px;
	margin-bottom: 15px;
}
.hurigana{
	font-size: 15px;
}

article.artist_main ol li{
	float:left;
}

.w226{
	margin-right: 5px;
}

.w226 img{
    width: 320px;
    height: 481px;
}


.w110 img{
    height: 238px;
    width: 158px;
}

.w_short{
	border: none!important;
}

.kugiri{
	margin: 60px 0;
	border-top: 1px dotted #eee;
}

.r_photo img{
	width: 113px;
	height: 170px;
}

/* ----------------------------------------
	アーティスト　2カラム
----------------------------------------*/
.artist_wrap{
display: flex;
display: -webkit-flex;
margin-bottom: 40px;
width: 95%;
margin: 0 auto;

}


article.artist_main{
    width: 750px;
}

.name{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 48px;
    color: #9fa0a0;
    font-weight: 100;
    margin-bottom: 20px;
    margin-top: 20px;
}


.artist_main ul{
	margin-bottom: 40px;
	width: 100%;
}

.artist_main ul li{
	float:left;
}

.artist_main ul li.r_photo{
	width: 113px;
}

.artist_main ul li.l_con{
	width: 600px;
}

.artist_main h5{
	margin-bottom: 10px;
	font-size: 12px;
}

.main_ttl{
	color: #9fa0a0;
	margin-bottom: 5px;
}

.l_con h4{
	line-height: 150%;
}

.art_wrap{
	margin-bottom: 80px;
}

/*まとめてARTIST*/
.art_photo_container{
	position: relative;
	margin-top: 20px;
}

ul.art_thumbnail{
    width: 44%;
    position: absolute;
    right: 0;
}
.art_thumbnail li{
    margin-right: 5px;
    margin-bottom: 5px;
}
.art_thumbnail li img{
	width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}
.art_thumbnail li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.art_main_photo{
    height: 600px;
}
.art_main_photo img{
    position: absolute;
    width: 400px;
    height: 600px;
}
/*まとめてARTIST ここまで*/







/*主な実績*/

article.artist_main dl{
	margin-top: 10px;

}
article.artist_main dt{
	color: #9fa0a0;
	border-bottom: 1px solid #9fa0a0;
    margin: 15px 0 5px;
	padding-bottom: 5px;
}

article.artist_main dd{
	line-height: 1.8;
}

/*右側*/
article.artist_right{
    width: 200px;
    height: 250px;
}

article.artist_right ul li{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 20px;
}

article.artist_right ul li a{
    color: #000;
}

.hma{
	margin-right: 5px;
}

.sml_name{
	margin-right: 5px;
}


/*スマホのみ表示*/

.art_wrap label{
	display: none;
}

li.acd{
	float: none!important;
}

.art_wrap input{
	display: none;
}

/* ----------------------------------------
	スタイル　横幅900px
----------------------------------------*/

ul.thumbnail{
    width: 51%;
    position: absolute;
    right: 0;
}

.thumbnail li{
    margin-right: 5px;
    margin-bottom: 5px;
}
.thumbnail li img{
	width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}
.thumbnail li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.main_photo{
    height: 600px;
}
.main_photo img{
    position: absolute;
    width: 400px;
    height: 600px;
}

.photo_container{
    position: relative;
    margin: 20px auto 0 auto;

}

.mh_1{
	height: 830px;
}




/* ----------------------------------------
	サロンページ上部　基本は800px
----------------------------------------*/

.salon_contents{
	margin:0 auto 60px;
	padding: 0 10%;
    max-width: 810px;
}
.salon_contents h4{
	font-size: 20px;
	font-family: 'Amiri', serif;
}

.salon_contents figure{
	float: left;
}

.salon_contents ul{
	width: 410px;
	float: left;
}

.salon_contents ul li{
	font-size: 14px;
	line-height: 150%;
}

.s-name{
	font-size: 20px!important;
	margin-bottom: 5px;
}

.s-tel{
	font-size: 20px!important;
	margin-bottom: 5px;
}

.syncer-tel{
	color: #000;
}

.ac_icon{
	font-size: 11px;
	margin-left: 5px;
	color: #fff;
	background-color: #000;
	padding: 2px 3px;
}

.maptxt{
	font-size: 12px;
	line-height: 1.8;
}

figure.contents{
    max-width: 1000px;
    margin: 0 auto;
}

figure ul li{
	width: 24%;
	height: 348px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}

figure ul li:last-child{
	margin-right: 0px;
}

figure ul li img{
	width: 100%;
}

.store_contents{
	width: 800px;
	margin:0 auto;
}

.store_contents ul{
	margin: 0 31px 0 32px;
}

.store_contents ul li{
	float: left;
	width: 219px;
	margin-right: 40px;
}

.store_contents ul li:last-child{
	margin-right: 0px;
}

.store_contents h5{
    font-size: 12px;
    line-height: 1.6;
    margin-top: 5px;
}


/* ----------------------------------------
	料金表　共通
----------------------------------------*/

.menu_contents{
	margin:0 auto 80px auto;
	width: 80%;
    max-width: 810px;
	}

.menu_contents h3{
	font-family: 'Amiri', serif;
	font-size: 20px;
    background-color: #eeeeee;
    padding: 5px 0;
    margin: 0 auto 15px auto;
    text-align: center;
}

.menu_contents h4{/*priceの注意書き*/
	font-size: 12px;
    margin: 15px auto 80px;
    text-align: left;
    line-height: 150%;
}

.txt_red{
	color: #b70101;
}

/*アシスタント欄*/

.menu_contents h5{
	font-size: 16px;
    border-bottom: 1px solid #666;
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
}

div.ass_catch{
	display:flex;
	justify-content: center;
}
.ass_catch dl {
	width: 32%;
	margin-right: 2%;
	position: relative;
}

.ass_catch dl dt:before{
	font-family: FontAwesome;
    content: "\f068";
    color: #eaa79f;
    /* margin-left: 10px; */
    position: absolute;
    top: 15px;
    left: 120px;
}

.ass_catch dl dt{
    height: 70px;
    background-color: #484747;
    padding: 40px 40px 0 40px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    /* font-weight: bold; */
    color: #fff;
    text-align: center;
    line-height: 150%;
    /* margin-top: 5px; */
}

.ass_catch dl dd{
	height: 200px;
	background-color: #fbfbfb;
    padding: 20px 25px;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 180%;
}

.ass_catch dl:last-child{
	margin-right: 0%
}

.ass_menu dl{
	width: 100%;
	margin-top: 30px;
}

.cmt1{
	font-size:12px;
}

.cmt2{
	font-weight: bold;
    font-size: 16px;
}

.ass_menu dl dt{
    background-color: #666;
    padding: 20px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    /* font-weight: bold; */
    color: #fff;
    text-align: center;
}

.ass_menu dl dd{
	background-color: #fbfbfb;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 180%;
}





/*共通テーブル*/
.menu_contents table {
	width: 100%;
	margin: 0 auto 60px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;

}

/*注意書きがあるテーブルはmargin-bottom0*/
.menu_contents table.mb0 {
	margin: 0 auto!important;
}


/*shopsのメニュー*/
.menu_contents table.tb_menu th{
    width: 25%;
    text-align: left;
    padding: 15px 0 10px 5%;
    border-bottom: 1px solid #ddd;
}

.menu_contents table.tb_menu td{
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.menu_contents table.tb_menu td.w20{
	width: 15%;
    font-weight: bold;
    padding: 15px 0 10px;
}

.menu_contents table.tb_menu td.w60{
    width: 45%;
    font-size: 12px;
    padding: 15px 5% 10px 5%;
}

.menu_contents table.tb_menu td.w70{
    width: 60%;
    font-size: 12px;
    padding: 15px 10% 10px 0;
}

.tb_un_cmt{/*テーブルの下のコメント*/
	font-weight: normal;
	border-bottom: none!important;
}


/*料金表のシャルメprice list*/

.menu_contents table.tb_price th {
    width: 40%;
    padding: 15px 0 10px 10%;
    border-bottom: 1px solid #ddd;
}

.menu_contents table.tb_price td{
    width: 35%;
    font-weight: bold;
    padding: 15px 0 10px 15%;
    text-align: left;
	border-bottom: 1px solid #ddd;
}

/*ウェディング料金*/

.menu_contents table.wedd_menu th{
	width: 25%;
	text-align: left;
	padding: 15px 0 10px 5%;
	border-bottom: 1px solid #ddd;
}

.menu_contents table.wedd_menu td{
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.menu_contents table.wedd_menu td.w20{
	width: 15%;
    font-weight: bold;
    padding: 15px 0 10px;
    text-align: center;
}

.menu_contents table.wedd_menu td.w60{
    width: 37%;
    font-size: 12px;
    padding: 15px 3% 10px 0;
}


/*オプション料金*/
.menu_contents table.op_menu th{
	width: 25%;
	text-align: left;
	padding: 15px 0 10px 5%;
	border-bottom: 1px solid #ddd;
}

.menu_contents table.op_menu td{
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.menu_contents table.op_menu td{
	width: 15%;
    font-weight: bold;
    padding: 15px 0 10px　5%;
    text-align: center;
}


/* ----------------------------------------
	Wedding
----------------------------------------*/

article.wed_wide{
    width: 100%;
    background: url(img/wedding/haikei2.png) 0 -50px no-repeat;
    height: 550px;
    margin: 0 auto;
    padding: 0;
    max-width: 1300px;
}

.wed_wide h3{
    width: 45%;
    margin: 0px 5% 0;
    text-align: left;
    padding: 40px 0 0;
    line-height: 2.2;
    font-size: 14px;
}

article.wed_nar{
	width: 750px;
	margin: 40px auto 60px;
}

.wed_nar h3{
    font-size: 45px;
    margin-top: 20px;
    color: #9fa0a0;
}

.wed_nar h5{
	font-size: 16px;
}

dl.w_o_s dt{
    font-size: 16px;
}

.wed_nar h4{
    font-size: 18px;
}

dl.flow dt{
    font-size: 16px;
}


/* ----------------------------------------
	フィールドサービス
----------------------------------------*/

ul.circle{
	display:flex;
	justify-content: center;
}
ul.circle li{
  color: #000;
  background-color:#eee;
  padding: 0;
  margin: 0;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 20px;
}

ul.circle li:last-child{
  margin-right: 0;
}

a.artist_link{
    text-decoration: underline;
    letter-spacing: 3px;
    margin: 0 5px;
}

/* ----------------------------------------
	works 100%
----------------------------------------*/


.works ul{
	width: 1000px;
	margin: 0 auto 40px;
/*	border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	padding: 5px 0;

}
.works ul li{
	width: 115px;
	float: left;
    border-left: 1px solid #666;
    margin-right: 15px;
    padding: 0 15px;
    position: relative;
    margin-bottom: 13px;
}

.works ul li:last-child{
	border-right: 1px solid #666;
	padding-right: 30px;
}

.works ul li a{
	color: #000!important;
}

.works ul li:after {/*疑似要素*/
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    left: 135px;
    top: 7px;
    color: gray;
}

.works figure{
    background-color: #edeeef;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 60px;
}

.works figure p{
    width: 70%;
    margin: 20px auto;
    line-height: 1.8em;
}

.works h3{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
        margin: 0 0 20px 0;
}

.works h4{
    text-align: center;
    font-size: 35px;
    color: #cdcdcd;
}

span.line{
    margin: 0 10px;
}

div.customerList{
    width: 1000px;
    margin:0 auto;
    margin-top: 5px;
    text-align: left;
}

div.customerList ul{
    width: 17%;
    float: left;
    margin-left: 3%
}

div.customerList ul:first{
    width: 20%;
    float: left;
    margin-left: 0;
}

div.customerList ul li{
    margin-bottom: 3px;
    font-size: 12px;
}

/* ----------------------------------------
	アクセス　会社概要から引用
----------------------------------------*/

.map h5 a{
	color: #000!important;
}

/* ----------------------------------------
	問い合わせ
----------------------------------------*/


article.call_contents{
	width: 700px;
	margin: 0 auto 80px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

article.call_contents h3 {/*見出しの黒いの*/
	position: relative;
	z-index:-2;
	background-color: #000;
    width: 35%;
    color: #fff;
    padding: 5px 0 5px 10px;
    font-size: 12px;
}

article.call_contents h3:after {/*見出しの黒いの*/
position: absolute;
content: '';
right: -3px;
top: -7px;
width: 0;
height: 0;
border: none;
border-left: solid 40px transparent;
border-top: solid 52px white;
z-index: -1;
}

article.call_contents h4{
	font-size: 18px;
}

article.call_contents h5{
	font-size: 24px;
	font-weight: 300;
	font-family: 'Amiri', serif;
}

ol.tokyo li{
	float: left;
}

ol.tokyo li:last-child{
	margin-left: 30px;
}


.form_top_txt{
	margin: 5px 0 40px;
}

.border{
	width:100%;
	border-top: 1px solid #000;
}


.con_btn{
	width: 300px;
	padding:20px 30px;
	background-color: #000;
	color: #fff;
	border:none;
}
.telbox{
    margin: 0 auto 40px auto;
    width: 90%;
}

/* ----------------------------------------
	ギャラリー
----------------------------------------*/
article.gl_contents{
	width: 961px;
	margin: 20px auto 80px;
}

.big{
	width: 960px!important;
    margin-right: 0px!important;
}



#lightgallery img {
    width: 156px;
    margin: 5px 5px 0 0;
}


#lightgallery img.g_r {
    margin-right: 0px!important;
}



/* ----------------------------------------
	キャスティング
----------------------------------------*/
article.casting{
	width: 100%;
}

article.casting h3{
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}

.cas_cat_wrap{
	width: 100%;
	background: url(img/common/casting2.jpg) no-repeat 0 0;
	background-color: #333;
	padding:18px 0;
	background-size: cover;
}

.cas_innner{
	width: 800px;
	margin:0 auto;
}

.cas_cat_inner{
	width: 800px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
article.casting dl{
	background-color: #fff;
    width: 120px;
    padding: 20px 10px;
}

article.casting dt{
padding-bottom: 10px;
border-bottom: 1px solid #000;
text-align: center;
}

article.casting dd{
	margin-top: 10px;
	text-align: center;
}

.casting ul{
	width: 758px;
	margin:0 auto;
	border:1px solid #000;
	padding: 20px 20px;
}

.casting ul li{
	margin-bottom: 15px;
}

.casting ul li:before{
	content: url(img/common/check_icon.png);
    position: relative;
    bottom: -6px;
    margin-right: 10px;
}

.cas_innner figure{
    margin:20px 0;
}

.cas_innner figure h6{
    float: left;
}

.cas_innner figure h6:first-child {
    margin-right: 20px;
}

.cas_innner figure h6:last-child {
    padding-top: 185px;
}

.cas_innner figure h6 img{
    width: 100%;
}

.casting h4{
    margin: 40px auto 10px;
    font-size: 16px;
}

.casting h5{
    text-align: center;
    margin: 40px auto;
    font-size: 16px;
    line-height: 160%;
}


/* ----------------------------------------
	リクルート
----------------------------------------*/

article.contents{
	width: 750px;
	margin: 0 auto;
}

.article-ttl{
	font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.article-sub{
	margin-top: 15px;
	color: #2D2727;
	font-weight: 300;
}

.r-section ul li{
	display: flex;
	margin-top: 50px;
}

.r-section{
	margin-top: 80px;
}

.feature_img{
	flex-basis: 300px;
    min-width: 300px;
    text-align: center;
}

.salon-feature_desc {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.feature_desc{
	margin-left: 20px;
}

.feature_desc h4{
	border-bottom: 3px solid #EEEEEE;
    font-size: 18px;
    font-weight: 600;
    color: #ba9b68;
    letter-spacing: 0.04em;
}

.feature-txt{
	margin-top: 10px;
	box-sizing: inherit;
    line-height: 1.8;
}

.r-section h5{
	font-family: 'Amiri', serif;
	font-size: 22px;
}

dl.dl-table dt {
    float: left;
    width: 25%;
    padding: 20px 5% 10px;
    font-weight: bold;
    border-top: 1px solid #cdcdcd;
    border-bottom: 0;
    }

dl.dl-table dd {
    margin-left: 35%;
    padding: 20px 0 10px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 0;
    line-height: 150%;
    }

dl.dl-table dd:after {
        content : '';
        display : table;
        clear : both;
        height: 0;
    }


/* ----------------------------------------
	ボタン共通
----------------------------------------*/

.btn {
  position: relative;
  display: block;
  width: 250px;
  margin: 40px auto 20px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:2px 2px 2px #9fa0a0;
  }

/* ----------------------------------------
	会社概要　contents使用　width750
----------------------------------------*/

dl.corpinfo {
    background-color: #f0efef;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
dl.corpinfo dt {
    float: left;
    clear: left;
    width: 180px;
    border-top: 1px solid #fff;
    padding: 20px 5px 20px 25px;
}
dl.corpinfo dd {
    background-color: #f9f9f9;
    border-top: 1px solid #fff;
    margin-left: 210px;
    padding: 20px;
}

.cmt{/*順不同*/
	font-size: 11px;
    margin-left: 10px;
    color: #666;
}

.contents h3{
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 150%;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.map h5{/*会社概要アクセスで使用*/
    font-size: 16px;
    font-weight: 600;
 }

.map h6{/*会社概要アクセスで使用*/
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
 }

 .c_g{
    color: #9fa0a0;
    font-weight: 500;
 }

 .mt40{
	margin-top: 40px;
}


/*トップセレクト画面*/

.modal_select_site {
    position: fixed;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    width: 622px;
    margin: -120px 0 0 -311px;
    text-align: center;
}

.modal_select_site p {
    text-align: center;
    color: #FFF;
    margin-bottom: 15px;
}

p.charmer_logo {
    text-align: center;
    margin: 0 auto;
    width: 240px;
    padding-bottom: 40px;
}

#logos {
    padding-bottom: 170px;
}

#logo_left {
    float: left;
    width: 240px;
    height: 250px;
    padding-top: 20px;
    padding-right: 70px;
    text-align: right;
    border-right: 1px solid #FFF;
}

#logo_right {
    float: left;
    width: 240px;
    height: 100px;
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
}

.sticky{
    /* 先頭固定ポストのスタイル */
}

.post-meta{
    margin: 0 auto 40px;
    font-size: 14px;
/*    padding: 0 25px;*/
}
.post-meta .post-date,
.post-meta .category{
        padding-right: 1em;
    }
.comment-num{ white-space: nowrap; }

.more-link{
    float: right;
}
/*ブログ　レイアウト*/

#blog_area{
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
}

.left {
    float: left;
    width: 60%;
}

/*ブログ文章欄の装飾*/

#blog_area article{
    width: 90%;
    margin: 0 auto 50px 30px;
    background: #fff;
    padding: 50px 40px 60px;
    max-width: 940px;
    border-bottom: 1px solid #a0a5aa;
    }

h2.article_ttl{
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
    border-left: 5px #000 solid;
    padding: 0px 20px;
    margin-bottom: 10px;
    }

p.post-date {
    font-size: 16px;
    margin: 30px 0 5px 0;
}

.linkText01{
    margin: 25px 0 0;
    letter-spacing: .05em;
    font-size: 14px;
    font-family: 'Amiri', serif;
    text-decoration: underline;
    }

.linkText01.next a::after {
    content: "\2192";
    display: inline-block;
    margin: 0 0 0 10px;
}


/*サムネイル画像*/

.article_text img{
    margin: 10px 0;
}


.alignnone{
    margin: 10px 0;
    width: 400px;
    height: auto;
}
/*タグの装飾*/

.footer-post-meta{
    margin-top: 40px;
    text-align: right;

}




.more-link{
    display: block; text-align: right;margin:0 0 0 auto;width:70px;}
.more-link{color:#898989;transition:ease .2s;}
.more-link:hover{color:#333333;}



/*次の記事へ、戻るの装飾*/

.navigation{
    overflow: hidden;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.navigation > div{
        width: 50%;
        float: left;
    }

.navigation .alignright{
        text-align: right;
    }

.navigation a{
        display: block;
        padding: 1em;
        border: none;
    }
.navigation a:hover{
    background: #eee;
    color: #000;
        }
.navigation .alignright a:hover{
    border-left: 1px solid #ddd;
            }


            /*Pagenation*/
.pagenation {
    margin: 1em 0;
    position: relative;
    overflow: hidden;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    position: relative;
    left: 50%;
    float: left;
}
.pagenation li {
    float: left;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    color: #333;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    color: #cdcdcd;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
.pagenation li a:hover {
    color: #dd4b39;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
    font-size: 150%;
    font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 40px;
}
    .commets-list li,
    .trackback-list li{
        overflow: hidden;
        margin-top: -1px;
        padding: 20px 0 0;
        width: 100%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid transparent;
    }
        .commets-list .avatar{
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
        }

        .comment-meta,
        .reply,
        .comment-notes,
        .form-allowed-tags,
        span.small{
            font-size: 80%;
        }

        .comment-body p{
            clear: both;
        }
        .reply{
            text-align: right;
        }

.bypostauthor{
    /* 記事投稿者のコメントのスタイル */
}

.children{
    padding-left: 2em;
}

#respond{
    margin-bottom: 40px;
}

.tmb{
    float:left;
    margin-right: 1em;
}

.post{
    margin-bottom: 40px;
}

/*新着記事*/

#npcatch span.title {
    font-size: 14px;
    margin: 30px 0 5px;
    text-align: left;
}

#npcatch{
    margin:0px;
}

#npcatch li{
    font-size: 12px;
    overflow: hidden;
    clear: both;
    margin: 0px 0px 5px;
    vertical-align: top;
    width: 260px;
}

#npcatch img{
/*サムネイルのスタイル*/
    float:left;
    padding:0px;
    box-shadow:0px 0px 7px #bbb;
}

#npcatch .title{
/*記事タイトルのスタイル*/
    width: 140px;
    float: right;
    padding: 0px;
}

#npcatch span.date {
    float: left;
    font-size: 10px;
    color: #9c9c9c;
    margin: 0 0 0 20px;
    }


/*サイドバーの装飾*/

.sidebar{
    width: 260px;
    display: inline-block;
    background: #fff;
    vertical-align: top;
    margin: 50px 5%;
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
    }

.sidebar ul li.widget-container{
    line-height: 150%;
    color: #666666;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.5px;
    padding-left: 2px;
    margin-bottom: 30px;
    }

.sidebar ul li a{
    transition:ease .2s;
    color: #333;
    }
.sidebar ul li a:hover{
    color:#999999;
    }
.sidebar ul{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width:100%;
    margin: 0 auto;
    }

.alignleft a {
    border-right: 1px #ddd solid;
}



/*ウィジットの装飾*/


.widget-container h3 {
    border-bottom: 1px solid #666;
    margin: 0 0 20px 0;
    text-align: center;
    padding-bottom: 5px;
}



.foot_nav {
    margin-left: 25px !important;
}

/* ContactForm7 */
span .wpcf7-list-item {
display : block ;
}

/*お知らせのエリア*/
.sirase{
    font-size: 13px;
    margin: 0 auto 30px;
    text-align: center;
    width: 85%;
    line-height: 1.9;
    max-width: 1000px;
}
.sirase_bold{
    font-weight: 800;
    font-size: 15px;
}

.h2_tax{
    display: none;
}

.ttlsirase{
    font-size: 24px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.ttlsirase:after {
    position: absolute;
    top: 40px;
    left: 50%;
    content: '';
    width: 26px;
    height: 4px;
    margin-left: -13px;
    background-color: #555;
}

/*リクルートエリア　2021/04/22*/

.colbe{
    color: #ba9b68;
}

ul.recruit_txt{
    margin: 20px 0;
}
ul.recruit_txt li{
    line-height: 2;
}

ul.recruit_txt li:first-child{
    margin-bottom: 20px;
}
.ml5{
    margin-left: 5px;
}
p.dlt {
    margin-bottom: 8px;
}




