@charset "utf-8";

/*  共通
============================================================================= */

.hotel-sect .sect-ttl {
    display: flex;
    font-weight: bold;
    font-size: 4.5rem;
    text-align: center;
    padding: 0 20px;
    border-left: solid 9px #292148;
    flex-direction: column;
}

.-contents-pc .hotel-cassette_item {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0 20px;
    width: calc(100% / 5 - 23px);
}



/*  MV　シルバー＆ブロンド施設への導線追加
============================================================================= */
.other-feature a {
    position: relative;
    display: block;
    padding: 8px 30px 8px 20px;
    color: #fff;
    border: solid 1px #fff;
    background-color: rgba(0, 0, 0, 0.5);
    transition: ease .2s;
    margin-bottom: 10px;
}

/*  SP H2　margin修正
============================================================================= */
.-contents-sp .hotel-sect .sect-ttl, .-contents-sp .hotel-sect .sect-txt {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 2.2rem;
}

/*  SP 2カラム
============================================================================= */
.hotel-cassette_item {
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
    border: 5px solid #C56741;
    width: calc(94% / 2);
    margin: 5px;
}
.-contents-sp .hotel-cassette_name {
    font-size: 1.5rem;
}
.-contents-sp .hotel-cassette_mesh {
    font-size: 1.0rem;
}
.-contents-sp .hotel-cassette_body {
    padding: 10px 10px;
}
