@charset "UTF-8";
/*---------------------------------
　共通
----------------------------------*/
.content-body hr {
    border-top: 1px solid #fff;
}
.content-body .has-background hr {
    border-top: 1px solid transparent;
    margin-top: 0;
}
.content-body .has-background p{
    margin-bottom: 0;
}
.global-nav-sub.panel {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

/*---------------------------------
　ヘッダー
----------------------------------
#wrapper {
    background: url(https://couturiere.jp/wp-content/uploads/2020/09/bg_tate2.png) repeat-x center top;
}
*/

.header-contact .contact-button {
    color: #bfa682;
    background-color: #fff;
    background-image: none;
    border: 2px solid #bfa682;
    border-radius: 3px;
}
.header-contact .text-title {
    color: #666;
    background-color: #feecf1;
}
.header{
	box-shadow: 0px 5px 10px -5px #ececec;
}
.content.is-header {
    border-bottom: 2px solid #bdbcbd;
    margin-bottom: 6px;
}
.catchcopy{
    z-index: 10000;
    position: relative;
	  height:0;
}

.nav-plus-slug .header-menu > .menu-item > a::after {
    font-size: 11px;
}



/*---------------------------------
　見出し
----------------------------------*/
.page-title .maintext {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 10px;
}
.hl-ul-dash.page-title {
    border-bottom-width: 1px;
/*    background: url("https://couturiere.jp/wp-content/uploads/2020/09/pagetitle_bg.png") no-repeat left 0px bottom 5px;*/
	  padding-left: 0px;
margin-left: 40px;
}
	
.headline-h2 .maintext,
.headline-h3 .maintext,
.headline-h4 .maintext{
	  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.headline-h2 .maintext {
    font-size: 23px;
    border-bottom: 3px double #bfa682;
}
.headline-h3 .maintext {
    font-size: 19px;
}
.midashi {
    font-size: 12px;
    display: block;
    line-height: 12px;
}
@media(max-width:690px){
.hl-ul-dash.page-title {
    margin-left: 15px;
}	
	
}

/*---------------------------------
　ボタン
----------------------------------*/
.button-link-inner {
    color: #bfa682 !important;
    background-color: #fff !important;
    background-image: none;
    border: 2px solid #bfa682;
	  letter-spacing: 2px;
}
.button-link-inner::before {
    border-left-color: #bfa682;
}

/*---------------------------------
　表
----------------------------------*/
.table-content th {
    font-weight: initial;
    border-bottom: 1px solid #fff;
}
.table-content tr:last-child th {
    font-weight: initial;
    border-bottom: none;
}

/*メニューページ*/
.body-menu .table-content {
    border: none;
}
.body-menu .table-content td, 
.body-menu .table-content th {
    border: none;
}
.body-menu .table-content th {
    color: #333;
    background: #fff;
}
.body-menu .tr-left th {
    width: 60%;
}


/*---------------------------------
　記事一覧
----------------------------------*/
.l-list-news-list .list-item:hover {
    background-color: #f6f3f0;
}



/*---------------------------------
　フッター
----------------------------------*/




@media(max-width:688px){
	
	.fa {
    color: #333;
  }
	
	.body-menu .tr-left th {
    width: 100%;
  }
	
}