@charset "UTF-8";
@font-face {
  font-family: "NotoSansCJKjp-demilight";
  src: url("../fonts/NotoSansCJKjp-DemiLight.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-black";
  src: url("../fonts/NotoSansCJKjp-Black.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowRegular";
  src: url("../fonts/BarlowCondensed-Regular.otf");
}
@font-face {
  font-family: "BarlowMedium";
  src: url("../fonts/Barlow-Medium.otf");
}
@font-face {
  font-family: "BarlowBold";
  src: url("../fonts/Barlow-Bold.otf");
}
@font-face {
  font-family: "BarlowSemiBold";
  src: url("../fonts/BarlowCondensed-SemiBold.otf");
}
@font-face {
  font-family: "DINMedium";
  src: url("../fonts/DIN-Medium-Regular.otf");
}
#contents .inner {
  max-width: 860px;
}
#contents .attention {
  line-height: 1.4;
}

.telContactAreaWrap {
  border: 4px solid #e5e5e5;
  margin-bottom: 50px;
  padding: 16px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.telContactAreaWrap .telContactArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea {
    display: block;
    text-align: center;
  }
}
.telContactAreaWrap .telContactArea dt, .telContactAreaWrap .telContactArea dd {
  padding: 5px 0;
}
.telContactAreaWrap .telContactArea dt {
  border-right: 1px solid #000;
  padding-right: 24px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea dt {
    border-bottom: 1px solid #000;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.telContactAreaWrap .telContactArea dt .telIcon {
  font-size: 20px;
  font-weight: bold;
  padding: 3px 0 3px 40px;
  background-size: 24px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea dt .telIcon {
    padding-left: 33px;
    background-size: 20px;
  }
}
.telContactAreaWrap .telContactArea dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea dd {
    display: block;
  }
}
.telContactAreaWrap .telContactArea dd .telNum {
  font-weight: 700;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea dd .telNum {
    margin-bottom: 7px;
  }
}
.telContactAreaWrap .telContactArea dd .businessHour {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .telContactAreaWrap .telContactArea dd .businessHour {
    margin-left: 0;
  }
}

.orangeLeftBdrTitle {
  font-size: 20px;
  margin-bottom: 20px;
}

#bulkContact {
  margin-bottom: 60px;
}
#bulkContact .articleList {
  margin-top: 30px;
  margin-bottom: 20px;
}
#bulkContact .articleList .a_box {
  width: 100%;
}
#bulkContact .articleList a .textArea {
  padding: 20px 15px;
}
#bulkContact .articleList a .textArea .title {
  font-size: 14px;
}
#bulkContact .pageBack {
  color: #0081cc;
  font-size: 13px;
}
#bulkContact .pageBack:hover {
  text-decoration: underline;
}

/* form */
/*-----------------------------------*/
#select_property_wrap {
  display: none;
}

.formWrap {
  background-color: #fff;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 60px;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .formWrap {
    padding: 6%;
    margin-bottom: 40px;
  }
}
.formWrap dl {
  margin-top: 30px;
}
.formWrap dl dt, .formWrap dl dd {
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .formWrap dl {
    display: block;
  }
}
.formWrap dl:first-of-type {
  margin-top: 0;
}
.formWrap dl:last-of-type {
  align-items: flex-start;
}
.formWrap dl:last-of-type dt {
  padding-top: 18px;
}
.formWrap dl.nameWrap dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .formWrap dl.nameWrap dd {
    display: block;
  }
}
.formWrap dl.nameWrap dd input[type=text] {

}
.formWrap dl.nameWrap dd span {
  width: 48.3% !important;
  margin-right: 3.4%;
}
.formWrap dl.nameWrap dd span:nth-child(2) {
  margin-right: 0;
}


@media only screen and (max-width: 768px) {
  .formWrap dl.nameWrap dd input[type=text] {
    width: 100%;
  }
}
.formWrap dl.nameWrap dd input[type=text]:first-of-type {
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .formWrap dl.nameWrap dd input[type=text]:first-of-type {
    margin-bottom: 0;
  }
}
.formWrap dl dd select {
  box-sizing: border-box;
    width: 100%;
    max-width: 640px;
    height: 60px;
    padding: 0 29px;
    font-size: 15px;
    line-height: 57px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
.formWrap dl dt {
  font-weight: bold;
  width: 100%;
  margin-right: 0;
  font-size: 1.3em;
  margin-bottom: 15px;
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  .formWrap dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.formWrap dl dd {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .formWrap dl dd {
    width: 100%;
  }
}
.formWrap dl dd input[type=text], .formWrap dl dd textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  margin-top: 5px;
  padding: 19px 29px;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body .formWrap dl dd textarea {
  height: 259px;
}

@media only screen and (max-width: 768px) {
  .formWrap dl dd input[type=text], .formWrap dl dd textarea {
    padding: 8px;
  }
}
.formWrap dl dd input[type=text]:only-child, .formWrap dl dd textarea:only-child {
  width: 100%;
}
.formWrap dl dd .unit {
  width: 50px;
  padding-left: 10px;
  box-sizing: border-box;
}
.formWrap dl dd.descriptionWrap {
  flex-direction: column;
  align-items: flex-start;
}
.formWrap dl dd.descriptionWrap p {
  margin-top: 8px;
}

/* 確認画面 */
.mw_wp_form_confirm .formWrap dl dt {
  padding-top: 0;
}

/* 完了画面 */
.complete .introTxtWrap .introTxt {
  line-height: 1.7;
  font-size: 15px;
}
.complete .introTxtWrap .topBack {
  margin-top: 30px;
}
.complete .introTxtWrap .topBack a {
  width: 230px;
  padding: 20px 30px;
  display: block;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body .contactBtn {
  background-color: #f54825;
  color: #fff;
  display: inline-block;
  border: none;
  border-radius: 5px;
  background-image: url("../images/icon/footContactArrow.png");
  background-position: 94% center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  width: 280px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contactBtn {
    width: 100%;
    font-size: 14px;
    padding: 16px;
  }
}

.contactBackBtn {
  color: #757575;
  background-color: #f5f5f5;
  border: 1px solid #757575;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  width: 280px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contactBackBtn {
    width: 100%;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 10px;
  }
}


.contact .italicTitleWrap,.under .italicTitleWrap {
  background-image: url(../images/mail1.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  position: relative;
}
.Title_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-shadow: 3px 3px 7px #000;
  color: #fff;
}
.Title_box h1 {
  color: #fff;
  font-weight: 700;
  font-family: 'Shippori Mincho', serif;
  font-style: italic;
  font-size: 3.5em;
  margin-bottom: 20px;
}
.Title_box .title_ja {
  font-size: 1.5em;
  margin-bottom: 0;
}
.sns_icon {
  border: 4px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 60px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.sns_title {
  width: 150px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.7em;
  padding: 25px;
  box-sizing: border-box;
  line-height: 1.5em;
  border-right: 4px solid #e5e5e5;
  justify-content: center;
}
.sns_list {
  width: calc(100% - 150px);
  padding: 25px;
  box-sizing: border-box;
  font-size: 16px;
}
.sns_list p {
  margin-bottom: 15px;
  line-height: 1.5em;
}
.sns_list p:last-child {
  margin-bottom: 0;
}
.sns_list p .red {
  color: #f54825;
  font-weight: 500;
}

.list {
  display: flex;
}
.sns_icon .list li {
  max-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-sizing: border-box;
}
.sns_icon .list li a {
  padding: 10px;
  border-radius: 10px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.sns_icon .list li.twitter a {
  background-color: #1d9bf0;
}
.sns_icon .list li.instagram a {
  position: relative;
  display: inline-block;r-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
.sns_icon .list li.instagram a:before{
  content: '';
  position: absolute;
  top: 33px;
  left: -20px;
  width: 60px;
  height: 60px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.instagram img {
  z-index: 2;
  position: relative;
}





.articleList .flex .photo {
  max-width: 200px;
  height: 150px;
  object-fit: cover;
  overflow: hidden;
}
.fovorite_list {
  width: calc(100% - 200px);
  padding-left: 20px;
}
.listItem .itemRemove {
  position: absolute;
  margin-bottom: 5px;
  left: 5px;
  border-radius: 100%;
  z-index: 1;
  top: 5px;
}
.listItem .itemRemove img:hover {
  cursor: pointer;
}

.listItem .itemRemove img {
  border-radius: 100%;
  box-sizing: border-box;
}
.articleList .a_box {
  padding-bottom: 40px;
  display: block;
  border-bottom: 4px solid #e5e5e5;
  margin-bottom: 40px;
  position: relative;
}
.listItem {
  position: relative;
}
.articleList {
  padding-top: 30px;
}
.propertyName {
  font-family: "Noto Sans JP";
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 5px;
  padding-bottom: 15px;
}
.photo img {
  width: 100%;
  height: 100%;
  transition: 1s all;
}
.articleList .a_box:hover .photo img {
  transform: scale(1.2,1.2);
  transition: 1s all;
}
.articleList .fovorite_button a {
  border: 1px solid #005731;
  color: #005731;
  text-align: center;
  font-size: 16px;
  padding: 15px;
  width: fit-content;
  border-radius: 4px;
  position: absolute;
  bottom: 50px;
  right: 0;
  background-color: #fff;
}
.articleList .fovorite_button a:hover {
  opacity: .6;
}

.addressName,.ariaName {
  font-size: 18px;
  margin-bottom: 15px;
}
.batchContactBtn {
  display: block;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fd3723;
  line-height: 1.3;
  font-size: 18px;
  font-family: "Noto Sans JP";
  background-size: 200% auto;
  border-radius: 0;
  box-shadow: #14184300 0 16px 64px;
  text-align: center;
  margin-bottom: 30px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.batchContactBtn a {
  display: block;
  color: #fff;
  padding: 15px 20px;
}


#allRemove {
  text-align: center;
  margin-top: 15px;
}
#allRemove a {
  border-bottom: 1px solid;
}
.articleList .listItem {
  width: 100%;
}
body .articleList .a_box {
  background-color: #fff;
}
.contact h2 {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 2em;
  text-align: center;
  margin-top: 40px;
}
.attention {
  text-align: center;
  font-size: 17px;
}
.btnWrap {
  display: flex;
  justify-content: space-evenly;
}

.sns_list_2 {
  text-align: center; /* テキストを中央揃えにする */
  width: 100%; /* 幅を100%にする */
  padding: 10px; /* 内側の余白を設定 */
  box-sizing: border-box; /* paddingとborderを含めた全体の幅を指定 */
  font-size: 15px; /* フォントサイズを指定 */
}

.sns_list_2 p {
  display: none; /* 初期状態は非表示にする */
}

@media only screen and (max-width: 1300px) {
  .sns_list_2 .sns_list_2sp {
    display: block; /* スマートフォンの場合に表示する */
  }
}

@media only screen and (min-width: 1301px) {
  .sns_list_2 .sns_list_2pc {
    display: block; /* PCの場合に表示する */
  }
}

.sns_list_2pc,
.sns_list_2sp {
  color: #000000; /* テキストの色を設定 */
  text-decoration: underline; /* アンダーバーをつける */
  text-decoration-color: #ffff66; /* アンダーバーの色を設定 */
  text-decoration-thickness: 3px; /* アンダーバーの太さを設定 */
  text-underline-offset: -1px; /* アンダーバーのオフセットを設定 */
}

.sns_list_2sp {
  font-size: 15px; /* フォントサイズを設定 */
  line-height: 1.5; /* 行間を1.5倍に設定（必要に応じて調整） */
}

.sns_list_2sp br {
  display: block; /* ブロック要素として挿入 */
  margin-bottom: 10px; /* 改行後の余白を設定 */
}
