@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i';
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
	
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.all {
    font-family:'Lato', sans-serif;
	width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
.all .menu {
    height: 100px;
}
.all .menu .logo {
    width: 527px;
    right: 0px;
    left: 0px;
}
.all .menu .list {
    width: 850px;
    display: block;
    float: right;
    height: 80px;
    margin-top: 10px;

}
.menu .list .word {
    width: auto;
    min-width: 230px;
    height: 80px;
    max-width: 0px;
    float: left;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.menu .list .word a {
    text-decoration: none;
    color: hsla(221,59%,23%,1.00);
	}

.menu .list .word a:hover {
    text-decoration: none;
    background-color: #263E77;
    display: block;
    color: #F1E6F0;
    /* [disabled]border-bottom-left-radius: 16px; */
    /* [disabled]border-bottom-right-radius: 16px; */
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.pic {
    font-family: "Lato", sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 1400px;
    height: 245px;
    border-bottom: 15px solid hsla(0,0%,100%,1.00);
    margin-top: 10px;
}
.map {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1.00);
}


.main {
	font-family: "Lato", sans-serif;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1.00);
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    float: none;
}

.main .hotellist01 {
    width: 595px;
    height: 140px;
    float: none;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 7px;
    -webkit-box-shadow: 1px 1px 7px rgba(191,191,191,1.00);
    box-shadow: 1px 1px 7px rgba(191,191,191,1.00);
    margin-left: auto;
    margin-right: auto;
}
td .hotellist01 .top {
    border-bottom: 1px dotted rgba(139,139,139,1.00);
    height: 90PX;
}


td .hotellist01 ."hotellist_top {
}
td .hotellist01 .down {
    height: 48px;
}
.hotellist01 .top .NO {
    width: 40px;
    height: 72px;
    background-color: rgba(46,74,146,0.76);
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    color: rgba(255,255,255,1.00);
}

.hotellist01 .top .name {
    float: right;
    height: 90px;
    width: 540px;
}
.top .name .hotel {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 27px;
    color: rgba(25,44,92,1.00);
    display: block;
}
.top .name .trafic {
    margin-top: 12px;
    /* [disabled]height: auto; */
    min-height: 25px;
    font-size: 15px;
}
.main .h1 {
    color: rgba(149,26,119,1.00);
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 6px;
    margin-left: 18px;
}

.main .Detail {
}
.middle {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    height: 180px;
    background-color: #CCD9E7;
    color: #103359;
    font-family: Roboto;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
}
