@charset "utf-8"; 
.header-mobile {
    display: none;
}

.hidden-pc {
    display: none;
}

.pc_tb {
    display: none;
}

.br {
    display: block;
    padding: 10px 0;
}

.sp_none {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    box-sizing: border-box;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    font-feature-settings: "palt"1;
}

li {
    list-style-type: none;
}

header::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
}

.header-mobile {
    display: none;
}

header {
    width: 100%;
    margin: 0px auto;
    position: fixed;
    z-index: 960;
    box-sizing: border-box;
}

.header-top {
    width: 100%;
    margin: 0px auto;
    position: fixed;
    z-index: 100;
    box-sizing: border-box;
}

.header-top.change-color {
    background: rgb(26, 26, 26);
}

.header-top .container {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 10px;
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    box-sizing: border-box;
}

.logo-box {
    max-width: 120px;
    display: flex;
    align-items: center;
}

.logo-box img {
    width: 100%;
    height: auto;
}

.btn-h_02 {
    font-size: 90%;
    font-weight: 700;
    padding: 5px 8px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    background-color: rgb(254 249 248);
    text-align: center;
    border: #80251a 1px solid;
    display: inline-block;
    line-height: 1;
    margin: 0px 5px;
    color: #80251a;
}

.btn-h_02 a {
    color: #80251a;
}

.menu-pc {
    flex: 1;
    -webkit-box-flex: 1;
}

.menu-pc ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.menu-pc ul li.list-group {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

.menu-pc ul li.list-group a {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 8px 0;
    display: inline-block;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.menu-pc ul li.list-group .btn-h {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 8px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    background-color: rgb(129, 37, 24);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
}

.menu-pc ul li.list-group .btn-h:hover {
    background: rgb(253 249 225);
    color: rgb(129, 37, 24);
}

.menu-pc ul li.list-group ul.tooltip {
    width: 170px;
    padding: 10px 16px 10px;
    display: none;
    position: absolute;
    top: 30px;
    left: 9%;
    background: rgb(253 252 252);
    border: 3px solid rgb(128 37 26);
    border-radius: 10px;
    height: auto;
}

.menu-pc ul li.list-group ul.tooltip li {
    border-bottom: 1px solid #ede7e6;
}

.menu-pc ul li.list-group ul.tooltip li:last-child {
    border-bottom: 0px solid #ede7e6;
}

.menu-pc ul li.list-group ul.tooltip li a {
    padding: 6px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(128 37 26);
}

.menu-pc ul li.list-group:hover ul.tooltip {
    display: block;
    z-index: 2;
    animation: show .2s ease-in-out, move .3 ease-in-out;
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes move {
    0% {
        top: 44px;
    }

    100% {
        top: 30px;
    }
}

.menu-pc ul li.list-group ul.tooltip::before {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: -12px;
    left: 45%;
    border-width: 0px 6px 10px;
    border-right-style: solid;
    border-right-color: transparent;
    border-left-style: solid;
    border-left-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: rgb(128 37 26);
    border-top-style: initial;
    border-top-color: initial;
}

main {
    display: block;
    width: 100%;
}

.wrapper {
    margin: 0px auto;
    background: rgb(251, 255, 234);
    background: linear-gradient(0deg, rgba(251, 255, 234, 1) 0%, rgba(255, 242, 216, 1) 50%, rgba(251, 255, 234, 1) 100%);
    width: 100%;
}

main .container.top {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

main .container.bottom {
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}

main .container.top {
  position: relative; /* 疑似要素の基準に */
  background: none; /* 必要なら */
}

main .container.top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/your-background-image.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.05;  /* 薄くしたいなら */
  pointer-events: none;
  z-index: -1; /* 背景に回す */
}

 /*background-image: url("../images/bg_overview.png") left top / cover no-repeat; */

.mv {
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.contents {
    margin: 0px auto;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.mv_flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    display: flex;
}

.tx-box {
    display: flex;
    width: 30%;
    padding: 0px 0px 0px 1%;
    text-align: justify;
    align-items: center;
    height: 61%;
    z-index: 910;
    position: absolute;
    top: 20%;
    left: 0;
    justify-content: space-between;
}

.mv_img_box {
    width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 90;
}

.mv_img {
    width: 40%;
    overflow: hidden;
    background: transparent;
    border-radius: 27px;
}

.mv_img img {
    width: 100%;
    transition: all 0.3s;
    opacity: 0.95;
}

.mv_img img:hover {
    opacity: 1;
    transform: scale(1.15);
}

h2 {
    line-height: 200%;
    font-size: 30px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    width: 100%;
    padding: 60px 0px 25px;
    writing-mode: vertical-rl;
    height: 60vh;
    font-feature-settings: initial;
}

.mv .img-box {
    overflow: hidden;
    height: auto;
    width: 100%;
    filter: brightness(0.8);
}

#slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    top: 0px;
}

#slideshow {
    height: 80vh;
}

#slideshow img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 8;
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1;
}

#slideshow img.last-active {
    z-index: 9;
}

.slick-dotted.slick-slider {
    margin-bottom: 20px;
}

.overview, .daytrip-onsen, .infomation {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    z-index: 500;
    position: relative;
}

.overview .left, .daytrip-onsen .right {
    width: 50%;
}

.overview .right, .daytrip-onsen .left {
    width: 50%;
}

.overview, .daytrip-onsen {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.overview .right h3, .daytrip-onsen .left h3, .onsen .right h3 {
    font-size: 40px;
    width: 100%;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0px;
}

.overview .right p, .daytrip-onsen .left p, .onsen .right p {
    width: 99%;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 150%;
    padding: 50px 30px 20px;
    margin: -50px auto -20px;
    background: rgba(255, 255, 255, 0.54);
}

.overview {
    margin: 70px auto 60px;
    padding: 0px 2% 0px;
    box-sizing: border-box;
}

.slick01 {
    width: 100%;
    height: 63vh;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    padding-left: 0px;
    border-radius: 0px;
    filter: drop-shadow(rgba(140, 119, 100, 0.32) 3px 3px 5px);
    margin-top: 0px !important;
}

.slick01 img {
    display: block;
    width: 100%;
    height: 63vh;
    object-fit: cover;
    filter: brightness(0.9);
}

.slick-dots {
    display: none !important;
}

.overview .right {
    padding-left: 20px;
    line-height: 1.5;
    color: rgb(17, 17, 31);
    width: 50%;
}

.daytrip-onsen {
    margin: 40px auto 70px;
    padding: 0px 2% 0px;
    box-sizing: border-box;
}

.daytrip-onsen .right {
    height: 63vh;
    filter: drop-shadow(rgba(140, 119, 100, 0.32) 3px 3px 5px);
    margin: 15px 0 0;
}

.daytrip-onsen .left {
    padding-right: 20px;
}

.daytrip-onsen .left a {
    color: rgb(129, 37, 24);
}

.daytrip-onsen dl {
    display: flex;
    padding: 20px;
    border-radius: 20px;
    background: rgb(255, 255, 252);
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    margin: 20px auto 0px;
    box-shadow: rgb(255, 255, 252) 0px 0px 20px 20px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
}

.daytrip-onsen dt {
    padding-bottom: 5px;
    padding-left: 0px;
    width: 20%;
    font-weight: bold;
}

.daytrip-onsen dt::before {
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    position: absolute;
    top: 0%;
    left: 0%;
}

.daytrip-onsen dd {
    margin-left: 0px;
    width: 80%;
    font-weight: normal;
}

.daytrip-onsen dd:not(:last-of-type) {
    padding-bottom: 10px;
}

.daytrip-onsen .img-box {
    overflow: hidden;
    height: 100%;
    width: 100%;
    filter: brightness(0.9);
    border-radius: 0px;
}

.daytrip-onsen .img-box img {
    height: 100%;
    width: 100%;
}

.onsen {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    z-index: 500;
    position: relative;
}

.onsen .right {
    width: 50%;
}

.onsen .left {
    width: 50%;
}

.onsen {
    display: flex;
    position: relative;
}

.onsen .left h3 {
    font-size: 43px;
    width: 100%;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0px;
}

.onsen .left p {
    width: 99%;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 150%;
    padding: 100px 50px 70px;
    margin: -50px auto -20px;
    background: rgba(255, 255, 255, 0.54);
}

.onsen {
    margin: 40px auto 60px;
    padding: 0px 2% 0px;
    box-sizing: border-box;
}

.onsen .right {
    margin: 0 0 0;
}

.onsen .left {
    padding-right: 20px;
}

.onsen .left img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.onsen .left a {
    color: rgb(129, 37, 24);
}

.onsen .img-box {
    overflow: hidden;
    height: 100%;
    width: 100%;
    filter: brightness(0.9);
    border-radius: 0px;
}

.onsen .img-box img {
    height: auto;
    width: 100%;
}

@keyframes steam01 {
    0% {
        bottom: -600px;
        filter: blur(16px);
        transform: scale(0.6, 1);
        opacity: 0;
    }

    11% {
        opacity: 0.1;
    }

    33% {
        transform: scale(1, 1.4);
        opacity: 0.5;
    }

    66% {
        transform: rotateY(10deg);
        opacity: 0.4;
    }

    100% {
        bottom: 0px;
        filter: blur(20px);
        transform: rotateY(60deg);
        opacity: 0;
    }
}

@keyframes steam02 {
    0% {
        bottom: -400px;
        filter: blur(16px);
        transform: scale(0.6, 0.6);
        opacity: 0;
    }

    11% {
        opacity: 0.1;
    }

    33% {
        transform: scale(0.8, 1);
        opacity: 0.4;
    }

    66% {
        transform: rotateY(2deg);
    }

    100% {
        bottom: 0px;
        filter: blur(20px);
        transform: rotateY(50deg);
        opacity: 0;
    }
}

.steam01 {
    position: absolute;
    right: 0px;
    animation: 10s linear 0s infinite normal none running steam01;
    opacity: 0;
}

.steam02 {
    position: absolute;
    left: 0px;
    animation: 14s linear 0s infinite normal none running steam02;
    opacity: 0;
}

.steam03 {
    margin: auto;
    position: absolute;
    right: 0px;
    left: 0px;
    animation: 12s linear 6s infinite normal none running steam02;
    opacity: 0;
}

.steam01 img, .steam03 img {
    width: 532px;
    height: 800px;
}

.steam02 img {
    width: 399px;
    height: 600px;
}

.top-bg-wrap {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0px auto;
}

.top-bg-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background: linear-gradient(rgba(255, 242, 216, 0.8) 0%, rgb(255, 242, 216) 53%, rgba(30, 18, 9, 0) 100%);
    z-index: 1;
}

.top-bg-wrap::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -100px;
    left: 0px;
    width: 100%;
    height: 197px;
    background: linear-gradient(0deg, rgba(255, 242, 216, 0.8) 0%, rgb(255, 242, 216) 53%, rgba(30, 18, 9, 0) 100%);
    z-index: 1;
}

.top-bg {
    background: url("./images/top_bg.jpg") center center / cover fixed;
    width: 100%;
    height: 850px;
    z-index: 0;
    margin: 0px;
    position: relative;
}

.infomation, .news, .sns {
    width: 100%;
    margin: 30px auto 0px;
    padding: 60px 0px 0px;
}

.infomation {
    margin: 60px auto 20px;
    padding: 40px 16px 20px;
    box-sizing: border-box;
}

.infomation .title, .reservation .title, .news .title, .sns .title {
    font-size: 200%;
    color: rgb(17, 17, 31);
    padding: 0px;
}

.title {
    background-image: url(../images/heading_back.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 10px 50px;
    height: 120px;
}

.reservation .box, .news .bnr {
    width: 90%;
    padding: 40px 0px;
}

.infomation iframe {
    width: 100%;
    padding: 1em 0;
    height: 100%;
    min-height: 450px;
    background: rgb(255, 255, 252);
    box-sizing: border-box;
    margin: 20px auto 20px;
    border: 0px !important;
}

.reservation {
    width: 100%;
    margin: 40px 0px;
    background: rgb(255, 255, 255);
}

.reservationpage {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 30px 0px;
    font-family: serif;
    box-sizing: border-box;
}

.reservationpage h4 {
    font-size: 200%;
    margin: 20px;
    font-family: serif;
}

.reservation .btn {
    display: block;
    padding: 20px 15px;
    width: 40%;
    margin: 0px auto;
    border-radius: 60px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    background-color: rgb(129, 37, 24);
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    font-size: 130%;
}

.reservation .btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(129, 37, 24);
    border: 2px solid rgb(129, 37, 24);
}

.reservation .inquiry {
    color: rgb(129, 37, 24);
}

.news .bnr {
    text-align: center;
    margin: 0px auto;
}

.news .bnr img {
    width: 100%;
    height: auto;
    filter: drop-shadow(rgba(140, 119, 100, 0.32) 3px 3px 5px);
}

.sns .box {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 0px 60px;
    box-sizing: border-box;
}

.sns .left {
    width: 42%;
    padding: 0px;
}

.fb {
    padding: 10px 0px;
}

.sns .left iframe {
    width: 100%;
    max-width: 720px;
}

.sns .right {
    width: 53%;
    padding: 0px;
}

.sns .right .top, .sns .right .bottom {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

.sns .right .top img {
    width: 100%;
}

.sns h5 {
    font-size: 200%;
    margin-bottom: 20px;
}

.sns p {
    font-size: 150%;
}

.sns .bottom {
    position: relative;
}

.sns .bottom a {
    display: inline-block;
    text-decoration: none;
    padding: 20px 0;
    background: rgb(26, 26, 26);
    color: rgb(255, 255, 255);
    width: 100%;
    margin: 2em auto;
    text-align: center;
    border-radius: 60px;
    font-size: 20px;
    border: 1px solid rgb(255, 242, 216);
    transition: all 0.3s ease-in-out 0s;
}

.sns .bottom a:hover {
    background: rgb(255, 255, 255);
    color: rgb(26, 26, 26);
    border: 1px solid rgb(26, 26, 26);
    font-weight: bold;
}

footer {
    background: rgb(26, 26, 26);
    height: 100px;
    margin: 0 auto;
    padding: 10px 0 10px;
    box-sizing: border-box;
}

footer p {
    width: 50%;
    color: rgb(255, 255, 255);
}

main.news_separate {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    background: rgb(255, 255, 255);
}

.news-box {
    background: rgb(255, 255, 255);
    width: 100%;
    margin: 0px auto;
    padding: 0px 20px;
    box-sizing: border-box;
    line-height: 1.7;
}

.news_title {
    text-align: center;
}

.news_title h2 {
    color: rgb(129, 37, 24);
    font-size: 150%;
    writing-mode: horizontal-tb;
    height: 100%;
    font-weight: 700;
    position: relative;
    padding-bottom: 0px;
}

.news_title h2::before, .news_title h2::after {
    content: "";
    display: block;
    width: 20%;
    border-top: 1px solid rgb(129, 37, 24);
    position: absolute;
}

.news_title h2::before {
    top: 48%;
    left: 0%;
}

.news_title h2::after {
    top: 48%;
    right: 0%;
}

.news_tx_text dl {
    background-color: rgb(245 245 245);
    padding: 15px;
    line-height: 1.7;
}

.news_tx_text dl dd {
    margin-left: 15px;
}

.footer_box {
    width: 100%;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.fix_footer {
    position: static;
    width: 100%;
}

.fix_footer ul {
    display: flex;
    width: 100%;
    max-width: 600px;
    padding: 10px 10px;
    box-sizing: border-box;
    gap: 10px;
    margin: 5px auto 10px;
}

.fix_footer ul li {
    width: 50%;
    padding: 0;
    margin: 0;
}

.r_button {
    padding: 15px 15px;
    color: #7f251b;
    border-radius: 10px;
    background-color: rgb(255 255 255);
    text-decoration: none;
    border: 1px solid;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.tel {
    padding: 15px 15px;
    color: #FFF;
    border-radius: 10px;
    background-color: rgb(129, 37, 24);
    text-decoration: none;
    border: 1px solid;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.link1 {
    padding-top: 12px;
    padding-bottom: 24px;
    font-size: 2rem;
    font-weight: bold
}

.link2 {
    padding-bottom: 64px;
    font-size: 2rem;
    font-weight: bold
}

@media screen and (max-width: 1240px) {
    .pc_tb {
        display: block;
    }

    .sp_none {
        display: block;
    }

    .mv_flex {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        display: flex;
    }

    .tx-box {
        display: flex;
        width: 30%;
        padding: 0px 0px 0px 1%;
        text-align: justify;
        align-items: center;
        height: 61%;
        z-index: 910;
        position: absolute;
        top: 20%;
        left: 0;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .mv_img_box {
        width: 60%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: absolute;
        bottom: 5%;
        right: -5%;
        z-index: 900;
        box-sizing: border-box;
    }

    .mv_img {
        width: 40%;
        border-radius: 20px;
    }

    .mv_img img {
        width: 100%;
    }

    h2 {
        line-height: 200%;
        font-size: 30px;
        font-weight: 700;
        color: rgb(255, 255, 255);
        margin: 0px auto;
        width: 100%;
        padding: 60px 0px 25px;
        writing-mode: vertical-rl;
        height: 60vh;
        font-feature-settings: initial;
    }

    .mv .img-box {
        overflow: hidden;
        height: auto;
        width: 100%;
        filter: brightness(0.8);
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .header-mobile {
        display: block;
        position: relative;
    }

    .pc_tb {
        display: block;
    }

    .header-pc {
        display: none;
    }

    .hidden-pc {
        display: block;
    }

    .sp_none {
        display: block;
    }

    .mv_flex {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        display: flex;
    }

    .mv_img_box {
        width: 50%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: absolute;
        bottom: 10%;
        right: 5px;
        z-index: 905;
    }

    .mv_img {
        width: 50%;
    }

    .mv_img img {
        width: 100%;
    }

    h2 {
        line-height: 200%;
        align-items: center;
        font-size: 30px;
        font-weight: 700;
        color: rgb(255, 255, 255);
        margin: 0px auto;
        width: 100%;
        padding: 60px 0px 25px;
        writing-mode: vertical-rl;
        height: 60vh;
        font-feature-settings: initial;
    }

    .mv .img-box {
        overflow: hidden;
        height: auto;
        width: 100%;
        filter: brightness(0.6);
    }

    .wrapper {
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
    }

    .header-mobile .header-top {
        width: 98%;
        height: 64px;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: fixed;
        z-index: 100;
        padding: 10px;
    }

    header .header-mobile .header-top .btn-box {
        width: 11%;
        min-height: 100%;
        display: -webkit-box;
    }

    .logo-box {
        max-width: 120px;
    }

    header .header-mobile .header-top .btn-box .btn {
        border-left: 1px solid rgb(204, 204, 204);
        padding: 9px 7px 6px;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }

    header .header-mobile .header-top .btn-box .btn .tx {
        -webkit-box-flex: 1;
        flex: 1 1 0%;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
    }

    header .header-mobile .header-top .btn-box .btn img {
        width: 30px;
        height: 30px;
    }

    header .header-mobile .header-top .btn-box .tx p {
        margin: 5px;
        font-size: 16px;
        color: rgb(255, 255, 255);
        font-family: æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, YuGothic, æ¸¸ã‚´ã‚·ãƒƒã‚¯, "Yu Gothic", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", sans-serif;
        font-weight: 700;
    }

    .header-mobile .btn-h {
        font-size: 1.4rem;
        font-weight: 700;
        padding: 8px;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        border-radius: 20px;
        background-color: rgb(129, 37, 24);
        color: rgb(255, 255, 255);
        width: 30%;
        height: 25%;
        text-align: center;
        position: absolute;
        top: 23%;
        left: 54%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .menu-slide {
        transform: translateY(-6000px);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }

    header .menu-slide {
        position: absolute;
        z-index: 95;
    }

    header .menu-slide .header-menu-base {
        font-weight: 700;
        border: 4px solid rgb(26, 26, 26);
        padding: 0px;
        background: rgb(255, 255, 255);
    }

    header .menu-slide .green-head {
        margin: 0px;
        padding: 13px 16px;
        background: rgb(26, 26, 26);
        color: rgb(255, 255, 255);
    }

    header .menu-slide nav {
        padding: 0px 16px;
        width: 90%;
    }

    header .menu-slide nav ul {
        padding-left: 0px;
    }

    header .menu-slide nav ul li.list-group .ttl.btn-open {
        font-size: 1.6rem;
        margin: 0px;
        padding: 8px 0px;
        min-height: 48px;
        border-bottom: 1px solid rgb(204, 204, 204);
        white-space: nowrap;
    }

    header .menu-slide nav ul li.list-group ul.inr li {
        border-bottom: 1px solid rgb(204, 204, 204);
    }

    header .menu-slide .header-menu-base .header-btn-close {
        padding: 8px;
        margin: 16px;
        background: rgb(241, 241, 241);
        border-radius: 4px;
        border: 1px solid rgb(204, 204, 204);
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    header .menu-slide .header-menu-base .header-btn-close::before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 8px;
        background: url("/images/icon_close.png") center center / cover no-repeat;
    }

    header .menu-slide nav ul li.list-group:first-child {
        border: none;
    }

    header .menu-slide nav ul li.list-group .ttl.btn-open {
        font-size: 1.6rem;
        margin: 0px;
        padding: 8px 0px;
        min-height: 20px;
        border-bottom: 1px solid rgb(204, 204, 204);
        white-space: nowrap;
    }

    header .menu-slide nav ul li.list-group .ttl.btn-open svg {
        fill: rgb(17, 17, 31);
        width: 14px;
        height: 14px;
    }

    header .menu-slide .header-menu-base .btn-open svg {
        width: 14px;
        height: 14px;
        fill: rgb(255, 255, 255);
    }

    header .menu-slide nav ul li.list-group ul.inr {
        margin-left: 16px;
    }

    header .menu-slide nav ul li.list-group ul.inr li {
        border-bottom: 1px solid rgb(204, 204, 204);
    }

    header .menu-slide nav ul li.list-group a {
        font-size: 1.6rem;
        padding: 8px 0px;
        min-height: 20px;
        display: block;
        text-decoration: none;
        color: rgb(26, 26, 26);
        font-weight: 300;
    }

    header .menu-slide.slide {
        width: 100%;
        position: fixed;
        inset: 80px 0px 0px;
        overflow-y: auto;
        margin: 0px;
        transform: translateY(0px);
    }

    .contents {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        height: 100vh;
    }

    main .container.top, main .container.bottom {
        width: 90%;
        margin: 0px auto;
    }

    main .container.top {
        padding-top: 70px;
    }

    main .container.top::after {
        top: 2%;
        left: 0%;
    }

    .mv {
        display: block;
    }

    .mv img {
        transform: translateY(0px);
    }

    .img-box {
        width: 100%;
    }

    #slideshow {
        width: 100%;
    }

    .tx-box {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        width: 54%;
        padding: 30px 30px 30px 0px;
        text-align: justify;
        display: flex;
        align-items: center;
        height: 45%;
        flex-basis: 0%;
        z-index: 100;
        top: 21%;
        left: 0%;
    }

    h2 {
        line-height: 150%;
        align-items: center;
        font-size: 28px;
        font-weight: 500;
        color: rgb(255, 255, 255);
        width: 100%;
        margin: 0px auto;
        writing-mode: horizontal-tb;
        padding: 16px;
        height: 21vh;
    }

    .slick-dots {
        display: none;
    }

    .slick01 {
        min-height: 270px;
    }

    .slick01 img {
        width: 140%;
    }

    .infomation, .news, .sns {
        width: 100%;
        margin: 20px auto;
        padding: 20px 0px 0px;
    }

    .overview {
        display: block;
        align-items: flex-end;
        padding-top: 0px;
        padding-bottom: 40px;
        width: 100%;
        margin: 0px auto;
    }

    .overview .left, .overview .right {
        width: 100%;
    }

    .overview .right {
        padding-left: 0px;
        line-height: 150%;
        color: rgb(26, 26, 26);
    }

    .overview .right h3, .daytrip-onsen .left h3 {
        font-size: 167%;
        margin: 20px 0 20px;
        padding: 20px 0 0 20px;
    }

    .overview .right p {
        width: 100%;
    }

    .overview .right p, .daytrip-onsen .left p {
        width: 99%;
        font-size: 20px;
        line-height: 1.8;
        padding: 70px 40px 40px;
        margin: -80px auto -20px;
        background: rgba(255, 255, 255, 0.54);
    }

    .daytrip-onsen {
        flex-direction: column-reverse;
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .daytrip-onsen .left, .daytrip-onsen .right {
        width: 100%;
    }

    .daytrip-onsen .left {
        padding-right: 0px;
    }

    .daytrip-onsen .left p {
        margin-bottom: 50px;
    }

    .top-bg-wrap {
        display: none;
    }

    .infomation {
        width: 90%;
    }

    .infomation iframe {
        height: 300px;
    }

    .infomation {
        padding: 10px 0px 0px;
    }

    .infomation iframe {
        padding: 40px 0px;
    }

    .reservation .box {
        display: block;
        width: 100%;
    }

    .reservationpage .inquiry {
        width: 90%;
        padding: 11px 0px;
    }

    .reservationpage {
        margin-bottom: 40px;
        padding: 0px;
    }

    .reservationpage h4, .inquiry h4 {
        margin-bottom: 20px;
    }

    .reservationpage h4 {
        font-size: 170%;
        margin: 20px auto;
        width: 83%;
    }

    .reservation .btn {
        width: 45%;
    }

    .news-box {
        width: 100%;
        padding: 0px 30px;
    }

    .news_title h2 {
        width: 80%;
    }

    .news_title h2::before, .news_title h2::after {
        width: 24%;
        top: 57%;
    }

    .news .bnr {
        width: 100%;
    }

    .news .bnr img {
        width: 100%;
        transform: scale(1);
    }

    .news_title h2::before, .news_title h2::after {
        width: 34%;
    }

    .sns .box {
        display: flex;
        padding: 0px 0 40px;
    }

    .sns .left {
        width: 60%;
    }

    .sns .right {
        width: 38%;
        padding: 0px 0px 15px 28px;
    }

    .sns .right .top {
        display: block;
    }

    .sns .right .bottom {
        width: 100%;
        margin: 20px 0 0;
    }

    .sns .bottom a {
        width: 100%;
        position: static;
        margin: 0px auto;
        display: block;
        padding: 15px;
        padding: 10px 0;
        font-size: 90%;
    }

    .sns h5 {
        margin-top: 20px;
    }

    .news, .sns {
        padding-bottom: 0px;
    }

    .sns .left {
        padding: 0px 0px 80px;
    }

    .sns .left iframe {
        max-height: 400px;
    }

    .sns h5 {
        font-size: 180%;
    }

    footer p {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .header-mobile {
        display: block;
        position: relative;
    }

    .pc_tb {
        display: none;
    }

    .header-pc {
        display: none;
    }

    .sp_none {
        display: none;
    }

    .hidden-pc {
        display: block;
    }

    .header-mobile .header-top {
        width: 100%;
        height: 64px;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: fixed;
        z-index: 100;
        padding: 14px 5px 10px 12px;
        box-sizing: border-box;
    }

    header .header-mobile .header-top .btn-box {
        width: auto;
        min-height: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .logo-box {
        max-width: 120px;
    }

    header .header-mobile .header-top .btn-box .btn {
        border-left: 1px solid rgb(204, 204, 204);
        padding: 0 0 0 5px;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }

    header .header-mobile .header-top .btn-box .btn .tx {
        -webkit-box-flex: 1;
        flex: 1 1 0%;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
    }

    header .header-mobile .header-top .btn-box .btn img {
        width: 30px;
        height: 30px;
    }

    header .header-mobile .header-top .btn-box .tx p {
        margin: 5px;
        font-size: 10px;
        color: rgb(255, 255, 255);
    }

    header .menu-slide {
        transform: translateY(-6000px);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    }

    header .menu-slide {
        position: absolute;
        z-index: 95;
    }

    header .menu-slide .header-menu-base {
        font-weight: 700;
        border: 4px solid rgb(26, 26, 26);
        padding: 0px;
        background: rgb(255, 255, 255);
        width: 100%;
        box-sizing: border-box;
    }

    header .menu-slide .green-head {
        margin: 0px;
        padding: 13px 16px;
        background: rgb(26, 26, 26);
        color: rgb(255, 255, 255);
        width: 100%;
        box-sizing: border-box;
    }

    header .menu-slide nav {
        padding: 0px 16px;
        width: 90%;
    }

    header .menu-slide nav ul {
        padding-left: 0px;
    }

    header .menu-slide nav ul li.list-group .ttl.btn-open {
        font-size: 1.6rem;
        margin: 0px;
        padding: 8px 0px;
        min-height: 48px;
        border-bottom: 1px solid rgb(204, 204, 204);
        white-space: nowrap;
    }

    header .menu-slide nav ul li.list-group ul.inr li {
        border-bottom: 1px solid rgb(204, 204, 204);
    }

    header .menu-slide .header-menu-base .header-btn-close {
        padding: 8px;
        margin: 16px;
        background: rgb(241, 241, 241);
        border-radius: 4px;
        border: 1px solid rgb(204, 204, 204);
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    header .menu-slide .header-menu-base .header-btn-close::before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 8px;
        background: url("/images/icon_close.png") center center / cover no-repeat;
    }

    header .menu-slide nav ul li.list-group:first-child {
        border: none;
    }

    header .menu-slide nav ul li.list-group .ttl.btn-open {
        font-size: 1.6rem;
        margin: 0px;
        padding: 8px 0px;
        min-height: 20px;
        border-bottom: 1px solid rgb(204, 204, 204);
        white-space: nowrap;
    }

    header .menu-slide nav ul li.list-group .ttl.btn-open svg {
        fill: rgb(17, 17, 31);
        width: 14px;
        height: 14px;
    }

    header .menu-slide .header-menu-base .btn-open svg {
        width: 14px;
        height: 14px;
        fill: rgb(255, 255, 255);
    }

    header .menu-slide nav ul li.list-group ul.inr {
        margin-left: 16px;
    }

    header .menu-slide nav ul li.list-group ul.inr li {
        border-bottom: 1px solid rgb(204, 204, 204);
    }

    header .menu-slide nav ul li.list-group a {
        font-size: 1.6rem;
        padding: 8px 0px;
        min-height: 20px;
        display: block;
        text-decoration: none;
        color: rgb(26, 26, 26);
        font-weight: 300;
    }

    header .menu-slide.slide {
        width: 100%;
        position: fixed;
        inset: 80px 0px 0px;
        overflow-y: auto;
        top: 60px;
        margin: 0px;
        transform: translateY(0px);
    }

    .header-mobile .btn-h {
        font-size: 1.4rem;
        font-weight: 700;
        padding: 8px;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        border-radius: 10px;
        background-color: rgb(129, 37, 24);
        color: rgb(255, 255, 255);
        width: 30%;
        height: 25%;
        text-align: center;
        position: absolute;
        top: 27%;
        left: 38%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper {
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
    }

    main .container.top, main .container.bottom {
        width: 90%;
        margin: 0px auto;
    }

    main .container.top {
        padding-top: 0;
    }

    main .container.top::after {
        top: 2%;
        left: 0%;
    }

    .contents {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    #slideshow img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        object-fit: cover;
        height: 70vh;
    }

    .mv {
        display: block;
        height: 100vh;
    }

    .mv img {
        transform: translateY(0px);
    }

    .mv .img-box {
        width: 150%;
    }

    .img-box {
        width: 100%;
    }

    .tx-box {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        width: 100%;
        padding: 10px 40px 0 0;
        text-align: justify;
        display: flex;
        align-items: center;
        height: 40%;
        flex-basis: 0%;
        z-index: 100;
        box-sizing: border-box;
        margin: 30px 0 0;
        top: 70%;
    }

    .mv_img {
        width: 50%;
        border-radius: 15px;
    }

    .mv_img img {
        opacity: 0.85;
    }

    .mv_img img:hover {
        opacity: 1;
        transform: scale(1);
    }

    .mv_img_box {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: absolute;
        bottom: 13%;
        right: 0;
        padding: 30px;
        box-sizing: border-box;
        -ms-transform: translateX(-50%);
        z-index: 905;
        align-content: flex-start;
        justify-content: space-around;
    }

    .title {
        background-image: url(../images/heading_back.png);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: 10px 40px;
        height: 85px;
    }

    h2 {
        line-height: 1.5;
        font-size: 20px;
        font-weight: 500;
        color: rgb(26, 26, 26);
        background: rgba(255, 255, 255, 0.73);
        width: 100%;
        margin: 0px auto;
        writing-mode: horizontal-tb;
        padding: 16px 16px 16px;
        height: auto;
        border-radius: 0px;
        letter-spacing: 0px;
        display: inline-block;
    }

    .overview {
        display: block;
        align-items: flex-end;
        padding-top: 0px;
        padding-bottom: 20px;
        width: 100%;
        margin: 20px auto 0px;
    }

    .overview .left, .overview .right {
        width: 100%;
    }

    .overview .right {
        padding-left: 0px;
        line-height: 150%;
        color: rgb(26, 26, 26);
    }

    .overview .right h3, .daytrip-onsen .left h3, .onsen .right h3 {
        font-size: 24px;
        width: 100%;
        line-height: 1;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #slideshow {
        width: 100%;
        height: 90vh;
    }

    .slick01 img {
        max-height: 270px;
        width: 140%;
    }

    .slick-dots {
        display: none;
    }

    .slick01 {
        height: 100%;
        min-height: 270px;
    }

    .infomation, .news, .sns {
        width: 100%;
        margin: 0 auto 40px;
        padding: 20px 0px 0px;
    }

    .infomation {
        margin: 20px auto;
        padding: 0px 16px;
    }

    .infomation {
        margin: 40px auto 20px;
        padding: 0px 16px;
    }

    .overview .right p, .daytrip-onsen .left p {
        padding: 60px 20px 30px;
        width: 100%;
        font-size: 16px;
        line-height: 1.8;
    }

    .daytrip-onsen {
        flex-direction: column-reverse;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
        margin: 20px auto 10px;
    }

    .daytrip-onsen .left, .daytrip-onsen .right {
        width: 100%;
    }

    .daytrip-onsen .left {
        padding-right: 0px;
    }

    .daytrip-onsen .right {
        width: 100%;
        height: 100%;
        min-height: 270px;
    }

    .daytrip-onsen .img-box img {
        min-height: 270px;
    }

    .onsen .right p {
        padding: 60px 20px 30px;
        width: 100%;
        font-size: 16px;
        line-height: 1.7;
    }

    .onsen {
        flex-direction: column-reverse;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
        margin: 20px auto 10px;
    }

    .onsen {
        flex-direction: column;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 20px;
        margin: 20px auto 10px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .onsen .left, .daytrip-onsen .right {
        width: 100%;
    }

    .onsen .right {
        padding-right: 0px;
        width: 100%;
    }

    .onsen .left {
        width: 100%;
        height: auto;
    }

    .onsen .img-box img {
        min-height: 270px;
    }

    .top-bg-wrap {
        display: none;
    }

    .reservationpage {
        padding: 20px 0;
        margin-bottom: 40px;
    }

    .reservationpage h4 {
        font-size: 120%;
        margin: 20px auto;
        width: 83%;
    }

    .reservation .btn {
        width: 75%;
    }

    .reservation .box {
        display: block;
        width: 100%;
    }

    .reservationpage .inquiry {
        width: 90%;
        padding: 11px 0px;
    }

    .reservationpage h4, .inquiry h4 {
        margin-bottom: 20px;
    }

    .infomation .title, .reservation .title, .news .title, .sns .title {
        font-size: 180%;
        color: rgb(17, 17, 31);
    }

    .infomation {
        width: 90%;
    }

    .infomation {
        padding: 10px 0px;
    }

    .infomation iframe {
        margin: 20px auto;
    }

    .infomation iframe {
        height: 300px;
    }

    .news-box {
        width: 100%;
        padding: 10px;
        font-size: 90%;
    }

    .news_title h2 {
        width: 95%;
        margin: 0px auto;
    }

    .news_title h2::before, .news_title h2::after {
        width: 24%;
        top: 57%;
    }

    .news .bnr {
        width: 100%;
        padding: 20px 0px 0px;
    }

    .news .bnr img {
        width: 100%;
    }

    .sns .left iframe {
        max-height: 400px;
    }

    .sns p {
        font-size: 100%;
        width: 95%;
    }

    .sns .left {
        padding-bottom: 0px;
    }

    .sns h5 {
        font-size: 180%;
        margin-top: 20px;
    }

    .sns .box {
        display: block;
        padding: 10px 0px 20px;
    }

    .sns .left, .sns .right {
        width: 100%;
    }

    .sns .right {
        padding: 0px;
        margin: 20px 0px 0px;
    }

    .sns .right .top {
        display: none;
    }

    .sns .right .bottom {
        width: 100%;
    }

    .sns .bottom {
        padding-bottom: 20px;
    }

    .sns .bottom a {
        width: 80%;
        margin: 0px auto;
        display: block;
        padding: 15px 0;
        font-size: 95%;
    }

    .footer_box {
        display: flex;
    }

    footer {
        height: 130px;
    }

    footer p {
        width: 100%;
        text-align: c;
    }

    .fix_footer {
        position: fixed;
        z-index: 900;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 77%);
    }

    .r_button {
        padding: 15px 10px;
        color: #7f251b;
        border-radius: 10px;
        background-color: rgb(255 255 255);
        text-decoration: none;
        border: 1px solid;
        font-weight: bold;
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        font-size: 90%;
    }

    .tel {
        padding: 15px 10px;
        color: #FFF;
        border-radius: 10px;
        background-color: rgb(129, 37, 24);
        text-decoration: none;
        border: 1px solid;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        font-size: 90%;
    }
    .btn-h_02 {
    font-size: 90%;
    font-weight: 700;
    padding: 8px 8px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    background-color: rgb(254 249 248);
    text-align: center;
    border: #80251a 1px solid;
    display: inline-block;
    line-height: 1;
    margin: 0px 4px;
    color: #80251a;
}

.inner{
    max-width: 100% !important;
}

table{
    width: 95% !important;
}

.side_menu{
    display: none;
}

}



