body,
html,
div,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
input,
button {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
}
.f-left {
  float: left;
}
.f-12 {
  font-size: 3.5vw;
}
.f-14 {
  font-size: 4vw;
}
.f-16 {
  font-size: 4.5vw;
}
.f-18 {
  font-size: 5vw;
}
.f-10 {
  font-size: 3vw;
}
.color-cc {
  color: #8c8c8c;
}
a,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
header {
  width: 100%;
  height: 45px;
  background-color: #00cc99;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
}
header .back {
  justify-self: flex-start;
  width: 40%;
}
header .back img {
  width: 20px;
  height: 20px;
  margin-left: 2%;
}
header .title {
  width: 50%;
  font-size: 4.5vw;
  color: #ffffff;
}
section {
  width: 100%;
  margin-top: 14%;
}
section .nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
section .nav a {
  padding: 2% 0;
}
section .location {
  margin: 2% 5%;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
section .location .location-name {
  padding: 2% 0;
}
section .location .location-name h5 {
  font-size: 5vw;
  letter-spacing: 6px;
}
section .location .location-name p {
  font-size: 4vw;
  color: #8c8c8c;
}
section .location .reset-location {
  display: flex;
  align-items: center;
}
section .location .reset-location img {
  width: 30px;
  height: 30px;
}
section .location .reset-location p {
  font-size: 4vw;
}
section .calendar {
  display: flex;
  justify-content: space-between;
  margin: 0 5%;
  border-bottom: 1px solid #e6e6e6;
}
section .calendar .tomorrow,
section .calendar .after-tomorrow {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2% 0;
}
section .calendar .calendar-icon {
  width: 10%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
section .calendar .calendar-icon img {
  width: 25px;
  height: 25px;
}
section .calendar .calendar-icon p {
  letter-spacing: 2px;
}
section .history {
  display: flex;
  justify-content: flex-start;
  margin: 4% 5%;
  align-items: center;
}
section .history .history-list {
  border: 1px solid #00cc99;
  display: flex;
  width: 16%;
  border-radius: 20px;
  height: 22px;
  justify-content: space-around;
  margin-left: 2%;
}
section .history .history-list p,
section .history .history-list a {
  color: #00cc99;
  font-size: 4vw;
}
section .history .clear-history {
  margin-left: auto;
  color: #00cc99;
  font-size: 4vw;
}
section .ad-hotel {
  margin: 4% 5%;
}
section .ad-hotel .title {
  font-size: 4.5vw;
}
section .ad-hotel .hotel-list {
  margin-top: 2%;
}
section .ad-hotel .hotel-list img {
  width: 100%;
  border-radius: 3px;
}
section .ad-hotel .hotel-list h5 {
  font-size: 4.5vw;
  margin-top: 2%;
}
section .ad-hotel .hotel-list .describe {
  display: flex;
  margin-top: 2%;
}
section .ad-hotel .hotel-list .describe p:first-child {
  margin: 0;
}
section .ad-hotel .hotel-list .describe p {
  font-size: 4vw;
  color: #8c8c8c;
  margin-left: 5%;
}
section .ad-hotel .hotel-list .price {
  font-size: 5vw;
  color: red;
}
section .search-btn {
  margin: 10% 5% 4% 5%;
  background-color: #00cc99;
  border-radius: 20px;
  padding: 3% 0;
  text-align: center;
  color: #ffffff;
}
