@charset 'UTF-8';

.content-area
{
    background: url(../img/outline/bg_outline.png) no-repeat center -206px;
}

@media screen and (max-width: 740px)
{
    .content-area
    {
        background-position: center top;
        background-size: 100% auto;
    }
}

/* sec-01
---------------------------------------- */
#sec-01
{
    padding: 59px 0 80px 0;
}

#sec-01 .inner
{
    max-width: 1140px;
    margin: 0 auto;
}

#sec-01 h2
{
    margin: 0 0 59px 0;

    text-align: center;
}

#sec-01 .roomplan_list ul
{
    text-align: center;
}

#sec-01 .roomplan_list li
{
    display: inline-block;

    width: 31%;
    margin: 0 2% 2% 0;
}

@media screen and (max-width: 1200px)
{
    #sec-01 .inner
    {
        padding: 0 3.125vw;
    }
}

@media screen and (max-width: 740px)
{
    #sec-01
    {
        padding: 8.59375vw 0 15.625vw 0;
    }
    #sec-01 h2
    {
        width: 20%;
        margin: 0 auto 8.59375vw auto;
    }
    #sec-01 .roomplan_list li
    {
        width: 48%;
    }
    #sec-01 .roomplan_list li:nth-child(even)
    {
        margin-right: 0;
    }
}

/* type
---------------------------------------- */
#type li
{
    display: inline-block;

    vertical-align: top;
}

#type .txt
{
    margin-right: 2%;
}

@media screen and (max-width: 740px)
{
    #type
    {
        padding: 0 3.125vw;
    }
    #type .txt
    {
        margin-bottom: 6.25vw;
    }
}

/* note
---------------------------------------- */
.note
{
    font-size: 1.1rem;

    max-width: 1540px;
    margin: 0 auto;
    padding: 10px 0 0 0;

    color: #333;
}

@media screen and (max-width: 740px)
{
    .note
    {
        font-size: 2.8125vw;
    }
}
