@charset "utf-8";
.slick-dots {
	bottom: 10px !important;
	z-index: 1;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: auto;
    height: auto;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 8px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: 50%;
		transform: translate(-50%,-50%);

    width: auto;
    height: auto;

    content: '•';
    text-align: center;

    opacity: 1;
    color: #3f3f3f;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #ffffff;
}
/*  */
.br_400 {
	display: none;
}
/*  */
.mv{
	position: relative;
}
.mv_sp,
.mv_txt_sp {
	display: none !important;
}
.mv_txt{
	position: absolute;
	top: 0;
	width: 100%;
}
.mv_txt .img {
	position: absolute;
}
.mv_slider{

}
.mv_slider li{
	position: relative;
}
.mv_slider p{
	font-size: 12px;
	color:#fff;
	position: absolute;
	bottom: 5px;
	right: 8px;
}
.mv_slider p.black {
	color: #000;
}
/*  */
.sec_ttl {
	position: relative;
	text-align: center;
}
.sec_ttl span {
	display: block;
}
.ttl_ja {
	font-size: 12px;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.ttl_en {
	font-size: 36px;
	letter-spacing: 0.2em;
}
.sec_ttl::after {
  content: '';
  display: inline-block;
  width: 217px;
  height: 2px;
	margin-top: 30px;
  background: #aea393;
}
#sale_residence {
	background-image: url(../img/top/sr_bg.jpg) ;
	background-repeat: repeat-y;
	background-size: cover;
	background-position: center;
}
.sr_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 110px 10px 160px;
	background: #fff;
}

.sr_block {
	max-width: 800px;
	margin: 0 auto;
}
.sr_block:not(:first-child) {
	margin-top: 110px;
}
.sr_img {
	margin-bottom: 40px;
}
.sr_ttl {
	margin-bottom: 20px;
}
.sr_ttl span {
	display: block;
}
.sr_ttl_sub {
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 0.2em;
}
.sr_ttl_main {
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 1.6;
}
.sr_txt {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
.sr_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sr_link li {
	max-width: 380px;
	width: 47.5%;
	height: 60px;
	font-size: 15px;
	letter-spacing: 0.2em;
}
.sr_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
a.link_site {
	background: #2f2f2f;
}
a.link_vr {
	background: #8d7f6c;
}
.sr_link a div {
	position: relative;
}
.sr_link a div::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0,-50%);
  background: #fff;
}
/*　sr02 独自レイアウト */
.sr02_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sr_img02 {
	width: 38%;
/* 	max-width: 304px; */
}
.sr02_block {
	width: 58%;
/* 	max-width: 464px; */
}
.sr02_head {
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
	color: rgb(134 117 59);
	background: rgb(233,201,96);
    background: linear-gradient(90deg, rgba(233,201,96,1) 0%, rgba(255,219,103,1) 50%, rgba(233,201,96,1) 100%);
	padding: 10px 10px;
	margin-bottom:40px;
	letter-spacing: 0.1em;
}
.sr02_head span {
	font-size: 0.8em;
}
.sr02_txt {
	font-size: 20px;
	text-align:center;
	margin-bottom: 30px;
}
.sr_img02_2 {
	margin-bottom: 10px;
}
.sr02_cap {
	font-size: 16px;
	text-align:center;
}
/* NEWS-------------------------------- */
.no_link{
	pointer-events: none;
}
#news {

}
.news_inner {
	display: flex;
}
.news_head {
	width: 29.375vw;
	background-image: url(../img/top/news_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.news_head_box {
	margin: 0 84px 0 0;
	display: inline-block;
}
#news .sec_ttl::after {
	display: none;
}
.news_sub_txt {
	margin-top: 140px;
	font-size: 14px;
	letter-spacing: 0.3em;
	color: #fbefdc;
	padding-bottom: 7px;
	border-bottom: 1px solid #fbefdc;
	transition: 0.3s;
}
.news_sub_txt:hover {
	transition: 0.3s;
	opacity: 0.8;
}
.news_content {
	width: 70.625vw;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
}
.news_list {
	margin: 0 auto 0 100px;
	padding: 80px 0 120px;
	max-width: 887px;
}
.news_list li {

}
.news_list a {
	display: flex;
	align-items: center;
	padding-bottom: 40px;
	padding-top: 40px;
	border-bottom: 1px solid #a5a5a5;
	position: relative;
}
.news_list a.no_link::after{
	content: none;
}
.news_list a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 4px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
	background-image: url(../img/top/news_arrow.png) ;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: 0.3s;
}
.news_list a:hover::after {
	right: 0;
}
.news_date {
	font-size: 18px;
	letter-spacing: 0.01em;
	margin-right: 40px;
}
.news_txt {
	font-size: 20px;
	letter-spacing: 0.1em;
    line-height: 1.6;
	padding-right: 22px;
}

/* ABOUT-------------------------------- */
#about {
	background-image: url(../img/top/about_bg.jpg);
	background-repeat: repeat-y;
	background-size: cover;
	background-position: center;
	padding: 120px 0 140px;
}
#about .sec_ttl::after {
	background: #313131;
}
.about_inner {
/* 	width: 63.6vw; */
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.about_inner.about_sp {
	display: none;
}
.about_list {
	max-width: 1150px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about_list:first-child {
	margin: 80px auto 0;
}
.about_list:last-child {
	margin: 50px 0 0 auto;
}
.about_box {
	/* 	width: 28.125vw;
	height: 28.125vw; */
	max-width: 430px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 10px 30px 15px rgba(0,0,0,0.25);
	}
.about_box:last-child {
	margin-top: 40px;
}
.about_box:hover .about_img {
	transform: scale(1.1);
}
.about_img {
	transition: 0.3s;
}
.about_content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color:#fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_ttl {
	position: relative;
}
.about_ttl::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 46px;
	margin: 20px 0;
  background: #fff;
}
.about_ttl span {
	display: block;
}

.at_en {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
.at_ja {
	font-size: 30px;
	letter-spacing: 0.1em;

}
.about_txt {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 70px;
	line-height: 1.6;
}

.about_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;
	background: #fff;
	color: #313131;
	margin: 0 auto;
}
.about_link span {
	position: relative;
}
.about_link span::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0,-50%);
  background: #313131;
}
/* MOVIE--------------------------- */
#movie {
	padding: 150px 0;
	background: #dcdcdc;
}
.movie_box {
	width: 480px;
	position: relative;
	overflow: hidden;
	margin: 70px auto 0;
}
.movie_box .img {

}
.movie_inner {
	width: 480px;
/* 	height: 15.625vw; */
	position: absolute;
	bottom: 24px;
}
.play_icon {
	width: 80px;
	margin: 0 auto 50px;
}
.movie_box .txt {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: center;
}
/*  */
.movie_modal {
	display: none;
	position: relative;
	width: 100%;
	height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;

}
.modal_bg {
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.7);
}
.movie_play_box {
	/* width: 670px; */
	/* height: 375px; */
	margin: 0 auto;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.movie_play_box iframe {
	width: 560px;
	height: 315px;
}

.modal_close_btn {
	color:#fff;
	font-size: 40px;
	width: 40px;
	height: 40px;
	text-align: right;
	font-weight: bold;
	position: absolute;
	top: -45px;
	right: 0;
	cursor: pointer;
	transition: 0.3s;
}
.modal_close_btn:hover {
	opacity: 0.7;
}
.br500{
	display: none;
}
@media screen and (min-width:1921px) {
	.news_list {
		width: 46vw;
		max-width: initial;
	}
}
@media screen and (max-width: 1500px) {
	.news_content {
        padding-right: 20px;
	}
	.news_list {
		margin: 0 0 0 40px;
	}
	.news_list a {
		padding: 30px 0;
	}
	.news_date {
		font-size: 16px;
		margin-right: 20px;
	}
	.news_txt {
		font-size: 16px;
	}
}
@media screen and (max-width: 1220px) {
	.news_head_box {
		margin: 0 auto;
	}
	.about_list {
		width: 90vw;
	}
	.about_box {
		width: 48%;
	}
	.about_ttl {

	}
	.at_en {
		font-size: 16px;
		margin-bottom:10px;
	}
	.at_ja {
		font-size: 20px;
		margin-bottom:0;
	}
	.about_ttl::after {
		margin: 10px 0;
		height: 30px;
	}
	.about_txt {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 768px) {
	.sec_ttl {

	}
	.ttl_en {
		font-size: 25px;
	}
	.sec_ttl::after {
		width: 120px;
	}
/* 	 */
	.sr_inner {
		padding: 60px 10px;
	}
	.sr_block:not(:first-child) {
		margin-top: 40px;
	}
	.sr_ttl_main {
		font-size: 18px;
	}
	.sr_link {
		display:block;
	}
	.sr_link li {
		width: 100%;
		max-width: initial;
		font-size: 14px;
	}
	.sr_link li:first-child {
		margin-bottom: 20px;
	}
	/*　sr02 独自レイアウト */
	.sr02_head {
		font-size: 20px;
		line-height: 1.6;
		padding: 15px 10px;
		margin-bottom:20px;
	}
	.sr02_txt {
		font-size: 18px;
		text-align:center;
		margin-bottom: 20px;
	}
/* 	 */
	.news_inner {
		display: block;
	}
	.news_head {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
	}
	.news_sub_txt {
		margin-top: 30px;
	}
	.news_content {
		width: 100%;
		max-width: initial;
		padding: 0 10px;
	}
	.news_list {
		padding: 0;
		margin: 0 auto 40px;
	}
	.news_list a {
		padding: 10px 0;
		display:block;
	}
	.news_date {
		margin-bottom: 10px;
	}
	.news_txt {
		font-size: 15px;
	}
/* 	 */
     #about {
     	padding: 60px 0;
     }
		 .about_inner.about_pc {
			 display: none;
		 }
		 .about_inner.about_sp {
			 display: block;
		 }
	.about_list {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.about_list:first-child {
		margin-top: 40px;
	}
	.about_list:last-child {
		margin-left: auto;
		margin-right: auto;
	}
	.about_box {
		width: 100%;
		max-width: initial;
		height: 400px;
	}
/* 	 */
    #movie {
    	padding: 60px 10px;
    }
	.movie_box {
		margin-top: 40px;
		width: 100%;
	}
	.movie_inner {
		width: 100%;
		bottom: auto;
		top: 50%;
		transform: translate(0,-50%);
	}
	.play_icon {
		margin-bottom: 20px;
	}
	.movie_play_box {
		width: 90vw;
	}
    .movie_play_box iframe {
    	width: 100%;
			/* height: auto; */
    }
}
@media screen and (max-width: 650px){
	.mv_sp,
	.mv_txt_sp {
		display: block !important;
	}
	.mv_pc,
	.mv_txt_pc {
		display: none !important;
	}
	/*　sr02 独自レイアウト */
	.sr02_txt {
		font-size: 16px;
	}
	.sr02_cap {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.news_list a::after {
		display: none;
	}
	.news_txt {
		padding-right: 0;
	}
	.about_box {
		height: auto;
	}
}
@media screen and (max-width: 550px) {
	.sr02_flex {
		display: block;
	}
	.sr_img02 {
		width: 100%;
		max-width: 360px;
		margin: 0 auto 20px;
	}
	.sr02_block {
		width: 100%;
	}
	.sr02_head {
		font-size: 18px;
		padding: 5px;
	}
	.sr_txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 500px) {
	.play_icon {
		width: 60px;
	}
	.movie_box .txt {
		font-size: 16px;
	}
	.br500{
		display: block;
	}
}
@media screen and (max-width: 410px) {
	.br_not400 {
		display: none;
	}
	.br_400 {
		display: block;
	}
}
@media screen and (max-width: 360px) {
	.sr_txt {
		font-size: 13px;
	}
}