@charset "utf-8";
/* CSS Document */
body{
  background-color: #fff;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#top{
  position: relative;
  height: 100vh;
  width:100%;
}

.slide-bg{
  height: 100vh;
  width:100%;
  overflow: hidden;
}

.main-bg{
  height: 100vh;
  width:100%;
  background-image: url(../img/main-img-01.jpg);
  background-position: bottom;
  background-size: cover;
  position: absolute;
  top:0;
  z-index: -10;
  opacity:1;
}
.sm-slider li div {
  padding-left: 30px;
  top: 42%;
  z-index: 1000;
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
}
.head-ttl h1{
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: 12px;
  margin: 0;
  color: #FFF;
}
.sm-slider li span{
  background-position: bottom;
}

.main-catch{
  font-size: 32px;
  text-align: center;
  margin-top: 75px;
  text-shadow: black 1px 1px 20px, black -1px 1px 20px, black 1px -1px 20px, black -1px -1px 20px;
}

.top-bar{
  position: absolute;
  width: 100%;
  height: 30%;
  z-index: 2;
  top: 140px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-line{
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #273e75;
  opacity: 0;
}
.lup{
  top: 20px;
}
.lbt{
  bottom: 20px;
}

.topp-box{
  width: 100%;
}
.t-logo{
  color: #fff;
  font-size: 58px;
  letter-spacing: 0;
  opacity: 0;
  text-shadow: black 1px 1px 20px, black -1px 1px 20px, black 1px -1px 20px, black -1px -1px 20px;
}

.t-logo span{
  font-size: 130%;
}

.topp-box p{
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.8;
}

.top-info-wrap h2 {
    font-size: 24px;
    font-weight: normal;
    position: relative;
    margin-bottom: 16px;
	text-align: left;
}

.align-l {
    text-align: left;
}

.line-height-ex {
    line-height: 1.8em;
}

.mt-24 {
    margin-top: 24px;
}

.content-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}

.company-linktext {
    text-align: center;
    max-width: 350px;
    margin: auto;
}

.company-linktext-wrap .ttl {
	padding: 13px 62px 13px 62px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    background: #06395f;
    font-size: 18px;
    margin-top: 28px;
    clear: both;
    display: inline-block;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.common-ttl {
    font-size: 24px;
    margin: 0 auto 80px;
    text-align: center;
    line-height: 1.3em;
    position: relative;
}

.col-sm-6 {
  width: 50%;
	float: left;
	padding-right: 6px;
  display: block;
}

.top-company-wrap .company-image1-wrap {
    position: relative;
	background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../style/img/head_company_01.jpg);
    height: 180px;
    margin: 4px;
	background-size: cover;
}

.top-company-wrap .company-image2-wrap {
    position: relative;
	background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../style/img/head_company_02.jpg);
    height: 180px;
    margin: 4px;
	background-size: cover;
}

.sub{
  font-size: 28px;
  color: #fff;
  margin-top: 20px;
  letter-spacing: 0.1em;
  opacity: 0;
}

.news-banner-list {
    position: absolute;
    bottom: 30px;
    right: 8px;
    color: #333;
}

.news-banner-list li {
    display: inline-block;
}

.new-banner2 {
    bottom: 0;
    margin-top: 6px;
    text-align: center;
    height: 71px;
    background-image: url(../img/top-mail-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
    border: 1px solid #fff;
    overflow: hidden;
}

.new-banner2 a {
    height: 100%;
    display: block;
    color: #fff;
}

.new-banner3 {
    right: 0px;
    bottom: 0;
    text-align: center;
    height: 71px;
    background-image: url(../img/top-dinner-img2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
    border: 1px solid #fff;
    overflow: hidden;
}

.bn-ttl2 {
    margin-top: 2px;
    font-size: 26px;
    text-shadow: black 1px 1px 20px, black -1px 1px 20px, black 1px -1px 20px, black -1px -1px 20px;
}

.bn-text2 {
    background-color: #5f0705;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 26px;
    opacity: 0.9;
}

.bn-text2 .big-number {
    font-size: 22px;
    font-weight: bold;
}

.top-btn-wrap {
	opacity: 1;
	position: absolute;
  right: 0;
  bottom: 3px;
  padding: 8px;
  z-index: 5;

}

.top-btn-wrap2 {
	opacity: 1;
  right: 0;
  bottom: 3px;
  padding: 8px;
  z-index: 5;

}

.top-btn-wrap2 ul li .tel-number {
	text-align:right;
	font-size:32px;
	margin-left: 2px;
  line-height: 1.2;
  color: #fff;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

.top-btn-wrap2 ul li .tel-info {
	font-size: 14px;
	text-align:right;
  color: #fff;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}



.top-btn-wrap ul li {
	display:inline-block;
	vertical-align: top;
	margin-left: 5px;
	transition: all 600ms ease 0s;
}
.top-btn-wrap ul li a{
	color: #fff;
	display:block;
	font-size: 18px;
	padding:12px 8px;
}

.top-btn-wrap ul li .request {
	margin-top:5px;
  padding: 14px 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.top-btn-wrap ul li i{
	padding-left:8px;
}
.top-btn-wrap ul li .inspection {
	margin-top:5px;
  padding: 14px 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.top-btn-wrap ul li .tel-number {
	text-align:right;
	font-size:38px;
  line-height: 1.2;
  color: #fff;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

}
.top-btn-wrap ul li .tel-number .fa {
}
.top-btn-wrap ul li .tel-info {
	font-size: 16px;
	text-align:right;
  color: #fff;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

.empty-banner-list{
	position:absolute;
	width:400px;
	background-color:#159fb7;
  left: 15px;
  bottom: 15px;
}
.empty-ttl {
  background: #222;
  color: #fff;
  padding: 4px;
}
.empty-ttl span {
  font-size: 11px;
  padding-left: 8px;
}
.building_name {
  color: #FFF;
  padding: 4px;
  text-align: center;
}
.remain {
  text-align: center;
  padding: 0 4px 4px;
  color: #ccc;
}
.empty-wrap{
  display: flex;
}
.empty-wrap > div{
  width: 33%;
}
.bg-dif{
	background-color:#247b9e ;
	}
/* ----------------------------------------
インフォメーション
---------------------------------------- */
#info-area{
  background-color: #dcd8d1;
}

.info-wrap{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.info-box{
  width: 40%;
  margin: 20px 15px;
  padding: 15px;
  color: #fff;
  background-color: #06395f;
  display: flex;
  opacity: 0;
  position: relative;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  transition: all 600ms ease 0s;
}
.info-box:hover{
  background-color: #115386;
}


.info-box a{
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
}
.info-box-img{
  flex: 1;
  display: flex;
  align-items: center;
  height: 120px;
  background-size: cover;
  background-position: center;
}
.info-box-txt{
  padding-left: 10px;
  flex: 2;
}
.info-box-txt h3{
  font-size: 16px;
  border-bottom: solid 1px #fff;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.info-box-txt div{
  font-size: 16px;
  border-bottom: solid 1px #fff;
  padding-bottom: 4px;
  margin-bottom: 6px;
}



.info-box img{
  width: 100%;
  display: block;
}
.info-box p{
  margin-top: 10px;
}
/* ----------------------------------------
特徴
---------------------------------------- */
.mask-w{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}

.mask-w-l{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}

.feat-wrap{
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}


.fr {
  right: 0;
}

.feat-name{
  font-size: 80px;
  position: absolute;
  top: 10px;
  line-height: 1;
  z-index: 3;
  opacity: 0;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}
.fn-r{
  right: 8%;
}
.fn-l{
  left: 8%;
}

.feat-box{
  width: 460px;
  background-color: #e4e4e4;
  padding: 40px;
  position: absolute;
  top: 60px;
  z-index: 2;
  opacity: 0;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}

.fb-r{
  right: 6%;
}
.fb-l{
  left: 6%;
}

.feat-txt .ttl{
  font-size: 20px;
  line-height: 1.6;
}

.feat-txt .ttl span{
  font-size: 130%;
  display: block;
}
.feat-txt p{
  line-height: 1.8;
}
.feat-link{
  margin-top: 16px;
  text-align: right;
}
.feat-link a{
  display: inline-block;
  padding: 10px 16px;
  background-color: #06395f;
  color: #fff;
  transition: all 600ms ease 0s;
}

.feat-link a:hover{
  background-color: #115386;
}
.feat-bg{
  width: 70%;
  height: 500px;
  background-position: center;
  background-size: cover;
  position: absolute;
  opacity: 0;
}

.bg-con-s{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-con-s:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/feature-01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.bg-con-d{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-con-d:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/feature-02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.bg-con-d02 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-con-d02:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/feature-05.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}




.bg-con-r{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-con-r:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/feature-03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.bg-con-p{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-con-p:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/feature-04.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}


.space .feat-name{
  background: -webkit-linear-gradient(95deg, #01101d, #47a2d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dish .feat-name{
  background: -webkit-linear-gradient(95deg, #1d1201, #d8a547);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.room .feat-name{
  background: -webkit-linear-gradient(95deg, #1d0111, #d25959);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.public .feat-name{
  background: -webkit-linear-gradient(95deg, #011d03, #39939c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* ----------------------------------------
アクティバクラブ
---------------------------------------- */
#club-area{
  height: 650px;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.club-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/club-01.jpg);
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.club-ttl{
  font-size: 44px;
  letter-spacing: 4px;
  color: #fff;
  margin-right: 480px;
  line-height: 1;
  position: absolute;
  bottom: 30px;
  left: 40px;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.8);
  z-index: 2;
}
.club-ttl span{
  font-size: 130%;
}

.club-box{
  width: 480px;
  height: 100%;
  padding: 28px;
  color: #fff;
  background-color: #4e0000;
  background: -webkit-linear-gradient(95deg, #520101, #820e0e);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.club-cap{
  font-size: 22px;
  color: #f1d08f;
}

.club-cap span{
  font-size: 120%;
  display: inherit;
  border-bottom: solid 1px;
  padding: 4px 0 2px;
}

.club-box p{
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.8;
}

.club-box .feat-link a{
  background-color: #f1d08f;
  color: #4e0000;
}
.club-box .feat-link a:hover{
  background-color: #d4ac5d;
  color: #4e0000;
}

.club-cont-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.club-cont-wrap > div {
  padding: 6px;
  flex: 1 0 200px;
}

.club-cont img{
  width: 100%;
}
.club-cont p{
  font-size: 14px;
  margin-top: 6px;
}

/* ----------------------------------------
ケアレジデンス
---------------------------------------- */
#care-area{
  height: 240px;
  overflow: hidden;
  opacity: 0;
  max-width: 980px;
  margin: 60px auto;
}

.care-wrap{
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/img-mv01_4.jpg);
  background-position: center center;
  background-size: cover;
}
/*
.care-wrap2{
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/main-img-03.jpg);
  background-position: right;
  background-size: cover;
}*/
.care-wrap2{
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/care-01-build.jpg);
  background-position: right;
  background-size: cover;
}
.care-wrap3{
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/courtyard_eee589475select.jpg);
  background-position: top right;
  background-size: cover;
}

.care-wrap a{
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
}

.care-ttl{
  font-size: 20px;
  letter-spacing: 4px;
  color: #fff;
  line-height: 1;
  background-color: #007692;
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0;
}
.care-ttl span{
  font-size: 130%;
}

.care-box{
  width: 480px;
  height: 100%;
  padding: 28px;
  background-color: rgba(240, 240, 240, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.care-cap{
  font-size: 22px;
  color: #07395f;
}

.care-cap span{
  font-size: 120%;
  display: inherit;
  border-bottom: solid 1px;
  padding: 4px 0 2px;
}

.care-box p{
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.8;
}

.care-cont-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.care-cont-wrap > div {
  padding: 6px;
  flex: 1 0 200px;
}

.care-cont img{
  width: 100%;
}
/* ----------------------------------------

---------------------------------------- */
.acti-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 40px auto 20px;
}
.acti-link{
  width: 90%;
  margin: 0 auto;
}
.acti-wrap > div{
  flex-basis: 33.333%;
}

.acti-box{
  display: flex
}

.acti-con{
  position: relative;
  width: 100%;
  margin: 10px;
  background-color: #e4e4e4;
  opacity: 0;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
}
.acti-con a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.acti-img{
  position: relative;
}
.acti-img-bg{
  position: relative;
  height: 280px;
  background-size: cover;
  background-position: center;

}



.tag{
  color: #fff;
  background-color: #167515;
  padding: 6px 16px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.acti-img img{
  width: 100%;
}

.acti-txt{
  padding: 15px 10px;
}

.acti-txt h3{
  font-size: 16px;
}
.date{
  margin-top: 6px;
  color: #333;
}

.bg-color-1{
	background-color:#ff853c;
}
.bg-color-2{
	background-color:#499424;
}
.bg-color-3{
	background-color:#23b1aa;
}
.bg-color-4{
	background-color:#f6b483;
}
.bg-color-5{
	background-color:#00a1e9;
}
.bg-color-6{
	background-color:#e3adc1;
}
.bg-color-7{
	background-color:#6495ed;
}


#recruit-area{
  padding: 0 15px;
}
.rec-img{
  max-width: 680px;
  margin: 40px auto;
}

@media (min-width: 768px) {

}

@media (min-width: 992px){

}

.rich-contact-area {
  padding: 60px 0 20px;
  background-color: #F5EFE4;
  margin: 60px 0;
}
.rich-contact-area .image {
  display: block;
  max-width: 100%;
}
.rich-contact-area .cta-button {
  display: block;
}
.rich-contact-area .cta-button:hover {
  opacity: 0.8;
}
.rich-contact-area .topic {
  margin-top: 0 !important;
}
.rich-contact-area .topic .hl {
  font-weight: bold;
  font-size: 32px;
}
.rich-contact-area .rich-boxes {
  max-width: 1060px;
  width: calc(100% - 30px);
  margin: 40px auto 0;
  display: flex !important;
  justify-content: space-between;
}
.rich-contact-area .rich-boxes .rich-box {
  width: calc(50% - 10px) !important;
  background-color: #fdfcfa;
  padding: 20px 0 30px !important;
}
.rich-contact-area .rich-boxes .rich-box .rich-image {
  margin: 0 auto;
  max-width: 90%;
}
.rich-contact-area .rich-boxes .rich-box .cta-button {
  width: 90%;
  max-width: 403px;
  margin: 0 auto;
}


/* SEO施策　*/
.info-box-txt div{
  font-size: 16px;
  border-bottom: solid 1px #fff;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
