@charset "utf-8";

/*
Theme Name: Cher Corporation
*/

/*-------------------------------------------
ress.css
-------------------------------------------*/
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4;
}

*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}

hr {
    overflow: visible;
    height: 0;
    color: inherit;
}

details,
main {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

a {
    background-color: transparent;
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

pre {
    font-size: 1em;
}

b,
strong {
    font-weight: bolder;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    border-color: inherit;
    text-indent: 0;
}

iframe {
    border-style: none;
}

input {
    border-radius: 0;
}

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

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

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    max-width: 100%;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
}

[disabled] {
    cursor: default;
}

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled="true"] {
    cursor: default;
}

/*-------------------------------------------
slick-theme.css
-------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"),
        url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

/*-------------------------------------------
slick.css
-------------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*-------------------------------------------
common
-------------------------------------------*/
/*
Noto Sans Japanese
font-family: 'Noto Sans JP', sans-serif;
Thin 100
Light 300
Regular 400
Medium 500
Bold 700
Black 900

Noto Serif Japanese
font-family: 'Noto Serif JP', serif;
Regular 400
Medium 500
SemiBold 600
Bold 700
*/

html {
    /*visibility: hidden;*/
    font-size: 100%;
}
/*
html.wf-active,
html.loading-delay {
  visibility: visible;
}*/

body {
    color: #333;
    font-family: "Noto Serif JP", serif;
}

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

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.6s;
}

a:hover {
    opacity: 0.6;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    min-width: 1240px;
    margin: 0 auto;
}

.inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.fade {
    opacity: 0;
    transition: 2s;
}

.fade.show {
    opacity: 1;
}

.fadeBottom {
    transform: translateY(30px);
    opacity: 0;
    transition: 2s;
}

.fadeBottom.show {
    transform: translateY(0);
    opacity: 1;
}

.sp {
    display: none;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    visibility: visible;
    width: 100%;
    height: 100%;
    background: #f6f6f7;
    opacity: 1;
    transition: 2s;
}

.loader.is-active {
    visibility: hidden;
    opacity: 0;
}

.loader__animation {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #f6f6f7;
    opacity: 0;
    transition: 2s;
}

.loader__animation.is-active {
    visibility: visible;
    opacity: 1;
}

.loader__logo {
    position: relative;
    width: 268px;
}

.loader__logo:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f7;
    content: "";
    animation: loder 1s ease 1s forwards;
}

@keyframes loder {
    0% {
        right: 0;
    }
    100% {
        right: -100%;
    }
}

@media screen and (max-width: 480px) {
    .wrapper {
        min-width: 100%;
    }

    .inner {
        width: 100%;
        padding: 0 20px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .squareBtn {
        position: relative;
        left: calc(50% - 50px);
        width: 100px;
        padding-left: 0;
        height: 12px;
        font-size: 13px;
    }

    .squareBtn:hover {
        background: transparent;
    }

    .squareBtn:before {
        top: initial;
        bottom: -3px;
        transform: translateY(0);
        right: 0;
        width: 100%;
        height: 1px;
    }

    .squareBtn:after {
        top: initial;
        right: 0.5px;
        transform-origin: right center;
        transform: rotate(45deg);
        width: 10px;
        bottom: -3px;
        height: 1px;
        border: none;
        background: #000;
    }
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.header {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 22px 50px;
}

#js-header.clone {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translateY(-290px);
    width: 100%;
    transition: 0.6s;
}

#js-header.clone.is-show {
    transform: translateY(0);
}

body:not(.home) .header {
    padding: 8px 50px;
}
/*
.header.fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
*/
.headerLogo {
    padding-top: 8px;
}

.headerLogo a {
    display: flex;
    align-items: center;
}

.headerLogo__img {
    width: 100px;
    margin-right: 15px;
}

.headerLogo__text {
    color: #534741;
    font-size: 15px;
    letter-spacing: -0.02em;
}

.hamburgerMenu {
    position: relative;
    left: calc(50% - 610px);
}

.hamburgerMenu__close,
.hamburgerMenuLogo {
    display: none;
}

.nav__list {
    display: flex;
    align-items: center;
}

.nav__item {
    font-size: 12px;
    text-align: center;
}

.nav__item:not(:last-child) {
    margin-right: 88px;
}

.nav__link {
    display: block;
    position: relative;
    color: #000;
}

/* 波形の設定 */
.nav__link:hover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #333;
    /*はじめは不透明*/
    opacity: 1;
    animation: 1s circleanime forwards;
    content: "";
}

@keyframes circleanime {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.nav__link span {
    display: block;
    padding-bottom: 7px;
    color: #534741;
    font-size: 20px;
}

.hamburgerMenuTel {
    display: none;
}

.headerTel {
    display: none;
}

.hamburger {
    display: none;
}

.headerRecruit {
    display: flex;
    position: absolute;
    z-index: 5;
    top: 25px;
    right: 22px;
    width: 63px;
    height: 226px;
}

.headerRecruit:before,
.headerRecruit:after {
    position: absolute;
    bottom: -36px;
    left: 50%;
    width: 1px;
    z-index: 1;
    background: #534741;
    content: "";
    pointer-events: none;
    transition: 0.6s;
}

.headerRecruit:before {
    height: 58px;
    transform: translateX(-50%);
}

.headerRecruit:after {
    height: 12px;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: center bottom;
}

.headerRecruit:hover:before,
.headerRecruit:hover:after {
    background: #fff;
}

.headerRecruit__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    padding-top: 56px;
    background: #fff;
    overflow: hidden;
}

.headerRecruit__link:before {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #534741;
    transition: 0.4s;
    content: "";
}

.headerRecruit__link:hover {
    opacity: 1;
}

.headerRecruit__link:hover:before {
    top: 0;
}

.headerRecruit__en {
    position: relative;
    margin-bottom: 42px;
    transform: rotate(90deg);
    color: #534741;
    font-size: 24px;
    transition: 0.6s;
}

.headerRecruit__ja {
    position: relative;
    padding-right: 5px;
    color: #534741;
    font-size: 14px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: 0.6s;
}

.headerRecruit__link:hover .headerRecruit__en {
    color: #fff;
}

.headerRecruit__link:hover .headerRecruit__ja {
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .hamburgerMenu {
        left: calc(50% - 460px);
    }

    .nav__item:not(:last-child) {
        margin-right: 68px;
    }
}

@media screen and (max-width: 480px) {
    .header,
    body:not(.home) .header {
        align-items: flex-start;
        padding: 10px 14px 8px 48px;
    }

    #js-header.clone {
        transform: translateY(-350px);
    }

    #js-header.clone .hamburgerMenu {
        top: -200%;
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .headerLogo {
        margin-right: auto;
        padding-top: 0;
    }

    .headerLogo__img {
        width: 66px;
        margin-right: 12px;
    }

    .headerLogo__text {
        font-size: 12px;
        letter-spacing: -0.03em;
    }

    .hamburgerMenu {
        position: fixed;
        top: -100%;
        top: calc(-100% + -40px);
        left: 0;
        z-index: 20;
        /*overflow-y: scroll;*/
        /*visibility: hidden;*/
        width: 100%;
        height: 100vh;
        height: 100%;
        padding-top: 15px;
        background: rgba(0, 0, 0, 0.95);
        /*opacity: 0;*/
        transition: 0.6s;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hamburgerMenu.open {
        top: 0;
        /*visibility: visible;
    opacity: 1;*/
    }

    .hamburgerMenu__close {
        display: block;
        position: absolute;
        top: 20px;
        right: 16px;
        width: 30px;
        height: 30px;
    }

    .hamburgerMenu__close:before,
    .hamburgerMenu__close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 38px;
        height: 2px;
        background: #b79574;
        content: "";
    }

    .hamburgerMenu__close:before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .hamburgerMenu__close:after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .hamburgerMenuLogo {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
        padding-left: 105px;
    }

    .hamburgerMenuLogo__img {
        width: 66px;
        margin-right: 12px;
    }

    .hamburgerMenuLogo__text {
        color: #fff;
        font-size: 12px;
    }

    .nav {
        margin-bottom: 25px;
        padding-left: 0;
    }

    .nav__list {
        flex-direction: column;
    }

    .nav__item:not(:first-child) {
        margin-top: 25px;
    }

    .nav__item:not(:last-child) {
        margin-right: 0;
    }

    .nav__link {
        color: #fff;
        font-size: 12px;
    }

    .nav__link:hover:before {
        content: none;
    }

    .nav__link span {
        color: #c69c6d;
        font-size: 20px;
    }

    .hamburgerMenuTel {
        display: flex;
        align-items: center;
        width: 222px;
        height: 54px;
        margin: 0 auto;
        padding-left: 32px;
        background: #902244;
    }

    .hamburgerMenuTel__img {
        width: 17px;
        margin-right: 16px;
    }

    .hamburgerMenuTel__text {
        color: #fff;
        font-size: 14px;
    }

    .headerTel {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 54px;
        height: 54px;
        margin-right: 15px;
        background: #902244;
    }

    .headerTel__icon {
        width: 17px;
    }

    .hamburger {
        display: block;
        position: relative;
        z-index: 30;
        z-index: 10;
        width: 38px;
        height: 37px;
        margin-top: 7px;
        cursor: pointer;
    }

    .hamburger span {
        position: absolute;
        transition: 0.6s;
    }

    .hamburger__line {
        left: 0;
        width: 38px;
        height: 2px;
        background: #534741;
    }

    .hamburger__line:nth-of-type(1) {
        top: 0;
    }

    /*.hamburger.open .hamburger__line:nth-of-type(1) {
    transform: translateY(17px) rotate(-45deg);
    background: #b79574;
  }*/

    .hamburger__line:nth-of-type(2) {
        top: 11px;
    }

    /*.hamburger.open .hamburger__line:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
    background: #b79574;
  }*/

    .hamburger__text {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        color: #534741;
        font-size: 11px;
    }

    /*.hamburger.open .hamburger__text {
    opacity: 0;
  }*/

    .headerRecruit {
        top: 92px;
        right: 15px;
        height: 216px;
    }

    .headerRecruit__link {
        padding-top: 48px;
    }

    .headerRecruit__en {
        margin-bottom: 40px;
    }
}

/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
.mv {
    width: 100%;
    max-width: 1723px;
    margin: 0 auto;
    padding: 0 10px;
}

.mv-slick {
    line-height: 1;
}

.mv-slick.slick-initialized {
    opacity: 1;
}

.mv-slick__item {
    position: relative;
}

.mv-slick__item:before {
    display: block;
    padding-top: 39%;
    content: "";
}

.mv-slick__item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

/* ズーム */
.slide-animation {
    animation: fadezoom 10s 0s forwards;
}

@keyframes fadezoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

@media screen and (max-width: 480px) {
    .mv {
        padding: 0;
    }

    .mv-slick__item:before {
        padding-top: 78%;
    }
}

/*-------------------------------------------
NEWS お知らせ
-------------------------------------------*/
.topNews {
    padding: 44px 0 60px;
}

.topNews__inner {
    width: 870px;
    margin: 0 auto;
}

.topNewsHead {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
    padding-left: 265px;
}

.topNewsHead:before {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 23px;
    background: #534741;
    content: "";
}

.topNewsHead__place {
    margin-right: 10px;
    font-size: 19px;
}

.topNewsHead__logo {
    width: 100px;
}

.topNewsWrap {
    display: flex;
    justify-content: space-between;
}

.topNewsBox {
    width: 218px;
    height: 149px;
    padding-top: 30px;
    background: #534741;
    text-align: center;
}

.topNewsBox__title {
    margin-bottom: 18px;
    color: #ecdabb;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 0.14em;
}

.topNewsBox__link {
    position: relative;
    color: #ecdabb;
}

.topNewsBox__link:before {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background: #ecdabb;
    content: "";
}

.topNewsList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 645px;
    height: 149px;
    padding: 24px 32px;
    background: #fff;
}

.topNewsList__meta,
.topNewsList__title {
    line-height: 1.3125;
}

.topNewsList__meta:not(:first-of-type),
.topNewsList__title:not(:first-of-type) {
    /*margin-top: 12px;*/
}

.topNewsList__meta {
    display: flex;
    align-items: center;
    width: 188px;
}

.topNewsList__date {
    margin-right: 12px;
}

.topNewsList__cat {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 28px;
    border-radius: 14px;
    background: #534741;
    color: #fff;
    font-size: 13px;
}

.topNewsList__title {
    width: calc(100% - 188px);
    font-weight: 400;
}

.topNewsList__title a {
    color: #333;
}

@media screen and (max-width: 480px) {
    html #wpadminbar {
        display: none;
    }

    .topNews {
        padding: 28px 0 46px;
    }

    .topNews__inner {
        width: 100%;
        padding: 0 20px;
    }

    .topNewsHead {
        justify-content: center;
        margin-bottom: 60px;
        padding-left: 0;
    }

    .topNewsHead__title {
        margin-bottom: 15px;
        font-size: 40px;
        letter-spacing: 0.25em;
    }

    .topNewsHead__link {
        top: initial;
        bottom: -48px;
        left: 50%;
        right: initial;
        transform: translate(-50%, 0);
        font-size: 20px;
    }

    .topNewsHead__link:before {
        bottom: -7px;
    }

    .topNewsWrap {
        flex-direction: column;
    }

    .topNewsBox {
        width: 100%;
        height: 80px;
        padding-top: 20px;
    }

    .topNewsBox__title {
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 28px;
    }

    .topNewsBox__link {
        vertical-align: 3px;
    }

    .topNewsBox__link:before {
        bottom: -2px;
    }

    .topNewsList {
        width: 100%;
        height: 149px;
        height: auto;
        align-items: stretch;
        background: transparent;
        padding: 0;
    }

    .topNewsList__meta,
    .topNewsList__title {
        background: #fff;
    }

    .topNewsList__meta {
        width: 100%;
        padding: 10px 15px 2px;
    }

    .topNewsList__meta:not(:first-of-type) {
        margin-top: 10px;
    }

    .topNewsList__date {
        margin-right: 10px;
        font-size: 18px;
    }

    .topNewsList__cat {
        width: 71px;
        height: 27px;
    }

    .topNewsList__title {
        width: 100%;
        /*padding: 0 0 0 10px;*/
        font-size: 18px;
        padding: 0 15px 10px;
        line-height: 1.75;
    }

    .topNewsList__title:not(:first-of-type) {
        margin-top: 0;
    }
}

/*-------------------------------------------
導入文
-------------------------------------------*/
.topIntro {
    position: relative;
    padding-bottom: 70px;
}

.topIntro:before,
.topIntro:after {
    position: absolute;
    z-index: -1;
    content: "";
}

.topIntro:before {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1387px;
    background: url(img/top/bg-home--pc.png) no-repeat center / cover;
}

/*
.topIntro:after {
  bottom: 185px;
  left: calc(50% + 430px);
  width: 563px;
  height: 702px;
  background: url(img/top/bg-home--decoration.png) no-repeat center / contain;
}*/

.topIntro__text {
    font-size: 17px;
    text-align: center;
    line-height: 1.94;
}

@media screen and (max-width: 480px) {
    .bgHome {
        background: url(img/top/bg-home--sp.png) no-repeat top 0 center / cover;
    }

    .topIntro {
        padding: 0 0 45px;
    }

    .topIntro:before,
    .topIntro:after {
        content: none;
    }

    .topIntro .inner {
        padding: 0 15px;
    }

    .topIntroHead {
        align-items: flex-start;
        padding-left: 0;
    }

    .topIntroHead__place {
        padding: 26px 0 0 25px;
    }

    .topIntro__text {
        font-size: 18px;
        line-height: 1.89;
    }
}

/*-------------------------------------------
店内写真
-------------------------------------------*/
.inStorePhotos {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.inStorePhotos__photo {
    /*width: 100%;*/
}

.inStorePhotos__photo:nth-child(2) {
    transition-delay: 0.3s;
}

.inStorePhotos__photo:nth-child(3) {
    transition-delay: 0.6s;
}

@media screen and (max-width: 480px) {
    .inStorePhotos {
        display: block;
    }

    .inStorePhotos__photo {
        width: 100%;
    }

    .inStorePhotos__photo:nth-child(2),
    .inStorePhotos__photo:nth-child(3) {
        transition-delay: 0s;
    }
}

/*-------------------------------------------
店舗ごあいさつ
-------------------------------------------*/
.greeting {
    padding: 145px 0 102px;
    background: url(img/top/bg-greeting--pc.png) no-repeat center / cover;
}

.greetingBox {
    position: relative;
    width: 530px;
    margin: 0 45px 0 auto;
}

.greetingBox:before {
    position: absolute;
    top: -95px;
    left: 10px;
    width: 382px;
    height: 160px;
    background: url(img/top/logo--greeting--pc.png) no-repeat center / contain;
    content: "";
}

.greetingBox__title {
    margin-bottom: 85px;
    color: #fff;
    font-size: 17px;
    transition-delay: 0.6s;
}

.greetingBox__textarea {
    transition-delay: 1.2s;
}

.greetingBox__text {
    color: #fff;
    font-size: 15px;
    line-height: 1.75;
}

.greetingBox__text:not(:first-child) {
    margin-top: 26px;
}

@media screen and (max-width: 480px) {
    .greeting {
        padding: 408px 0 50px;
        padding: 138px 0 50px;
        background: url(img/top/bg-greeting--sp.png) no-repeat center / cover;
    }

    .greetingBox {
        width: 100%;
    }

    .greetingBox:before {
        /*top: -110px;
    left: calc(50% - 90px);*/

        top: -65px;
        left: calc(50% - 105px);

        width: 281px;
        height: 118px;
        background: url(img/top/logo--greeting--sp.png) no-repeat center / contain;
    }

    .greetingBox__title {
        margin-bottom: 28px;
        font-size: 20px;
        text-align: center;
        transition-delay: 0.4s;
    }

    .greetingBox__textarea {
        padding: 0 22px;
        transition-delay: 0.8s;
    }

    .greetingBox__text {
        font-size: 18px;
        line-height: 2;
    }

    .greetingBox__text:not(:first-child) {
        margin-top: 0;
    }
}

/*-------------------------------------------
マップ
-------------------------------------------*/
.map {
    position: relative;
    width: 100%;
    height: 520px;
    margin: 0 auto;
    /*border: 13px solid #ae9048;*/
    border: 13px solid #d4b447;
}

.map iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .map {
        height: 385px;
        border: none;
    }
}

/*-------------------------------------------
下層ページ common parts
-------------------------------------------*/
.underHead {
    position: relative;
    height: 258px;
    padding-top: 83px;
    background: url(img/common/bg-underHead--pc.png) no-repeat center / 1920px 258px;
    background: url(img/common/bg-underHead--pc.png) no-repeat center / cover;
}

.underHead:before {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 23px;
    background: #fff;
    content: "";
}

.underHead__title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.underHead__title span {
    display: block;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.bg-underPage {
    background: #c19e68 url(img/common/bg-underPage--pc.png) no-repeat top -180px center / 1920px 1460px;
    background: #c19e68 url(img/common/bg-underPage--pc.png) no-repeat top -180px center / cover;
}

.telBox a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 328px;
    height: 66px;
    /*margin: 0 auto;
  border-radius: 5px;
  background: #902244;
  color: #fff;*/
}

@media screen and (max-width: 480px) {
    .underHead {
        height: 222px;
        padding-top: 75px;
        background: url(img/common/bg-underHead--sp.png) no-repeat center / cover;
    }

    .underHead:before {
        bottom: 0;
        height: 67px;
    }

    .underHead__title {
        font-size: 16px;
    }

    .underHead__title span {
        font-size: 35px;
        line-height: 1.2;
        letter-spacing: 0.125em;
    }

    .bg-underPage {
        background: #c19e68 url(img/common/bg-underPage--sp.png) no-repeat top center / 100%;
    }

    .telBox {
        border-radius: 3px;
    }

    .telBox a {
        width: 350px;
        font-size: 18px !important;
    }
}

/*-------------------------------------------
料金システム
-------------------------------------------*/
.page-id-149 .bg-underPage {
    padding-top: 70px;
}

.system {
    width: 945px;
    margin: 0 auto 105px;
    padding: 50px 55px;
    border: 5px solid #9a7c1f;
    background: rgba(255, 255, 255, 0.5);
}

.system h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 280px;
    height: 48px;
    margin: 0 auto 25px;
    background: #a78651;
}

.system h2:before,
.system h2:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 23px;
    content: "";
}

.system h2:before {
    left: 10px;
    background: url(img/system/bg_ttl_left.png) no-repeat center / contain;
}

.system h2:after {
    right: 10px;
    background: url(img/system/bg_ttl_right.png) no-repeat center / contain;
}

.system .wp-block-columns:not(:first-child) {
    margin-top: 65px;
}

.system .wp-block-columns:last-of-type {
    margin-bottom: 45px;
}

.system .wp-block-table {
    margin: 0 0 10px;
}

.system .wp-block-columns p {
    width: 280px;
    margin: 0 auto;
}

.system table {
    width: 280px;
    margin: 0 auto;
}

.system table tr {
    border-bottom: 1px solid #d3c0a2;
}

.system .wp-block-table td,
.system .wp-block-table th {
    border: none;
}

.system table td {
    padding: 8px 0;
}

.system table td:last-child {
    text-align: right;
}

.access {
    /*padding-bottom: 85px;*/
}

.access-ttl--en {
    letter-spacing: 0.25em;
}

.access-ttt--ja {
    position: relative;
    margin-bottom: 75px;
}

.access-ttt--ja:before {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 23px;
    background: #fff;
    content: "";
}

.access .address {
    margin-bottom: 15px;
}

.access .walktime {
    margin-bottom: 50px;
    line-height: 175%;
}

.access .wp-block-buttons {
    margin-bottom: 50px;
}

.access .map {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

@media screen and (max-width: 480px) {
    .page-id-149 .bg-underPage {
        padding-top: 28px;
    }

    .system {
        width: 100%;
        margin: 0 auto 48px;
        padding: 30px 20px 34px;
    }

    .system .wp-block-columns:not(:first-child) {
        margin-top: 38px;
        margin-bottom: 26px;
    }

    .system h2 {
        margin: 0 auto 12px;
        line-height: 1.25;
        letter-spacing: 0.14em;
    }

    .access {
        padding-bottom: 0;
    }

    .access-ttl--en {
        font-size: 35px;
        letter-spacing: 0.125em;
        line-height: 1;
    }

    .access-ttt--ja {
        margin-bottom: 55px;
    }

    .access .wp-block-buttons {
        margin-bottom: 40px;
    }

    .access .access-map {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .access .access-map img {
        height: 385px;
        object-fit: cover;
    }
}

/*-------------------------------------------
店舗紹介
-------------------------------------------*/
.floorguide {
    padding: 60px 0 80px;
}

/* 端数揃える */
.floorguide .wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}

/* 画像高さ */
.floorguide .wp-block-gallery.has-nested-images figure.wp-block-image img {
    flex: auto !important;
    height: 196px !important;
}

@media screen and (max-width: 600px) {
    .floorguide .wp-block-gallery.has-nested-images figure.wp-block-image img {
        height: 397px !important;
    }
}

@media screen and (max-width: 480px) {
    .floorguide {
        padding: 25px 0 45px;
    }

    .floorguide .wp-block-gallery.has-nested-images figure.wp-block-image img {
        height: 124px !important;
    }
}

/*-------------------------------------------
採用情報
-------------------------------------------*/
.page-id-28 .bg-underPage {
    padding: 60px 0 50px;
}

/* フロアレディ大募集 */
.floor-lady {
    width: 945px;
    margin: 0 auto 75px;
    padding: 20px 20px 35px;
    border: 5px solid #9a7c1f;
    background: rgba(255, 255, 255, 0.5);
}

.floor-lady-cover {
    margin-bottom: 55px;
    border-radius: 5px;
}

.floor-lady-cover img {
    border-radius: 5px;
}

.floor-lady-cover h2 {
    padding: 0 0 25px 45px;
    color: #fff;
    line-height: 1.025;
    letter-spacing: 0.14em;
}

.floor-lady-cover p {
    display: inline;
    margin-left: 55px;
    padding: 2px 6px 2px 10px;
    background: -moz-linear-gradient(transparent 0%, #fff 0%);
    background: -webkit-linear-gradient(transparent 0%, #fff 0%);
    background: linear-gradient(transparent 0%, #fff 0%);
    color: #534741;
    font-size: 23px;
    line-height: 2.15;
    letter-spacing: 0.14em;
}

/* 送迎ドライバー急募！！！ */
.driver {
    position: relative;
    width: 945px;
    margin: 0 auto 60px;
    padding: 65px 25px 35px;
    border: 5px solid #9a7c1f;
    background: rgba(255, 255, 255, 0.5);
}

.driver-label {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
    height: 62px;
    background: #534741;
    color: #ecdabb;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.14em;
}

.recruitDetail {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.recruitDetail table {
}

.recruitDetail td {
    vertical-align: top;
}

.floor-lady .wp-block-table td,
.floor-lady .wp-block-table th,
.driver .wp-block-table td,
.driver .wp-block-table th {
    padding: 0;
    border: none;
}

.recruitDetail td:first-child,
.recruitDetail td:last-child {
    color: #000;
    line-height: 1.75;
}

.recruitDetail tr:not(:first-of-type) {
    border-top: 30px solid transparent;
}

.recruitDetail td:first-child {
    position: relative;
    width: 100px;
    padding-left: 32px;
}

.recruitDetail td:first-child:after {
    position: absolute;
    top: 0;
    right: 2px;
    width: 1px;
    height: 30px;
    background: #c1a880;
    content: "";
}

.recruitDetail td:last-child {
    width: calc(100% - 100px);
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
    .page-id-28 .bg-underPage {
        padding: 26px 0 2px;
    }

    /* フロアレディ大募集 */
    .floor-lady {
        width: 350px;
        margin: 0 auto 56px;
        padding: 10px 8px 25px;
    }
    /*
  .recruitFloorHead {
    height: 167px;
    margin-bottom: 13px;
    background:  url(img/recruit/bg-floorPhoto--sp.jpg) no-repeat center / contain;
  }*/

    .floor-lady-cover {
        height: 167px;
        min-height: 167px !important;
        margin-bottom: 10px;
    }

    .floor-lady-cover h2 {
        padding: 0px 0 0 5px;
        font-size: 38px !important;
        letter-spacing: 0;
    }

    .floor-lady-cover p {
        margin-left: 8px;
        padding: 2px 5px;
        font-size: 14px !important;
    }

    .recruitDetail {
        padding: 0 13px;
    }

    .floor-lady .recruitDetail td {
        display: block;
        width: 100%;
    }

    .floor-lady .recruitDetail td:first-child {
        margin-bottom: 5px;
        padding-left: 0;
    }

    .floor-lady .recruitDetail tr:not(:first-of-type) {
        border-top: 12px solid transparent;
    }

    .recruitFloor .recruitDetail td:first-child:not(:first-of-type) {
        margin-top: 23px;
    }

    .floor-lady .recruitDetail td:first-child:after {
        display: inline-block;
        width: 31px;
        height: 1px;
        top: 50%;
        right: initial;
        transform: translateY(-50%);
        margin-left: 10px;
    }

    .floor-lady .recruitDetail td:last-child {
        padding-left: 0;
        line-height: 1.75;
    }

    .recruitFloor .recruitDetail td:last-child:not(:first-of-type) {
        margin-top: 0;
    }

    /* 送迎ドライバー急募！！！ */
    .driver {
        width: 350px;
        margin: 0 auto 45px;
        padding: 56px 0px 25px;
    }

    .driver-label {
        top: -22px;
        width: 275px;
        height: 47px;
        font-size: 21px !important;
    }

    .driver .recruitDetail td:first-child,
    .driver .recruitDetail td:last-child {
        line-height: 1.5;
    }

    .driver .recruitDetail td:first-child {
        width: 70px;
        padding-left: 12px;
    }
    /*
  .recruitDetail td:last-child {
    width: calc(100% - 70px);
    padding-left: 16px;
  }*/
}

/* 応募フォーム */
.entry-form {
    /*padding-bottom: 40px;*/
    width: 945px;
    margin: 0 auto;
}

.entry-form h2 {
    position: relative;
    margin-bottom: 55px;
    color: #fff;
    font-size: 31px !important;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.25em;
}

.entry-form h2:before {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 23px;
    background: #fff;
    content: "";
}

.entry-form p {
    margin-bottom: 36px;
    color: #fff;
    text-align: left;
    line-height: 1.75;
}

.entry-form p a {
    color: #fff !important;
    text-decoration: underline !important;
}

/* Contact Form 7 */
.wpcf7 {
    width: 760px;
    margin: 0 auto;
    padding-top: 70px;
}

.cf7__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.cf7__list dt,
.cf7__list dd {
    color: #fff;
    line-height: 1.75;
}

.cf7__list dt:not(:first-of-type),
.cf7__list dd:not(:first-of-type) {
    margin-top: 21px;
}

.cf7__list dt {
    width: 160px;
}

.cf7__list dd {
    width: calc(100% - 160px);
}

/* ラジオボタンの1番左側の余白を削除 */
.cf7__list .wpcf7-list-item.first {
    margin: 0;
}

.cf7__list .wpcf7-list-item {
    margin: 0 0 0 25px;
}

/* デフォルトのボタン */
.cf7__list dd input[type="radio"] {
    position: absolute;
    /* デフォルトのボタンを非表示 */
    opacity: 0;
}

.cf7__list .wpcf7-list-item-label {
    cursor: pointer;
}

/* チェック前のボタン */
.cf7__list .wpcf7-list-item-label:before {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 1px solid #808080;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #fff;
    background: #ccc;
    vertical-align: middle;
    content: "";
    cursor: pointer;
}

/* チェック後のボタン */
.cf7__list dd input[type="radio"]:checked + .wpcf7-list-item-label:before {
    box-shadow: inset 0 0 0 3px #fff;
    /* チェック後の中心の色 */
    background: #62af68;
}

.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
    width: 100%;
    padding: 13px 10px;
    border-radius: 5px;
    background: #ecdabb;
}

.cf7__list dd textarea {
    height: 11rem;
}

.cf7__btn input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 602px;
    height: 68px;
    margin-left: auto;
    border-radius: 5px;
    background: #902244;
    color: #fff;
    font-size: 18px;
    transition: 0.6s;
}

.cf7__btn input[type="submit"]:hover {
    opacity: 0.6;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
}

@media screen and (max-width: 480px) {
    .entry-form {
        padding-bottom: 5px;
        width: 350px;
    }

    .entry-form .inner {
        padding: 0 15px;
    }

    .entry-form h2 {
        margin-bottom: 44px;
        font-size: 31px;
        letter-spacing: 0.1em;
    }

    .entry-form h2:before {
        bottom: -32px;
    }

    .entry-form p {
        margin-bottom: 30px;
    }

    .wpcf7 {
        width: 350px;
        padding-top: 42px;
    }

    .cf7__list {
        margin-bottom: 10px;
    }

    .cf7__list dt {
        width: 100%;
    }

    .cf7__list dt p {
        margin-bottom: 0px !important;
    }

    .cf7__list dt:not(:first-of-type) {
        margin: 9px 0 5px;
        padding-top: 0;
    }

    .cf7__list dd {
        width: 100%;
    }

    .cf7__list dd:first-of-type {
        margin: 10px 0;
    }

    .cf7__list dd:not(:first-of-type) {
        margin-top: 0;
    }

    .cf7__list .wpcf7-radio {
        display: flex;
        flex-wrap: wrap;
        width: 250px;
    }

    .job-radio .wpcf7-list-item.last {
        margin-left: 0 !important;
    }

    .cf7__list .wpcf7-list-item:nth-of-type(3) {
        margin: 0;
    }

    .cf7__list dd input[type="text"],
    .cf7__list dd input[type="tel"],
    .cf7__list dd input[type="email"],
    .cf7__list dd textarea {
        padding: 5px;
        border-radius: 3px;
    }

    .cf7__list dd textarea {
        height: 10rem;
    }

    .cf7__btn input[type="submit"] {
        width: 350px;
        height: 49px;
        font-size: 16px;
    }
}

/*-------------------------------------------

-------------------------------------------*/

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

/*-------------------------------------------
ブログ(一覧)
-------------------------------------------*/
.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 90px;
}

.container main {
    width: 820px;
    padding: 30px 30px 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.container aside {
    width: 330px;
}

.blogList {
    margin-bottom: 30px;
}

.blogItem {
}

.blogItem:not(:first-child) {
    margin-top: 40px;
}

.blogItem__link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blogItem__thumb {
    width: 284px;
    height: 187px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 40px;
}

.blogItem__textarea {
    width: 430px;
    margin-top: 16px;
}

.blogItem__meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blogItem__date {
    margin-right: 12px;
    color: #534741;
    letter-spacing: 0.1325em;
}

.blogItem__cat {
    padding: 4px 17px;
    border-radius: 14px;
    background: #a78651;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.blogItem__title {
    margin-bottom: 20px;
    color: #534741;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.blogItem__text {
    color: #666666;
    font-size: 15px;
    line-height: 1.65;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-numbers li {
    margin: 0 10px;
    border-radius: 50%;
}

.page-numbers li span,
.page-numbers li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.page-numbers li span {
    background: #a78651;
    color: #fff;
}

.page-numbers li a {
    background: #fff;
    color: #a78651;
}

.page-numbers li a:hover {
    background: #a78651;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .container {
        flex-direction: column;
        width: 100%;
        padding: 35px 20px;
    }

    .container main {
        width: 100%;
        margin-bottom: 25px;
        padding: 15px 20px 32px;
        border-radius: 8px;
    }

    .container aside {
        width: 100%;
    }

    .blogItem:not(:first-child) {
        margin-top: 30px;
    }

    .blogItem__link {
        flex-direction: column;
    }

    .blogItem__thumb {
        width: 310px;
        margin-right: 0;
    }

    .blogItem__textarea {
        width: 100%;
    }

    .blogItem__date {
        font-size: 16px;
    }

    .page-numbers li {
        margin: 0 5px;
    }

    .page-numbers li span,
    .page-numbers li a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

/*-------------------------------------------
ブログ（詳細）
-------------------------------------------*/
.blogDetail {
}

.blogDetail__title {
    margin: 5px 0 26px;
    padding: 17px 0 17px 15px;
    border-top: 1px solid #a78651;
    border-bottom: 1px solid #a78651;
    color: #534741;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.blogDetail__thumb {
    width: 100%;
    height: 498px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 35px;
}

.blogDetail__meta {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.blogDetail__date {
    margin-right: 12px;
    color: #534741;
    letter-spacing: 0.1325em;
}

.blogDetail__cat {
    padding: 4px 17px;
    border-radius: 14px;
    background: #a78651;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.blogDetail__text {
    color: #666666;
    font-size: 15px;
    line-height: 1.65;
}

.blogDetail__text .wp-block-image {
    margin: 0 0 2em;
}

.blogDetail__text .wp-block-image img {
    border-radius: 5px;
}

@media screen and (max-width: 480px) {
    .blogDetail__title {
        margin: 0px 0 20px;
        padding: 11px 0 11px 10px;
        font-size: 15px;
        line-height: 1.3;
    }

    .blogDetail__thumb {
        width: 318px;
        height: 187px;
        margin-bottom: 18px;
    }

    .blogDetail__meta {
        margin-bottom: 18px;
    }
}

/*-------------------------------------------
サイドバー
-------------------------------------------*/
.container aside section {
    padding: 22px 26px 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.container aside section:not(:first-child) {
    margin-top: 28px;
}

.container aside .side-title {
    margin-bottom: 15px;
    color: #534741;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.14em;
}

.container #searchform input {
    margin-bottom: 12px;
    padding: 0 10px;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    background: #fff;
}

.container #searchform button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    background: #a78651;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: #fff;
}

.container aside li {
    line-height: 1.5;
}

.container aside li:not(:last-child) {
    margin-bottom: 17px;
}

.container aside li a {
    color: #534741;
    text-decoration: underline;
}

.xo-month-wrap:not(:first-of-type) {
    margin-top: 20px;
}

.dashicons-arrow-right-alt2:before,
.dashicons-arrow-left-alt2:before {
    content: none;
}

.xo-event-calendar table.xo-month .month-header {
    margin: 0 0 15px;
    padding: 6px 0;
    background: #a78651;
}

.xo-event-calendar table.xo-month .month-header > span {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .container aside section {
        padding: 22px 20px 24px;
        border-radius: 8px;
    }

    .container aside section:not(:first-child) {
        margin-top: 24px;
    }

    .container #searchform button {
        border-radius: 3px;
    }

    .xo-event-calendar {
        padding: 0 15px;
    }

    .xo-event-calendar table.xo-month .month-header {
        margin: 0 0 15px;
        padding: 6px 0;
    }
}

/*-------------------------------------------
フッター
-------------------------------------------*/
.footer {
    position: relative;
    padding: 62px 0 66px;
    background: #d1cdbf;
}

.footerInfo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 82px;
    padding-bottom: 60px;
    border-bottom: 1px solid #fff;
}

.footerInfo__img {
    width: 155px;
    margin-right: 35px;
}

.footerInfo__textarea {
}

.footerInfo__head {
    display: flex;
    align-items: center;
}

.footerInfo__storeName {
    margin-right: 10px;
    color: #534741;
    font-size: 19px;
}

.footerInfo__logo {
    width: 100px;
}

.footerInfo__info {
    font-size: 14px;
    line-height: 2;
}

.footer__logo {
    width: 218px;
    margin: 0 auto 48px;
}

.footer__logo a {
    display: block;
}

.footerAddresses {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 88px;
}

.footerAddress {
    width: calc(100% / 3);
    padding-left: 8px;
    font-style: normal;
}

.footerAddress:nth-child(3n - 2) {
    padding-left: 8px;
}

.footerAddress:nth-child(3n - 1) {
    padding-left: 28px;
}

.footerAddress:nth-child(3n) {
    padding-left: 45px;
}

.footerAddress:nth-child(n + 4) {
    margin-top: 55px;
}

.footerAddress__storeName {
    margin-bottom: 8px;
    color: #534741;
    font-weight: 600;
}

.footerAddress__info {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.75;
}

.footerAddress__link {
    position: relative;
    color: #333;
    font-size: 15px;
}

.footerAddress__link:before,
.footerAddress__link:after {
    position: absolute;
    top: 50%;
    right: -50px;
    height: 1px;
    background: #4d4d4d;
    content: "";
    pointer-events: none;
    transition: 0.6s;
}

.footerAddress__link:hover:before,
.footerAddress__link:hover:after {
    right: -55px;
}

.footerAddress__link:before {
    width: 34px;
    transform: translateY(-50%);
}

.footerAddress__link:after {
    width: 10px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
}

.footer__copyright {
    font-size: 12px;
    letter-spacing: 0.1em;
}

.footer__top {
    position: absolute;
    bottom: 40px;
    right: 35px;
    z-index: 10;
    width: 68px;
    height: 68px;
    background: #c69c6d;
}

.footer__top a {
    display: block;
    position: relative;
    width: 68px;
    height: 68px;
}

.footer__top a:before,
.footer__top a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
}

.footer__top a:before {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 29px;
    height: 29px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.footer__top a:after {
    transform: translate(-50%, -50%);
    width: 1px;
    height: 39px;
    background: #fff;
}

@media screen and (max-width: 480px) {
    .footer {
        padding: 40px 0 22px;
    }

    .footerInfo {
        flex-direction: column;
        /*position: relative;*/
        border-bottom: none;
        margin-bottom: 30px;
        padding-bottom: 16px;
    }

    /*.footerInfo:before {
    position: absolute;
    width: calc(100% + 40px);
    height: 1px;
    bottom: 0;
    left: -20px;
    background: #b0aba0;
    content: '';
  }*/

    .footerInfo__img {
        display: block;
        width: 140px;
        margin: 0 auto 22px;
    }

    .footerInfo__textarea {
        width: 100%;
    }

    .footerInfo__head {
        /*flex-direction: column;*/
        justify-content: center;
        margin-bottom: 12px;
    }

    .footerInfo__storeName {
        font-size: 19px;
        /*margin: 0 0 6px;*/
    }

    .footerInfo__info {
        font-size: 16px;
        line-height: 1.75;
    }

    .footer__logo {
        width: 197px;
        margin: 0 auto 27px;
    }

    .footerAddresses {
        flex-direction: column;
        margin-bottom: 26px;
    }

    .footerAddress {
        width: 100%;
        position: relative;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .footerAddress:before {
        position: absolute;
        width: calc(100% + 40px);
        height: 1px;
        bottom: 0;
        left: -20px;
        background: #b0aba0;
        content: "";
    }

    .footerAddress:nth-child(3n - 2),
    .footerAddress:nth-child(3n - 1),
    .footerAddress:nth-child(3n) {
        padding-left: 0;
    }

    .footerAddress:nth-child(n + 2) {
        margin-top: 14px;
    }

    .footerAddress__storeName {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .footerAddress__info {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .footerAddress__link {
        position: absolute;
        top: 6px;
        right: 0;
        font-size: 13px;
    }

    .footerAddress__link:before {
        right: initial;
        left: -20px;
        width: 14px;
        height: 13px;
        background: url(img/common/icon-home.png) no-repeat center / contain;
    }

    .footerAddress__link:after {
        content: none;
    }

    .footer__copyright {
        line-height: 1.75;
    }

    .footer__top {
        bottom: 0;
        right: 0;
    }
}


/*  */
.cf7__btn p {
  padding-left: 158px;
  text-align: center!important;
}

.cf7__btn p .wpcf7-spinner {
  margin-top: 12px;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff!important;
}

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

  .cf7__btn p {
    padding-left: 0;
  }

}