@charset "utf-8";

.content .btn-link {
  font-size: 150%;
  margin-top: 30px;
  height: 50px;
  padding-top: 10px;
  border-radius: 100px;
}

.mv {
  padding-bottom: 10px;
}

.bg_orange {
  padding: 30px 0;
}

.bg_orange::before {
  background-color: #EE782B;
}

.bg_orange .ttl {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
}

.bg_orange p,
.bg_orange .ttl a {
  color: #fff;
  line-height: 2;
  text-align: center;
}

.content .facility h2 {
  color: #000;
}

.content .facility h3 {
  color: #B4A379;
  justify-content: space-between;
}

.content .facility h3 .label {
  font-size: 14px;
  background-color: #B4A379;
  color: #fff;
  padding: 2px 5px;
}

.content .facility h3::after {
  display: none;
}

.content .facility dt {
  font-weight: bold;
  margin-top: 10px;
  font-size: 120%;
}

.plan .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #7A6A56;
  color: #fff;
  padding: 10px;
}

.plan .price {
  font-size: 250%;
  text-align: right;
  color: #595757;
  font-weight: bold;
}

.plan dl {
  margin: 20px 0;
}

.plan dt {
  float: left;
}

.plan dd {
  padding-left: 100px;
}

.plan .grid-6 p img {
  width: auto;
  max-width: 100%;
}

.freechoice-localnav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.freechoice-localnav::after {
  display: none;
}

.freechoice-localnav>div {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}

.freechoice-localnav a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 20px 20px 0 0;
  background-color: #f7b216;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1.5;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.freechoice-localnav-inner {
  border-style: solid;
  border-color: #f7b216;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.freechoice-localnav a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.freechoice-localnav-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.freechoice-localnav-thumbnail img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .luimg{
    margin: 0!important;
  }
  .plan dl {
    padding-left: 30px;
  }

  .freechoice-localnav {
    margin-top: 33px;
  }

  .freechoice-localnav>div {
    width: 280px;
  }

  .freechoice-localnav>div:hover a {
    background-color: #ef7b1b;
  }

  .freechoice-localnav>div:hover .freechoice-localnav-inner {
    border-color: #ef7b1b;
  }

  .freechoice-localnav a {
    height: 50px;
    font-size: 16px;
    line-height: 1.2;
  }

  .freechoice-localnav a span {
    font-size: 12px;
  }

  .freechoice-localnav-logo {
    margin: 0 !important;
    height: 107px;
  }
}

@media screen and (min-width: 1200px) {}


@media screen and (max-width: 768px) {

  .mv .layout-frame {
    /* width: 70%; */
    margin: auto;
  }

  .bg_orange {
    margin-bottom: 30px;
  }

  .bg_gray {
    margin-bottom: 30px;
  }

  .content .layout-frame.madori {
    margin: 30px auto 20px;
    margin-left: -10px;
  }

  .content .madori .layout-unit {
    display: inline;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 45%;
  }

  .sp-half {
    text-align: center;
  }

  .sp-half img {
    width: 60% !Important;
  }

  .content .btn-link {
    margin: 10px auto 30px;
    font-size: 120%;
    height: 40px;
  }

  .content .facility h3 {
    font-size: 17px;
  }

  .content .facility h3.long {
    display: block;
  }

  .content .facility h3.long>span {
    width: 100%;
    display: block;
  }

  .content .facility h3 .label {
    font-size: 12px;
    display: inline-block;
  }

  .freechoice-localnav {
    margin-top: 33px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .freechoice-localnav>div {
    margin: 0 0 20px;
    width: 48%;
  }

  .freechoice-localnav a {
    height: 40px;
    font-size: 13px;
    line-height: 1.2;
  }

  .freechoice-localnav a span {
    font-size: 10px;
  }

  .freechoice-localnav-inner {
    border-width: 1px;
  }

  .freechoice-localnav-logo {
    margin: 0 !important;
    height: 70px;
  }

  .freechoice-localnav>div:nth-child(1) .freechoice-localnav-logo img {
    width: 42.857%;
  }

  .freechoice-localnav>div:nth-child(2) .freechoice-localnav-logo img {
    width: 56.0714%;
  }

  .freechoice-localnav>div:nth-child(3) .freechoice-localnav-logo img {
    width: 74.642%;
  }

  .freechoice-localnav>div:nth-child(4) .freechoice-localnav-logo img {
    width: 41.785%;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.freechoice-localnav a {
  padding-top: 8px;
  height: 42px;
}


.bg_wide {
  position: relative;
  text-align: center;
}

.bg_wide::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  content: "";
  z-index: -1;
}

@media only screen and (max-width: 1150px) {
  .bg_wide::before {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: 0;
  }
}

.bnr-campain {
  display: block;
  margin: 0 auto 20px;
}


.bg_gray {
  padding: 50px 0 50px;
}

.bg_gray::before {
  background-color: #F4F1ED;
}
.flexbox  {
  margin: 0 50px;
}
.flexbox .ttl {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
}

.flexbox p {
  width: 46%;
  display: inline-block;
  color: #000;
  line-height: 2;
  text-align: center;
  background-color: #ffffff;
  padding: 10px 30px;
  text-decoration: none;
  margin: 0 auto;
  border: 1px #000 solid;
}
.flexbox p.black {
  display: inline-block;
  color: #fff;
  line-height: 2;
  text-align: center;
  background-color: #000;
  padding: 10px 30px;
  text-decoration: none;
  margin: 0 auto;
  border: 1px #000 solid;
}
.bg_gray p a{
  display: block;
  text-decoration: none!important;
}
.flexbox p.black a{
  color: #fff!important;
}
.main {
  width: 100%;
  margin-bottom: 40px;
}

.main .main-visual {
  width: 100%;
  margin-bottom: 60px;
}

.main .main-visual img {
  width: 100%;
  height: auto;
}

.main .main-text {
  width: 42.5%;
  margin: 0 auto;
}

.main .main-text img {
  width: 100%;
  height: auto;
}

.about {
  padding-left: 30px;
}

.about h2 {
  color: #000;
  line-height: 1.5;
  font-size: 28px;
}

.about p {
  margin: 10px 0 0;
  line-height: 1.75;
}

.linkClick {
  position: relative;
}

.linkClick::after {
  content: "";
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: -30px;
  right: -100px;
  background-image: url(../images/unihabi/click.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}
.img01 {
  width: 96%;
  height: auto;
}
@media only screen and (max-width: 1150px) {
  .about h2 {
    color: #000;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 500!important;
  }
  .bg_gray p,
  .bg_gray .ttl a {
    padding: 5px 10px;
  }

  .linkClick::after {
    bottom: -40px;
    right: -10px;
  }

  .about {
    padding-left: 0;
    margin-bottom: 30px !important;
  }

  .about p {
    margin: 10px 20px 0;
    line-height: 1.5;
  }

  .main .main-visual {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 30px;
  }

  .img01 {
    width: 100%;
    height: auto;
    width: calc(100% + 30px);
    margin-left: -15px !important;
    margin-bottom: 30px !important;
  }

  .main .main-text {
    width: 80%;
    margin: 0 auto;
  }

  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }

  .slideArea {
    margin-top: 50px !important;
  }
}

.slideArea {
  position: relative;
  width: 100vw;
  overflow: hidden;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 0px;
}


.slideArea img {
  width: 98%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.content .button-catalog a {
  max-width: 860px;
}

@media only screen and (min-width: 769px) {
  .mlnav {
    margin: 20px 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .content .button-catalog a .txt .bold.large {
    font-size: 20px;
    margin-left: 58px;
  }

  .content .button-catalog a .txt .bold.large::before {
    display: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .page-title {
    margin-bottom: 0px;
  }
  .main .main-text img{
    width: 94%;
    margin: 0 auto;
  }
  .sp-mt10{
    margin-top: 10px;
  }

}

@media only screen and (max-width: 768px) {
  .content .button-catalog a .label {
    margin: 0 auto 10px;
    float: left;
    width: 50px;
    height: 50px;
  }
  .clear{
    clear: both;
  }
  .mlr20{
    margin: 0 20px 20px!important;
  }
}
@media only screen and (max-width: 768px) {
  .content .button-catalog a .txt {
    margin: 10px auto 0;
  }
  .button-catalog{
    margin-bottom: 40px;
  }
  .content ul.mlnav {
    margin: 20px auto 15px !important;
  }
  .mb30{
    margin-bottom: 30px!important;
  }
  .mt30{
    margin-top: 30px!important;
  }
  .contact-box {
    background-color: #f4f4f4;
    margin: 0px auto 0;
    padding-bottom: 40px;
    position: relative;
    z-index: 99;
  }
}

@media print, screen and (min-width: 769px) {
  .pc-mt30 {
    margin-top: 50px !important;
    margin-bottom: 30px !important;
  }
  .pc-mt40 {
    margin-top: 50px !important;
    margin-bottom: 40px !important;
  }
}

/* NEW */

.leaf h2{
  color: #000!important;
}
/* div::after {
  content: none !important;
  display: none !important;
} */

/* 必要なら clearfix は別クラスで */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.leaf-section {

}

.leaf-item {
  margin-bottom: 30px;
}

.leaf-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 6px;
}

.leaf-dot {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  flex: 0 0 22px;
  margin-top: 4px;
}

.leaf-dot::before {
  content: "";
  position: absolute;
  left: 6px;
  top: -2px;
  font-size: 19px;
  line-height: 1;
  color: #222;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", serif;
  font-weight: 700;
}

.leaf-dot.grayico {
  background: #cae4ca;
}

.leaf-dot.pink {
  background: #ebc6ce;
}

.leaf-dot.beige {
    background: #e3dcbc;

}

.leaf-dot.blue {
  background: #cadee5;
}

.leaf-title {
  margin: 0;
  color: #222!important;
  font-size: 22px;
  line-height: 1.45;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.leaf-text {
  margin: 4px 0 0 32px;
  color: #222;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .content h3.leaf-title {
    margin: 25px 0 0 -40px;
    font-size: 16px!important;
    position: relative;
  }
  .leaf-item p {
  margin: 10px 0 0 25px;
  line-height: 1.75;
}
}
/* @media (max-width: 768px) {
  .leaf-section {
    padding: 20px 16px 0;
  }

  .leaf-item {
    margin-bottom: 24px;
  }

  .leaf-head {
    gap: 8px;
    align-items: flex-start;
  }

  .leaf-dot {
    width: 18px;
    height: 18px;
    min-width: 18px;
    flex: 0 0 18px;
    margin-top: 3px;
  }

  .leaf-dot::before {
    left: 4px;
    top: -1px;
    font-size: 16px;
  }

  .leaf-title {
    font-size: 18px;
    line-height: 1.5;
  }

  .leaf-text {
    margin-left: 26px;
    font-size: 13px;
  }
} */
.content h3.leaf-title::after {
  display: none!important;
}
  .content h3.leaf-title {
    margin: 25px 0 0 -50px;
    font-size: 20px;
    position: relative;
  }
  .leaf-item p {
  margin: 10px 0 0 25px;
  line-height: 1.75;
}
.icon-leaf{
  padding-left: 25px;
  background: url(../images/leaf/icon-leaf.png) no-repeat center left;
  background-size: 20px;
}

.flexbox{
  display: flex;
  justify-content: space-between;
}

.line-box {
  display: flex;
  align-items: stretch;
}

.line-box > .layout-unit {
  width: 50%;
}

.image-col img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-col {
  padding: 30px 40px;
  box-sizing: border-box;
}

.line-auto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.line-bottom {
  margin-top: 30px;
}
.content .line-auto h3 {
  color: #000!important;
  margin: 0px 0 0!important;
}

@media print, screen and (min-width: 769px) {
  .content .layout-frame.property-flex {
    display: flex;
    align-items: stretch;
    margin: 20px 0 0 -30px;
  }

  .content .layout-frame.property-flex .layout-unit {
    float: none;
    display: block;
  }

  .content .layout-frame.property-flex .image-col,
  .content .layout-frame.property-flex .text-col {
    width: calc(50% - 30px);
  }

  .content .layout-frame.property-flex .image-col img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .content .layout-frame.property-flex .text-col {
    box-sizing: border-box;
  }

  .content .layout-frame.property-flex .line-auto {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .content .layout-frame.property-flex .line-bottom {
    margin-top: auto;
  }
}
.leaf-lineup{
  margin: 80px 50px;
}
.titarea{
  width: 100%;
  margin-top: 0px;
  margin-bottom: 60px;
  text-align: center;
}

.detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 290px;
  height: 52px;
  border: 2px solid #6f6f6f;
  background: #fff;
  color: #2f2f2f;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  text-decoration: none!important;
}

.detail-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #2f2f2f;
}

.detail-btn:hover {
  opacity: 0.8;
}

 .line-top p{
margin: 0px 0 0!important;
 }

.aboutbox {
  display: none;
}

.detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 290px;
  height: 72px;
  border: 1px solid #666;
  background: #fff;
  color: #222;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

.detail-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #222;
  transition: transform 0.2s ease;
}

.detail-btn.is-open::after {
  border-top: 13px solid #222;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 0;
  width: 0;
  height: 0;
}

.aboutbox {
  display: none;
  margin-bottom: 50px;
}

.detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 290px;
  height: 72px;
  border: 1px solid #666;
  background: #fff;
  color: #222;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}

.detail-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #222;
  transition: transform 0.2s ease;
}

.detail-btn.is-open::after {
  border-top: 13px solid #222;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 0;
  width: 0;
  height: 0;
}
.gray{
  background-color: #efefef;
  padding: 5px 10px;
  width: 96%;
}
.content .table h3 {
  color: #000;
}

.content .table table  {
    border: none!important;
  }
.content .table table th {
    border: 1px solid #ccc!important;
    border-left: 0px!important;
        border-right: 0px!important;
        background-color: #ececec!important;
  }
.content .table table td {
    border: 1px solid #ccc!important;
    border-left: 0px!important;
        border-right: 0px!important;
  }
@media only screen and (max-width: 1150px) {
  .img01 {
    width: 100%!important;
    height: auto;
    margin-left: 0px !important;
    margin-bottom: 30px !important;
  }
  .sec01-tit{
    text-align: center;
  }
  .flexbox{
    flex-wrap: wrap;
    margin: 0 0px;
  }
  .flexbox p{
    width: 100%;
    margin-bottom: 0px!important;
  }
    .flexbox p:first-child{
    margin-bottom: 20px!important;
  }
  .leaf-lineup {
  margin: 80px 0px;
}
.sec02-tit{
  width: 70%;
  margin: 0 auto 40px!important
}
.liTit{
  color: #000!important;
  margin-bottom: 30px!important;
}
.detail-btn{
  width: 100%;
  font-size: 16px;
  height: 46px;
  margin-bottom: 40px;
}
.gray {
  background-color: #efefef;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 30px!important
}
/* .content .aboutbox table th,
.content .aboutbox table td {
  display: table-cell!important;
  width: auto!important;
}
.content .aboutbox table {
  width: 100%;
  border-collapse: collapse;
}

.content .aboutbox table th {
  width: 140px;       
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 10px 12px;
}

.content .aboutbox table td {
  padding: 10px 12px;
} */
}

.h2-black{
  color: #000!important;
  text-align: left!important;
  margin: 0 0px 20px !important;
  font-size: 16px!important;
}
.sec01-image{
  width: 100%;
}
.sec01-image img{
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .mt0{
margin: 0px 0 0!important;
}
}
@media print, screen and (max-width: 768px) {
  .icon-leaf{
  padding-left: 0px;
  background: none;
  background-size: 0px;
}
.sp-reverse{
    flex-direction: column-reverse;
}
  .flexbox.sp-reverse p{
    margin-bottom: 20px !important;
  }
  .flexbox.sp-reverse p:first-child {
    margin-bottom: 0px !important;
  }
  .sp-mt{
    margin-top: 20px;
  }
}