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

/** YoGo fonts **/

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.home {
    line-height: 1.7;
}


/** header renew
==================== **/

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .gnav-sp {
        display: none;
    }
}

.bx-wrapper img {
    width: 100%;
    height: auto;
}

.page-header {
    padding: 7px 0px 20px;
    border: none;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    line-height: 1.7;
}

.site-description {
    color: #887260;
    font-size: 10px;
    margin: 0;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .site-description {
        font-size: 12px;
        align-self: center;
    }
}

.site-logo {
    width: 290px;
    align-self: center;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .site-logo {
        margin-left: 10px;
    }
}

.header-top {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .header-top {
        margin-bottom: 15px;
    }
}

.header-middle {
    display: none;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .header-middle {
        display: block;
    }
    .header-middle .header-link_social {
        margin: 0;
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }
    .header-middle .header-link_social li {
        margin: 5px;
        width: 25px;
        list-style: none;
    }
}

.header-inner {
    max-width: 1060px;
    margin: 0 auto;
}

.header-bottom {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
}

.header-info {
    display: flex;
    flex-flow: row;
}

.header-info_tel {
    align-self: center;
    margin: 0 0 0 14px;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .header-info_tel a {
        pointer-events: none;
    }
}

.header-info_tel img {
    max-width: 162px;
    height: auto;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .header-info_time {
        display: none;
    }
}

.nav-top {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

.nav-top li {
    list-style: none;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .nav-top li {
        width: 100px;
    }
    .nav-top li:not(:first-child) {
        margin-left: 6px;
    }
}

.nav-top li a {
    display: block;
    color: #fff;
    background: #887260;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    padding: 2px 0px;
}

.nav-top li a:hover {
    text-decoration: none;
    opacity: 0.75;
}

.arr {
    position: relative;
}

.arr:after {
    position: absolute;
    content: "";
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.gnav {
    align-self: flex-end;
    padding-bottom: 5px;
}

.gnav .menu {
    margin: 0;
    padding: 0;
}

.gnav .menu .arr {
    padding-left: 13px;
}

.gnav .menu li a {
    color: #000000;
    display: inline-block;
    transition: all 0.3s ease;
}

.gnav .menu li a:hover {
    opacity: 0.75;
    text-decoration: none;
}

.gnav .menu-item {
    list-style: none;
    display: inline-block;
    padding: 0px 26px 0px 27px;
    /*position: relative;*/
}

.gnav .menu-item&gt;a {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.gnav .menu-item&gt;a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    left: -27px;
    top: 3px;
    background: #d8cba7;
}

.gnav .menu-item&gt;a:hover {
    opacity: 0.75;
}

.gnav .menu-item:last-child img {
    max-width: 57px;
}

.gnav .menu-item:last-child a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    right: -26px;
    top: 3px;
    background: #d8cba7;
}

.gnav .menu-item:nth-child(1)&gt;a img {
    max-width: 73px;
}

.gnav .menu-item:nth-child(2)&gt;a img {
    max-width: 44px;
}

.gnav .menu-item:nth-child(3)&gt;a img {
    max-width: 37px;
}

.gnav .menu-item:nth-child(4)&gt;a img {
    max-width: 72px;
}

.gnav .menu-sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 20px);
    background: #fff;
    border-bottom: 2px solid #dbcfb2;
    padding: 70px 0px 40px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.gnav .menu-sub:before {
    position: absolute;
    content: "";
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d8cba7;
}

.gnav .menu-sub:after {
    position: absolute;
    content: "";
    top: 10px;
    left: calc(50% - 50px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d8cba7;
}

.gnav .menu-sub_inner {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.gnav .menu-sub_item {
    padding: 0;
    margin: 0;
    width: calc(25% - 25px);
    margin-left: 33px;
}

.gnav .menu-sub_item:first-child {
    margin-left: 0;
}

.gnav .menu-sub_item li {
    list-style: none;
}

.gnav .menu-sub_item li:not(:first-child) {
    max-width: 150px;
    margin: 0 auto;
}

.gnav .menu-sub_item--img {
    text-align: center;
    margin-bottom: 10px;
}

.gnav .menu-sub_item--img figure {
    margin-bottom: 12px;
}

.gnav .menu-sub_item--img figure img {
    width: 100%;
    height: auto;
}

.gnav .menu-sub_item--img p {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.gnav .menu-sub_item--img span {
    display: block;
    color: #c1a877;
    font-size: 14px;
}


/** footer renew
======================= **/

.page-footer {
    background: #fff;
    border-top: 1px solid #fff;
}

.f-menu {
    margin: 0;
    padding: 0;
}

.f-menu&gt;li a {
    font-size: 14px;
}

.f-menu_sub {
    margin: 0 0 0 10px;
    padding: 0;
}

.f-menu_sub&gt;li a {
    font-size: 14px;
}

.f-menu_sub--child {
    margin: 0 0 0 10px;
    padding: 0;
}

.f-menu_sub--child li a {
    font-size: 12px;
}

.footer-info {
    background: url(../img/common/footer_info.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 28px 0px;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .footer-info .box__inner {
        max-width: 880px;
    }
}

.footer-info_top {
    display: flex;
    flex-flow: row;
    margin-bottom: 15px;
}

.footer-info_top p {
    margin-bottom: 0;
    align-self: center;
}

.footer-info_top--add {
    color: #fff;
    font-size: 14px;
}

.footer-info_top--tel {
    margin-left: 35px;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .footer-info_top--tel a {
        pointer-events: none;
    }
}

.footer-info_bottom--btn {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
}

.footer-info_bottom--btn li {
    list-style: none;
    width: calc(33.3333% - 20px);
    margin-left: 20px;
}

.footer-info_bottom--btn li a {
    display: block;
    background: #fff;
    color: #887260;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    transition: all 0.3s ease;
}

.footer-info_bottom--btn li a:hover {
    opacity: 0.75;
}

.footer-info_bottom--btn li a span {
    display: inline-block;
    position: relative;
    padding-left: 12px;
}

.footer-info_bottom--btn li a span:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 9px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/arr_bottom.png) left top no-repeat;
    background-size: cover;
}

.footer-nav {
    padding: 100px 0px;
    display: none;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .footer-nav {
        display: block;
    }
}

.footer-nav .box__inner {
    display: flex;
    flex-flow: row wrap;
}

.footer-nav ul li {
    list-style: none;
}

.footer-nav ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer-nav ul li a {
    color: #887260;
    transition: all 0.3s ease;
}

.footer-nav ul li a:hover {
    opacity: 0.75;
    text-decoration: none;
}

.footer-nav_col {
    line-height: 1.7;
}

.footer-nav_col:not(:first-child) {
    border-left: 1px solid #d8d8d8;
    padding-left: 35px;
}

.footer-nav_col:not(:last-child) {
    padding-right: 35px;
}

.footer-nav_col:nth-child(1) {
    width: 215px;
}

.footer-nav_col:nth-child(2) {
    width: 240px;
}

.footer-nav_col:nth-child(3) {
    width: 336px;
    line-height: 1.42857;
}

.footer-nav_col:nth-child(3) .f-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-nav_col:nth-child(3) .f-menu&gt;li {
    width: 50%;
}

.footer-nav_col:nth-child(3) .f-menu&gt;li:first-child {
    width: 100%;
}

.footer-nav_col:nth-child(3) .f-menu&gt;li:nth-child(3) .f-menu_sub,
.footer-nav_col:nth-child(3) .f-menu&gt;li:nth-child(5) .f-menu_sub {
    margin-left: 35px;
}

.footer-nav_col:nth-child(3) .f-menu&gt;li:nth-child(2),
.footer-nav_col:nth-child(3) .f-menu&gt;li:nth-child(3) {
    margin-bottom: 20px;
}

.footer-nav_col:nth-child(4) {
    width: 178px;
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    .footer-nav_sp {
        display: none;
    }
}

.footer-bottom {
    background: url(../img/common/footer_bg.png) left top repeat;
    text-align: center;
    padding: 45px 0px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-link {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.footer-link ul {
    align-self: center;
}

.footer-link ul li {
    list-style: none;
    display: inline-block;
}

.footer-link ul li a {
    color: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
}

.footer-link ul li a:hover {
    opacity: 0.75;
    text-decoration: none;
}

.footer-link_url {
    padding: 0;
    margin: 0;
}

.footer-link_url li {
    padding: 0 24px 0px 27px;
}

.footer-link_url li:not(:first-child) {
    border-left: 1px solid #fff;
}

.footer-link_social {
    padding: 0;
    margin: 0 0 0 45px;
}

.footer-link_social li {
    margin-left: 20px;
}

.footer-link_social li img {
    max-width: 30px;
    height: auto;
}

.footer-copy {
    background: #100800;
    text-align: center;
    padding: 20px 0px;
}

.footer-copy .copyright {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.fair-float a {
    color: #fff;
}

@media only screen and (max-width: 480px),
print and (max-width: 1cm) {
    .fair-float {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-image: url("../img/top_new/bg_fair_float_gold.png");
        background-size: 30px;
        z-index: 999;
        padding-bottom: 10px;
    }
}

.fair-float .float-wrap {
    background-image: url("../img/top_new/bg_fair_float_red.png");
    background-size: 40px;
    z-index: 999;
    font-family: serif;
    font-size: 2rem;
    font-weight: 800;
}

.fair-float .float-wrap a {
    text-decoration: none;
}

@media only screen and (min-width: 481px),
print and (min-width: 2cm) {
    .fair-float .float-wrap i.pc-none {
        display: none;
    }
}

@media only screen and (max-width: 480px),
print and (max-width: 1cm) {
    .fair-float .float-wrap i.sp-none {
        display: none;
    }
}

@media only screen and (min-width: 481px),
print and (min-width: 2cm) {
    .fair-float .float-wrap {
        position: fixed;
        right: 10px;
        writing-mode: vertical-rl;
        bottom: 80px;
        padding: 15px;
        border: 5px solid #a17829;
        border-radius: 5px;
    }
    .fair-float .float-wrap picture {
        position: relative;
        left: -5px;
    }
    .fair-float .float-wrap picture img {
        width: 20px;
        height: 28px;
    }
}

@media only screen and (max-width: 480px),
print and (max-width: 1cm) {
    .fair-float .float-wrap {
        width: 93%;
        margin: 10px auto;
        background-image: url("../img/top_new/bg_fair_float_red.png");
        background-size: 30px;
        height: 46px;
        line-height: 43px;
        border: 3px solid #a17829;
        border-radius: 5px;
        text-align: center;
    }
    .fair-float .float-wrap picture {
        position: relative;
        top: -3px;
    }
    .fair-float .float-wrap picture img {
        width: 15px;
        height: 25px;
    }
}

body.corona header.content__header {
    padding: 0;
}

body.corona h1.ttl__content_haeder {
    font-family: serif;
    font-size: 2.5rem;
    margin: 30px auto;
}

@media only screen and (min-width: 481px),
print and (min-width: 2cm) {
    body.corona h1.ttl__content_haeder {
        max-width: 100%;
        margin: 50px auto;
    }
}

body.corona p.txt__content_header {
    text-align: left;
    font-family: serif;
    font-size: 1.35rem;
    width: 90%;
    margin: 20px auto 60px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff8e5;
}

@media only screen and (min-width: 481px),
print and (min-width: 2cm) {
    body.corona p.txt__content_header {
        width: 600px;
        margin: 50px auto;
        padding: 50px;
    }
}

body.corona p.txt__content_header span {
    display: block;
}

body.corona .effort-list {
    display: flex;
    flex-wrap: wrap;
}

body.corona .effort-list .effort {
    width: 50%;
    padding: 10px;
}

@media only screen and (min-width: 481px),
print and (min-width: 2cm) {
    body.corona .effort-list .effort {
        width: 33%;
    }
}

body.corona .effort-list .effort .item__shuhen p {
    margin: 10px;
}

body.corona .effort-list .effort .item__shuhen p span {
    display: block;
    color: #a17829;
}

body.corona .caution-wrap {
    text-align: left;
    width: 90%;
    margin: 30px auto;
}

body.corona .caution-wrap .caution-title {
    display: block;
    margin: 20px auto;
    width: 50%;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 800;
}

@media only screen and (min-width: 481px),
print and (min-width: 2cm) {
    body.corona .caution-wrap {
        width: 50%;
        margin: 60px auto;
    }
}

@media only screen and (min-width: 1025px),
print and (min-width: 2cm) {
    body.corona .caution-wrap {
        width: 30%;
        margin: 60px auto;
    }
}

body.corona .caution-wrap ul {
    padding-left: 18px;
}

body.corona .caution-wrap ul li span {
    font-weight: 800;
}

@media screen and (min-width: 1025px) {
    .show-sp {
        display: none;
    }
    .show-pc {
        display: inline-block;
    }
    .menu-item:hover .menu-sub {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        z-index: 99;
    }
    .bx-wrapper img.show-pc {
        display: inline-block;
    }
    .bx-wrapper img.show-sp {
        display: none;
    }
    .sc-cmn_img a {
        display: block;
        transition: all 0.3s ease;
    }
    .sc-cmn_img a:hover {
        opacity: 0.75;
    }
}


/** Hamburger Menu **/

@media screen and (max-width: 1024px) {
    body.home {
        padding-top: 87px !important;
    }
    main#contents {
        padding-top: 87px;
    }
    .bx-wrapper img.show-pc {
        display: none;
    }
    .bx-wrapper img.show-sp {
        display: inline-block;
    }
    .show-sp {
        display: inline-block;
    }
    .show-pc {
        display: none;
    }
    .page-header {
        padding: 0;
        border: none;
        margin: 0;
    }
    .site-description {
        margin-bottom: 7px;
    }
    .site-logo {
        max-width: 215px;
    }
    #hambuger {
        align-self: center;
        display: table;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 99;
        transition: 0.3s ease-in-out;
        margin-top: 10px;
    }
    .nav-icon {
        width: 32px;
        height: 18px;
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
    }
    .nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }
    .nav-icon span:nth-child(1) {
        top: 0px;
    }
    .nav-icon span:nth-child(2),
    .nav-icon span:nth-child(3) {
        top: 9px;
    }
    .nav-icon span:nth-child(4) {
        top: 18px;
    }
    .nav-icon.open span {
        background: #000;
    }
    .nav-icon.open span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%;
    }
    .nav-icon.open span:nth-child(2) {
        transform: rotate(45deg);
    }
    .nav-icon.open span:nth-child(3) {
        transform: rotate(-45deg);
    }
    .nav-icon.open span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%;
    }
    .header-inner {
        padding: 5px 15px 15px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    .header-top {
        display: block;
    }
    .header-top .header-info {
        display: none;
    }
    .header-info {
        display: block;
        text-align: center;
    }
    .header-info_time {
        font-size: 13px;
        margin: 22px 0 7px 0;
    }
    .header-info_tel {
        margin: 0 0 22px 0;
    }
    .header-info_tel img {
        max-width: 208px;
    }
    .nav-top {
        margin: 0;
        padding: 0;
    }
    .nav-top li {
        width: 50%;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .nav-top li a {
        display: block;
        color: #fff;
        background: #887260;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        transition: all 0.3s ease;
        padding: 10px 0px;
        font-weight: bold;
    }
    .nav-top li a:hover {
        text-decoration: none;
        opacity: 0.75;
    }
    .gnav {
        display: none;
    }
    .gnav-sp {
        position: fixed;
        left: 0;
        top: 87px;
        background: #fff;
        z-index: 999;
        overflow-y: auto;
        width: 100%;
        height: calc(100% - 87px);
        transition: all 0.4s linear;
        display: none;
    }
    .gnav-sp.open {
        display: block;
    }
    .gnav-sp ul li {
        list-style: none;
    }
    .gnav-sp ul li a:hover {
        text-decoration: none;
    }
    .menu-sp {
        margin: 0;
        padding: 0;
        border-top: 1px solid #000;
    }
    .menu-sp li a {
        color: #000000;
        display: block;
    }
    .menu-sp_item {
        font-size: 13px;
        position: relative;
    }
    .menu-sp_item&gt;a {
        padding: 15px 15px 15px 33px;
        border-bottom: 1px solid #ababab;
        font-weight: bold;
    }
    .menu-sp_item&gt;a.arr:after {
        left: 22px;
    }
    .menu-sp_item--last {
        padding: 20px 20px;
        font-size: 11px;
    }
    .menu-sp_item--last a {
        padding-left: 13px;
    }
    .menu-sp_item--child {
        padding: 0;
        margin: 0;
        display: flex;
        flex-flow: row wrap;
    }
    .menu-sp_item--child li {
        width: calc(50% - 15px);
        margin-left: 15px;
    }
    .menu-sp_item--child li:not(:last-child) {
        margin-bottom: 7px;
    }
    .menu-sp_sub {
        padding: 20px 25px;
        margin: 0 0 0 -22px;
        display: none;
        flex-flow: row wrap;
        border-bottom: 1px solid #ababab;
        transition: all 0.4s linear;
    }
    .menu-sp_sub--item {
        padding: 0;
        width: calc(50% - 22px);
        margin: 0 0 0 22px;
        font-size: 11px;
    }
    .menu-sp_sub--item:nth-child(1),
    .menu-sp_sub--item:nth-child(2) {
        margin-bottom: 30px;
    }
    .menu-sp_sub--item li:not(:last-child):not(.menu-sp_sub--item__img) {
        margin-bottom: 7px;
    }
    .menu-sp_sub--item--last {
        padding: 20px 25px;
    }
    .menu-sp_sub--item .arr {
        padding-left: 13px;
    }
    .menu-sp_sub--item__img {
        text-align: center;
        margin-bottom: 10px;
    }
    .menu-sp_sub--item__img figure {
        margin-bottom: 12px;
    }
    .menu-sp_sub--item__img figure img {
        width: 100%;
        height: auto;
    }
    .menu-sp_sub--item__img p {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
    }
    .menu-sp_sub--item__img span {
        display: block;
        color: #c1a877;
        font-size: 7px;
    }
    .menu-sp_sub.active {
        display: flex;
    }
    .sp-link {
        background: url(../img/common/footer_bg.png) left top repeat;
        text-align: center;
        padding: 25px 15px;
    }
    .sp-link ul li {
        display: inline-block;
    }
    .sp-link a {
        color: #fff;
    }
    .sp-link_url {
        padding: 0;
        margin: 0 0 18px 0;
    }
    .sp-link_url li {
        padding: 0 15px;
        line-height: 1;
    }
    .sp-link_url li:not(:first-child) {
        border-left: 1px solid #fff;
    }
    .sp-link_url li a {
        font-size: 11px;
    }
    .sp-link_social {
        padding: 0;
        margin: 0;
    }
    .sp-link_social li:not(:first-child) {
        margin-left: 19px;
    }
    .sp-link_social li img {
        max-width: 30px;
        height: auto;
    }
    .box-close {
        background: #100800;
        text-align: center;
        padding: 25px 0;
    }
    .box-close .close-mn {
        display: inline-block;
        background: #fff;
        font-weight: bold;
        cursor: pointer;
        width: 114px;
        font-size: 14px;
        padding: 7px 0px;
    }
    .arr {
        position: relative;
    }
    .arr:after {
        position: absolute;
        content: "";
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(-45deg);
        top: 50%;
        margin-top: -3px;
        left: 0;
    }
    .btn-sub {
        width: 50px;
        height: 51px;
        border-left: 1px solid #ababab;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        text-indent: -9999px;
        z-index: 9;
    }
    .btn-sub:before {
        content: "";
        width: 16px;
        height: 2px;
        border-top: 1px solid #666666;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .btn-sub:after {
        content: "";
        width: 2px;
        height: 16px;
        border-right: 1px solid #666666;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.4s linear;
    }
    .btn-sub.active:after {
        border: none;
    }
    .footer-info {
        background: url(../img/common/footer_info_sp.jpg) center bottom no-repeat;
        background-size: cover;
        background-attachment: inherit;
    }
    .footer-info_top {
        display: block;
    }
    .footer-info_top p {
        font-size: 12px;
    }
    .footer-info_top p.footer-info_top--add {
        margin-bottom: 7px;
    }
    .footer-info_top p.footer-info_top--tel {
        margin: 0 auto;
        max-width: 175px;
    }
    .footer-info_bottom--btn {
        margin-left: -8px;
    }
    .footer-info_bottom--btn li {
        width: calc(33.3333% - 8px);
        margin-left: 8px;
    }
    .footer-info_bottom--btn li a {
        font-size: 12px;
        padding: 10px;
    }
    .footer-nav_sp {
        max-width: 320px;
        margin: 0 auto;
        padding: 30px 15px 20px;
    }
    .footer-nav_sp ul {
        display: flex;
        flex-flow: row wrap;
        margin: 0 0 0 -15px;
        padding: 0;
    }
    .footer-nav_sp ul li {
        list-style: none;
        width: calc(50% - 15px);
        margin: 0px 0px 10px 15px;
    }
    .footer-nav_sp ul li a {
        font-size: 12px;
        color: #333333;
        padding-left: 13px;
    }
    .footer-link {
        display: block;
    }
    .footer-link ul li a {
        font-size: 11px;
    }
    .footer-link_url {
        margin: 0 0 18px 0;
    }
    .footer-link_url li {
        display: inline-block;
        padding: 0 15px;
        line-height: 1;
    }
    .footer-link_social {
        margin-left: 0;
    }
    .footer-logo {
        margin: 0 auto 20px;
        max-width: 215px;
    }
    .footer-bottom {
        padding: 30px 15px;
    }
}


/*# sourceMappingURL=main.css.map */</pre></body></html>