<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.aside-info {
    align-items: center;
    justify-content: center;
    padding: 0 0 6px;
    border-bottom: 1px dashed;
}
.aside-info_telSub {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2px;
    font-size: 1.2rem;
    letter-spacing: 0.13em;
    text-align: center;
}
.aside-info_telSub::before,
.aside-info_telSub::after {
    content: '';
    width: 1px;
    height: 14px;
    margin: 0 10px 0 0;
    background-color: #fff;
    transform: skewX(20deg);
}
.aside-info_telSub::after {
    margin: 0 0 0 10px;
    transform: skewX(-20deg);
}
.aside-info_tel {
    font-size: 3rem;
    line-height: .5;
    letter-spacing: 0.02em;
    font-family: honoka-maru-gothic,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.aside-info_tel::before {
    content: '';
    width: 26px;
    height: 26px;
    margin: 0 12px 0 0;
    background: url(../images/common/ico_tel.png) no-repeat center / contain;
    display: inline-block;
    vertical-align: -2px;
}
.aside-info_open {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
}
.aside-info_open span {
    font-size: 1rem;
}
.aside-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin: 0 0 0 8px;
}
.aside-contact::before {
    content: '';
    display: block;
    width: 14px;
    height: 10px;
    margin: 0 6px 0 0;
    background: url(../images/common/ico_mail.png) no-repeat center / contain;
}
.header-info_adr {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 5px;
    text-align: center;
    border-bottom: 1px dashed;
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
    .aside-info_address {
        display: flex;
        align-items: center;
        margin: 0 0 0 20px;
        padding: 0 0 0 33px;
        line-height: 1.7;
        font-size: 1.3rem;
        background: url(../images/common/aside_info_deco.png) no-repeat left,
        linear-gradient(#312622, #312622) no-repeat left 6px top / 1px calc(50% - 10px),
        linear-gradient(#312622, #312622) no-repeat left 6px bottom / 1px calc(50% - 10px);
    }
}
@media screen and (max-width: 767px) {
    .aside-info_address {
        margin: 10px 0 0;
        padding: 23px 0 0;
        background: url(../images/common/aside_info_deco.png) no-repeat top,
        linear-gradient(#312622, #312622) no-repeat left top 6px / calc(50% - 15px) 1px,
        linear-gradient(#312622, #312622) no-repeat right top 6px / calc(50% - 15px) 1px;
        font-size: 1.3rem;
        line-height: 1.7;
        text-align: center;
    }
}
.h_nav li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 29px;
    margin-bottom: 9px;
    background: url(../images/common/nav_ico01.png) no-repeat center;
}
.h_nav li:nth-child(2) a::before {
    background-image: url(../images/common/nav_ico02.png);
}
.h_nav li:nth-child(3) a::before {
    background-image: url(../images/common/nav_ico03.png);
}
.h_nav li:nth-child(4) a::before {
    background-image: url(../images/common/nav_ico04.png);
}
.h_nav li:nth-child(5) a::before {
    background-image: url(../images/common/nav_ico05.png);
}
.h_nav li:nth-child(6) a::before {
    background-image: url(../images/common/nav_ico06.png);
}
@media screen and (min-width: 768px) {
    header {
        width: 100%;
        color: #fff;
        background-image: url(../images/common/header_bg.jpg);
        position: relative;
    }
    header .h_wrap {
        align-items: center;
        align-content: center;
        height: 150px;
    }
    header .h_logo {
        margin: 24px 0 0;
    }
    header .header-main {
        flex: 1;
        margin: 0 50px 0 0;
    }
    header .page-ttl h1 {
        font-size: 1.3rem;
        line-height: 1;
    }
    header .header-adr {
        margin: 14px 0 0;
        font-size: 1.3rem;
        line-height: 1;
    }
    /* â–¼nav */
    .g_nav {
        width: 100%;
        position: absolute;
        top: 100%; left: 0;
    }
    .g_nav .h_nav {
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 114px;
        padding: 19px 0 0;
        background: url(../images/common/header_deco.png) no-repeat top;
        margin: 0 auto;
        position: absolute;
        top: 0; left: 0;
        z-index: 1000;
    }
    .g_nav .h_nav.fixed{
        height: 100px;
        position: fixed;
        padding: 0;
        background-image: repeating-linear-gradient(to right, #fdf8f1, #fdf8f1 8px, #fefcf9 8px, #fefcf9 14px);
    }
    .g_nav .h_nav::before {
        content: '';
        width: 100%;
        height: 69px;
        background: url(../images/common/nav_deco.png) repeat-x bottom;
        pointer-events: none;
        position: absolute;
        bottom: 100%; left: 0;
    }
    .g_nav .h_nav.fixed::before {
        bottom: auto; top: 100%;
        transform: scale(-1, -1);
    }
    .g_nav .h_nav li {
        text-align: center;
        line-height: 1;
        letter-spacing: 0.24em;
    }
    .g_nav .h_nav li a {
        padding: 0 50px;
        background: repeating-linear-gradient(to bottom, #4d320b, #4d320b 6px, transparent 6px, transparent 8px) no-repeat right / 1px 30px;
        position: relative;
    }
    .g_nav .h_nav li:first-child a {
        background: repeating-linear-gradient(to bottom, #4d320b, #4d320b 6px, transparent 6px, transparent 8px) no-repeat right / 1px 30px,
        repeating-linear-gradient(to bottom, #4d320b, #4d320b 6px, transparent 6px, transparent 8px) no-repeat left / 1px 30px;
    }
}
@media screen and (max-width: 767px) {
    /*â–¼sp_nav*/
    .h_logo {
        line-height: 1;
    }
    .h_logo img {
        height: 40px;
    }
    .h_wrap {
        align-items: center;
        flex-direction: row;
        width: 100%;
        height: 60px;
        padding: 0 20px;
        background-image: url(../images/common/header_bg.jpg);
        position: relative;
        z-index: 999;
    }
    .h_wrap::after {
        content: '';
        width: 100%;
        height: 69px;
        background: url(../images/common/nav_deco.png) repeat-x bottom;
        pointer-events: none;
        position: absolute;
        top: calc(100% - 14px); left: 0;
        transform: rotate(180deg);
        z-index: -1;
    }
    header {
        position: fixed;
        top: 0; left: 0; right: 0;
        z-index: 999;
        transition: .3s all;
    }
    #nav_toggle {
        position: fixed;
        top: 0; right: 0;
        padding: 22px 20px;
    }
    #nav_toggle span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 0 auto;
        background-color: #fff;
        transition: .3s;
    }
    #nav_toggle span:not(:last-child) {
        margin-bottom: 12px;
    }
    #nav_toggle.active span:nth-of-type(1) {
        -webkit-transform: translate3d(0px, 7px, 0) rotate(45deg);
        transform: translate3d(0px, 7px, 0) rotate(45deg);
    }
    #nav_toggle.active span:nth-of-type(2) {
        -webkit-transform: translate3d(0px, -7px, 0) rotate(-45deg);
        transform: translate3d(0px, -7px, 0) rotate(-45deg);
    }
    .g_nav {
        overflow-y: scroll;
        visibility: hidden;
        width: 100%;
        height: 100%;
        padding: 30px 20px 50%;
        background-image: repeating-linear-gradient(to right, #fdf8f1, #fdf8f1 8px, #fefcf9 8px, #fefcf9 14px);
        position: fixed;
        top: 60px; bottom: 0; left: 0; right: 0;
        transition: 0.5s ease-in-out;
        z-index: 998;
        -webkit-overflow-scrolling: touch;
    }
    .g_nav .partition {
        border-bottom: 1px solid;
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
    .h_nav li {
        width: 50%;
        padding: 10px 0;
    }
    .h_nav li:not(:nth-child(even)) a {
        border-right: 2px dotted;
    }
    .h_nav li:nth-child(n+3) {
        background: repeating-linear-gradient( to right,#442800, #442800 2px, transparent 2px, transparent 4px) no-repeat top / calc(100% - 20px) 2px;
    }
    .h_nav li a {
        padding: 10px 0;
        font-weight: bold;
        line-height: 1.5;
        text-align: center;
    }
    .h_nav li span {
        margin: 0 10px 0 0;
        font-size: 1.6rem;
        text-transform: uppercase;
    }
    .h_nav-sub li a {
        padding: 5px 0 5px 20px;
    }
    .g_nav .aside-info {
        padding: 0 0 20px;
    }
    .g_nav .aside-contact {
        width: 200px;
        margin: 20px auto 0;
    }
    .g_nav .aside-contact br {
        display: block;
    }
    .g_nav .aside-info_adr {
        margin: 0 0 10px;
        font-size: 1.3rem;
    }
    .g_nav .top-sns_wrap {
        width: 100%;
        margin: 20px 0 0;
    }
    .g_nav .header-info_adr {
        margin: 30px 0 16px;
        padding: 0 0 8px;
    }
    .g_nav {
        opacity: 0;
        pointer-events: none;
    }
    .g_nav.open {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
    .g_nav .h_nav {
        transform: translateX(30vw);
        transition: all .4s;
        opacity: 0;
    }
    .g_nav.open ul {
        transform: translateX(0);
        opacity: 1;
    }
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
    background-image: repeating-linear-gradient(to right, #fdf8f1, #fdf8f1 8px, #fefcf9 8px, #fefcf9 14px);
}
.key_wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/main_vis.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#top .key_wrap {
    background-image: url(../images/top/main_vis.png);
}
.key_ttl-sub {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 3px #442800, 0 0 5px #442800;
}
@media screen and (min-width: 768px) {
    .key {
        padding: 114px 60px 0;
        height: 350px;
        /* margin-top: 170px; */
        position: relative;
    }
    #top .key {
        height: calc(100vh - 150px);
        min-height: 740px;
        max-height: 900px;
        text-align: left;
    }
    #top .key_ttl {
        width: 1080px;
        text-align: center;
    }
    .key_ttl-sub {
        font-size: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .key {
        width: 100%;
        height: 150px;
        margin: 60px auto 0;
        position: relative;
    }
    .key br {
        display: block;
    }
    #top .key {
        height: calc(60vh - 60px);
        min-height: 250px;
    }
    .key_ttl {
        width: 335px;
        margin: 0 auto;
    }
    .key_ttl-sub {
        font-size: 2.4rem;
        color: #fff;
    }
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    top-greeting
--------------------*/
.top-greeting {
    position: relative;
    z-index: 10;
}
.top-greeting_wrap {
    background: url(../images/top/greeting_cnt_deco01.png) no-repeat top 14px right 20px,
    url(../images/top/greeting_cnt_deco02.png) no-repeat top 14px left 20px,
    url(../images/top/greeting_cnt_bg.jpg);
    border: 5px solid #e9e4dd;
    box-shadow: inset 0 0 0 2px #fff,
    inset 0 0 0 3px #e9e4dd;
}
.top-greeting_ttl {
    margin: 0 auto 14px;
    padding: 0 0 14px;
    border-bottom: 1px dashed #52321b;
}
.top-greeting_lead {
    max-width: 459px;
    margin: 0 auto;
    padding: 7px 0 0;
    text-align: center;
    position: relative;
}
.top-greeting_lead::before,
.top-greeting_lead::after {
    content: '';
    position: absolute;
    z-index: 10;
}
.top-greeting_lead::before {
    width: 62px;
    height: 59px;
    background: url(../images/top/greeting_lead_deco01.png) no-repeat center / contain;
    top: 0; left: 0;
}
.top-greeting_lead::after {
    width: 47px;
    height: 67px;
    background: url(../images/top/greeting_lead_deco02.png) no-repeat center / contain;
    bottom: 0; right: 0;
}
@media screen and (min-width: 768px) {
    .top-greeting {
        max-width: 1920px;
        height: 636px;
        margin: 0 auto;
        padding: 80px 0 153px;
        background: url(../images/top/greeting_bg_deco.png) no-repeat top 26px right,
        url(../images/top/greeting_bg.png) no-repeat bottom;
    }
    .top-greeting_wrap {
        width: 737px;
        padding: 35px 0 25px;
        text-align: center;
    }
    .top-greeting_ttl {
        width: 475px;
    }
    .top-greeting_lead {
        margin-bottom: 28px;
    }
    .top-greeting_wrap p {
        font-size: 1.6rem;
        line-height: 2.1875;
    }
}
@media screen and (max-width: 767px) {
    .top-greeting {
        margin: 0 auto;
        padding-bottom: 100px;
        background: url(../images/top/greeting_bg_deco.png) no-repeat top 26px right / 200px auto,
        url(../images/top/greeting_bg_sp.png) no-repeat bottom;
    }
    .top-greeting_wrap {
        padding: 50px 20px 20px;
        text-align: center;
        background-size: 100px auto, 100px auto, auto;
    }
    .top-greeting_lead {
        margin-bottom: 15px;
    }
    .top-greeting_wrap p {
        font-size: 1.6rem;
        line-height: 2.1875;
    }
}

/*
    top-feature
--------------------*/
.top-feature {
    overflow: hidden;
}
.top-feature_list {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .top-feature {
        max-width: 1920px;
        margin: 0 auto;
        margin-top: -150px;
        padding-top: 150px;
        background: url(../images/top/feature_bg.jpg) no-repeat center / cover;
        text-align: center;
    }
    .top-feature_ttl {
        margin: 0 0 40px;
    }
    .top-feature_list {
        align-items: flex-end;
        margin: 0 0 40px;
    }
    .top-feature_list figcaption {
        margin: 0 0 25px;
    }
    .top-feature_note {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px) {
    .top-feature {
        margin-top: -150px;
        padding-top: 100px;
        background: url(../images/top/feature_bg.jpg) no-repeat center / cover;
        text-align: center;
    }
    .top-feature_list {
        justify-content: center;
        margin: 0 0 40px;
    }
    .top-feature_list li:not(:last-child) {
        margin-bottom: 30px;
    }
    .top-feature_list figcaption {
        margin: 0 0 20px;
    }
    .top-feature_note {
        font-size: 1.2rem;
    }
}

/*
    top-commitment
--------------------*/
.top-commitment {
    overflow: hidden;
    padding-bottom: 6px;
    background-image: repeating-linear-gradient(135deg, #ece3d4, #ece3d4 14px, #e9decc 14px, #e9decc 42px);
}
.top-commitment_img {
    text-align: center;
}
.top-commitment_list {
    text-align: center;
}
.top-commitment_list figcaption {
    width: 329px;
    height: 126px;
    margin: 0 0 -63px;
    padding: 25px 0 0;
    background: url(../images/top/commitment_cnt_ttl.png) no-repeat center;
    font-size: 1.6rem;
    line-height: 1.5625;
    position: relative;
    z-index: 10;
}
.top-commitment_list figcaption p {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    position: relative;
}
.top-commitment_list figcaption p::before,
.top-commitment_list figcaption p::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 19px;
    background: url(../images/top/commitment_cnt_deco.png) no-repeat center / contain;
    position: absolute;
}
.top-commitment_list figcaption p::after {
    transform: scale(-1,-1);
}
.top-commitment_list figcaption span {
    color: #e06530;
}
.top-commitment_cnt {
    background: url(../images/top/commitment_lead_bg.png) no-repeat center;
}
@media screen and (min-width: 768px) {
    .top-commitment_img {
        margin: 37px 0 47px;
    }
    .top-commitment_list figcaption p::before {
        top: 0; left: 0;
    }
    .top-commitment_list figcaption p::after {
        bottom: 0; right: 0;
    }
    .top-commitment_cnt {
        height: 360px;
        margin: -27px 0 0;
        padding: 86px 0 0;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .top-commitment_img {
        margin: 37px 0 47px;
    }
    .top-commitment_list li {
        margin: 0 auto;
    }
    .top-commitment_list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .top-commitment_list li br {
        display: block;
    }
    .top-commitment_list figcaption p::before {
        top: 0; left: 0;
    }
    .top-commitment_list figcaption p::after {
        bottom: 0; right: 0;
    }
    .top-commitment_cnt {
        height: 360px;
        margin: -27px 0 0;
        padding: 86px 20px 0;
        text-align: center;
    }
}

/*
    top-item
--------------------*/
.top-item {
    background: url(../images/top/item_bg.jpg) no-repeat center / cover;
}
.top-item_list {
    justify-content: center;
}
.top-item_cnt {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2.828px 2.828px 30px 0px rgba(121, 121, 121, 0.21);
}
.top-item_cnt-ttl {
    display: flex;
    align-items: center;
    padding: 0 0 5px;
    border-bottom: 1px dashed #ddd8c6;
}
.top-item_cnt-ttl::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 36px;
    margin: 0 20px 0 0;
    background: url(../images/top/item_cnt_ttl.png) no-repeat center / contain;
}
.top-item_cnt-list {
    line-height: 2.2;
}
@media screen and (min-width: 768px) {
    .top-item {
        padding-bottom: 120px;
    }
    .top-item_cnt {
        margin: 25px 0 0;
        padding: 20px 55px 30px;
    }
    .top-item_list li:not(:nth-child(3n)) {
        margin-right: 25px;
    }
    .top-item_cnt-ttl {
        margin: 0 0 14px;
        font-size: 2rem;
    }
    .top-item_cnt-list li {
        display: flex;
        justify-content: space-between;
        width: 440px;
    }
}
@media screen and (max-width: 767px) {
    .top-item_cnt {
        margin: 25px 0 0;
        padding: 20px 20px;
    }
    .top-item_list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .top-item_cnt-ttl {
        margin: 0 0 14px;
        font-size: 1.6rem;
    }
    .top-item_cnt-ttl::before {
        margin: 0 15px 0 0;
    }
    .top-item_cnt-list li {
        display: flex;
        justify-content: space-between;
        width: 440px;
    }
}


/*
    top-store
--------------------*/
.top-store {
    background: url(../images/top/store_bg.jpg) no-repeat center / cover;
}
.top-store_cnt {
    background: url(../images/top/store_cnt_bg.jpg) no-repeat center / cover;
}
@media screen and (min-width: 768px) {
    .top-store {
        padding-top: 100px;
        padding-bottom: 134px;
    }
    .top-store .image-ttl {
        margin: 0 0 26px;
    }
    .top-store .map {
        margin: 20px 0 0;
        height: 420px;
    }
    .top-store_cnt {
        margin-top: 50px;
        padding: 50px;
    }
    .top-store_cnt li:nth-of-type(n+3) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .top-store {
        padding-bottom: 134px;
    }
    .top-store .map {
        margin: 20px 0 0;
        height: 200px;
    }
    .top-store_cnt {
        margin-top: 30px;
        padding: 30px;
    }
    .top-store_cnt li:nth-of-type(n+2) {
        margin-top: 20px;
    }
}




/* â–¼story */
.story {
    height: 549px;
    margin: -35px 0;
    background: url(../images/top/story_bg.png) repeat-x center;
    position: relative;
    z-index: 10;
}
.story_cnt {
    background-image: url(../images/top/greeting_cnt_bg.jpg);
    border: 8px solid #e9e4dd;
    box-shadow: inset 0 0 0 3px #fff,
    inset 0 0 0 4px #e9e4dd;
    position: relative;
}
.story_cnt::before,
.story_cnt::after {
    content: '';
    background: url(../images/top/story_deco01.png) no-repeat center / contain;
    position: absolute;
    pointer-events: none;
}
.story_cnt::after {
    background-image: url(../images/top/story_deco02.png);
}
.story_post {
    border-bottom: 1px dashed #ddd8c6;
    padding-bottom: 10px;
}
.story_post a.flex {
    align-items: center;
    line-height: 1;
    position: relative;
    letter-spacing: 0.18em;
}
.story_post time {
    color: #c4873c;
}
.story_post span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.story .story_guide li {
    box-shadow: 0px 0px 30px 0px rgba(183, 162, 127, 0.34);
}
@media screen and (min-width: 768px) {
    .story_cnt {
        padding: 40px 70px;
    }
    .story_cnt::before {
        width: 182px;
        height: 102px;
        top: -33px; left: -30px;
    }
    .story_cnt::after {
        width: 125px;
        height: 124px;
        bottom: -23px; right: -30px;
    }
    .story_post:not(:last-child) {
        margin-bottom: 20px;
    }
    .story_post time {
        margin: 0 20px 0 0;
    }
    .story .story_guide {
        margin-top: 120px;
    }
    .story .story_guide li:not(:last-child) {
        margin-right: 155px;
    }
}
@media screen and (max-width: 767px) {
    .story {
        height: auto;
        background-size: cover;
    }
    .story_cnt {
        width: 100%;
        padding: 30px 20px;
    }
    .story_cnt::before {
        width: 91px;
        height: 51px;
        top: -16.5px; left: -15px;
    }
    .story_cnt::after {
        width: 62.5px;
        height: 62px;
        bottom: -11.5px; right: -20px;
    }
    .story_post:not(:last-child) {
        margin-bottom: 20px;
    }
    .story_post time {
        margin: 0 15px 0 0;
    }
    .story .story_guide {
        width: 335px;
        margin: 40px auto 0;
    }
    .story .story_guide li:not(:last-child) {
        margin-bottom: 20px;
    }
}

/*
    page-contact
--------------------*/
.contact-form-table tr {
    background-color: #fff;
}
.contact-form-table tr:nth-child(odd) {
    background-color: #e9decc;
}
.input_big {
    width: 100%;
}
.input_mid {
    width: 70%;
}
.input_min {
    width: 28%;
    max-width: 85px;
}
.contact-form-table {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
}
.contact-form-table td,
.contact-form-table th{
    vertical-align: middle;
    font-weight: 400;
}
.contact-form-table th {
    font-weight: bold;
    text-align: left;
}
.contact-form-table td a {
    display: inline;
    text-decoration: underline;
}
/* â–¼button */
.contact_submits input[type='button'],
.contact_submits input[type='submit'] {
    margin: 7px;
    padding: 1em 2em;
    font-size: 16px;
    border: none;
    -webkit-appearance: none;
    transition: all 0.4s ease;
    color: #fff;
    background-color: #8bc34a;
}
.contact-form-table td div:not(:last-child) {
    margin: 0 0 5px;
}
.contact_submits.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .contact-form-table td,
    .contact-form-table th {
        padding: 30px;
    }
    .contact-form-table th {
        width: 360px;
    }
    .required-mark {
        padding: 2px;
        border-radius: 4px;
    }
}
@media screen and (max-width: 767px) {
    .contact-form-table,
    .contact-form-table tbody,
    .contact-form-table tr,
    .contact-form-table th,
    .contact-form-table td {
        width: auto;
        display: block;
    }
    .contact-form-table tr {
        margin: 0 0 20px;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
    .contact-form-table th {
        padding: 0 0 0 5%;
        line-height: 40px;
    }
    .contact-form-table td {
        padding: 10px;
    }
    .contact-form-table .input_table tr:last-child {
        text-align: center;
    }
    .required-mark {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
        margin: 0 0 0 auto;
        top: 0; bottom: 0; right: 0;
    }
    .contact-form-table input[type='submit']:not(:last-child) {
        margin-bottom: 20px;
    }
    .contact_submits {
        font-size: 14px;
    }
}
/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
footer {
    color: #fff;
    background: url(../images/common/footer_bg.png) no-repeat top;
}
.footer-info .aside-info_telSub {   
    background-image: repeating-linear-gradient(135deg, #402821, #402821 3px, #482c24 3px, #482c24 6px);
}
.footer-info .aside-info_telSub::before,
.footer-info .aside-info_telSub::after {
    content: none;
}
footer .copyright {
    color: #fff;
    background-color: #442800;
    text-align: center;
    font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
    footer {
        margin-top: -90px;
    }
    footer .f_wrap {
        padding: 126px 0 50px;
    }
    .footer-info_adr {
        margin: 15px 0 0;
        font-size: 1.2rem;
    }
    .footer-info {
        width: 420px;
    }
    .footer-info .aside-info {
        padding: 0 0 13px;
    }
    .footer-info .aside-info_telSub {
        width: 100%;
        margin: 10px 0 16px;
        padding: 1px 0;
    }
    .footer-info .aside-contact {
        margin: 0 0 0 8px;
    }
    footer .f_nav {
        margin: 6px 0 0;
    }
    footer .f_nav .flex {
        justify-content: flex-end;
        font-size: 1.2rem;
    }
    footer .f_nav .flex li:not(:last-child) {
        margin-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    footer {
        margin-top: -90px;
    }
    footer .f_wrap {
        padding: 80px 0 40px;
        text-shadow: 0 0 3px #442800, 0 0 3px #442800;
    }
    .footer-ttl {
        text-align: center;
    }
    .footer-ttl img {
        height: 40px;
    }
    .footer-info_adr {
        margin: 15px 0 0;
        font-size: 1.2rem;
        text-align: center;
    }
    .footer-info .aside-info {
        display: block;
        padding: 0 0 13px;
        text-align: center;
    }
    .footer-info .aside-info_telSub {
        width: 100%;
        margin: 10px 0 16px;
        padding: 1px 0;
    }
    .footer-info .aside-contact {
        margin: 10px auto 0;
    }
    footer .f_nav {
        margin: 6px 0 0;
    }
    footer .f_nav .flex {
        justify-content: flex-end;
        font-size: 1.2rem;
    }
    footer .f_nav .flex li:not(:last-child) {
        margin-right: 15px;
    }
}</pre></body></html>