@charset "UTF-8";
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.mainWrap {
    /*----------------------------------------------
    トップ
    ----------------------------------------------*/
    /*----------------------------------------------
    サブページ
    ----------------------------------------------*/
}

.mainWrap.-top {
    /* NEWS&EVENT ショールームからのお知らせ、イベント情報を発信しています。 */
    /* CONCEPT 地域と共に生きるショールーム */
    /* FLOOR MAP ショールーム内のご案内 */
    /* COIN LAUNDRY ショールーム併設コインランドリー */
    /* WORKS リフォーム事例 */
    /* FAQ よくあるご質問を掲載しております。 */
}

.mainWrap.-top .topView {
    position: relative;
}

.mainWrap.-top .topView img {
    width: 100%;
    height: 96vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.mainWrap.-top .topView .textArea {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    background: rgba(31, 22, 22, 0.3);
    max-width: 640px;
    width: 80%;
    padding: 3em 3em 3em 5em;
}

.mainWrap.-top .topView .textArea .main {
    font-family: 'Cormorant Garamond', serif;
    color: #FFF;
    margin-bottom: 0.4em;
    font-size: 480%;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.mainWrap.-top .topView .textArea .main:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #FFF;
    position: absolute;
    left: -25px;
    top: 0;
}

.mainWrap.-top .topView .textArea p {
    color: #FFF;
    display: block;
    max-width: 450px;
    width: 100%;
}

@media screen and (max-width: 1020px) {
    .mainWrap.-top .topView .textArea {
        max-width: 600px;
        background: rgba(31, 22, 22, 0.3);
    }
    .mainWrap.-top .topView .textArea .main {
        font-size: 360%;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .topView img {
        height: 92vh;
    }
    .mainWrap.-top .topView .textArea .main {
        font-size: 320%;
    }
}

@media screen and (max-width: 600px) {
    .mainWrap.-top .topView .textArea {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        width: 100%;
        padding: 2em 1.5em 3em 1.5em;
    }
    .mainWrap.-top .topView .textArea .main:before {
        content: none;
    }
}

@media screen and (max-width: 480px) {
    .mainWrap.-top .topView .textArea {
        padding: 2em 1.5em 6em 1.5em;
    }
}

@media screen and (max-width: 360px) {
    .mainWrap.-top .topView .textArea p {
        font-size: 3.3vw;
    }
}

.mainWrap.-top .secNews {
    position: relative;
}

.mainWrap.-top .secNews:before {
    content: "";
    width: 100%;
    height: 650px;
    background: #1F1616;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secNews:before {
        height: 700px;
    }
}

.mainWrap.-top .secNews .mainLabel {
    color: #FFF;
}

.mainWrap.-top .secNews .mainLabel .jp {
    color: #FFF;
}

.mainWrap.-top .secNews .newsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainWrap.-top .secNews .newsList__item {
    width: 32%;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.mainWrap.-top .secNews .newsList__item a {
    display: block;
}

.mainWrap.-top .secNews .newsList__item a:hover .thumb img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.mainWrap.-top .secNews .newsList__item .thumb {
    overflow: hidden;
}

.mainWrap.-top .secNews .newsList__item .thumb img {
    width: 100%;
    height: 26vw;
    max-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.mainWrap.-top .secNews .newsList__item .textarea {
    padding: 2em;
}

.mainWrap.-top .secNews .newsList__item .textarea .category {
    display: inline-block;
    background: #1F1616;
    color: #FFF;
    line-height: 1;
    padding: 0.2em 1em;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 0.5em;
}

.mainWrap.-top .secNews .newsList__item .textarea .ttl {
    font-size: 160%;
    line-height: 1.4;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    margin-bottom: 0.5em;
    position: relative;
    padding-right: 1.6em;
}

.mainWrap.-top .secNews .newsList__item .textarea .ttl:before {
    content: "";
    width: 2.5em;
    height: 0.5px;
    background: #1F1616;
    position: absolute;
    right: -1.3em;
    top: 50%;
}

.mainWrap.-top .secNews .newsList__item .textarea p {
    color: #777777;
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secNews .newsList {
        display: block;
    }
    .mainWrap.-top .secNews .newsList__item {
        width: 100%;
        margin-bottom: 2em;
    }
    .mainWrap.-top .secNews .newsList__item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .mainWrap.-top .secNews .newsList__item .thumb {
        width: 40%;
    }
    .mainWrap.-top .secNews .newsList__item .thumb img {
        width: 100%;
        height: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
    .mainWrap.-top .secNews .newsList__item .textarea {
        padding: 1.6em;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .mainWrap.-top .secNews .newsList__item .textarea .ttl {
        font-size: 140%;
        padding-right: 0;
    }
    .mainWrap.-top .secNews .newsList__item .textarea .ttl:before {
        content: none;
    }
}

@media screen and (max-width: 480px) {
    .mainWrap.-top .secNews .newsList {
        display: block;
    }
    .mainWrap.-top .secNews .newsList__item {
        width: 100%;
        margin-bottom: 2em;
    }
    .mainWrap.-top .secNews .newsList__item a {
        display: block;
    }
    .mainWrap.-top .secNews .newsList__item .thumb {
        width: 100%;
    }
    .mainWrap.-top .secNews .newsList__item .thumb img {
        width: 100%;
        height: 60vw;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
}

.mainWrap.-top .secNews .btnArea .basicBtn {
    margin-left: auto;
    margin-right: auto;
}

.mainWrap.-top .secNews .coronaInfo {
    margin-bottom: 5.0em;
    padding: 2.0em;
    border: 1px solid #816F3E;
}

.mainWrap.-top .secNews .coronaInfo .ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    font-size: 2.1rem;
    text-align: center;
}

.mainWrap.-top .secNews .coronaInfo .txt {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-top: 1.5em;
    color: #fff;
    text-align: center;
}

.mainWrap.-top .secNews .coronaInfo .coronaList {
    margin: 1.5em auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 850px;
}

.mainWrap.-top .secNews .coronaInfo .coronaList__item {
    padding: 0.2em 1.0em;
    text-align: center;
    background: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 47.5%;
    height: 60px;
}

.mainWrap.-top .secNews .coronaInfo .coronaList__item:nth-child(n+3) {
    margin-top: 1.5em;
}

.mainWrap.-top .secNews .coronaInfo .coronaLink {
    margin-top: 1.5em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}

.mainWrap.-top .secNews .coronaInfo .coronaLink a {
    color: #FFF;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secNews .coronaInfo {
        padding: 1.8em;
    }
    .mainWrap.-top .secNews .coronaInfo .txt {
        text-align: left;
    }
    .mainWrap.-top .secNews .coronaInfo .coronaList__item {
        width: 100%;
    }
    .mainWrap.-top .secNews .coronaInfo .coronaList__item:nth-child(n+2) {
        margin-top: 1.5em;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secConcept .mainLabel > * {
        text-align: center;
    }
}

.mainWrap.-top .secConcept .conceptMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainWrap.-top .secConcept .conceptMain > * {
    width: 50%;
}

.mainWrap.-top .secConcept .conceptMain .thumb img {
    width: 100%;
    height: auto;
}

.mainWrap.-top .secConcept .conceptMain .textArea {
    background: #1F1616;
    padding: 8em 5em;
}

.mainWrap.-top .secConcept .conceptMain .textArea .detailLabel {
    max-width: 470px;
    width: 100%;
}

.mainWrap.-top .secConcept .conceptMain .textArea .detailLabel > * {
    color: #FFF;
}

@media screen and (max-width: 1160px) {
    .mainWrap.-top .secConcept .conceptMain .textArea {
        padding: 4em 3em;
    }
    .mainWrap.-top .secConcept .conceptMain .textArea .detailLabel .main {
        font-size: 3.2vw;
    }
    .mainWrap.-top .secConcept .conceptMain .textArea .btnArea {
        margin-top: 1em;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secConcept .conceptMain {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .mainWrap.-top .secConcept .conceptMain .thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
    .mainWrap.-top .secConcept .conceptMain .textArea {
        padding: 5vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mainWrap.-top .secConcept .conceptMain .textArea .detailLabel .main {
        font-size: 3vw;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-top .secConcept .conceptMain {
        display: block;
    }
    .mainWrap.-top .secConcept .conceptMain > * {
        width: 100%;
    }
    .mainWrap.-top .secConcept .conceptMain .thumb img {
        width: 100%;
        height: 70vw;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
    .mainWrap.-top .secConcept .conceptMain .textArea {
        padding: 7vw 5vw 8vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mainWrap.-top .secConcept .conceptMain .textArea .detailLabel .main {
        font-size: 6.4vw;
    }
}

.mainWrap.-top .secFloor .inner > p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secFloor .inner > p {
        text-align: left;
    }
    .mainWrap.-top .secFloor .inner > p br {
        display: none;
    }
}

.mainWrap.-top .secFloor .floorList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3em;
}

.mainWrap.-top .secFloor .floorList__item {
    width: 32%;
}

.mainWrap.-top .secFloor .floorList__item .ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    font-weight: 400;
    font-size: 140%;
    margin-bottom: 0.5em;
}

.mainWrap.-top .secFloor .floorList__item .thumb img {
    width: 100%;
    height: auto;
}

.mainWrap.-top .secFloor .floorList__item .btnArea .basicBtn {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secFloor .floorList__item {
        width: 48.5%;
        margin-bottom: 2em;
    }
    .mainWrap.-top .secFloor .floorList__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-top .secFloor .floorList__item {
        width: 100%;
        margin-bottom: 2em;
    }
    .mainWrap.-top .secFloor .floorList__item .ttl {
        font-size: 160%;
    }
    .mainWrap.-top .secFloor .floorList__item:last-child {
        margin-bottom: 0;
    }
    .mainWrap.-top .secFloor .floorList__item .btnArea {
        margin-top: 1em;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secLaundry .mainLabel > * {
        text-align: center;
    }
}

.mainWrap.-top .secLaundry .laundryMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainWrap.-top .secLaundry .laundryMain .thumb {
    width: 56%;
    position: relative;
}

.mainWrap.-top .secLaundry .laundryMain .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1F1616;
    position: absolute;
    left: 1em;
    top: 1em;
    z-index: -1;
}

.mainWrap.-top .secLaundry .laundryMain .textArea {
    width: 38%;
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secLaundry .laundryMain .thumb {
        width: 50%;
    }
    .mainWrap.-top .secLaundry .laundryMain .textArea {
        width: 45%;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-top .secLaundry .laundryMain {
        display: block;
    }
    .mainWrap.-top .secLaundry .laundryMain .thumb {
        width: 100%;
    }
    .mainWrap.-top .secLaundry .laundryMain .textArea {
        width: 100%;
        margin-top: 3em;
    }
    .mainWrap.-top .secLaundry .laundryMain .btnArea .basicBtn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secWorks .mainLabel > * {
        text-align: center;
    }
}

.mainWrap.-top .secWorks .laundryMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainWrap.-top .secWorks .laundryMain .thumb {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 56%;
    position: relative;
}

.mainWrap.-top .secWorks .laundryMain .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1F1616;
    position: absolute;
    left: 1em;
    top: 1em;
    z-index: -1;
}

.mainWrap.-top .secWorks .laundryMain .textArea {
    width: 38%;
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secWorks .laundryMain .thumb {
        width: 50%;
    }
    .mainWrap.-top .secWorks .laundryMain .textArea {
        width: 45%;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-top .secWorks .laundryMain {
        display: block;
    }
    .mainWrap.-top .secWorks .laundryMain .thumb {
        width: 100%;
    }
    .mainWrap.-top .secWorks .laundryMain .textArea {
        width: 100%;
        margin-top: 3em;
    }
    .mainWrap.-top .secWorks .laundryMain .btnArea .basicBtn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-top .secFaq .mainLabel > * {
        text-align: center;
    }
}

.mainWrap.-top .secFaq .faqList__item {
    background: #FFF;
    padding: 1.5em;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1em;
    position: relative;
}

.mainWrap.-top .secFaq .faqList__item:last-child {
    margin-bottom: 0;
}

.mainWrap.-top .secFaq .faqList .questuin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 2em;
}

.mainWrap.-top .secFaq .faqList .questuin > span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 180%;
    color: #FFF;
    background: #1F1616;
    width: 1.4em;
    height: 1.4em;
    border-radius: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.4em;
}

.mainWrap.-top .secFaq .faqList .questuin > p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mainWrap.-top .secFaq .faqList .questuin:before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: url(../img/common/icon-minus.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.7em;
    cursor: pointer;
}

.mainWrap.-top .secFaq .faqList .questuin.open:before {
    background: url(../img/common/icon-plus.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.mainWrap.-top .secFaq .faqList .answer {
    margin-top: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.mainWrap.-top .secFaq .faqList .answer > span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 180%;
    color: #FFF;
    background: #777777;
    width: 1.4em;
    height: 1.4em;
    border-radius: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.4em;
}

.mainWrap.-top .secFaq .faqList .answer > p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #777777;
}

.mainWrap.-top .secFaq .faqList .answer a {
    color: #2155A4;
    text-decoration: underline;
}

.mainWrap.-top .secFaq .faqList .answer a:hover {
    text-decoration: none;
}

.mainWrap.-top .secFaq .faqList .answer .phone {
    width: 1em;
    height: 1em;
    display: inline-block;
    position: relative;
}

.mainWrap.-top .secFaq .faqList .answer .phone:before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: url(../img/common/icon-phone-blue.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0.2em;
}

.mainWrap.-sub {
    /*----------------------------------------------
        お知らせ一覧
        ----------------------------------------------*/
    /*----------------------------------------------
        お知らせ詳細
        ----------------------------------------------*/
    /*----------------------------------------------
        コンセプト
        ----------------------------------------------*/
    /*----------------------------------------------
        クッキングスタジオ
        ----------------------------------------------*/
    /*----------------------------------------------
        アクセス
        ----------------------------------------------*/
    /*----------------------------------------------
        フロアマップ
        ----------------------------------------------*/
}

.mainWrap.-sub .lContainer {
    background: #FAFAFA;
    padding-top: 0;
}

.mainWrap.-sub .lContainer .mContainer.-main {
    background: #FFF;
    margin-top: -7em;
    z-index: 10;
    position: relative;
    padding: 6em 5vw;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.mainWrap.-sub .lContainer .mContainer .sContainer {
    margin-bottom: 6em;
}

.mainWrap.-sub .lContainer .mContainer .sContainer:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .lContainer .mContainer .sContainer {
        margin-bottom: 4em;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .lContainer .mContainer.-main {
        padding: 8vw 5vw 10vw;
    }
}

@media screen and (max-width: 480px) {
    .mainWrap.-sub .lContainer .mContainer.-main {
        padding: 8vw 5vw 10vw;
    }
}

.mainWrap.-sub .pageHead {
    position: relative;
}

.mainWrap.-sub .pageHead .mainBg img {
    z-index: 1;
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.mainWrap.-sub .pageHead .textArea {
    background: #1F1616;
    padding: 5em 0 10em;
    position: relative;
    z-index: 1;
}

.mainWrap.-sub .pageHead .textArea .inner {
    position: relative;
}

.mainWrap.-sub .pageHead .textArea .inner .ttl {
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainWrap.-sub .pageHead .textArea .inner .ttl .en {
    font-size: 334%;
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1;
    margin-right: 0.2em;
}

.mainWrap.-sub .pageHead .textArea .inner .ttl .jp {
    font-weight: 400;
}

.mainWrap.-sub .pageHead .textArea .inner .breadWrap {
    margin-top: 1em;
}

.mainWrap.-sub .pageHead .textArea .inner .breadWrap .breadList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainWrap.-sub .pageHead .textArea .inner .breadWrap .breadList__item {
    color: #FFF;
    font-size: 94%;
    white-space: nowrap;
    display: inline-block;
}

.mainWrap.-sub .pageHead .textArea .inner .breadWrap .breadList__item:after {
    content: "/";
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.mainWrap.-sub .pageHead .textArea .inner .breadWrap .breadList__item:last-child:after {
    content: none;
}

.mainWrap.-sub .pageHead .textArea .inner .breadWrap .breadList__item a {
    color: #816F3E;
}

.mainWrap.-sub .pageHead .textArea .btnList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mainWrap.-sub .pageHead .textArea .btnList .btnArea {
    margin-right: 1em;
    width: 100%;
    max-width: 380px;
}

.mainWrap.-sub .pageHead .textArea .btnList .btnArea:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .pageHead .mainBg img {
        height: 40vw;
    }
    .mainWrap.-sub .pageHead .textArea {
        padding: 3.5em 0 9em;
    }
    .mainWrap.-sub .pageHead .textArea .inner {
        position: relative;
    }
    .mainWrap.-sub .pageHead .textArea .inner .ttl {
        display: block;
    }
    .mainWrap.-sub .pageHead .textArea .inner .ttl span {
        display: block;
    }
    .mainWrap.-sub .pageHead .textArea .inner .ttl .en {
        font-size: 334%;
        margin-right: 0;
        margin-bottom: 0.2em;
    }
    .mainWrap.-sub .pageHead .textArea .inner .ttl .jp {
        line-height: 1.6;
    }
    .mainWrap.-sub .pageHead .textArea .inner .breadWrap {
        margin-top: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    .mainWrap.-sub .pageHead .mainBg img {
        height: 50vw;
    }
    .mainWrap.-sub .pageHead .textArea {
        padding: 2.5em 0 8.5em;
    }
    .mainWrap.-sub .pageHead .textArea .inner .ttl .en {
        font-size: 290%;
    }
    .mainWrap.-sub .pageHead .textArea .btnList .btnArea .basicBtn {
        padding: 0.6em 1em;
    }
    .mainWrap.-sub .pageHead .textArea .btnList .btnArea .basicBtn:after {
        width: 2em;
    }
}

.mainWrap.-sub .newsListBottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainWrap.-sub .newsListBottom__item {
    width: 32%;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.mainWrap.-sub .newsListBottom__item a {
    display: block;
}

.mainWrap.-sub .newsListBottom__item a:hover .thumb img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.mainWrap.-sub .newsListBottom__item .thumb {
    overflow: hidden;
}

.mainWrap.-sub .newsListBottom__item .thumb img {
    width: 100%;
    height: 26vw;
    max-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.mainWrap.-sub .newsListBottom__item .textarea {
    padding: 2em;
}

.mainWrap.-sub .newsListBottom__item .textarea .category {
    display: inline-block;
    background: #1F1616;
    color: #FFF;
    line-height: 1;
    padding: 0.2em 1em;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 0.5em;
}

.mainWrap.-sub .newsListBottom__item .textarea .ttl {
    font-size: 160%;
    line-height: 1.4;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    margin-bottom: 0.5em;
    position: relative;
    padding-right: 1.6em;
}

.mainWrap.-sub .newsListBottom__item .textarea .ttl:before {
    content: "";
    width: 2.5em;
    height: 0.5px;
    background: #1F1616;
    position: absolute;
    right: -1.3em;
    top: 50%;
}

.mainWrap.-sub .newsListBottom__item .textarea p {
    color: #777777;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .newsListBottom {
        display: block;
    }
    .mainWrap.-sub .newsListBottom__item {
        width: 100%;
        margin-bottom: 2em;
    }
    .mainWrap.-sub .newsListBottom__item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .mainWrap.-sub .newsListBottom__item .thumb {
        width: 40%;
    }
    .mainWrap.-sub .newsListBottom__item .thumb img {
        width: 100%;
        height: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
    .mainWrap.-sub .newsListBottom__item .textarea {
        padding: 1.6em;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .mainWrap.-sub .newsListBottom__item .textarea .ttl {
        font-size: 140%;
        padding-right: 0;
    }
    .mainWrap.-sub .newsListBottom__item .textarea .ttl:before {
        content: none;
    }
}

@media screen and (max-width: 480px) {
    .mainWrap.-sub .newsListBottom {
        display: block;
    }
    .mainWrap.-sub .newsListBottom__item {
        width: 100%;
        margin-bottom: 2em;
    }
    .mainWrap.-sub .newsListBottom__item a {
        display: block;
    }
    .mainWrap.-sub .newsListBottom__item .thumb {
        width: 100%;
    }
    .mainWrap.-sub .newsListBottom__item .thumb img {
        width: 100%;
        height: 60vw;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
}

.mainWrap.-sub .secNewsList {
    background: none !important;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mainWrap.-sub .secNewsList .newsList__item {
    background: #FFF;
    margin-bottom: 2em;
}

.mainWrap.-sub .secNewsList .newsList__item:last-child {
    margin-bottom: 0;
}

.mainWrap.-sub .secNewsList .newsList__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.mainWrap.-sub .secNewsList .newsList__item a:hover .thumb img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.mainWrap.-sub .secNewsList .newsList__item a .thumb {
    width: 30%;
    max-width: 370px;
    overflow: hidden;
}

.mainWrap.-sub .secNewsList .newsList__item a .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-height: 270px;
    font-family: 'object-fit: cover; object-position: center;';
}

.mainWrap.-sub .secNewsList .newsList__item a .textArea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2em;
    position: relative;
}

.mainWrap.-sub .secNewsList .newsList__item a .textArea:before {
    content: "";
    width: 40%;
    max-width: 300px;
    height: 1px;
    background: #1F1616;
    position: absolute;
    right: 0;
    top: 2.5em;
}

.mainWrap.-sub .secNewsList .newsList__item a .textArea .detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainWrap.-sub .secNewsList .newsList__item a .textArea .detail span {
    font-family: 'Cormorant Garamond', serif;
    margin-right: 1em;
    font-size: 105%;
    background: #1F1616;
    color: #FFF;
    padding: 0.3em 1.5em;
    line-height: 1;
}

.mainWrap.-sub .secNewsList .newsList__item a .textArea .detail time {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
}

.mainWrap.-sub .secNewsList .newsList__item a .textArea > .ttl {
    font-size: 160%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secNewsList .newsList {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mainWrap.-sub .secNewsList .newsList__item {
        width: 48.5%;
        background: #FFF;
        margin-bottom: 2em;
    }
    .mainWrap.-sub .secNewsList .newsList__item:last-child {
        margin-bottom: 0;
    }
    .mainWrap.-sub .secNewsList .newsList__item a {
        display: block;
    }
    .mainWrap.-sub .secNewsList .newsList__item a .thumb {
        width: 100%;
        max-width: 100%;
    }
    .mainWrap.-sub .secNewsList .newsList__item a .thumb img {
        width: 100%;
        height: 30vw;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        max-height: 270px;
        font-family: 'object-fit: cover; object-position: center;';
    }
    .mainWrap.-sub .secNewsList .newsList__item a .textArea {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 2em;
        position: relative;
    }
    .mainWrap.-sub .secNewsList .newsList__item a .textArea:before {
        width: calc(100% - 16em);
    }
    .mainWrap.-sub .secNewsList .newsList__item a .textArea .detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mainWrap.-sub .secNewsList .newsList__item a .textArea .detail span {
        font-size: 95%;
    }
    .mainWrap.-sub .secNewsList .newsList__item a .textArea .detail time {
        ffont-size: 95%;
    }
    .mainWrap.-sub .secNewsList .newsList__item a .textArea > .ttl {
        font-size: 140%;
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 1em;
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-sub .secNewsList .newsList {
        display: block;
    }
    .mainWrap.-sub .secNewsList .newsList__item {
        width: 100%;
        background: #FFF;
        margin-bottom: 2em;
    }
    .mainWrap.-sub .secNewsList .newsList__item:last-child {
        margin-bottom: 0;
    }
    .mainWrap.-sub .secNewsList .newsList__item a .thumb img {
        height: 55vw;
    }
    .mainWrap.-sub .secNewsList .newsList__item a .textArea {
        padding: 5vw;
    }
    .mainWrap.-sub .secNewsList .newsList__item a .textArea:before {
        top: 2.2em;
    }
}

.mainWrap.-sub .secNews {
    position: relative;
}

.mainWrap.-sub .secNews .newsDetail {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.mainWrap.-sub .secNews .newsDetail:before {
    content: "";
    width: 40%;
    max-width: 300px;
    height: 1px;
    background: #1F1616;
    position: absolute;
    right: 0;
    top: 6.6em;
}

.mainWrap.-sub .secNews .newsDetail .detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainWrap.-sub .secNews .newsDetail .detail span {
    font-family: 'Cormorant Garamond', serif;
    margin-right: 1em;
    font-size: 105%;
    background: #1F1616;
    color: #FFF;
    padding: 0.3em 1.5em;
    line-height: 1;
}

.mainWrap.-sub .secNews .newsDetail .detail time {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
}

.mainWrap.-sub .secNews .newsDetail > .ttl {
    font-size: 200%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secNews .newsDetail:before {
        top: 10vw;
    }
    .mainWrap.-sub .secNews .newsDetail > .ttl {
        font-size: 180%;
    }
}

@media screen and (max-width: 480px) {
    .mainWrap.-sub .secNews .newsDetail:before {
        top: 10vw;
    }
    .mainWrap.-sub .secNews .newsDetail > .ttl {
        font-size: 170%;
    }
}

.mainWrap.-sub .secConcept .conceptList {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.mainWrap.-sub .secConcept .conceptList > * {
    margin-bottom: 4em;
}

.mainWrap.-sub .secConcept .conceptList > *:last-child {
    margin-bottom: 0;
}

.mainWrap.-sub .secConcept .conceptList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainWrap.-sub .secConcept .conceptList__item > * {
    width: 48.5%;
}

.mainWrap.-sub .secConcept .conceptList__item .thumb img {
    width: 100%;
    height: auto;
}

.mainWrap.-sub .secConcept .conceptList__item .textArea .ttl {
    font-size: 230%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.mainWrap.-sub .secConcept .conceptList__item .textArea .ttl span {
    font-size: 60%;
}

.mainWrap.-sub .secConcept .conceptList__item .textArea a {
    text-decoration: underline;
    color: #1d81bd;
}

.mainWrap.-sub .secConcept .conceptList__item .textArea a:hover {
    opacity: .6;
    text-decoration: none;
}

.mainWrap.-sub .secConcept .conceptList__item .textArea .basicBtn {
    color: #FFF;
    text-decoration: none;
}

.mainWrap.-sub .secConcept .conceptList__item .textArea .basicBtn:hover {
    opacity: 1;
}

.mainWrap.-sub .secConcept .conceptList__item .textArea .btnList {
    margin-top: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainWrap.-sub .secConcept .conceptList__item .textArea .btnList .btnArea {
    width: 49%;
    margin-top: 0;
}

.mainWrap.-sub .secConcept .conceptList .conceptSub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mainWrap.-sub .secConcept .conceptList .conceptSub__item {
    width: 32%;
    text-align: center;
}

.mainWrap.-sub .secConcept .conceptList .conceptSub__item p {
    margin-bottom: 0.5em;
    display: block;
    font-size: 140%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
}

@media screen and (max-width: 1020px) {
    .mainWrap.-sub .secConcept .conceptList__item .textArea .ttl {
        font-size: 180%;
    }
    .mainWrap.-sub .secConcept .conceptList .conceptSub__item p {
        font-size: 120%;
    }
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secConcept .conceptList__item {
        display: block;
    }
    .mainWrap.-sub .secConcept .conceptList__item > * {
        width: 100%;
    }
    .mainWrap.-sub .secConcept .conceptList__item .textArea {
        margin-bottom: 2em;
    }
    .mainWrap.-sub .secConcept .conceptList__item .textArea .ttl br {
        display: none;
    }
    .mainWrap.-sub .secConcept .conceptList .conceptSub__item p {
        font-size: 110%;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-sub .secConcept .conceptList .conceptSub {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mainWrap.-sub .secConcept .conceptList .conceptSub__item {
        margin-bottom: 1em;
        width: 48.5%;
    }
    .mainWrap.-sub .secConcept .conceptList .conceptSub__item:last-child {
        margin-bottom: 0;
    }
    .mainWrap.-sub .secConcept .conceptList .conceptSub__item p {
        font-size: 120%;
    }
}

@media screen and (max-width: 480px) {
    .mainWrap.-sub .secConcept .conceptList__item .textArea .ttl {
        font-size: 160%;
    }
    .mainWrap.-sub .secConcept .conceptList__item .textArea .ttl br {
        display: inline-block;
    }
    .mainWrap.-sub .secConcept .conceptList .conceptSub {
        display: block;
    }
    .mainWrap.-sub .secConcept .conceptList .conceptSub__item {
        margin-bottom: 1em;
        width: 100%;
    }
    .mainWrap.-sub .secConcept .conceptList .conceptSub__item:last-child {
        margin-bottom: 0;
    }
}

.mainWrap.-sub .secKitchen p {
    margin-top: 2em;
}

.mainWrap.-sub .secKitchen p a {
    color: #816F3E;
    text-decoration: underline;
}

.mainWrap.-sub .secKitchen p a:hover {
    text-decoration: none;
}

.mainWrap.-sub .secKitchen .kitchenDetail .topLabel {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-size: 140%;
    text-align: center;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 860px) {
    .mainWrap.-sub .secKitchen .kitchenDetail .topLabel {
        font-size: 120%;
        text-align: left;
    }
    .mainWrap.-sub .secKitchen .kitchenDetail .topLabel br {
        display: none;
    }
    .mainWrap.-sub .secKitchen .kitchenDetail p {
        text-align: left;
    }
    .mainWrap.-sub .secKitchen .kitchenDetail p br {
        display: none;
    }
}

.mainWrap.-sub .secKitchen .kitchenIntro {
    max-width: 760px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mainWrap.-sub .secKitchen .kitchenIntro .imgList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainWrap.-sub .secKitchen .kitchenIntro .imgList__item {
    width: 48%;
    margin-bottom: 1.5em;
    text-align: center;
}

.mainWrap.-sub .secKitchen .kitchenIntro .imgList__item .ttl {
    font-size: 140%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    margin-bottom: 0.5em;
}

.mainWrap.-sub .secKitchen .kitchenIntro table {
    margin: 0.5em 0 1em;
}

.mainWrap.-sub .secKitchen .kitchenIntro table tr > *:first-child {
    border-right: 1px solid #333;
}

.mainWrap.-sub .secKitchen .kitchenIntro table th {
    color: #777777;
    padding: 0.8em 0;
    padding-right: 1em;
    line-height: 1.4;
    font-weight: 500;
    min-width: 80px;
    word-break: break-all;
    min-width: 7em;
    text-align: left;
}

.mainWrap.-sub .secKitchen .kitchenIntro table td {
    padding: 0.8em 0 0.8em 2em;
    line-height: 1.4;
    word-break: break-all;
}

@media screen and (max-width: 860px) {
    .mainWrap.-sub .secKitchen .kitchenIntro .imgList__item .ttl {
        font-size: 120%;
    }
}

@media screen and (max-width: 560px) {
    .mainWrap.-sub .secKitchen .kitchenIntro .imgList {
        display: block;
    }
    .mainWrap.-sub .secKitchen .kitchenIntro .imgList__item {
        width: 100%;
    }
    .mainWrap.-sub .secKitchen .kitchenIntro .imgList__item .ttl {
        font-size: 120%;
    }
}

.mainWrap.-sub .secAccessDetail .gMap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 3em;
}

.mainWrap.-sub .secAccessDetail .gMap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.mainWrap.-sub .secAccessDetail table {
    margin: 0.5em 0 0;
    max-width: 100% !important;
}

.mainWrap.-sub .secAccessDetail table tr > *:first-child {
    border-right: 1px solid #333;
}

.mainWrap.-sub .secAccessDetail table th {
    color: #777777;
    padding: 0.8em 0;
    padding-right: 1em;
    line-height: 1.4;
    font-weight: 500;
    min-width: 80px;
    word-break: break-all;
    min-width: 8em;
    text-align: left;
}

.mainWrap.-sub .secAccessDetail table td {
    padding: 0.8em 0 0.8em 2em;
    line-height: 1.4;
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secAccessDetail table {
        margin: 0.5em 0 1em;
    }
    .mainWrap.-sub .secAccessDetail table tr {
        margin-bottom: 2em;
        display: block;
    }
    .mainWrap.-sub .secAccessDetail table tr:last-child {
        margin-bottom: 0;
    }
    .mainWrap.-sub .secAccessDetail table tr > *:first-child {
        border-right: none;
        border-bottom: 1px solid #333;
    }
    .mainWrap.-sub .secAccessDetail table th {
        display: block;
        text-align: left;
        padding: 0;
        margin-bottom: 1em;
        font-size: 105%;
        padding-bottom: 0.6em;
    }
    .mainWrap.-sub .secAccessDetail table td {
        display: block;
        text-align: left;
        padding: 0;
    }
}

.mainWrap.-sub .secFloor .btnList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5em;
}

.mainWrap.-sub .secFloor .btnList .btnArea {
    margin-right: 1em;
    width: 100%;
    max-width: 380px;
    margin-top: 0;
}

.mainWrap.-sub .secFloor .btnList .btnArea:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1160px) {
    .mainWrap.-sub .secFloor .btnList {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mainWrap.-sub .secFloor .btnList .btnArea {
        margin-bottom: 3%;
        width: 48%;
    }
    .mainWrap.-sub .secFloor .btnList .btnArea:last-child {
        margin-right: 3%;
    }
    .mainWrap.-sub .secFloor .btnList .btnArea:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 860px) {
    .mainWrap.-sub .secFloor .btnList {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mainWrap.-sub .secFloor .btnList .btnArea {
        margin-bottom: 1em;
        width: 100%;
        margin-right: 0;
    }
    .mainWrap.-sub .secFloor .btnList .btnArea:last-child {
        margin-right: 0;
    }
    .mainWrap.-sub .secFloor .btnList .btnArea:nth-child(2n) {
        margin-right: 0;
    }
}

.mainWrap.-sub .secFloor .sContainer {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8em;
}

.mainWrap.-sub .secFloor .sContainer:last-child {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 860px) {
    .mainWrap.-sub .secFloor .sContainer {
        margin-bottom: 6em !important;
    }
}

.mainWrap.-sub .secFloor .floorMap .thumb {
    margin-bottom: 4em;
}

.mainWrap.-sub .secFloor .floorMap .thumb .spShow {
    display: none;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secFloor .floorMap .thumb .pcShow {
        display: none;
    }
    .mainWrap.-sub .secFloor .floorMap .thumb .spShow {
        display: block;
    }
}

.mainWrap.-sub .secFloor .floorMap__detail {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mainWrap.-sub .secFloor .floorMap__detail .textArea {
    margin-top: 2em;
}

.mainWrap.-sub .secFloor .floorMap__detail .textArea .ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 140%;
    font-weight: 400;
    margin-bottom: 0.5em;
    line-height: 1.4;
}

.mainWrap.-sub .secFloor .floorMap .slider .slick-arrow {
    font-size: 100%;
    width: 3em;
    height: 3em;
}

.mainWrap.-sub .secFloor .floorMap .slider .slick-arrow:hover {
    opacity: 0.8;
}

.mainWrap.-sub .secFloor .floorMap .slider .slick-prev {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: -4em;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

.mainWrap.-sub .secFloor .floorMap .slider .slick-prev:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/floor/icon-prev.svg") no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.mainWrap.-sub .secFloor .floorMap .slider .slick-next {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    right: -4em;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

.mainWrap.-sub .secFloor .floorMap .slider .slick-next:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/floor/icon-next.svg") no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

@media screen and (max-width: 1160px) {
    .mainWrap.-sub .secFloor .floorMap .slider {
        padding: 0 0.5em;
    }
    .mainWrap.-sub .secFloor .floorMap .slider .slick-prev {
        left: -1em;
        z-index: 1;
    }
    .mainWrap.-sub .secFloor .floorMap .slider .slick-next {
        right: -1em;
        z-index: 1;
    }
}

.mainWrap.-sub .secFloor .floorVirtual > p {
    margin-bottom: 2em;
}

.mainWrap.-sub .secFloor .floorVirtual iframe {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secFloor .floorVirtual > p {
        text-align: left;
    }
    .mainWrap.-sub .secFloor .floorVirtual > p br {
        display: none;
    }
}

.mainWrap.-sub .secFloor .floorKitchen > p {
    margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
    .mainWrap.-sub .secFloor .floorKitchen > p {
        text-align: left;
    }
    .mainWrap.-sub .secFloor .floorKitchen > p br {
        display: none;
    }
}
