﻿@charset "utf-8";

#header #gnav_fixed .box_head,
.wrp_plan .con_plan, .wrp_bnr,
.con_intr .box_intr,
.wrp_app .con_poi,
.wrp_app .con_app .box_app .box_det,
.wrp_app .box_rooms
.wrp_news {
    width: 91.66667%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_poi {
        padding: 3% 2%;
    }
}

.box_rooms {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
    padding-top: 50px;
}

.box_type {
    position: relative;
    background: url(../images/common/bg_sty.jpg) repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px 40px;
    -moz-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
    -webkit-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
    box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
}

.box_type .type_ttl {
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 8px 16px;
    background: #ceb132;
    color: #fff;
    /* text-align: center; */
    font-size: 130%;
    background: url(../images/home/tit_app.jpg);
}

.box_type .box_inner {
    padding-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.box_type .btn_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
}

.box_type .btn_box .btn {
    width: 49%;
    text-align: center;
}

.box_type .btn_box .btn a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #ceb132;
    font-size: 0.9em;
    padding: 1em 1em 1em 0em;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (max-width: 767px) {
    .box_type .btn_box .btn a {
        padding: 1.3em 0
    }

    .box_type {
        padding: 20px 28px;
    }

    .box_type .type_ttl {
        position: absolute;
        top: 0;
        left: 0;
        /* transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); */
        padding: 8px 16px;
        background: #ceb132;
        color: #fff;
        /* text-align: center; */
        font-size: 120%;
        background: url(../images/home/tit_app.jpg);
    }
}

.box_type .btn_box .btn a:after {
    content: '→';
    text-align: center;
    color: #000;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #000;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .box_type .btn_box .btn a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .box_type .btn_box .btn a:after {
        font-size: 67%
    }
}

.box_type .btn_box .btn a:hover {
    color: #ceb132;
    background: none
}

.box_type .btn_box .btn a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132
}

@media only screen and (max-width: 1199px) {
    .box_type .btn_box .btn {
        width: 100%;
        float: none
    }
}

.box_type .btn_box .btn:last-child {
    float: right
}

.box_type .btn_box .btn:last-child a {
    display: block;
    text-decoration: none;
    color: #ceb132;
    background: #000;
    font-size: 0.9em;
    padding: 1em 1em 1em 0em;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (max-width: 767px) {
    .box_type .btn_box .btn:last-child a {
        padding: 1.3em 0
    }
}

.box_type .btn_box .btn:last-child a:after {
    content: '→';
    text-align: center;
    color: #ceb132;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #ceb132;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .box_type .btn_box .btn:last-child a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .box_type .btn_box .btn:last-child a:after {
        font-size: 67%
    }
}

.box_type .btn_box .btn:last-child a:hover {
    color: #000;
    background: #ceb132
}

.box_type .btn_box .btn:last-child a:hover:after {
    border-color: #000;
    background: #none;
    color: #000
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .box_type .btn_box .btn {
        width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .box_type .box_inner .txt {
        padding-top: 20px;
    }
    .box_type .box_inner {
        padding-top: 0;
    }
    .box_type .btn_box .btn {
        margin-top: 1em;
        width: 100%;
    }

}

@media only screen and (min-width: 1199px) {
    .box_type {
        width: 48%;
    }

    .con_news,
    .con_instagram {
    width: 48%;
    }
}


@media only screen and (min-width: 768px) {

    .box_type .box_inner {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        -webkit-align-content: stretch;
        align-content: stretch;
    }

    .box_type .txt {
        max-width: 48%;
    }

    .box_type img {
        max-width: 48%;
    }

    .box_type .type_ttl {
        position: absolute;
        top: -10px;
        left: -10px;
        padding: 8px 16px;
        /* background: #ceb132; */
        color: #000;
        /* text-align: center; */
        font-size: 130%;
        background: url(../images/home/tit_app_y.jpg);
    }
}

.wrp_notice .con_poi .box_notice {
    margin-top: 40px;
    text-align: center;
}

@media only screen and (min-width: 1000px) {
    .wrp_notice .con_poi .box_notice {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
.wrp_notice .con_poi .box_notice img {
    max-width: 600px;
    margin: 32px auto 0;
}