@charset "utf-8";

/*
ベース用CSS
ヘッダー・フッター等
*/


/* ヘッダー
---------------------------------------------------- */

header {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    /*height: 200px;
	background: url('../../assets/img/common/head_bg.png') repeat-x;
	background-size: auto 100%;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    z-index: 100;
    transition: .6s;
}

#contents_header {
    position: relative;
    z-index: 100;
}

@media screen and (max-width:900px) {
    header {
        height: 55px;
        background: #fff;
    }
}

.logo {
    max-width: 350px;
    margin: 0 0 0 6%;
    padding: 25px 0 0 0;
}

@media screen and (max-width:1200px) {
    .logo {
        max-width: 310px;
        margin: 0 0 0 20px;
    }
}

@media screen and (max-width:900px) {
    .logo {
        max-width: 196px;
        margin: 0 0 0 15px;
        padding: 10px 0 0 0;
    }
}


/* contactボタン
---------------------------------------------------- */

.header_contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:900px) {
    .header_contact {
        display: none;
    }
}

.header_contact_inner {
    margin: 0 0 0 15px;
}

.header_contact_inner .contact_btn_block01 {
    width: 296px;
    height: 80px;
    padding: 10px 0 12px;
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_contact_inner .contact_btn_block01.hanarabi__hdr-bnr {
    width: 410px;
}

.header_contact_inner .contact_ttl01 {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    padding: 0 0 0 20px;
}
.header_contact_inner .hanarabi__hdr-bnr .contact_ttl01 {
    font-size: 2.2rem;
}

.header_contact_inner .icon_contact {
    left: 30px;
}

@media screen and (max-width:1080px) {
    .header_contact_inner .contact_btn_block01 {
        width: 240px;
        padding: 10px 0 12px;
    }
    .header_contact_inner .contact_ttl01 {
        font-size: 2.2rem;
    }
    .header_contact_inner .icon_contact {
        left: 14px;
    }
}


/* TEL
---------------------------------------------------- */

.header_contact_inner .tel_ttl01 {
    font-size: 1.2rem;
}

.header_contact_inner .tel_txt01 {
    font-size: 3.4rem;
    padding: 0 0 0 30px;
    background: url('../../assets/img/common/icon_tel01.png') no-repeat top 12px left 0;
    background-size: 20px auto;
}

@media screen and (max-width:1080px) {
    .header_contact_inner .tel_ttl01 {
        text-align: left;
    }
}


/* 各ページ ヘッダーエリア
---------------------------------------------------- */

#header_block01 {
    width: 100%;
    height: 230px;
    background: url('../../assets/img/common/header_bg.jpg') no-repeat top center;
    background-size: cover;
    margin: -40px auto 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 3;
}

.header_ttl01 {
    font-size: 3.4rem;
    font-weight: 700;
    color: #222222;
    line-height: 1.45;
    font-family: 'Noto Serif JP', serif;
    position: relative;
    z-index: 5;
}

.header_txt01 {
    font-size: 10.3rem;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.header_ttl_c01 {
    color: #EC8B2D;
}

.header_txt01_in {
    font-size: 18.4rem;
}

@media screen and (max-width:900px) {
    .header_ttl01 {
        font-size: 2.2rem;
    }
    .header_txt01 {
        font-size: 5.0rem;
    }
    .header_txt01_in {
        font-size: 10.4rem;
    }
}


/* 各ページ ヘッダーエリア
---------------------------------------------------- */

#header_block02 {
    width: 100%;
    margin: 20px auto 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 3;
    max-width: 1000px;
}