@charset "utf-8";
.top_ti {
	text-align: center;
	margin: 0 auto 40px;
}
.top_ti img {
	height: 80px;
	margin-bottom: 10px;
}
.top_ti h2,
.top_ti p {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 10px 0;
	padding: 0 5%;
}
.more_btn a {
	display: block;
	width: 200px;
	line-height: 40px;
	border: 1px solid #2b4156;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.05em;
	transition: .3s;
}
.more_btn a:hover {
	color: #fff;
	background: #2b4156;
	transition: .3s;
}
.main_icon ul {
	width: 65%;
	margin: 15px auto;
	display: flex;
	justify-content: center;
	border: 1px solid #2b4156;
}
.main_icon ul::after {
	content: none;
}
.main_icon ul li {
	width: 25%;
	text-align: center;
	font-size: 3.5vw;
	line-height: 160%;
	font-weight: 500;
	color: #2b4156;
	background: #fff;
}
.main_icon ul li:not(:last-child) {
	border-right: 1px solid #2b4156;
}
/* ----------------------------------------
main
---------------------------------------- */
.main_wrap_new {
	overflow: hidden;
}
.main_in_new video {
	position: absolute;
	left: -71vw;
	right: 0;
	margin: 0 auto;
	min-width: 100%;
	height: 140vw;
	z-index: 0;
	filter: brightness(0.7);
	display: block;
	text-align: center;
}
.main_contents {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 140vw;
	margin: 0 auto;
	position: relative;
	flex-direction: column;
	& img {
		width: 120px;
	}
	& p {
		font-size: 4vw;
		letter-spacing: 5px;
		line-height: 1;
		color: #fff;
		margin-top: 20px;
		font-weight: bold;
	}
}
.main_writing p {
	font-size: 3.5vw;
	letter-spacing: 1px;
	line-height: 3;
	color: #333;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	width: 84%;
	margin: 60px auto;
}
/* ----------------------------------------
gallery
---------------------------------------- */
.gallery_wrap {
	margin: 20px auto 70px;
}
.gallery_wrap .top_ti {
	margin: 0 auto 25px;
}
.gallery_wrap iframe {
	display: block;
	width: 100%;
	height: 250px;
}
.gallery_con::-webkit-scrollbar {
	display: none;
}
.gallery_con {
	padding-left: 10%;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.gallery_con ul {
	display: flex;
	width: 1240px;
	margin-bottom: 30px;
}
.gallery_con ul li a {
	display: block;
	width: 280px;
	margin-bottom: 40px;
	position: relative;
	margin-right: 30px;
}
.gallery_con ul li a img {
	width: 280px;
	height: 180px !important;
	object-fit: cover;
}
.gallery_con ul li a span {
	width: 300px;
	display: block;
	height: 60px;
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
	position: absolute;
	left: 15px;
	bottom: -40px;
	background: #fff;
}
.gallery_con ul li a span::before {
	content: "";
	display: block;
	background: url(../img/g_icon01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 10px;
	position: absolute;
	left: 15px;
	top: 10px;
}
.gallery_con ul li:nth-child(2) a span::before {
	background: url(../img/g_icon02.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.gallery_con ul li:nth-child(3) a span::before {
	background: url(../img/g_icon03.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.gallery_con ul li:nth-child(4) a span::before {
	background: url(../img/g_icon04.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.gallery_con ul li a span p {
	margin: 15px 0;
	padding-left: 10px;
	font-size: 3vw;
	height: 14px;
	line-height: 14px;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: relative;
}
.gallery_con ul li a span::after {}
.top_line_wrap {
	width: 100%;
	background: #3a556a;
}
.top_line_inner {
	margin: 0 auto;
	padding: 30px 0;
	box-sizing: border-box;
	text-align: center;
}
.top_line_inner img {
	width: 50%;
}
.top_line_txt span {
	display: block;
	font-weight: bold;
	font-size: 4vw;
	letter-spacing: 0.2em;
	line-height: 160%;
	margin: 15px 0;
	color: #fff;
}
.top_line_txt p {
	color: #fff;
	font-size: 3vw;
	line-height: 200%;
	margin: 0;
	padding: 0 5%;
	margin-bottom: 15px;
}
.gallery_wrap .more_btn {
	margin-bottom: 0px;
}
.pinterest_bnr {
	width: 80%;
	margin: 60px auto;
}
/* ----------------------------------------
gallery
---------------------------------------- */
.about_wrap {
	width: 100%;
	position: relative;
	text-align: center;
}
.about_wrap::before {
	content: "";
	display: block;
	background: url(../img/prostage_sp.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 65vw;
	margin: 40px auto 0;
}
.about_con p {
	color: #000;
	font-size: 3vw;
	line-height: 200%;
	margin: 20px 0;
}
/* ----------------------------------------
property
---------------------------------------- */
.property_wrap {
	width: 100%;
	background: url(../img/con_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 70px 0 90px;
	box-sizing: border-box;
	padding: 50px 0 0;
}
.property_inner {
	margin: 0 auto;
}
.property_inner h2 {
	font-size: 5vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000;
	text-align: center;
	margin: 0 auto 20px;
}
.property_inner ul {
	display: flex;
	justify-content: space-between;
	height: 510px;
}
.property_inner ul li {
	display: block;
	width: 300px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: 0 30px;
	transition: 0.3s;
	margin-top: 40px;
	transition: .3s;
}
.property_inner ul li .pro_img img {
	width: 100%;
	height: 200px !Important;
	object-fit: cover;
	transition: 0.3s;
}
.property_inner .slick-center {
	transition: 0.3s;
	margin-top: 0;
	padding-bottom: 30px;
}
.property_inner .slick-center .pro_img img {
	height: 240px !Important;
	transition: 0.3s;
}
.pro_txt {
	display: block;
	padding: 15px;
}
.pro_ct {
	background: #313131;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	display: inline-block;
}
.pro_icons:not(:empty) {
	display: flex;
	margin-bottom: 10px;
	height: 20px;
}
.pro_ti {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 14px;
}
.pro_add {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
	margin-top: 10px;
}
.pro_pr {
	font-size: 14px;
	display: block;
	margin-top: 15px;
}
.pro_pr span {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
	color: #d33a59;
}
.more_btn_pro a {
	margin: 10px auto 0;
	width: 100px;
	position: relative;
	background: url(../img/more_btn_bg.svg);
	background-size: cover;
	height: 60px;
	border: none;
	line-height: 70px;
}
.more_btn_pro a:hover {
	background: url(../img/more_btn_bg.svg);
	background-size: cover;
}
.pro_slider .slick-list {
	padding: 20px 60px !important;
}
/* ----------------------------------------
about_more
---------------------------------------- */
.am_wrap {
	width: 90%;
	margin: 60px auto;
	text-align: center;
}
.am_wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0;
}
.am_wrap ul li {
	width: 49%;
	margin-bottom: 20px;
}
.am_wrap ul li img {
	width: 60%;
}
.am_wrap ul li h3 {
	color: #333;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	margin: 10px 0;
	font-weight: 500;
}
.am_wrap ul li h3 span {
	display: block;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.am_wrap ul li p {
	color: #333;
	font-size: 2.8vw;
	line-height: 180%;
	letter-spacing: 0.05em;
	margin: 0;
}
/* ----------------------------------------
news
---------------------------------------- */
.news_wrap {
	width: 90%;
	margin: 0 auto;
}
.news_inner {
	margin-bottom: 40px;
}
.news_inner iframe {
	display: block;
	width: 100%;
	height: 275px;
}
.news_inner h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px;
}
.news_inner h2 span {
	font-size: 7vw;
	font-weight: bold;
}
.news_con ul {
	width: 100%;
	margin-bottom: 30px;
}
.news_con ul li:first-child {
	border-top: 1px solid #bfbfbf;
}
.news_con ul li a {
	display: flex;
	align-items: center;
	line-height: 60px;
	border-bottom: 1px solid #bfbfbf;
	color: #333333;
	font-size: 3.8vw;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.news_con ul li a:hover {
	text-decoration: underline;
	color: #2b4156;
}
.news_con ul li a span {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333333;
	font-size: 3.8vw;
	line-height: 15px;
	margin-left: 10px;
}
.fb_con {
	position: relative;
}
.fb_con iframe {
	display: block;
	width: 100%;
	height: 400px;
}
.fb_con a {
	display: block;
	margin-top: 15px;
}
/* ----------------------------------------
media
---------------------------------------- */
.media_warp {
	margin: 60px auto;
	position: relative;
	padding-left: 20%;
}
.media_warp::before {
	content: "";
	display: block;
	background: url(../img/h_media_icon.png);
	width: 462px;
	height: 349px;
	position: absolute;
	left: -157px;
	top: 280px;
	z-index: -1;
}
.media_inner {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.media_inner iframe {
	display: block;
	width: 100%;
	height: 195px
}
.media_inner h2 {
	position: absolute;
	left: -20%;
	width: 13%;
}
.media_con {
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.media_con::-webkit-scrollbar {
	display: none;
}
.media_con ul {
	display: flex;
}
.media_con ul li a {
	display: block;
	width: 240px;
	text-align: center;
	margin-right: 20px;
}
.media_con ul li a img {
	transition: .5s;
	width: 100%;
	height: 160px !important;
	object-fit: cover;
}
.media_con ul li a:hover img {
	transform: scale(1.1, 1.1);
	transition: .5s;
}
.media_img {
	width: 240px;
	height: 160px;
	overflow: hidden;
	display: block;
	border-radius: 10px;
	position: relative;
}
.media_img:after {
	content: url(/img/movie_play_icon.png);
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
}
.media_con ul li a p {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 10px 0;
	font-size: 13px;
	line-height: 13px;
	color: #333;
	letter-spacing: 0.05em;
}
/* ----------------------------------------
town
---------------------------------------- */
.town_wrap {
	width: 90%;
	margin: 60px auto;
}
.town_wrap .top_ti {
	margin: 0;
}
.town_wrap iframe {
	display: block;
	width: 100%;
	height: 445px;
}
.town_con ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0;
}
.town_con ul::after {
	content: none;
}
.town_con ul li {
	width: 48%;
}
.town_con ul li a {
	display: block;
	height: 180px;
	position: relative;
	margin-bottom: 7%;
}
.town_con ul li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	z-index: -1;
	transition: .3s;
}
.town_con ul li a img {
	width: 100%;
	height: 180px !important;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.town_con ul li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 180px;
	text-align: center;
	font-size: 3.5vw;
	line-height: 160%;
	color: #fff;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	padding: 0 10px;
}
.com_wrap {
	width: 90%;
	margin: 50px auto;
	position: relative;
}
.com_wrap img {
	width: 100%;
}
.com_btn a {
	display: block;
	background: #fff;
	width: 80%;
	height: 60px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	letter-spacing: 0.05em;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
	position: absolute;
	right: 10%;
	bottom: -30px;
	transition: .3s;
}
.com_btn a:hover {
	color: #fff;
	background: #2b4156;
	transition: .3s;
}
.sale_bnr_wrap a {
	width: 90%;
	display: block;
	background: #edeff1;
	border: 2px solid #2b4156;
	box-sizing: border-box;
	padding: 30px 5%;
	margin: 0 auto;
	color: #2b4156;
	text-align: center;
}
.sale_bnr_txt p {
	font-size: 12px;
	line-height: 24px;
	color: #2b4156;
	letter-spacing: 0.2em;
	font-weight: 500;
	text-align: left;
	margin: 15px 0;
}
.sale_bnr_txt p span {
	display: block;
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
	color: #2b4156;
	text-align: center;
}
.sale_bnr_btn {
	width: 230px;
	height: 46px;
	line-height: 48px;
	border: 2px solid #2b4156;
	background: #2b4156;
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
	transition: .3s;
}
.sale_bnr_btn::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 15px;
	top: 20px;
	transition: .3s;
}
.sale_bnr_wrap a:hover .sale_bnr_btn {
	background: #fff;
	color: #2b4156;
	transition: .3s;
}
.sale_bnr_wrap a:hover .sale_bnr_btn::before {
	border-top: 5px solid transparent;
	border-left: 5px solid #2b4156;
	border-bottom: 5px solid transparent;
	transition: .3s;
}
/*オープニング*/
.logo_fadein {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	color: #2b4156;
	font-size: 5vw;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	position: fixed;
	left: 10%;
	top: 50%;
	transform: translate(-10%, -50%);
	display: none;
	z-index: 9999;
	width: 100%;
}
.logo_fadein p span {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	display: block;
}
/*20230712追記*/
.top_reserve a {
	border: 1px solid #2b4156;
	color: #2b4156;
	line-height: 24px;
	text-align: center;
	position: relative;
	font-size: 15px;
	box-sizing: border-box;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	width: 90%;
	margin: 90px auto;
}
.top_reserve a::before {
	content: "";
	display: block;
	border-top: 15px solid transparent;
	border-right: 15px solid #2b4156;
	border-bottom: 5px solid #2b4156;
	border-left: 5px solid transparent;
	position: absolute;
	width: 0;
	height: 0;
	transform: none;
	left: auto;
	top: auto;
	right: 3px;
	bottom: 3px;
}
.t_bukken_bnr {
	width: 90%;
	margin: -50px auto 0;
}
/* ----------------------------------------
prostage
---------------------------------------- */
.prostage_wrap {
	width: 100%;
	background: url(../img/prostage_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	margin-bottom: 60px;
}
.prostage_inner {
	width: 90%;
	margin: auto;
	background-color: rgb(0 0 0 / 0.5);
	padding: 30px 0;
}
.prostage_inner img {
	width: 40%;
	margin: auto;
	display: block;
}
.prostage_right {
	width: 75%;
	margin: auto;
}
.prostage_txt01 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 2;
	padding: 30px 0 10px 0;
}
.prostage_txt02 {
	font-size: 12px;
	color: #fff;
	font-weight: 200;
	line-height: 2;
}
.prostage_wrap a {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	width: 60%;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	transition: .3s;
	margin-top: 25px;
}
.prostage_wrap a:hover {
	background: #fff;
	color: #000;
	transition: 0.3s;
}