@charset "UTF-8";
/* CSS Document */

/* PC
---------------------------------------------------------------------- */

@media (min-width: 751px) {
/* mv
---------------------------------------------------------------------- */
    .mv_wrap {
        /*padding-top: 80px;*/
        /*padding-top: 100px;*/
        background: url("../images/index/bg_mv.jpg") 0 0;
    }
#pc_header {
     background: url("../images/index/bg_mv.jpg") 0 0;
}
#mainvisual {
    /*width: calc(100% - calc(400 / 1900 * 100%));*/
    width: 100%;
    height: 832px;
    position: relative;
    margin-top: 0;
}
#mainvisual .mvslide {
    width: 100%;
    height: 832px;
}
    #mainvisual .mvslide .slick-slider .slick-list {

    }
    #mainvisual h2 {
        position: absolute;
        top: 90px;
        left: 0;
        padding-left: calc(320 / 1900 * 100%);
        color: #fff;
        font-weight: 700;
        /*font-size: calc(33em / 16);*/
        font-size: calc(33em / 19);
        letter-spacing: 0.35em;
        line-height: 2.0;
    }
    #mainvisual h2 > span {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
    #mainvisual h2 > span > span {
        color: #A43840;
    }
#mainvisual .mvslide .slick-slide {
    width: 100%;
    height: 832px;
    position: relative;
    z-index: 0;
            border-radius: 0 10px 0 0;
        overflow: hidden;
}
#mainvisual .mvslide .slick-slide picture {
    width: 100%;
    height: 832px;
    position: absolute;
    top: 0;
    left: 0;
        z-index: -1;
}   
#mainvisual .mvslide .slick-slide picture img {
    min-width: 100%;
    height: 832px;
    object-fit: cover;
}
#mainvisual .mvslide .catch {
    width: 100%;
    height: 753px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
    #mainvisual .slick-counter {
        position: absolute;
        z-index: 100;
        top: 60px;
        right: 180px;
        /*top: -60px;
        right: -180px;*/
        width: 70px;
        height: 70px;
        background-color: #727171;
        color: #fff;
        font-size: calc(24em / 16);
    display: flex;
    justify-content: center;
    align-items: center;
        border-radius: 50%;
    }
#mainvisual .scroll {
    width: 20px;
        position: absolute;
        top: 150px;
        right: 205px;
        /*top: 30px;*/
        /*right: -160px;*/
    z-index: 10;
    transition: all 0.3s ease;
}
    #mainvisual .scroll:hover {
        /*top: 35px;*/
        top: 155px;
    }
    .slick-dots {
        display: none !important;
    }
    #searcharea2 {
        max-width: 820px;
    }
    #searcharea2 .search_title {
        font-size: calc(20em / 16);
        font-weight: 700;
        letter-spacing: 0.2em;
        color: #fff;
    }
    #searcharea2 .rsvmain {
        display: flex;
    flex-wrap: wrap;
    }
    #searcharea2 .rsvmain .left {
        width: calc(100% - 164px);
    }
    #searcharea2 .rsvmain .right {
        width: 164px;
        position: relative;
    }
    #searcharea2 .rsvmain .right::before {
    content: '';
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate( 45deg );
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    }
    #searcharea2 .rsvmain .left .rsv_ul {
        display: flex;
    flex-wrap: wrap;
    }
    #searcharea2 .rsvmain .left .rsv_ul li {
        width: 110px;
        background-color: #fff;
        border-bottom: 1px solid #211815;
        padding: 8px 20px;
        position: relative;
        display: flex;
        align-items: center;
    }
    #searcharea2 .rsvmain .left .rsv_ul li:not(:last-of-type) {
        border-right: 1px solid #211815;
    }
    #searcharea2 .rsvmain .left input ,
    #searcharea2 .rsvmain .left select {
        font-size: calc(23em / 16);
        font-weight: 500;
        border: 0;
        
    }
    #searcharea2 .rsvmain .left input {
        padding: 0.2em 0.5em;
    }
    #searcharea2 .rsvmain .left select {
        width: 100%;
        padding: 0.2em 0;
    }
    #searcharea2 .rsvmain .left .dateli {
        width: 325px !important;
        display: flex;
    flex-wrap: wrap;
        align-items: center;
    }
    #searcharea2 .rsvmain .left .dateli input#date_i {
        width: 140px;
    }
    #searcharea2 .rsvmain .right input[type="submit"] {
        width: 164px;
        height: 100%;
        background: #A43840;
        color: #fff;
        letter-spacing: 0.1em;
        border: 0;
        cursor: pointer; 
      display: flex;
    justify-content: center;
    align-items: center;
    }
    #searcharea2 .rsvmain .right input[type="submit"]:hover {
        opacity: .7;
    }
    #searcharea2 .rsvmain .rsv_ul li::before {
        position: absolute;
        top: 15px;
        right: 2.5em;
    }
    #searcharea2 .rsvmain .left li.stay::before {
        content:  '泊';
    }
    #searcharea2 .rsvmain .left li.otona::before {
        content:  '名';
    }   
    #searcharea2 .rsvmain .left li.room::before {
        content:  '部屋';
    }      
    #searcharea2 .rsvmain .left .member {
        width: 100%;
        display: flex;
    flex-wrap: wrap;
    }
    #searcharea2 .rsvmain .left .member li {
        text-align: center;
        background-color: #fff;
    }
    #searcharea2 .rsvmain .left .member li a {
        display: block;
        padding: 0.5em 0;
        position: relative;
    }
    #searcharea2 .rsvmain .left .member li:nth-of-type(1) {
        width: 370px;
        background-color: #A5855D;
    }
    #searcharea2 .rsvmain .left .member li:nth-of-type(2) {
        width: calc(100% - 370px);
    }
    #searcharea2 .rsvmain .left .member li:nth-of-type(1) a {
        color: #fff;
        font-size: calc(18em / 16);
        font-weight: 700;
        letter-spacing: 0.2em;
    }
    #searcharea2 .rsvmain .left .member li a::before {
            content: '';
    transform: rotate( 45deg );
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 5px);

    }
    #searcharea2 .rsvmain .left .member li:nth-of-type(1) a::before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;  
    right: 3.5em;
    }
    #searcharea2 .rsvmain .left .member li:nth-of-type(2) a::before {
    border-top: solid 1px #211815;
    border-right: solid 1px #211815;  
    right: 2em;
    }    


  /* inner
  ---------------------------------------------------------------------- */ 
    #contents {
        margin-top: -80px;
        padding-top: 80px;
    }

    .index .information {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        top: -160px;
        max-width: 1340px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: -100px;
        padding: 0 30px;
    }
    .index .information .leftarea {
        /*width: 820px;*/
    }
    .index .information .lead {
        /*width: 425px;*/
        margin-top: 28px;
        padding: 40px;
        background-color: #fff;
        box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);

    }
    .index .information .lead h2 {
        color: #A43840;
        font-size: calc(29em / 16);
        line-height: 1.4;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
    }
    .index .information .lead p {
        font-size: calc(17em / 16);
        line-height: 1.9;
        letter-spacing: 0.025em;
    }
    .index .information .info {
        margin-top: 80px;
        display: flex;
    flex-wrap: wrap;
    }
    .index .information .info h3 {
        width: 160px;
        color: #A5855D;
        letter-spacing: 0.3em;
        position: relative;
    }
    .index .information .info h3::after {
        content:  '';
        width: 50px;
        height: 1px;
        background-color: #281613;
        position: absolute;
        top: 15px;
        right: 5px;
        transform: rotate(-45deg);
    }
    .index .information .info h3 strong {
        display: block;
        color: #281613;
        font-size: calc(24em / 16);
        font-weight: 400;
        letter-spacing: 0.05em;
    }
    .index .information .info ul {
        width: calc(100% - 160px);
        margin-bottom: 25px;
    }
    .index .information .info ul li {
        border-bottom: 1px dotted #231815;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .index .information .info ul li .date {
        color: #8D8E8E;
        font-size: calc(18em / 16);
        font-style: italic;
        margin-right: 10px;
    }
    .index .information .info ul li .cat {
        font-size: calc(14em / 16);
        color: #A43840;
        border: 1px solid #A43840;
        letter-spacing: 0.025em;
        padding: 0.2em 0.5em;
    }
    .index .information .info ul li a {
        display: block;
        margin-top: 10px;
        font-size: calc(17em / 16);
        letter-spacing: 0.025em;
    }
    .index .information .info .newslink {
        width: 250px;
        display: block;
        font-weight: 700;
        letter-spacing: 0.1em;
        padding: 0.5em 0;
        position: relative;
        margin-right: inherit;
    margin-left: auto;
        text-align: center;
    }
    .index .information .info .newslink::before {
        content:  '';
        width: 250px;
        height: 100%;
        background-image: url("../images/link_arrow02.svg");
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        background-position: right bottom;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.3s ease;
    }
    .index .information .info .newslink:hover::before {
        right: -5px;
    }
    .index .bnr {
        position: relative;
        top: -80px;
        width: 921px;
        margin-right: auto;
        margin-left: auto;
    }
    .index .bnr li {
        margin-top: 15px;
    }
    .index .point_title {
        width: 100%;
        background: url("../images/index/bg_point.jpg") no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 110px 0;
        margin-bottom: 80px;
    }
    .index .point_title p {
        position: relative;
        text-align: center;
        font-size: calc(30em / 16);
        line-height: 1.3;
        font-weight: 500;
        letter-spacing: 0.1em;
        color: #fff;
    }
    .index .point_title p strong {
        font-size: calc(52em / 30);
    }
    .index .point_title p::before ,
    .index .point_title p::after {
        content:  '';
        width: 80px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        transform: rotate(-45deg);
    }
    .index .point_title p::before {
        top: 10px;
        left: calc(50% - 280px);
    }
    .index .point_title p::after {
        bottom: 30px;
        right: calc(50% - 160px);
    }
    .index .point_area {
        position: relative;
        padding-top: 45px;
        margin-bottom: 260px;
        z-index: 0;
    }
    .index .point_area::before {
        content:  '';
        position: absolute;
        background-repeat: no-repeat;
        background-position: 0 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .index .point_area.room::before {
        background-image: url("../images/index/icon_room.svg") ;
        width: 147px;
        height: 100%;
        top: 50px;
        right: 150px;
    }
    .index .point_area.facilities::before {
        background-image: url("../images/index/icon_facilities.svg") ;
        width: 129px;
        height: 100%;
        top: 50px;
        right: 150px;
    }
    .index .point_area.restaurant::before {
        background-image: url("../images/index/icon_restaurant.svg") ;
        width: 135px;
        height: 100%;
        top: 50px;
        left: 150px;
    }
    .index .point_area::after {
        content:  '';
        width: 100%;
        height: 570px;
        background: url("../images/index/bg_mv.jpg") 0 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .index .point_area h2 {
        position: absolute;
        top: 25px;
    }
    .index .point_area.room h2 {
        width: 729px;
        left: 0;
    }
    .index .point_area.facilities h2 {
        width: 951px;
        left: 0;
    }
    .index .point_area.restaurant h2 {
        width: 1002px;
        right: 0;
    }
    .index .point_area .image {
        width: calc(1476 / 1900 * 100vw);
    }
    .index .point_area .image span {
        display: block;
        font-size: calc(18em / 16);
        color: #957A43;
    }
    .index .point_area.room .image ,
    .index .point_area.facilities .image {
        text-align: right;
    }
    .index .point_area.restaurant .image {
        margin-right: inherit;
    margin-left: auto;
    }
    .index .point_area .image img {
        width: 100%;
    }
/*    .index .point_area .text {
        width: 651px;
        height: 647px;
        background: url("../images/index/bg_room.png") no-repeat 0 0;
        padding: 80px 90px 0 90px;
        position: absolute;
        margin-right: calc(280 / 1900 * 100%);
    }
*/
    .index .point_area .text {
        width: 631px;
        /*height: 622px;*/
        /*padding: 80px 90px 0 90px;*/
        position: absolute;
        z-index: 10;
        margin-right: calc(280 / 1900 * 100%);
/*        border-radius: 6px;
        box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .2);*/
    }
    .index .point_area .text::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #efefef;
        position: absolute;
        z-index: -1;
        right: -20px;
        bottom: -25px;
        border-radius: 6px;
    }
    .index .point_area .text.reverse::after {
        right: 20px;
    }
    .index .point_area .text .textinner {
        width: 100%;
        background: #FFF;
        padding: 50px 50px 50px 70px;
        position: relative;
        border-radius: 6px;
        box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .2);
    }
    .index .point_area .text .textinner::before {
        content:"";
        display: block;
        width: 140px;
        height: 1px;
        background: #281613;
        position: absolute;
        z-index: 10;
        top: 30px;
        left: -40px;
        transform: rotate(-45deg);
    }
    .index .point_area .text .textinner::after {
        content:"";
        display: block;
        width: 140px;
        height: 1px;
        background: #281613;
        position: absolute;
        z-index: 10;
        bottom: 30px;
        right: -40px;
        transform: rotate(135deg);
    }
    .index .point_area.room .text {
        /*top: 210px;*/
        bottom: -30px;
        right: 0;
        margin-right: calc(280 / 1900 * 100%);
    }
    .index .point_area.facilities .text {
        /*top: 240px;*/
        bottom: -30px;
        right: 0;
        margin-right: calc(280 / 1900 * 100%);
    }
    .index .point_area.restaurant .text {
        /*top: 240px;*/
        /*top: 210px;*/
        bottom: -30px;
        left: 0;
        margin-left: calc(280 / 1900 * 100%);
    }
    .index .point_area.restaurant .text {
        height: auto;
        background-size: cover;
    }
    .index .point_area .text span ,
    .index .access .inner .text span {
        display: block;
        font-size: calc(35em / 16);
        letter-spacing: 0.1em;
        color: #727171;
        margin-bottom: 15px;
    }
    .index .point_area .text h3 ,
    .index .access .inner .text h3 {
        font-size: calc(34em / 16);
        letter-spacing: 0.1em; 
        font-weight: 700;
        line-height: 1.4;
        color: #A43840;
        margin-bottom: 15px;
    }
    .index .point_area .text p ,
    .index .access .inner .text p {
        font-size: calc(17em / 16);
        letter-spacing: 0.05em;
        line-height: 2.0;
        margin-bottom: 15px;
    }
    .index .point_area .text a ,
    .index .access .inner .text a {
        display: block;
        width: 100%;
        font-size: calc(20em / 16);
        letter-spacing: 0.1em; 
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding: 1em 0;
        position: relative;
        background: #A5855D url("../images/link_arrow01.svg") no-repeat right 20px bottom 10px;
        -webkit-background-size: 450px auto;
        background-size: 450px auto;
        transition: all 0.3s ease;
    }
    .index .point_area .text a:hover ,
    .index .access .inner .text a:hover {
        background: #A5855D url("../images/link_arrow01.svg") no-repeat right 15px bottom 10px;
        -webkit-background-size: 450px auto;
        background-size: 450px auto;
    }
    .index .access {
        position: relative;
        margin-bottom: 170px;
    }
    .index .access .point {
        display: block;
        font-size: calc(18em / 16);
        color: #957A43;
        margin-bottom: 10px;
    }
    .index .access .map iframe {
        width: 100%;
        height: 680px;
    }
    .index .access .inner {
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
        margin-left: calc(295 / 1900 * 100%);
        margin-top: 50px;
        position: relative;
        z-index: 0;
    }
    .index .access .inner::after {
        content:  '';
        width: calc(100% - 150px);
        height: 530px;
        background: url("../images/index/bg_mv.jpg") 0 0;
        position: absolute;
        top: 70px;
        right: 0;
        z-index: -1;
    }
    .index .access .inner::before {
        content:  '';
        position: absolute;
        background-repeat: no-repeat;
        background-position: 0 bottom;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        background-image: url("../images/index/icon_access.svg") ;
        width: 118px;
        height: 100%;
        bottom: 80px;
        right: 200px;
    }
    .index .access .inner .text {
        position: relative;
        top: -140px;
        width: 643px;
        height: 643px;
        background: url("../images/index/bg_access.png") no-repeat 0 0;
        padding: 80px 90px 0 90px;
    }
    .index .access .inner .explain {
        width: calc(100% - 670px);
    }
    .index .access .inner .explain h2 {
        width: 958px;
        position: absolute;
        top: 0;
        left: 670px;
    }
    .index .access .inner .explain .access_text {
        width: 600px;
        padding-top: 160px;
        margin-left: 45px;
    }
    .index .access .inner .explain .access_text * {
        line-height: 1.8;
        letter-spacing: 0.05em;
    }
    .index .access .inner .explain .access_text h3 {
        font-size: calc(25em / 16);
        font-weight: 600;
        color: #957A43;
    }
    .index .access .inner .explain .access_text address ,
    .index .access .inner .explain .access_text p {
        font-size: calc(20em / 16);
        font-style: normal;
    }
    .index .access .inner .explain .access_text h4 {
        font-weight: 600;
        margin-top: 10px;
    }
    
    
@media screen and (max-width:1500px){
    .index .point_area.room .text ,
    .index .point_area.facilities .text {
        margin-right: 30px;
    }
    .index .point_area.restaurant .text ,
    .index .access .inner {
        margin-left: 30px;
    }
}

#bnnr{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 3rem;
}
    

}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:750px){
/* mv
---------------------------------------------------------------------- */
    .mv_wrap {
        background: url("../images/index/bg_mv.jpg") 0 0;
    }
#mainvisual {
    width: 100%;
    height: calc(925 / 750 * 100vw);
    position: relative;
    margin-top: calc(64 / 750 * 100vw);
    overflow: inherit;
}
#mainvisual .mvslide {
    width: 100%;
    height: calc(925 / 750 * 100vw);
}
#mainvisual .mvslide .slick-slide {
    width: 100%;
    height: calc(925 / 750 * 100vw);
    position: relative;
    z-index: 0;
}
#mainvisual .mvslide .slick-slide picture {
    width: 100%;
    height: calc(925 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
        z-index: -1;
}   
#mainvisual .mvslide .slick-slide picture img {
    min-width: 100%;
    height: calc(925 / 750 * 100vw);
    object-fit: cover;
}
    #mainvisual .slick-dots {
    bottom: calc(-80 / 750 * 100vw) !important;
}
    #mainvisual .mvslide .slick-dots li {
        width: calc(70 / 750 * 100vw) !important;
        margin: 0 calc(20 / 750 * 100vw) !important;
    }
    #mainvisual .mvslide .slick-dots li button {
        width: calc(70 / 750 * 100vw);
        height: calc(70 / 750 * 100vw);
        background-color: #727171;
        color: #fff;
        border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    #mainvisual .mvslide .slick-dots li.slick-active button {
        background-color: #aaa;
    }
    #mainvisual .splogo {
        width: calc(670 / 750 * 100vw);
        position: absolute;
        top: calc(90 / 750 * 100vw);
        left: calc(40 / 750 * 100vw);
    }
    #mainvisual h2 {
        position: absolute;
        top: calc(240 / 750 * 100vw);
        left: calc(30 / 750 * 100vw);
        color: #fff;
        font-weight: 700;
        font-size: calc(40em / 26);
        letter-spacing: 0.35em;
        line-height: 1.6;
    }
    #mainvisual h2 > span {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        font-size: calc(20em / 26);
    }
    #mainvisual h2 > span > span {
        color: #A43840;
    }
#mainvisual .scroll {
    width: calc(25 / 750 * 100vw);
    position: absolute;
    right: calc(25 / 750 * 100vw);
    bottom: calc(30 / 750 * 100vw);
    z-index: 10;
}
    
    #searcharea2 {
        margin: 0 auto calc(80 / 750 * 100vw);
        background-color: #fff;
        padding: calc(160 / 750 * 100vw) calc(45 / 750 * 100vw) calc(90 / 750 * 100vw) calc(45 / 750 * 100vw);
    }
    #searcharea2 .search_title {
        font-size: calc(37em / 26);
        font-weight: 700;
        letter-spacing: 0.2em;
        text-align: center;
    }
    #searcharea2 .rsvmain .left .rsv_ul {
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
    }
    #searcharea2 .rsvmain .left .rsv_ul li {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: calc(25 / 750 * 100vw);
    }
    #searcharea2 .rsvmain .left .rsv_ul li.stay ,
    #searcharea2 .rsvmain .left .rsv_ul li.otona ,
    #searcharea2 .rsvmain .left .rsv_ul li.room {
        width: calc(205 / 750 * 100vw);
    }

    #searcharea2 .rsvmain .left input ,
    #searcharea2 .rsvmain .left select {
        font-size: calc(46em / 26);
        font-weight: 500;
    }
    #searcharea2 .rsvmain .left input {
        padding: 0.2em 0.5em;
    }
    #searcharea2 .rsvmain .left select {
        width: 100%;
        padding: 0.2em 0.5em;
    }
    #searcharea2 .rsvmain .left .dateli {
        display: flex;
    flex-wrap: wrap;
        align-items: center;
    }
    #searcharea2 .rsvmain .left .dateli label:nth-of-type(1) {
        display: block;
        width: 100%;
    }
    #searcharea2 .rsvmain .left .dateli #date_i {
        width: calc(428 / 750 * 100vw);
    }
    #searcharea2 .rsvmain .right {
        width: 100%;
        position: relative;
    }
    #searcharea2 .rsvmain .right .member {
        margin-top: calc(20 / 750 * 100vw);
    }
    #searcharea2 .rsvmain .right input[type="submit"] {
        width: 100%;
        height: 100%;
        background: #A43840;
        font-size: calc(28em / 26);
        color: #fff;
        letter-spacing: 0.1em;
        border: 0;
        cursor: pointer; 
      display: flex;
    justify-content: center;
    align-items: center;
        padding: 1em 0;
    }
    #searcharea2 .rsvmain .right::before ,
    #searcharea2 .rsvmain .right .member li:nth-of-type(1)::before {
    content: '';
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate( 45deg );
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    position: absolute;
    top: calc(40 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
    }
    #searcharea2 .rsvmain .right .member li:nth-of-type(1) a {
        width: 100%;
        height: 100%;
        background: #A5855D;
        font-size: calc(28em / 26);
        color: #fff;
        letter-spacing: 0.1em;
        border: 0;
        cursor: pointer; 
      display: flex;
    justify-content: center;
    align-items: center;
        padding: 1em 0;
    }
    #searcharea2 .rsvmain .right .member li {
        position: relative;
        margin-bottom: calc(30 / 750 * 100vw);
    }
    #searcharea2 .rsvmain .right .member li:nth-of-type(2) {
        padding-left: calc(20 / 750 * 100vw);
    }
    #searcharea2 .rsvmain .right .member li:nth-of-type(2)::before {
    content: '';
    border-top: solid 1px #211815;
    border-right: solid 1px #211815;
    transform: rotate( 45deg );
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    position: absolute;
    top: calc(50% - calc(5 / 750 * 100vw));
    left: 0;
    }
    #searcharea2 .rsvmain .rsv_ul li::before {
        position: absolute;
        top: calc(25 / 750 * 100vw);
        right: 2.0em;
    }
    #searcharea2 .rsvmain .left li.stay::before {
        content:  '泊';
    }
    #searcharea2 .rsvmain .left li.otona::before {
        content:  '名';
    }   
    #searcharea2 .rsvmain .left li.room::before {
        content:  '部屋';
    }      


  /* inner
  ---------------------------------------------------------------------- */ 
    .index .information {
        margin-top: calc(150 / 750 * 100vw);
    }
    .index .information .info {
        width: calc(650 / 750 * 100vw);
        margin: 0 auto calc(100 / 750 * 100vw);
    }
    .index .information .info h3 {
        width: calc(240 / 750 * 100vw);
        color: #A5855D;
        letter-spacing: 0.3em;
        position: relative;
        margin: 0 auto calc(40 / 750 * 100vw);
    }
    .index .information .info h3::after {
        content:  '';
        width: calc(120 / 750 * 100vw);
        height: 1px;
        background-color: #281613;
        position: absolute;
        top: calc(65 / 750 * 100vw);
        right: calc(-70/ 750 * 100vw);
        transform: rotate(-45deg);
    }
    .index .information .info h3 strong {
        display: block;
        color: #281613;
        font-size: calc(45em / 26);
        font-weight: 400;
        letter-spacing: 0.05em;
    }
    .index .information .info ul {
        margin-bottom: calc(50 / 750 * 100vw);
    }
    .index .information .info ul li {
        border-bottom: 1px dotted #231815;
        padding-bottom: calc(25 / 750 * 100vw);
        margin-bottom: calc(25 / 750 * 100vw);
    }
    .index .information .info ul li .date {
        color: #8D8E8E;
        font-size: calc(32em / 26);
        font-style: italic;
        margin-right: calc(20 / 750 * 100vw);
    }
    .index .information .info ul li .cat {
        font-size: calc(25em / 26);
        color: #A43840;
        border: 1px solid #A43840;
        letter-spacing: 0.025em;
        padding: 0.2em 0.5em;
    }
    .index .information .info ul li a {
        display: block;
        margin-top: calc(10 / 750 * 100vw);
        font-size: calc(30em / 26);
        letter-spacing: 0.025em;
    }
    .index .information .info .newslink {
        width: calc(382 / 750 * 100vw);
        margin: auto;
        background: url("../images/link_arrow02.svg") no-repeat left 0 bottom calc(2 / 750 * 100vw);
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        display: block;
        font-weight: 700;
        letter-spacing: 0.1em;
        padding: 0.8em 0;
        text-align: center;
    }
    .index .information .lead {
        width: calc(650 / 750 * 100vw);
        margin: 0 auto calc(100 / 750 * 100vw);
        padding: calc(60 / 750 * 100vw);
        background-color: #fff;
        box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);

    }
    .index .information .lead h2 {
        color: #A43840;
        font-size: calc(40em / 26);
        line-height: 1.4;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: calc(20 / 750 * 100vw);
    }
    .index .information .lead p {
        line-height: 1.9;
        letter-spacing: 0.025em;
    }
    .index .bnr {
        width: calc(650 / 750 * 100vw);
        margin: 0 auto calc(60 / 750 * 100vw);
    }
    .index .bnr li {
        margin-top: calc(25 / 750 * 100vw);
    }
    .index .bnr li img {
        width: 100%;
    }
    
    .index .point_title {
        width: 100%;
        background: url("../images/index/bg_point_sp.jpg") no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: calc(110 / 750 * 100vw) 0;
        margin-bottom: calc(100 / 750 * 100vw);
    }
    .index .point_title p {
        position: relative;
        text-align: center;
        font-size: calc(34em / 26);
        line-height: 1.3;
        font-weight: 500;
        letter-spacing: 0.1em;
        color: #fff;
    }
    .index .point_title p strong {
        font-size: calc(60em / 34);
    }
    .index .point_title p::before ,
    .index .point_title p::after {
        content:  '';
        width: calc(120 / 750 * 100vw);
        height: 1px;
        background-color: #fff;
        position: absolute;
        transform: rotate(-45deg);
    }
    .index .point_title p::before {
        top: calc(30 / 750 * 100vw);
        left: calc(-5 / 750 * 100vw);
    }
    .index .point_title p::after {
        bottom: calc(30 / 750 * 100vw);
        right: calc(170 / 750 * 100vw);
    }
    .index .point_area {
        position: relative;
        padding-top: calc(50 / 750 * 100vw);
        margin-bottom: calc(100 / 750 * 100vw);
        z-index: 0;
    }
    .index .point_area::before {
        content:  '';
        position: absolute;
        background-repeat: no-repeat;
        background-position: 0 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .index .point_area.room::before {
        background-image: url("../images/index/icon_room.svg") ;
        width: calc(174 / 750 * 100vw);
        height: 100%;
        top: calc(-70 / 750 * 100vw);
        right: calc(130 / 750 * 100vw);
    }
    .index .point_area.facilities::before {
        background-image: url("../images/index/icon_facilities.svg") ;
        width: 129px;
        height: 100%;
        top: calc(-60 / 750 * 100vw);
        right: calc(180 / 750 * 100vw);
    }
    .index .point_area.restaurant::before {
        background-image: url("../images/index/icon_restaurant.svg") ;
        width: calc(155 / 750 * 100vw);
        height: 100%;
        top: calc(-70 / 750 * 100vw);
        right: calc(30 / 750 * 100vw);
    }
    .index .point_area::after {
        content:  '';
        width: 100%;
        height: calc(565 / 750 * 100vw);
        background: url("../images/index/bg_mv.jpg") 0 0;
        position: absolute;
        top: calc(30 / 750 * 100vw);
        left: 0;
        z-index: -1;
    }
    .index .point_area h2 {
        position: absolute;
        top: calc(10 / 750 * 100vw);
    }
    .index .point_area.room h2 {
        width: calc(390 / 750 * 100vw);
        left: 0;
    }
    .index .point_area.facilities h2 {
        width: calc(531 / 750 * 100vw);
        left: 0;
    }
    .index .point_area.restaurant h2 {
        width: calc(586 / 750 * 100vw);
        right: calc(-30 / 750 * 100vw);
    }
    .index .point_area .image {
        width: calc(700 / 750 * 100vw);
    }
    .index .point_area .image span {
        display: block;
        font-size: calc(22em / 26);
        line-height: 1.0;
        color: #957A43;
    }
    .index .point_area.room .image ,
    .index .point_area.facilities .image {
        text-align: right;
    }
    .index .point_area.restaurant .image {
        margin-right: inherit;
    margin-left: auto;
    }
    .index .point_area .image img {
        width: 100%;
    }
    .index .point_area .text {
        position: relative;
        z-index: 1;
        width: calc(709 / 750 * 100vw);
        /*height: calc(872 / 750 * 100vw);*/
        margin: calc(-100 / 750 * 100vw) auto 0;
/*        background: url("../images/index/bg_room_sp.png") no-repeat 0 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;*/
        /*padding: calc(60 / 750 * 100vw) calc(70 / 750 * 100vw) 0 calc(70 / 750 * 100vw);*/
    }

    .index .point_area .text::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #efefef;
        position: absolute;
        z-index: -1;
        right: -4vw;
        bottom: -4vw;
        border-radius: 2vw;
    }
    .index .point_area .text.reverse::after {
        right: 4vw;
    }
    .index .point_area .text .textinner {
        width: 100%;
        background: #FFF;
        padding: calc(60 / 750 * 100vw) calc(70 / 750 * 100vw) calc(60 / 750 * 100vw) calc(70 / 750 * 100vw);
        /*padding: 50px 50px 50px 70px;*/
        position: relative;
        border-radius: 2vw;
        box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .2);
    }
    .index .point_area .text .textinner::before {
        content:"";
        display: block;
        width: 18vw;
        height: 1px;
        background: #281613;
        position: absolute;
        z-index: 10;
        top: 4vw;
        left: -4vw;
        transform: rotate(-45deg);
    }
    .index .point_area .text .textinner::after {
        content:"";
        display: block;
        width: 18vw;
        height: 1px;
        background: #281613;
        position: absolute;
        z-index: 10;
        bottom: 4vw;
        right: -4vw;
        transform: rotate(135deg);
    }


    .index .point_area .text span ,
    .index .access .inner .text span {
        display: block;
        font-size: calc(40em / 26);
        letter-spacing: 0.1em;
        color: #727171;
        margin-bottom: calc(10 / 750 * 100vw);
    }
    .index .point_area .text h3 ,
    .index .access .inner .text h3 {
        font-size: calc(40em / 26);
        letter-spacing: 0.1em; 
        font-weight: 700;
        line-height: 1.3;
        color: #A43840;
        margin-bottom: calc(10 / 750 * 100vw);
    }
    .index .point_area .text p ,
    .index .access .inner .text p {
        line-height: 1.8;
        letter-spacing: 0.05em;
        margin-bottom: calc(20 / 750 * 100vw);
    }
    .index .point_area .text a ,
    .index .access .inner .text a {
        display: block;
        width: 100%;
        font-size: calc(30em / 26);
        letter-spacing: 0.1em; 
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding: 0.7em 0;
        position: relative;
        background: #A5855D url("../images/link_arrow01_sp.svg") no-repeat right calc(20 / 750 * 100vw) bottom calc(15 / 750 * 100vw);
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        transition: all 0.3s ease;
    }
    .index .point_area .text a:hover ,
    .index .access .inner .text a:hover {
        background: #A5855D url("../images/link_arrow01_sp.svg") no-repeat right calc(15 / 750 * 100vw) bottom calc(15 / 750 * 100vw);
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .index .access {
        position: relative;
        margin-bottom: calc(120 / 750 * 100vw);
    }
    .index .access .point {
        display: block;
        font-size: calc(22em / 26);
        line-height: 1.0;
        color: #957A43;
        margin-bottom: calc(10 / 750 * 100vw);
        margin-left: calc(40 / 750 * 100vw);
    }
    .index .access .map iframe {
        width: 100%;
        height: calc(720 / 750 * 100vw);
    }
    .index .access .inner {
        position: relative;
        z-index: 1;
        /*top: calc(-130 / 750 * 100vw);*/
        top: calc(-40 / 750 * 100vw);
        padding-bottom: calc(80 / 750 * 100vw);
    }
    .index .access .inner::after {
        content:  '';
        width: 100%;
        height: calc(700 / 750 * 100vw);
        background: url("../images/index/bg_mv.jpg") 0 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    .index .access .inner::before {
        content:  '';
        position: absolute;
        background-repeat: no-repeat;
        background-position: 0 bottom;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        background-image: url("../images/index/icon_access.svg") ;
        width: calc(136 / 750 * 100vw);
        height: 100%;
        bottom: calc(30 / 750 * 100vw);
        right: calc(50 / 750 * 100vw);
    }
    .index .access .inner .text {
        position: relative;
        z-index: 1;
        width: calc(709 / 750 * 100vw);
        /*height: calc(872 / 750 * 100vw);*/
        margin: calc(-100 / 750 * 100vw) auto calc(120 / 750 * 100vw);
        /*background: url("../images/index/bg_room_sp.png") no-repeat 0 0;*/
        /*-webkit-background-size: 100% auto;*/
        /*background-size: 100% auto;*/
        /*padding: calc(60 / 750 * 100vw) calc(70 / 750 * 100vw) 0 calc(70 / 750 * 100vw);*/
    }
    .index .access .inner .explain {
position: relative;
        margin-top: calc(35 / 750 * 100vw);
    }
    .index .access .inner .explain h2 {
        width: calc(608 / 750 * 100vw);
        margin-right: inherit;
    margin-left: auto;
        margin-bottom: calc(60 / 750 * 100vw);
    }
    .index .access .inner .explain .access_text {
        width: calc(645 / 750 * 100vw);
        margin: auto;
    }
    .index .access .inner .explain .access_text * {
        line-height: 1.8;
        letter-spacing: 0.05em;
    }
    .index .access .inner .explain .access_text h3 {
        font-size: calc(32em / 26);
        font-weight: 600;
        color: #957A43;
    }
    .index .access .inner .explain .access_text address ,
    .index .access .inner .explain .access_text p {
        font-style: normal;
    }
    .index .access .inner .explain .access_text h4 {
        font-weight: 600;
        margin-top: calc(20 / 750 * 100vw);
    }



    .index .access .text::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: #efefef;
        position: absolute;
        z-index: -1;
        right: -4vw;
        bottom: -4vw;
        border-radius: 2vw;
    }
    .index .access .text.reverse::after {
        right: 4vw;
    }
    .index .access .text .textinner {
        width: 100%;
        background: #FFF;
        padding: calc(60 / 750 * 100vw) calc(70 / 750 * 100vw) calc(60 / 750 * 100vw) calc(70 / 750 * 100vw);
        /*padding: 50px 50px 50px 70px;*/
        position: relative;
        border-radius: 2vw;
        box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .2);
    }
    .index .access .text .textinner::before {
        content:"";
        display: block;
        width: 18vw;
        height: 1px;
        background: #281613;
        position: absolute;
        z-index: 10;
        top: 4vw;
        left: -4vw;
        transform: rotate(-45deg);
    }
    .index .access .text .textinner::after {
        content:"";
        display: block;
        width: 18vw;
        height: 1px;
        background: #281613;
        position: absolute;
        z-index: 10;
        bottom: 4vw;
        right: -4vw;
        transform: rotate(135deg);
    }
    
    #bnnr{
        width: 90%;
        margin: 0 auto 2rem;
    }
    
}


/* 2025-04-04追記楽天CP  */
/* bnr
------------------------------------------------------------------------------------ */
#bnr {
    margin-top: 30px;
}
#bnr .bns .rtban_box {
    margin: 0 auto;
/*  width: 600px;*/
    width: 730px;
}
#RthCustomizeW .bns a, #RthCustomizeW .bns a:link, #RthCustomizeW .bns a, #RthCustomizeW .bns a:visited {
    color: #b22222;
    text-decoration: none;
}
#bnr .bns .rtban_box {
    margin-bottom: 20px;
}
#bnr .bns .rtban_box img {
    width: 100%;
}