@charset "UTF-8";
/*--------------------------------
 ヘッダー
---------------------------------*/

.header-contact-default {
    display: block;
}
.p_left{
    display: block;
    padding-left: 65px;
}
.header-contact .contact-button {
    color: #fff;
    background-color: #351200;
    width: 100%;
    margin: 5px 0 15px;
}
.header-contact .header-tel {
    background: url(https://biz.funmaker.click/blanc-hairsalon/wp-content/uploads/2017/07/phone-icon.png) no-repeat left;
    padding-left: 33px;
    background-size: 22px;
    margin: 10px 0 5px;
    display: block;
    letter-spacing: 2px;
}
.header-contact .text-title {
    background-color: #f6b936;
}
.header-contact .grid-row {
    padding-top: 9px;
}
.catchcopy{
    z-index: 100;
    position: relative;
}
.eyecatch-wrapper{
    margin-top: -30px;
}
.header-contact .grid-row {
    padding-bottom: 10px;
}
.widget-content.is-textwidget a {
    padding: 10px 20px;
    border: solid 2px #ea5504;
    background-color: #ea5504;
    color: #fff;
	margin-right:30px;
}
.global-nav .menu-item a:hover {
    background-color: transparent;
    color: #888;
}

/*--------------------------------
 見出し
---------------------------------*/
.page-title .maintext {
    font-size: 28px;
}
.midashi {
    font-size: 24px;
    display: block;
    line-height: 10px;
}
/*
.page-title .maintext::first-letter {
    color: #f6b936;
}
*/

.headline-h2 .maintext {
    padding-left: 10px;
}


/*--------------------------------
 記事一覧
---------------------------------*/
.l-list-default .grid-column-inner{
    border: 1px solid #EEE;
    border-radius: 10px;
}
.l-list-news-list .list-item:hover {
    background-color: initial;
}
.body-pg301 .list-item .thumb a::before,.body-page-id-892 .list-item .thumb a::before {
    padding-top: 130%;
}

/*--------------------------------
 表
---------------------------------*/
.body-menus .tr-left th {
    width: 50%;
}


/*--------------------------------
 ボタン
---------------------------------*/
.button-link-inner,.button-content a {
    border: 1px double #ea580a;
    border-radius: 0;
    background-color: #ffffff!important;
    background-image: none;
    color: #ea580a !important;
}


/*--------------------------------
 フッター
---------------------------------*/
.footer .content {
    max-width: 1000px;
    border-bottom: 1px solid #eee;
}
.footer-logo{
    width: 120px;
	  margin-right: 100px;
}
.footer_box{
    display: flex;
}
.footer .widget_text li::before {
    content: "";
}
.is-footer {
    padding-top: 40px;
}
.copyright {
    padding-top: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.footer-link a{
    color: #666;
}


@media(max-width:688px){
	
	/*ヘッダー*/
	.eyecatch-wrapper {
    margin-top: 0;
  }
	
	
}