@charset "shift_jis";
header {
	width: 100%;
	box-sizing: border-box;
	display: flex !important;
	justify-content: space-between;
	padding: 10px 106px 10px 10px;
	position: fixed;
	top: -150px;
	left: 0;
	z-index: 10;
	background: #fff;
}
#top_header {
	width: 100%;
	box-sizing: border-box;
	display: flex !important;
	justify-content: space-between;
	padding: 10px 106px 10px 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: unset !important;
}
#header_fix_2 {
	width: 100%;
	box-sizing: border-box;
	display: flex !important;
	justify-content: space-between;
	padding: 10px 106px 10px 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
}
.h_con_top {
	display: flex;
	align-items: center;
}
.h_con_top ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h_con_top ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-right: 35px;
	position: relative;
	transition: .3s;
}
.h_con_top ul li a::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.3s ease 0s;
}
.h_con_top ul li a:hover {
	transition: .3s;
}
.h_con_top ul li a:hover::after {
	width: 100%;
}
.h_con ul li a {
	color: #2b4156;
}
.new_header {
	display: none;
}
.top_ti {
	text-align: center;
	margin: 0 auto 40px;
}
.top_ti h2,
.top_ti p {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 10px 0;
}
.more_btn {
	padding-bottom: 80px;
	background: #fff;
}
.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
---------------------------------------- */
.main_wrap_new {
	overflow: hidden;
}
.main_in_new video {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	z-index: -2;
	filter: brightness(0.7);
}
.main_contents {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: calc(100vh);
	min-height: 600px;
	margin: 0 auto;
	position: relative;
	flex-direction: column;
	top: -120px;
	& img {
		width: 200px;
	}
	& p {
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 1;
		color: #fff;
		margin-top: 50px;
		font-weight: bold;
	}
}
.main_writing p {
	font-size: 16px;
	letter-spacing: 4px;
	line-height: 4;
	height: 600px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: -200px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0%), rgba(0, 0, 0, 60%));
	margin-bottom: 0;
	padding-top: 30px;
	box-sizing: border-box;
}
.fadein {
	opacity: 0;
	transition: 1.5s;
	transform: translate(0, 50px);
}
.fadein.fade_in {
	opacity: 1;
	transform: translate(0px, 0);
}
/* ----------------------------------------
gallery
---------------------------------------- */
.gallery_wrap {
	margin: 0px auto 0px;
	background-color: #fff;
	padding: 100px 0 0;
}
.gallery_wrap iframe {
	display: block;
	width: 80vw;
	height: 55vw;
	margin: 0px auto;
}
.gallery_con ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px;
}
.gallery_con ul li {
	width: calc(50% - 30px);
	overflow: hidden;
}
.gallery_con ul li:nth-child(1),
.gallery_con ul li:nth-child(2) {
	margin-bottom: 30px;
}
.gallery_con ul li a {
	display: block;
	margin-bottom: 30px;
	position: relative;
	transition: .3s;
}
.gallery_con ul li a:hover {
	box-shadow: 0 0 20px rgb(0 0 0 / 15%);
	transform: translateY(-5px);
	transition: .3s;
}
.gallery_con ul li a:hover span {
	bottom: 10px;
	transition: .3s;
}
.gallery_con ul li a img {
	width: 100%;
	height: 28vw !important;
	object-fit: cover;
}
.gallery_con ul li a span {
	width: 100%;
	display: block;
	height: 60px;
	box-sizing: border-box;
	padding: 10px 0 10px 145px;
	position: absolute;
	left: 15px;
	bottom: -30px;
	background: #fff;
	transition: .3s;
}
.gallery_con ul li a span::before {
	content: "";
	display: block;
	background: url(../img/g_icon01.png);
	width: 87px;
	height: 10px;
	position: absolute;
	left: 20px;
	top: 25px;
}
.gallery_con ul li:nth-child(2) a span::before {
	background: url(../img/g_icon02.png);
}
.gallery_con ul li:nth-child(3) a span::before {
	background: url(../img/g_icon03.png);
}
.gallery_con ul li:nth-child(4) a span::before {
	background: url(../img/g_icon04.png);
}
.gallery_con ul li a span p {
	padding: 13px 0;
	padding-left: 20px;
	border-left: 1px solid #b5b5b5;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.top_line_wrap {
	width: 100%;
	background: #3a556a;
}
.top_line_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 980px;
	margin: 0 auto;
	padding: 100px 0;
	padding-left: 80px;
	box-sizing: border-box;
}
.top_line_txt {
	width: 480px;
}
.top_line_txt span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 24px;
	margin-bottom: 30px;
	color: #fff;
}
.top_line_txt p {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 36px;
	margin: 0;
}
/* ----------------------------------------
gallery
---------------------------------------- */
.about_wrap {
	width: 100%;
	position: relative;
	text-align: center;
	background: #fff;
	padding: 80px 0;
}
.about_wrap::before {
	content: "";
	display: block;
	background: url(../img/prostage.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 28vw;
	margin: auto;
}
.about_con p {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 36px;
	margin: 0px 0 40px;
}
/* ----------------------------------------
property
---------------------------------------- */
.property_wrap_out {
	background: #fff;
	padding: 70px 0 90px;
}
.property_wrap {
	width: 100%;
	background: url(../img/con_bg.png);
	height: 660px;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	padding: 50px 0 0;
}
.property_inner {
	width: 1100px;
	margin: 0 auto;
}
.property_inner h2 {
	font-size: 24px;
	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: 530px;
}
.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:hover {
	background: #e0edf6;
	transition: .3s;
}
.property_inner ul li .pro_img img {
	width: 100%;
	height: 240px !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: 280px !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 {
	display: block;
	margin-bottom: 10px;
}
.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.png);
	height: 60px;
	border: none;
	line-height: 70px;
}
.more_btn_pro a:hover {
	background: url(../img/more_btn_bg_on.png);
}
.pro_slider .slick-list {
	padding: 20px 60px !important;
}
/* ----------------------------------------
about_more
---------------------------------------- */
.am_wrap_out {
	padding: 80px 0;
	background: #fff;
}
.am_wrap {
	width: 1000px;
	margin: auto;
	text-align: center;
}
.am_wrap ul {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.am_wrap ul li {
	width: calc(25% - 10px);
	padding: 20px 0px;
	background: #fff;
}
.am_wrap ul li a {
	display: block;
}
.am_wrap ul li a img {
	transition: transform 0.9s;
	-webkit-transition: -webkit-transform 0.9s;
}
.am_wrap ul li a:hover img {
	transform: rotateY(360deg);
	transition: transform 0.9s;
}
.am_wrap ul li h3 {
	color: #333;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	margin: 15px 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: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	margin: 0;
	font-weight: 500;
}
/* ----------------------------------------
news
---------------------------------------- */
.news_wrap_out {
	background: #fff;
}
.news_wrap {
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.news_inner iframe {
	display: block;
	width: 450px;
	height: 300px;
}
.news_inner h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 30px;
	line-height: 1;
}
.news_inner h2 span {
	font-size: 36px;
	font-weight: bold;
}
.news_con ul {
	width: 450px;
	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: 65px;
	border-bottom: 1px solid #bfbfbf;
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.news_con ul li a:hover,
.news_con ul li a:hover span {
	text-decoration: underline;
	color: #2b4156;
}
.news_con ul li a span {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	margin-left: 10px;
	width: 345px;
}
.fb_con {
	width: 400px;
	position: relative;
}
.fb_con iframe {
	display: block;
	width: 400px;
	height: 400px;
}
.fb_con a {
	display: block;
	margin-top: 10px;
	transition: 0.3s;
	&:hover {
		transform: translateY(-3px);
		filter: drop-shadow(0 3px 3px #ccc);
	}
}
/* ----------------------------------------
media
---------------------------------------- */
.media_wrap_out {
	background: #fff;
	padding: 80px 0;
}
.media_warp {
	width: 900px;
	margin: auto;
	position: relative;
	padding-left: 80px;
}
.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;
}
.media_con {
	width: 750px;
}
.media_inner iframe {
	display: block;
	width: 750px;
	height: 610px
}
.media_inner a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	display: block;
	position: absolute;
	top: 320px;
	left: 80px;
	width: 100px;
	height: 100px;
	padding: 25px;
	box-sizing: border-box;
	border: solid 1px #2b4156;
	background: #fff;
	text-align: center;
	transition: all 0.2s ease;
}
.media_inner a:hover {
	color: #fff;
	background: #2b4156;
	transition: all 0.2s ease;
}
.media_con ul {
	display: flex;
	flex-wrap: wrap;
}
.media_con ul li a {
	display: block;
	width: 360px;
	text-align: center;
	margin-bottom: 35px;
}
.media_con ul li a img {
	transition: .5s;
	width: 100%;
	height: 240px !important;
	object-fit: cover;
}
.media_con ul li a:hover img {
	transform: scale(1.1, 1.1);
	transition: .5s;
}
.media_con ul li:nth-of-type(odd) {
	margin-right: 30px;
}
.media_img {
	width: 360px;
	height: 240px;
	overflow: hidden;
	display: block;
	border-radius: 10px;
	position: relative;
}
.media_img:after {
	content: url(/img/movie_play_icon.png);
	position: absolute;
	top: 43%;
	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 0px 0px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color: #333;
	letter-spacing: 0.05em;
}
/* ----------------------------------------
town
---------------------------------------- */
.town_wrap_out {
	background: #fff;
	padding: 80px 0;
}
.town_wrap {
	width: 900px;
	margin: auto;
}
.town_wrap iframe {
	display: block;
	width: 900px;
	height: 300px;
}
.town_con ul {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.town_con ul li a {
	display: block;
	width: 200px;
	height: 200px;
	position: relative;
}
.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:hover::after {
	opacity: 1;
	transition: .3s;
}
.town_con ul li a img {
	width: 100%;
	height: 200px !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: 200px;
	height: 200px;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
	color: #fff;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	padding: 0 10px;
	z-index: 10;
}
.com_wrap_out {
	background: #fff;
	padding: 200px 0 90px;
}
.com_wrap {
	max-width: 1200px;
	margin: auto;
	position: relative;
}
.com_wrap img {
	width: 100%;
}
.com_btn a {
	display: block;
	background: #fff;
	width: 300px;
	height: 60px;
	color: #000;
	font-size: 18px;
	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: 150px;
	bottom: -30px;
	transition: .3s;
}
.com_btn a:hover {
	color: #fff;
	background: #2b4156;
	transition: .3s;
}
.sale_bnr_wrap {
	background: #fff;
}
.sale_bnr_wrap a {
	width: 900px;
	background: url(../img/sale_bg.png);
	height: 150px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	margin: 0 auto;
	color: #2b4156;
}
.sale_bnr_txt p {
	font-size: 14px;
	line-height: 24px;
	color: #2b4156;
	letter-spacing: 0.2em;
	font-weight: 500;
}
.sale_bnr_txt p span {
	display: block;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	color: #2b4156;
}
.sale_bnr_btn {
	width: 190px;
	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;
	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;
}
.side_bnr {
	position: fixed;
	bottom: 20px;
	right: 0px;
	z-index: 2;
}
.side_bnr a:hover {
	opacity: .8;
	transition: 0.3s;
}
.fix_close {
	position: absolute;
	right: 0;
	top: -10px;
	cursor: pointer;
	width: 25px;
}
.fix_close img {
	width: 100%;
}
.side_sns {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 1;
	& ul {
		width: 90px;
		background-color: #fff;
		box-shadow: 0 0 10px #0002;
		box-sizing: border-box;
		padding: 15px 10px;
		border-radius: 10px 0 0 10px;
		text-align: center;
		& li {
			border-bottom: solid 1px #ccc;
			margin-bottom: 10px;
			& a {
				display: block;
				padding: 10px 0;
				margin-bottom: 10px;
				border-radius: 5px;
				transition: 0.2s;
				&:hover {
					background-color: #eee;
				}
			}
		}
		& li:last-child {
			border: 0px solid #000;
			margin-bottom: 0;
			& a {
				margin-bottom: 0;
			}
		}
	}
}
/*オープニング*/
.logo_fadein {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	color: #2b4156;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.logo_fadein p span {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	display: block;
}
.t_bukken_bnr {
	text-align: center;
	& img {
		box-shadow: 0 0 20px #0001;
		transition: 0.3s;
		&:hover {
			box-shadow: 0 0 0 #0001;
			transform: translateY(3px);
		}
	}
}
/* ----------------------------------------
prostage
---------------------------------------- */
.prostage_wrap {
	width: 100%;
	background: url(../img/prostage_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	padding: 110px 0 137px 0;
	background-attachment: fixed;
}
.prostage_inner {
	width: 1200px;
	height: 400px;
	margin: auto;
	background-color: rgb(0 0 0 / 0.5);
	display: flex;
	justify-content: center;
	gap: 147px;
	align-items: center;
}
.prostage_txt01 {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 2;
	padding-bottom: 15px;
}
.prostage_txt02 {
	font-size: 15px;
	color: #fff;
	font-weight: 200;
	line-height: 2;
}
.prostage_wrap a {
	width: 454px;
	height: 90px;
	border: 1px solid #fff;
	display: grid;
	place-content: center;
	font-size: 18px;
	color: #fff;
	margin: 60px auto 0 auto;
	transition: 0.3s;
}
.prostage_wrap a:hover {
	background: #fff;
	color: #000;
	transition: 0.3s;
}
.top_f_wrap {
	background: #fff;
}
.ft_wrap {
	margin: 0;
	padding-top: 90px;
}
#jsp {
	background: #fff;
}