@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object, svg {
  vertical-align: bottom;
}

button, optgroup, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* 背景色 */
/* フォントの色 */
/* ボタンの色 */
/* フォントサイズ */
/* ボーダーの色 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-image: url("images/arrow_selectbox.svg");
  background-color: #fff;
  color: #131313;
}

/* 基本セット */
@media (max-width: 680px) {
  select {
    background-position: 94% center;
  }
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bg_gray {
  background-color: #F2F2F2;
}

.bg_blue {
  background-color: #00365A;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.room_detail_container {
  width: 640px;
  margin: 0 auto;
}

.searching_rooms {
  width: 640px;
  margin: 0 auto;
  background-color: #00365A;
  padding: 1rem 0;
  margin-bottom: 30px;
}
.searching_rooms .inner {
  width: 94%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
}
.searching_rooms h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.searching_rooms p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1rem;
}
.searching_rooms ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.searching_rooms ul li {
  width: 48%;
  border: 1px solid #131313;
  border-radius: 4px;
}
.searching_rooms ul li a {
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
  display: block;
}

@media (max-width: 680px) {
  .container {
    width: 90%;
  }
  .room_detail_container {
    width: 90%;
  }
  .searching_rooms {
    width: 100%;
    margin: 0 auto;
    background-color: #00365A;
    padding: 1rem 0;
    margin-bottom: 30px;
  }
  .searching_rooms .inner {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 2rem 1.25rem;
  }
  .searching_rooms h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
  }
  .searching_rooms p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 1rem;
  }
  .searching_rooms ul {
    width: 80%;
    display: block;
    justify-content: inherit;
    margin: 0 auto;
  }
  .searching_rooms ul li {
    width: 100%;
    border: 1px solid #131313;
    border-radius: 4px;
    margin-bottom: 1rem;
  }
  .searching_rooms ul li a {
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 0;
    display: block;
  }
}
/*----
 Header 
 -----*/
#header {
  width: 100%;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
#header .container {
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#logo img {
  width: auto;
  height: 32px;
}

@media (max-width: 680px) {
  #header .container {
    height: 56px;
  }
}
/*----
 Main
 -----*/
/* トップページ */
#top_search {
  padding: 3rem 0;
  background: url("images/bg_tokyo_tower.jpeg") no-repeat center center;
  background-size: cover;
}
#top_search .catch {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 1.25rem;
}
#top_search .search_box {
  width: 510px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 2.75rem;
}
#top_search #tab {
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  text-align: center;
  color: #8F8F8F;
  margin-bottom: 1.5rem;
}
#top_search #tab p {
  width: 58%;
  margin: 0 auto;
  border-bottom: 5px solid #fff;
  padding: 1rem 0 0.75rem 0;
}
#top_search #tab p.active {
  font-weight: bold;
  color: #131313;
  border-bottom: 5px solid #837349;
}
#top_search #tab .sell {
  width: 50%;
  border-right: 1px solid #EEEEEE;
  cursor: pointer;
}
#top_search #tab .rent {
  width: 50%;
  cursor: pointer;
}
#top_search .form_box {
  width: 80%;
  margin: 0 auto;
}
#top_search .form_box h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#top_search .form_box .item {
  margin-bottom: 1.5rem;
}
#top_search .form_box select {
  font-size: 14px;
  width: 100%;
  border: 1px solid #131313;
  border-radius: 4px;
  padding: 0.75rem;
  text-align: center;
  color: #131313;
}
#top_search .form_box select:focus {
  border: 1px solid #837349;
}
#top_search .form_box input[type=text] {
  font-size: 14px;
  width: 100%;
  border: 1px solid #131313;
  border-radius: 4px;
  padding: 0.75rem 1rem;
}
#top_search .form_box input[type=text]:focus {
  border: 1px solid #837349;
}
#top_search .form_box .btn_search {
  width: 100%;
  margin: 0 auto;
}
#top_search .form_box .btn_search input[type=submit] {
  width: 100%;
  font-weight: bold;
  padding: 0.75rem 0;
  border-radius: 4px;
  color: #fff;
  background-color: #837349;
}
#top_search .form_box .btn_search input[type=submit]:disabled {
  background-color: #8F8F8F;
}

@media (max-width: 680px) {
  #top_search .catch {
    font-size: 18px;
  }
  #top_search .search_box {
    width: 80%;
    margin: 0 auto;
  }
  #top_search input[type=submit] {
    font-size: 14px;
    font-weight: bold;
  }
}
#top_latest_list h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
#top_latest_list .list_with_thumbnail {
  width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
}
#top_latest_list .list_with_thumbnail li {
  width: 232px;
  margin-right: 24px;
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.6;
}
#top_latest_list .list_with_thumbnail li h3 {
  font-weight: bold;
  color: #00365A;
  margin-bottom: 0.5rem;
}
#top_latest_list .list_with_thumbnail li:hover {
  opacity: 0.8;
}
#top_latest_list .list_with_thumbnail li:nth-of-type(4n) {
  margin-right: 0;
}
#top_latest_list .list_with_thumbnail .thumbnail {
  width: 100%;
  position: relative;
}
#top_latest_list .list_with_thumbnail .thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
#top_latest_list .list_with_thumbnail .thumbnail .icon_new {
  background-color: #DD1111;
  color: #fff;
  font-size: 12px;
  padding: 0.25rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0 8px 0;
}
#top_latest_list .list_with_thumbnail .price {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
#top_latest_list .list_with_thumbnail .station_walk {
  font-size: 14px;
}
#top_latest_list .list_with_thumbnail .info {
  padding: 1rem;
}

@media (max-width: 680px) {
  #top_latest_list {
    width: 100%;
    margin: 0 auto;
  }
  #top_latest_list .list_with_thumbnail {
    width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
  }
  #top_latest_list .list_with_thumbnail li {
    min-width: 220px;
  }
}
.about_mpt {
  width: 100%;
  padding: 2.5rem 0;
  background-color: #fff;
  border-radius: 8px;
}
.about_mpt h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
.about_mpt p {
  font-size: 14px;
  line-height: 20px;
  width: 78%;
  margin: 0 auto 1rem;
}
.about_mpt .logo {
  text-align: center;
  margin-bottom: 2rem;
}
.about_mpt .btn {
  width: 40%;
  margin: 2rem auto 0;
}
.about_mpt .btn a {
  display: block;
  font-weight: bold;
  color: #fff;
  background-color: #837349;
  text-align: center;
  padding: 0.75rem 0;
  border-radius: 4px;
}

@media (max-width: 680px) {
  .about_mpt p {
    width: 84%;
  }
  .about_mpt .btn {
    width: 84%;
  }
}
#top_news {
  width: 560px;
  margin: 0 auto;
  padding: 3rem 0;
}
#top_news h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
#top_news li {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #EEEEEE;
}
#top_news li p {
  font-size: 12px;
  margin-bottom: 0.25rem;
}
#top_news li h5 {
  font-size: 14px;
}

@media (max-width: 680px) {
  #top_news {
    width: 90%;
  }
}
/* 物件詳細ページ */
#building_introduction {
  padding: 1rem 0;
}
#building_introduction h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem !important;
}
#building_introduction p {
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 1rem;
}

#stocks_info {
  width: 640px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
#stocks_info a {
  font-size: 14px;
  border: 1px solid #131313;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 0.5rem 0;
}
#stocks_info a::after {
  content: "　>";
}
#stocks_info a span {
  color: #DD1111;
}
#stocks_info .sell {
  width: 49%;
}
#stocks_info .rent {
  width: 49%;
}

@media (max-width: 680px) {
  #stocks_info {
    width: 90%;
    margin: 0 auto 30px;
    display: block;
    justify-content: inherit;
  }
  #stocks_info .sell {
    width: 100%;
  }
  #stocks_info .rent {
    width: 100%;
  }
  #stocks_info a {
    margin-bottom: 10px;
  }
}
#stocks_detail {
  background-color: #F2F2F2;
  margin-bottom: 40px;
  padding: 3rem 0;
}
#stocks_detail h2 {
  width: 640px;
  margin: 0 auto;
}
#stocks_detail .list_with_thumbnail {
  width: 640px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
}
#stocks_detail .list_with_thumbnail li {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#stocks_detail .list_with_thumbnail li h3 {
  font-weight: bold;
  color: #00365A;
  margin-bottom: 0.5rem;
}
#stocks_detail .list_with_thumbnail li:hover {
  opacity: 0.8;
}
#stocks_detail .list_with_thumbnail li:nth-of-type(3n) {
  margin-right: 0;
}
#stocks_detail .list_with_thumbnail .thumbnail {
  width: 100%;
  position: relative;
}
#stocks_detail .list_with_thumbnail .thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
#stocks_detail .list_with_thumbnail .thumbnail .icon_new {
  background-color: #DD1111;
  color: #fff;
  font-size: 12px;
  padding: 0.25rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0 8px 0;
}
#stocks_detail .list_with_thumbnail .price {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
#stocks_detail .list_with_thumbnail .station_walk {
  font-size: 14px;
}
#stocks_detail .list_with_thumbnail .info {
  padding: 1rem;
}

@media (max-width: 680px) {
  #stocks_detail h2 {
    width: 90%;
  }
  #stocks_detail .list_with_thumbnail {
    width: 90%;
    display: block;
    justify-content: inherit;
  }
  #stocks_detail .list_with_thumbnail li {
    width: 100%;
    margin-right: 0%;
  }
  #stocks_detail .list_with_thumbnail:nth-of-type(4n) {
    margin-right: 0%;
  }
}
#faq_list {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 20px;
}
#faq_list .question {
  padding-right: 1rem;
  background: url("images/icon_faq_open.png") center right no-repeat;
}
#faq_list .question span {
  font-weight: bold;
  color: #00365A;
}
#faq_list .question.active {
  background: url("images/icon_faq_close.png") center right no-repeat;
}
#faq_list .answer {
  display: none;
  padding-top: 0.5rem;
}
#faq_list .answer span {
  font-weight: bold;
  color: #D9981A;
}
#faq_list .item {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #EEEEEE;
}

/* 部屋詳細ページ */
#slide {
  width: 640px;
  margin: 0 auto 1rem;
}
#slide img {
  width: 100%;
  height: auto;
}

.slick-list {
  padding: 0 !important;
}

.slider-nav {
  width: 640px;
  margin: 0 auto;
}
.slider-nav .slick-slide.slick-current img {
  border: 2px solid #00365A;
}
.slider-nav .slick-slide img {
  width: 90%;
  height: auto;
}

@media (max-width: 680px) {
  #slide {
    width: 100%;
  }
  .slider-nav {
    width: 90%;
    margin: 0 auto;
  }
}
#room_detail .status_icons {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.75rem;
  margin-top: 1.75rem;
}
#room_detail .status_icons ul {
  margin: 0;
  padding: 0;
  display: flex;
}
#room_detail .status_icons ul li {
  margin-right: 0.5rem;
  line-height: 1;
}
#room_detail .status_icons ul li span {
  border-radius: 2px;
}
#room_detail .status_icons .icon_new {
  padding: 2px 1rem;
  background-color: #DD1111;
  color: #fff;
}
#room_detail .status_icons .icon_top_floor {
  padding: 2px 1rem;
  background-color: #131313;
  color: #fff;
}
#room_detail .status_icons .icon_ownerchange {
  padding: 2px 1rem;
  background-color: #131313;
  color: #fff;
}
#room_detail .layout_image {
  width: 100%;
  margin-bottom: 40px;
}
#room_detail .layout_image img {
  width: 100%;
  height: auto;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
#room_detail h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 1.75rem;
}
#room_detail h2 {
  font-weight: bold;
  padding-left: 0.5rem;
  border-left: 4px solid #00365A;
  margin-bottom: 1rem;
  line-height: 1.5;
}
#room_detail .room_info_table {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
#room_detail .room_info_table a {
  color: #0063A7;
  text-decoration: underline;
}
#room_detail .room_info_table th {
  width: 100px;
  padding: 0.75rem 0;
  border-bottom: 1px solid #EEEEEE;
}
#room_detail .room_info_table td {
  padding: 0.75rem 0;
  border-bottom: 1px solid #EEEEEE;
}
#room_detail .room_info_table .price {
  font-size: 18px;
  font-weight: bold;
  color: #00365A;
}
#room_detail .parking_info_table {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
#room_detail .parking_info_table th {
  padding: 0.75rem 0;
  border-bottom: 1px solid #EEEEEE;
}
#room_detail .parking_info_table td {
  padding: 0.75rem 0;
  border-bottom: 1px solid #EEEEEE;
}
#room_detail .bg_agent {
  width: 640px;
  margin: 0 auto 30px;
  background: linear-gradient(#A9C1CF, #E8F1F6);
  padding: 1rem 0;
}
#room_detail .bg_agent .column_1 {
  width: 94%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem;
}
#room_detail .bg_agent .column_1 .profile {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
}
#room_detail .bg_agent .column_1 .profile .detail {
  font-weight: bold;
  padding-left: 1rem;
}
#room_detail .bg_agent .column_1 .introduction {
  font-size: 14px;
  line-height: 20px;
}
#room_detail .bg_agent .column_1 .introduction h4 {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
#room_detail .bg_agent .column_1 .introduction p {
  margin-bottom: 1rem;
}
#room_detail .bg_agent .column_1 .introduction th {
  color: #00365A;
  padding: 0.5rem 1rem 0.5rem 0;
}
#room_detail .bg_agent .column_1 .introduction td {
  padding: 0.5rem 0;
}
#room_detail .google_map {
  margin-bottom: 30px;
}
#room_detail .facilities_list {
  margin-bottom: 30px;
}
#room_detail .facilities_list th {
  color: #131313;
  padding: 0.5rem 1rem 0.5rem 0;
}
#room_detail .facilities_list td {
  padding: 0.5rem 0;
}

.btn_contact {
  width: 100%;
  background-color: 255, 255, 255, 0.7;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 1.75rem 0;
}
.btn_contact a {
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  padding: 1rem 0;
  width: 400px;
  display: block;
  background-color: #837349;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 680px) {
  .btn_contact a {
    width: 90%;
  }
}
@media (max-width: 680px) {
  #room_detail .bg_agent {
    width: 100%;
  }
  #room_detail .bg_agent .column_1 {
    width: 90%;
  }
  #room_detail .bg_agent .column_1 .introduction th {
    width: 60px;
  }
  .google_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    margin-bottom: 1em;
  }
  .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* 検索 */
#detail_search {
  width: 640px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  padding-bottom: 3rem;
}
#detail_search #tab {
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  text-align: center;
  color: #8F8F8F;
  margin-bottom: 2rem;
}
#detail_search #tab p {
  width: 50%;
  margin: 0 auto;
  border-bottom: 5px solid #fff;
  padding: 1rem 0 0.75rem 0;
}
#detail_search #tab p.active {
  font-weight: bold;
  color: #131313;
  border-bottom: 5px solid #837349;
}
#detail_search #tab .sell {
  width: 50%;
  border-right: 1px solid #EEEEEE;
  cursor: pointer;
}
#detail_search #tab .rent {
  width: 50%;
  cursor: pointer;
}
#detail_search h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
#detail_search label {
  align-items: center;
  display: flex;
}
#detail_search label span {
  padding-left: 0.4rem;
}
#detail_search input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #8F8F8F;
}
#detail_search input[type=checkbox]:checked {
  accent-color: #837349;
}
#detail_search .form_box {
  width: 480px;
  margin: 0 auto 2rem;
}
#detail_search .form_box input[type=text] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #131313;
  border-radius: 2px;
}
#detail_search .form_box select {
  width: 140px;
  padding: 0.5rem;
  font-size: 14px;
  color: #131313;
  border: 1px solid #8F8F8F;
  border-radius: 2px;
}
#detail_search .form_box .item {
  margin-bottom: 2rem;
}
#detail_search .area_list {
  width: 480px;
  margin: 0 auto 2rem;
}
#detail_search .area_list li {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
#detail_search .area_list li label {
  display: flex;
  align-items: center;
}
#detail_search .area_list li span {
  padding-left: 0.5rem;
}
#detail_search .layout_list {
  width: 480px;
  margin: 0 auto 2rem;
}
#detail_search .layout_list ul {
  display: flex;
  margin-bottom: 0.75rem;
}
#detail_search .layout_list ul li {
  padding-right: 1rem;
}
#detail_search .built_year_station_walk {
  width: 480px;
  margin: 0 auto 2.5rem;
  display: flex;
}
#detail_search .built_year_station_walk .item {
  width: 200px;
}
#detail_search .built_year_station_walk select {
  width: 170px;
  padding: 0.5rem;
  font-size: 14px;
  color: #131313;
  border: 1px solid #8F8F8F;
  border-radius: 2px;
}
#detail_search .btn_search {
  width: 60%;
  margin: 0 auto;
}
#detail_search .btn_search input[type=submit] {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 0.75rem 0;
  border-radius: 4px;
  color: #fff;
  background-color: #837349;
}
#detail_search .btn_search input[type=submit]:disabled {
  background-color: #8F8F8F;
}

@media (max-width: 680px) {
  #detail_search {
    width: 90%;
  }
  #detail_search .form_box {
    width: 90%;
  }
  #detail_search .layout_list {
    font-size: 12px;
    width: 90%;
  }
  #detail_search .built_year_station_walk {
    width: 90%;
    display: block;
  }
  #detail_search .built_year_station_walk .item {
    margin-bottom: 1.5rem;
  }
  #detail_search .built_year_station_walk select {
    width: 140px;
  }
  #detail_search .btn_search {
    width: 90%;
  }
  #detail_search .btn_search input[type=submit] {
    font-size: 14px;
  }
  #detail_search .area_list {
    width: 100%;
    margin: 0 auto 2rem;
  }
  #detail_search .area_list h3 {
    width: 90%;
    margin: 0 auto 0.75rem;
  }
  #detail_search .area_list li {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* 検索結果 */
#search_results {
  padding: 40px 0;
}
#search_results .sort {
  font-size: 14px;
  width: 1000px;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
#search_results .sort select {
  padding: 0.25rem 1rem;
  border: 1px solid #131313;
}
#search_results .list_with_thumbnail {
  width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
}
#search_results .list_with_thumbnail li {
  width: 232px;
  margin-right: 24px;
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#search_results .list_with_thumbnail li h3 {
  font-weight: bold;
  color: #00365A;
  margin-bottom: 0.5rem;
}
#search_results .list_with_thumbnail li:hover {
  opacity: 0.8;
}
#search_results .list_with_thumbnail li:nth-of-type(4n) {
  margin-right: 0;
}
#search_results .list_with_thumbnail .thumbnail {
  width: 100%;
  position: relative;
}
#search_results .list_with_thumbnail .thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
#search_results .list_with_thumbnail .thumbnail .icon_new {
  background-color: #DD1111;
  color: #fff;
  font-size: 12px;
  padding: 0.25rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 0 8px 0;
}
#search_results .list_with_thumbnail .price {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
#search_results .list_with_thumbnail .station_walk {
  font-size: 14px;
}
#search_results .list_with_thumbnail .info {
  padding: 1rem;
}

.search_another_conditions {
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
.search_another_conditions a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #fff;
  background-color: #837349;
  border-radius: 2px;
  padding: 0.75rem 0;
}

@media (max-width: 680px) {
  #search_results .sort {
    font-size: 12px;
    width: 90%;
  }
  #search_results .list_with_thumbnail {
    width: 90%;
    margin: 0 auto 40px;
    display: block;
    flex-wrap: inherit;
  }
  #search_results .list_with_thumbnail li {
    width: 100%;
  }
  .search_another_conditions {
    width: 70%;
  }
}
#pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#pagination ul {
  display: flex;
  align-items: center;
}
#pagination ul li {
  padding: 0 0.5rem;
}
#pagination ul li.prev {
  color: #00365A;
}
#pagination ul li.next {
  color: #00365A;
}
#pagination ul li.current span {
  width: 26px;
  height: 26px;
  display: block;
  padding: 0.25rem;
  color: #fff;
  background-color: #00365A;
  text-align: center;
  border-radius: 50%;
}

/*----
 Footer 
 -----*/
#breadcrumb {
  width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  padding: 0.5rem 0;
}
#breadcrumb a {
  color: #8F8F8F;
}

#footer {
  color: #fff;
  padding: 20px 5%;
  background-color: #131313;
}
#footer h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#footer nav ul {
  font-size: 14px;
  display: flex;
  margin-bottom: 1.5rem;
}
#footer nav ul li:not(:last-child):after {
  margin-right: 0.25rem;
  content: " /";
}
#footer aside ul {
  font-size: 14px;
  margin-bottom: 1.5rem;
}
#footer aside ul li {
  margin-bottom: 1rem;
}
#footer a {
  text-decoration: underline;
}
#footer .sns_icons {
  margin: 0.25rem 0;
  text-align: center;
}

#copyright {
  font-size: 0.75rem;
  text-align: center;
}

@media (max-width: 640px) {
  #breadcrumb {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    padding: 0.5rem 0;
  }
}/*# sourceMappingURL=style.css.map */