@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

input,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background-color: #EEEEEE;
    border-radius: 5px;
    display: block;
}

input:focus,
textarea:focus {
    outline: none;
}

.required {
    background-color: #DB6224;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 7px;
    width: 54px;
    height: 22px;
    line-height: 19px;
    font-size: 13px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .required {
        font-size: 12px;
        right: 10px;
    }
}

.mwform-radio-field {
    display: block;
    margin-left: 0 !important;
}

.mwform-radio-field label {
    margin: 0.5em 0;
    margin-right: 2rem;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .mwform-radio-field label {
        margin-right: 1rem;
    }
}

.mwform-radio-field label input[type='radio'] {
    position: absolute;
    opacity: 0;
}

.mwform-radio-field label input[type='radio'] + .mwform-radio-field-text {
    position: relative;
    padding-left: 2rem;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .mwform-radio-field label input[type='radio'] + .mwform-radio-field-text {
        padding-left: 2.5rem;
    }
}

.mwform-radio-field label input[type='radio'] + .mwform-radio-field-text:before {
    content: '';
    background: #EEEEEE;
    border-radius: 100%;
    border: 1px solid #EEEEEE;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mwform-radio-field label input[type='radio']:checked + .mwform-radio-field-text:before {
    background-color: #5B6D60;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.mwform-radio-field label input[type='radio']:focus + .mwform-radio-field-text:before {
    border: 1px solid #1F1616;
}

.mwform-radio-field label input[type='radio']:disabled + .mwform-radio-field-text:before {
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
    border: #1F1616;
    background: #1F1616;
}

.mwform-radio-field label input[type='radio'] + .radio-label:empty:before {
    margin-right: 0;
}

.error {
    color: #cc3300;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 1rem;
    display: block;
    line-height: initial;
}

.formControl {
    width: 100%;
    padding: 1rem;
}

.formControlL {
    width: 100%;
    padding: 1rem;
}

@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");
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
    color: #1F1616;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    background: #FAFAFA;
}

body.noScrolled {
    overflow: hidden;
}

@media screen and (max-width: 860px) {
    body {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 1.2rem;
    }
}

body a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #1F1616;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    opacity: 1;
}

body img {
    height: auto;
}

body .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1260px) {
    body .inner {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}

@media screen and (max-width: 767px) {
    body .inner {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

body .telLink {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

body .telLink _:-ms-fullscreen,
body .telLink :root .selector {
    display: inline-block;
}

@media screen and (max-width: 860px) {
    body .telLink {
        pointer-events: auto;
        letter-spacing: 0.02em;
    }
}

body .readTxt {
    letter-spacing: 0.15em;
    line-height: 1.8;
}

body .readTxt.-center {
    text-align: center;
}

body input[type="text"],
body textarea {
    -webkit-appearance: none;
}

body select {
    background: none !important;
    padding: 0.6em !important;
}

body .pcNone {
    display: none;
}

@media screen and (max-width: 560px) {
    body .pcNone {
        display: block;
    }
}

@media screen and (max-width: 560px) {
    body .spNone {
        display: none;
    }
}

.preload * {
    -webkit-transition: none !important;
    transition: none !important;
}

.wrap {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
    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;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

header .headerTOP {
    width: 60%;
    max-width: 470px;
}

header .headerTOP .logo {
    padding: 1em 2em;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    header .headerTOP {
        max-width: 300px;
        width: 48%;
    }
    header .headerTOP .logo {
        padding: 1em;
    }
}

header .searchArea {
    max-width: 260px;
    width: 50%;
    padding-right: 1em;
}

header .searchArea form > div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

header .searchArea form > div::after {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/common/icon-search.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0.9em;
    top: 0.9em;
    font-size: 1.3rem;
}

header .searchArea form > div:before {
    content: "";
    width: 2.8em;
    height: 2.8em;
    font-size: 1.3rem;
    background: #1F1616;
    position: absolute;
    right: 0;
    top: 0;
}

header .searchArea form > div input#s {
    width: 100%;
    background: #e9e9e9;
    border: none;
    padding: 0.5em;
    padding-right: 3em;
    border-radius: 0;
    font-size: 1.3rem;
}

header .searchArea form > div input#searchsubmit {
    background: none;
    border: none;
    width: 2.8em;
    height: 2.8em;
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255, 255, 255, 0);
    border-radius: 0;
    font-size: 1.3rem;
    z-index: 1;
}

header .searchArea .screen-reader-text {
    display: none;
}

@media screen and (max-width: 767px) {
    header .searchArea {
        max-width: 200px;
    }
    header .searchArea form > div {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    header .searchArea form > div::after {
        right: 0.7em;
        top: 0.7em;
    }
    header .searchArea form > div:before {
        width: 2.5em;
        height: 100%;
    }
    header .searchArea form > div input#s {
        padding: 0.2em;
        font-size: 1.6rem;
        line-height: 1;
    }
    header .searchArea form > div input#searchsubmit {
        width: 2.5em;
        height: 2.5em;
    }
}

header .headSns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    position: fixed;
    right: 0;
    top: 0;
}

header .headSns__item {
    margin-right: 0.5em;
}

header .headSns__item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 480px) {
    header .headSns__item img {
        width: 30px;
        height: auto;
    }
}

.hideMenu {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
}

.hideMenu .closeBtn {
    position: absolute;
    cursor: pointer;
    right: 2em;
    top: 2em;
}

.hideMenu .navList {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.hideMenu .navList__item {
    margin-bottom: 1em;
    text-align: center;
}

.hideMenu .navList__item:last-child {
    margin-bottom: 0;
}

.hideMenu .navList__item a {
    color: #816F3E;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 120%;
    position: relative;
    padding-bottom: 0.2em;
}

.hideMenu .navList__item a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #816F3E;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hideMenu .navList__item a:hover:before {
    width: 100%;
}

/*==================================================================================================
	ハンバーガーメニュー
==================================================================================================*/
.humburgerBtn {
    width: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    top: 0;
    right: 0;
    margin-left: auto;
    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;
    padding: 1.7em 0.3em;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
    background: #816F3E;
    z-index: 11;
}

.humburgerBtn .humburgerLine {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.humburgerBtn .humburgerLine > span {
    display: block;
    width: 50%;
    margin: 0 auto 7px;
    height: 1px;
    background: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.humburgerBtn .humburgerLine > span:nth-child(3) {
    margin-bottom: 0;
}

.js_humburgerOpen .humburgerBtn .humburgerLine > span {
    background: #333;
}

.humburgerBtn .humburgerLine.open span.top {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.humburgerBtn .humburgerLine.open span.middle {
    opacity: 0;
}

.humburgerBtn .humburgerLine.open span.bottom {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

@media screen and (max-width: 860px) {
    .humburgerBtn {
        top: 0;
    }
}

@media screen and (max-width: 480px) {
    .humburgerBtn {
        padding: 1.6em 0.3em;
        width: 60px;
    }
}

/*==================================================================================================
	フロートメニュー
==================================================================================================*/
.floatMenu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    z-index: 10;
}

.floatMenu .menuList {
    max-width: 1160px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    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;
}

.floatMenu .menuList .floatBtn {
    cursor: pointer;
}

.floatMenu .menuList__item {
    width: calc(100% / 3);
    position: relative;
}

.floatMenu .menuList__item:last-child:before {
    content: none;
}

.floatMenu .menuList__item:before {
    content: "";
    width: 1px;
    height: 46px;
    background: #707070;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px;
    z-index: 1;
}

.floatMenu .menuList__item a {
    display: block;
    padding: 1em;
    background: #1F1616;
    color: #FFF;
    position: relative;
}

.floatMenu .menuList__item a:before {
    content: "";
    width: 0;
    height: 100%;
    background: #382727;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.floatMenu .menuList__item a:hover:before {
    width: 100%;
}

.floatMenu .menuList__item a span {
    display: block;
    text-align: center;
    position: relative;
}

.floatMenu .menuList__item a .en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 180%;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
}

.floatMenu .menuList__item a .jp {
    margin-top: 0.5em;
    color: #FFF;
    font-weight: 500;
    line-height: 1;
    font-size: 80%;
}

@media screen and (max-width: 767px) {
    .floatMenu .menuList__item:before {
        height: 30px;
        margin-top: -15px;
    }
    .floatMenu .menuList__item a {
        padding: 0.8em;
    }
    .floatMenu .menuList__item a .en {
        font-size: 130%;
    }
    .floatMenu .menuList__item a .jp {
        font-size: 70%;
    }
}

/*==================================================================================================
	フッター
==================================================================================================*/
footer {
    text-align: center;
    padding: 2em 0 8em;
    background: #fff;
}

footer .snsBtn {
    margin-bottom: 2em;
}

footer .snsBtn .btnArea {
    margin-top: 0;
}

footer .inner {
    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;
}

footer .copy {
    display: block;
    font-size: 70%;
    color: #1F1616;
}

footer .logo {
    max-width: 320px;
    width: 40%;
}

footer .logo a {
    color: #FFF;
    position: relative;
}

footer .logo a:before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.7em;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    footer .inner {
        display: block;
    }
    footer .copy {
        text-align: center;
        margin-top: 1em;
    }
    footer .logo {
        max-width: 300px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.-center {
    text-align: center;
}

.-white {
    color: white;
}

.lContainer {
    position: relative;
    padding: 6em 0 7em;
}

.lContainer > * {
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 767px) {
    .lContainer {
        padding: 5em 0 6em;
    }
}

@media screen and (max-width: 560px) {
    .lContainer {
        padding: 4em 0 5em;
    }
}

.lContainer .mContainer {
    margin-bottom: 5em;
}

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

/*リンクボタンリスト*/
.secLink .btnList {
    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;
}

.secLink .btnList .btnArea {
    width: 32%;
}

.secLink .btnList .btnArea .basicBtn {
    padding: 2em 1em;
}

@media screen and (max-width: 1020px) {
    .secLink .btnList {
        display: block;
    }
    .secLink .btnList .btnArea {
        width: 100%;
    }
    .secLink .btnList .btnArea .basicBtn {
        padding: 2em 1em;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ACCESS ショールームのアクセス */
.secAccess {
    background: #1F1616 !important;
    padding: 6em 0 7em !important;
}

@media screen and (max-width: 767px) {
    .secAccess {
        padding: 5em 0 6em !important;
    }
}

@media screen and (max-width: 560px) {
    .secAccess {
        padding: 4em 0 5em !important;
    }
}

.secAccess .mainLabel span {
    color: #FFF;
}

.secAccess .main {
    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;
}

.secAccess .main > * {
    width: 48.5%;
}

.secAccess .main .gMap {
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
}

.secAccess .main .gMap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.secAccess .main .textArea {
    padding: 2em;
    color: #FFF;
}

.secAccess .main .textArea th {
    border-right: #FFF 1px solid;
    padding-right: 2em;
    text-align: left;
    vertical-align: top;
    padding-bottom: 1em;
    width: 7em;
}

.secAccess .main .textArea td {
    padding-left: 2em;
    text-align: left;
    padding-bottom: 1em;
}

@media screen and (max-width: 1200px) {
    .secAccess .main .gMap {
        width: 40%;
    }
    .secAccess .main .textArea {
        width: 56%;
        padding: 0;
    }
}

@media screen and (max-width: 920px) {
    .secAccess .main .pcNone {
        display: inline-block;
    }
    .secAccess .main .gMap {
        width: 46%;
        padding-bottom: 44%;
    }
    .secAccess .main .textArea {
        width: 50%;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .secAccess .main {
        display: block;
    }
    .secAccess .main .gMap {
        width: 100%;
        padding-bottom: 64%;
    }
    .secAccess .main .textArea {
        width: 100%;
        margin-top: 2em;
    }
    .secAccess .main .textArea th {
        width: 8em;
    }
    .secAccess .main .pcNone {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .secAccess .main .textArea th {
        width: 7em;
    }
    .secAccess .main .pcNone {
        display: inline-block;
    }
}

/*==================================================================================================
	Wordpressparts
==================================================================================================*/
.wp-pagenavi {
    text-align: center;
    margin-top: 3em;
    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;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a {
    text-decoration: none;
    text-align: center;
    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;
    padding-top: 0;
    border: none;
    color: #FFF;
    background: #1F1616;
}

.wp-pagenavi a.page {
    width: 3em;
    height: 3em;
    margin: 0 0.2em;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    width: 3em;
    height: 3em;
    background: #1F1616;
    color: #0B2B5C;
    margin: 0 0.2em;
    border: #FFF 1px solid;
    position: relative;
}

.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
    color: #FFF;
}

.wp-pagenavi a.previouspostslink {
    margin-right: 0.7em;
}

.wp-pagenavi a.previouspostslink:before {
    content: "";
    background: url("../img/common/icon-prev.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
}

.wp-pagenavi a.previouspostslink:hover:before {
    content: "";
    background: url("../img/common/icon-prev_brown.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

.wp-pagenavi a.nextpostslink {
    margin-left: 0.7em;
}

.wp-pagenavi a.nextpostslink:before {
    content: "";
    background: url("../img/common/icon-next.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
}

.wp-pagenavi a.nextpostslink:hover:before {
    content: "";
    background: url("../img/common/icon-next_brown.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

.wp-pagenavi a.first, .wp-pagenavi a.last {
    width: 3em;
    height: 3em;
    padding: 0 10px;
}

.wp-pagenavi a:hover {
    background: #FFF;
    color: #1F1616;
    opacity: 1;
}

.wp-pagenavi .current {
    width: 3em;
    height: 3em;
    text-align: center;
    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;
    background: #000;
    color: #1F1616;
    background: #FFF;
    margin: 0 0.2em;
    border: none;
}

.wp-pagenavi .extend {
    vertical-align: middle;
    color: #A8A8A8;
}

.wpTxt {
    margin-bottom: 2em;
    /* clearfix */
}

.wpTxt:after {
    content: "";
    display: block;
    clear: both;
}

.wpTxt > *:first-child {
    margin-top: 0;
}

.wpTxt .has-text-align-right {
    text-align: left;
}

.wpTxt .has-text-align-center {
    text-align: center;
}

.wpTxt .has-text-align-left {
    text-align: right;
}

.wpTxt p {
    line-height: 2;
    margin: 1.0em 0;
    display: block;
    padding: 0 0.3em;
}

.wpTxt p a {
    color: #45BDEA;
    text-decoration: underline;
}

.wpTxt p a:hover {
    text-decoration: none;
}

.wpTxt strong {
    font-weight: bold;
}

.wpTxt .aligncenter {
    display: block;
    margin: 0 auto;
}

.wpTxt .alignright {
    float: right;
}

.wpTxt .alignleft {
    float: left;
}

.wpTxt img[class*="wp-image-"],
.wpTxt img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.wpTxt .clearfix {
    overflow: hidden;
    zoom: 1;
}

.wpTxt .clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.wpTxt h1, .wpTxt h2, .wpTxt h3, .wpTxt h4, .wpTxt h5 {
    font-size: 160%;
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
}

.wpTxt ul {
    list-style: none;
    border-radius: 0.2em;
    margin: 3em 0;
}

.wpTxt ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.6em;
}

.wpTxt ul li:last-child {
    margin-bottom: 0;
}

.wpTxt ul li:before {
    content: "●";
    color: #CCCCCC;
    font-size: 60%;
    margin-right: 0.5em;
}

.wpTxt ol {
    list-style: none;
    border-radius: 0.2em;
    margin: 3em 0;
    list-style: decimal;
}

.wpTxt ol li {
    margin-bottom: 0.6em;
    margin-left: 1.5em;
}

.wpTxt ol li:last-child {
    margin-bottom: 0;
}

.wpTxt .wp-block-gallery {
    padding: 0;
}

.wpTxt .wp-block-gallery .blocks-gallery-item {
    margin: 0;
    padding: 0;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.wpTxt .wp-block-gallery .blocks-gallery-item:nth-child(2n) {
    margin-right: 0;
}

.wpTxt .wp-block-gallery .blocks-gallery-item:before {
    display: none;
}

.wpTxt .wp-block-gallery .blocks-gallery-item figure img {
    width: 100%;
    height: 20vw;
    max-height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

@media screen and (max-width: 1020px) {
    .wpTxt .wp-block-gallery .blocks-gallery-item figure img {
        height: 28vw;
    }
}

.wpTxt table {
    margin: 0.5em 0 1em;
    max-width: 100% !important;
    min-width: 360px;
}

@media screen and (max-width: 860px) {
    .wpTxt table {
        min-width: 240px;
        width: 100% !important;
        table-layout: auto !important;
    }
}

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

.wpTxt 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: 10em;
}

.wpTxt table td {
    padding: 0.8em 1.5em 0.8em 1em;
    line-height: 1.4;
    word-break: break-all;
}

.wpTxt iframe {
    max-width: 100%;
    margin: 2em 0;
}

.wpTxt .wp-caption {
    margin: 1.6em 0;
    max-width: 100%;
}

.wpTxt .wp-caption p {
    text-align: center;
    margin: 0;
}

.wpTxt img {
    height: auto;
}

.wpTxt .lineBox {
    padding: 1.5em;
    border: #1F1616 1px solid;
    margin: 3em 0;
}

.wpTxt .lineBox .wp-block-column > *:first-child {
    margin-top: 0;
}

.wpTxt .lineBox .wp-block-column > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .wpTxt h1, .wpTxt h2, .wpTxt h3, .wpTxt h4, .wpTxt h5 {
        font-size: 140%;
        margin-bottom: 0.3em;
    }
    .wpTxt table {
        margin: 0.5em 0 1em;
        max-width: 100% !important;
        min-width: 360px;
    }
}

@media screen and (max-width: 767px) and (max-width: 860px) {
    .wpTxt table {
        min-width: 240px;
        width: 100% !important;
        table-layout: auto !important;
    }
}

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

/*==================================================================================================
	タイトル Label
==================================================================================================*/
.mainLabel {
    text-align: center;
    margin-bottom: 2.5em;
}

.mainLabel > * {
    display: block;
}

.mainLabel .en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 320%;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
}

.mainLabel .jp {
    margin-top: 0.5em;
    color: #777777;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .mainLabel .en {
        font-size: 300%;
    }
    .mainLabel .jp {
        font-size: 100%;
    }
}

@media screen and (max-width: 480px) {
    .mainLabel .en {
        font-size: 260%;
    }
    .mainLabel .jp {
        font-size: 100%;
    }
}

.mainLabel.-left {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mainLabel.-left .en {
    margin-right: 0.5em;
}

@media screen and (max-width: 860px) {
    .mainLabel.-left {
        display: block;
    }
    .mainLabel.-left .en {
        margin-right: 0;
    }
    .mainLabel.-left > * {
        text-align: left;
    }
}

.detailLabel {
    margin-bottom: 1em;
}

.detailLabel .sub {
    font-size: 120%;
    display: block;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0.5em;
    color: #777777;
}

.detailLabel .main {
    font-size: 230%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: inline-block;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (max-width: 1020px) {
    .detailLabel .sub {
        font-size: 110%;
    }
    .detailLabel .main {
        font-size: 180%;
    }
}

@media screen and (max-width: 767px) {
    .detailLabel .sub {
        font-size: 100%;
    }
    .detailLabel .main {
        font-size: 160%;
    }
}

/*==================================================================================================
	ボタン Button
==================================================================================================*/
.btnArea {
    width: 100%;
    margin-top: 2em;
}

.btnArea.snsBtn {
    margin-top: 4em;
}

.btnArea .basicBtn {
    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: 100%;
    max-width: 380px;
    cursor: pointer;
    padding: 1em;
    text-align: center;
    background-color: #816F3E;
    color: #FFF;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-size: 120%;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.btnArea .basicBtn:before {
    content: "";
    width: 0;
    height: 100%;
    background: #A38E53;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btnArea .basicBtn:after {
    content: "";
    width: 3em;
    height: 0.5px;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
}

.btnArea .basicBtn:hover:before {
    width: 100%;
}

.btnArea .basicBtn span {
    position: relative;
    display: block;
    white-space: nowrap;
}

.btnArea .basicBtn.-center {
    margin-left: auto;
    margin-right: auto;
}

.btnArea .basicBtn.-small {
    max-width: 150px;
    font-size: 90%;
    padding: 0.8em;
}

.btnArea .basicBtn.-small:after {
    width: 2em;
}

.btnArea .basicBtn.-black {
    background: #1F1616;
}

.btnArea .basicBtn.-black:before {
    background: #382727;
}

.btnArea .basicBtn.-phone span {
    padding-left: 1.5em;
}

.btnArea .basicBtn.-phone span:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/common/icon-phone.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
}

.btnArea .basicBtn.-web span {
    padding-left: 1.5em;
}

.btnArea .basicBtn.-web span:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/common/icon-mail.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
}

.btnArea .basicBtn.-calendar span {
    padding-left: 1.5em;
}

.btnArea .basicBtn.-calendar span:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/common/icon-calendar.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
}
