@charset "utf-8";

#hotel_inner {
	padding: 0 10px;
}

#hotel h3 {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    background: linear-gradient(to right,  #2970bc 0%,#1e2e58 100%);
}

@media screen and (min-width: 768px) {
	#hotel_inner {
		padding: 0;
	}
}

#hotel_inner h4 {
    margin-bottom: 10px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    background-color: #1e2e58;
}

#hotel_inner h5 {
    margin-bottom: 10px;
    color: #1e2e58;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 2px solid #1e2e58;
}

#hotel_inner ul {
    width: 100%;
}

#hotel_inner ul li:last-child {
    margin-bottom: 10px;
}

#hotel_inner ul li dl {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}

#hotel_inner ul li dd.hotelList__area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    width: 70%;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

#hotel_inner ul li dt.hotelList__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    width: 70%;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

#hotel_inner ul li dd.hotelList__address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    width: 70%;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

/*#hotel_inner ul li dd.hotelList__map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    width: 130px;
    border-right: 1px solid #999;
    text-align: center;
}

#hotel_inner ul li dd.hotelList__map a {
    margin: 5px;
    padding: 0 10px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    background-color: #1e2e58;
}*/

#hotel_inner ul li dd.hotelList__tel {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    width: 70%;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
}

#hotel_inner ul li dd.hotelList__tel a {
    display: inline-block;
    color: #1e2e58;
    font-size: 12px;
    line-height: 20px;
}

#hotel_inner ul li:last-of-type dd.hotelList__tel {
    border-bottom: 1px solid #999;
}

@media screen and (min-width: 768px) {
    #hotel_inner ul li:last-child {
        margin-bottom: 20px;
    }
    #hotel_inner ul li dl {
        display: flex;
        width: 100%;
        font-size: 14px;
    }
    #hotel_inner ul li dt.hotelList__name {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10px;
        width: 270px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
    }
    #hotel_inner ul li dd.hotelList__address {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10px;
        width: calc(100% - 420px);
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        border-left: initial;
    }
    #hotel_inner ul li dd.hotelList__tel {
        margin-bottom: initial;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10px;
        width: 150px;
        text-align: center;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        border-left: initial;
        border-bottom: initial;
    }
    #hotel_inner ul li dd.hotelList__tel a {
        margin: initial;
        padding: initial;
        display: inline-block;
        color: initial;
        font-size: 14px;
        line-height: 28px;
        background-color: initial;
    }
    #hotel_inner ul li:last-of-type dt.hotelList__name,
    #hotel_inner ul li:last-of-type dd.hotelList__address,
    #hotel_inner ul li:last-of-type dd.hotelList__tel {
        border-bottom: 1px solid #999;
    }
}

#hotel_inner ul li dt.hotelList__name.pcview,
#hotel_inner ul li dd.hotelList__address.pcview,
#hotel_inner ul li dd.hotelList__tel.pcview {
  display: none;
}

#hotel_inner ul li dt.hotelList__name.spview,
#hotel_inner ul li dd.hotelList__address.spview,
#hotel_inner ul li dd.hotelList__tel.spview {
    width: 30%;
    color: #fff;
    background-color: #1e2e58;
}

#hotel_inner ul li dt.hotelList__name:not(.spview),
#hotel_inner ul li dd.hotelList__address:not(.spview),
#hotel_inner ul li dd.hotelList__tel:not(.spview) {
    border-right: 1px solid #999;
}

@media screen and (min-width: 768px) {
    #hotel_inner ul li dt.hotelList__name.pcview,
    #hotel_inner ul li dd.hotelList__address.pcview,
    #hotel_inner ul li dd.hotelList__tel.pcview {
        display: block;
        color: #fff;
        background-color: #1e2e58;
    }
    #hotel_inner ul li dt.hotelList__name.spview,
    #hotel_inner ul li dd.hotelList__address.spview,
    #hotel_inner ul li dd.hotelList__tel.spview {
        display: none;
    }
}