@charset "UTF-8";
/* ビ・ウェル児島赤崎lpオープン 202507 */

/*メインビジュアル*/
.mv {
	position: relative;
	height: auto;
	margin: 80px auto 0;
	font-size: 0;
	background: #fff;
	padding-bottom: 32px;
}
.mv.animate__fadeIn {
  animation-duration: 1.5s;
}
@media screen and (max-width: 1100px) {
	.mv-open img {
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.mv {
	  margin: 60px auto 0;
	}
}

.attention {
	font-size: .7rem;
	color: var(--base5-color);
	padding-left: 2px;
}


/*pr-area*/
.pr-area {
	padding-top: 20px;
	background: var(--white-color);
}
.pr-area .container {
	padding-top: 40px;
	padding-bottom: 36px;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.pr-area-item {
	width: 48%;
	margin-bottom: 16px;
}
.pr-area2 {
	padding-bottom: 40px;
	background: var(--white-color);	
}
@media screen and (max-width:500px) {
	.pr-area .container {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.pr-area-item {
		width: 100%;
	}
}

/*---------- lead ----------*/
#lead {
    padding: 60px 0 48px 0;
    
}
.lead-inner h1 {
	margin-bottom: 0;
    font-size: 1.9rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
}
.lead-inner h1 span {
	font-size: 1.3rem;
	font-weight: normal;	
}

.lead-inner {
}
.lead-box {
}
@media screen and (max-width: 768px) {
    #lead {
        padding: 32px 0 20px 0;
    }
	.lead-inner h1 {
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.lead-inner h1 span {
		font-size: 1rem;	
	}
	.lead-box {
		padding: 20px 0 0;
	}
}
@media screen and (max-width: 600px) {
    #lead {
        padding: 8px 0 12px 0;
    }
}



/*資料請求・予約ボタン*/
.lead-btn {
	display: flex;
    justify-content: space-between;
	align-items: center;
	max-width: 620px;
	margin: 32px auto 20px;
	flex-wrap: wrap;
}
.lead-btn .btn {
	margin-bottom: 12px;
}
@media screen and (max-width:500px) {
	.lead-btn {
		width: 250px;
		margin: 20px auto 16px;
	}
	.lead-btn .btn a {
		width: 250px;
	}
}


/* newお知らせ */
#news {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 40px 56px;
}

#news h2 {
    position: relative;
    font-size: 1.4rem;
    margin: 0 0 30px 0;
}
#news h2::before{
    content:'';
    position: absolute;
    width: 30px;
    height: 1px;
    background: var(--base1-color);
    left: 0;
    bottom:-5px;
}

#news li {
    margin:0 0 10px 0;
}
#news li a {
    transition: all .3s;
}
#news li a:hover{
     background: #efefef;
}
#news li time {
    display: inline-block;
    padding:0 20px 0 0;  
    font-size: 0.8rem;
    color: var(--base5-color);
}

@media screen and (max-width: 960px) {
    #news {
        padding: 24px;
    }
    #news li time {
        display: block;
    }  
}
@media screen and (max-width:768px) {
    #news {
		padding: 32px 0 24px;
        width: 100%;
        bottom:-100px;
    }
	#news li {
		font-size: .9rem;
	}
}


/* aboutコンセプト */
#about {
    padding: 60px 0 32px 0;
	background: var(--main-color);
	color: var(--white-color);
	/*z-index: 1000;*/
}

#about .about-inner {
	display: flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    margin: 20px auto;
}
#about h2 {
    font-size: 2rem;
    letter-spacing: 0.04em;
	margin-bottom: 20px;
	text-align: center;
}
#about .about-title {
    padding: 48px 0 32px 0;
	max-width: 32%;/*33%*/
	text-align: center;
	margin-bottom: -145px;
	z-index: 1000;
}
#about .about-txt {
	max-width: 63%;/*60%*/
}
#about .about-txt h3 {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
	margin-bottom: 20px;
	font-weight: 700;
}
#about .about-txt p {
	line-height: 1.9;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 900px) and (min-width: 601px) {/*タブレット調整*/
	#about h2 {
		font-size: 1.6rem;
	}
	#about .about-txt h3 {
		font-size: 1.1rem;
	}
	#about .about-title {
		padding: 48px 0 32px 0;
		max-width: 25%;
		margin-bottom:20px;
	}
}

@media screen and (max-width:600px) {
	#about {
		padding: 48px 0 20px 0;
	}
	#about h2 {
		font-size: 1.5rem;
		line-height: 1.5;
		text-align: left;
	    letter-spacing: 0;
	}
	#about .about-title {
		max-width: 45%;
		display: block;
		margin: 0 auto;
		padding: 8px 0 16px 0;
	}
	#about .about-txt {
		max-width: 100%;
	}
	#about .about-txt h3 {
		font-size: 1.1rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	#about .about-txt p {
		font-size: .9rem;
		line-height: 1.9;
	}
}


/*menu-list*/
#menu-list {
	padding-top: 40px;
	padding-bottom: 60px;
}
#menu-list h2 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 40px;
}
.menu-list-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
}

.menu-list-wrap .item {
  	width: 48%;
  	position: relative;
	font-size: 0;
}
.menu-list-wrap .item::before {
	content: "";
 	width: 100%;
  	height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,.6));
  	position: absolute;
  	top: 0;
  	left: 0;
}
.menu-list-wrap a:hover.item {
	opacity: 0.9;
	transition: .3s;
}
.menu-list-wrap a:hover.item .title {
  color: var(--accent-color);
}

.menu-list-wrap .item .title {
  color: #fff;
  position: absolute;
  left: 24px;
  bottom: 20px;
}
.menu-list-wrap .item .title .en {
	display: block;
	font-family: "Roboto", sans-serif;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
 	font-size: 2.4rem;
	line-height: 1;
 	font-weight: 400;
 	letter-spacing: 0.06em;
}
.menu-list-wrap .item .title .ja {
  	display: block;
  	font-size: 1rem;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	letter-spacing: 0.08em;
}

.new-m {
 	position: absolute;
 	top: 0;
 	right: 0;
 	color: var(--main-color);
 	padding: 0.1em 0.8em;
	letter-spacing: 0.1em;
 	font-size: 0.8rem;
  	background: var(--accent-color);
  	z-index: 100;
	font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
	.about-menu-wrap {
background: rgb(241,242,243);
background: linear-gradient(180deg, rgba(241,242,243,1) 0%, rgba(241,242,243,1) 72%, rgba(255,255,255,1) 72%);	
}
	#menu-list {
		padding-bottom: 40px;
	}
	#menu-list h2 {
		font-size: 1.2rem;
		margin-bottom: 24px;
	}
  .menu-list-wrap {
    /*flex-direction: column;*/
    	padding: 0 0 4px;
  }
  .menu-list-wrap .item {
   		width: 100%;
		margin-bottom: 1px;
	  	margin-left: 2px;
	  	margin-right: 2px;
  }
	.menu-list-wrap .item .title {
	  	left: 10px;
	  	bottom: 8px;
	}
  .menu-list-wrap .item .title .en {
	    font-size: 1.1rem;
	  	margin-bottom: 2px;
  }
	.menu-list-wrap .item .title .ja {
		font-size: .7rem;
		line-height: 1.2;
	}
	.new-m {
		padding: 0.1em 0.4em;
		letter-spacing: 0.1em;
		font-size: 0.7rem;
	}
}


/* location-info */
#location-info {
    padding-bottom: 40px;
	/*background: #fff;*/
}
.location-info-txt {
	max-width: 880px;
	margin: 40px auto 24px; 
	text-align: center;
}
.location-info-txt p {
	font-size: 1.1rem;
}
@media screen and (max-width:768px) {
    #location-info {
        padding: 0;
    }
	.location-info-txt {
		margin: 20px auto 20px; 
		text-align: left;
	}
	.location-info-txt p {
		font-size: .9rem;
	}
}

#location-map {
	background: #fff;
	padding-top: 40px;
}
#location-map h2 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
@media screen and (max-width:600px) {
	#location-map {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	#location-map h2 {
		font-size: 1.8rem;
	}
}


/*location-map-infoモデルルーム案内*/
#location-map-info {
	background: #fff;
	padding-bottom: 40px;
}
#location-map-info .location-map-info-wrap {
	background: var(--base3-color);
	padding: 40px;
	position: relative;
}
#location-map-info .location-map-info-wrap .model-new {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 240px;
}

@media screen and (min-width:1024px) {
	#location-map-info .location-map-info-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 60px;
		max-width: 1080px;
	}
	#location-map-info .location-map-info-wrap .model-new {
		top: 30px;
		max-width: 330px;
	}
}

#location-map-info h3 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 32px;
	line-height: 1.4;
	color: var(--base1-color);
}
#location-map-info h3 .yoyakusei {
	font-weight: 500;
	font-size: 1.6rem;
}

.location-map-info-txt .btn a {
	width: 330px;
}

.location-map-info-btn {
	display: grid;
	place-content: center;
}
.location-map-info-btn .btn a {
	width: 100%;
}
.location-map-info-mg {
	max-width: 380px;
	margin-bottom: 20px;
}

@media screen and (max-width:600px) {
	#location-map-info {
		padding-bottom: 60px;
	}
	#location-map-info .location-map-info-wrap {
		padding: 32px 22px 40px;
	}
	#location-map-info .location-map-info-wrap .model-new {
		left: 0;
		top: -13px;
		max-width: 200px;
	}
	#location-map-info h3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	#location-map-info h3 .yoyakusei {
		font-size: 1.4rem;
	}
	#location-map-info p {
		font-size: .85rem;
	}
	.location-map-info-txt {
		margin-bottom: 24px;
	}
	.location-map-info-txt .btn a {
		font-size: .9rem;
		 width: 290px;
	}
}


/*-------- バナー --------*/
.banner-menu {
	padding-top: 60px;
	padding-bottom: 40px;
}

.banner-menu .item {
 	display: flex;
 	align-items: center;
 /*	box-shadow: 5px 5px 25px #ddd;*/
 	margin-bottom: 40px;
	background: #fff;
}
.banner-menu .item .text {
  width: 44%;
  padding: 1% 5%;
}
.banner-menu .item .text .title-ja {
  	font-size: 1.1rem;
  	margin-bottom: 4px;
	color: var(--red-color);
}
.banner-menu .item .text .title-en {
    font-size: 2rem;
	letter-spacing: 0.06em;
	font-family: "Roboto", sans-serif;
 	margin-bottom: 20px;
}
.banner-menu .item .text .description {
  font-size: 1rem;
  margin-bottom: 20px;
}
.banner-menu .item .text .view-more {
  font-size: 1rem;
  text-align: right;
/*  text-decoration: underline;*/
	color: var(--main-color);
}
.banner-menu .item .img {
  width: 56%;
  overflow: hidden;
}
.banner-menu .item.ban-realorder .img {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	font-size: 0;
}
.banner-menu .item .img img {
  transition: transform 0.8s ease;
}
.banner-menu .item:hover .img img {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .banner-menu {
  }
  .banner-menu .item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .banner-menu .item .text {
    	width: 100%;
    	padding: 32px 24px 20px;
  }
	.banner-menu .item .text .title-ja {
	  	margin-bottom: 0;
	}
  	.banner-menu .item .text .title-en {
    	 font-size: 1.8rem;
		 margin-bottom: 12px;
  }
  	.banner-menu .item .text .description {
		font-size: .9rem;
	  	margin-bottom: 12px;
	}
	.banner-menu .item .text .view-more {
	  	font-size: .9rem;
	}
 	.banner-menu .item .img {
  		width: 100%;
  }
 	.banner-menu .item.ban-realorder .img {
    	clip-path: none;
  }
}



/*-------- outline物件概要 --------*/
#outline {
	padding-top: 36px;
	padding-bottom: 48px;
}
.outline_box {
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
    .outline_box {
        max-width: 930px;
        margin: 20px auto 0;
    }
}

.outline_box table {
	font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, メイリオ, meiryo, sans-serif;
	font-size: .95rem;
    letter-spacing: 0.05em;
    color: #000;
	margin: 0 0 30px;
    line-height: 1.4;
}

.outline_box table.alltype th {
	background: #0c375b;
	color: var(--white-color);
	font-weight: 500;
}

.outline_box table th {
	width: 27%;/*30%*/
    padding: 0.4rem 0.8rem;
    text-align: left;
}
.outline_box table td {
	background: #fff;
    padding: 0.4rem 0.8rem;
}
.table>tbody>tr>td, .table>tbody>tr>th {
}

@media (max-width: 680px) {
	#outline {
		padding-bottom: 32px;
	}
    .outline_box table {
        font-size: 0.8rem;
    }
	.outline_box table th {
	    width: 34%;
        font-weight: normal;
        padding: 0.4rem;
	}
    .outline_box table td {
        padding: 0.4rem;
    }
} 

.outline_inner {
	font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, メイリオ, meiryo, sans-serif;
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 0.8rem;
	color: var(--base5-color);
}

.outline_inner p {
	line-height: 1.4;
	font-size: 0.85rem;
	margin-bottom: 6px;
	letter-spacing: 0;
}
@media (max-width: 680px) {
	.outline_inner p {
		font-size: 0.75rem;
		margin-bottom: 4px;
	}	
}