@charset "UTF-8";
.newOpenArea {
    padding-top: 68px;
    max-width: 1216px;
    margin: 0 auto;
    overflow: hidden;
}

.newOpenArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 42px;
}

.newOpenArea ul li {
    width: 32%;
    box-sizing: border-box;
    padding: 10px;
}

.newOpenArea ul li a {
    text-decoration: none;
    color: #000;
    display: block;
}

.newOpenArea ul li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.newOpenArea ul li a figure {
    display: block;
    line-height: 0;
    margin-bottom: 6px;
}

.newOpenArea ul li a figure figcaption {
    display: block;
    color: #fff;
    background: #b7a686;
    text-align: center;
    line-height: 1;
    padding: 6px;
    font-size: 18px;
}

.newOpenArea ul li a > span {
    display: block;
}

.newOpenArea ul li a > span strong {
    display: block;
    color: #a18553;
    font-weight: normal;
}

.newOpenArea ul li a > span em {
    font-style: normal;
    display: block;
}

.newOpenArea ul li a > span span {
    display: none;
}

@media screen and (max-width: 600px) {
    .newOpenArea ul {
        display: block;
    }
    .newOpenArea ul li {
        width: 100%;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px dashed #0000001a;
    }
    .newOpenArea ul li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newOpenArea ul li a figure {
        width: 110px;
        margin-bottom: 0;
    }
    .newOpenArea ul li a figure figcaption {
        display: none;
    }
    .newOpenArea ul li a > span {
        width: calc(100% - 110px);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding-left: 16px;
    }
    .newOpenArea ul li a > span em {
        font-size: 10px;
        font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3",
            "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
            "ＭＳ Ｐゴシック", sans-serif;
    }
    .newOpenArea ul li a > span span {
        display: block;
        color: #fff;
        background: #b7a686;
        text-align: center;
        line-height: 1;
        padding: 3px 6px;
        font-family: sans-serif;
        font-size: 10px;
        max-width: max-content;
        margin-bottom: 3px;
    }
}

.machiya .mapBox ul li.takayama {
    margin: -3% 0 0 0;
}

@media screen and (max-width: 600px) {
    .machiya .mapBox ul li.kyoto {
        margin-top: 9%;
    }
}

.member-tc .container {
    max-width: 752px;
    margin: 0 auto;
    padding: 110px 0 0;
}

@media all and (max-width: 600px) {
    .member-tc .container {
        padding: 68px 16px 0;
    }
}

.member-tc .container .mainTtl {
    margin-top: 68px;
    margin-bottom: 26px;
}

.member-tc .container ol {
    margin: 16px 0;
    padding-left: 1.5em;
}

.member-tc .container ol li {
    margin-top: 6px;
    list-style: decimal;
}

.member-tc .container p {
    margin-top: 16px;
}

.member-tc .container dl {
    margin-top: 42px;
}

.member-tc .container dl dt {
        line-height: 1;
            position: relative;
            text-align: center;
            font-size: 26px;
            font-weight: 400;
            margin-bottom: 26px;
}

.member-tc .container dl dt:before,
.member-tc .mainTtl:before {
    position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%!important;
        height: 1px;
        content: '';
        background: #999;
}
.member-tc .container dl dt span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}
.member-tc .container dl dd strong {
    display: block;
}

.stay .indexArea {
    padding-top: 110px;
    max-width: 1216px;
    margin: 0 auto;
}

.stay .indexArea ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stay .indexArea ul li {
    width: 48%;
}

@media screen and (max-width: 600px) {
    .stay .indexArea {
        padding: 110px 16px 0;
    }
    .stay .indexArea ul li {
        width: 100%;
    }
    .stay .indexArea ul li:nth-child(2) {
        margin-top: 16px;
    }
}

@media screen and (max-width: 600px) {
    .mainBnr2 ul li a .txt em {
        margin-top: 6px;
        line-height: 1;
    }
    .mainBnr2 ul li a .txt span {
        font-size: 13px !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        line-height: 1.618;
        font-family: sans-serif;
    }
}

header .headerWrap .gNav > ul > li a em {
    display: inline-block;
    font-family: sans-serif;
    font-size: 10px;
    background: #b7a686;
    color: #fff;
    line-height: 1;
    font-style: normal;
    padding: 3px;
    position: relative;
    top: -2px;
    margin-right: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
}

.tc .container table {
    background: #000;
    border-collapse: separate;
    border-spacing: 1px;
}
.tc .container table tr th {
    background: #ddd;
    padding: 6px;
    font-weight: normal;
}
.tc .container table tr td {
    background: #fff;
    padding: 6px;
}
@media screen and (max-width: 600px) {
    .tc .container table tr th {
        font-size: 10px;
        font-family: sans-serif;
    }

    .tc .container table tr td {
        font-size: 10px;
        font-family: sans-serif;
    }
}

/*全国割*/
.zenkoku-wari .search-vacancy {
    margin-top: 68px !important;
}
.zenkoku-wari .container {
    padding: 110px 0 0;
}
.zenkoku-wari .container .mainTtl {
    margin-bottom: 68px;
}
.zenkoku-wari .mainVisual {
    max-width: 752px;
    margin: 0 auto 42px;
}
.zenkoku-wari .container .mainTxt {
    line-height: 1.8;
    position: relative;
}
.zenkoku-wari .container .mainTxt.line {
    margin-bottom: 0!important;
}
.zenkoku-wari .container .mainTxt.line:after {
    display: block;
    content: "";
    border-bottom: 1px dotted #ccc;
    max-width: 752px;
    margin: 26px auto;
}
.zenkoku-wari .container .mainTxt strong {
    font-size: 21px;
    color: #8b7b5d;
    font-weight: normal;
    text-decoration: underline;
}
.zenkoku-wari .container .mainTxt:last-child {
    margin-bottom: 0 !important;
}
.zenkoku-wari .container .mainTxt a {
    color: #b7a686;
    text-decoration: underline;
}
.zenkoku-wari .container .mainTxt a.btn {
    background: #b7a686;
    color: #fff;
    text-decoration: none;
    margin: 16px auto 0;
    display: block;
    max-width: max-content;
    width: 100%;
    line-height: 1;
    padding: 16px 42px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.zenkoku-wari .container .mainImg {
    display: block;
    max-width: 752px;
    margin: 0 auto;
}
.zenkoku-wari .container .pointBox {
    background: #fff9e6;
    margin-bottom: 68px;
    padding: 68px 0;
}
.zenkoku-wari .container .pointBox .mainImg {
    margin-bottom: 16px;
}
.zenkoku-wari .container .caution {
    line-height: 1.618;
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    margin-top: 26px;
    color: #999;
}
.zenkoku-wari .container .caution2 {
    line-height: 1.618;
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    margin-top: 10px;
    margin-bottom: 26px;
    color: #999;
}
.zenkoku-wari .anchorLinks {
    background: #f7f7f7;
    max-width: 752px;
    margin: 0 auto 42px;
}
.zenkoku-wari .anchorLinks ul {
    padding: 26px;
}
.zenkoku-wari .anchorLinks ul li a {
    color: #000;
}
.zenkoku-wari .anchorLinks ul li a:hover {
    color: #b7a686;
    text-decoration: underline;
}
.zenkoku-wari section {
    padding: 68px 0;
}
.zenkoku-wari section:nth-child(odd) {
    background: #f8f7f4;
}
.zenkoku-wari .subTtl {
    max-width: 752px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 26px;
    font-size: 21px;
    line-height: 1.2;
    padding: 26px 0;
    border-top: 3px double #999;
    border-bottom: 3px double #999;
}
.zenkoku-wari h3 {
    font-size: 21px;
    font-weight: normal;
    background: #e0d9cc;
    color: #8b7b5d;
    line-height: 1.2;
    padding: 16px 0;
    max-width: 752px;
    margin: 68px auto 68px;
    text-align: center;
}
.zenkoku-wari .cautionBox {
    background: #f7f7f7;
    max-width: 752px;
    margin: 0 auto 0;
    padding: 42px;
    box-sizing: border-box;
}
.zenkoku-wari .cautionBox dt {
    text-align: center;
    margin-bottom: 10px;
}
.zenkoku-wari .bigTxt {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}
.zenkoku-wari .bigTxt span {
    font-weight: normal;
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    margin-top: 10px;
    color: #999;
}
.zenkoku-wari .infoBox {
    max-width: 752px;
    margin: 42px auto 0;
    background: #fff;
    box-sizing: border-box;
    padding: 16px 26px;
}
.zenkoku-wari .infoBox dt {
    text-align: center;
    border-bottom: 1px solid #666;
    color: #666;
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 13px;
        font-family: sans-serif;
}
.zenkoku-wari .infoBox dd {
    font-size: 13px;
    color: #666;
    font-family: sans-serif;
}
.zenkoku-wari .container section > table {
    width: 100%;
    margin: 26px auto;
    max-width: 752px;
    background: #ccc;
    border-collapse: separate;
    border-spacing: 1px;
}

.zenkoku-wari .container section > table th {
    background: #b7a686;
    font-weight: normal;
    padding: 6px;
    color: #fff;
    text-align: center;
}

.zenkoku-wari .container section > table td {
    background: #fff;
    padding: 6px;
    text-align: center;
}
.zenkoku-wari .container .pointBox table {
    display: table;
    width: 100%;
    margin: 26px auto;
    max-width: 752px;
    background: #fff9e6;
    border-collapse: separate;
    border-spacing: 1px;
}
.zenkoku-wari .container .pointBox table th {
    background: #ee7909;
    font-weight: normal;
    padding: 6px;
    color: #fff;
    text-align: center;
}
.zenkoku-wari .container .pointBox table td {
    background: #fff;
    padding: 6px;
    text-align: center;
}
.zenkoku-wari .container .pointBox table td a {
    color: #000!important;
}
.zenkoku-wari .pointBox .mainTxt strong {
    color: #000 !important;
    text-decoration: none !important;
}
.zenkoku-wari .container .pointBox table.pctb {
    display: table !important;
}
.zenkoku-wari .container .pointBox table.sp {
    display: none !important;
}
.zenkoku-wari .blandList .listIn dl dd {
    align-items: center;
    align-content: center;
}
.zenkoku-wari .blandList .listIn dl dd .zenkoku em {
    position: relative;
    display: block;
    padding: 10px;
    line-height: 1;
    color: #fff;
    background: #ee7909;
    border-radius: 50px;
    margin-left: 0;
    font-size: 11px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
}
.zenkoku-wari .blandList .listIn dl dd .zenkoku em:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -6px;
    border: 6px solid transparent;
    border-right: 6px solid #ee7909;
}
@media screen and (max-width: 600px) {
    .zenkoku-wari .blandList .listIn dl dd .zenkoku {
        display: block;
        margin: 0 auto;
    }
    .zenkoku-wari .blandList .listIn dl dd .zenkoku em:before {
            top: -11px;
            left: 50%;
            margin: 0 0 0 -6px;
            border-bottom: 6px solid #ee7909;
            border-right: 6px solid transparent;
    }
    .zenkoku-wari .container .pointBox table.pctb {
        display: none !important;
    }
    .zenkoku-wari .container .pointBox table.sp {
        display: table !important;
    }
    .zenkoku-wari .container .mainTxt strong {
        font-size: 16px;
    }
    .zenkoku-wari section {
        padding: 42px 16px;
    }
    .zenkoku-wari .subTtl {
        font-size: 16px;
        padding: 16px 0;
    }
    .zenkoku-wari h3 {
        font-size: 16px;
        padding: 6px 0;
        margin: 42px auto 42px;
    }
    .zenkoku-wari .cautionBox {
        padding: 16px;
    }
    .zenkoku-wari .cautionBox dd {
        font-size: 12px;
        font-family: sans-serif;
    }
    .zenkoku-wari table th {
        font-size: 10px;
        padding: 6px 3px;
        font-family: sans-serif;
    }
    .zenkoku-wari table td {
        font-size: 10px;
        padding: 6px 3px;
        font-family: sans-serif;
    }
    .zenkoku-wari .container .caution {
        font-size: 10px;
    }
    .zenkoku-wari .container .caution2 {
        font-size: 10px;
    }
}

#wrapper .blandList .listIn dl dd a.btn1 {
    background: #4e89c7 !important;
}

header .headerWrap .logo figure {
    margin-bottom: 0;
}

#wrapper .mainTtl a {
    position: relative;
    padding: 0 1em;
    background: #fff;
    color: #222;
    display: block;
    max-width: max-content;
    margin: 0 auto;
}

#wrapper .mainTtl a img {
    width: 100%;
    max-height: 34px;
    display: block;
}

@media screen and (max-width: 600px) {
    #wrapper .mainTtl a img {
        max-height: 21px;
    }
}

.tc .container ol li ol {
    margin-top: 0;
}
.tc .container ol li ol li {
    list-style-type: lower-alpha;
}



.single .container {
    max-width: 752px;
    margin: 0 auto;
    padding-top: 110px;
}

@media all and (max-width: 600px) {
    .single .title {
        font-size: 26px;
        margin-bottom: 42px;
    }
}

.single h2 {
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal !important;
    font-size: 26px;
    text-align: center;
    margin-bottom: 26px;
    position: relative;
}

.single h2 strong {
    font-weight: normal !important;
}

@media all and (max-width: 600px) {
    .single h2 {
        font-size: 18px !important;
    }
}

.single h2 .ez-toc-section {
    position: absolute;
    left: 0;
    top: -110px;
}

.single h3 {
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal !important;
    font-size: 26px;
    line-height: 2;
    margin-bottom: 16px;
}

.single h3 strong {
    font-weight: normal !important;
}

@media all and (max-width: 600px) {
    .single h3 {
        font-size: 18px !important;
    }
}

.single h4 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
    color: #968463;
}

.single h4 strong {
    font-weight: normal !important;
}

.single .date,
.single .category,
.single .tags,
.single #breadcrumbs {
    border-top: 1px solid #0000001a;
    padding: 10px 0;
    line-height: 2;
    text-align: center;
    color: #0000005a;
    font-size: 10px;
    font-family: sans-serif;
}

.single .date ul,
.single .category ul,
.single .tags ul,
.single #breadcrumbs ul {
    display: inline-block;
    letter-spacing: -0.4em;
}

.single .date ul li,
.single .category ul li,
.single .tags ul li,
.single #breadcrumbs ul li {
    letter-spacing: normal;
    margin-right: 3px;
    display: inline-block;
    line-height: 2;
    text-align: center;
    color: #0000005a;
    font-size: 10px;
}

.single .date ul li br,
.single .category ul li br,
.single .tags ul li br,
.single #breadcrumbs ul li br {
    display: none !important;
}

.single .date a,
.single .category a,
.single .tags a,
.single #breadcrumbs a {
    color: #0000005a;
    text-decoration: underline;
    font-family: sans-serif;
}

.single .prevNextLink {
    border-top: 1px solid #0000001a;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single .prevNextLink li {
    margin-top: 16px;
    width: 50%;
    font-size: 10px;
    font-family: "Assistant", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.single .prevNextLink li a {
    color: #000;
}

.single .prevNextLink li a:hover {
    text-decoration: underline;
}

.single .prevNextLink li a br {
    display: none !important;
}

.single .prevNextLink li:last-child {
    text-align: right;
}

@media all and (max-width: 600px) {
    .single .prevNextLink li {
        width: 100%;
        text-align: center !important;
        font-size: 13px;
    }
}

.single .blogArea {
    padding-bottom: 26px;
    line-height: 2;
    text-align: left;
}

.single .blogArea .at-below-post.addthis_tool {
    max-width: max-content;
    margin: 110px auto 0;
}

@media all and (max-width: 600px) {
    .single .blogArea {
        padding: 0 16px 26px 16px;
    }
}

.single .blogArea h2 {
    display: block;
    line-height: 2;
    font-weight: bold;
    font-size: 26px;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.single .blogArea .wp-caption {
    width: 100% !important;
    max-width: max-content;
    margin: 0 auto 16px;
    line-height: 0;
}

.single .blogArea .wp-caption .wp-caption-text {
    line-height: 1;
    color: #0000005a;
    font-size: 10px;
    margin: 6px 0 0 0;
}

.single p {
    line-height: 2 !important;
}

@media all and (max-width: 600px) {
    .single p {
        line-height: 2 !important;
    }
}

.single p img {
    display: block;
    line-height: 0;
    width: 100%;
    margin-bottom: 26px;
}

.single .recoBox {
    border: 1px solid #212430;
    padding: 42px 26px;
    margin-top: 110px;
}

@media all and (max-width: 600px) {
    .single .recoBox {
        padding: 26px 16px;
    }
}

.single .relatedPosts { max-width: 752px; margin: 68px auto 0;}
.single .relatedPosts dt{display: block; line-height: 1; font-weight: normal; font-size: 16px; font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif; padding: 10px 0; text-align: center; background: #e0d9cc;}
.single .relatedPosts dd ul li { display: flex; align-content: center; align-items: center; border-bottom: 1px dotted #ccc; padding: 10px 0;}
.single .relatedPosts dd ul li span:nth-child(1) { display: block; width: 110px; font-family: sans-serif; color: #666; font-size: 13px;}
.single .relatedPosts dd ul li span:nth-child(2) { display: block; }
.single .relatedPosts dd ul li span:nth-child(2) a { text-decoration: underline; color: #968463;}

.home .newsArea { max-width: 752px; margin: 68px auto 0;}
.home .newsArea ul { margin-top: 26px; border-top: 1px dotted #ccc;}
.home .newsArea ul li { display: flex; align-content: center; align-items: center; border-bottom: 1px dotted #ccc; padding: 10px 0;}
.home .newsArea ul li span:nth-child(1) { display: block; width: 110px; font-family: sans-serif; color: #666; font-size: 13px;}
.home .newsArea ul li span:nth-child(2) { display: block; }
.home .newsArea ul li span:nth-child(2) a { text-decoration: underline; color: #968463;}

.archive .container,
.category .container {
    max-width: 752px;
    margin: 0 auto;
    padding-top: 110px;
}
.category.machiya .container {
     max-width: 1216px!important;
 }
.archive .categoryTtl,
.category .categoryTtl {
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 68px;
    text-align: center;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.archive .categoryTtl strong,
.category .categoryTtl strong {
    display: inline-block;
    margin-right: 10px;
    color: #0000005a;
    font-weight: normal;
    font-size: 26px;
}
@media all and (max-width: 600px) {
    .archive .categoryTtl,
        .category .categoryTtl {
            margin-bottom: 42px;
            font-size: 26px;
        }
    .archive .categoryTtl strong,
    .category .categoryTtl strong {
        font-size: 16px;
    }
}
.archive .newsList { margin-top: 26px; border-top: 1px dotted #ccc;}
.archive .newsList li { display: flex; align-content: center; align-items: center; border-bottom: 1px dotted #ccc; padding: 10px 0;}
.archive .newsList li span:nth-child(1) { display: block; width: 110px; font-family: sans-serif; color: #666; font-size: 13px;}
.archive .newsList li span:nth-child(2) { display: block; }
.archive .newsList li span:nth-child(2) a { text-decoration: underline; color: #968463;}
.category .newsList { margin-top: 26px; border-top: 1px dotted #ccc;}
.category .newsList li { display: flex; align-content: center; align-items: center; border-bottom: 1px dotted #ccc; padding: 10px 0;}
.category .newsList li span:nth-child(1) { display: block; width: 110px; font-family: sans-serif; color: #666; font-size: 13px;}
.category .newsList li span:nth-child(2) { display: block; }
.category .newsList li span:nth-child(2) a { text-decoration: underline; color: #968463;}



.machiya .categoryList ul li a .after .inner span.point em {
    font-size: 17px;
    width: 136px;
    height: 136px;
    font-family: inherit!important;
}
.machiya .categoryList ul li a .before:before {
    display: block;
    content: "";
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0.62;
        -webkit-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
}
.machiya .categoryList ul li a .before strong img,
.machiya .categoryList ul li a .after .inner strong img {
    width: 287px;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto 16px;
}
@media all and (max-width: 600px) {
    .machiya .categoryList ul li a .before strong img,
        .machiya .categoryList ul li a .after .inner strong img {
            width: 177px;
        }
}

.machiya .categoryList ul li a .after .inner:after {
    z-index: 0;
}

.machiya .categoryList ul li a:hover .before:before {
    opacity: 0;
}
.machiya .categoryList ul li a .before strong {
    text-shadow: 0px 0px 6px #000;
}

@media all and (max-width: 600px) {
.machiya .categoryList ul li a:hover .before img,
.machiya .categoryList ul li a:hover .before strong {
    opacity: 1!important;
}
.machiya .categoryList ul li a .after .inner span.point em {
    font-size: 12px;
    width: 90px;
    height: 90px;
}
}





.mainBnr2 ul {
    margin-top: 42px;
    overflow: hidden;
}

.mainBnr2 ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
}

.mainBnr2 ul li a {
    color: #000;
    display: table;
    width: 100%;
    display: block;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
        line-height: 0;
}

.mainBnr2 ul li a img {
    display: block;
    width: 100%;
    -webkit-transition: all 1.618s ease;
    -moz-transition: all 1.618s ease;
    -ms-transition: all 1.618s ease;
    -o-transition: all 1.618s ease;
    transition: all 1.618s ease;
}

.mainBnr2 .slick-prev,
.mainBnr2 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    padding: 10px;
    background: 0 0;
}

.mainBnr2 .slick-prev {
    left: -10px !important;
}

.mainBnr2 .slick-next {
    right: -10px !important;
}

.mainBnr2 .slick-prev {
    left: -26px !important;
    color: #000 !important;
    z-index: 100;
    line-height: 1;
    width: auto !important;
    height: auto !important;
}

.mainBnr2 .slick-next {
    right: -26px !important;
    color: #000 !important;
    z-index: 100;
    line-height: 1;
    width: auto !important;
    height: auto !important;
}

.mainBnr2 .slick-prev,
.mainBnr2 .slick-next {
    background: #b3a893 !important;
    padding: 10px;
}

.mainBnr2 .slick-prev:before,
.mainBnr2 .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mainBnr2 .slick-prev::before {
    font-size: 42px;
    font-weight: 700;
    color: rgb(179, 168, 147) !important;
    content: "〈" !important;
}

.mainBnr2 .slick-next::before {
    font-size: 42px;
    font-weight: 700;
    color: rgb(179, 168, 147) !important;
    content: "〉" !important;
}

.mainBnr2 .slick-prev:before,
.mainBnr2 .slick-next:before {
    color: #fff !important;
}

@media all and (max-width: 600px) {
    .mainBnr2 {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    .mainBnr2 ul li {
        padding: 0 3px;
    }
        .mainBnr2 .slick-prev {
            left: -16px !important;
        }
    
        .mainBnr2 .slick-next {
            right: -16px !important;
        }
}
#wrapper .bigTtl img,
.about section .brandTtl h3 img {
    height: 16px;
    display: block;
    margin: 0 auto 16px;
}

.newOpenArea .slick-prev,
.newOpenArea .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    padding: 10px;
    background: 0 0
}

.newOpenArea .slick-prev {
    left: -26px !important;
    color: #000 !important;
    z-index: 100;
    line-height: 1;
    width: auto !important;
    height: auto !important
}

.newOpenArea .slick-next {
    right: -26px !important;
    color: #000 !important;
    z-index: 100;
    line-height: 1;
    width: auto !important;
    height: auto !important
}

.newOpenArea .slick-prev,
.newOpenArea .slick-next {
    background: #b3a893 !important;
    padding: 10px
}

.newOpenArea .slick-prev:before,
.newOpenArea .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.newOpenArea .slick-prev:before {
    font-size: 42px;
    font-weight: 700;
    color: #b3a893 !important;
    content: "〈" !important
}

.newOpenArea .slick-next:before {
    font-size: 42px;
    font-weight: 700;
    color: #b3a893 !important;
    content: "〉" !important
}

.newOpenArea .slick-prev:before,
.newOpenArea .slick-next:before {
    color: #fff !important
}

@media all and (max-width: 600px) {
    .newOpenArea {
        width: calc(100% + 20px);
        margin-left: -10px
    }

    .newOpenArea ul li {
        padding: 0 3px
    }

    .newOpenArea .slick-prev {
        left: -16px !important
    }

    .newOpenArea .slick-next {
        right: -16px !important
    }
}



.loading {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.loading.active {
    opacity: 1;
    visibility: visible;
}

.loading-animation {
    max-width: 752px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading-animation a.img {
    display: block;
    line-height: 0;
    position: relative;
    z-index: 0;
    border: 1px solid #fff;
}

.loading-animation a.txt {
    background: #b7a686;
    display: block;
    line-height: 1;
    font-weight: bold;
    padding: 16px 0;
    width: 100%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    font-size: 17px;
    text-align: center;
    max-width: 287px;
    color: #fff;
    margin: 16px auto 0;
}

/*
.loading-animation a.txt:after {
    display: inline-block;
    content: "➡";
    margin-left: 6px;
}
*/

.loading-animation a:hover {
    opacity: 1 !important;
}

.loading-animation span {
    display: block;
    font-size: 26px;
    color: #fff;
    background: #000;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    position: absolute;
    right: -13px;
    top: -13px;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #fff;
}

.loading dl {
    background: #fff;
    padding: 26px;
    text-align: center;
}

.loading dl dt {
    border-bottom: 1px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: underline;
    color: #968463;
}

.loading dl dd {
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 13px;
}

.loading dl dd strong {
    font-weight: bold;
    color: #3481e2;
    display: inline-block;
    margin: 0 3px;
}

.loading dl dd img {
    display: block;
    margin: 26px auto 0;
    max-width: 16px;
    width: 100%;
}

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

    .loading-animation {
        width: 100%;
        max-width: 90%;
    }

    .loading-animation span {
        font-size: 13px;
        width: 26px;
        height: 26px;
        line-height: 23px;
    }

        .loading dl {
            padding: 16px;
        }
}