
h3 {
    font-size:1.5vw;
    font-weight: 600;
    width: fit-content;
    line-height: 1.0;
    background: linear-gradient(transparent 60%, #F4E710 40%);
}

h4 {
    font-size:1.2vw;
    font-weight: 600;
    border-bottom: 3px solid #2E2624;
    padding-bottom: 5px;
    margin-top: 3vw;
    width: 100%;
}

.btn {
    position: relative;
}

.btn::before {
    position: absolute;
    content: '';
    top: 25%;
    left: -5%;
    width: 13vw;
    height: 3.5vw;
    background-color: #F4E710;
    z-index: -1;
}

#lists {
    width: 95vw;
    margin:5vw auto;
}

/* .lists_flex {
    display: flex;
    justify-content: space-between;
} */

.display_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_inner {
    display: flex;
    justify-content: space-between;
}

.list_left {
    width: 55vw;
}

.list_right {
    width: 28vw;
}

.list_right .btn {
    margin: 3vw auto;
}

.item {
    display: flex;
    align-items: center;
    padding: 2vw 0;
    border-bottom: solid 1px #9F9F9F;
}

.item img{
    width: 13vw;
    height: 10vw;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 2vw;
}

.rentals_lists .item img {
    width: 20vw;
    height: 15vw;
    border-radius: 20px;
    margin-right: 5vw;
}

.txt h5{
    font-size: 0.938vw;
}

.txt p {
    font-size: 0.938vw;
}

.map-wrap {
    width: 55vw;
    height: 50vw;
    margin-top: 3vw;
    position: relative;
}

.map-wrap .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 55vw;
    height: 100%;
}

.rentals_btn {
    margin-top: 1vw;
    position: relative;
    display: block;
    width: fit-content;
    padding: 0 20px;
    margin-top: 1vw;
    line-height: 2.5;
    border:solid 1px #2E2624 ;
    border-radius: 10px;
    transition: all .5s;
}

.rentals_btn:hover {
    opacity: .5;
}

.rentals_lists .txt h5{
    font-size: 1.5vw;
}

.rentals_lists .tag,
.list_right .tag{
    background-color: #F4E710;
    border-radius: 20px;
    width: fit-content;
    padding: 0 30px;
}

.rentals_lists .txt_box {
    display: flex;
}

.rentals_lists .txt_box_left {
    margin-right: 7vw;
}

#contact .btn::before {
    display: none;
}

/* rentals */
.rental_list_left {
    width: 55vw;
}

.rental_info .tag {
    font-size: 18px;
    background-color: #F4E710;
    border-radius: 20px;
    width: fit-content;
    padding: 0 30px;
}

.rental_info h3 {
    background: none;
    margin: 3vw 0;
}

.main_info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 3vw;
    padding:3vw;
    border-top:solid 3px #2E2624;
    border-bottom:solid 3px #2E2624;
}

.main_info_left {
    padding-right: 10vw;
    border-right:solid 1px #9F9F9F;
}

.main_info_right {
    width: 30vw;
}

.rental_img img{
    width: 100%;
}

.info_detail {
    width: 55vw;
    margin: 3vw 0;
}

.info_detail h3 {
    position: relative;
}

.info_detail h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1vw;
    width: 55vw;
    height: 3px;
    border-bottom:solid 3px #2E2624;
}

.info_detail_txt {
    width: 100%;
    font-size:1.25vw;
    line-height: 2.5;
    margin: 3vw 0;
    border-collapse:collapse;
}

.info_detail_txt img {
    width: 12vw;
    margin: 0 1vw 1vw 0;
}

.info_detail_txt th,
.info_detail_txt td {
    padding: 1vw 0;
}

.info_detail_txt th {
    font-weight: 100;
    width:20%;
    border-bottom: solid 2px #F5DB28;
}

.info_detail_txt td:last-child{
    border-bottom: solid 2px #CBCBCB;
}

.info_detail_txt td {
    width:80%;
    padding-left: 3vw;
}

.access h3 {
    position: relative;
}

.access h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1vw;
    width: 55vw;
    height: 3px;
    border-bottom:solid 3px #2E2624;
}

.rental_list_left .access iframe{
    width: 100%;
    height: 25vw;
    margin: 5vw 0;
}

/* 表示切替 */
.tab {
    color: #2E2624;
    width: 55vw;
}

.tab_list {
    display:flex; 
    justify-content:space-between;
    margin:2vw 0;
}

.tab_menu {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    height: 50px;
    justify-content: center;
    font-size: 1.2rem;
    border:solid 1px #2E2624;
    border-radius: 20px;
    margin-right:1.5vw;
    font-family:
    Hiragino Sans,
    "ヒラギノ角ゴシック",
    Hiragino Kaku Gothic ProN,
    "ヒラギノ角ゴ ProN W3",
    Roboto,
    "Droid Sans",
    YuGothic,
    "游ゴシック",
    Meiryo,
    "メイリオ",
    Verdana,
    "ＭＳ Ｐゴシック",
    sans-serif;
}

.tab_menu.current {
    position: relative;
    background-color: #F4E710;
}

.content_group{
    display:flex; 
    justify-content:space-between;
    margin-bottom:6.25vw;
}

.rental_arrangement {
    display: flex;
    flex-wrap: wrap;
}

.contents {
    display: none;
}

button {
    background-color: #F4E710;
    border-radius: 10px;
    width: fit-content;
    padding: 0 30px;
    margin: 2vw 1vw 1vw 0;
    font-family:
    Hiragino Sans,
    "ヒラギノ角ゴシック",
    Hiragino Kaku Gothic ProN,
    "ヒラギノ角ゴ ProN W3",
    Roboto,
    "Droid Sans",
    YuGothic,
    "游ゴシック",
    Meiryo,
    "メイリオ",
    Verdana,
    "ＭＳ Ｐゴシック",
    sans-serif;
}

#list_button,
#map_button {
    position: relative;
    padding: 5px 20px;
}

#list_button::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 14px;
    background-image: url(../img/list.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

#map_button::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 14px;
    background-image: url(../img/map_dsp.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

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

    #list_button p{
        background-size: 19px;
    }

    #map_button p{
        background-size: 14px;
    }

    .txt h5 {
        font-size: 20px;
    }

    .txt p {
        font-size: 16px;
    }

    .btn::before {
        width: 18vw;
        height: 4.8vw;
    }
}

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

    .txt h5 {
        font-size: 17px;
    }

    .txt p {
        font-size: 15px;
    }

    .rentals_lists .txt h5{
        font-size: 22px;
    }
}

@media screen and (max-width: 1300px) {
    .btn::before {
        width: 18vw;
        height: 5.5vw;
    }

    .item img {
        width: 12vw;
    }
}

@media screen and (max-width: 1180px) {
    #list_button p,
    #map_button p{
        background-size: 18px;
        padding-left: 25px;
        font-size: 14px;
    }

    #list_button p{
        background-size: 14px;
        padding-left: 25px;
    }

    #map_button p{
        background-size: 12px;
        padding-left: 25px;
    }

    button {
        padding:0 20px;
    }

    .txt h5 {
        font-size: 16px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    th,td {
        font-size: 14px;
    }
}

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

    .item img {
        width: 13vw;
    }

    .btn::before {
        width: 22vw;
        height: 6.5vw;
    }

    /* rentals */
    .main_info_left {
        padding-right: 3vw;
    }
}

@media screen and (max-width: 820px) {
    .map-wrap,
    .map-wrap .map {
        width: 80vw;
    }

    .map-wrap {
        height: 70vw;
    }

    .lists_flex {
        display: block;
    }

    .list_inner {
        display: block;
    }

    .list_left,
    .list_right {
        width: 90vw;
        margin: auto;
    }

    #map_canvas img {
        width: 90vw;
    }

    .list_right {
        display: flex;
        justify-content: space-between;
        margin-top: 5vw;
    }

    .item img {
        width: 20vw;
        height: 15vw;
    }

    .rental {
        width: 40vw;
    }

    .b_sell {
        width: 40vw;
    }

    .btn {
        width: 30vw;
    }

    .btn::before {
        width: 23vw;
        height: 8.5vw;
    }

    /* rentals */
    .main_info {
        justify-content: space-around;
    }

    .rental_list_left {
        width: 85vw;
        margin: auto;
    }

    .main_info_left {
        padding-right: 5vw;
    }

    .info_detail {
        width: 85vw;
        margin:5vw auto;
    }

    .info_detail h3:after,
    .access h3:after {
        width: 85vw;
    }

    .rental_info h3 {
        margin: 7vw 0;
    }

    .main_info {
        display: block;
        margin: 0 0 8vw;
    }

    .main_info_left {
        border-right: 0px;
    }

    .info_detail {
        margin: 8vw auto;
    }

    .info_detail h3:after, 
    .access h3:after {
        bottom: -2.5vw;
    }

    .info_detail_txt th {
        width: 30%;
    }

    .info_detail_txt td {
        width: 70%;
    }

    .info_detail_txt img {
        width: 80%;
        height: auto;
    }

    .rental_list_left .access iframe {
        height: 50vw;
    }
}

@media screen and (max-width: 768px) {
    .lists_flex {
        display: block;
    }
}

@media screen and (max-width: 530px) {
    h4 {
        font-size: 16px;
    }

    #lists {
        margin: 13vw auto;
    }

    .lists_flex,
    .display_btns {
        display: block;
    }

    .tab {
        width: 80vw;
    }

    .tab_menu {
        font-size: 16px;
        margin-right: 5vw;
    }

    .list_left {
        margin-bottom: 15vw;
    }

    .list_right {
        display: block;
    }

    .txt {
        width: 40vw;
    }

    .rental,
    .b_sell {
        width: 90vw;
    }

    .item {
        align-items: center;
    }

    .item img {
        width: 40vw;
        height: 30vw;
        margin: 3vw 5vw;
    }

    .rentals_lists .item img {
        width: 35vw;
        height: 30vw;
        margin-right: 10vw;
    }

    .rentals_lists .txt h5{
        font-size: 18px;
    }

    .txt_box_right {
        display: none;
    }

    .list_right .btn {
        display: block;
        width: 60vw;
        margin: 8vw auto 10vw;
    }

    .btn::before {
        width: 60vw;
        height:16vw;
    }
}

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