@charset "UTF-8";

.hero {
    position: relative;
    width: 100%;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner_1000 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.ocher{
    color: #b99f75;
}

.hero h2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: min(6vw, 50px);
    font-family: "Noto Serif JP", "游明朝", "Cormorant Garamond", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.hero figure {
    width: 100%;
    height: 100%;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bnr-area{
    padding: 80px 0 100px;
}

.bnr-area h2{
    font-size: clamp(20px,2.73vw,30px);
    letter-spacing: 2px;
    line-height: 1.8;
    margin-bottom: 50px;
    text-align: center;
}

.bnr-area a:hover{
    opacity: .6;
}

.bnr-area a{
    transition: all 0.3s ease 0s;

}

.bnr-area figure:not(:first-child){
    margin-top: 50px;
}

.coming-soon {
  filter: grayscale(100%);
  opacity: 0.5;
}

.coming-soon a{
    pointer-events: none;
}

.bg_Wht {
    background-color: #fff;
}

.bg_Wht .notes {
    color: #000;
}

footer {
    position: relative;
}

/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 956px) {}

/*-----------------------------
tabのみ
-----------------------------*/
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
.teiki { width: 60%;}
}*/

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 768px) {
    .hero {
        height: 40vh;
    }

    .bnr-area{
    padding: 40px 0 80px;
}

.bnr-area h2{
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}

.bnr-area figure:not(:first-child){
    margin-top: 30px;
}

}