@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.header__link-buy {
	color: #616161;
}

.detail-sheet {
  padding: 15px 0;
  background-color: white;
}
.detail-sheet__title {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.detail-sheet__name {
  font-size: 21px;
  margin: 0 0 0 10px;
}
.detail-sheet__info {
  padding: 0 30px;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.detail-sheet__link {
  display: block;
  margin: 0 0 0 30px;
  color: #2B9FE1;
  font-size: 13px;
}
.detail-sheet__price span {
  color: #FF523A;
}
.detail-sheet__price span strong {
  color: inherit;
  font-size: 26px;
}
.detail-sheet__tag-land {
  width: 80px;
  text-align: center;
  color: #42AD8D;
  font-size: 12px;
  line-height:1.2;
  padding: 5px 0;
  margin: 0 5px 0 0;
  border:2px solid #42AD8D;
}
.detail-sheet__tag-mansion{
  width: 80px;
  text-align: center;
  color: #B58FD8;
  font-size: 12px;
  line-height:1.2;
  padding: 5px 0;
  margin: 0 5px 0 0;
  border:2px solid #B58FD8;
}
.detail-sheet__tag-uhouse {
  width: 80px;
  text-align: center;
  color: #0A8FD8;
  font-size: 12px;
  line-height:1.2;
  padding: 5px 0;
  margin: 0 5px 0 0;
  border:2px solid #0A8FD8;
}
.detail-sheet__tag-nhouse {
  width: 80px;
  text-align: center;
  color: #0A5080;
  font-size: 12px;
  line-height:1.2;
  padding: 5px 0;
  margin: 0 5px 0 0;
  border:2px solid #0A5080;
}
.detail-sheet__copy {
  border-bottom: 1px dotted #616161;
  border-top: 1px dotted #616161;
  padding: 5px 0;
  margin: 10px 30px 0 30px;
  font-size: 14px;
  font-weight: bold;
}
.detail-sheet__img {
  width: 100%;
  height: 500px;
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.detail-sheet__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
.detail-sheet__prev {
  width: 25px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #616161;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5px;
}
.detail-sheet__next {
  width: 25px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #616161;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5px;
}
.detail-sheet__comment {
  padding: 10px 30px;
}
.detail-sheet__points {
  padding: 10px 30px;
}
.detail-sheet__staff {
  color: #EDB35D;
}
.detail-sheet__point {
  margin: 5px 0;
}
.detail-sheet__point::before {
  content: "\25A0";
}
.detail-sheet__flow {
  margin: 30px 0 0 0;
  padding: 0 30px;
  font-size: 13px;
}
.detail-sheet__flow i {
  color: #EDB35D;
  margin: 0 0 0 5px;
}
.detail-sheet__overviews {
  margin: 30px 0 0 0;
  background-color: #F6F6F6;
  padding: 30px;
}
.detail-sheet__overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #616161;
  padding: 5px 0;
}
.detail-sheet__overview dt {
  width: 15%;
  font-size: 13px;
}
.detail-sheet__overview dd {
  width: 85%;
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
}
.detail-sheet__overview dd a {
  color: #2B9FE1;
  font-size: 15px;
  font-weight: bold;
}
.detail-sheet__outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #616161;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5em;
}
.detail-sheet__outline dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.detail-sheet__outline dt {
  font-size: 14px;
  line-height: 1.5em;
}
.detail-sheet__outline dd {
  font-size: 14px;
  line-height: 1.5em;
}
.detail-sheet__map {
  margin: 5px 0 0 0;
}
.detail-sheet__comment-more {
  padding: 30px;
}
.detail-sheet__comment-more h3 {
  color: #EDB35D;
}
.detail-sheet__open {
  padding: 0 30px;
}

.print-page {
  background-color: #F1F1F2;
  padding: 50px 0;
}
@media print{
	.print-page{
		padding:0;
	}
}

.print-page__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF523A;
  margin: 20px auto 30px auto;
  width: 370px;
  height: 64px;
  color: white;
  border-radius: 10px;
}
@media print{
	.print-page__button{
		display:none;
	}
}

.print-page__overviews {
  padding: 0 30px;
}
.print-page__images {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.print-page__image {
  width: 50%;
  padding: 0 10px;
}
.print-page__image img {
  width: 100%;
}
.print-page__copy {
  padding: 0 30px;
  font-size:14px;
  line-height:1.5;
}
.print-page__infos {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.print-page__info {
  width: 50%;
  padding: 0 10px;
  margin: 10px 0 0 0;
}
.print-page__title {
  color: #EDB35D;
  font-size: 20px;
}
.print-page__content {
  font-size: 10px;
  line-height: 1.2em;
}
.print-page__content iframe {
  width: 100%;
}
.print-page__wrapper {
  background-color: white;
}
.print-page__position {
  font-size: 12px;
  margin: 10px 0;
}
.print-page__headline {
  display:none;
  border-left: 5px solid #EDB35D;
  padding: 0 10px;
}
.print-page__contact {
  border-top: 1px dotted #616161;
  margin: 10px 30px;
  padding: 10px 0 20px 0;
}
.print-page__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.print-page__logo {
	width:80px;
}
.print-page__logo img {
	width:100%;
}
.print-page__shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.print-page__shop-img {
  width: 140px;
  height: 85px;
  overflow: hidden;
  margin: 0 0 0 30px;
  display:none;
}
.print-page__shop-img img {
  width: 100%;
}
.print-page__shop-info {
  margin: 0 0 0 10px;
  font-size:12px;
  line-height:1.5em;
}
.print-page__shop-info a {
  font-size:14px;
}
.print-page__tel {
  margin: 0 0 0 30px;
}
.print-page__number {
  color: #FF523A;
  font-size: 20px;
  font-weight: bold;
}
.print-page__address {
  font-size: 12px;
  line-height:1.2;
  margin: 5px 0 0 0;
}