@charset "utf-8";

.mainContents {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.75;
}

#main h3 {
    font-size: 30px;
    font-weight: bold;
}

.attention {
    border: solid 1px #cc3333;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 50px;
}

.attention p {
    font-size: 16px;
    color: #cc3333;
    line-height: 1.75;
}

a.btn {
    margin: 0 auto;
    display: block;
    background-color: #529200;
    border: none;
    border-radius: 0;
    max-width: 270px;
    width: 38.5715%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background-image: url(../img/visitation/pc/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 4px 8px;
    background-position: 90% center;
}

a.btn:hover{
    background-image: url(../img/visitation/pc/icon_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: 4px 8px !important;
    background-position: 90% center !important;
    background-color: #74a331 !important;
}

.discList {}

.discList li {
    position: relative;
    padding-left: 23px;
    margin-top: 5px;
    margin-left: -5px;
}

.discList li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 26px;
    line-height: 1;
}

#role .figure {
    margin-top: 30px;
}

.section {
    padding-bottom: 60px;
}

.roomTb {
    width: 100%;
    margin: 30px auto;
}

.roomTb th {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    background-color: #f0f0f0;
    border: solid 1px #CCC;
    box-sizing: border-box;
    padding: 15px;
    width: 140px;
}

.roomTb td {
    font-size: 16px;
    vertical-align: top;
    text-align: left;
    border: solid 1px #CCC;
    box-sizing: border-box;
    padding: 15px;
}

td.roomNum {
    width: 100px;
    text-align: right;
}




@media screen and (max-width:768px) { /* smart phone 6〜7 */

    .mainContents {
        font-size: 15px;
    }

    #main h3 {
        font-size: 18px;
    }

    .roomTb th {
        font-size: 14px;
        width: 110px;
        padding: 0;
    }

    .roomTb td {
        font-size: 12px;
    }

    td.roomNum {
        width: 80px;
        padding: 15px 0;
        text-align: center;
    }


}

