html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,figure,figcaption,pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
}

img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a {
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;/*	border-collapse: separate;*/
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

option {
    padding-right: 10px;
}


main {
    display: block;
}

/* ------------------------------
HTML5 ELEMENTS
------------------------------ */
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
    display: block;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/*==================================
base
====================================*/


body{
    color: #4b2308;
    letter-spacing: 0.08em;
    font-family: 'Noto Serif JP', serif;
    min-width: 1280px;
    font-size: 15px;
    line-height: 2;
    overflow-x: hidden;
}

/*===================================
clearfixの設定
=====================================*/

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*===================================
flexboxの設定
=====================================*/

[class*="space"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

[class*="flex"] {
    display: flex;
    flex-wrap: wrap;
}

[class*="centering"] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/*===================================
sectionBOXの設定
=====================================*/

[class*="boxs"] {
    width: 1080px;
    margin: 0 auto;
}

[class*="boxs02"] {
    width: 980px;
    margin: 0 auto;
}

[class*="boxs03"] {
    width: 1280px;
    margin: 0 auto;
}


/*===================================
pcの時の設定
=====================================*/

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }

    .pc_none {
        display: none !important;
    }
}

/*===================================
spの時の設定
=====================================*/

@media screen and (max-width: 767px) {
    .sp_none {
        display: none !important;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    [class*="boxs"],
    [class*="boxs02"],
    [class*="boxs03"] {
        width: calc(100% - 25px);
        margin: 0 auto;
    }
}

/*========================================
e404の設定
==========================================*/

.e404_txt a {
    color: #e63a3a;
}

/*==================================
共通
====================================*/

.cmn_hover {
    transition: 0.5s;
}

.cmn_hover:hover {
    opacity: 0.6;
    text-decoration: none;
}


/*cmn_info*/

.cmn_info{
    align-items: center;
}

.cmn_info_group{
    text-align: right;
    margin-right: 15px;
}

.tel_num{
    display: inline-block;
    font-family: 'Hannari','Noto Serif JP', serif;
    line-height: 1;
    font-size: 30px;
    letter-spacing: 0.05em;
}

.tel_num span{
    font-size: 20px;
}

.cmn_info_time{
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}

.cmn_info_time p:not(:last-child){
    margin-right: 10px;
}

.cmn_info_time span{
    display: inline-block;
    color: #fff;
    border-radius: 8px;
    padding: 3px 10px;
    margin-right: 7px;
    background: #eda9be;
}

.ct_link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    background: url(/images/common/ct_link_icon.png) no-repeat center left 25px,#4a2409;
}

.ct_link:hover{
    color: #fff;
}

/*deco_ttl*/

.deco_ttl {
    font-size: 35px;
    line-height: 1;
    text-align: center;
    font-family: 'Hannari','Noto Serif JP', serif;
    margin-bottom: 60px;
}

.deco_ttl_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.deco_ttl_icon::before,
.deco_ttl_icon::after{
    content: '';
    display: inline-block;
    width: 45px;
    height: 35px;
    background: url(/images/common/ttl_illust01.png) no-repeat center / contain;
}


.deco_ttl_icon::before{
    margin-right: 15px;
}

.deco_ttl_icon::after{
    margin-left: 15px;
    background-image: url(/images/common/ttl_illust02.png);
}

.deco_ttl_white{
    color: #fff;
}

.deco_ttl_white .deco_ttl_icon::before{
    background-image: url(/images/common/white_illust01.png);
}

.deco_ttl_white .deco_ttl_icon::after{
    background-image: url(/images/common/white_illust02.png);
}

/*shadow_btn*/

.shadow_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 7px 7px 0 #eca4ba;
    background: #fff;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
    transition: .3s;
    font-weight: 500;
    border: 1px solid #ececec;
}

.shadow_btn:hover{
    transform: translate(7px,7px);
    box-shadow: none;
}

.shadow_btn_arrow span{
    display: flex;
    align-items: center;
}

.shadow_btn_arrow span::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-right: 10px;
    background: url(/images/top/shadow_btn_arrow01.png) no-repeat center / contain;
}

/*cmn_news*/

.cmn_news li{
    line-height: 1;
    border-bottom: 1px solid #ececec;
}

.cmn_news li a{
    padding: 30px 0;
}

.news_post_time{
    display: inline-block;
    margin-right: 25px;
    color: #eca4ba;
}

.news_post_ttl{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*fix_bnr*/

.fix_bnr{
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 100;
}

/*cmn_pdg*/

.cmn_pdg{
    padding: 100px 0;
}

/*line_ttl*/

.line_ttl{
    position: relative;
    font-size: 22px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.075em;
    margin-bottom: 25px;
    margin-bottom: 35px;
    background: url(/images/common/line_ttl_bg.png) no-repeat center / cover;
}

.line_ttl::before,
.line_ttl::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 4px double #502902;
}

.line_ttl::before{
    top: -8px;
}

.line_ttl::after{
    bottom: -8px;
}


/*========================================
headerの設定
==========================================*/

header {
    position: relative;
}

.h_warp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
}

.h_warp_in {
    height: 90px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(33, 24, 24, 0.1);
}

.h_contents_boxs {
    padding: 5px 0 12px;
    align-items: center;
}

.h_warp_in h1 {
    font-size: 12px;
    line-height: 1;
    padding: 3px 0;
    color: #fff;
    background: #ec7398;
}

.h_warp_in h1 span {
    display: block;
}

.h_nav {
    padding-top: 20px;
}

.h_nav_list li {
    line-height: 1;
    font-family: 'Hannari', 'Noto Serif JP', serif;
    font-size: 18px;
    text-align: center;
    background: url(/images/common/h_nav_list_line.png) no-repeat right center;
}

.h_nav_list li:first-child {
    background: url(/images/common/h_nav_list_line.png) no-repeat right center, url(/images/common/h_nav_list_line.png) no-repeat left center;
}

.h_nav_list li a {
    display: inline-block;
    padding: 0 35px;
    transition: .5s;
}

.h_nav_list li a:hover {
    transform: translateY(-7px);
}

.h_nav_list li a span {
    display: block;
}

.h_info .h_sns {
    display: inline-block;
}

.h_info a:not(:last-child) {
    margin-right: 10px;
}


/*========================================
footerの設定
==========================================*/

footer {
    background: url(/images/common/f_bg.png) no-repeat center / cover;
}

.f_boxs {
    padding: 55px 0 25px;
}

.f_logo {
    display: inline-block;
    margin-bottom: 13px;
}

.f_ads {
    font-size: 14px;
}

.f_info {
    justify-content: flex-end;
    margin-bottom: 25px;
}

.f_nav_list {
    justify-content: flex-end;
}

.f_nav_list li {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
}

.f_nav_list li:not(:last-child) {
    border-right: 1px solid;
}

.f_nav_list li a {
    display: inline-block;
    padding: 0 7px;
}

#copyright {
    font-size: 13px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.14em;
    background: #9e8c7b;
}

/*========================================
下層メインビジュアルの設定
==========================================*/

.sub_visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    padding-top: 90px;
    background: url(/images/common/sub_visual_bg.png) no-repeat center / cover;
    z-index: 0;
}

.sub_visual::before {
    content: '';
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    height: 344px;
    background: url(/images/common/sub_visual_deco.png) no-repeat center top / cover;
    z-index: -1;
}

.sub_visual h2 {
    width: 400px;
    height: 116px;
    padding-top: 50px;
    text-align: center;
    background: url(/images/common/sub_visual_frame.png) no-repeat center / contain;
}

/*========================================
上書きの設定
==========================================*/

.ec-layoutRole__contents{
    padding: 60px 0;
}

.ec-blockTopBtn{
    display: none!important;
}

a:active, a:hover{
    color: inherit;
}

/*========================================
スマホの設定
==========================================*/

@media screen and (max-width:767px) {

    body {
        min-width: 375px;
        font-size: 15px;
        line-height: 1.8;
    }

    /*========================================
    共通の設定
    ==========================================*/

    /*cmn_info*/

    .cmn_info{
        align-items: center;
    }

    .cmn_info_group{
        text-align: center;
        margin-right: 15px;
    }

    .tel_num{
        display: inline-block;
        font-family: 'Hannari','Noto Serif JP', serif;
        line-height: 1;
        font-size: 27px;
        letter-spacing: 0.05em;
    }

    .tel_num span{
        font-size: 18px;
    }

    .cmn_info_time{
        flex-direction: column;
        font-weight: 500;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 30px;
        text-align: left;
    }

    .cmn_info_time p:not(:last-child){
        margin-bottom: 10px;
    }

    .cmn_info_time span{
        display: inline-block;
        color: #fff;
        border-radius: 8px;
        padding: 3px 10px;
        margin-right: 7px;
        background: #eda9be;
    }

    .ct_link{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        border-radius: 20px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        padding-left: 15px;
        background: url(/images/common/ct_link_icon.png) no-repeat center left 25px,#4a2409;
    }

    /*deco_ttl*/

    .deco_ttl {
        font-size: 25px;
        line-height: 1.3;
        text-align: center;
        font-family: 'Hannari','Noto Serif JP', serif;
        margin-bottom: 40px;
    }

    .deco_ttl_icon{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .deco_ttl_icon::before,
    .deco_ttl_icon::after{
        content: '';
        display: inline-block;
        width: 35px;
        height: 25px;
        background: url(/images/common/ttl_illust01.png) no-repeat center / contain;
    }

    .deco_ttl_icon::before{
        margin-right: 10px;
    }

    .deco_ttl_icon::after{
        margin-left: 10px;
        background-image: url(/images/common/ttl_illust02.png);
    }

    /*shadow_btn*/

    .shadow_btn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 45px;
        border-radius: 5px;
        box-shadow: 7px 7px 0 #eca4ba;
        background: #fff;
        margin: 0 auto;
        font-size: 13px;
        font-weight: 500;
        transition: .3s;
        font-weight: 500;
        border: 1px solid #ececec;
    }

    .shadow_btn:hover{
        transform: translate(7px,7px);
        box-shadow: none;
    }

    .shadow_btn_arrow span{
        display: flex;
        align-items: center;
    }

    .shadow_btn_arrow span::before{
        content: '';
        display: inline-block;
        width: 7px;
        height: 12px;
        margin-right: 10px;
        background: url(/images/top/shadow_btn_arrow01.png) no-repeat center / contain;
    }


    /*cmn_news*/

    .cmn_news li{
        line-height: 1;
        border-bottom: 1px solid #ececec;
    }

    .cmn_news li a{
        padding: 25px 0;
    }

    .news_post_time{
        display: inline-block;
        margin-right: 15px;
        color: #eca4ba;
    }

    .news_post_ttl{
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }



    /*cmn_pdg*/

    .cmn_pdg{
        padding: 60px 0;
    }

    /*line_ttl*/

    .line_ttl{
        position: relative;
        font-size: 20px;
        color: #fff;
        line-height: 1.8;
        text-align: center;
        letter-spacing: 0.075em;
        margin-bottom: 25px;
        margin-bottom: 35px;
        background: url(/images/common/line_ttl_bg.png) no-repeat center / cover;
    }

    .line_ttl::before,
    .line_ttl::after{
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        border-top: 4px double #502902;
    }

    .line_ttl::before{
        top: -8px;
    }

    .line_ttl::after{
        bottom: -8px;
    }

    /*========================================
    footerの設定
    ==========================================*/

    footer{
        background: url(/images/common/f_bg.png) no-repeat center / cover;
    }

    .f_boxs{
        flex-direction: column;
        align-items: center;
        padding: 40px 0 20px;
    }

    .f_group{
        text-align: center;
        margin-bottom: 20px;
    }

    .f_logo{
        display: inline-block;
        width: 210px;
        margin-bottom: 13px;
    }

    .f_ads{
        font-size: 14px;
    }

    .f_info{
        margin-bottom: 25px;
        flex-direction: column;
        align-items: center;
    }

    .f_info .tel_num{
        margin-bottom: 20px;
    }

    .f_nav_list{
        justify-content: space-between;
    }

    .f_nav_list li {
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0;
        width: 48%;
        border-bottom: 1px solid;
    }

    .f_nav_list li:not(:last-child) {
        border-right: none;
    }

    .f_nav_list li a {
        display: block;
        padding: 12px 0;
    }

    #copyright{
        font-size: 13px;
        text-align: center;
        color: #fff;
        letter-spacing: 0.08em;
        background: #9e8c7b;
    }

    /*========================================
    下層メインビジュアルの設定
    ==========================================*/

    .sub_visual {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;
        padding-top: 0;
        background: url(/images/common/sub_visual_bg.png) no-repeat center / cover;
        z-index: 0;
        margin-top: 0;
    }

    .sub_visual::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 150px;
        background: url(/images/top/main_visual_deco.png) no-repeat center top / contain;
        z-index: 100;
    }

    .sub_visual h2 {
        width: 330px;
        height: 103px;
        padding-top: 44px;
        text-align: center;
        background: url(/images/common/sub_visual_frame.png) no-repeat center / contain;
    }

    .sub_visual h2 img{
        height: 27px;
    }

    /*========================================
    追加の設定
    ==========================================*/

    .ec-input select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select, .ec-select select, .ec-birth select{
        font-size: 15px;
    }
    
    .ec_sp_header_nav li a{
        border-bottom: 1px solid #CCCCCC;
        padding: 1em 10px;
        font-size: 15px;
        color: #4b2308;
        display: block;
        background: #F8F8F8;
    }
    
    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item{
        color: #fff;
        background: #9e8c7b;
    }
    
    .ec-drawerRole{
        padding-bottom: 40%;
        background: #fff;
    }

}