@charset "UTF-8";
/* CSS Document */

/* 基本-モバイルファースト ======================================================================================================== */
.template_detail {
}
.template_detail_header {
  margin-bottom: 20px;
}
.template_detail_header .text {
  text-align: left;
}
.template_detail_header .type {
  color: #fff;
  background-color: #cc9933;
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
  line-height: 30px;
  margin-top: 5px;
}
/*
.template_detail.type_land .template_detail_header .type{ color: #5E9546;}
.template_detail.type_house .template_detail_header .type{ color: #ff5a5a;}
.template_detail.type_mansion .template_detail_header .type{ color: #FF7D00;}
*/
.template_detail_header .text .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.template_detail_header .text .icon img {
  height: 30px;
  margin-left: 5px;
}

.template_detail_header .text .name {
  font-size: 24px;
  display: block;
}

.template_detail .mylist_box {
  margin-bottom: 20px;
}
.template_detail .mylist_btn {
  display: inline-block;
  vertical-align: middle;
}
.template_detail .mylist_btn table {
  width: 100% !important;
}
.template_detail .mylist_btn td {
  padding: 0;
  margin: 0;
}
.template_detail .mylist_btn .bookmarked {
  text-indent: -9999em;
  position: relative;
  width: 50px;
  height: 50px;
  text-align: left;
}
.template_detail .mylist_btn .bookmarked input {
  -webkit-appearance: none;
  border: none;
  display: block;
  background-color: transparent;
  background-image: url('https://sayama-f.co.jp/file/site_data/search/images/icon-bookmark.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  width: 50px;
  height: 50px;
  border: solid 1px #ff466a;
  border-radius: 50%;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
}
.template_detail .mylist_btn .bookmarked_txt {
  display: none;
}
.template_detail .mylist_btn .bookmarked a {
  text-indent: 0;
  display: block;
  background-color: #ff466a;
  background-image: url('https://sayama-f.co.jp/file/site_data/search/images/icon-bookmark.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  width: 50px;
  height: 50px;
  border: solid 1px #ff466a;
  border-radius: 50%;
  text-indent: -9999em;
  position: absolute;
  top: 0;
  left: 0;
}
.template_detail .share_btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 5px;
}
.template_detail .share_btn .icon {
  background-image: url('https://sayama-f.co.jp/file/site_data/search/images/icon-share.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  width: 50px;
  height: 50px;
  border: solid 1px #1994d1;
  border-radius: 50%;
  cursor: pointer;
}
.template_detail .share_btn .icon span {
  display: none;
}
.template_detail .share_btn .choice {
  display: none;
  width: 120px;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  right: -135px;
}
.template_detail .share_btn .choice::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 24px;
  left: -6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  /* transform: rotate(-45deg); */
  transform: rotate(-45deg) skew(10deg, 10deg);
}
.template_detail .share_btn .choice ul {
}
.template_detail .share_btn .choice li {
}
.template_detail .share_btn .choice li a {
  display: block;
  text-align: center;
  border-top: solid 1px #f5f5f5;
  text-decoration: none;
  padding: 10px 0;
}
.template_detail .share_btn .choice li:first-child a {
  border-top: none;
}
.template_detail .share_btn .choice li.share_copy.success {
  position: relative;
}
/* Tooltip */
.template_detail .share_btn .choice li .tooltip::after {
  content: '\30B3\30D4\30FC\3057\307E\3057\305F';
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 0);
  font-size: 12px;
  padding: 4px 10px 6px 10px;
  animation: fade-tooltip 0.5s 1s 1 forwards;
}
/* Animation */
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}

.template_detail .r_open_title_detail {
  display: block;
  /* text-align: left; */
  font-size: 16px;
  font-weight: bold;
  color: #dd0025;
}
.template_detail .r_catch_open_detail {
  display: block;
  /* text-align: left; */
  font-size: 16px;
  color: #dd0025;
  margin-bottom: 10px;
}
.template_detail .openhouse {
  margin-bottom: 10px;
}

.template_detail .top_comment {
  text-align: left;
}

.template_detail .panoview {
  margin-bottom: 40px;
}

.template_detail .photo_gallery {
  text-align: center;
}
.template_detail .photo_gallery .bx-wrapper {
  margin-bottom: 10px;
}
.template_detail .photo_gallery .bxslider li {
  text-align: center;
}
.template_detail .photo_gallery .bxslider li img {
  max-height: 59.5vw;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.template_detail .photo_gallery .img_comment {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}
.template_detail .photo_gallery .slider_tm_box {
  background-color: #666;
  padding: 5px;
  width: 280px;
  margin: 0 auto;
}
.template_detail .photo_gallery .slider_tm_box li {
}
.template_detail .photo_gallery .slider_tm_box img {
  width: 60px;
  height: 38px;
  object-fit: cover;
  opacity: 0.5;
}
.template_detail .photo_gallery .slider_tm_box .active img {
  opacity: 1;
}
.template_detail
  .photo_gallery
  .slider_tm_box
  .bx-wrapper
  .bx-controls-direction
  a {
  /* width: 30px; */
  /* height: 48px; */
  /* top: -5px; */
  margin: 0;
}
.template_detail
  .photo_gallery
  .slider_tm_box
  .bx-wrapper
  .bx-controls-direction
  a.bx-prev {
  left: -35px;
}
.template_detail
  .photo_gallery
  .slider_tm_box
  .bx-wrapper
  .bx-controls-direction
  a.bx-next {
  right: -35px;
}
.template_detail
  .photo_gallery
  .slider_tm_box
  .bx-wrapper
  .bx-controls-direction
  a.bx-prev::before {
  left: 10px;
}
.template_detail
  .photo_gallery
  .slider_tm_box
  .bx-wrapper
  .bx-controls-direction
  a.bx-next::before {
  right: 10px;
}

.template_detail .simple_information {
  margin-bottom: 20px;
}
.template_detail .simple_information dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.template_detail .simple_information dt {
  display: block;
  width: 13%;
  background-color: #444;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.template_detail .simple_information dd {
  width: 85%;
  margin-bottom: 10px;
  text-align: left;
}
.template_detail .simple_information dd.price {
  color: #e90042;
  font-size: 16px;
  font-weight: bold;
}

.template_detail .feature h2,
.template_detail .feature h4 {
  display: block;
  text-align: left;
  color: #1994d1;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 2px #1994d1;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.template_detail .feature .inner {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.template_detail .feature .inner span {
  display: inline;
}
.template_detail .feature .inner span img {
  width: 15vw;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 1vw;
}

.template_detail .staff .inner {
  border: solid 1px #1994d1;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}
.template_detail .staff .photo {
  width: 80px;
  text-align: center;
}
.template_detail .staff .photo img {
  max-width: 80px;
  max-height: 60px;
}
.template_detail .staff .text {
  flex: 1;
  margin-left: 10px;
  text-align: left;
}
.template_detail .staff .text h2,
.template_detail .staff .text h4 {
  color: #1994d1;
  font-weight: bold;
  margin-bottom: 5px;
}
.template_detail .staff .text p {
}

.template_detail .request_contact {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
}
.template_detail .request_contact em {
  display: block;
  padding: 10px;
  text-align: center;
  color: #1994d1;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: solid 2px #1994d1;
}
.template_detail .request_contact ul {
  display: flex;
  justify-content: space-between;
}
.template_detail .request_contact li {
  margin-top: 10px;
  width: 48%;
}
.template_detail .request_contact li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  line-height: 25px;
  position: relative;
}
.template_detail .request_contact li.rc_shiryouseikyu a {
  background-color: #e90042;
}
.template_detail .request_contact li.rc_reservation a {
  background-color: #1994d1;
}
.template_detail .request_contact li a::after {
  content: '';
  vertical-align: middle;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.template_detail .request_contact li a p {
  display: inline-block;
  vertical-align: middle;
}

.template_detail .loan_simulation {
  border: solid 3px #ff355b;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.template_detail .loan_simulation > h2,
.template_detail .loan_simulation h4 {
  display: inline-block;
  text-align: center;
  color: #ff355b;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 2px #ff355b;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.template_detail .loan_simulation .inner {
}
.template_detail .loan_simulation h5 {
}
.template_detail .loan_simulation .inner h2 .mi,
.template_detail .loan_simulation h5 .mi {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.template_detail .loan_simulation .inner h2 .hensaigaku #price_monthly,
.template_detail .loan_simulation h5 .hensaigaku #price_monthly {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  color: #ff355b;
}
.template_detail .loan_simulation .inner h2 .hensaigaku #price_monthly span,
.template_detail .loan_simulation h5 .hensaigaku #price_monthly span {
  font-size: 20px;
}
.template_detail .loan_simulation .research {
}
.template_detail .loan_simulation .research dl {
  display: flex;
  flex-wrap: wrap;
}
.template_detail .loan_simulation .research dt {
  width: 30%;
  border-top: solid 1px #ddd;
  padding-top: 10px;
  margin-top: 10px;
}
.template_detail .loan_simulation .research dd {
  width: 70%;
  text-align: right;
  border-top: solid 1px #ddd;
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
}
.template_detail .loan_simulation .research dd input {
  flex-grow: 1;
  margin-left: 1em;
}
.template_detail .loan_simulation .research dd span {
  display: block;
  white-space: nowrap;
}
.template_detail .loan_simulation .research_btn {
  margin-top: 10px;
}
.template_detail .loan_simulation .research_btn a {
  display: block;
  text-decoration: none;
  background-color: #ff355b;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.template_detail .outline {
  text-align: center;
}
.template_detail .outline h2,
.template_detail .outline h4 {
  display: block;
  text-align: left;
  color: #1994d1;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 2px #1994d1;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.template_detail .outline th {
  background-color: #f4f6fa;
  padding: 10px 0;
  font-weight: bold;
}
.template_detail .outline td {
  text-align: left;
  padding: 10px;
  vertical-align: middle;
}

.template_detail .under_my_list {
  text-align: center;
}

.login_member_only_page_view .new_member {
  display: none;
}

.common_new_member {
  border: solid 2px #cc9933;
  position: relative;
  border-radius: 5px;
}

#history,
#kinrin {
  text-align: center;
}
#history h4,
#kinrin h4 {
  display: block;
  text-align: left;
  color: #1994d1;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 2px #1994d1;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.kome {
  text-align: left;
}
.kome li {
  font-size: 12px;
}

/* 多棟表示の子物件 */
#tatou_child .accordion {
}
#tatou_child .accordion_title {
  display: block;
  background-color: #00b6e8;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
#tatou_child .accordion_title::before {
  content: '\307B\304B\306E\533A\753B\3082\898B\308B';
  display: inline;
}
#tatou_child .accordion_title.open::before {
  content: '\9589\3058\308B';
}
#tatou_child .accordion_title::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: all 0.2s ease;
}
#tatou_child .accordion_title.open::after {
  transform: rotate(-45deg);
}
#tatou_child .accordion_inner {
  display: none;
}
#tatou_child .secInfoBox {
  border-top: solid 3px #00b6e8;
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
#tatou_child .secInfoBox:first-child {
  border-top: none;
  /* padding-top: 0px; */
}
#tatou_child .secInfoBox h3 {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-color: #00b6e8;
  padding: 10px;
}
#tatou_child .secInfoBox .catch_copy {
  display: block;
  font-weight: bold;
}
#tatou_child .secInfoBox .secInfoBoxContImg {
  margin-bottom: 20px;
}
#tatou_child .secInfoBox .sliderInfo img {
  max-height: 67vw;
}
#tatou_child .secInfoBox .listCommon li {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ddd;
  padding: 5px 0;
}
#tatou_child .secInfoBox .listCommon li p {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#tatou_child .secInfoBox .secInfoBoxDetail .secInfoBoxDetailBtn {
  color: #00b6e8;
  border: solid 3px #00b6e8;
  border-radius: 8px;
  text-align: center;
  padding: 5px 0;
  /* font-size: 1.25em; */
  width: 50%;
  margin: 5% auto;
}
#tatou_child .secInfoBox .secInfoBoxDetail .secInfoBoxDetaiCont {
  display: block !important;
  text-align: center;
}
#tatou_child .secInfoBox .secInfoBoxDetail .secInfoBoxDetaiCont img {
  max-height: 67vw;
}

/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px) {
  /* .template_detail .outline table {
    display: block;
  } */
  .template_detail .outline tr {
    display: flex;
    flex-wrap: wrap;
  }
  .template_detail .outline th,
  .template_detail .outline td {
    border-bottom: solid 1px #e9e9e9;
    box-sizing: border-box;
    font-size: 12px;
  }
  .template_detail .outline th {
    width: 35%;
  }
  .template_detail .outline td {
    width: 65%;
  }

  .kome li {
    font-size: 10px;
  }

  /* スライドの矢印固定 */
  .main_photo .bx-wrapper .bx-controls-direction a {
    top: 110px !important;
  }
}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px) {
  .back_list {
    margin-bottom: 20px;
  }
  .template_detail_header {
    margin-bottom: 40px;
    position: relative;
  }
  .template_detail_header .text {
  }
  .template_detail_header .text .name {
    font-size: 30px;
    line-height: 1.4;
    margin: 20px 0;
  }
  .template_detail_header .text .icon img {
  }
  .template_detail .mylist_btn input:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  .template_detail .mylist_btn .bookmarked a:hover {
    opacity: 0.8;
  }

  .template_detail .mylist_box {
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .template_detail .photo_gallery {
    position: relative;
  }
  .template_detail .photo_gallery .main_photo {
    min-height: 750px;
  }
  .template_detail .photo_gallery .bxslider li img {
    max-width: 1000px;
    max-height: 750px;
    width: 1000px;
    height: 750px;
    object-fit: contain;
  }
  .template_detail .photo_gallery .img_comment {
    font-size: 14px;
  }

  .template_detail .photo_gallery .slider_tm_box {
    display: inline-block;
    width: 920px;
  }
  .template_detail .photo_gallery .slider_tm_box li {
    text-align: center;
    width: 180px;
    height: 135px;
  }

  .template_detail .photo_gallery .slider_tm_box li a {
    display: block;
    position: relative;
  }
  .template_detail .photo_gallery .slider_tm_box img {
    width: 180px;
    height: 135px;
  }
  .template_detail
    .photo_gallery
    .slider_tm_box
    .bx-wrapper
    .bx-controls-direction
    a {
    /* width: 40px; */
    /* height: 145px; */
  }
  .template_detail
    .photo_gallery
    .slider_tm_box
    .bx-wrapper
    .bx-controls-direction
    a.bx-prev {
    left: -45px;
  }
  .template_detail
    .photo_gallery
    .slider_tm_box
    .bx-wrapper
    .bx-controls-direction
    a.bx-next {
    right: -45px;
  }
  .template_detail
    .photo_gallery
    .slider_tm_box
    .bx-wrapper
    .bx-controls-direction
    a.bx-prev::before {
    left: 15px;
  }
  .template_detail
    .photo_gallery
    .slider_tm_box
    .bx-wrapper
    .bx-controls-direction
    a.bx-next::before {
    right: 15px;
  }

  .template_detail .simple_information dt {
    width: 100px;
  }
  .template_detail .simple_information dd {
    width: 880px;
  }

  .template_detail .feature h2,
  .template_detail .feature h4 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .template_detail .feature .inner span img {
    width: 60px;
    margin: 5px;
  }

  .template_detail .staff .inner {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
  }
  .template_detail .staff .photo {
    width: 180px;
    margin-bottom: 0;
  }
  .template_detail .staff .photo img {
    max-width: 180px;
    max-height: 120px;
  }
  .template_detail .staff .text {
  }
  .template_detail .staff .text h2,
  .template_detail .staff .text h4 {
    font-size: 18px;
  }

  .template_detail .request_contact {
    border-radius: 10px;
    padding: 20px;
  }
  .template_detail .request_contact em {
    font-size: 20px;
  }

  .template_detail .request_contact ul {
    display: flex;
    justify-content: center;
  }
  .template_detail .request_contact li {
    margin-top: 20px;
    width: auto;
  }
  .template_detail .request_contact li.rc_shiryouseikyu {
    margin-right: 20px;
  }
  .template_detail .request_contact li a {
    width: 300px;
    font-size: 16px;
    padding: 20px;
  }

  .template_detail .loan_simulation {
    border-radius: 10px;
    padding: 20px;
  }
  .template_detail .loan_simulation > h2,
  .template_detail .loan_simulation h4 {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .template_detail .loan_simulation .inner h2,
  .template_detail .loan_simulation h5 {
    font-size: 20px;
  }
  .template_detail .loan_simulation .inner h2 .hensaigaku #price_monthly,
  .template_detail .loan_simulation h5 .hensaigaku #price_monthly {
    font-size: 50px;
  }
  .template_detail .loan_simulation .inner h2 .hensaigaku #price_monthly span,
  .template_detail .loan_simulation h5 .hensaigaku #price_monthly span {
    font-size: 30px;
  }
  .template_detail .loan_simulation .research {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .template_detail .loan_simulation .research dl {
    display: table;
    width: 820px;
  }
  .template_detail .loan_simulation .research dt {
    display: table-cell;
    width: auto;
    text-align: left;
    border-top: none;
    border-left: solid 1px #ddd;
    padding: 0 0 0 10px;
  }
  .template_detail .loan_simulation .research dt:first-child {
    border-left: none;
    padding: 0px;
  }
  .template_detail .loan_simulation .research dd {
    display: table-cell;
    width: auto;
    border-top: none;
    padding: 0 10px 0 0;
    margin-top: 0;
  }
  .template_detail .loan_simulation .research dd input {
    flex-grow: inherit;
    margin-left: 0;
    width: 90px;
    display: inline-block;
    vertical-align: middle;
  }
  .template_detail .loan_simulation .research dd span {
    display: inline-block;
    vertical-align: middle;
  }
  .template_detail .loan_simulation .research_btn {
    margin-top: 0px;
    width: 180px;
  }
  .template_detail .loan_simulation .research_btn a {
    font-size: 18px;
  }

  .template_detail .outline h2,
  .template_detail .outline h4 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .template_detail .outline table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .template_detail .outline th,
  .template_detail .outline td {
    border-bottom: solid 1px #e9e9e9;
    padding: 12px;
  }
  .template_detail .outline th {
    width: 150px;
  }

  .template_detail .google_map iframe {
    height: 600px;
  }

  .template_detail .under_my_list .mylist_btn a:hover {
    opacity: 0.8;
  }
  .template_detail .under_my_list .mylist_btn img {
    width: 300px;
  }

  .common_new_member {
    padding: 30px 0;
    margin-bottom: 40px;
  }

  #history,
  #kinrin {
    padding: 40px 0;
  }
  #history h4,
  #kinrin h4 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  /* 多棟表示の子物件 */
  #tatou_child .secInfoBox {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #tatou_child .secInfoBox .r_blockname {
    font-size: 20px;
  }
  #tatou_child .secInfoBox .catch_copy {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #tatou_child .secInfoBox .secInfoBoxCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #tatou_child .secInfoBox .secInfoBoxContImg {
    width: 100%;
    margin-bottom: 40px;
  }
  #tatou_child .secInfoBox .secInfoBoxContImg .bx-wrapper {
    width: 600px;
    margin: 0 auto;
  }
  #tatou_child .secInfoBox .sliderInfo img {
    max-width: 600px;
    max-height: 400px;
  }
  #tatou_child .secInfoBox .secInfoBoxContTxt {
    width: 380px;
  }
  #tatou_child .secInfoBox .listCommon li {
    font-size: 16px;
    padding: 10px 0;
  }
  #tatou_child .secInfoBox .secInfoBoxDetail {
    width: 600px;
  }
  #tatou_child .secInfoBox .secInfoBoxDetail .secInfoBoxDetaiCont source,
  #tatou_child .secInfoBox .secInfoBoxDetail .secInfoBoxDetaiCont img {
    max-width: 600px;
    max-height: 400px;
  }

  /* スライドの矢印固定 */
  .main_photo .bx-wrapper .bx-controls-direction a {
    top: 400px !important;
  }
}

/* その他の情報 */
#relatedLink {
  margin-top: 40px;
}
#relatedLink h5 {
  font-weight: bold;
  font-size: 15px;
}
#relatedLink ul {
  display: flex;
}
#relatedLink li {
  margin-right: 15px;
}
#relatedLink a {
  font-size: 13px;
}
#relatedLink .area,
#relatedLink .station,
#relatedLink .railways {
  margin-top: 20px;
}
