@charset "UTF-8";
/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css";

.slider-pro {
    position: relative;
    margin: 0 auto;
    box-sizing: content-box
}

.sp-slides-container {
    position: relative
}

.sp-mask {
    position: relative;
    overflow: hidden
}

.sp-slides {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.sp-slide {
    position: absolute
}

.sp-image-container {
    overflow: hidden
}

.sp-image {
    position: relative;
    display: block;
    border: none
}

.sp-no-js {
    overflow: hidden;
    max-width: 100%
}

.sp-thumbnails-container {
    position: relative;
    overflow: hidden;
    direction: ltr
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
    left: 0;
    margin: 0 auto
}

.sp-top-thumbnails {
    position: absolute;
    top: 0;
    margin-bottom: 4px
}

.sp-bottom-thumbnails {
    margin-top: 4px
}

.sp-left-thumbnails,
.sp-right-thumbnails {
    position: absolute;
    top: 0
}

.sp-right-thumbnails {
    right: 0;
    margin-left: 4px
}

.sp-left-thumbnails {
    left: 0;
    margin-right: 4px
}

.sp-thumbnails {
    position: relative
}

.sp-thumbnail {
    border: none
}

.sp-thumbnail-container {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    box-sizing: border-box
}

.sp-rtl .sp-thumbnail-container {
    float: right
}

.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
    margin-left: 2px;
    margin-right: 2px
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
    margin-left: 0
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
    margin-right: 0
}

.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
    margin-top: 2px;
    margin-bottom: 2px
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
    margin-top: 0
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
    margin-bottom: 0
}

.sp-right-thumbnails.sp-has-pointer {
    margin-left: -13px
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    left: 18px;
    margin-left: 0 !important
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid #F00;
    left: 0;
    top: 0;
    margin-left: 13px
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-right: 13px solid #F00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.sp-left-thumbnails.sp-has-pointer {
    margin-right: -13px
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    right: 18px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 5px solid #F00;
    right: 0;
    top: 0;
    margin-right: 13px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 50%;
    margin-top: -8px;
    border-left: 13px solid #F00;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    top: 18px;
    margin-top: 0 !important
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid #F00;
    top: 0;
    margin-top: 13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0;
    margin-left: -8px;
    border-bottom: 13px solid #F00;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.sp-top-thumbnails.sp-has-pointer {
    margin-bottom: -13px
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    bottom: 18px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 5px solid #F00;
    bottom: 0;
    margin-bottom: 13px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0;
    margin-left: -8px;
    border-top: 13px solid #F00;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.sp-layer {
    position: absolute;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden
}

.sp-black {
    color: #FFF;
    background: black;
    background: rgba(0, 0, 0, .7)
}

.sp-white {
    color: #000;
    background: white;
    background: rgba(255, 255, 255, .7)
}

.sp-rounded {
    border-radius: 10px
}

.sp-padding {
    padding: 10px
}

.sp-grab {
    cursor: url(images/openhand.cur), move
}

.sp-grabbing {
    cursor: url(images/closedhand.cur), move
}

.sp-selectable {
    cursor: default
}

.sp-caption-container {
    text-align: center;
    margin-top: 10px
}

.sp-full-screen {
    margin: 0 !important;
    background-color: #000
}

.sp-full-screen-button {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transform: rotate(45deg)
}

.sp-full-screen-button:before {
    content: '\2195'
}

.sp-fade-full-screen {
    opacity: 0;
    transition: opacity .5s
}

.slider-pro:hover .sp-fade-full-screen {
    opacity: 1
}

.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px
}

.sp-rtl .sp-buttons {
    direction: rtl
}

.sp-full-screen .sp-buttons {
    display: none
}

.sp-button {
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer
}

.sp-selected-button {
    background-color: #000
}

.sp-arrows {
    position: absolute
}

.sp-fade-arrows {
    opacity: 0;
    transition: opacity .5s
}

.sp-slides-container:hover .sp-fade-arrows {
    opacity: 1
}

.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -15px
}

.sp-vertical .sp-arrows {
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -10px
}

.sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer
}

.sp-vertical .sp-arrow {
    transform: rotate(90deg)
}

.sp-horizontal .sp-previous-arrow {
    left: 20px;
    right: auto
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
    right: 20px;
    left: auto
}

.sp-horizontal .sp-next-arrow {
    right: 20px;
    left: auto
}

.sp-horizontal.sp-rtl .sp-next-arrow {
    left: 20px;
    right: auto
}

.sp-vertical .sp-previous-arrow {
    top: 20px
}

.sp-vertical .sp-next-arrow {
    bottom: 20px;
    transform: rotate(270deg)
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #FFF
}

.sp-arrow:before {
    left: 30%;
    top: 0;
    transform: skew(145deg, 0deg)
}

.sp-arrow:after {
    left: 30%;
    top: 50%;
    transform: skew(-145deg, 0deg)
}

.sp-next-arrow {
    transform: rotate(180deg)
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
    transform: rotate(180deg)
}

.sp-horizontal.sp-rtl .sp-next-arrow {
    transform: rotate(0deg)
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
    width: 0;
    height: 0
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
    content: none
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
    border-right: 20px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
    border-left: 20px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
    border-bottom: 20px solid #FFF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
    border-top: 20px solid #FFF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.sp-thumbnail-arrows {
    position: absolute
}

.sp-fade-thumbnail-arrows {
    opacity: 0;
    transition: opacity .5s
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
    opacity: 1
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -12px
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -7px
}

.sp-thumbnail-arrow {
    position: absolute;
    display: block;
    width: 15px;
    height: 25px;
    cursor: pointer
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
    transform: rotate(90deg)
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
    left: 0
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
    right: 0
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
    top: 0
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
    bottom: 0
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #FFF
}

.sp-previous-thumbnail-arrow:before {
    left: 30%;
    top: 0;
    transform: skew(145deg, 0deg)
}

.sp-previous-thumbnail-arrow:after {
    left: 30%;
    top: 50%;
    transform: skew(-145deg, 0deg)
}

.sp-next-thumbnail-arrow:before {
    right: 30%;
    top: 0;
    transform: skew(35deg, 0deg)
}

.sp-next-thumbnail-arrow:after {
    right: 30%;
    top: 50%;
    transform: skew(-35deg, 0deg)
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
    width: 0;
    height: 0
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
    content: none
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
    border-right: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
    border-left: 12px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
    border-bottom: 12px solid #FFF;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
    border-top: 12px solid #FFF;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

a.sp-video {
    text-decoration: none
}

a.sp-video img {
    -webkit-backface-visibility: hidden;
    border: none
}

a.sp-video:after {
    content: '\25B6';
    position: absolute;
    width: 45px;
    padding-left: 5px;
    height: 50px;
    border: 2px solid #FFF;
    text-align: center;
    font-size: 30px;
    border-radius: 30px;
    top: 0;
    color: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .2);
    margin: auto;
    line-height: 52px
}

.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
    max-width: none;
    max-height: none;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    -mox-box-shadow: none !important;
    box-shadow: none !important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none
}

.slider-pro a {
    position: static;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
    max-width: none;
    max-height: none
}

.slider-pro p.sp-layer {
    font-size: 14px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h1.sp-layer {
    font-size: 32px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h2.sp-layer {
    font-size: 24px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h3.sp-layer {
    font-size: 19px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h4.sp-layer {
    font-size: 16px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h5.sp-layer {
    font-size: 13px;
    line-height: 1.4;
    margin: 0
}

.slider-pro h6.sp-layer {
    font-size: 11px;
    line-height: 1.4;
    margin: 0
}

.slider-pro img.sp-layer {
    border: none
}

:root {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

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

button {
    overflow: visible
}

details {
    display: block
}

input[type=number] {
    width: auto
}

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

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

main {
    display: block
}

summary {
    display: block
}

pre {
    overflow: auto
}

progress {
    display: inline-block
}

small {
    font-size: 75%
}

template {
    display: none
}

textarea {
    overflow: auto
}

[hidden] {
    display: none
}

*,
:before,
:after {
    box-sizing: inherit
}

* {
    font-size: inherit;
    line-height: inherit
}

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

*,
:before,
:after {
    border-style: solid;
    border-width: 0
}

* {
    margin: 0;
    padding: 0
}

:root {
    box-sizing: border-box;
    cursor: default;
    font: 100%/1.5 sans-serif;
    text-rendering: optimizeLegibility
}

html {
    background-color: #FFF;
    color: #000
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

button,
input,
select,
textarea {
    background-color: transparent
}

button,
input,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    min-height: 1.5em
}

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

nav ol,
nav ul {
    list-style: none
}

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

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

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

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

textarea {
    resize: vertical
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #4c2b03;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #4c2b03;
    text-shadow: none
}

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

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

[hidden][aria-hidden=false] {
    clip: rect(0 0 0 0);
    display: inherit;
    position: absolute
}

[hidden][aria-hidden=false]:focus {
    clip: auto
}

html {
    background: #FFF
}

body {

    -webkit-animation: fadein 3s forwards;
    animation: fadein 3s forwards
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: inherit
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: #0980FD;
    text-decoration: underline;
}

p:not(:last-child) {
    margin-bottom: 1em
}

.l-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden
}



.l-main {
    width: 100%;
    margin-bottom: 2rem
}

.l-content {
    width: 100%
}

.l-content--bg {
    background: #f5f6f1
}

.l-content__inner {
    max-width: 1096px;
    margin: 0 auto;
    padding: 3rem 1.5rem
}

.l-block {
    margin-bottom: 1rem
}

.l-block--lv01 {
    margin-bottom: 5rem
}

.l-block--lv02 {
    margin-bottom: 3rem
}

.l-block--lv03 {
    padding: 2rem 0
}

.l-block--center {
    text-align: center
}

.l-block--left {
    text-align: left
}

.l-block--right {
    text-align: right
}

.l-block--box {
    padding: 1.5em;
    background: #f5f6f1
}

.l-block--small {
    width: 70%;
    margin: 0 auto
}

.c-badge {
    display: inline-block;
    padding: 0 1em;
    background: #c6a164;
    color: #FFF;
    font-size: .75em;
    font-weight: 700;
    border: 2px solid transparent
}

.c-badge--link {
    text-decoration: none;
    transition: .25s
}

.c-badge--link:hover,
.c-badge--link:focus {
    background: #FFF;
    border-color: inherit;
    color: inherit
}

.c-breadcrumb {
    background: #faf8f2;
    border-bottom: 1px solid #eee;
    text-align: left
}

.c-breadcrumb__inner {
    max-width: 1096px;
    margin: 0 auto;
    padding: .5rem
}

.c-breadcrumb__list {
    margin: 0 auto
}

.c-breadcrumb__item {
    display: inline-block;
    font-size: .675rem
}

.c-breadcrumb__item:after {
    content: '';
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400;
    content: "\f105";
    padding: 0 .5rem
}

.c-breadcrumb__item:last-child {
    font-weight: 700
}

.c-breadcrumb__item:last-child:after {
    content: none
}

.c-breadcrumb__item>a {
    text-decoration: none;
    color: #000
}

.c-btn {
    position: relative;
    display: inline-block;
    min-width: 16rem;
    max-width: 100%;
    padding: .5em 1em;
    background: #58595b;
    border: 2px solid transparent;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    color: #FFF;
    font-size: .875rem;
    text-align: center;
    text-decoration: none;
    transition: .3s
}

.c-btn--small {
    font-size: .75rem;
    padding: .25em .5em;
    min-width: 11rem
}

.c-btn:hover,
.c-btn:focus {
    background: #FFF;
    border-color: #111;
    color: #111
}

.c-btn--angle-right {
    padding-right: 1.5em;
    padding-left: 1.5em
}

.c-btn--angle-right:after {
    position: absolute;
    top: 50%;
    right: .5em;
    transform: translateY(-50%);
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400;
    content: "\f105"
}

.c-btn--primary {
    background: #a02926
}

.c-btn--primary:hover,
.c-btn--primary:focus {
    border-color: #a02926;
    color: #a02926
}

.c-card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.c-card__head {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden
}

.c-card__img {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.c-card__body {
    padding: 1rem
}

.c-color--primary {
    color: #a02926
}

.c-color--secondary {
    color: #c6a164
}

.c-cta {
    text-decoration: none
}

.c-cta--tel:before {
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400;
    content: "\f095";
    margin-right: .25em
}

.c-cta--mail:before {
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400;
    content: "\f0e0";
    margin-right: .25em
}

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none
}

textarea {
    resize: vertical
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer
}

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

.c-input {
    display: block;
    padding: 1rem;
    width: 100%;
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: .2s
}

.c-input:focus {
    border: 1px solid #a02926;
    background: rgba(160, 41, 38, .05)
}

.c-input--small {
    width: 10rem
}

input[type=checkbox] {
    display: none
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none
}

input[type=checkbox]+span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer
}

input[type=checkbox]+span:before {
    content: '';
    border: 1px solid #ddd;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: .5em
}

input[type=checkbox]:checked+span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #a02926;
    border-bottom: 3px solid #a02926;
    transform: rotate(45deg) translateY(-50%);
    opacity: 1
}

input[type=checkbox]:checked+span:before {
    background: #faf4f4;
    border: 1px solid #a02926
}

.c-gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden
}

.c-gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden
}

.c-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-grid {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.c-grid--top {
    align-items: flex-start
}

.c-grid--middle {
    align-items: center
}

.c-grid--bottom {
    align-items: flex-end
}

.c-grid--stretch {
    align-items: stretch
}

.c-grid--baseline {
    align-items: baseline
}

.c-grid--left {
    justify-content: flex-start
}

.c-grid--center {
    justify-content: center
}

.c-grid--right {
    justify-content: flex-end
}

.c-grid--between {
    justify-content: space-between
}

.c-grid__item--1of12 {
    width: 8.33333%
}

.c-grid__item--2of12 {
    width: 16.66667%
}

.c-grid__item--3of12 {
    width: 25%
}

.c-grid__item--4of12 {
    width: 33.33333%
}

.c-grid__item--5of12 {
    width: 41.66667%
}

.c-grid__item--6of12 {
    width: 50%
}

.c-grid__item--7of12 {
    width: 58.33333%
}

.c-grid__item--8of12 {
    width: 66.66667%
}

.c-grid__item--9of12 {
    width: 75%
}

.c-grid__item--10of12 {
    width: 83.33333%
}

.c-grid__item--11of12 {
    width: 91.66667%
}

.c-grid__item--12of12 {
    width: 100%
}

.c-grid--gutters {
    margin: -1.5%;
    margin-top: 0;
    margin-bottom: 0
}

.c-grid--gutters>.c-grid__item {
    padding: 1.5%
}

.c-heading-lv01 {
    padding: 2rem 1rem;
    text-align: center
}

.c-heading-lv01__inner {
    position: relative;
    display: inline-block;
    transform: translateY(-20%);
    font-family: ten-mincho, serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: .2em
}

.c-heading-lv01__inner:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    width: 100%;
    height: .25rem;
    background-color: #a02926;
    transform: translateX(-50%)
}

.c-heading-lv02 {
    font-family: ten-mincho, serif;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .2em;
    margin-bottom: 1em
}

.c-heading-lv02--border {
    border-bottom: 1px solid #c6a164
}

.c-heading-lv03 {
    font-size: 1.25rem;
    font-weight: 700
}

.c-heading-lv04 {
    font-size: 1.125rem;
    font-weight: 700
}

.c-heading-lv05 {
    font-size: 1rem;
    font-weight: 700
}

.c-heading-lv05--border {
    display: inline-block;
    background: #c6a164;
    padding: 0 .5em;
    color: #FFF;
    margin-bottom: .5em
}

.c-heading--primary {
    color: #a02926
}

.c-heading--secondary {
    color: #c6a164
}

.c-link {
    color: #a02926;
    font-weight: 400;
    text-decoration: underline
}

.c-list {
    list-style-type: none;
    line-height: 1.5
}

.c-list>:last-child {
    margin-bottom: 0
}

.c-list__item {
    position: relative;
    padding-left: 1em;
    margin-bottom: 1em
}

.c-list__item:before {
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    display: block;
    width: .3em;
    height: .3em;
    background: #333;
    border-radius: 50%
}

.c-list--horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -1em
}

.c-list--horizontal>.c-list__item {
    flex: calc(50% - .5rem) 1;
    margin-right: 1rem
}

.c-list--horizontal>.c-list__item:nth-child(even) {
    margin-right: 0
}

.c-child-list {
    padding-left: 1.5em;
    margin-top: .5em;
    margin-bottom: 1em;
    list-style-type: circle
}

.c-child-list>:last-child {
    margin-bottom: 0
}

.c-child-list__item {
    margin-bottom: .5em;
    font-weight: 400
}

.c-media {
    display: flex;
    align-items: center
}

.c-media__thumb {
    flex: 0 1 27.58333%;
    margin-right: 3.333%
}

.c-media__img {
    width: 100%
}

.c-media__body {
    flex: 1 1
}

.c-media__body>:last-child {
    margin-bottom: 0
}

.c-media__title {
    margin-bottom: .5em;
    font-size: 1.125rem;
    font-weight: 700
}

.c-media--rev {
    flex-direction: row-reverse
}

.c-media--rev>.c-media__thumb {
    margin-right: 0
}

.c-media--rev>.c-media__body {
    margin-right: 3.333%
}

.c-note {
    color: #a02926
}

.c-note--small {
    font-size: .875em
}

.c-order-list {
    counter-reset: order-list;
    list-style-type: none
}

.c-order-list>:last-child {
    margin-bottom: 0
}

.c-order-list__item {
    position: relative;
    padding-left: 1em;
    margin-bottom: 1em
}

.c-order-list__item:before {
    content: counter(order-list) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    counter-increment: order-list
}

.c-child-order-list {
    padding: 1em 0;
    list-style-type: none;
    counter-reset: child-order-list
}

.c-child-order-list>:last-child {
    margin-bottom: 0
}

.c-child-order-list__item {
    position: relative;
    padding-left: 1em;
    margin-bottom: .5em
}

.c-child-order-list__item:before {
    content: counter(child-order-list) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    counter-increment: child-order-list
}

.c-pateTop {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.c-pateTop>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 3rem;
    height: 3rem;
    background: #333
}

.c-pateTop__icon:before {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400;
    content: "\f106";
    font-size: 2.5rem;
    color: #FFF
}

.c-social-link {
    list-style-type: none
}

.c-social-link__item {
    display: inline-block;
    margin-right: 1rem
}

.c-social-link__item>a {
    font-size: 1.5rem;
    color: #CCC;
    transition: .3s
}

.c-social-link__item>a:hover {
    color: #c6a164
}

.c-social-link__icon:before {
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400
}

.c-social-link__icon.-twitter:before {
    content: '\f099'
}

.c-social-link__icon.-facebook:before {
    content: '\f09a'
}

.c-social-link__icon.-instagram:before {
    content: '\f16d '
}

.c-social-link__icon.-youtube:before {
    content: '\f166'
}

.c-tab__list {
    list-style-type: none;
    display: flex
}

.c-tab__item {
    padding: 1rem;
    width: 50%;
    text-align: center;
    font-weight: 700
}

.c-tab__panel {
    padding: 2rem;
    border: 1px solid #DDD;
    border-top: none
}

.js-tabBtn {
    cursor: pointer;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #ddd
}

.js-tabBtn:after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: transparent
}

.js-tabBtn:nth-child(1) {
    border-left: 1px solid #DDD
}

.js-tabBtn:nth-child(2) {
    border-right: 1px solid #DDD
}

.js-tabBtn:hover {
    color: #c6a164
}

.js-tabBtn.is-active {
    position: relative;
    cursor: inherit;
    background: #FFF;
    border-bottom: none;
    color: #FFF;
    background: #c6a164;
    border-bottom: 1px solid transparent
}

.js-tabBtn.is-active:after {
    border-color: #c6a164 transparent transparent
}

.js-tabPanel {
    display: none
}

.js-tabPanel.is-active {
    display: block
}

.c-table__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #DDD
}

.c-table__row:last-child {
    border-bottom: none
}

.c-table__thead {
    width: 100%;
    background: #fce640;
    text-align: center;
    color: #FFF
}

.c-table__key {
    width: 25%;
    font-weight: 700;
    padding-right: 1em
}

.c-table__value {
    width: calc(100% - 25%);
    font-weight: 300
}

.wp-pagenavi {
    border-top: 1px solid rgba(198, 161, 100, .5);
    padding: 2rem 0 0;
    text-align: left
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #58595b
}

.wp-pagenavi span.current,
.wp-pagenavi span:hover,
.wp-pagenavi a.current,
.wp-pagenavi a:hover {
    color: #58595b;
    background: #fff
}

.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    margin: 4px;
    padding: 10px 12px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    background: #58595b;
    border-color: #58595b
}



.p-faq__item {
    width: 100%;
    padding: 1rem 0;
    border-top: 1px solid #CCC
}

.p-faq__item:last-child {
    border-bottom: 1px solid #CCC
}

.p-faq__key {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-right: 4em
}

.p-faq__key:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400;
    content: "\f067";
    color: #c6a164
}

.p-faq__icon {
    width: 100px;
    color: #c7a164;
    font-size: .75rem
}

.p-faq__icon>._num {
    font-size: 1.5em
}

.p-faq__text {
    width: calc(100% - 100px);
    font-weight: 700
}

.p-faq__value {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f5f6f1
}

.js-accordionBtn.is-active:after {
    content: "\f068";
    transform: rotate(180deg);
    transform-origin: 50% 25%
}

.p-fnav {
    display: flex
}

.p-fnav__item {
    letter-spacing: .1em
}

.p-fnav__item>a {
    text-decoration: none
}

.p-fnav__list {
    list-style-type: none
}

.p-fnav__list.-main {
    font-size: .9375rem
}

.p-fnav__list.-sub {
    padding-left: 175px;
    font-size: .75rem
}

.p-fnav__list.-sub .p-fnav__item {
    border: none
}

.p-lead {
    font-size: 1.125rem
}

.p-lead--center {
    text-align: center
}

.p-lead--border {
    padding: 1em;
    border-bottom: 1px solid #c6a164
}

.p-slider {
    background: #ddd4cb
}

.p-slider__thumb {
    background: #000
}

.sp-bottom-thumbnails {
    margin-top: 0;
    padding: 1rem 0
}

.sp-slide:before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, .7);
    opacity: 1;
    transition: .7s
}

.sp-slide.sp-selected:before {
    opacity: 0
}

.sp-image.-sp {
    display: none
}







.p-contact-form {
    font-size: .875rem
}

.p-contact-form__row {
    display: flex;
    align-items: flex-start;
    padding: 1rem 0
}

.p-contact-form__key {
    display: flex;
    align-items: center;
    width: 224px;
    font-weight: 700
}

.p-contact-form__value {
    width: calc(100% - 224px);
    padding-left: 1.5em
}

.p-contact-form__required {
    display: inline-block;
    margin-left: auto;
    padding: 0 1em;
    font-size: .625rem;
    background: #d40000;
    color: #FFF;
    font-weight: 400;
    white-space: nowrap;
}

.p-pagination__inner {
    width: 1096px;
    margin: 0 auto;
    padding: 150px 50px 50px
}

.p-pagination__list {
    list-style-type: none;
    display: flex;
    justify-content: space-between
}

.p-pagination__item {
    width: 240px;
    height: 100px
}

.p-pagination__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: .3s
}

.p-pagination__btn.-story {
    background: #5a5aaa
}

.p-pagination__btn.-story:hover {
    background: #2d2d55
}

.p-pagination__btn.-story>img {
    width: 105px;
    height: auto
}

.p-pagination__btn.-commitment {
    background: #d75050
}

.p-pagination__btn.-commitment:hover {
    background: #6b2828
}

.p-pagination__btn.-commitment>img {
    width: 131px;
    height: auto
}

.p-pagination__btn.-company {
    background: #9b5ab4
}

.p-pagination__btn.-company:hover {
    background: #4d2d5a
}

.p-pagination__btn.-company>img {
    width: 105px;
    height: auto
}

.p-pagination__btn.-products {
    background: #c88750
}

.p-pagination__btn.-products:hover {
    background: #644328
}

.p-pagination__btn.-products>img {
    width: 105px;
    height: auto
}

.p-pagination__btn.-contact {
    background: #999
}

.p-pagination__btn.-contact:hover {
    background: #4c4c4c
}

.p-pagination__btn.-contact>img {
    width: 139px;
    height: auto
}

.p-section {
    padding: 5rem 0;
    background: #f5f5f5
}

.p-section__inner {
    width: 960px;
    margin: 0 auto
}

.p-section__head {
    text-align: center
}

.p-section__title>._en {
    display: block;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: .2em;
    text-transform: uppercase
}

.p-section__title>._ja {
    color: #a02926
}

.p-section__body {
    padding: 3rem 0
}

.p-info__list {
    list-style-type: none
}

.p-info__item {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-weight: 700
}

.p-info__link {
    position: relative;
    display: flex;
    padding: 2rem;
    text-decoration: none;
    color: inherit;
    background: #FFF;
    transition: .3s
}

.p-info__link:hover {
    margin-left: 1rem
}

.p-info__link:after {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400;
    content: "\f105";
    font-size: 1.5em
}

.p-info__head {
    display: flex
}

.p-info__tag {
    padding: 1px 1rem 0;
    font-size: .875em;
    text-transform: uppercase;
    color: #FFF
}

.p-info__tag--topics {
    background: #bea574
}

.p-info__tag--other {
    background: #c4c7c7
}

.p-info__date {
    margin-left: 1rem
}

.p-info__txt {
    margin-left: 1rem
}

.p-mainv {
    width: 100%;
    height: 148px;
    background: #000;
    background-image: url(../images/bg-lower.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
}

.p-mainv__inner {
    display: flex;
    align-items: center;
    max-width: 1096px;
    height: 100%;
    margin: 0 auto;
    padding: 0 1rem
}

.p-mainv__title {
    font-family: ten-mincho, serif;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: .2em;
    color: #FFF
}

.p-newslist {
    margin-bottom: 2rem;
    list-style-type: none;
    letter-spacing: 0
}

.p-newslist__item {
    padding: 1em 0;
    border-bottom: 1px solid #ddd
}

.p-newslist__item:last-child {
    border-bottom: none
}

.p-newslist__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: .3s
}

.p-newslist__link:hover {
    color: #a02926
}

.p-newslist__link>._title {
    font-weight: 700;
    font-size: .875rem
}

.p-newslist__date {
    display: inline-block;
    width: 12em;
    margin-left: 1em;
    font-size: .875rem
}

.p-newslist__date>._badge {
    background: #ddd;
    padding: 2px 4px;
    font-size: .75em;
    margin-right: 4px;
    text-align: center;
    font-weight: 400
}

.p-newslist__badge {
    width: 10em;
    text-align: center;
    font-size: .675rem
}

.p-newslist__badge--2 {
    background: #731c1b
}

.p-newslist__badge--3 {
    background: #732e1b
}

.p-newslist__badge--4 {
    background: #73511b
}

.p-newslist__badge--5 {
    background: #73621b
}

.p-newslist__badge--6 {
    background: #72731b
}

.p-newslist__badge--7 {
    background: #a02926
}

.p-newslist__badge--setagaya {
    background: #731c1b
}

.p-newslist__badge--sapporo {
    background: #732e1b
}

.p-newslist__badge--kobeashiya {
    background: #73511b
}

.p-newslist__badge--kyoto {
    background: #73621b
}

.p-newslist__badge--kyushu {
    background: #72731b
}

.p-newslist__badge--honten {
    background: #a02926
}

.top-con01 {
    background-image: url(../images/top/bg01.jpg)
}

.top-con02 {
    background: #efefef
}

.top-con04 {
    background-image: url(../images/common/bg.jpg)
}

.top-con05 {
    background-image: url(../images/top/bg03.jpg)
}

.top-con06 {
    background: #efefef
}

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

.movie__item {
    width: 49%;
    padding: .5rem
}

.movie__item>._cap {
    padding-top: 1em;
    font-size: .875rem;
    line-height: 1.5
}

.movie__link {
    display: block;
    width: 100%;
    height: auto
}

.movie__image {
    width: 100%;
    height: auto
}

.movie-cap {
    padding: 0 .5em;
    font-size: .875rem;
    background: gray;
    color: #FFF
}

.product-item {
    position: relative;
    text-align: center
}

.product-item__title {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #FFF;
    font-family: ten-mincho, serif
}

.product-item__image>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.product-item__image>a:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: .3s
}

.product-item__image>a:hover:before {
    background: transparent
}

.top-kaitori {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.top-kaitori:after {
    content: '';
    display: block;
    width: 22.5%
}

.top-kaitori__item {
    position: relative;
    width: 22.5%;
    height: 22.5%;
    padding: 1rem;
    background: #FFF
}

.top-kaitori__item:nth-child(-n+4) {
    margin-bottom: 3.333%
}

.top-kaitori__num {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem
}

.top-kaitori__icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 131px
}

.top-kaitori__icon--01>img {
    width: 110px
}

.top-kaitori__icon--02>img {
    width: 83px
}

.top-kaitori__icon--03>img {
    width: 104px
}

.top-kaitori__icon--04>img {
    width: 105px
}

.top-kaitori__icon--05>img {
    width: 101px
}

.top-kaitori__icon--06>img {
    width: 132px
}

.top-kaitori__icon--07>img {
    width: 116px
}

.top-kaitori__icon--08>img {
    width: 130px
}

.top-kaitori__title {
    margin-top: .5rem;
    font-family: ten-mincho, serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.5;
    color: #a02926
}

.top-kaitori__body {
    text-align: center
}

.top-kaitori__desc {
    font-size: .75em
}

.area {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.area__body {
    width: 760px;
    line-height: 1.5
}

.area__map {
    width: calc(100% - 760px)
}

.area-list {
    display: flex;
    flex-wrap: wrap
}

.area-item {
    display: flex;
    width: 49%
}

.area-item:nth-child(-n+6) {
    margin-bottom: 1rem
}

.area-item__link {
    display: flex;
    width: 100%;
    text-decoration: none
}

.area-item__thumb {
    width: 120px;
    height: 120px
}

.area-item__thumb>img {
    width: 100%;
    height: auto
}

.area-item__body {
    margin-left: .5rem
}

.area-item__title {
    font-size: 1.25rem
}

.area-item__text {
    font-size: .875rem
}

.top-column {
    margin: 0 auto;
    padding: 2rem
}

.top-column__title {
    display: flex;
    align-items: flex-end;
    font-size: 1.75rem;
    line-height: 1
}

.top-column__vol {
    width: 136px;
    margin-right: 1em
}

.top-column__body {
    padding-top: 2rem
}

.top-movie {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.top-movie__item {
    width: 32%;
    margin-bottom: 2%
}

.top-movie__thumb:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #000
}

.top-movie__cap {
    margin-top: .25em;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    letter-spacing: 0
}

.top-movie__cap>._channel {
    padding-right: .5em;
    color: #666;
    font-weight: 400
}

.top-movie__cap>._channel:before {
    content: '['
}

.top-movie__cap>._channel:after {
    content: ']'
}

.partner-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.partner-item {
    width: 20%;
    padding: 1rem
}

.kankanwrap {
    background: #333
}

.kankanwrap__inner {
    position: relative;
    width: 1150px;
    height: 298px;
    margin: 0 auto;
    background-image: url(../images/bnr-kanteikai-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 700;
    font-size: 1.75rem;
    display: block;
    cursor: pointer
}

.kaitori-card__img {
    width: 100%;
    height: auto
}

.kaitori-card__title {
    padding: .5em 0 0;
    font-family: ten-mincho, serif;
    text-align: left
}

.kaitori-card__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a02926
}

.kaitori-card__price>._key {
    position: relative;
    display: block;
    width: 50%;
    padding: .5em 1em;
    background: #a02926;
    color: #FFF
}

.kaitori-card__price>._key:after {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 10px;
    border-color: transparent transparent transparent #a02926
}

.kaitori-card__price>._value {
    display: block;
    width: 50%;
    text-align: right
}

.kaitori-card__price>._value>strong {
    font-family: ten-mincho, serif;
    font-size: 2em
}

.kaitori-card__text {
    font-size: .875rem;
    line-height: 1.5;
    color: #666
}

.kaitori-reason {
    display: flex;
    margin: 0 auto 2rem
}

.kaitori-reason__thumb {
    width: 40%
}

.kaitori-reason__body {
    width: 60%;
    padding-right: 2rem
}

.artist-search {
    padding: 3rem 1rem;
    background: #f5f6f1;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD
}

.artist-search__inner {
    max-width: 1096px;
    margin: 0 auto
}

.artist-search__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem
}

.artist-search__item {
    width: 38%
}

.artist-search__item.-label {
    width: 60%;
    display: flex;
    justify-content: space-between
}

.artist-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.artist-item {
    width: 20%;
    padding: 1rem
}

.artist-item__link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.artist-item__thumb>img {
    width: 184px;
    height: 184px;
    -o-object-fit: cover;
    object-fit: cover
}

.artist-item__body {
    font-size: .875rem;
    line-height: 1.5
}

.artist-item__name {
    padding-top: .5em;
    font-weight: 700
}

.artist-item__kana {
    font-size: .75em
}

.artist-comment {
    font-family: ten-mincho, serif;
    font-size: 1.5rem;
    text-align: center;
    color: #a02926;
    letter-spacing: .2em
}

.artist-kana {
    font-size: .5em
}

.artist-profile {
    display: flex
}

.artist-profile__thumb {
    flex: 0 1 50%;
    padding-right: 2em
}

.artist-profile__thumb>img {
    width: 100%;
    height: auto
}

.artist-works__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%
}

.artist-works__item {
    flex: 0 1 25%;
    padding: 0 2%
}

.artist-works__image>img {
    width: 236px;
    height: 196px;
    -o-object-fit: cover;
    object-fit: cover
}

.artist-checkbox__label {
    display: block;
    cursor: pointer;
    padding: .5em 1em;
    border: 2px solid #c6a164;
    color: #c6a164;
    border-radius: 3px;
    background: #FFF;
    width: 18%;
    text-align: center
}

.artist-checkbox__input:checked+.artist-checkbox__label {
    background: #c6a164;
    color: #FFF
}

.tenant-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none
}

.tenant-item {
    width: 49%;
    padding: 1% 0
}

.tenant-item>a {
    display: flex;
    padding: .5em;
    text-decoration: none;
    color: inherit;
    transition: .3s;
    border: 1px solid transparent;
    background: #faf8f2
}

.tenant-item>a:hover {
    border-color: #a02926
}

.tenant-item__thumb {
    width: 96px
}

.tenant-item__body {
    padding: 0 1rem;
    width: calc(100% - 96px)
}

.tenant-item__title {
    font-family: ten-mincho, serif
}

.tenant-item__text {
    line-height: 1.5;
    color: #666;
    font-size: .875rem
}

.media-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.media-item {
    width: 48%;
    margin-bottom: 2%
}

.media-item__link {
    display: flex;
    padding: 1rem;
    text-decoration: none;
    transition: .7s;
    border: 1px solid transparent;
    width: 100%;
    height: 100%
}

.media-item__link:hover {
    border: 1px solid #a02926;
    background: #f5f6f1
}

.media-item__thumb {
    width: 120px
}

.media-item__thumb>img {
    border: 1px solid #eee
}

.media-item__body {
    width: calc(100% - 120px);
    padding-left: 1rem;
    line-height: 1.5
}

.media-item__body>._badge {
    display: inline-block;
    font-size: .6875rem;
    background: #111;
    color: #FFF;
    padding: .25em 1em;
    margin-bottom: .5em
}

.media-item__body>._badge.-newspaper {
    background: #a09726
}

.media-item__body>._badge.-tv {
    background: #85a026
}

.media-item__body>._badge.-radio {
    background: #2685a0
}

.media-item__body>._badge.-drama {
    background: #a02648
}

.media-item__body>._badge.-magazine {
    background: #1b4f73
}

.media-item__body>._badge.-speech {
    background: #3f1b73
}

.media-item__body>._badge.-blog {
    background: #661b73
}

.media-item__body>._date {
    display: block;
    font-size: .75rem
}

.media-item__body>._title {
    display: block;
    font-size: .75rem;
    font-weight: 700
}

.media-item__body>._name {
    display: block;
    font-size: .675rem;
    color: #c6a164;
    font-weight: 700
}

.store-item {
    margin-bottom: 3rem;
    padding: 3rem 0 2rem;
    border-top: 1px solid #c6a164
}

.store-item.-non {
    border-top: none
}

.store-item__title {
    font-family: ten-mincho, serif;
    font-size: 1.75rem;
    color: #a02926;
    letter-spacing: .3em
}

.store-item__title>small {
    color: #333
}

.local-nav {
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #c6a164
}

.local-nav__item {
    position: relative;
    padding: 1rem;
    display: block;
    background: #c6a164;
    color: #FFF;
    text-decoration: none;
    font-size: .875rem;
    margin: 0 .25rem 0 0;
    transition: .3s;
    border: 1px solid transparent
}

.local-nav__item:after {
    padding-left: .25rem;
    display: inline-block;
    line-height: 1;
    font-family: fontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400;
    content: "\f107"
}

.local-nav__item:hover {
    background: #FFF;
    color: #c6a164;
    border: 1px solid #c6a164;
    border-bottom: none
}

.method-item {
    margin-bottom: 1rem
}

.method-item__link {
    display: flex;
    padding: 1.5rem;
    text-decoration: none;
    border: 1px solid #c6a164;
    transition: .3s;
    background: #f5f6f1
}

.method-item__icon {
    width: 10%
}

.method-item__body {
    width: 90%;
    padding-left: 3em
}

.method-item__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.method-item__head>._num {
    width: 3rem;
    margin-right: 1rem
}

.method-item__title {
    font-family: ten-mincho, serif;
    font-size: 1.5rem;
    color: #a02926;
    margin-right: 1em
}

.method-item__cap {
    font-weight: 700
}

.method-item__text {
    padding-top: 1rem
}

.method-item__cta {
    background: #fff;
    border: 1px solid #c6a164;
    padding: 1rem
}

.auction-merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.auction-merit__item {
    width: 30%;
    padding: 2rem;
    background: #a02926;
    border-radius: .5rem;
    font-family: ten-mincho, serif;
    font-size: 1.5rem;
    color: #FFF;
    text-align: center;
    line-height: 1.5
}

.auction-merit__item small {
    display: block;
    font-size: .6em
}

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

.service-item {
    width: 30%
}

.service-item>a {
    transition: .3s
}

.service-item>a:hover {
    opacity: .7
}

.item-about {
    display: flex
}

.item-about__thumb {
    width: 20%
}

.item-about__body {
    width: 80%;
    padding-left: 2em
}

.access-list {
    list-style-type: none;
    margin: 0 -1rem 1rem;
    font-size: .875rem
}

.access-item {
    position: relative;
    max-width: 304px;
    margin-bottom: 3rem;
    padding: 0 1rem;
    line-height: 1.5
}

.access-item:after {
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #007bff
}

.access-item:last-child:after {
    display: none
}

.access-item__img {
    padding-bottom: .5rem
}

.setagay-access-map {
    width: 320px;
    padding: 1rem;
    background: #FFF
}

.store-detail__title {
    margin-bottom: 1em;
    padding: .5em 0;
    font-family: ten-mincho, serif;
    font-size: 1.25rem;
    letter-spacing: .2em;
    color: #a02926;
    text-align: center;
    border-top: 1px solid #c6a164;
    border-bottom: 1px solid #c6a164
}

.store-detail__subtitle {
    margin: 1rem 0
}

.store-detail__subtitle>._text {
    display: inline-block;
    background: #c6a164;
    color: #FFF;
    padding: 0 1em
}

.store-detail__subtitle>._text--ls {
    letter-spacing: 1em;
    margin-right: -1em
}

.store-detail__body {
    max-width: 685px;
    margin: 0 auto
}

.store-detail__box {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #faf8f2
}

.dl {
    margin-bottom: 1rem
}

.dl-row {
    display: flex
}

.dl-key {
    font-weight: 700;
    padding-right: 1em
}

.store-detail__profile {
    border-top: 1px solid #ddd
}

.store-detail__profile .profile__row {
    display: flex;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.store-detail__profile .profile__key {
    width: 10em;
    padding: 1em;
    background: #f6f6f6
}

.store-detail__profile .profile__value {
    padding: 1em
}

.u-nowrap {
    display: inline-block;
    text-decoration: inherit;
    white-space: nowrap
}

.u-sp {
    display: none
}

.u-fw-b {
    font-weight: 700
}

.u-border--wavy {
    -webkit-text-decoration: #a02926 wavy underline;
    text-decoration: #a02926 wavy underline
}

.u-marker {
    background: linear-gradient(transparent 60%, #ff6 60%)
}

.u-ta-c {
    text-align: center
}

nav {
    z-index: 2
}

.p-menuBtn {
    z-index: 3
}

.newsWrapper__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1rem
}

.newsWrapper .p-newslist {
    margin-bottom: 0
}

.sp-slide:before {
    display: none
}

.sp-fade-arrows {
    opacity: 1
}

.sp-arrow {
    width: 70px;
    height: 80px;
    background: #000
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
    background-color: #FFF
}

.column-wrapper {
    max-width: 768px;
    margin: 0 auto
}

.top-banner {
    padding: 1rem 0;
    background: #333
}

.TOP-BANNER__INNER {
    max-width: 768px;
    margin: 0 auto
}

.top-banner__inner>a {
    display: inline-block;
    border: 1px solid #a02926;
    transition: .3s
}

.top-banner__inner>a:hover {
    opacity: .7
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .sp-button {
        width: 14px;
        height: 14px
    }
}

@media only screen and (min-width:568px) and (max-width:768px) {
    .sp-button {
        width: 16px;
        height: 16px
    }
}

@media only screen and (min-width:320px) and (max-width:568px) {
    .sp-button {
        width: 18px;
        height: 18px
    }
}

@media screen and (max-width:599px) {
    .l-wrapper {
        width: 100vw
    }

    .l-content__inner {
        padding: 2rem 1rem
    }

    .c-breadcrumb {
        line-height: 1.5
    }

    .c-breadcrumb__list {
        padding: 0 1rem
    }

    .c-breadcrumb__item {
        font-size: .6875rem
    }

    .c-btn {
        min-width: 100%
    }

    .c-btn--small {
        padding: 1em .5em
    }

    .c-gmap {
        padding-bottom: 56.25%
    }

    .c-movie {
        padding-bottom: 56.25%
    }

    .c-grid__item {
        width: 100%
    }

    .c-grid__item.-sp {
        width: 100%;
        padding: 0 0 1rem
    }

    .c-grid__item--2of12 {
        width: 33.333%
    }

    .c-heading-lv01__inner {
        font-size: 7.46667vw;
        line-height: 1.5
    }

    .c-media {
        display: block
    }

    .c-media__thumb {
        margin-right: 0;
        margin-bottom: 1rem
    }

    .c-media--rev {
        display: block
    }

    .c-media--rev>.c-media__body {
        margin-right: 0
    }

    .modaal-video-wrap {
        margin: 0 auto
    }

    .c-tab__panel {
        padding: 1rem .5rem
    }

    .js-tabBtn {
        padding: 1rem .5rem;
        font-size: .875rem
    }

    .c-table__row {
        display: block;
        padding: 1rem 0
    }

    .c-table__key {
        width: 100%
    }

    .c-table__value {
        width: 100%
    }

    .p-faq__key {
        align-items: flex-start;
        padding-right: 1em
    }

    .p-faq__key:after {
        top: 1rem;
        right: 0
    }

    .p-faq__icon {
        width: 17.06667vw
    }

    .p-faq__value {
        padding: 1rem
    }

    .p-faq__value br {
        display: none
    }

    .p-fnav {
        flex-direction: column;
        order: 2
    }

    .p-fnav__item {
        text-align: center;
        border-bottom: 1px solid
    }

    .p-fnav__list.-main {
        font-size: 4vw
    }

    .p-fnav__list.-main>.p-fnav__item:first-child {
        border-top: 1px solid
    }

    .p-fnav__list.-sub {
        padding: 8vw 0
    }

    .p-lead--center {
        text-align: left
    }

    .p-lead {
        text-align: left
    }

    .p-lead>br {
        display: none
    }

    .sp-bottom-thumbnails {
        padding: 0
    }

    .sp-image.-sp {
        display: block
    }

    

    .p-contact-form__row {
        display: block
    }

    .p-contact-form__key {
        width: 100%;
        margin-bottom: .5em
    }

    .p-contact-form__value {
        width: 100%;
        padding-left: 0
    }

    .p-pagination__inner {
        width: 100%;
        padding: 0
    }

    .p-pagination__list {
        display: block
    }

    .p-pagination__item {
        width: 100%;
        height: 75px;
        margin-top: 10px
    }

    .p-pagination__item:nth-child(1) {
        margin-top: 0
    }

    .p-section__inner {
        width: 100%;
        padding: 0 1rem
    }

    .p-section__title>._en {
        font-size: 2rem
    }

    .p-info__link {
        display: block;
        padding: 1rem;
        font-size: .875rem
    }

    .p-info__txt {
        margin-top: 1rem;
        margin-left: 0
    }

    .p-mainv {
        /* height: 160px */
        background-size: cover;
        background-position: center;
    }

    .p-mainv__title {
        font-size: 1.75rem
    }

    .p-newslist__tab {
        font-size: 3.73333vw
    }

    .p-newslist__item {
        display: block
    }

    .p-newslist__link {
        display: block;
        font-size: .875rem;
        padding-top: .5em;
        margin-left: 0
    }

    .p-newslist__link>._title {
        padding-top: .5em
    }

    .p-newslist__date {
        margin-left: 0
    }

    .top-news {
        padding: 0
    }

    .top-news__inner {
        padding: 0
    }

    .product-item__title {
        font-size: .875rem;
        white-space: nowrap
    }

    .top-kaitori__item {
        display: flex;
        width: 100%;
        height: auto;
        margin-bottom: 3.333%
    }

    .top-kaitori__num {
        left: inherit;
        right: 2.13333vw;
        top: 2.13333vw;
        width: 12.8vw
    }

    .top-kaitori__icon {
        min-height: initial;
        width: 17.06667vw
    }

    .top-kaitori__icon--01>img {
        width: 100%
    }

    .top-kaitori__icon--02>img {
        width: 100%
    }

    .top-kaitori__icon--03>img {
        width: 100%
    }

    .top-kaitori__icon--04>img {
        width: 100%
    }

    .top-kaitori__icon--05>img {
        width: 100%
    }

    .top-kaitori__icon--06>img {
        width: 100%
    }

    .top-kaitori__icon--07>img {
        width: 100%
    }

    .top-kaitori__icon--08>img {
        width: 100%
    }

    .top-kaitori__body {
        text-align: left;
        padding-left: 2.66667vw
    }

    .area {
        display: block
    }

    .area__body {
        width: 100%
    }

    .area__map {
        width: 80%;
        margin: 0 auto
    }

    .area-item {
        width: 100%;
        margin-bottom: 1rem
    }

    .area-item__body {
        margin-left: 2.66667vw
    }

    .area-item__title {
        font-size: 4.26667vw
    }

    .area-item__text {
        letter-spacing: 0
    }

    .top-column {
        padding: 0
    }

    .top-column__title {
        font-size: 1.5rem
    }

    .top-movie__item {
        width: 49%;
        margin-bottom: 3%
    }

    .top-movie__cap>._channel {
        display: block
    }

    .partner-item {
        width: 33.333%;
        padding: .25rem
    }

    .kankanwrap__inner {
        background-image: url(../images/bnr-kanteikai-bg-sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: 43.46667vw;
        font-size: 4.26667vw
    }

    .kaitori-reason {
        display: block
    }

    .kaitori-reason__thumb {
        width: 100%;
        display: none
    }

    .kaitori-reason__body {
        width: 100%;
        padding-right: 0;
        padding-top: 1rem
    }

    .artist-search__box {
        display: block
    }

    .artist-search__item {
        width: 100%
    }

    .artist-search__item.-label {
        margin-top: 1rem;
        width: 100%;
        flex-wrap: wrap
    }

    .artist-search__item {
        width: 100%
    }

    .artist-item {
        width: 100%;
        padding: 1rem 0
    }

    .artist-item__link {
        display: flex
    }

    .artist-item__thumb>img {
        width: 104px;
        height: 104px
    }

    .artist-item__body {
        padding-left: 1rem
    }

    .artist-comment {
        font-size: 1.125rem;
        text-align: left
    }

    .artist-profile {
        display: block
    }

    .artist-profile__thumb {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1rem
    }

    .artist-checkbox__label {
        width: 48%;
        margin-bottom: 1rem
    }

    .tenant-item {
        width: 100%
    }

    .media-item {
        width: 100%
    }

    .store-item__title {
        font-size: 1.25rem
    }

    .store-item__title>small {
        display: block
    }

    .local-nav {
        justify-content: space-between;
        margin-bottom: 1rem;
        border-bottom: none
    }

    .local-nav__item {
        width: 49%;
        margin-bottom: 1%;
        margin-right: 0;
        padding: .5em;
        text-align: center
    }

    .local-nav__item:hover {
        border: 1px solid #c6a164
    }

    .method-item {
        margin-bottom: 2rem
    }

    .method-item__link {
        display: block;
        padding: 1rem
    }

    .method-item__icon {
        width: 30%;
        margin: 0 auto;
        padding-bottom: 1rem
    }

    .method-item__body {
        width: 100%;
        padding-left: 0
    }

    .method-item__head {
        display: block;
        text-align: center
    }

    .method-item__head>._num {
        width: 3rem;
        display: inline-block
    }

    .method-item__cap {
        width: 100%
    }

    .auction-merit__item {
        width: 100%;
        padding: 1rem;
        margin-bottom: 1rem
    }

    .item-about {
        display: block
    }

    .item-about__thumb {
        width: 100%
    }

    .item-about__body {
        width: 100%;
        padding-left: 0;
        padding-top: 1em
    }

    .access-item {
        width: 100%
    }

    .dl-row {
        display: block;
        padding: 1em 0;
        border-bottom: 1px solid #ccc
    }

    .store-detail__profile .profile__row {
        display: block
    }

    .store-detail__profile .profile__key {
        width: 100%
    }

    .u-pc {
        display: none
    }

    .u-sp {
        display: block
    }

    .u-br {
        display: contents
    }

    .newsWrapper__inner {
        width: 100%;
        padding: 0 1rem
    }

 

    .sp-image.-pc {
        display: block
    }

    

    .top-banner__inner {
        width: 100%
    }
}

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

    html.is-fixed {
        overflow: hidden;
        z-index: -1;
        width: 100%;
        height: 100%
    }

    

    

    

    

    
}

@media screen and (min-width:769px) {
    
}

@media screen and (min-width:769px) and (max-width:599px) {
    .p-gNav__item.-sp {
        display: block
    }
}

@media screen and (min-width:769px) and (min-width:769px) {
    .p-gNav__item.-hasChild:hover div.p-gNav-child {
        visibility: visible;
        opacity: 1
    }
}

@media screen and (max-width:768px) and (max-width:599px) {
    .p-gNav-child.-sp {
        display: block
    }
}

@media screen and (min-width:798px) {
    .sp-image.-pc {
        display: block
    }
}

@media screen and (min-width:600px) and (max-width:768px) {
    .bottom-cta {
        font-size: 20px
    }
}

@media screen and (min-width:600px) {
    .top-banner .u-sp {
        display: none
    }

    .top-banner .u-pc {
        display: block
    }

    .top-banner {
        line-height: 1
    }
}

.tax-cat_kanteikaistore .p-newslist__date,
.post-type-archive-kanteikai .p-newslist__date {
    width: 14em;
}

.p-kantei-movie-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*max-width: 768px;*/
    margin: 0 auto;
}

.p-kantei-movie-list__item {
    width: 48%;
}

@media screen and (max-width: 599px) {
    .p-kantei-movie-list__item {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.company-pro {
    display: flex;
    flex-wrap: wrap;
}

.company-pro__item {
    width: 350px;
    padding-right: 2rem;
}

.company-pro__thumb {
    text-align: center;
}

@media screen and (max-width: 599px) {
    .company-pro__item {
        width: 100%;
        padding-right: 0;
    }

    .company-pro__thumb {
        padding: 0 10%;
    }

    .modaal-video-wrap {
        margin: auto 10px;
    }

    .modaal-inner-wrapper {
        padding: 60px 0;
    }
}

.newsWrapper__inner {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-items: center;
    max-width: 1200px;
}

.newsWrapper__inner .p-newslist__item {
    padding: 0;
}

.newsWrapper__inner .c-btn {
    margin-left: 1rem;
    min-width: initial;
    padding-left: 2em;
    padding-right: 2em;
}

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

    .newsWrapper__inner .p-newslist__item {
        padding-bottom: 1rem;
    }

    .newsWrapper__inner .c-btn {
        margin-left: 0;
        width: 100%;
    }

}

.p-newslist__link.-column {}

.p-newslist__link.-column>._columnThumb {
    width: 160px;
    height: 107px;
    overflow: hidden;
}

.p-newslist__link.-column>._columnThumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-newslist__link.-column>._title {
    width: calc(100% - 160px);
    padding-left: 1rem;
}

@media screen and (max-width: 599px) {
    .p-newslist__link.-column {
        display: flex;
    }

    .p-newslist__link.-column>._columnThumb {
        width: 120px;
        height: 80px;
    }

    .p-newslist__link.-column>._title {
        width: calc(100% - 120px);
    }

    .area-item__body {
        padding-left: 2.66667vw;
        width: calc(100% - 120px);
    }
}

.top-kaitori__item {

    text-decoration: none;
}

.method-item-wrap {
    margin-top: -172px;
    padding-top: 172px;
}

@media screen and (max-width: 599px) {
    .method-item-wrap {
        margin-top: -72px;
        padding-top: 72px;
    }

}

.local-nav__item {
    padding: .5rem 3px;
    font-size: .675rem;
}

.p-newslist__badge--shonanfujisawa {
    background: #29731b;
}


@media screen and (min-width: 600px) {
    .area__body {
        width: 100%;
    }

    .area-item {
        width: 32%;
        margin-bottom: 1rem;
    }

    .area-item__body {
        width: calc(100% - 120px);
        padding-right: .5rem;
        font-size: .75rem;
    }

}


.page-id-3231 .access-box {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-id-3231 .access-box__item {
    width: 48%;
    margin-bottom: 4%;
    font-size: 13px;
    line-height: 1.5;
}

.p-store-address {
    background: #a02926;
    color: #FFF;
    font-size: .875rem;
}

.p-store-address__inner {
    max-width: 1096px;
    margin: 0 auto;
    padding: 1rem;
}

.p-faq__icon {
    width: 48px;
}

.p-store-address__inner p {
    color: #FFF;
}

.p-store-address__inner p a {
    color: #FFF;
     !important;
    text-decoration: none;
}

/*@media screen and (max-width:  768px) {
	.sp-slides-container {
		margin-top: -29px;
	}
}*/

.l-wrapper {
    margin-top: -29px;
}

@media screen and (max-width: 768px) {
    .artist-works__list {
        display: block;
    }

    .artist-works__item img {
        width: 100%;
        height: auto;
    }

    .artist-works__item:not(last-child) {
        margin-bottom: 1rem;
    }
}

.artist-tags {
    margin-bottom: 1rem;
}

.artist-tags .c-badge {
    margin-right: .5em;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .sp-arrow {
        width: 40px;
        height: 40px;
    }

    .sp-horizontal .sp-previous-arrow {
        left: 5px;
    }

    .sp-horizontal .sp-next-arrow {
        right: 5px;
    }
}

.top-banner__inner {
    max-width: 768px;
    margin: 0 auto;
}

.local-nav__item {
    margin-bottom: 10px;
}

.movie-iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 600px) {
    .top-movie {
        justify-content: inherit;
        gap: 2%;
    }
    .p-mainv {
        background-size: cover;
        background-position: center;
    }
}



@media screen and (min-width: 769px) {
    
}

.top-kaitori__icon--08>img {
    width: 110px;
}

.gmap_wrapper {
    padding-top: 1rem;
}

.gmap_wrapper {
    padding-top: 1rem;
}

iframe {
    aspect-ratio: 16 / 9;
    max-width: 600px;
    width: 100%;
    height: auto;
}


.youtube-16-9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 600px;
    display: block;
    /*margin: auto;*/
}


input[type=checkbox]:checked+span:after {
    top: 13px;
}

.kanteiSlider-wrapper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 0 2rem;
}


.single-information .c-heading-lv02  {
    font-size: 24px;
    letter-spacing: normal;
    font-family: YakuHanJP,Zen Kaku Gothic New,sans-serif;
    font-weight: bold;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 599px) {
    .single-information .c-heading-lv02 {
        font-size: 18px;
        padding-bottom: 0.5rem;
    }
}

/* 20250904 */
.c-select{
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-select-wrapper {
    position: relative;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0.5em 0.5em;
    border-radius: 4px;
}
.c-select-wrapper:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    pointer-events: none;
    transform: translateY(-50%) rotate(
-135deg);
}


.page-id-10807 .c-select-wrapper {
    border: none;
    padding-left: 0;
}
.page-id-10807 .c-select-wrapper:after {
    display: none;
}