@charset "UTF-8";

/*header*/
header > div {
    padding: 5% 0 12%;
    margin: 0 auto;
    position: relative;
}

header > div > p:nth-child(1) {
    width: 80%;
    max-width: 1050px;
    padding: 50px 50px 0 50px;
    margin: 0 auto;
    background-color: rgb(205, 215, 220);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

header > div > div {
    margin-top: 5%;
    margin-left: 5%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

header > div > div > p:first-child {
    margin-left: -6px;
    margin-bottom: 3%;
    line-height: 1.1;
}

header > div > div > p:first-child > span {
    font-size: 75px;
    font-family: 'Josefin Sans', sans-serif;
    color: rgb(150, 150, 150);
    letter-spacing: 0.03em;
}

header > div > div > p:last-child {
    font-size: 18px;
    line-height: 2;
    color: rgb(150, 150, 150);
    letter-spacing: 0.1em;
}

header > div > p:nth-child(3) {
    width: 30%;
    margin-bottom: 3%;
    margin-left: 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

header > div > p:nth-child(4) {
    width: 30%;
    margin-right: 5%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
}

header > div > p:nth-child(5) {
    width: 30%;
    margin-bottom: 9%;
    margin-right: 5%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}

@media screen and (max-width:960px) {

    header > div > div > p:first-child {
        margin-bottom: 2.5%;
    }

    header > div > div > p:first-child > span {
        font-size: 65px;
    }

    header > div > div > p:last-child {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.2em;
    }

}

@media screen and (max-width:800px) {

    header > div {
        padding: 6% 0 12%;
    }

    header > div > p:nth-child(1) {
        width: 75%;
        padding: 30px 30px 0 30px;
        margin-left: 5%;
    }

    header > div > div {
        margin-top: 6%;
    }

    header > div > div > p:first-child {
        margin-left: -3px;
        margin-bottom: 1%;
        line-height: 1;
    }

    header > div > div > p:first-child > span {
        font-size: 80px;
    }

    header > div > div > p:first-child > span:first-child {
        margin-left: -5px;
    }

    header > div > div > p:first-child > span:last-child {
        margin-left: 18px;
    }

    header > div > div > p:first-child > br:nth-last-of-type(1) {
        display: none;
    }

    header > div > div > p:last-child {
        font-size: 14px;
        line-height: 1.6;
    }

    header > div > p:nth-child(3) {
        margin-bottom: 0;
    }

    header > div > p:nth-child(5) {
        padding: 2.5%;
        background-color: #fff;
        margin-bottom: 4.5%;
        margin-right: 5%;
    }

}

@media screen and (max-width:730px) {

    header > div > div > p:first-child {
        margin-bottom: 0;
    }

    header > div > div > p:first-child > span {
        font-size: 75px;
    }

    header > div > div > p:first-child > span:first-child {
        margin-left: -3px;
    }

}

@media screen and (max-width:700px) {

    header > div > div > p:first-child > span {
        font-size: 60px;
    }

}

@media screen and (max-width:630px) {

    header > div > p:nth-child(1) {
        padding: 20px 20px 0 20px;
    }

    header > div > div > p:last-child {
        font-size: 13px;
        line-height: 1.5;
    }

}

@media screen and (max-width:560px) {

    header > div > div > p:first-child > span {
        font-size: 50px;
    }

    header > div > div > p:last-child {
        font-size: 12px;
        line-height: 1.4;
    }

}

@media screen and (max-width:480px) {

    header > div {
        padding: 25% 0 12%;
    }

    header > div > p:nth-child(1) {
        width: 80%;
        margin-left: 0;
        padding: 25px 0 0 25px;
        float: right
    }

    header > div > p:nth-child(1) > img {
        height: 420px;
        object-fit: cover;
        object-position: 40% 50%;
    }

    header > div > div {
        margin-top: 6%;
        margin-left: 3.5%;
    }

    header > div > div > p:first-child {
        margin-bottom: 0;
    }

    header > div > div > p:first-child > br:nth-last-of-type(1) {
        display: block;
    }

    header > div > div > p:first-child > span {
        font-size: 63px;
    }

    header > div > div > p:first-child > span:first-child {
        margin-left: -1px;
    }

    header > div > div > p:first-child > span:last-child {
        margin-left: 0;
    }

    header > div > div > p:last-child {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.7;
    }

    header > div > p:nth-child(3) {
        width: 57%;
        margin-bottom: 0;
        margin-left: 12%;
    }

    header > div > p:nth-child(4) {
        width: 40%;
    }

    header > div > p:nth-child(5) {
        width: 40%;
        padding: 12px 12px 12px 0;
        margin-bottom: 35%;
        margin-left: 0;
        background-color: #fff;
        left: 0;
    }

}

/*concept*/
#concept {
    margin-bottom: 6%;
}

#concept > div {
    width: 93%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

#concept > div:before {
    content: "";
    width: 50%;
    height: 63%;
    background-color: rgb(205, 215, 220);
    display: block;
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: -1;
}

#concept > div > p {
    width: 55%;
    float: left;
    position: relative;
    z-index: -2;
}

#concept > div > p:before {
    content: "";
    width: 130%;
    height: 120%;
    background-color: rgb(205, 215, 220);
    display: block;
    position: absolute;
    top: -10%;
    left: 5%;
    z-index: -50;
}

#concept > div > div {
    width: 40%;
    padding-top: 5%;
    float: right;
}

#concept > div > div > h2 {
    margin-left: -6px;
    margin-bottom: 4%;
    font-size: 55px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: 0.03em;
    position: relative;
}

#concept > div > div > h2:after {
    content: "";
    width: 200px;
    height: 2px;
    margin-top: -6px;
    background-color: rgb(0, 0, 0);
    display: block;
    position: absolute;
    top: 50%;
    right: 105%;
}

#concept > div > div > h3 {
    margin-bottom: 5%;
    font-weight: 500;
    line-height: 2;
}

#concept > div > div > p {
    margin-bottom: 6%;
    font-size: 15px;
    line-height: 2;
    color: rgb(75, 75, 75);
}

#concept > div > div > div > a {
    padding-right: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(90, 90, 90);
    margin-top: 5%;
    font-weight: 500;
    color: rgb(90, 90, 90);
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    float: left;
}

#concept > div > div > div > a:hover {
    padding-right: 65px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#concept > div > div > div > a:after {
    content: "";
    width: 2px;
    height: 40px;
    background-color: rgb(90, 90, 90);
    display: block;
    position: absolute;
    bottom: -5px;
    right: 10px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

#concept > div > div > div > p {
    width: 60%;
    float: right;
}

/*stay*/
#stay {
    margin-bottom: 10%;
}

#stay > div {
    width: 93%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

#stay > div:before {
    content: "";
    width: 45%;
    height: 63%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: -1;
}

#stay > div > p {
    width: 55%;
    float: right;
    position: relative;
    z-index: -2;
}

#stay > div > div {
    width: 40%;
    padding-top: 7.5%;
    margin-left: 5%;
    float: left;
}

#stay > div > div > h2 {
    margin-bottom: 4%;
    font-size: 55px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: 0.03em;
    display: inline-block;
    position: relative;
}

#stay > div > div > h2:after {
    content: "";
    width: 500px;
    height: 2px;
    margin-top: -6px;
    background-color: rgb(0, 0, 0);
    display: block;
    position: absolute;
    top: 50%;
    left: 120%;
}

#stay > div > div > h3 {
    margin-bottom: 5%;
    font-weight: 500;
    line-height: 2;
}

#stay > div > div > p {
    margin-bottom: 9%;
    font-size: 15px;
    line-height: 2;
    color: rgb(100, 100, 100);
}

#stay > div > div > div > a {
    padding-right: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(90, 90, 90);
    margin-top: 5%;
    margin-left: 5%;
    font-weight: 500;
    color: rgb(90, 90, 90);
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    float: left;
}

#stay > div > div > div > a:hover {
    padding-right: 65px;
    margin-right: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#stay > div > div > div > a:after {
    content: "";
    width: 2px;
    height: 40px;
    background-color: rgb(90, 90, 90);
    display: block;
    position: absolute;
    bottom: -5px;
    right: 10px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

#stay > div > div > div > p {
    width: 60%;
    float: left;
}

/*quality*/
#quality {
    margin-bottom: 9%;
}

#quality > div {
    width: 93%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

#quality > div:before {
    content: "";
    width: 45%;
    height: 63%;
    background-color: rgb(205, 215, 220);
    display: block;
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: -1;
}

#quality > div > p {
    width: 55%;
    float: left;
    position: relative;
    z-index: -2;
}

#quality > div > p:before {
    content: "";
    width: 130%;
    height: 120%;
    background-color: rgb(205, 215, 220);
    display: block;
    position: absolute;
    top: -10%;
    left: 5%;
    z-index: -50;
}

#quality > div > div {
    width: 40%;
    padding-top: 9%;
    float: right;
}

#quality > div > div > h2 {
    margin-left: -6px;
    margin-bottom: 4%;
    font-size: 55px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: 0.03em;
    position: relative;
}

#quality > div > div > h2:after {
    content: "";
    width: 200px;
    height: 2px;
    margin-top: -6px;
    background-color: rgb(0, 0, 0);
    display: block;
    position: absolute;
    top: 50%;
    right: 105%;
}

#quality > div > div > h3 {
    margin-bottom: 5%;
    font-weight: 500;
    line-height: 2;
}

#quality > div > div > p {
    margin-bottom: 9%;
    font-size: 15px;
    line-height: 2;
    color: rgb(75, 75, 75);
}

#quality > div > div > div {
    padding-bottom: 25%;
    position: relative;
}

#quality > div > div > div > a {
    padding-right: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(90, 90, 90);
    font-weight: 500;
    color: rgb(90, 90, 90);
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    float: left;
}

#quality > div > div > div > a:hover {
    padding-right: 65px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#quality > div > div > div > a:after {
    content: "";
    width: 2px;
    height: 40px;
    background-color: rgb(90, 90, 90);
    display: block;
    position: absolute;
    bottom: -5px;
    right: 10px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

#quality > div > div > div > p {
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width:1200px) {

    /*concept*/
    #concept > div:before {
        width: 55%;
    }

    #concept > div > p {
        width: 45%;
    }

    #concept > div > p > img {
        height: 420px;
        object-fit: cover;
    }

    #concept > div > p:before {
        width: 175%;
        left: 10%;
    }

    #concept > div > div {
        width: 50%;
        padding-top: 3%;
    }

    #concept > div > div > h2 {
        margin-left: -4px;
        margin-bottom: 3%;
        font-size: 50px;
    }

    #concept > div > div > h2:after {
        margin-top: -5px;
        right: 102%;
    }

    #concept > div > div > h3 {
        margin-bottom: 3%;
    }

    #concept > div > div > p {
        margin-bottom: 6%;
        font-size: 14px;
    }

    #concept > div > div > div > a {
        padding-right: 40px;
        padding-bottom: 6px;
        margin-top: 5%;
    }

    #concept > div > div > div > a:hover {
        padding-right: 50px;
    }

    #concept > div > div > div > p {
        width: 50%;
    }

    /*stay*/
    #stay > div:before {
        width: 55%;
    }

    #stay > div > p {
        width: 50%;
    }

    #stay > div > p > img {
        height: 420px;
        object-fit: cover;
    }

    #stay > div > div {
        width: 45%;
        padding-top: 3%;
    }

    #stay > div > div > h2 {
        margin-bottom: 3%;
        font-size: 50px;
    }

    #stay > div > div > h3 {
        margin-bottom: 3%;
    }

    #stay > div > div > p {
        margin-bottom: 6%;
        font-size: 14px;
    }

    #stay > div > div > div > a {
        padding-right: 40px;
        padding-bottom: 6px;
        margin-top: 5%;
    }

    #stay > div > div > div > a:hover {
        padding-right: 50px;
    }

    #stay > div > div > div > p {
        width: 50%;
    }

    /*quality*/
    #quality > div:before {
        width: 55%;
    }

    #quality > div > p {
        width: 45%;
    }

    #quality > div > p > img {
        height: 420px;
        object-fit: cover;
    }

    #quality > div > p:before {
        width: 175%;
        left: 10%;
    }

    #quality > div > div {
        width: 50%;
        padding-top: 3%;
    }

    #quality > div > div > h2 {
        margin-left: -4px;
        margin-bottom: 3%;
        font-size: 50px;
    }

    #quality > div > div > h2:after {
        margin-top: -5px;
        right: 102%;
    }

    #quality > div > div > h3 {
        margin-bottom: 3%;
    }

    #quality > div > div > p {
        margin-bottom: 3%;
        font-size: 14px;
    }

    #quality > div > div > div {
        padding-bottom: 20%;
    }

    #quality > div > div > div > a {
        padding-right: 40px;
        padding-bottom: 6px;
        margin-top: 5%;
    }

    #quality > div > div > div > a:hover {
        padding-right: 50px;
    }

    #quality > div > div > div > p {
        width: 40%;
    }

}

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

    .br960 {
        display: none;
    }

    .br580 {
        display: none;
    }

}

@media screen and (max-width:960px) {

    .br960 {
        display: block;
    }

    #stay > div > div > h2:after {
        width: 300px;
    }

}

@media screen and (max-width:896px) {

    #concept > div:before {
        bottom: 3%;
    }

    #concept > div > div > div > a {
        margin-top: 3%;
    }

    #stay {
        margin-bottom: 15%;
    }

    #quality > div:before {
        width: 60%;
        height: 50%;
    }

    #quality > div > p:before {
        width: 160%;
    }


    #quality > div > p {
        width: 40%;
    }

    #quality > div > div {
        width: 55%;
    }

    #quality > div > div > div {
        padding-bottom: 25%;
    }

}

@media screen and (max-width:580px) {

    .br580 {
        display: block;
    }

}

@media screen and (max-width:680px) {

    #concept > div {
        width: 100%;
    }

    #concept > div:before {
        width: 63%;
    }

    #concept > div > p {
        width: 40%;
    }

    #concept > div > p > img {
        height: 378px;
    }

    #concept > div > div {
        width: 54%;
        padding-top: 5%;
    }

    #concept > div > div > h2 {
        font-size: 45px;
        margin-bottom: 4%;
    }

    #concept > div > div > h3 {
        margin-bottom: 4%;
        line-height: 1.6;
    }

    #concept > div > div > p {
        margin-bottom: 9%;
    }

    #concept > div > div > div > a {
        padding-right: 30px;
        margin-top: 0;
    }

    #concept > div > div > div > a:hover {
        padding-right: 30px;
    }

    #stay {
        margin-bottom: 14%;
    }

    #stay > div {
        width: 100%;
    }

    #stay > div:before {
        width: 60%;
    }

    #stay > div > p {
        width: 45%;
    }

    #stay > div > p > img {
        height: 383px;
    }

    #stay > div > div {
        width: 52%;
        margin-left: 3%;
    }

    #stay > div > div > h2 {
        font-size: 45px;
        margin-bottom: 4%;
    }

    #stay > div > div > h3 {
        margin-bottom: 4%;
        line-height: 1.6;
    }

    #stay > div > div > p {
        margin-bottom: 8%;
    }

    #stay > div > div > div > a {
        padding-right: 30px;
        margin-top: 2%;
    }

    #stay > div > div > div > a:hover {
        padding-right: 30px;
    }

    #quality > div {
        width: 100%;
    }

    #quality > div:before {
        width: 63%;
    }

    #quality > div > p {
        width: 40%;
    }

    #quality > div > p > img {
        height: 378px;
    }

    #quality > div > div {
        width: 54%;
        padding-top: 5%;
    }

    #quality > div > div > h2 {
        font-size: 45px;
        margin-bottom: 4%;
    }

    #quality > div > div > h3 {
        margin-bottom: 4%;
        line-height: 1.6;
    }

    #quality > div > div > div > a {
        padding-right: 30px;
        margin-top: 2%;
    }

    #quality > div > div > div > a:hover {
        padding-right: 30px;
    }

    #quality > div > div > div > p {
        width: 45%;
        right: 115%;
        bottom: -25%;
    }

}

@media screen and (max-width:560px) {

    /*concept*/
    #concept {
        margin-bottom: 100px;
    }

    #concept > div:before {
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: -50px;
        right: 0;
    }

    #concept > div > p {
        width: 100%;
        margin-bottom: 12%;
        float: none;
    }

    #concept > div > p > img {
        height: 240px;
        object-position: 50% 0;
    }

    #concept > div > p:before {
        width: 100%;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #concept > div > div {
        width: 100%;
        padding-top: 0;
        float: none;
    }

    #concept > div > div > h2 {
        margin-left: 0;
        margin-bottom: 5%;
        font-size: 50px;
        text-align: center;
    }

    #concept > div > div > h2:after {
        display: none;
    }

    #concept > div > div > h3 {
        margin-bottom: 7.5%;
        line-height: 1.8;
        text-align: center;
    }

    #concept > div > div > h3 > br.br580 {
        display: none;
    }

    #concept > div > div > p {
        width: 90%;
        margin: 0 auto 9%;
        font-size: 16px;
        line-height: 1.8;
    }

    #concept > div > div > p > br {
        display: none;
    }

    #concept > div > div > div > a {
        margin-left: 5%;
    }

    #concept > div > div > div > p {
        width: 50%;
    }

    #concept > div > div > div > p > img {
        height: 200px;
        object-fit: cover;
    }

    /*stay*/
    #stay {
        margin-bottom: 21%;
    }

    #stay > div {
        position: relative;
    }

    #stay > div:before {
        width: 100%;
        height: 100px;
        background-color: rgb(205, 215, 220);
        display: block;
        position: absolute;
        bottom: -50px;
        left: 0;
    }

    #stay > div > p {
        width: 100%;
        margin-bottom: 12%;
        float: none;
    }

    #stay > div > p > img {
        height: 240px;
        object-position: 50% 0;
    }

    #stay > div > p:before {
        width: 100%;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #stay > div > div {
        width: 100%;
        padding-top: 0;
        margin-left: 0;
        float: none;
    }

    #stay > div > div > h2 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5%;
        font-size: 50px;
        text-align: center;
    }

    #stay > div > div > h2:after {
        display: none;
    }

    #stay > div > div > h3 {
        margin-bottom: 7.5%;
        line-height: 1.8;
        text-align: center;
    }

    #stay > div > div > p {
        width: 90%;
        margin: 0 auto 9%;
        font-size: 16px;
        line-height: 1.8;
    }

    #stay > div > div > p > br {
        display: none;
    }

    #stay > div > div > div > a {
        margin-top: 0;
        margin-right: 5%;
        float: right;
    }

    #stay > div > div > div > p {
        width: 50%;
    }

    #stay > div > div > div > p > img {
        height: 200px;
        object-fit: cover;
    }

    /*quality*/
    #quality {
        margin-bottom: 12%;
    }

    #quality > div:before {
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #quality > div > p {
        width: 100%;
        margin-bottom: 12%;
        float: none;
    }

    #quality > div > p > img {
        height: 240px;
        object-position: 50% 0;
    }

    #quality > div > p:before {
        width: 100%;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #quality > div > div {
        width: 100%;
        padding-top: 0;
        float: none;
    }

    #quality > div > div > h2 {
        margin-left: 0;
        margin-bottom: 5%;
        font-size: 50px;
        text-align: center;
    }

    #quality > div > div > h2:after {
        display: none;
    }

    #quality > div > div > h3 {
        margin-bottom: 7.5%;
        line-height: 1.8;
        text-align: center;
    }

    #quality > div > div > h3 > br.br580 {
        display: none;
    }

    #quality > div > div > p {
        width: 90%;
        margin: 0 auto 9%;
        font-size: 16px;
        line-height: 1.8;
    }

    #quality > div > div > p > br {
        display: none;
    }

    #quality > div > div > div {
        padding-bottom: 0;
    }

    #quality > div > div > div > a {
        margin-top: 0;
        margin-left: 5%;
    }

    #quality > div > div > div > p {
        width: 50%;
    }

    #quality > div > div > div > p {
        width: 50%;
        position: static;
        float: right;
    }

    #quality > div > div > div > p > img {
        height: 200px;
        object-fit: cover;
    }

}

@media screen and (max-width:480px) {

    #concept > div:before {
        bottom: 0;
    }

    #concept > div > p {
        margin-bottom: 15%;
    }

    #concept > div > p > img {
        height: 270px;
    }

    #concept > div > div > h2 {
        margin-bottom: 8%;
        font-size: 40px;
    }

    #concept > div > div > p {
        margin: 0 auto 10%;
    }

    #stay > div:before {
        bottom: 0;
    }

    #stay > div > p {
        margin-bottom: 15%;
    }

    #stay > div > p > img {
        height: 270px;
    }

    #stay > div > div > h2 {
        margin-bottom: 8%;
        font-size: 40px;
    }

    #stay > div > div > p {
        margin: 0 auto 10%;
    }

    #quality {
        margin-bottom: 0;
    }

    #quality > div:before {
        bottom: 0;
    }

    #quality > div > p {
        margin-bottom: 15%;
    }

    #quality > div > p > img {
        height: 270px;
    }

    #quality > div > div > h2 {
        margin-bottom: 8%;
        font-size: 40px;
    }

    #quality > div > div > p {
        margin: 0 auto 10%;
    }

}

/*▼▼news▼▼*/
#news {
    padding: 9% 0;
    background-color: rgb(198, 176, 141);
    text-align: center;
}

#news > h2 {
    margin-bottom: 3.6%;
    font-size: 63px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
}

#news > ul {
    width: 93%;
    max-width: 480px;
    margin: 0 auto 4.5%;
    line-height: 1;
}

#news > ul > li {
    margin-bottom: 3.9%;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news > ul > li > a:hover {
    opacity: 0.6;
}

#news > ul > li > a > span {
    color: #fff;
}

#news > ul > li > a > span:first-child {
    margin-right: 15px;
}

#news > a {
    padding-right: 45px;
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
    margin-left: 50px;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#news > a:hover {
    padding-right: 60px;
    margin-left: 65px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#news > a:after {
    content: "";
    width: 2px;
    height: 45px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -6px;
    right: 12px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

/*▼▼facility▼▼*/
#facility {
    padding: 7.5% 0 9%;
    background-color: rgb(127, 151, 165);
}

#facility > h2 {
    margin-bottom: 2%;
    font-size: 63px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
}

#facility > p {
    margin-bottom: 3%;
    text-align: center;
    color: #fff;
}

#facility > span {
    width: 2px;
    height: 90px;
    margin: 0 auto 3%;
    background-color: #fff;
    display: block;
}

#facility > ul {
    width: 93%;
    max-width: 1280px;
    margin: 0 auto;
}

#facility > ul > li {
    width: 50%;
    text-align: center;
    float: left;
}

#facility > ul > li > p {
    margin-bottom: 3%;
}

#facility > ul > li > p > a {
    display: block;
    position: relative;
}

#facility > ul > li > p > a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-size: 36% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#facility > ul > li:first-child > p > a:after {
    background-image: url(../img/facility_1_bg.png);
}

#facility > ul > li:last-child > p > a:after {
    background-image: url(../img/facility_2_bg.png);
}

#facility > ul > li > p > a:hover:after {
    background-size: 30% auto;
    opacity: 1;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}


#facility > ul > li > a {
    display: inline-block;
}

#facility > ul > li > a:hover {
    opacity: 0.6;
}

#facility > ul > li > a > span {
    color: #fff;
    line-height: 1;
}

#facility > ul > li > a > span:first-child {
    margin-bottom: 15px;
    font-size: 15px;
    display: inline-block;
}

#facility > ul > li > a > span:last-child {
    padding-bottom: 6px;
    border-bottom: 2px solid #fff;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
}

#facility > ul > li:last-child > a > span:last-child {
    padding-left: 5px;
}

/*▼▼access▼▼*/
#access > iframe {
    width: 100%;
    height: 360px;
    vertical-align: middle;
}

#access > div {
    padding: 6% 0;
    background-color: rgb(205, 215, 220);
}

#access > div > div {
    width: 93%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

#access > div > div > p {
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#access > div > div > p > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#access > div > div > div {
    padding: 3% 0;
    float: right;
}

#access > div > div > div > h2 {
    margin-bottom: 4.5%;
    font-size: 45px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
}

#access > div > div > div > h2:after {
    content: "";
    width: 35%;
    height: 2px;
    margin-top: -6px;
    background-color: rgb(90, 90, 90);
    display: block;
    position: absolute;
    top: 50%;
    right: 105%;
}

#access > div > div > div > h3 {
    margin-bottom: 4.5%;
    font-weight: 500;
}

#access > div > div > div > h3 > br {
    display: none;
}

#access > div > div > div > p {
    margin-bottom: 9%;
    line-height: 2;
    color: rgb(120, 120, 120);
}

#access > div > div > div > a {
    padding-right: 60px;
    padding-bottom: 6px;
    border-bottom: 2px solid rgb(90, 90, 90);
    font-weight: 500;
    color: rgb(90, 90, 90);
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#access > div > div > div > a:hover {
    padding-right: 90px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#access > div > div > div > a:after {
    content: "";
    width: 2px;
    height: 40px;
    background-color: rgb(90, 90, 90);
    display: block;
    position: absolute;
    bottom: -5px;
    right: 10px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

/*▼▼insta▼▼*/
#insta {
    padding: 9% 0;
}

#insta > h2 {
    margin-bottom: 6%;
    font-size: 63px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
}

#insta > ul {
    width: 93%;
    max-width: 680px;
    margin: 0 auto 6%;
}

#insta > ul > li {
    width: 30%;
    margin-right: 5%;
    float: left;
}

#insta > ul > li:nth-child(3n) {
    margin-right: 0;
}

#insta > p {
    text-align: center;
}

#insta > p > a {
    color: rgb(180, 180, 180);
}

#insta > p > a:hover {
    color: rgb(120, 120, 120);
}

/*==============================================================
tb
==============================================================*/
@media screen and (max-width:896px) {

    /*▼▼news▼▼*/
    #news {
        padding: 14% 0 15%;
    }

    #news > h2 {
        margin-bottom: 6%;
        font-size: 45px;
    }

    #news > ul {
        margin: 0 auto 7%;
    }

    #news > ul > li {
        margin-bottom: 5%;
    }

    /*▼▼facility▼▼*/
    #facility {
        padding: 15% 0;
    }

    #facility > h2 {
        margin-bottom: 3%;
        font-size: 45px;
    }

    #facility > p {
        margin-bottom: 4%;
    }

    #facility > span {
        height: 90px;
        margin: 0 auto 5%;
    }

    #facility > ul > li > p {
        margin-bottom: 5%;
    }

    #facility > ul > li > a > span:first-child {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 500;
    }

    #facility > ul > li > a > span:last-child {
        padding-bottom: 5px;
        font-size: 24px;
    }

    /*▼▼access▼▼*/
    #access > iframe {
        height: 450px;
    }

    #access > div {
        padding: 9% 0;
    }

    #access > div > div > p {
        width: 40%;
    }

    #access > div > div > div {
        width: 55%;
        padding: 5% 0;
    }

    #access > div > div > div > h2 {
        margin-bottom: 3%;
        font-size: 42px;
        letter-spacing: 0.02em;
    }

    #access > div > div > div > h2:after {
        display: none;
    }

    #access > div > div > div > h3 {
        margin-bottom: 4%;
    }

    #access > div > div > div > p {
        margin-bottom: 9%;
        font-size: 16px;
        line-height: 1.7;
    }

    #access > div > div > div > p > br {
        display: none;
    }

    /*▼▼insta▼▼*/
    #insta {
        padding: 12% 0 13%;
    }

    #insta > h2 {
        margin-bottom: 7.5%;
        font-size: 42px;
        letter-spacing: 0.02em;
    }

    #insta > ul {
        width: 60%;
        max-width: 60%;
        margin: 0 auto 6%;
    }

    #insta > p {
        font-size: 16px;
    }

}

/*==============================================================
mb
==============================================================*/
@media screen and (max-width:480px) {

    /*▼▼news▼▼*/
    #news {
        padding: 18% 0 20%;
    }

    #news > h2 {
        margin-bottom: 12%;
        font-size: 40px;
    }

    #news > ul {
        margin: 0 auto 12%;
    }

    #news > ul > li {
        margin-bottom: 4%;
    }

    #news > a {
        margin-left: 20px;
    }

    /*▼▼facility▼▼*/
    #facility {
        padding: 18% 0 20%;
    }

    #facility > h2 {
        margin-bottom: 6%;
        font-size: 40px;
    }

    #facility > p {
        margin-bottom: 8%;
        font-size: 16px;
        line-height: 1.7;
    }

    #facility > span {
        height: 80px;
        margin: 0 auto 9%;
    }

    #facility > ul > li {
        width: 100%;
        float: none;
    }

    #facility > ul > li:first-child {
        margin-bottom: 15%;
    }

    #facility > ul > li > p {
        margin-bottom: 5%;
    }

    #facility > ul > li > p > a > img {
        height: 270px;
        object-fit: cover;
    }

    #facility > ul > li > a > span:first-child {
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 400;
    }

    #facility > ul > li > a > span:last-child {
        padding-bottom: 4px;
        font-size: 25px;
    }

    /*▼▼access▼▼*/
    #access > iframe {
        height: 400px;
    }

    #access > div {
        padding: 0;
    }

    #access > div > div {
        width: 100%;
    }

    #access > div > div > p {
        width: 100%;
        position: static;
    }

    #access > div > div > p > img {
        height: 200px;
        object-fit: cover;
    }

    #access > div > div > div {
        width: 93%;
        padding: 13% 0 16%;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    #access > div > div > div > h2 {
        margin-bottom: 6%;
        font-size: 36px;
        text-align: center;
    }

    #access > div > div > div > h3 {
        margin-bottom: 6.5%;
        text-align: center;
    }

    #access > div > div > div > h3 > br {
        display: block;
    }

    #access > div > div > div > p {
        margin-bottom: 10%;
        line-height: 1.7;
        color: rgb(75, 75, 75);
    }

    #access > div > div > div > p > br {
        display: none;
    }

    #access > div > div > div > a {
        padding: 14px 30px 15px;
        border: 1px solid rgb(75, 75, 75);
        line-height: 1;
        background-color: #fff;
    }

    #access > div > div > div > a:after {
        display: none
    }

    /*▼▼insta▼▼*/
    #insta {
        padding: 16% 0;
    }

    #insta > h2 {
        margin-bottom: 9%;
        font-size: 36px;
    }

    #insta > ul {
        width: 93%;
        max-width: 93%;
        margin: 0 auto 9%;
    }

    #insta > p {
        font-size: 15px;
    }

}
