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

/* ==========================================================================
   レイアウト
   ========================================================================== */


/*
  * Wrapper ................ラッパー
  * Header ................ヘッダー
  * Footer ................フッター
  * Aside Contact ................共通お問い合わせエリア
  * Breadcrumb ................パンくずリスト
*/


/* Wrapper（ラッパー）
-------------------------------------------------------- */

#wrapper {
    font-size: 1.4rem;
    position: relative;
}


/* Header（ヘッダー）
-------------------------------------------------------- */

.header {
    position: relative;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    /*  border-bottom: 3px solid #465599;*/
    /*  border-bottom: 3px solid #2f2fa0;*/
    /*    border-bottom: 3px solid #000165;*/
    /*    border-bottom: 3px solid #43285a;*/
    /*    border-bottom: 3px solid #61407e;*/
    border-bottom: 3px solid #453ea0;
    background: #fff;
}

.header.inner {
    height: 100%;
}

.headeTop {
    position: relative;
    height: 78px;
    border-bottom: 1px solid #ddd;
}

.headeTop .inner {
    position: relative;
}

@media (max-width: 640px) {
    .headeTop {
        height: 60px;
        border-bottom: 0;
    }
}


/* ロゴ */
.headerLogo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}


.headerLogo a {
    width: 356px;
    height: 42px;
    display: block;
}

.headerLogo a img {
    width: 356px;
    height: 42px;
}

@media (max-width: 768px) {
    .headerLogo {
        max-width: 300px;
    }

    .headerLogo a {
        width: auto;
        height: auto;
    }


    .headerLogo a img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 640px) {
    .headerLogo {
        max-width: 70%;
        left: -2px;
    }

    .headerLogo35th {
        width: 80%;
        left: -2.5%;
    }
}


/* アクセス・お問合わせのリンク */

.headerSublink {
    position: absolute;
    top: 14px;
    right: 0;
    line-height: 1;
}

.headerSublink li {
    display: inline-block;
    margin-left: 1em;
}

.headerSublink a {
    font-size: 12px;
    color: #222;
}

.headerSublink a:hover span {
    text-decoration: underline;
}

.headerSublink s span {
    white-space: nowrap;
}

.headerSublink .icon {
    color: #9d4753;
    margin-right: .5em;
}

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


/* 電話番号関連 */

.headerTel {
    position: absolute;
    right: 0;
    bottom: 14px;
}

.headerTel span {
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
    white-space: nowrap;
}

.headerTel .tel-number {
    font-size: 1.8rem;
    color: #9d4750;
}

.headerTel .tel-number .icon {
    font-size: 1.5rem;
    margin-right: 4px;
    color: #9d4753;
}

.headerTel .tel-time {
    font-size: 10px;
    color: #9d4750;
    letter-spacing: 1px;
    margin-left: 2px;
}

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


/* グローバルナビゲーション */

.headerNavigation {
    display: block;
}

.headerNavigation-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.headerNavigation-item {
    white-space: nowrap;
    /* width: 14.28%; */
    /* width: calc(100% / 7); */
    width: calc(100% / 6);
}


.headerNavigation-item:nth-child(3),
.headerNavigation-item:nth-child(6) {
    position: relative;
}

.headerNavigation-item a {
    color: #000;
}

.headerNavigation-item&gt;a,
.headerNavigation-item&gt;span {
    position: relative;
    display: block;
    line-height: 1;
    font-size: 1.35rem;
    font-weight: bold;
    color: #222;
    padding: 1em 1em 1em;
    text-align: center;
    cursor: pointer;
}

.headerNavigation-item a:hover,
.headerNavigation-item&gt;span:hover {
    /*    color: #465599;*/
    /*    color: #af88d0;*/
    color: #7169d6;
}

.headerNavigation-item&gt;a::before,
.headerNavigation-item&gt;span::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
    content: '';
    display: block;
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    /*    border-color: transparent transparent #465599 transparent;*/
    border-color: transparent transparent #000165 transparent;
}

.headerNavigation-item a:hover:before,
.headerNavigation-item&gt;span:hover::before,
.headerNavigation-item.active a:before,
.headerNavigation-item.active&gt;span::before {
    opacity: 1;
}

@media (max-width: 1080px) {
    .headerNavigation-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .headerNavigation-item {
        width: auto;
        margin: 0 1%;
    }
}

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


/* メガメニュー */

.megaMenu {
    position: absolute;
    display: none;
    /*    top: 42px;*/
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    text-align: left;
    opacity: 0;
    /*    border-top: 3px solid #465599;*/
    border-top: 3px solid #000165;
}

.ie .megaMenu {
    top: 40px;
}

.megaMenuToggle:hover .megaMenu {
    display: block;
    -webkit-animation: fadein .2s both;
    animation: fadein .2s both;
}

.megaMenu a {
    color: #222;
}

.megaMenuBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    border-width: 0 1px 1px;
    background: #fff;
}

.megaMenu-image,
.megaMenu .icon,
.megaMenu-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.megaMenu-image {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.megaMenu-image::before {
    display: block;
    width: 36px;
    text-align: center;
}

.megaMenu-image.piano::before {
    content: url(../images/layout/header/megamenu-piano.jpg);
}

.megaMenu-image.string::before {
    content: url(../images/layout/header/megamenu-string.jpg);
}

.megaMenu-image.wind::before {
    content: url(../images/layout/header/megamenu-wind.jpg);
}

.megaMenu-image.recorder::before {
    content: url(../images/layout/header/megamenu-recorder.jpg);
}

.megaMenu-image.harp::before {
    content: url(../images/layout/header/megamenu-harp.jpg);
}

.megaMenu-image.score::before {
    content: url(../images/layout/header/megamenu-score.jpg);
}

.megaMenu-image.acce::before {
    content: url(../images/layout/header/megamenu-acce.jpg);
}

.megaMenu-text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
}

.megaMenu .icon {
    margin: 0 3px 0 7px;
    /*    color: #465599;*/
    /*    color: #6a408d;*/
    color: #9b92e8;
}

.megaMenuPrimary,
.megaMenuSecondary {
    height: auto;
}

.megaMenuPrimary {
    width: 58%;
    border-right: 1px solid #ddd;
    padding: 1em 28px 1.5em;
}

.megaMenuPrimary-container {
    padding-top: .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.megaMenuPrimary&gt;a {
    font-size: 1.2rem;
    font-weight: bold;
}

.megaMenuPrimary-items {
    width: 50%;
}

.megaMenuPrimary-items:last-of-type li {
    width: 50%;
}

.megaMenuPrimary-item li a {
    /*    margin-bottom: 1em;*/
    padding: .2em 0;
    display: block;
    /*    border: #f00 thin solid;*/
}

.megaMenuPrimary-item a {
    /*  font-size: 12px;*/
    font-size: 1.2rem;
}

.megaMenuPrimary-item a:hover {
    text-decoration: underline;
}

.megaMenuPrimary-item&gt;a {
    font-weight: bold;
}

ul .megaMenuPrimary-items-sub {
    padding-top: .5em;
    margin-bottom: .5em;
    /*    border: #f00 thin solid;*/
}

.megaMenuPrimary-item-sub {
    /*  padding-left: 1.7em;*/
    padding-left: 2.1em;
}

.megaMenuPrimary-item-sub a::before {
    /*
  content: '-';
  display: inline-block;
  margin-right: .5em;
*/
}

.megaMenuPrimary .megaMenu-image::before {
    width: auto;
    margin-right: .4em;
}

.megaMenuSecondary {
    position: relative;
    width: 42%;
}

.megaMenuSecondary-items {
    position: relative;
    height: 100%;
}

.megaMenuSecondary-item {
    position: absolute;
    width: 50%;
    border: 1px solid #ddd;
}

.megaMenuSecondary-item:first-child {
    top: 0;
    left: 0;
    height: 40%;
    border-width: 0 1px 1px 0;
}

.megaMenuSecondary-item:nth-child(2) {
    top: 0;
    right: 0;
    height: 40%;
    border-width: 0 0 1px 0;
}

.megaMenuSecondary-item:nth-child(3) {
    top: 40%;
    left: 0;
    height: 30%;
    border-width: 0 1px 1px 0;
}

.megaMenuSecondary-item:nth-child(4) {
    top: 40%;
    right: 0;
    height: 30%;
    border-width: 0 0 1px 0;
}

.megaMenuSecondary-item:nth-child(5) {
    top: 70%;
    left: 0;
    height: 30%;
    border-width: 0 1px 0 0;
}

.megaMenuSecondary-item:last-child {
    top: 70%;
    right: 0;
    height: 30%;
    border-width: 0 0 0 0;
}

.megaMenuSecondary-item:nth-child(4) .icon,
.megaMenuSecondary-item:nth-child(6) .icon {
    margin-top: -18px;
}

.megaMenuSecondary-item a {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    width: 100%;
    height: 100%;
    padding: 0 1em;
}

.megaMenuSecondary-linkInner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ドロップダウンメニュー */

.dropDownMenu {
    position: absolute;
    display: none;
    opacity: 0;
    top: 42px;
    left: 0;
    text-align: left;
    border-top: 3px solid #465599;
    background: #fff;
}

.dropDownMenu .icon {
    margin: 0px 7px 0 0;
    color: #465599;
    vertical-align: -10%;
}

.dropDownMenu a {
    display: block;
    color: #222;
    font-weight: bold;
    padding: .7em 0 .7em 1em;
}

.dropDownMenu-item {
    width: 330px;
    border-bottom: 1px solid #ddd
}

.dropDownMenuToggle:hover .dropDownMenu {
    display: block;
    -webkit-animation: fadein .2s both;
    animation: fadein .2s both;
}


/* ハンバーガー */

.headerBurger {
    position: fixed;
    display: none;
    width: 48px;
    height: 48px;
    top: 14px;
    right: 1.2em;
    z-index: 8;
    opacity: 1;
    background: rgba(255, 255, 255, .8);
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.headerBurger-icon {
    position: relative;
    width: 48px;
    height: 48px;
}

.headerBurger-line {
    position: absolute;
    width: 28px;
    height: 2px;
    background: #9d4753;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.headerBurger-line:first-child {
    margin-top: -6px;
}

.headerBurger-line:nth-child(2) {
    margin-top: 2px;
}

.headerBurger-line:nth-child(3) {
    margin-top: 10px;
}

.spMenu-open .headerBurger-line:first-child {
    -webkit-transform: rotate(45deg) translateX(5px) translateY(6px);
    transform: rotate(45deg) translateX(5px) translateY(6px);
}

.spMenu-open .headerBurger-line:nth-child(2) {
    opacity: 0;
}

.spMenu-open .headerBurger-line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-6px);
    transform: rotate(-45deg) translateX(5px) translateY(-6px);
}

.headerBurger-text {
    display: block;
    font-size: .7rem;
    text-align: center;
    white-space: nowrap;
    margin-top: -17px;
}

@media (max-width: 900px) {
    .headerBurger {
        display: block;
    }
}

@media (max-width: 640px) {
    .headerBurger {
        top: 6px;
        right: .8em;
    }
}


/* スマホドロワーメニュー */

.spMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    max-width: 100%;
    z-index: 7;
    padding: 78px 0 4em;
    background: #fff;
    visibility: hidden;
    overflow: scroll;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.spMenu-heading {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    padding: .4em .8em .3em;
    margin: .8em 0 .5em 1em;
    color: #fff;
    text-align: center;
    /*    background: #613e7e;*/
    background: #453ea0;
    border-radius: 2em;
}

.spMenu-items:first-of-type {
    border-top: 1px solid #eee;
}

.spMenu-items.division {
    border-top: 4px double #ddd;
}

.spMenu-items-sub {
    padding: 0 2em;
}

.spMenu-item {
    margin-bottom: 2px;
    border-bottom: 1px solid #eee;
}

.spMenu-item-sub {
    margin-bottom: 2px;
    border-bottom: 1px dashed #ddd;
}

.spMenu-item-sub:last-child {
    border-bottom: 0;
}

.spMenu-item&gt;a {
    position: relative;
    display: block;
    font-size: 1.2rem;
    color: #222;
    line-height: 1.8;
    padding: 1em 2em 1em 1.2em;
}

.spMenu-item&gt;a .icon {
    position: absolute;
    top: 50%;
    right: 1.6em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spMenu-item-sub a {
    position: relative;
    display: block;
    font-size: 1.2rem;
    color: #222;
    line-height: 1.8;
    padding: .5em 0 .5em 0;
}

.spMenu-item-sub&gt;a .icon {
    position: absolute;
    top: 50%;
    right: -.2em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.spMenu-sns {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.spMenu-sns li {
    display: inline-block;
    margin: 0 .5em;
    vertical-align: middle;
}

.spMenu-sns a {
    font-size: 2.6rem;
    color: #9d4753;
}

/* .sns_icon drower menu */
.spMenu .sns_icon {
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
}

.spMenu .sns_icon img {
    width: 100%;
    vertical-align: top;

}

.spMenu .sns_icon.yt {
    width: 70px;
}

.spMenu .sns_icon.yt img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    margin: auto;
}


.spMenu-open .spMenu {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.spMenu .icon-facebook-square {
    font-size: 2.6rem;
    color: #3a5691;
}

.spMenu .icon-youtube {
    font-size: 2.6rem;
    color: #d41022;
}

.spMenu .icon-blog {
    font-size: 2.6rem;
    color: #9d4753;
}

.spMenuContact {
    padding: 1em .8em 1.5em;
    text-align: center;
}

.spMenuContact-tel a {
    color: #9d4753;
}

.spMenuContact .tel-number {
    font-size: 2rem;
    line-height: 1;
    color: #9d4753;
}

.spMenuContact .tel-number .icon {
    font-size: 1.5rem;
    color: #9d4753;
    margin-right: 5px;
}

.spMenuContact .tel-time {
    display: block;
}

.spMenuContact .button {
    max-width: 280px;
    font-size: 1.14rem;
    margin-top: .5em;
}

@media (min-width: 900px) {
    .spMenu {
        display: none;
    }
}

@media (max-width: 768px) {
    .spMenu {
        width: 80%;
    }
}

@media (max-width: 640px) {
    .spMenu {
        padding: 61px 0 4em;
    }
}

@media (max-width: 414px) {

    .spMenu-item&gt;a,
    .spMenu-item-sub&gt;a {
        font-size: 1.3rem;
    }
}

@media (max-width: 320px) {
    .spMenu {
        width: 90%;
    }
}


/* オーバーレイ */

#megaMenuOverlay,
#spMenuOverlay {
    top: 0;
    right: 0;
    left: 0;
    overflow: scroll;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(0, 0, 0, .4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#megaMenuOverlay {
    position: fixed;
    opacity: 0;
    z-index: 2;
    display: none;
}

#spMenuOverlay {
    position: fixed;
    display: none;
    z-index: 4;
}

.megaMenu-open #megaMenuOverlay,
.dropDownMenu-open #megaMenuOverlay {
    display: block;
    -webkit-animation: fadein .2s both;
    animation: fadein .2s both;
}

@media (min-width: 900px) {
    #spMenuOverlay {
        display: none !important;
    }
}


/* Footer（フッター）
-------------------------------------------------------- */

.footerTop {
    padding-top: 4em;
    padding-bottom: 4em;
    background: #fff;
}

.footerMiddle {
    background: #9d4753;
}

.footerBottom {
    padding: 0 .8em;
    background: #edeae3;
}

@media screen and (max-width: 640px) {

    /* ///////////////////////////////////// mobile //////////////////////////////////// */
    .footerTop.inside-blank {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 414px) {
    .footerTop {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }

    .footerMiddle {
        height: 0px;
        overflow: hidden;
        visibility: hidden;
        padding: 0;
    }

    .footerBottom {
        padding: 0;
    }
}


/* サイトマップ */

.footerSitemap-heading {
    font-size: 1.14rem;
    font-weight: bold;
    color: #9d4753;
    margin-bottom: .8em;
    border-bottom: 3px solid #9d4753;
}

.footerSitemap-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footerSitemap-column {
    width: 39%;
}

.footerSitemap-column:first-child .footerSitemap-items {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.footerSitemap-item {
    margin-bottom: .8em;
}

ul.footerSitemap-items.footerStandard {
    padding-top: 2.5em;
    /*    border: #f00 thin solid;*/
}

.footerSitemap-item&gt;a,
.footerSitemap-item&gt;.no-link {
    font-weight: bold;
}

.footerSitemap-item a,
.footerSitemap-item .no-link {
    font-size: 12px;
    color: #222;
}

.footerSitemap-item a:hover {
    text-decoration: underline;
}

.footerSitemap-item a br {
    display: none;
}

.footerSitemap-item .icon {
    font-size: 1.1rem;
    vertical-align: -15%;
}

@media (min-width: 840px) {

    .footerSitemap-column:nth-child(2),
    .footerSitemap-column:last-child {
        width: 28%;
    }
}

@media (max-width: 840px) {
    .footerSitemap-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footerSitemap-column {
        width: 100%;
        margin-bottom: 1em;
    }

    .footerSitemap-column:last-of-type {
        margin-bottom: 0;
    }

    .footerSitemap-items {
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .footerSitemap-item a {
        display: block;
    }
}

@media (max-width: 560px) {
    .footerSitemap-column:first-child .footerSitemap-items {
        display: block;
        width: 100%;
    }
}

@media (max-width: 414px) {
    .footerSitemap-item {
        float: left;
        width: 50%;
    }

    .footerSitemapSub-items {
        display: none;
        padding-left: .3em;
    }

    /*フッターサイトマップのProductsのみに適応*/
    .footerSitemap-column.products .footerSitemap-items {
        display: inline-block;
        width: 49%;
    }

    /*フッターサイトマップのProductsのみに適応*/
    .footerSitemap-column.products .footerSitemap-item {
        width: 100%;
        float: none;
    }

    .footerSitemap-item a br {
        display: block;
    }
}

@media (max-width: 320px) {
    .footerSitemap-item a {
        font-size: 11px;
    }
}


/* サイトマップ サブ（子要素） */

.footerSitemapSub-items {
    padding-left: .5em;
    margin-top: .25em;
}

.footerSitemapSub-item a::before {
    content: '-';
    display: inline-block;
    margin-right: .5em;
}

@media (max-width: 414px) {

    /*フッターサイトマップのProductsのみに適応*/
    .footerSitemap-column.products .footerSitemapSub-items {
        display: block;
    }
}


/* アクセス情報 */

.footerAccess {
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.footerAccess h4 {
    color: #9d4753;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 3px;
}

.footerAccess-info {
    padding-left: 2em;
    float: left;
}

.footerAccess-text {
    /*    font-size: .9rem;*/
}

.footerAccess-text .address {
    margin-top: 1em;
}

.footerAccess-text p {
    margin-bottom: 0;
}

.footerAccess-text p br {
    display: none;
}

.footerAccess-map {
    width: 209px;
    text-align: right;
    float: left;
}

.footerAccess-map a {
    font-size: .8rem;
    color: #9d4753;
    text-decoration: underline
}

.footerAccess .footerLogo {
    /* max-width: 350px;
    margin-bottom: 1em; */
}

@media (max-width: 768px) {
    .footerAccess {
        margin-top: 1em;
        padding-top: 1.8em;
    }

    .footerAccess-info {
        padding-left: 0;
    }

    .footerAccess-map {
        display: none;
    }

    .footerAccess .footerLogo {
        /* width: 70%;
        margin-bottom: 1.5em; */
    }
}

@media (max-width: 560px) {
    .footerAccess-text p br {
        display: block;
    }
}


/* SNSなど */

.footerSocial {
    position: absolute;
    top: 28px;
    right: 0;
    text-align: center;
}

.footerSocial li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}

.footerSocial a {
    font-size: 3rem;
    line-height: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

.footerSocial a:hover {
    opacity: .6;
}

.footerSocial .icon-facebook-square {
    font-size: 3rem;
    color: #3a5691;
}

.footerSocial .icon-youtube {
    font-size: 3rem;
    color: #d41022;
}

.footerSocial .icon-blog {
    font-size: 3rem;
    color: #9d4753;
}

/* .sns_icon */
.footerSocial .sns_icon {
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
}

.footerSocial .sns_icon img {
    width: 100%;
    vertical-align: top;

}

.footerSocial .sns_icon.yt {
    width: 70px;
}

.footerSocial .sns_icon.yt img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    margin: auto;
}

@media (max-width: 840px) {
    .footerSocial {
        position: static;
        margin-top: 2em;
    }
}

@media (max-width: 414px) {
    .footerSocial {
        text-align: left;
    }

    .footerSocial li {
        margin: 0 1em 0 0;
    }
}


/* 店舗のリンク */

.footerShopLink {
    font-size: 11px;
}

.footerShopLink a {
    color: #fff;
    padding: 0 .5em;
}

.footerShopLink a:hover {
    text-decoration: underline;
}

.footerShopLink-heading,
.footerShopLink-body {
    display: table-cell;
    vertical-align: top;
}

.footerShopLink-heading span {
    display: block;
    width: 6em;
    font-weight: bold;
    text-align: center;
    color: #9d4753;
    background: #fff;
}

.footerShopLink-body {
    padding: .1em 0 0 1em;
}

.footerShopLink-body li {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    border-right: 1px solid #fff;
}

.footerShopLink-body li:last-child {
    border-right: 0;
}

.footerShopLink-item {
    margin-bottom: 1.5em;
}

.footerShopLink-item:last-child {
    margin-bottom: 0;
}


/* プライバシーポリシーなどのリンクエリア */

.footerSubLink {
    float: left;
    font-size: .85rem;
    padding: 2em 0;
    margin-left: -1em;
}

.footerSubLink li {
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #222;
}

.footerSubLink li:last-child {
    border-right: 0;
}

.footerSubLink a::before {
    content: '-';
    display: none;
    vertical-align: middle;
    margin-right: .5em;
}

.footerSubLink a {
    color: #222;
    padding: 0 1em;
}

.footerSubLink a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .footerSubLink {
        float: none;
        padding-bottom: 0;
    }
}

@media (max-width: 414px) {
    .footerSubLink {
        padding: 2em .8em;
        background: #9d4753;
    }

    .footerSubLink li {
        font-size: 1.2rem;
        display: block;
        line-height: 2;
        border-right: 0;
    }

    .footerSubLink a {
        color: #fff;
    }

    .footerSubLink a::before {
        display: inline-block;
    }
}


/* コピーライト */

.footerCopy {
    float: right;
    font-size: 11px;
    margin-top: 2.1em;
}

@media (max-width: 600px) {
    .footerCopy {
        float: none;
        margin: 1em 0 2em;
    }
}

@media (max-width: 414px) {
    .footerCopy {
        padding: 1em .8em;
        margin: 0;
        ;
    }
}


/* TOPへ戻るボタン */

.pageTopWrapper {
    position: fixed;
    bottom: 10px;
    right: 5%;
    z-index: 1;
    margin-bottom: -2px;
}

.pageTop {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    width: 54px;
    height: 51px;
    padding-top: 1.2em;
    text-align: center;
    background: #9D4753;
    -webkit-transition: .2s;
    transition: .2s;
}

.pageTop span {
    display: block;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .pageTop:hover {
        background: #c95263;
    }
}

@media (max-width: 768px) {
    .pageTop.hover {
        background: #c95263;
    }
}

@media (max-width: 414px) {
    .pageTopWrapper {
        margin-bottom: -1px;
    }
}


/* Aside Contact（共通お問い合わせエリア）
-------------------------------------------------------- */

.asideContact {
    text-align: center;
    background: #dad7cc;
}

.asideContact-container {
    padding: 2em;
    background: #fff;
}

.asideContact-title {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    border: 1px solid #9d4753;
    border-width: 0 0 1px 0;
}

.asideContact-heading {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: .8em;
}

.asideContact-tel .tel-number {
    font-size: 2.57rem;
    margin-bottom: .5rem;
    white-space: nowrap;
}



.asideContact-tel .tel-number {
    color: #9d4753;
}

.asideContact-tel .tel-number a {
    color: #9d4753;
}

@media print,
screen and (min-width: 1024px) {

    /* ///////////////////////////////////// pc //////////////////////////////////// */
    .asideContact-tel .tel-number a {
        cursor: default;
    }
}

.asideContact-tel .tel-number .icon {
    font-size: 2rem;
    color: #9d4753;
    margin-right: 7px;
}

.asideContact-tel .tel-time {
    font-size: 1.1rem;
    line-height: 1.5;
}

.asideContact-tel span {
    font-size: 1.1rem;
    display: block;
}

.asideContact .button {
    max-width: 280px;
    font-size: 1.4rem;
    padding: .7em 0;
}

.asideContact .button .icon {
    font-size: 1.8rem;
}

.asideContact-columns {
    margin-top: 1.5em;
}

.asideContact-column {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    width: 40%;
}

.asideContact-column:first-child {
    border-right: 1px solid #ddd;
}

@media (max-width: 840px) {
    .asideContact-title {
        font-weight: bold;
        margin-bottom: .25em;
    }

    .asideContact-title span {
        display: block;
        font-size: 1.4rem;
        font-weight: normal;
    }

    .asideContact-column {
        display: block;
        width: 100%;
    }

    .asideContact-column:first-child {
        border-right: 0;
        margin-bottom: 2em;
    }
}

@media (max-width: 768px) {
    .asideContact-container {
        padding: 2em 1em;
    }

    .asideContact-heading,
    .asideContact-tel .tel-time {
        font-size: 1.4rem;
    }

    .asideContact-tel .tel-number {
        margin-bottom: .2em;
    }

    .asideContact-tel .tel-time span {
        font-size: .8rem;
    }
}


/* Breadcrumb（パンくずリスト）
-------------------------------------------------------- */

.breadcrumb {
    padding-top: 1em;
    padding-bottom: 1em;
    background: #edeae3;
}

.breadcrumb-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb-item {
    position: relative;
    font-size: 11px;
    margin-right: 10px;
}

.breadcrumb-item:not(:last-child)::after {
    content: '&gt;';
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
    vertical-align: middle;
}

.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .breadcrumb-item {
        margin-right: 5px;
    }

    .breadcrumb-item:not(:last-child)::after {
        margin-left: 5px;
    }
}</pre></body></html>