/* CSS Document */
@media (min-width:751px) {

/*mv*/
    .slide_wrp_i {
        max-width: 100%;
        /*overflow: hidden;*/
        position: relative;
/*        height: 100vh;
        height: -webkit-calc(100vh - 95px);
        height: calc(100vh - 95px);*/
        height: 630px;
        margin-top: 95px;
    }
    .slide_wrp_i .bx-wrapper {
        margin: 0 auto;
        height: 100%;
        box-shadow: none;
        border: none;
    }
    .tab.tate .slide_wrp_i,
    .tab.tate .slide_wrp_i .bx-wrapper {
        height: 400px;
    }

    .slide_wrp_i .bx-wrapper .bx-viewport {
        box-shadow: none;
        border: none;
        left: 0;
        height: 100% !important;
    }

    .slide_wrp_i .bx-wrapper .bx-controls {
        width: 1200px;
        position: absolute;
        bottom: 30px;
        right: 50%;
        margin-right: -600px;
        z-index: 100;
    }


    .slide_wrp_i .bx-wrapper .bx-pager,
    .slide_wrp_i .bx-wrapper .bx-controls-auto {
        bottom: 125px;
        right: -500px;
        padding: 0 20px;
    }

    .bx-wrapper .bx-pager {
        text-align: right;
    }

    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a {
        background: #FFFFFF;
        text-align: left;
        margin: 0 7px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }

    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #598cdb;
    }

    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a.active{
        width: 20px;
        height: 20px;
        border-radius: 10px; 
        position: relative;
    }
 
    .slide_wrp_i:before,
    .slide_wrp_i:after {
        background: none;
    }

    .slide_wrp_i .slide_i {
        width: 100%;
        height: 100%;
        position: relative;
        top: auto;
        left: auto;
        margin-left: 0;
    }

    .slide_wrp_i .slide_i li:first-child {
        background: url("../images/index/mv1.jpg?v3") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
/*
@media(max-width: 1400px ) {
    .slide_wrp_i {
        height: 37vw;
    }
    .slide_wrp_i .slide_i li:first-child {
        background: url("../images/index/mv1.jpg?v2") top center no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 100%;
    }
}
*/
/*
    .slide_wrp_i .slide_i li:nth-child(2) {
        background: url("../images/mv2.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slide_wrp_i .slide_i li:nth-child(3) {
        background: url("../images/mv3.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slide_wrp_i .slide_i li:nth-child(4) {
        background: url("../images/mv4.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slide_wrp_i .slide_i li:nth-child(5) {
        background: url("../images/mv5.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slide_wrp_i .slide_i li {
        text-align: center;
    }

    .slide_wrp_i .slide_i li img {
        position: absolute;
        top: 50%;
        margin-top: -155px;
        left: 50%;
        margin-left: -526px;
    }

    .en .slide_wrp_i .slide_i li img {
        margin-left: -228px;
    }
*/
    /*.slide_wrp_i .open { position: absolute; top:50%; margin-top: -255px; left: 50%; 
        margin-left: -600px; }*/

    #ccwrap{
        position: relative;
        overflow: hidden;   
        width: 100%;
        height: 500px;
        margin-top: -446px;
        z-index: 150;
    }
    #cc {
        position: absolute;
        bottom: 19px;
        z-index: 100;
        left: 50%;
        width: 1302px;
        height: 460px;
        margin-left: -651px;
        padding-top: 250px;
        text-align: center;
        background: url(../images/index/cc.png) center  bottom no-repeat;
    }
    #cc h2 img {
        width: 540px;
    }
    #cc p {
        margin-top: 50px;
        text-align: center;
    }
    #scroll {
        display: block;
        position: absolute;
        z-index: 100;
        bottom: 120px;
        left: 50%;
        margin-left: -42px;
    }


/* #promotemovie
---------------------------------------------------------------------- */
    #promotemovie {
        margin-bottom: 120px;
    }
    #promotemovie iframe {
        display: block;
        margin: auto;
    }
    #promotemovie video {
        display: block;
        width: 800px;
        height: 450px;
        margin: auto;
    }


/* #point
---------------------------------------------------------------------- */

    #point {
        margin-bottom: 120px;
    }
    #point .w1100 {
        position: relative;
        background: #f0efed;
        margin-bottom: 55px;
    }
    #point h3 {
        text-align: center;
        position: relative;
        top: -22px;
    }
    #point ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    #point ul li {
        width: 331px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    #point ul li .img {
        margin-bottom: 20px;
    }
    #point ul li .txt p {
        font-size: 18px;
        text-align: center;
    }

    #point p.f_large {
        text-align: center;
        font-size: 35px;
        font-weight: bold;
        line-height: 1.2;
    }


/* #flow
---------------------------------------------------------------------- */

    #flow {
        margin-bottom: 120px;
    }
    .flowthree {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flowthree>li {
        width: 31.3%;
        position: relative;
    }
    .flowthree>li::after {
        content: "";
        display: block;
        width: 43px;
        height: 80px;
        background: url("../images/index/icon_arrow_flowright.svg") center center no-repeat;
        background-size: contain;
        position: absolute;
        top: 80px;
        right: -43px;
    }
    .flowthree>li:last-child::after {
        background: none; 
    }
    .flowthree li .img {
        position: relative;
        margin-bottom: 25px;
        text-align: center;
    }
    .flowthree li .flownum {
        position: absolute;
        top: 0;
        left: 0;
    }
    .flowthree li h4 {
        font-size: 26px;
        color: #FF801E;
        margin-bottom: 25px;
        text-align: center;
    }
    .flowthree li .txt {

    }
    .flowthree .list_d_orange li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #CACACA; 
    }
    .flowthree .list_d_orange li:last-child {
        margin-bottom: 0;
    }
    #flow .grayarea {
        padding: 20px 40px;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    #flow .grayarea dt {
        font-size: 22px;
        font-weight: bold;
        width: 7em;
    }
    #flow .grayarea dd h5 {
        font-size: 22px;
        font-weight: bold;
        color: #FF801E;
        margin-bottom: 5px;
    }
    #flow .grayarea dd p {
        margin-bottom: 5px;
    }
    #flow .bor_gray {
        /*  padding: 19px 39px;*/
        padding: 19px 0 19px 39px;
    }
    #flow .bor_gray dt {
        font-size: 22px;
        font-weight: bold;
        width: 7em;
    }


/* #shoplist
---------------------------------------------------------------------- */

#shoplist {
    margin-bottom: 120px;
}

.shopbox {
    margin-bottom: 120px;
    padding-top: 120px;
    margin-top: -120px;
}
.shopbox .spec {
    margin-bottom: 40px;
    /*justify-content: space-between;*/
}
.shopbox .spec .specimg {
    width: 360px;
    margin-right: 30px;
}
.shopbox .spec .specimg img {
    border: 1px solid #CACACA;
}
.shopbox .spec .spectxt {
    width: 710px;
}
.shopbox .spec .spectxt h5 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 10px;
}
.shopbox .spec .spectxt h5 span {
    display: inline-block;
    border: 1px solid #FF801E;
    color: #FF801E;
    font-size: 18px;
    padding: 3px 0;
    margin-right: 0.5em;
    line-height: 1;
    min-width: 6em;
    text-align: center;
}
.shopbox .spec .spectxt .a_area {
    padding-left: 25px;
}
.shopbox .spec .spectxt .a_area span {
    color: #ff0000;
}
.shopbox .spec .spectxt .b_area  {
    padding-left: 25px;
}
.shopbox .spec .spectxt .b_area span  {
     color: #0000ff;
}
.shopbox .spec .spectxt .time {
    padding-left: 25px;
    margin-bottom: 5px;
}
.shopbox .spec .spectxt .phone {
    padding-left: 25px;
    margin-bottom: 10px;
    color: #FF801E;
    font-size: 20px;

}
.shopbox .spec .spectxt .phone a {
    color: #FF801E;
    display: inline-block;
    pointer-events: none;
}
.shopbox .spec .spectxt .contact-box {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shopbox .spec .spectxt .site-link a {
    display: inline-block;
    border-bottom: 1px solid;
}

.shopbox .menuopen {
    margin-bottom: 35px;
}
.shopbox .menubox {
    justify-content: space-between;
    flex-wrap: wrap;
}
.shopbox .menubox li {
    /*width: 540px;*/
    width: 49%;
    position: relative;
    padding: 0 19px 19px;
    border: 1px solid #FF801E; 
    margin-bottom: 20px;
}
.shopbox .menubox li p.menunum {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #FF801E;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    position: absolute; 
    top: 0;
    left: 0;
}
.shopbox .menubox li h6 {
    margin-bottom: 10px;
    border-bottom: 1px solid #F0EFED;
    height: 50px;
    margin-left: 31px;
    padding-left: 0.5em;
    display: flex;
    align-items: center;
}

.shopbox .menubox li .menudetail {
    justify-content: space-between;
}
.shopbox .menubox li .menudetail .menuimg {
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.shopbox .menubox li .menudetail .menutxt {
    width: 290px;
    display: flex;
    flex-direction: column;
}
.shopbox .menubox li .menudetail .menutxt p {
    line-height: 1.5;
}
.shopbox .menubox li .menudetail .menutxt p.price {
    color: #FF801E;
    font-size: 18px;
    font-weight: bold;
}

.shopbox .genrelist {
    border-top: 1px solid #F0EFED;
    box-shadow: 0 10px 10px #F0EFED;
    padding-top: 50px;
    margin-bottom: 50px;    
}
.shopbox .genrelist li {
    width: 160px;
    height: 70px;
}
.shopbox .genrelist li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}
.shopbox .genrelist li a:hover {
    color: #FF801E;
    border-bottom: 2px solid #FF801E;
    opacity: 1;
}
.shopbox .genrelist li a.active {
    color: #FF801E;
    border-bottom: 2px solid #FF801E;
}

/* other-menu */
.other-menu {
    margin: 30px auto;
}
.other-menu a.btn {
    width: 400px;
    padding: 30px;
    border-radius: 15px;
    margin: 0 auto;
    background-color: #FBC308;
    font-size: 18px;
    color: #FF801E;
    text-align: center;
}
.other-menu a.btn:hover {
    background-color: #FF801E;
    color: #fff;
    transition: .3s all ease;
    opacity: 1;
}
.other-menu a.btn:before{
    content: "\f08e";
    font-family: FontAwesome;
    position: relative;
    top: 0;
    left: 75%;
    width: 60px;
    text-align: center;
    color: #FF801E;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 18px;
}
.other-menu a.btn:hover:before {
    color: #fff;
}

.shopbox .call {
    background: #FF801E;
    padding: 15px;
    margin-bottom: 90px;
}
.shopbox .call .callhosoku {
    width: 405px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-right: 20px;
}
.shopbox .call .callhowto {
    /*width: 610px;*/
    color: #FFFFFF;
}
.shopbox .call .callhowto p {
    line-height: 1.2;
}

.shopbox .call .callhowto span {
    color: #FFFF00;
}
.shopbox .call .callhowto a {
    display: block;
    color: #FFFF00;
    font-size: 74px;
    font-weight: bold; 
    line-height: 1;
    font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
    pointer-events: none;
}
.shopbox .call .callhowto a span {
    font-size: 44px;
}

.shopbox .attention {
    margin-bottom: 90px;
}

.shopbox .shopinfo {
    margin-bottom: 35px;
}
.shopbox .shopinfo table {
    width: 100%;
}
.shopbox .shopinfo table th , .shopbox .shopinfo table td {
    padding: 35px 10px 35px 0;
    vertical-align: middle;
    font-size: 18px;
}
.shopbox .shopinfo table th { 
    font-weight: normal;
    text-align: left;
    width: 190px;
    border-bottom: 1px solid #FF801E;
}
.shopbox .shopinfo table td { 
    font-weight: normal;
    text-align: left;
    width: 910px;
    padding-left: 1em;
    border-bottom: 1px solid #F0EFED;
}
.shopbox .shopinfo a.place {
    color: #FF801E;
    text-decoration: underline;
    position: relative;
    margin-left: 40px;
    line-height: 32px;
}
.shopbox .shopinfo a.place:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 32px;
    background: url("../images/icon_mappoint.svg") center center no-repeat ;
    background-size: contain;
    position: absolute;
    left: -25px;
    bottom: 3px;
}


/* #area
---------------------------------------------------------------------- */
#area {
    margin-bottom: 120px;
}


/* #charge
---------------------------------------------------------------------- */
#charge {
    margin-bottom: 120px;
}

#charge h5.areatitle {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #000000; 
}

#charge h5.areatitle.a_area span {
    color: #FF0000;
}
#charge h5.areatitle.b_area span {
    color: #0000FF;
}

#charge table {
    width: 100%;
    margin-bottom: 25px;
}
#charge table th , #charge table td {
    padding: 25px 10px 25px 0;
    vertical-align: top;
    font-size: 18px;
}
#charge table th { 
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    width: 190px;
    border-bottom: 1px solid #FF801E;
    color: #FF801E;
}
#charge table td { 
    font-weight: normal;
    text-align: left;
    width: 910px;
    padding-left: 1em;
    border-bottom: 1px solid #F0EFED;
}
#charge table td p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}
#charge table td p:last-child {
    margin-bottom: 0;
}

#charge .cmenu li:after {
    height: 40px;
}

#charge a.dsl1 span {
    color: #ff0000;
    display: contents;
}
#charge a.dsl2 span {
    color: #0000ff;
    display: contents;
}

#charge .o_area {
    margin: 80px 0;
    justify-content: center;
    align-items: center;
}
#charge .o_area .o_areatxt {
    margin-right: 15px;
}
#charge .o_area .o_areabtn {
    margin-left: 15px;
}

    .o_areabtn a {
        font-size: 18px;
        position: relative;
        background: #FF801E;
        width: 360px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        border: 1px solid #FF801E;
        border-radius: 15px;
    }
    .o_areabtn a::after {
        content: "";
        display: inline-block;
        width: 23px;
        height: 31px;
        margin-left: 1em;
        background: url("../images/icon_pdfwhite.svg") center center no-repeat;
        background-size: contain;
    }



/* #boshu
---------------------------------------------------------------------- */
#boshu {
    margin-bottom: 30px;
}

/* #ccontact
---------------------------------------------------------------------- */
    #contact {
        /*padding-bottom: 100px;*/
        /*margin-bottom: 120px;*/
    }

    #contact p.c_orange {
        border-bottom: 1px solid #FF801E;
    }

    .form-area { 
       
     }

    .form-area table {
        width: 100%;
        margin-bottom: 50px;
    }
/*
    .form-area table th,
    .form-area table td {
        padding-top: 12px;
        padding-bottom: 12px;
    }
*/
    .form-area table th {
        width: 220px;
        height: 50px;
        vertical-align: middle;
        font-size: 16px;
        text-align: left;
        padding-left: 20px;
        border-bottom: 1px solid #F0EFED;
    }
    .form-area table td {
       border-bottom: 1px solid #F0EFED;
       vertical-align: middle;
    }


    .form-area table th span {
        color: #FF801E;
    }
    .c_red { 
        color: #a12243;
         }
    .form-area table td input {
        border: #F0EFED 1px solid;
        background: #FBFBFB;
        width: 100%;
        height: 35px;
        line-height: 33px;
        padding: 0 10px;
        font-size: 18px;
    }

    .form-area table td textarea {
        width: 100%;
        height: 130px;
        border: #F0EFED 1px solid;
        background: #FBFBFB;
        padding: 10px;
        font-size: 18px;
    }

    .form-area table td select {
        border: #F0EFED 1px solid;
        background: #FBFBFB url("../images/icon_select.svg") right center no-repeat ;
        background-size: contain;
        width: 130px;
        height: 35px;
        line-height: 33px;
        padding: 0 10px;
        font-size: 18px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .form-area table td select::-ms-expand{
        display: none;
    }
    .form-area .btn {
        display: flex;
        justify-content: center;
    }

    .form-area .btn input {
        font-size: 17px;
        display: block;
        line-height: 48px;
        width: 240px;
        height: 50px;
        position: relative;
        border: #DCDDDD 1px solid;
        transition: 0.3s;
        cursor: pointer;
    }

    .form-area .btn input:hover {
        opacity: 1;
        background: url("../images/icon_arrow.svg") right 1px center no-repeat #DCDDDD;
    }

    .en .form-area .btn input {
        width: 280px;
    }

    #SMIL_INFO {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    #SMIL_ERR dl {
        display: flex;
        flex-wrap: wrap;
    }

    #SMIL_ERR dl dt {
        width: 15%;
    }

    #SMIL_ERR dl dd {
        width: 35%;
    }
    #contact .cbtn2 {
        margin: 0 auto;
    }

    .form-area table td #id_name {
        width:  100%;
    }
    .form-area table td #id_kana {
        width: 100%;
    }
    .form-area table td #id_day {
        width: 100%;
    }
    .form-area table td #id_stay {
        width: 100px;
    }
    .form-area table td #id_genre {
        width: 130px;
    }
    .form-area table td #id_price {
        width: 200px;
    }
    .form-area table td #id_price2 {
        width: 200px;
    }
    .form-area table td #id_roomtype {
        width: 200px;
    }
    .form-area table td #id_roomnumber {
        width: 100px;
    }
    .form-area table td #id_men , .form-area table td #id_lady , .form-area table td #id_child {
        width: 100px;
    }
    .form-area table td #id_email {
        width: 100%;
    }
    .form-area table td #id_postnumber {
        width: 200px;
    }
    .form-area table td #id_add {
        width: 100%;
    }
    .form-area table td #id_tel {
        width: 100%;
    }
    .form-area table td #id_checkin {
        width: 100px;
    }
    .form-area table td #id_message {
        width: 100%;
        height: 135px;
    }
    input[type="submit"] {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;       
    }


    /*catchdetail*/
    #catchdetail,#catch.catchlist { margin: 120px auto 120px; }
    #catchdetail h4 { font-size: 27px; border-bottom: 1px solid #000000; padding: 30px 0; margin-bottom: 15px; }
    #catchdetail .catchday { margin-bottom: 40px; }
    #catchdetail .catchimg { margin-right: 20px; }
    #catchdetail .cbtn { margin-top: 60px; }


}/* end @media(min-width: 751px) */



/* SP 
------------------------------------------------------------------------------------------ */

@media (max-width:750px) {

    .slide_wrp_i {
        width: 100%;
        height: 72.8vw;
/*        height: -webkit-calc(100vh - 52vw);
        height: calc(100vh - 52vw);*/
        position: relative;
        margin-top: 16vw;
    }

    .slide_wrp_i .bx-wrapper {
        margin: 0 auto;
        height: 72.8vw;
/*        height: -webkit-calc(100vh - 52vw);
        height: calc(100vh - 52vw);*/
        box-shadow: none;
        border:none;

    }

    .slide_wrp_i .bx-wrapper .bx-viewport {
        box-shadow: none;
        border: none;
        left: 0;
        height: 100% !important;
    }

    .slide_wrp_i .slide_i {
        width: 100%;
        height: 100%;
    }


    .slide_wrp_i .bx-wrapper .bx-pager,
    .slide_wrp_i .bx-wrapper .bx-controls-auto {
        bottom: 12vw;
        right: -30vw;
        padding: 0 4vw;
    }

    .bx-wrapper .bx-pager {
        text-align: right;
    }

    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a {
        background: #FFFFFF;
        width: 5vw;
        height: 5vw;
        text-align: left;
        margin: 0 2vwpx;
        border-radius: 50%;
    }

    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #5884c4;
    }
    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a.active{
        width: 5vw;
        height: 5vw;
        border-radius: 50%; 
        position: relative;
        /*top: -2vw;*/
}

    .slide_wrp_i .slide_i li:first-child {
        background: url("../images/index/mv1_sp.jpg??v3") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
/*
    .slide_wrp_i .slide_i li:nth-child(2) {
        background: url("../images/mv2_sp.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slide_wrp_i .slide_i li:nth-child(3) {
        background: url("../images/mv3_sp.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slide_wrp_i .slide_i li:nth-child(4) {
        background: url("../images/mv4_sp.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slide_wrp_i .slide_i li:nth-child(5) {
        background: url("../images/mv5_sp.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
*/

    /*.slide_wrp_i .bx-wrapper .bx-pager { bottom: 3vw; }
	.slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a { background: #ffffff;
		width: 4vw; height: 4vw; border-radius: 2vw; display: inline-block; vertical-align: middle; }
	.slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a:hover, 
	.slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a.active { background: #9b6d05;
		 }
    .slide_wrp_i .slide_i li {
        padding-top: 23vh;
        text-align: center;
        position: relative;
    }

    .slide_wrp_i .slide_i li img {
        position: absolute;
        width: 70vw;
        top: 50%;
        margin-top: -23vh;
        left: 50%;
        margin-left: -35vw;
    }

    .slide_wrp_i .open { position: absolute; top:10vw; left: 0; width: 80vw; }
*/
/*
    .slide_wrp_i #cc {
        position: absolute;
        top:50%;
        left: 50%;
        margin-top: -25vw;
        margin-left: -30vw;
        width: 60vw;
    }
    .slide_wrp_i #cc img {
        width: 100%;
    }

    .slide_wrp_i #scroll {
        position: absolute;
        bottom: 6vw;
        left: 50%;
        margin-left: -13vw;
        display: block;
        width: 26vw;
    }
    .slide_wrp_i #scroll img {
        width: 100%;
    } 
*/

/*
    .slide_wrp_i #fv_scroll span:before {
        position: absolute;
        content: "\f107";
        font-family: FontAwesome;
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        text-align: center;
        left: 0;
        top: 0;
    }


    .slide_wrp_i #fv_scroll:hover {
        opacity: 1;
    }

    .slide_wrp_i #fv_scroll:hover span {
        background: #170011;
    }
*/

    #ccwrap{
        position: relative;
        /*overflow: hidden;   */
        width: 100%;
        height: 75vw;
        margin-top: -50vw;
        z-index: 150;
    }
    #cc {
        position: absolute;
        bottom: -27vw;
        z-index: 100;
        width: 100%;
        height: 100%;
        padding-top: 29vw;
        text-align: center;
        background: url(../images/index/cc_sp.png) center top no-repeat;
        background-size: 100% auto;
    }
    #cc h2{
        width: 68vw;
        margin-right: auto;
        margin-left: auto;
    }
    #cc h2 img {
        width: 100%;
    }
    #cc p {
        margin-top: 5vw;
        text-align: center;
    }

    article{
        margin-top: 30vw;
    }



/* #promotemovie
---------------------------------------------------------------------- */
    #promotemovie #mainw {
        width: 100%;
    }
    #promotemovie {
        margin-bottom: 14vw;
    }
    #promotemovie iframe {
        width: 100%;
        margin: auto;
    }
    #promotemovie video {
        display: block;
        width: 100%;
        height: auto;
        margin: auto;
    }

/* #point
---------------------------------------------------------------------- */
    #point .w1100 {
        width: 100%;
        position: relative;
        background: #f0efed;
        margin-bottom: 8vw;
        padding-bottom: 6vw;
    }
    #point h3 {
        text-align: center;
        position: relative;
        top: -4vw;
        width: 74vw;
        margin-left: auto;
        margin-right: auto;
    }
    #point h3 img {
        width: 100%;
    }
    #point ul {
/*        display: flex;
        flex-wrap: wrap;
        justify-content: center;*/
        width: 88vw;
        margin-right: auto;
        margin-left: auto;
    }
    #point ul li {
        width: 100%;
        margin-bottom: 6vw;
        display: flex;
        flex-wrap: wrap; 
        justify-content: space-between;
        align-items: center;
    }
    #point ul li .img {
        width: 49%;
    }
    #point ul li .txt {
        width: 49%;
    }
    #point ul li .txt p {
        font-size: 3.6vw;
        font-weight: bold;
    }
    #point ul li .img img { 
        width: 100%;
    }
    #point p.f_large {
        text-align: center;
        font-size: 6vw;
        font-weight: bold;
        line-height: 1.2;
    }


/* #flow
---------------------------------------------------------------------- */

    #flow {
        margin-bottom: 12vw;
    }
    #flow .w1100  {
        width: 85.3vw;
    }
    .flowthree {

    }
    .flowthree>li {
        width: 100%;
        position: relative;
        margin-bottom: 16vw;
        padding-top: 16.3vw;
        display: flex;
        justify-content: space-between;
    }
    .flowthree>li::after {
        content: "";
        display: block;
        width: 10.4vw;
        height: 5.4vw;
        background: url("../images/index/icon_arrow_flowdown.svg") center center no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -9.8vw;
        right: 50%;
        margin-right: -5.2vw;
    }
    .flowthree>li:last-child::after {
        background: none; 
    }
    .flowthree li .img {
        position: relative;
        text-align: center;
        width: 31.333vw;
    }
    .flowthree li .img img {
        width: 100%;
    }

    .flowthree li .flownum {
        position: absolute;
        top: 0;
        left: 0;
        width: 11.7vw;
        height: 11.7vw;
    }
    .flowthree li h4 {
        font-size: 5vw;
        line-height: 11.7vw;
        color: #FF801E;
        position: absolute;
        top: 0;
        padding-left: 17.3vw;
    }
    .flowthree li .txt {
        width: 46.666vw;
    }
    .flowthree .list_d_orange li {
        padding-bottom: 2vw;
        margin-bottom: 2vw;
        border-bottom: 1px dashed #CACACA; 
    }
    .flowthree .list_d_orange li:last-child {
        margin-bottom: 0;
    }
    #flow .grayarea {
        padding: 6vw 6vw;
        margin-top: 6vw;
        margin-bottom: 6vw;
    }
    #flow .grayarea dt {
        font-size: 4.1vw;
        font-weight: bold;
    }
    #flow .grayarea dd h5 {
        font-size: 4.2vw;
        font-weight: bold;
        color: #FF801E;
        margin-bottom: 1vw;
    }
    #flow .grayarea dd p {
        margin-bottom: 1vw;
    }
    #flow .bor_gray {
        padding: 6vw;
    }
    #flow .bor_gray dt {
        font-size: 4.1vw;
        font-weight: bold;
    }


/* #shoplist
---------------------------------------------------------------------- */

#shoplist {
    margin-bottom: 12vw;
}

.shopbox {
    margin-bottom: 15vw;
    margin-top: -12vw;
    padding-top: 12vw;
}
.shopbox .spec {
    margin-bottom: 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 12vw;
}
.shopbox .spec .specimg {
    width: 30vw;
}
.shopbox .spec .specimg img {
    border: 1px solid #CACACA;
    width: 100%;
}
.shopbox .spec .spectxt {
    width: 56vw;
    position: relative;
}
.shopbox .spec .spectxt h5 {
    font-size: 4.2vw;
    font-weight: bold;
    border-bottom: 1px solid #CACACA;
    position: absolute;
    top: -10vw;
    left: -32vw;
    width: 88vw;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.shopbox .spec .spectxt h5 span {
    display: inline-block;
    border: 1px solid #FF801E;
    color: #FF801E;
    font-size: 3.4vw;
    padding: 0.3vw 0;
    margin-right: 0.5em;
    line-height: 1;
    min-width: 6em;
    text-align: center;
}
.shopbox .spec .spectxt .a_area {
}
.shopbox .spec .spectxt .a_area span {
    color: #ff0000;
}
.shopbox .spec .spectxt .b_area  {
}
.shopbox .spec .spectxt .b_area span  {
     color: #0000ff;
}
.shopbox .spec .spectxt .time {
    text-align: initial;
}
.shopbox .spec .spectxt .phone {
    /*padding-left: 25px;*/
    color: #FF801E;
}
.shopbox .spec .spectxt .phone a {
    color: #FF801E;
    display: inline-block;
}

.shopbox .spec .spectxt .contact-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shopbox .spec .spectxt .site-link {
    padding-top: 2vw;
}
.shopbox .spec .spectxt .site-link a {
    display: inline-block;
    border-bottom: 1px solid;
}

.shopbox .comment {
    width: 74vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6vw;
}
.shopbox .menuopen {
    margin-bottom: 6vw;
}
.shopbox .menuopen a {
    margin-right: auto;
    margin-left: auto;
}
.shopbox .menubox {
    justify-content: space-between;
    flex-wrap: wrap;
}
.shopbox .menubox li {
    width: 100%;
    position: relative;
    /*padding: 0 19px 19px;*/
    border: 1px solid #FF801E; 
    margin-bottom: 5.3vw;
}
.shopbox .menubox li p.menunum {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 10vw;
    background: #FF801E;
    color: #FFFFFF;
    font-size: 6.6vw;
    line-height: 1;
    position: absolute; 
    top: 0;
    left: 0;
}
.shopbox .menubox li h6 {
    margin-bottom: 4vw;
    border-bottom: 1px solid #F0EFED;
    height: 10vw;
    margin-left: 11vw;
    padding-left: 0.5em;
    display: flex;
    align-items: center;
}

.shopbox .menubox li .menudetail {
    display: flex;
    justify-content: space-around;
    padding-bottom: 1.3vw;
}
.shopbox .menubox li .menudetail .menuimg {
    width: 32vw;
    height: 32vw;
    overflow: hidden;
}
.shopbox .menubox li .menudetail .menuimg img {
    width: 100%;
}
.shopbox .menubox li .menudetail .menutxt {
    width: 49vw;
    display: flex;
    flex-direction: column;
}
.shopbox .menubox li .menudetail .menutxt p {
    line-height: 1.5;
}
.shopbox .menubox li .menudetail .menutxt p.price {
    color: #FF801E;
    font-weight: bold;
}

.shopbox .genrelist {   
    border-top: 1px solid #F0EFED;
    box-shadow: 0 2vw 2vw #F0EFED;
    padding-top: 12vw;
    margin-bottom: 6vw;
    overflow-x: auto; 
}
.shopbox .genrelist .w1100 {
    width: 250%;
    display: flex;
}

.shopbox .genrelist li {
    width: 24vw;
    height: 9vw;
}
.shopbox .genrelist li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}
/*.shopbox .genrelist li a:hover {
    color: #FF801E;
    border-bottom: 2px solid #FF801E;
    opacity: 1;
}*/
.shopbox .genrelist li a.active {
    color: #FF801E;
    border-bottom: 2px solid #FF801E;
}

/* other-menu */
.other-menu {
    margin: 3vw auto;
}
.other-menu a.btn {
    display: block;
    width: 80vw;
    padding: 5vw;
    border-radius: 5vw;
    margin: 0 auto;
    background-color: #FBC308;
    font-size: 4vw;
    color: #FF801E;
    text-align: center;
}
.other-menu a.btn:before{
    content: "\f08e";
    font-family: FontAwesome;
    position: relative;
    top: 0;
    left: 60%;
    width: 60px;
    text-align: center;
    color: #FF801E;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 4vw;
}


.shopbox .call {
    background: #FF801E;
    padding: 3.3vw 2.6vw;
    margin-bottom: 8.6vw;
}
.shopbox .call .callhosoku {
    width: 100%;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 1.3vw;
    margin-bottom: 1.3vw;
}
.shopbox .call .callhowto {
    /*width: 610px;*/
    color: #FFFFFF;
}
.shopbox .call .callhowto p {
    line-height: 1.2;
    letter-spacing: -0.1vw;
    margin-bottom: 2vw;
}

.shopbox .call .callhowto span {
    color: #FFFF00;
}
.shopbox .call .callhowto a {
    display: block;
    color: #FFFF00;
    font-size:9.6vw;
    font-weight: bold; 
    line-height: 1;
    font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
}
.shopbox .call .callhowto a span {
    font-size: 5.8vw;
}

.shopbox .attention {
    margin-bottom: 11vw;
}

.shopbox .shopinfo {
    margin-bottom: 35px;
}
.shopbox .shopinfo table {
    width: 100%;
}
.shopbox .shopinfo table th , .shopbox .shopinfo table td {
/*    padding: 1vw 1vw 1vw 0;
    vertical-align: middle;*/
}
.shopbox .shopinfo table th { 
    text-align: left;
    display: block;
    font-weight: bold;
    /*border-bottom: 1px solid #FF801E;*/
}
.shopbox .shopinfo table td { 
    display: block;
    font-weight: normal;
    text-align: left;
    position: relative;
    /*border-bottom: 1px solid #F0EFED;*/
}
.shopbox .shopinfo table td::before { 
    content: "";
    width: 30vw;
    height: 1px;
    background: #EF7D2A;
    position: absolute;
    bottom: 0;
    left: 0; 
    z-index: 10;
}
.shopbox .shopinfo table td::after { 
    content: "";
    width: 100%;
    height: 1px;
    background: #F0EFED;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.shopbox .shopinfo a.place {
    color: #FF801E;
    text-decoration: underline;
    position: relative;
    display: block;
    margin-left: 4vw;
}
.shopbox .shopinfo a.place:before {
    content: "";
    display: inline-block;
    width: 2.6vw;
    height: 4vw;
    background: url("../images/icon_mappoint.svg") center center no-repeat ;
    background-size: contain;
    position: absolute;
    left: -3vw;
    top: 0.8vw;
}
.menuclose a {
    margin-right: auto;
    margin-left: auto;
}


/* #area
---------------------------------------------------------------------- */
#area {
    margin-bottom: 12vw;
}
#area .w1100 { 
    width: 100%;
}
#area .w1100 iframe {
    width: 100%;
    height: 75vw;
}


/* #charge
---------------------------------------------------------------------- */
#charge {
    margin-bottom: 12vw;
}

#charge h5.areatitle {
    text-align: center;
    margin-bottom: 5vw;
    padding-bottom: 2vw;
    font-size: 4vw;
    border-bottom: 1px solid #000000; 
}

#charge a.dsl1 span {
    color: #ff0000;
}
#charge a.dsl2 span {
    color: #0000ff;
}

#charge table {
    width: 100%;
    margin-bottom: 4vw;
}
#charge table th , #charge table td {
/*    padding: 25px 10px 25px 0;
    vertical-align: top;
    font-size: 18px;*/
}
#charge table th { 
    /*font-size: 22px;*/
    font-weight: bold;
    text-align: left;
    /*width: 190px;*/
    /*border-bottom: 1px solid #FF801E;*/
    color: #FF801E;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3vw;
}

#charge table th:before { 
    content: "";
    width: 30vw;
    height: 1px;
    background: #EF7D2A;
    position: absolute;
    bottom: 0;
    left: 0; 
    z-index: 10;
}

#charge table th:after { 
    content: "";
    width: 100%;
    height: 1px;
    background: #F0EFED;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

#charge table th a {
    display: inline-block;
    padding: 1vw 5vw 1vw 2vw;
    background: url("../images/icon_arrow_downwhite.svg") right 2vw center no-repeat #FF801E;
    background-size: 2vw auto;
    color: #FFFFFF;
    font-weight: normal;
    border-radius: 1vw;
    position: relative;
    bottom: 1vw;
    line-height: 1;
}
#charge table th a.active {
    background: url("../images/icon_arrow_upwhite.svg") right 2vw center no-repeat #FF801E;
    background-size: 2vw auto;
}
#charge table td { 
    font-weight: normal;
    text-align: left;
    /*width: 910px;*/
    /*padding-left: 1em;*/
    /*border-bottom: 1px solid #F0EFED;*/
    display: block;
    padding-bottom: 2vw;
}
#charge table td p {
    line-height: 1.5;
    margin-bottom: 5vw;
}
#charge table td p:last-child {
    /*margin-bottom: 0;*/
}

#charge h5.areatitle.a_area span {
    color: #FF0000;
}
#charge h5.areatitle.b_area span {
    color: #0000FF;
}

#charge .o_area {
    margin: 8vw 0;
}
#charge .o_area .o_areatxt {
    margin-bottom: 4vw;
}
#charge .o_area .o_areabtn {
    margin-left: 4vw;
}

    .o_areabtn a {
        position: relative;
        background: #FF801E;
        width: 74vw;
        height: 12.6vw;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        border: 1px solid #FF801E;
        border-radius: 2vw;
        margin-right: auto;
        margin-left: auto;
    }
    .o_areabtn a::after {
        content: "";
        display: inline-block;
        width: 5.3vw;
        height: 7.3vw;
        margin-left: 1em;
        background: url("../images/icon_pdfwhite.svg") center center no-repeat;
        background-size: contain;
    }


/* #boshu
---------------------------------------------------------------------- */
#boshu {
    margin-bottom: 12vw;
}


/* #ccontact
---------------------------------------------------------------------- */
    #contact{
        padding-bottom: 24vw;
    }

    #contact p.c_orange {
        border-bottom: 1px solid #FF801E;
    }

    #contact p.lead {
        width: 88vw;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
    #contact .w1000 {
        width: 100%;
    }
    .form-area { 
        /*background: #FFFFFF;*/
    }
    .form-area table th span {
        color: #FF801E;
    }
    .c_red { 
        color: #a12243;
    }
    .form-area table {
        width: 100%;
        margin-bottom: 5vw;
    }
    .form-area table th,
    .form-area table td {
        display: block;
    }
    .form-area table th {
        vertical-align: middle;
        font-size: 4vw;
        text-align: left;
        padding-top: 2vw;
    }

    .form-area table td {
        /*background-color: #FFFFFF;*/
    }

    /*.form-area table th span {
        color: #c30d23;
    }*/

    .form-area table td input {
        border: #d1d2d3 1px solid;
        background: #fcfdfd;
        width: 100%;
        height: 13vw;
        line-height: 13vw;
        padding: 0 2vw;
        font-size: 4vw;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .form-area table td select {
        border: #e1e3e4 1px solid;
        background: #fcfdfd;
        height: 13vw;
        line-height: 13vw;
        padding: 0 2vw;
        font-size: 4vw;
    }
    .form-area table td textarea {
        width: 100%;
        height: 20vw;
        border: #d1d2d3 1px solid;
        background: #fcfdfd;
        padding: 2vw;
        margin-bottom: 2vw;
        font-size: 4vw;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form-area .btn {
        display: flex;
        justify-content: center;
        margin-bottom: 20vw;
    }

    .form-area .btn input {
        font-size: 3.7vw;
        display: block;
        text-align: center;
        line-height: 13vw;
        width: 100%;
        height: 13vw;
        position: relative;
        background: url("../images/icon_arrow.svg") right 2vw center no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #SMIL_INFO {
        font-size: 3.7vw;
        line-height: 4.4vw;
        margin-bottom: 2vw;
    }

    #SMIL_ERR dl {
        display: flex;
        flex-wrap: wrap;
    }

    #SMIL_ERR dl dt {
        width: 30%;
    }

    #SMIL_ERR dl dd {
        width: 70%;
    }

    #contact iframe {
        height: 150vw;
    }
    #contact .cbtn {
        margin: 0 auto;
    }


    .form-area table td #id_day {
        width: 32vw;
    }
    .form-area table td #id_stay {
        width: 20vw;
    }
    .form-area table td #id_fish {
        width: 73vw;
    }
    .form-area table td #id_roomtype {
        width: 73vw;
    }
    .form-area table td #id_roomnumber {
        width: 20vw;
    }
    .form-area table td #id_men , .form-area table td #id_lady , .form-area table td #id_child {
        width: 19vw;
        margin: 1vw auto 1vw 33.2vw;
    }
    .form-area table td #id_name {
        width: 100%;
    }
    .form-area table td #id_kana {
        width: 100%;
    }
    .form-area table td #id_email {
        width: 100%;
    }
    .form-area table td #id_postnumber {
        width: 26vw;
    }
    .form-area table td #id_address {
        width: 65vw; margin-left: 1em;
    }
    .form-area table td #id_tel {
        width: 100%;
    }
    .form-area table td #id_checkin {
        width: 73vw;
    }
    .form-area table td #id_message {
        width: 100%;
        height: 32vw;
    }
    .form-area table td #id_day {
        width: 100%;
    }
    .form-area table td #id_fish {
        width: 100%;
    }
    .form-area table td #id_genre {
        width: 40%;
    }
    .form-area table td #id_price {
        width: 35%;
    }
    .form-area table td #id_price2 {
        width: 35%;
    }


    #id_men , #id_lady , #id_postnumber {  }

    .form-area table td select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        background: url(../images/icon_select.svg) right center no-repeat #fcfdfd;
        background-size: contain;
    }
    .form-area table td select::-ms-expand{
    display: none;
    }
    input[type="submit"] {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        cursor: pointer;  
        width: 100%; 
        -webkit-appearance: none;
    }
    #contact iframe { 
        /*height: 160vh;*/
        height: 190vw;
        }

    input , select , textarea {
        background-color: #FFFFFF;
    }
    .of_x{
        overflow-x: scroll;
    }

    /*catchdetail*/
    #catchdetail,#catch.catchlist { margin: 30vw auto; }
    #catchdetail h4 { font-size: 6vw; border-bottom: 1px solid #000000; padding: 4vw 0; margin-bottom: 2vw; }
    #catchdetail .catchday { margin-bottom: 6vw; }
    #catchdetail .catchimg { margin-bottom: 4vw; }
    #catchdetail .cbtn { margin: 8vw auto 0; }

}