@charset "UTF-8";
.main_contents {
  margin: 67px 0 0;
}

@media only screen and (max-width: 767px) {
  .main_contents {
    margin: 8.42% 0 0;
  }
}

.lead {
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .lead {
    padding: 0 4%;
    margin-bottom: 10%;
  }
}

.lead .sec_title {
  letter-spacing: normal;
}

.lead .lead__main {
  max-width: 1050px;
  padding: 0 25px;
  margin: 55px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .lead .lead__main {
    padding: 0;
    display: block;
    margin-top: 6%;
  }
}

.lead .lead__text {
  width: 58%;
  line-height: 2.07143;
}

@media only screen and (max-width: 767px) {
  .lead .lead__text {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.84615;
  }
}

.lead .lead__photo {
  width: 38%;
  max-width: 380px;
}

@media only screen and (max-width: 767px) {
  .lead .lead__photo {
    width: 100%;
    max-width: 100%;
    margin-top: 3%;
  }
}

.lead .lead__photo img {
  width: 100%;
}

.find_rooms {
  background: url(/assets/img/business/rental/find_rooms_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 95px 0 110px;
}

@media only screen and (max-width: 767px) {
  .find_rooms {
    padding: 10% 0 12%;
  }
}

.find_rooms .find_rooms__main {
  max-width: 1050px;
  padding: 0 25px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
  .find_rooms .find_rooms__main {
    margin-top: 6%;
    padding: 0 4%;
  }
}

.find_rooms .find_rooms__main_photo {
  float: left;
  margin-right: 35px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .find_rooms .find_rooms__main_photo {
    width: 75%;
    float: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .find_rooms .find_rooms__main_text {
    margin-top: 3%;
  }
}

.find_rooms .find_rooms__main_text p {
  line-height: 2.07143;
}

@media only screen and (max-width: 767px) {
  .find_rooms .find_rooms__main_text p {
    font-size: 1.3rem;
    line-height: 1.84615;
  }
}

.find_rooms .find_rooms__main_text p + p {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .find_rooms .find_rooms__main_text p + p {
    margin-top: 5%;
  }
}

.owner {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .owner {
    margin-top: 8%;
  }
}

.owner .owner__main {
  max-width: 1050px;
  padding: 0 25px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .owner .owner__main {
    padding: 0 4%;
  }
}

.owner .owner__lead {
  margin-top: 20px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .owner .owner__lead {
    line-height: 1.78;
    font-size: 1.3rem;
    margin-top: 3%;
  }
}

.owner .owner__purpose {
  background: url(/assets/img/common/dot_line_white.gif) repeat-x center top;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .owner .owner__purpose {
    margin-top: 4%;
  }
}

.owner .owner__purpose_item {
  padding: 35px 0;
  background: url(/assets/img/common/dot_line_white.gif) repeat-x center bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .owner .owner__purpose_item {
    padding: 6% 0;
    display: block;
  }
}

.owner .owner__purpose_photo {
  width: 28%;
  max-width: 280px;
}

@media only screen and (max-width: 767px) {
  .owner .owner__purpose_photo {
    width: 75%;
    max-width: 100%;
    margin: auto;
  }
}

.owner .owner__purpose_text {
  width: 67.5%;
}

@media only screen and (max-width: 767px) {
  .owner .owner__purpose_text {
    width: 100%;
    max-width: 100%;
  }
}

.owner .owner__purpose_text h3 {
  line-height: 1.4;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .owner .owner__purpose_text h3 {
    margin-top: 4%;
    font-size: 1.8rem;
  }
}

.owner .owner__purpose_text p {
  line-height: 2.07143;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .owner .owner__purpose_text p {
    font-size: 1.3rem;
    line-height: 1.84615;
    margin-top: 3%;
  }
}

.store_info {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .store_info {
    margin-top: 8%;
  }
}

.outline__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 25px auto 0;
  background: #f7f7f7;
  padding: 30px 30px 35px;
}

@media only screen and (max-width: 767px) {
  .outline__wrap {
    width: 92%;
    padding: 4% 4% 6%;
    margin-top: 6%;
  }
}

.outline__wrap .outline__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.outline__wrap .outline__item .outline__item_title {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-align: left;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 767px) {
  .outline__wrap .outline__item .outline__item_title {
    text-align: center;
    font-size: 1.6rem;
  }
}

.outline__wrap .outline__item dl {
  width: 48.6%;
  padding: 10px 0;
  background: url(/assets/img/common/dot_line_outline.gif) repeat-x center bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .outline__wrap .outline__item dl {
    width: 100%;
    font-size: 1.3rem;
    display: block;
    padding: 3% 0;
  }
}

.outline__wrap .outline__item dl dt {
  width: 31%;
}

@media only screen and (max-width: 767px) {
  .outline__wrap .outline__item dl dt {
    width: auto;
    display: inline-block;
  }
  .outline__wrap .outline__item dl dt::before {
    content: '[ ';
  }
  .outline__wrap .outline__item dl dt::after {
    content: ' ]';
  }
}

.outline__wrap .outline__item dl dd {
  width: 66%;
}

@media only screen and (max-width: 767px) {
  .outline__wrap .outline__item dl dd {
    width: 100%;
  }
}

.outline__wrap .outline__item dl dd a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .outline__wrap .outline__item dl:nth-of-type(2) {
    border-top: none;
  }
}

.outline__wrap .outline__item + .outline__item {
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .outline__wrap .outline__item + .outline__item {
    margin-top: 10%;
  }
}

.outline__wrap P {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .outline__wrap P {
    font-size: 1.3rem;
    margin-top: 8%;
  }
}

.google_maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .google_maps {
    padding-bottom: 65%;
  }
}

.google_maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contect_box {
  padding: 55px 0 70px;
  border-top: 1px solid #892315;
  background: #f4f2e7;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .contect_box {
    padding: 6% 0 15%;
  }
}

.contect_box .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contect_box__title {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  color: #892315;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .contect_box__title {
    font-size: 1.7rem;
    margin-bottom: 6%;
  }
}

.contect_box__title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #892315;
  display: block;
  margin-left: -30px;
}

@media only screen and (max-width: 767px) {
  .contect_box__title::after {
    width: 30px;
    margin-left: -15px;
  }
}

.contect_box__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .contect_box__main {
    display: block;
    padding: 0 4%;
  }
}

.contect_box__btn_pajama {
  width: 364px;
  margin-right: 3%;
}

@media only screen and (max-width: 767px) {
  .contect_box__btn_pajama {
    width: 100%;
    margin-right: 0;
  }
}

.contect_box__btn_pajama a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  border: 2px solid #892315;
  background: #892315;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.14em;
  font-size: 2.2rem;
  padding: 5px 0;
  position: relative;
  -webkit-transition: background-color .4s,color .4s;
  transition: background-color .4s,color .4s;
}

@media only screen and (max-width: 767px) {
  .contect_box__btn_pajama a {
    font-size: 1.6rem;
  }
}

.contect_box__btn_pajama a span {
  display: block;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .contect_box__btn_pajama a span {
    font-size: 1.1rem;
  }
}

.contect_box__btn_pajama a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 16px;
  margin-top: -8px;
  background: url(/assets/img/icon/icon_blank_white.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .contect_box__btn_pajama a:after {
    width: 14px;
    height: 12px;
  }
}

.contect_box__btn_pajama a:hover {
  background: #fff;
  color: #892315;
}

.contect_box__btn_pajama a:hover::after {
  background: url(/assets/img/icon/icon_blank_red.png) no-repeat center top;
  background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
  .contect_box__btn_tel {
    width: 88%;
    margin: 7% auto 0;
  }
}
