@charset "UTF-8";

/* --------------------
contents
-------------------- */
.contents {
  display: flex;
  margin-top: 30px;
}

/* --------------------
side-contents
-------------------- */
.side-contents {
  width: 30%;
  padding-right: 20px;
}
.side-contents .search-form-wrap {
  padding: 25px 18px;
  background: #f6f6f6;
}
.side-contents h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  font-size: 1.2rem;
}
.side-contents h2:before {
  border-bottom: 1px solid #f0b200;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.side-contents h2:after {
  border-bottom: 1px solid #E5E5E5;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.side-contents h3 {
  margin-bottom: 8px;
}
.side-contents .sf-area-text {
  font-size: .9rem;
  margin-top: 12px;
}
.side-contents .sf-line-station-link-area {
  list-style: none;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 14px 0 23px;
}
.side-contents .sf-line-station-link-item {
  width: 47%;
}
.side-contents .sf-line-station-link {
  display: block;
  background: #c6c6c6;
  padding: 11px 4px;
  text-align: center;
  font-size: .9rem;
}
.side-contents .sf-city-link-area {
  list-style: none;
  margin: 14px 0 23px;
}
.side-contents .sf-city-link {
  display: block;
  background: #c6c6c6;
  padding: 11px 4px;
  text-align: center;
  font-size: .9rem;
}
.side-contents .sf-category-list {
  list-style: none;
  margin-bottom: 18px;
  font-size: .9rem;
}
.side-contents .sf-category-item {
  margin-bottom: 8px;
}
.side-contents .sf-category-label {
  cursor: pointer;
  color: #888;
}
.side-contents .sf-category-label:hover {
  color: initial;
}
.side-contents .sf-category-label .sf-category-input:checked + .sf-category-text {
  color: initial;
}
.side-contents .sf-search-text {
  width: 100%;
  padding: 8px 6px;
  border: 1px solid #aaa;
  font-size: .9rem;
  margin-bottom: 18px;
}
.side-contents .sf-btn {
  width: 100%;
  padding: 12px 12px 12px 22px;
  font-size: 1.1rem;
  letter-spacing: 1rem;
  border: none;
  background: #1fbfa9;
  color: #414141;
}

/* --------------------
main-contents
-------------------- */
.main-contents{
  width: 70%;
  padding-left: 20px;
}

/* --------------------
room-list-section
-------------------- */
.room-list-section {
  padding-top: 0;
}
.room-list-section .section-title {
  font-size: 1.4rem;
  margin-bottom: 25px;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 10px;
}
.room-list-section .room-list-item {
  margin-bottom: 15px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  padding: 20px;
  line-height: 1.2;
}
.room-list-section .room-list-item:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.room-list-section .room-list-title-area {
  display: flex;
}
.room-list-section .room-image {
  width: 180px;
  height: 127px;
  object-fit: contain;
}
.room-list-section .room-list-title {
  width: 530px;
  padding-left: 22px;
}
.room-list-section .room-name {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 1.2rem;
}
.room-list-section .room-category {
  color: initial;
  font-size: .9rem;
}
.room-list-section .room-category:before {
  font-family:fontawesome;
  content: "\f02c";
  margin-right: 6px;
}
.room-list-section .room-data {
  width: 100%;
  margin-top: 15px;
  font-size: .9rem;
  color: initial;
}
.room-list-section .room-data dl {
  display: flex;
  flex-wrap: wrap;
}
.room-list-section .room-data dt {
  width: 19%;
  padding: 6px 0;
}
.room-list-section .room-data dd {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0;
}

/* --------------------
change-area-wrap
-------------------- */
.change-area-wrap {
  display: none;
}
.change-area-wrap .change-area-title {
  padding: 20px;
  font-size: 1.1rem;
  background: #6ef5f1;
}
.change-area-wrap .change-pref-list-area {
  padding: 15px;
}
.change-area-wrap .change-pref-list-item {
  display: inline-block;
  width: 100px;
}
.change-area-wrap .change-pref-list-item a {
  display: block;
  padding: 11px 4px;
  text-align: center;
  box-shadow: rgba(210, 217, 202, 0.8) 1px 2px 1px, white 0 3px 0 inset, rgba(235, 235, 235, 0.6) 0 -3px 0 inset;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}
.change-area-wrap .change-pref-list-item a.pref-on {
  box-shadow: none;
  background: #1fbfa9;
  color: #fff;
}
.change-area-wrap .change-area-list-wrap {
  padding: 15px;
}
.change-area-wrap .area-list-title {
  font-size: .9rem;
  font-weight: 700;
}
.change-area-wrap .area-list {
  list-style: none;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  padding: 12px;
}
.change-area-wrap .change-area-list-item {
  width: 33%;
  line-height: 1.2;
  margin-bottom: 12px;
  font-size: .85rem;
}