.slide_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.photo_text{
    margin-top: 5px;
}

.hotel_map {
    margin: 0 0 2% 0;
}

.kanko_h2 {
    margin-bottom: 15px;
    background: #ff4646;
    border-radius: 100px;
	margin: 8% 0 3% 0;
    padding: 0.5em 1.3em 0.3em 1.3em;
    /* padding-top: 0.1em; */
    /* width: fit-content; */
    color: #fff;
    font-size: 1.1em;
    text-align: center;
}

.kanko_detail_outer {
    max-width: 550px;
    flex-grow: 1;
}

.kanko_introduction-sentence {
    font-size: 1.07em;
    line-height: 1.7;
    padding: 0 10px;
    margin-bottom: 4%;
}

.kanko_photo_box {}

.kanko_photo {
    margin: 1%;
    margin-bottom: 3%;
    background: #e4f7ff;
    padding: 2%;
    border-radius: 5px;
}

.kanko_photo h3 {
    margin-bottom: 1%;
}

.kanko_photo_con {
    display: flex;
    gap: 2%;
    align-items: center;

}

.kanko_photo_con img {
    width: 50%;
    border-radius: 3px;
}

.kanko_photo_con p {}

.p_list_grid {
    font-weight: bold;
}

.p_list_grid span {
    line-height: 1.2em;
}

dt.dimmed {
    opacity: 0.6;
    font-weight: normal;
    display: none;
}

.dimmed img {
    opacity: 0.5;
}

.specialnote {
    margin-bottom: 35px;
}

.type-icon-box {
    right: 0;
    top: 0.5em;
    display: flex;
    gap: 5px;
    float: right;
    margin-top: 0.5em;
}

.type-icon {
    font-size: 0.5em;
    height: 2.2em;
    line-height: 2.2em;
    padding: 0em 1em;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
}

.sightseeing-icon {
    background: #00598f;
}

.restaurant-icon {
    background: #e95e19;
}

/*一覧ページ*/
.bold {
    font-weight: bold;
}

.middle_title.kanko {
    background-image: url(../img/facility-icon01.png);
}

.checkbox-input {
    display: inline;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-right: 8px;
}

.checkbox-txt {
    position: relative;
}

ul.facility {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 7px;
}

ul.facility label {
    display: flex;
    line-height: 1.2em;
    align-items: center;
}

ul.facility_l li:nth-child(3n+1) {
    clear: both;
}

.hotel_item-photo img {
    width: 100%;
}

.hotel_text {
    width: 78%;
}

.hotel_item-photo {
    width: 35%;
    margin-right: 5%;
}

.hotel_text {
    width: 60%;
}

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

.facility-name {
    margin-bottom: 22px;
}

.search_btn {
    background-color: #fff;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}

.form_btn {
    margin-top: 3%;
}

.reset-btn {
    width: 180px;
    height: 50px;
    font-size: 1.1em;
    font-weight: bold;
    color: #333333;
    background-color: #fff;
    border: 1px solid #333333;
    cursor: pointer;
}

.result_ttl {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    background: #d0e9fe;
    padding: 1% 0;
    margin-bottom: 2%;
}

.match {
    text-align: right;
    color: #f00;
}

.hotel_search_s {
    font-size: 1em;
}

.kanko_address dd{
	font-size: 1.05em;
    padding: 0px 20px 8px 180px;
    margin-bottom: 8px;
    border-bottom: 1px solid #CCCCCC;
}

/* 2025 0107 */

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

.middle_title {
    background-image: none !important;
}

.hotel_item-photo {
    margin: 0;
    width: 100%;
}

.hotel_text {
    width: auto;
}
	
.kanko_address dd {
    padding: 0px 25px 20px 15px;
}

}

@media (min-width: 700px) {

div.box {
    width: 350px;
}

.search {
    display: flex;
}

}
