.food-rest #teaser {
    background: url("../common/img/bg_teaser.png") repeat-x center center #66ABEA;
    padding: 35px 20px;
}

@media screen and (max-width: 767px) {
    /*.food-rest #teaser {
        background: url("../common/img/bg_teaser.png") repeat-x center center #66ABEA;
        padding: 20px 10px;
        -webkit-background-size: auto 80px;
        background-size: auto 80px;
    }*/
}

.food-rest .lodging {
    padding: 50px 0 0 0;
}

.food-rest .hdM {
    font-size: 24px;
    padding: 0 0 0 20px;
    border-left: 7px solid #ffd98d;
    margin: 25px 0 30px 0;
    font-weight: bold;
}

.food-rest .hdM span {
    font-size: 18px;
    vertical-align: middle;
}

.food-rest .lodging .lodbox .imgbox {
    float: left;
}

.food-rest .lodging .lodbox .txtbox {
    overflow: hidden;
    padding: 0 0 0 15px;
}

.food-rest .lodging .lodbox .txtbox .txt {
    font-size: 16px;
}

.food-rest .lodging .lodbox .txtbox .tel {
    font-size: 28px;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.food-rest .lodging .lodbox .txtbox .mail {
    font-size: 20px;
}

.food-rest .lodging .lodbox .txtbox .mail a {
    color: #0062B1;
    text-decoration: underline;
}

.food-rest .lodging .lodbox .txtbox .mail a:hover {
    text-decoration: none;
}

.food-rest .lodging .lodbox .txtbox .house {
    font-size: 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin: 25px 0;
    line-height: 1.7;
}

.food-rest .lodging .lodbox .txtbox .tit {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.food-rest .lodging .lodbox .txtbox .tit span.ffcolor {
    color: #B81C22;
}

.food-rest .lodging .lodbox .txtbox .tit span.ffsize {
    font-size: 14px;
    font-weight: normal;
}

.food-rest .lodging .lodbox .txtbox .tit span.ffcard {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 0 20px;
    width: 222px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #727171;
}

.food-rest .lodging ul {
    margin: 0 0 0 -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.food-rest .lodging ul li {
    /*float: left;
    width: 50%;*/
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}

.food-rest .lodging ul li .hdM span {
    font-size: 14px;
}

.food-rest .lodging ul li dl {
    display: table;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin: 20px 0 40px 0;
}

.food-rest .lodging ul li dt {
    display: table-cell;
    width: 30%;
    text-align: left;
    font-size: 16px;
    line-height: 2.0;
    color: #B81C22;
    font-weight: bold;
}

.food-rest .lodging ul li dd {
    display: table-cell;
    text-align: left;
    width: 70%;
    line-height: 2.0;
    color: #B81C22;
    font-size: 16px;
    font-weight: bold;
}

.food-rest .lodging ul li dd span {
    font-size: 12px;
    font-weight: nomal;
}

.food-rest .lodging ul li .access {
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0 0 0;
}

.menupic_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: wrap;
}

.block_area {
    width: 48%;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .food-rest .lodging {
        padding: 25px 0 0 0;
    }

    .food-rest .hdM {
        font-size: 17px;
        padding: 0 0 0 15px;
        border-left: 5px solid #ffd98d;
        margin: 10px 0 15px 0;
    }

    .food-rest .hdM span {
        font-size: 14px;
    }

    .food-rest .lodging .lodbox .imgbox {
        float: none;
        text-align: center;
    }

    .food-rest .lodging .lodbox .txtbox {
        overflow: initial;
        padding: 0;
    }

    .food-rest .lodging .lodbox .txtbox .txt {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .food-rest .lodging .lodbox .txtbox .tel {
        font-size: 24px;
        margin: 10px 0 0 0;
    }

    .food-rest .lodging .lodbox .txtbox .mail {
        font-size: 18px;
    }

    .food-rest .lodging .lodbox .txtbox .house {
        font-size: 14px;
        padding: 10px 0;
        margin: 15px 0;
        line-height: 1.6;
    }

    .food-rest .lodging .lodbox .txtbox .tit {
        font-size: 20px;
        margin: 0 0 5px 0;
    }

    .food-rest .lodging .lodbox .txtbox .tit span.ffsize {
        font-size: 12px;
    }

    .food-rest .lodging .lodbox .txtbox .tit span.ffcard {
        font-size: 16px;
        display: block;
        margin: 0;
        width: 222px;
        height: 31px;
        line-height: 31px;
    }

    .food-rest .lodging ul {
        margin: 0;
    }

    .food-rest .lodging ul li {
        float: none;
        width: 100%;
        padding: 0;
        margin: 15px 0 0 0;
    }

    .food-rest .lodging ul li .hdM span {
        font-size: 12px;
    }

    .food-rest .lodging ul li dl {
        padding: 10px 0;
        margin: 10px 0 0 0;
    }

    .food-rest .lodging ul li dt {
        width: 25%;
        font-size: 12px;
    }

    .food-rest .lodging ul li dd {
        width: 75%;
        font-size: 12px;
    }

    .food-rest .lodging ul li dd span {
        font-size: 11px;
    }

    .food-rest .lodging ul li .access {
        font-size: 12px;
        line-height: 1.6;
        margin: 5px 0 0 0;
    }

    .menupic_block {
        width: 80%;
        margin: 10px auto 0px;
    }

    .block_area img {
        height: auto !important;
    }

    .block_area p {
        font-size: 10px;
    }
}

@media screen and (max-width: 550px) {
    .menupic_block {
        width: 100%;
    }
}


.lodging .lodgingbox+.lodgingbox {
    margin: 40px 0 0 0;
}

.lodging .lodgingbox01 .hdM span {
    font-size: 16px;
}

.food-rest .lodgingbox01 .lodbox .txtbox {
    padding: 0 0 0 40px;
}

.food-rest .table {
    margin: 25px 0 0 0;
}

.food-rest .table table {
    margin: 0;
}

.food-rest .table .title {
    font-size: 18px;
    color: #66ABEA;
}

.food-rest .table table thead th {
    background: -webkit-linear-gradient(#edf6fd, #c4d8f0);
    background: -o-linear-gradient(#edf6fd, #c4d8f0);
    background: -moz-linear-gradient(#edf6fd, #c4d8f0);
    background: linear-gradient(#edf6fd, #c4d8f0);
}

.food-rest .table table tbody th {
    background: #e7f5fd;
}

.food-rest .tablebox {
    margin: 60px 0 0 0;
}

.food-rest .tablebox table {
    margin: 0 0 20px 0;
}

.food-rest .tablebox .tit {
    font-size: 24px;
    padding: 15px 0;
}

.food-rest .tablebox .txt {
    line-height: 1.6;
    font-size: 18px;
}

.food-rest .tablebox .txt span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .lodging .lodgingbox+.lodgingbox {
        margin: 20px 0 0 0;
    }

    .lodging .lodgingbox01 .hdM span {
        font-size: 14px;
    }

    .food-rest .lodgingbox01 .lodbox .txtbox {
        padding: 0;
    }

    .food-rest .table {
        margin: 15px 0 0 0;
    }

    .food-rest .table table {
        margin: 0;
    }

    .food-rest .table .title {
        font-size: 16px;
    }

    .food-rest .tablebox {
        margin: 30px 0 0 0;
    }

    .food-rest .tablebox table {
        margin: 0 0 10px 0;
    }

    .food-rest .tablebox .tit {
        font-size: 20px;
        padding: 10px 0;
    }

    .food-rest .tablebox .txt {
        line-height: 1.5;
        font-size: 16px;
    }
}

.hotel .lodging {
    padding: 50px 0 0 0;
}

.hotel .hdM {
    font-size: 24px;
    padding: 0 0 0 20px;
    border-left: 7px solid #F3A5A5;
    margin: 25px 0 30px 0;
    font-weight: bold;
}

.hdM span {
    font-size: 18px;
    vertical-align: middle;
}

.hotel .lodging .lodbox .imgbox {
    float: left;
}

.hotel .lodging .lodbox .txtbox {
    overflow: hidden;
    padding: 0 0 0 15px;
}

.hotel .lodging .lodbox .txtbox .txt {
    font-size: 16px;
}

.hotel .lodging .lodbox .txtbox .tel {
    font-size: 28px;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.hotel .lodging .lodbox .txtbox .mail {
    font-size: 20px;
}

.hotel .lodging .lodbox .txtbox .mail a {
    color: #0062B1;
    text-decoration: underline;
}

.hotel .lodging .lodbox .txtbox .mail a:hover {
    text-decoration: none;
}

.hotel .lodging .lodbox .txtbox .house {
    font-size: 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin: 25px 0;
    line-height: 1.7;
}

.txtbox .yoyaku_btn {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: inline-block;
    padding: 0.5em 4em;
    text-decoration: none;
    color: #FFF;
    background: #F3A5A5;
    border-radius: 3px;
    transition: .4s;
}

.hotel .lodging .lodbox .txtbox .tit {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.hotel .lodging .lodbox .txtbox .tit span.ffcolor {
    color: #B81C22;
}

.hotel .lodging .lodbox .txtbox .tit span.ffsize {
    font-size: 14px;
    font-weight: normal;
}

.hotel .lodging .lodbox .txtbox .tit span.ffcard {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 0 20px;
    width: 222px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #727171;
}

.hotel .lodging ul {
    margin: 0 0 0 -30px;
}

.hotel .lodging ul li {
    float: left;
    width: 50%;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hotel .lodging ul li .hdM span {
    font-size: 14px;
}

.hotel .lodging ul li .wrap {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 20px 0 0 0;
}

.hotel .lodging ul li .wrap p.att {
    width: 90%;
    margin: 0 auto 20px;
}

.hotel .lodging ul li dl {
    display: table;
    width: 100%;
    padding: 15px 0;
}

.hotel .lodging ul li dt {
    display: table-cell;
    width: 220px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    color: #B81C22;
    font-weight: bold;
}

.hotel .lodging ul li dt span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.hotel .lodging ul li dd {
    display: table-cell;
}

.hotel .lodging ul li dd .money {
    font-size: 24px;
    font-weight: bold;
}

.hotel .lodging ul li dd .money2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.hotel .lodging ul li dd .money span {
    font-size: 20px;
}

.hotel .lodging ul li dd .money01 span {
    display: inline-block;
    border: 1px solid #b81c22;
    text-align: center;
    width: 185px;
    height: 37px;
    line-height: 37px;
    color: #b81c22;
    font-size: 20px;
    font-weight: bold;
}

.hotel .lodging ul li .access {
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0 0 0;
}

.spa .lodging {
    padding: 50px 0 0 0;
}

.spa .hdM {
    font-size: 24px;
    padding: 0 0 0 20px;
    border-left: 7px solid #E5E993;
    margin: 25px 0 30px 0;
    font-weight: bold;
}

.hdM span {
    font-size: 18px;
    vertical-align: middle;
}

.spa .lodging .lodbox .imgbox {
    float: left;
}

.spa .lodging .lodbox .txtbox {
    overflow: hidden;
    padding: 0 0 0 15px;
}

.spa .lodging .lodbox .txtbox .txt {
    font-size: 16px;
}

.spa .lodging .lodbox .txtbox .house {
    font-size: 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin: 25px 0;
    line-height: 1.7;
}

.spa .lodging .lodbox .txtbox .tit {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.spa .lodging .lodbox .txtbox .tit span.ffcolor {
    color: #B81C22;
}

.spa .lodging .lodbox .txtbox .tit span.ffsize {
    font-size: 14px;
    font-weight: normal;
}

.spa .lodging .lodbox .txtbox .tit span.ffcard {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 0 20px;
    width: 222px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #727171;
}

.spa .lodging ul {
    margin: 0 0 0 -30px;
}

.spa .lodging ul li {
    float: left;
    width: 50%;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spa .lodging ul li .hdM span {
    font-size: 14px;
}

.spa .lodging ul li dl {
    display: table;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin: 20px 0 0 0;
}

.spa .lodging ul li dt {
    display: table-cell;
    width: 220px;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    color: #B81C22;
    font-weight: bold;
}

.spa .lodging ul li dt span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.spa .lodging ul li dd {
    display: table-cell;
}

.spa .lodging ul li dd .money {
    font-size: 24px;
    font-weight: bold;
}

.spa .lodging ul li dd .money span {
    font-size: 20px;
}

.spa .lodging ul li dd .money01 {}

.spa .lodging ul li dd .money01 span {
    display: inline-block;
    border: 1px solid #b81c22;
    text-align: center;
    width: 185px;
    height: 37px;
    line-height: 37px;
    color: #b81c22;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .spa .lodging {
        padding: 25px 0 0 0;
    }

    .hdM {
        font-size: 17px;
        padding: 0 0 0 15px;
        border-left: 5px solid #C2D7F0;
        margin: 10px 0 15px 0;
    }

    .hdM span {
        font-size: 14px;
    }

    .spa .lodging .lodbox .imgbox {
        float: none;
        text-align: center;
    }

    .spa .lodging .lodbox .txtbox {
        overflow: initial;
        padding: 0;
    }

    .spa .lodging .lodbox .txtbox .txt {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .spa .lodging .lodbox .txtbox .tel {
        font-size: 24px;
        margin: 10px 0 0 0;
    }

    .spa .lodging .lodbox .txtbox .mail {
        font-size: 18px;
    }

    .spa .lodging .lodbox .txtbox .house {
        font-size: 14px;
        padding: 10px 0;
        margin: 15px 0;
        line-height: 1.6;
    }

    .spa .lodging .lodbox .txtbox .tit {
        font-size: 20px;
        margin: 0 0 5px 0;
    }

    .spa .lodging ul {
        margin: 0;
    }

    .spa .lodging ul li {
        float: none;
        width: 100%;
        padding: 0;
        margin: 15px 0 0 0;
    }

    .spa .lodging ul li .hdM span {
        font-size: 12px;
    }

    .spa .lodging ul li dl {
        padding: 10px 0;
        margin: 10px 0 0 0;
    }

    .spa .lodging ul li dt {
        display: table-cell;
        width: 150px;
        font-size: 18px;
    }

    .spa .lodging ul li dt span {
        display: block;
        font-size: 14px;
    }

    .spa .lodging ul li dd .money {
        font-size: 20px;
    }

    .spa .lodging ul li dd .money span {
        font-size: 16px;
    }

    .spa .lodging ul li dd .money01 span {
        font-size: 16px;
        width: 160px;
    }

    .spa .lodging ul li .access {
        font-size: 12px;
        line-height: 1.6;
        margin: 5px 0 0 0;
    }
}

.lodging .lodgingbox+.lodgingbox {
    margin: 40px 0 0 0;
}

.lodging .lodgingbox01 .hdM span {
    font-size: 16px;
}

.spa .lodgingbox01 .lodbox .txtbox {
    padding: 0 0 0 40px;
}

.spa .table {
    margin: 25px 0 0 0;
}

.spa .table table {
    margin: 0;
}

.spa .table .title {
    font-size: 18px;
    color: #9EC225;
}

.spa .table table thead th {
    background: -webkit-linear-gradient(#F1F3BB, #E5E993);
}

.spa .table table tbody th {
    background: #F1F3BB;
    font-weight: bold;
}

.spa .tablebox {
    margin: 60px 0 0 0;
}

.spa .tablebox table {
    margin: 0 0 20px 0;
}

.spa .tablebox .tit {
    font-size: 24px;
    padding: 15px 0;
}

.spa .tablebox .txt {
    line-height: 1.6;
    font-size: 18px;
}

.spa .tablebox .txt span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .lodging .lodgingbox+.lodgingbox {
        margin: 20px 0 0 0;
    }

    .lodging .lodgingbox01 .hdM span {
        font-size: 14px;
    }

    .spa .lodgingbox01 .lodbox .txtbox {
        padding: 0;
    }

    .spa .table {
        margin: 15px 0 0 0;
    }

    .spa .table table {
        margin: 0;
    }

    .spa .table .title {
        font-size: 16px;
    }

    .spa .tablebox {
        margin: 30px 0 0 0;
    }

    .spa .tablebox table {
        margin: 0 0 10px 0;
    }

    .spa .tablebox .tit {
        font-size: 20px;
        padding: 10px 0;
    }

    .spa .tablebox .txt {
        line-height: 1.5;
        font-size: 16px;
    }
}

.spa table {
    font-size: 14px;
    width: 100%;
    margin: 20px 0 0 0;
}

.spa table.width {
    width: 500px;
}

.spa table thead th {
    font-size: 12px;
    text-align: center;
    padding: 5px 1px;
    border: 1px solid #cacbc9;
    line-height: 1.3;
    font-weight: bold;
    /*width: 600px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spa table tbody th {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #cacbc9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.3;
}

.spa table td {
    text-align: center;
    border: 1px solid #cacbc9;
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .hotel .lodging {
        padding: 25px 0 0 0;
    }

    .hdM {
        font-size: 17px;
        padding: 0 0 0 15px;
        border-left: 5px solid #C2D7F0;
        margin: 10px 0 15px 0;
    }

    .hdM span {
        font-size: 14px;
    }

    .hotel .lodging .lodbox .imgbox {
        float: none;
        text-align: center;
    }

    .hotel .lodging .lodbox .txtbox {
        overflow: initial;
        padding: 0;
    }

    .hotel .lodging .lodbox .txtbox .txt {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .hotel .lodging .lodbox .txtbox .tel {
        font-size: 24px;
        margin: 10px 0 0 0;
    }

    .hotel .lodging .lodbox .txtbox .mail {
        font-size: 18px;
    }

    .hotel .lodging .lodbox .txtbox .house {
        font-size: 14px;
        padding: 10px 0;
        margin: 15px 0;
        line-height: 1.6;
    }

    .hotel .lodging .lodbox .txtbox .tit {
        font-size: 20px;
        margin: 0 0 5px 0;
    }

    .txtbox .yoyaku_btn {
        width: 94%;
        margin: 0 auto;
        margin-top: 20px;
        padding: 3%;
        text-align: center;
    }

    .hotel .lodging .lodbox .txtbox .tit span.ffsize {
        font-size: 12px;
    }

    .hotel.lodging .lodbox .txtbox .tit span.ffcard {
        font-size: 16px;
        display: block;
        margin: 0;
        width: 222px;
        height: 31px;
        line-height: 31px;
    }

    .hotel .lodging ul {
        margin: 0;
    }

    .hotel .lodging ul li {
        float: none;
        width: 100%;
        padding: 0;
        margin: 15px 0 0 0;
    }

    .hotel .lodging ul li .hdM span {
        font-size: 12px;
    }

    .hotel .lodging ul li .wrap p.att {
        margin-bottom: 10px;
    }

    .hotel .lodging ul li .wrap {
        margin-top: 10px;
    }

    .hotel .lodging ul li dl {
        padding: 10px 0;
        margin: 10px 0 0 0;
    }

    .hotel .lodging ul li dt {
        display: table-cell;
        width: 150px;
        font-size: 18px;
    }

    .hotel .lodging ul li dt span {
        display: block;
        font-size: 14px;
    }

    .hotel .lodging ul li dd .money {
        font-size: 20px;
    }

    .hotel .lodging ul li dd .money span {
        font-size: 16px;
    }

    .hotel .lodging ul li dd .money01 span {
        font-size: 16px;
        width: 160px;
    }

    .hotel .lodging ul li .access {
        font-size: 12px;
        line-height: 1.6;
        margin: 5px 0 0 0;
    }
}

.lodging .lodgingbox+.lodgingbox {
    margin: 40px 0 0 0;
}

.lodging .lodgingbox01 .hdM span {
    font-size: 16px;
}

.hotel .lodgingbox01 .lodbox .txtbox {
    padding: 0 0 0 40px;
}

.hotel .table {
    margin: 25px 0 0 0;
}

.hotel .table table {
    margin: 0;
}

.hotel .table .title {
    font-size: 18px;
    color: #66ABEA;
}

.hotel .table table thead th {
    background: -webkit-linear-gradient(#edf6fd, #c4d8f0);
    background: -o-linear-gradient(#edf6fd, #c4d8f0);
    background: -moz-linear-gradient(#edf6fd, #c4d8f0);
    background: linear-gradient(#edf6fd, #c4d8f0);
}

.hotel .table table tbody th {
    background: #e7f5fd;
}

.hotel .tablebox {
    margin: 60px 0 0 0;
}

.hotel .tablebox table {
    margin: 0 0 20px 0;
}

.hotel .tablebox .tit {
    font-size: 24px;
    padding: 15px 0;
}

.hotel .tablebox .txt {
    line-height: 1.6;
    font-size: 18px;
}

.hotel .tablebox .txt span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .lodging .lodgingbox+.lodgingbox {
        margin: 20px 0 0 0;
    }

    .lodging .lodgingbox01 .hdM span {
        font-size: 14px;
    }

    .hotel .lodgingbox01 .lodbox .txtbox {
        padding: 0;
    }

    .hotel .table {
        margin: 15px 0 0 0;
    }

    .hotel .table table {
        margin: 0;
    }

    .hotel .table .title {
        font-size: 16px;
    }

    .hotel .tablebox {
        margin: 30px 0 0 0;
    }

    .hotel .tablebox table {
        margin: 0 0 10px 0;
    }

    .hotel .tablebox .tit {
        font-size: 20px;
        padding: 10px 0;
    }

    .hotel .tablebox .txt {
        line-height: 1.5;
        font-size: 16px;
    }
}




body {
    margin: 0 auto;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

#teaser {
    padding: 35px 20px;
    background: url("../common/img/bg_teaser.png") repeat-x center center #66ABEA;
}

.event #teaser {
    background-color: #66ABEA;
}

.access #teaser {
    background-color: #66DCB1;
}

.gelande #teaser {
    background-color: #E542A4;
}

.link #teaser, .policy #teaser, .ticket #teaser, .contact #teaser, .contact_confirm #teaser {
    background-color: #00D1EF;
}

.school #teaser {
    background-color: #B056B3;
}

.hotel #teaser, .reservation #teaser {
    background-color: #FF5761;
}

.spa #teaser {
    background-color: #CBDF00;
}

.food-rest #teaser {
    background-color: #FBB018;
}

#teaser .tit {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}

#teaser .tit span {
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: normal;
}

@media screen and (max-width: 480px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    #teaser {
        padding: 15px 10px;
    }

    #teaser .tit {
        font-size: 21px;
    }

    #teaser .tit span {
        font-size: 14px;
    }

    .policy #teaser .tit {
        font-size: 21px;
        color: #fff;
        text-align: center;
        line-height: 1.3;
        font-weight: bold;
    }
}


/*ゲレンデ*/
#gelande {
    width: 960px;
    margin: 0 auto;
    font-size: 18px;
}

#gelande img {
    /*max-width: none!important;*/
}

#gelande .course {
    width: 100%;
    margin-top: 30px;
}

.g_m {
    margin: 60px 0px 30px;
}

.g_mt {
    margin-top: 15px;
    display: block;
}

.g_wrap {
    display: flex;
    flex-wrap: wrap;
}

.g_item {
    width: 32%;
}

.g_item:not(:nth-child(3n+3)) {
    margin-right: 2%;
}

.g_item:nth-child(n+4) {
    margin-top: 2%;
}

.g_ttl {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 15px 0px;
}

.g_item img {
    width: 100%;
}


/*.slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}*/
.slick-img {
    height: auto;
    width: 100%;
}

.g_content {
    cursor: pointer;
    position: relative;
    margin-top: 30px;
}

.base_img_box {
    z-index: 0;
}

.lens_img_box {
    position: absolute;
    opacity: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
    pointer-events: none;
    border-radius: 100%;
    border: solid 5px #ffffff;
    z-index: 1;
}

.lens_img {
    position: absolute;
    transform-origin: top left;
}

.examples {
    clear: both;
    margin: 20px auto;

}

@media screen and (max-width: 960px) {
    #gelande {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 867px) {
    .g_item {
        width: 49%;
    }

    .g_item:not(:nth-child(3n+3)) {
        margin-right: 0%;
    }

    .g_item:not(:nth-child(2n+2)) {
        margin-right: 2%;
    }

    .g_item:nth-child(n+4) {
        margin-top: 0%;
    }

    .g_item:nth-child(n+3) {
        margin-top: 2%;
    }
}

@media screen and (max-width: 566px) {
    .g_item {
        width: 100%;
    }

    .g_item:not(:nth-child(2n+2)) {
        margin-right: 0%;
    }

    .g_item:nth-child(n+3) {
        margin-top: 0%;
    }

    .g_item:nth-child(n+2) {
        margin-top: 5%;
    }
}

@media screen and (max-width: 480px) {
    #gelande {
        width: 100%;
        font-size: 14px;
        margin: 0 auto;
    }

    .g_ttl {
        font-size: 16px;
    }
}

.examples {
    margin: 20px;
}

/*ENDゲレンデ*/


/*イベント*/
#event {
    width: 960px;
    margin: 0 auto;
    font-size: 18px;
}

#event .bg03 {
    background: #FBCB70 !important;
}

#event .title {
    background-color: #C2D7F0;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
}

#event .hiduke {
    color: #3788D2;
    font-weight: bold;
}

#event .red {
    color: #E60012;
}

@media screen and (max-width: 960px) {
    #event {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 480px) {
    #event {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }

    #event .title {
        margin-bottom: 10px;
    }

    #event .hiduke {
        line-height: normal;
        margin-bottom: 10px;
    }
}

/*ENDイベント*/


/*スクール*/
#school {
    width: 960px;
    margin: 0 auto;
    font-size: 18px;
}

#school .tableScroll {
    width: 100%;
    overflow-x: auto;
}

#school table {
    font-size: 16px;
    width: 100%;
    margin: 20px 0 0 0;
}

#school table.width {
    width: 50%;
}

#school table thead th {
    text-align: center;
    padding: 10px 0 5px;
    background: -webkit-linear-gradient(#ECE1EF, #D8B4D4);
    background: -o-linear-gradient(#ECE1EF, #D8B4D4);
    background: -moz-linear-gradient(#ECE1EF, #D8B4D4);
    background: linear-gradient(#ECE1EF, #D8B4D4);
    border: 1px solid #cacbc9;
    font-weight: bold;
    line-height: 1.3;
}

#school table tbody th {
    background: #ECE1EF;
    padding: 5px 0 5px 20px;
    vertical-align: middle;
    border: 1px solid #cacbc9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.3;
}

#school table td {
    text-align: center;
    border: 1px solid #cacbc9;
    padding: 10px 30px 5px;
}

#school .title {
    background-color: #D8B4D4;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    clear: both;
    font-weight: bold;
}

#school .sia_catch {
    color: #B073BF;
    margin-bottom: -10px;
}

#school a {
    text-decoration: underline;
}

#school .caption {
    font-size: 14px;
    margin-bottom: 30px;
}

#school .kyocho {
    margin-top: 20px;
}

#school .kyocho span {
    color: #333399;
    font-weight: bold;
}

#school .message {
    margin-top: 40px;
}

#school .message span {
    color: #B073BF;
    font-weight: bold;
    font-size: 24px;
}

#school .use {
    width: 700px;
    margin-right: 10px;
}

#school .use_img {
    width: 25%;
    margin-bottom: 50px;
    float: right;
    clear: both;
}

#school .use_img2 {
    width: 41.66%;
    margin-bottom: 50px;
    float: right;
    clear: both;
}

#school .contact {
    margin-top: 20px;
}

#school .contact span {
    color: #333399;
    font-weight: bold;
}

#school .clear {
    clear: both;
}

@media screen and (max-width: 960px) {
    #school {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #school .use {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    #school .use {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    #school {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }

    #school .sp_mar {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #school .title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    #school table.width {
        width: 100%;
    }

    #school table tbody th {
        padding: 10px 5px;
        font-size: 14px;
        width: 45%;
    }

    #school table td {
        padding: 10px 5px;
        font-size: 14px;
    }

    #school .use_img {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-bottom: 20px;
        margin-top: 5px;
        float: none;
    }

    #school .use_img2 {
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-bottom: 20px;
        margin-top: 5px;
        float: none;
    }

    #school .use {
        width: 100%;
        margin-bottom: 30px;
    }
}

/*ENDスクール*/


/*アクセス*/
#access {
    width: 960px;
    margin: 0 auto;
    font-size: 18px;
}

#access .title {
    background-color: #B7DCB8;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
}

#access .map {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px;
}

#access .mt20 {
    margin-top: 20px;
}

#access .bikou {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    color: #E60012;
}

#access .red {
    color: #E60012;
}

#access .blue {
    color: #333399;
}

#access .bus_jikoku table, #access .bus_jikoku2 table {
    width: 49%;
    float: left;
    margin-top: 30px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 100px;
}

#access .bus_jikoku table {
    margin-right: 2%;
}

#access caption {
    background-color: #D8EBD4;
    border-bottom: solid 5px #FFF;
    text-align: center;
}

#access .bus_jikoku table tr th, #access .bus_jikoku2 table tr th {
    width: 50%;
    padding: 3px;
    text-align: center;
    border: solid 1px #999;
    border-bottom: solid 2px #999;
    background-color: #D8EBD4;
    font-weight: bold;
}

#access .bus_jikoku table tr td, #access .bus_jikoku2 table tr td {
    text-align: center;
    border: solid 1px #999;
}

@media screen and (max-width: 960px) {
    #access {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 480px) {
    #access {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }

    #access .map {
        width: 100%;
        margin: 0 auto;
    }

    #access .bikou {
        width: 90%;
        margin-left: 5%;
    }

    #access .bus_jikoku table {
        width: 100%;
        margin: 0 auto;
        float: none;
        margin-top: 30px;
    }

    #access .bus_jikoku2 table {
        width: 100%;
        margin: 0 auto;
        float: none;
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

/*ENDアクセス*/


/*リンク*/
#link {
    width: 960px;
    margin: 0 auto;
    font-size: 18px;
}

#link .title {
    background-color: #A0D8EB;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
}

#link .txt {
    margin-bottom: 20px;
}

#link .txt a {
    background-color: #D6E8EE;
    display: block;
    padding: 5px 5px 5px 10px;
    margin-bottom: -15px;
}

@media screen and (max-width: 960px) {
    #link {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 480px) {
    #link {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }

    #link .sp_mar {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

/*ENDリンク*/


/*プライバシーポリシー*/
.policy_midashi {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.policy_text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .policy_midashi, .policy_text {
        font-size: 14px;
    }
}

/*ENDプライバシーポリシー*/


/*チケット*/
.waribiki_ticket {
    width: 900px;
    margin: 30px auto 140px;
    border: 1px solid #000000;
    padding-top: 10px;
    padding-bottom: 30px;
}

.waribiki_ticket .caption {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #00D1EF;
}

.waribiki_ticket .pamphlet {
    float: left;
    width: 330px;
    margin-left: 20px;
    margin-right: 0;
}

/*.waribiki_ticket table{
	width: 500px;
	padding: 10px;
	margin: 0 auto;
}*/
.waribiki_ticket table .name,
.waribiki_ticket table .kinyu {
    border: none;
}

.waribiki_ticket .ticket_title {
    background-color: #B0DFF8;
    margin-left: 10px;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.waribiki_ticket span {
    color: #FF0004;
}

.waribiki_ticket .kingaku {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.waribiki_ticket .hosoku {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
}

.waribiki_ticket .column {
    font-weight: bold;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    text-align: center;
}

.waribiki_ticket .column_hosoku {
    margin-left: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.waribiki_ticket .kinyu th {
    background-color: #E7F6FF;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 20px;
    font-weight: bold;
    border-bottom: 3px solid #FFFFFF;
}

.waribiki_ticket .kinyu td {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
}

.waribiki_ticket .name {
    margin-top: 20px;
}

.waribiki_ticket .name td {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 20px;
}

.waribiki_ticket .clear {
    clear: both;
}

.waribiki_ticket .copy_text {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 18px;
}

/*ENDチケット*/


/*お問い合わせ*/
#contact {
    width: 960px;
    margin: 0 auto;
    font-size: 18px;
}

#contact .tableScroll {
    width: 100%;
    overflow-x: auto;
}

#contact .title {
    background-color: #B7DCB8;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
}

#contact .contactarea {
    font-size: 16px;
    width: 960px;
    margin: 20px 0 20px 0;
}

#contact .contactarea tbody th {
    background: #D6E8EE;
    padding: 5px 0 5px 20px;
    vertical-align: middle;
    border: 1px solid #cacbc9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

#contact .contactarea td {
    text-align: left;
    border: 1px solid #cacbc9;
    padding: 10px 30px 5px;
}

#contact .mailfoam {
    font-size: 16px;
    width: 960px;
    margin: 20px 0 20px 0;
}

#contact .mailfoam tbody th {
    background: #D6E8EE;
    padding: 5px 0 5px 20px;
    vertical-align: middle;
    border: 1px solid #cacbc9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

#contact .mailfoam td {
    text-align: left;
    border: 1px solid #cacbc9;
    width: 80%;
    padding: 1%;
}

#contact .mailfoam .foam {
    font-size: 18px;
    padding: 10px;
    width: 50%;
}

#contact .mailfoam .foam2 {
    font-size: 18px;
    padding: 10px;
    width: 97%;
}

#contact .mailfoam .foam3 {
    font-size: 18px;
    padding: 10px;
}

#contact .kakunin {
    display: inline-block;
    padding: 2%;
    background: #A0D8EB;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 70px;
    margin-top: 30px;
    border-color: #FFFFFF;
    text-align: center;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
}

#contact .hp_link {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #FFF;
    background: #FF5761;
    border-radius: 3px;
    margin: 20px auto 100px;
    width: 300px;
}

#contact textarea {
    border: solid 1px #ccc;
}

.mw_wp_form_confirm .mail_text {
    display: none;
}

@media screen and (max-width: 960px) {
    #contact {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #contact .mailfoam {
        width: 100%;
    }

    #contact .mailfoam tbody th {
        padding: 2%;
    }

    #contact .mailfoam .foam {
        padding: 2%;
        width: 95%;
    }

    #contact .mailfoam .foam2 {
        padding: 2%;
        width: 95%;
    }

    #contact .mailfoam .foam3 {
        padding: 2%;
        width: 20%;
    }

    #contact .kakunin {
        padding: 3%;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media screen and (max-width: 480px) {
    #contact {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }

    #contact .mailfoam {
        width: 100%;
    }

    #contact .mailfoam tbody th {
        display: block;
        width: 100%;
    }

    #contact .mailfoam td {
        border: none;
        display: block;
        width: 100%;
        padding: 0;
    }

    #contact .mailfoam .foam, #contact .mailfoam .foam2, #contact .mailfoam .foam3 {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    #contact .mailfoam .mail_text {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/*ENDお問い合わせ*/


/*予約・お問い合わせ*/
#reservation {
    width: 960px;
    margin: 0 auto;
    font-size: 18px;
}

#reservation p {
    margin-bottom: 20px;
}

#reservation .title {
    background-color: #F3A5A5;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: bold;
}

#reservation .hdM {
    font-size: 20px;
    padding: 0 0 0 20px;
    border-left: 7px solid #FADADD;
    margin: 50px 0 20px 0;
    font-weight: bold;
}

#reservation .mailfoam {
    font-size: 16px;
    width: 960px;
    margin: 20px 0 20px 0;
}

#reservation .mailfoam tbody th {
    background: #FADADD;
    padding: 5px 0 5px 20px;
    vertical-align: middle;
    border: 1px solid #cacbc9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
}

#reservation .mailfoam td {
    text-align: left;
    border: 1px solid #cacbc9;
    width: 80%;
    padding: 1%;
}

#reservation .mailfoam .foam {
    font-size: 18px;
    padding: 10px;
    width: 50%;
}

#reservation .mailfoam .foam2 {
    font-size: 18px;
    padding: 10px;
    width: 97%;
}

#reservation .mailfoam .foam3 {
    font-size: 18px;
    padding: 10px;
}

#reservation .mailfoam .foam4 {
    font-size: 18px;
    padding: 10px;
    width: 5%;
    margin-right: 10px;
}

#reservation .kakunin {
    display: inline-block;
    padding: 2%;
    background: #F3A5A5;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 200px;
    margin-top: 30px;
    border-color: #FFFFFF;
    text-align: center;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
}

#reservation textarea {
    border: solid 1px #ccc;
    margin-top: 3px;
}

#reservation .mailfoam .select {
    font-size: 18px;
    padding: 10px;
    margin-right: 5px;
}

#reservation .mailfoam .float {
    float: left;
    margin-right: 10px;
}

#reservation .red {
    color: #E60012;
}

@media screen and (max-width: 960px) {
    #reservation {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #reservation .mailfoam {
        width: 100%;
    }

    #reservation .mailfoam tbody th {
        padding: 2%;
    }

    #reservation .mailfoam .foam {
        padding: 2%;
        width: 95%;
    }

    #reservation .mailfoam .foam2 {
        padding: 2%;
        width: 95%;
    }

    #reservation .mailfoam .foam3 {
        padding: 2%;
        width: 20%;
    }

    #reservation .mailfoam .foam4 {
        padding: 2%;
        width: 15%;
    }

    #reservation .kakunin {
        padding: 3%;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}



@media screen and (max-width: 480px) {
    #reservation {
        width: 100%;
        margin: 0 auto;
        font-size: 14px;
    }

    #reservation .mailfoam {
        width: 100%;
    }

    #reservation .mailfoam tbody th {
        display: block;
        width: 100%;
    }

    #reservation .mailfoam td {
        border: none;
        display: block;
        width: 100%;
        padding: 0;
    }

    #reservation .mailfoam .foam, #reservation .mailfoam .foam2, #reservation .mailfoam .foam3, #reservation .mailfoam .foam4,
    #reservation .mailfoam .select {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    #reservation .mailfoam .mail_text {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/*END予約・お問い合わせ*/