@charset "UTF-8";
/*------------------------------
別荘オーナー様へ
------------------------------*/
/*title*/
#owner_title h1.title {
  background: url(../../pages/img/pageTitle_001.jpg) no-repeat center center;
  background-size: cover;
}
#owner_title h1.title span {
  display: block;
  font-size: 18px;
}
/*owner_intro*/
#owner_intro {
  margin: 60px 0;
  padding: 0 3%;
}
#owner_intro p {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 18px;
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #owner_intro p {
    font-size: 18px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #owner_intro p {
    font-size: 16px;
    text-align: left;
  }
	#owner_title h1.title{
		text-shadow: 0 0 4px rgb(0, 0, 0,1);
	}
  #owner_title h1.title span {
    font-size: 13px;
    letter-spacing: .2em;
  }
  h1.title {
    font-size: 18px;
    letter-spacing: .1em;
  }
}
/*owner_outline*/
#owner_outline {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}
#owner_outline_img {
  height: 500px;
  background: url("../img/owner/img01.jpg") no-repeat left top;
  background-size: cover;
  width: 50%;
}
#owner_outline_text {
  width: 50%;
  display: flex;
  justify-content: left;
  padding-right: 3%;
}
#owner_outline_text div {
  max-width: 650px;
}
#owner_outline_text h2 {
  font-size: 32px;
  margin-bottom: 25px;
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
}
#owner_outline_text h2 span {
  font-size: 20px;
  display: block;
}
#owner_outline_text p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
#owner_outline_text p:last-child {
  margin-bottom: 0;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #owner_outline {
    gap: 30px;
  }
  #owner_outline_text h2 span {
    font-size: 18px;
  }
  #owner_outline_text h2 {
    font-size: 28px;
    text-align: center;
  }
  #owner_outline_text p {
    font-size: 14px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #owner_outline {
    flex-direction: column-reverse;
  }
  #owner_outline_text {
    width: 100%;
    padding: 0 3%;
  }
  #owner_outline_img {
    width: 100%;
    height: 350px;
    background-position: center center;
  }
  #owner_outline_text div {
    max-width: inherit;
  }
  #owner_outline_text p {
    margin-bottom: 20px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*owner_flow*/
#owner_flow {
  padding: 0 3%;
  margin-bottom: 80px;
}
#owner_flow h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: .06em;
  margin-bottom: 60px;
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
}
#owner_flow ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 70px;
}
#owner_flow li h3 {
  text-align: center;
  color: #654918;
  font-size: 22px;
  margin-bottom: 25px;
  padding-top: 55px;
  position: relative;
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
}
#owner_flow li h3:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 0;
  background-repeat: no-repeat;
}
#owner_flow li:nth-child(1) h3:before {
  width: 32px;
  height: 35px;
  background-image: url("../img/owner/icon1.png");
}
#owner_flow li:nth-child(2) h3:before {
  width: 32px;
  height: 34px;
  background-image: url("../img/owner/icon2.png");
}
#owner_flow li {
  width: 50%;
  position: relative;
}
#owner_flow li:nth-child(1):before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 170px;
  background-color: #ccc;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -85px;
  background-repeat: no-repeat;
}
#owner_flow li p {
  line-height: 2;
  font-size: 16px;
}
#owner_flow li p span {
  font-size: 13px;
  display: block;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #owner_flow h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #owner_flow li h3 {
    font-size: 20px;
  }
  #owner_flow li p {
    font-size: 14px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #owner_flow ul {
    flex-direction: column;
  }
  #owner_flow li:nth-child(1):before {
    display: none;
  }
  #owner_flow li {
    width: 100%;
  }
  #owner_flow h2 {
    font-size: 22px;
  }
}
/*owner_management*/
#owner_management {
  padding: 70px 3%;
  background-color: #eee;
}
#owner_management h2 {
  text-align: center;
  font-size: 32px;
  letter-spacing: .06em;
  margin-bottom: 20px;
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
}
#owner_management h2 + p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .06em;
  margin-bottom: 40px;
}
#owner_management ol {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
#owner_management li {
  width: 31%;
  max-width: 380px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  padding: 33px 0;
  position: relative;
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
}
#owner_management li:before {
  display: inline-block;
  color: #e0d5c2;
  font-size: 55px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -50px;
  background-repeat: no-repeat;
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
  font-style: italic;
}
#owner_management li:nth-child(1):before {
  content: '1';
}
#owner_management li:nth-child(2):before {
  content: '2';
}
#owner_management li:nth-child(3):before {
  content: '3';
}
#owner_management li:nth-child(4):before {
  content: '4';
}
#owner_management li:nth-child(5):before {
  content: '5';
}
#owner_management li:nth-child(6):before {
  content: '6';
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #owner_management h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #owner_management h2 + p {
    font-size: 14px;
  }
  #owner_management li {
    width: 30%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #owner_management ol {
    gap: 30px 20px;
    justify-content: center;
  }
  #owner_management li {
    width: 44%;
    font-size: 14px;
  }
  #owner_management li:before {
    font-size: 40px;
    top: -35px;
  }
  #owner_management h2 {
    font-size: 22px;
  }
}
/*owner_feature*/
#owner_feature {
  padding: 100px 0;
}
#owner_feature li {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
#owner_feature li:nth-child(1) {
  margin-bottom: 70px;
}
#owner_feature li:nth-child(2) {
  flex-direction: row;
}
#owner_feature li .owner_feature_img {
  height: 500px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 44%;
}
#owner_feature li:nth-child(1) .owner_feature_img {
  background-image: url("../img/owner/img02.jpg");
}
#owner_feature li:nth-child(2) .owner_feature_img {
  background-image: url("../img/owner/img03.jpg");
}
#owner_feature li .owner_feature_text {
  display: flex;
  width: 50%;
  justify-content: right;
}
#owner_feature li:nth-child(1) .owner_feature_text {
  padding-left: 3%;
}
#owner_feature li:nth-child(2) .owner_feature_text {
  padding-right: 3%;
  justify-content: left;
}
#owner_feature li .owner_feature_text div {
  max-width: 600px;
}
#owner_feature li .owner_feature_text h2 {
  text-align: center;
  color: #654918;
  font-size: 32px;
  margin-bottom: 30px;
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
}
#owner_feature li .owner_feature_text p {
  font-size: 16px;
  line-height: 2;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #owner_feature li .owner_feature_text h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #owner_feature li .owner_feature_text p {
    font-size: 14px;
  }
  #owner_feature li {
    gap: 70px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #owner_feature li, #owner_feature li:nth-child(2) {
    flex-direction: column-reverse;
  }
  #owner_feature li .owner_feature_img {
    width: 100%;
    height: 350px;
  }
  #owner_feature li .owner_feature_text {
    width: 100%;
    justify-content: center;
  }
  #owner_feature li:nth-child(1) .owner_feature_text {
    padding-right: 3%;
  }
  #owner_feature li:nth-child(2) .owner_feature_text {
    padding-left: 3%;
  }
  #owner_feature li .owner_feature_text div {
    max-width: inherit;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #owner_feature li .owner_feature_text h2 {
    font-size: 22px;
  }
}
/*owner_inquiry*/
#owner_inquiry {
  max-width: 1200px;
  margin: 0 auto 80px auto;
  border: 1px solid #654918;
  padding: 45px 55px;
  width: 94%;
}
#owner_inquiry h2 {
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
  text-align: center;
  font-size: 32px;
  color: #654918;
  margin-bottom: 20px;
}
#owner_inquiry p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
#owner_inquiry p:last-child {
  margin-bottom: 0;
}
#owner_inquiry ul {
  display: flex;
  gap: 55px;
  justify-content: center;
  align-items: center;
}
#owner_inquiry #owner_inquiry_mail {
  max-width: 410px;
  width: 50%;
}
#owner_inquiry #owner_inquiry_mail h3, #owner_inquiry #owner_inquiry_tel h3 {
  color: #654918;
  margin-bottom: 3px;
  text-align: center;
  font-size: 16px;
}
#owner_inquiry #owner_inquiry_mail a {
  text-align: center;
  text-decoration: none;
  background-color: #654918;
  font-size: 20px;
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
  color: #fff;
  position: relative;
  display: block;
  padding: 16px 0 16px 50px;
}
#owner_inquiry #owner_inquiry_mail a:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 26px;
  background-image: url("../img/owner/icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -13px;
  background-repeat: no-repeat;
}
#owner_inquiry #owner_inquiry_tel #number {
  font-family: "ryo-text-plusn", serif;
  font-weight: 300;
  font-size: 37px;
  color: #654918;
  padding-left: 45px;
  line-height: 1.4;
  position: relative;
}
#owner_inquiry #owner_inquiry_tel #number:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 36px;
  background-image: url("../img/owner/icon_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 12px;
  background-repeat: no-repeat;
}
#owner_inquiry #owner_inquiry_tel p em {
  display: block;
  font-weight: normal;
  font-size: 11px;
  color: #666;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {
  #owner_inquiry h2 {
    font-size: 28px;
  }
  #owner_inquiry p {
    font-size: 14px;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #owner_inquiry ul {
    flex-direction: column;
  }
  #owner_inquiry #owner_inquiry_mail {
    width: 100%;
  }
  #owner_inquiry #owner_inquiry_mail a {
    font-size: 16px;
  }
  #owner_inquiry ul {
    gap: 30px;
  }
  #owner_inquiry #owner_inquiry_mail h3, #owner_inquiry #owner_inquiry_tel h3 {
    font-size: 14px;
  }
  #owner_inquiry #owner_inquiry_mail a:before {
    width: 20px;
    height: 15px;
    margin-top: -7.5px;
    left: 40px;
  }
  #owner_inquiry #owner_inquiry_tel #number {
    font-size: 28px;
    padding-left: 28px;
  }
  #owner_inquiry #owner_inquiry_tel #number:before {
    width: 18px;
    height: 25px;
  }
  #owner_inquiry h2 {
    font-size: 22px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #owner_inquiry {
    padding: 40px 35px;
  }
}