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

/* ----- デフォルト詳細のリセット・変更 ここから ----- */
body {
  min-width: 1130px;
  background: #fff;
}
#main {
  margin: 10px auto 0;
}
#footArea .inner {
  /*padding-right: 220px;*/ /* default 220px */
}
/* ----- デフォルト詳細のリセット・変更 ここまで ----- */

.onlySP {
  display: none !important;
}
.Lbox {
  float: left;
}
.Rbox {
  float: right;
}
.defs {
  display: none;
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#main .box01 {
  z-index: 0;
}
#outline .tab {
  z-index: 0;
}

/* =========================================================
header,footer,side 共通
========================================================= */
header,
footer,
#sideArea {
  font-size: 12px;
  /* font-sizeやline-height等はここで指定する */
  padding: 0;
  margin: 0;
  min-width: 1100px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-repeat: repeat;
  /* bodyに指定すると物件概要枠に影響がでるので注意 */
}
header .inner,
footer .inner,
#copyright .inner {
  width: 1100px;
  margin: 0 auto;
  z-index: 1;
}

/* ===================================
header ※下層ページ共通
=================================== */
#headerContents {
  z-index: 9997;
  width: 100%;
  position: relative;
  top: 0;
  background: #fcfcfc;
  transition: 0.3s;
}
#headerContents > .inner {
  height: 75px;
  padding: 15px 0;
}
#headerContents h1 a {
  background: url(https://www.doutaku.jp/common/img/logo.png) no-repeat left center / contain;
  width: 300px;
  height: 60px;
  margin: 7px;
  text-indent: -9999px;
  display: block;
  float: left;
}
#headerContents h1 a:hover {
  opacity: 0.7;
}
.spNav dd.linkListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spNav dd.linkListWrap ul.linkList {
  width: 270px;
}

/* ===================================
ヘッダー電話番号
=================================== */
.headerTelBox {
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  margin: 12px 0 0;
}
@media screen and (max-width: 1300px) {
  .headerTelBox {
    padding-right: calc(1134.54545454545px - 87.27vw);
  }
}
@media screen and (max-width: 760px) {
  .headerTelBox {
    display: none;
  }
}
.headerTelBox .telBoxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  margin: 15px 0 0;
}
.headerTelBox .infoWrap,
.headerTelBox .info {
  color: #333;
}
/* ヘッダー電話番号 */
.headerTelBox .infoWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headerTelBox .tel {
  font-family: Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 28px;
  padding-left: 26px;
  margin: 0 0 0 15px;
  position: relative;
  color: #333;
}
.headerTelBox .tel:before {
  content: '';
  background: url(//base.formatline.com/common/img/ico_tel.png) no-repeat left;
  background-size: 21px 7px;
  display: block;
  width: 21px;
  height: 7px;
  position: absolute;
  top: 40%;
  left: 0;
}
.headerTelBox .info {
  margin: 3px 0 0 -10px;
}
.headerTelBox .tel02Box {
  margin: 2px 0 0 30px;
}
.headerTelBox .tel02 {
  font-size: 26px;
  font-family: Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.headerTelBox .tel02Box .telText {
  display: block;
  margin: 3px 0 0 -10px;
}
.headerTelBox .holiday {
  background: rgba(230, 230, 230, 0.7);
  border-radius: 20px;
  padding: 3px 0 2px;
  margin: 8px 0 0;
}

/* ===================================
#gnav
=================================== */
#gnav {
  border-bottom: 3px solid #8c54a1;
  background: #fcfcfc;
  height: 60px;
  position: relative;
  z-index: 1;
}
#gnav li {
  float: left;
  margin: 17px 0;
  border-left: 1px solid #e2e2e2;
  box-sizing: border-box;
}
#gnav .list4 li {
  width: 25%;
}
#gnav .list5 li {
  width: 20%;
}
#gnav .list6 li {
  width: calc(100% / 6);
}
#gnav .list7 li {
  width: calc(100% / 7);
}
#gnav li:last-child {
  border-right: 1px solid #e2e2e2;
}
#gnav li a {
  font-size: 14px;
  color: #333;
  padding: 5px 0;
  text-align: center;
  display: block;
  text-decoration: none;
}
#gnav b {
  font-weight: normal;
}
#gnav li a:hover {
  color: #8c54a1;
}
/* メガメニュー */
#gnav .menu-info {
  display: none;
  width: 100%;
  width: calc(100% - 80px);
  padding: 0 0 20px;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  background: #fcfcfc;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
#gnav .menu-info:before {
  content: '';
  display: block;
  background: #8c54a1;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 20px;
}
#gnav .menu-info .menu-inner {
  padding: 35px 4vw 40px 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#gnav .subTit {
  float: left;
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  padding: 27px 0 0;
}
#gnav .menu-info ul {
  box-sizing: border-box;
  width: calc(100% - 200px);
  overflow: hidden;
}
#gnav .menu-info ul li {
  width: 23%;
  margin: 0 2% 0 0;
  line-height: 50px;
  float: left;
  border-left: none;
}
#gnav .menu-info ul li:last-child {
  border-right: none;
}
#gnav .menu-info ul li:after {
  display: block;
  content: '';
  width: 24%;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 1370px) {
  #gnav .menu-info ul li {
    width: 31%;
    margin: 0 2% 0 0;
  }
}
#gnav .menu-info ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: block;
  margin: 0;
  padding: 10px 15px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  position: relative;
  transition: 0.3s;
}
#gnav .menu-info ul li a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 46%;
  right: 15px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gnav .menu-info ul li a:hover {
  color: #fff;
  background: #8c54a1;
  opacity: 1;
}
#gnav .menu-info ul li a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#gnav .menu-info ul li.badge {
  width: 115px;
  line-height: 22px;
  color: #fff;
  background: #8c54a1;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 30px 80% 5px 0;
}
#gnav .mega-menu li .hover {
  display: none;
  font-size: 14px;
  color: #333;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
}
#gnav .mega-menu li .normal {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 5px 0;
  text-align: center;
  display: block;
  text-decoration: none;
}
#gnav .mega-menu .selected .hover {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
}
#gnav .mega-menu .selected .normal {
  display: none;
}
#Wrap #gnav li.mega.selected a,
#Wrap #gnav li.mega.selected + li a {
  border-left: none;
}
#nav_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

/* ===================================
ハンバーガーメニュー
=================================== */
.menuListBtn {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 25px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 9998;
}
.menuListBtn li {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #333;
}
.menuListBtn li:first-child {
  top: 11px;
}
.menuListBtn li:nth-child(2) {
  top: 19px;
}
.menuListBtn li:nth-child(3) {
  top: 27px;
}
.menuListBtn:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.3s;
}

.menuOpen {
  height: 100%;
  overflow: hidden;
}
.spMenu {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  margin: 0;
  overflow-y: auto;
}
.openButton {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.openButton > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.openButton > span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.openButton:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

.spMenuHead {
  margin: 25px 20px 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* spNav */
.spNav {
  width: calc(1100px - 210px);
  min-width: 890px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spNav dt,
.spNav dd {
  padding: 0 0 50px;
  margin: 0 0 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1.5;
}
.spNav dt {
  width: 280px;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  color: #fff;
}
.spNav dt a,
.spNav li a {
  color: #fff;
  text-decoration: none;
}
.spNav a:hover {
  color: #8c54a1 !important;
  transition: 0.3s;
}
.spNav dd {
  width: calc(100% - 280px);
  width: 610px;
}
.spNav dd ul.linkList {
}
.spNav dd ul.linkList > li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 22px;
  margin: 3px 0 5px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 200px;
}
.spNav dd ul.linkList > li::before {
  position: absolute;
  content: '';
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #8c54a1;
  border-right: 2px solid #8c54a1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.spNav dd ul.linkList .sublink {
  width: 100%;
}
.spNav dd ul.linkList .sublink::before {
  display: none;
}
.spNav dd ul.linkList .sublink .sublinkList {
  float: left;
  line-height: 1.2;
  width: 194px;
}
.spNav dd ul.linkList .sublink .sublinkList li {
  width: 210px;
}
.spNav dd ul.sublinkList li > a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 18px;
  margin: 15px 0 0 7px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.spNav dd ul.sublinkList li > a:before {
  position: absolute;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 1px;
  background: #eee;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.spNav dd ul.linkList .sublink .sublinkList li.badge {
  width: 115px;
  line-height: 22px;
  color: #fff;
  background: #8c54a1;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 10px 0 0;
}
.spNav dt.borderNone,
.spNav dd.borderNone {
  border: none;
}
.spNav dd.linkListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spNav dd.linkListWrap ul.linkList {
  width: 270px;
}
.spNav dd.linkListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spNav dd.linkListWrap ul.linkList {
  width: 270px;
}
.spNav dd ul.linkList > li.wd100 {
  width: 100%;
}

@media screen and (min-width: 751px) and (max-width: 960px) {
  .spNav {
    width: auto;
    min-width: auto;
    margin: 0 30px;
  }
  .spNav dt {
    display: none;
  }
  .spNav dd {
    width: 100%;
  }
}

/* =========================================================
contents
========================================================= */
#contents {
  width: 1130px; /* default 1180px */
  margin: 0 auto;
}

/* ===================================
footer
=================================== */
#pageTop {
  text-align: right;
  margin-top: 30px;
  font-size: 0;
}

footer {
  background: #f2f2f2;
  padding: 20px 0 35px;
}
footer .inner {
  position: relative;
}
footer .logo a {
  background: url(https://www.doutaku.jp/common/img/logo.png) no-repeat 0 0 / contain;
  width: 300px;
  height: 60px;
  margin: 20px 0 30px;
  text-indent: -9999px;
  display: block;
}
#fNav {
  text-align: left;
  width: 650px;
  padding-top: 25px;
}
footer h1 a:hover,
footer .logo a:hover {
  opacity: 0.7;
}
footer p {
  font-size: 13px;
  color: #333;
}
footer .contactBox .tel {
  font-family: Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 30px;
  font-weight: normal;
  padding-left: 30px;
  margin-right: 5px;
  position: relative;
  color: #000;
}
footer .contactBox .tel a {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}
footer .contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0;
  align-items: baseline;
}
footer .tel:before {
  content: '';
  background: url(//base.formatline.com/type009/common/img/ico_tel.png) no-repeat left;
  background-size: 21px 7px;
  display: block;
  width: 21px;
  height: 7px;
  position: absolute;
  top: 44%;
  left: 0;
}
footer p.info {
  line-height: 1.5;
}
footer p.info small {
  font-size: 11px;
  display: block;
  margin-top: 6px;
}
footer p.info span {
  display: inline-block;
}

#fNav {
  text-align: right;
  position: absolute;
  right: 0;
  padding: 45px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 25px;
  width: 650px;
}

#fNav li {
  display: inline-block;
  margin: 0 0 25px 40px;
}

#fNav li a {
  font-size: 14px;
  color: #333;
  /* padding: 0 15px; */
  text-align: center;
  display: block;
  text-decoration: none;
}

#fNav li a:hover {
  text-decoration: underline;
}

/*
#fNav li.last a {
border: none;
}
*/
#fNav li:last-child a {
  border: none;
}
#copyright {
  font-size: 11px;
  color: #fff;
  padding: 22px 0;
  background: #f2f2f2;
}
#copyright p {
  color: #999;
}
#copyright a {
  color: #999;
  text-decoration: none;
}

/* ===================================
SNSアイコン
=================================== */
#copyright .inner {
  position: relative;
}
.snsIcon {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -15px;
}
.snsIcon li {
  display: inline-block;
}
.snsIcon li a:hover {
  opacity: 0.7;
}

/*--- LINEアイコン ---*/
.snsIcon .lineIcon {
  width: 45px;
  height: 45px;
}
.snsIcon .lineIcon .lineIcon__bg {
  fill: #333;
}
.snsIcon .lineIcon .lineIcon__txt {
  fill: #fff;
}

/*--- FACEBOOKアイコン ---*/
.snsIcon .fbIcon {
  fill: #333;
  width: 45px;
  height: 45px;
}

/*--- Twitterアイコン ---*/
.snsIcon .twIcon {
  fill: #333;
  width: 45px;
  height: 45px;
}

/*--- インスタアイコン ---*/
.snsIcon .lnstaIcon {
  fill: #333;
  width: 45px;
  height: 45px;
}

/*--- TikTokアイコン ---*/
.snsIcon .tkIcon {
  fill: #333;
  width: 32px;
  height: 45px;
}
/*--- SNSアイコン ---*/
.snsIcon {
  bottom: -20px;
}
.snsIcon .lineIcon .lineIcon__bg,
.snsIcon .fbIcon,
.snsIcon .twIcon,
.snsIcon .lnstaIcon,
.snsIcon .tkIcon {
  fill: rgba(255, 255, 255, 0.5);
}
.snsIcon .lineIcon .lineIcon__txt {
  fill: #8c54a1;
}

/* ===================================
色付きSNSアイコン
=================================== */
.snsIconColorVer {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.snsIconColorVer li a:hover {
  opacity: 0.7;
}
