@charset "shift_jis";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-align: left;
	zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	font-family: inherit;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}
input, textarea, select {
	font-family: inherit;
	font-size: 16px;
}
input[type="button"], input[type="text"], input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	resize: none;
	-webkit-appearance: none;
	border-radius: 0;
}
th, td {
	border-collapse: collapse;
}
ul, ol {
	list-style-type: none;
}
img {
	vertical-align: text-bottom;
	vertical-align: -webkit-baseline-middle;
	max-width: 100%;
	height: auto;
	width
	/***/
	: auto;
}
.pc_off {
	display: none;
}
/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
.t_wrap {
	overflow-x: hidden;
}
.t_main_w {
	background-image: url(/img/top/t_main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 0px 475px 0px;
	position: relative;
}
.t_main_w:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 72px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
}
.t_main_w:after {
	content: '';
	position: absolute;
	bottom: 75px;
	margin: auto;
	right: 0px;
	left: 0px;
	width: 12px;
	height: 64px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/img/top/scroll_moji.png);
}
.t_main_h_w {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0px 15px;
}
.t_main_h_w nav ul {
	display: flex;
	min-width: 800px;
	padding: 0px 0px 0px 50px;
	justify-content: space-between;
	align-items: center;
}
.t_main_h_w nav ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.1em;
	position: relative;
}
.t_main_h_w nav ul li:last-child a:after {
	display: none;
}
.t_main_h_w nav ul li a:hover:after {
	transform: scale(1, 1);
}
.t_main_h_w nav ul li a:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffffff;
	bottom: -3px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.2s;
}
.t_main_h_w nav ul li a img {
	display: block;
}
.t_main_w h2 {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: center;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	margin: 200px 0px 0px 0px;
}
.t_main_w h2 span {
	font-size: 30px;
	letter-spacing: 0.25em;
	font-family: 游明朝, 'Hiragino Mincho Pro', 'Yu Mincho', 'YuMincho', 'HGS明朝E', serif;
	margin: 20px 0px 0px 40px;
	display: inline-block;
}
.t_about_com {
	padding: 100px 0px 0px 0px;
	position: relative;
}
.t_about_com:before {
	content: '';
	position: absolute;
	top: 0px;
	margin: auto;
	left: 0px;
	background-color: #f0f4f5;
	width: calc(50% - 300px);
	height: calc(100% + 260px);
	z-index: -1;
}
.t_about_com p {
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	font-family: 游明朝, 'Hiragino Mincho Pro', 'Yu Mincho', 'YuMincho', 'HGS明朝E', serif;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.t_ser_w {
	margin: 190px 0px 0px 0px;
	text-align: center;
	overflow-x: hidden;
}
.t_con_subtit {
	text-align: center;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	font-size: 18px;
	letter-spacing: 0.03em;
	transform: translate(-22px);
	position: relative;
	display: inline-block;
}
.t_con_subtit:before {
	content: "+";
	position: absolute;
	bottom: 0px;
	top: 0px;
	margin: auto;
	left: -26px;
	font-size: 18px;
	line-height: 18px;
	color: #1194cb;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.t_con_subtit:after {
	content: "";
	display: inline-block;
	height: 1px;
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	top: 0px;
	margin: auto;
}
.t_ser_w .t_con_subtit:after {
	width: 58px;
	right: -68px;
}
.t_house_in .t_con_subtit:after {
	width: 81px;
	right: -93px;
}
.t_gall_w .t_con_subtit:after {
	width: 75px;
	right: -86px;
}
.t_phpto_in .t_con_subtit:after {
	width: 64px;
	right: -68px;
}
.t_hazard_w .t_con_subtit:after {
	width: 201px;
	right: -213px;
}
.t_com_w .t_con_subtit:after {
	width: 60px;
	right: -68px;
}
.t_con_tit {
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 10px 0px 0px 0px;
	font-weight: 500;
}
.t_ser_w ul {
	margin: 130px 0px 0px 0px;
}
.t_ser_w ul li:first-child {
	margin: 0px;
}
.t_ser_w ul li {
	margin: 170px 0px 0px 0px;
	position: relative;
}
.t_ser_w ul li:nth-child(2n) .t_ser_in {
	flex-direction: row-reverse;
}
.t_ser_in {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0px 80px;
}
.t_ser_box {
	width: 680px;
}
.t_ser_w ul li:first-child .t_ser_box {
	padding: 130px 50px 0px 0px;
}
.t_ser_w ul li:nth-child(2) .t_ser_box {
	padding: 140px 0px 0px 50px;
}
.t_ser_w ul li:nth-child(3) .t_ser_box {
	padding: 170px 50px 0px 0px;
}
.t_ser_w ul li:first-child .t_ser_box p {
	margin: 65px 0px 0px 0px;
}
.t_ser_w ul li:nth-child(2) .t_ser_box p {
	padding: 50px 0px 0px 0px;
}
.t_ser_w ul li:nth-child(3) .t_ser_box p {
	padding: 80px 0px 0px 0px;
}
.t_ser_w ul li:after {
	content: "";
	display: inline-block;
	width: calc(50% + 80px);
	height: 1px;
	background-color: #000000;
	position: absolute;
	top: 260px;
	z-index: -1;
}
.t_ser_w ul li:nth-child(2n):after {
	left: 0px;
}
.t_ser_w ul li:nth-child(2n+1):after {
	right: 0px;
}
.t_ser_box h3 {
	font-size: 38px;
	line-height: 50px;
	letter-spacing: 0.2em;
}
.t_ser_box p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.1em;
}
.t_ser_box p span {
	font-size: 15px;
}
.t_house_w {
	width: 100%;
	background-color: #f6f6f6;
	margin: 270px 0px 0px 0px;
	padding: 110px 0px 90px 0px;
}
.t_house_in {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
.t_house_in ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 80px 0px 0px 0px;
}
.t_house_in ul li {
	position: relative;
	width: 270px;
}
.t_house_in ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.t_house_in ul li a:hover .t_house_pho img {
	transform: scale(1.2);
}
.t_house_kind {
	background-color: #002140;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	padding: 0px 13px;
	position: absolute;
	top: -13px;
	left: 0px;
}
.t_house_mo {
	background-color: #f0f4f5;
	line-height: 34px;
	text-align: center;
	font-size: 18px;
	color: #e61c28;
	letter-spacing: 0.03em;
	font-weight: bold;
	display: inline-block;
	padding: 0px 10px;
	position: absolute;
	top: 123px;
	right: 5px;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.t_house_mo span {
	font-size: 13px;
	letter-spacing: 0;
}
.t_house_con {
	margin: 15px 0px 0px 0px;
}
.t_house_name {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.03em;
	font-weight: bold;
}
.t_house_name span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.t_house_ad {
	font-size: 12px;
	line-height: 23px;
	letter-spacing: 0;
	margin: 5px 0px 0px 0px;
}
.t_house_ad span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.t_house_floor {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.t_house_pho {
	width: 270px;
	height: 162px;
	border-radius: 5px;
	overflow: hidden;
}
.t_house_pho img {
	width: 270px;
	height: 162px;
	object-fit: cover;
	transition: all 0.2s;
}
.t_house_btn {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
	color: #000000;
	padding: 0px 75px 15px 20px;
	margin: 70px 0px 0px 0px;
	display: inline-block;
	position: relative;
}
.t_house_btn:hover:after {
	transform: translateX(10px);
}
.t_house_btn:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 20px;
	width: 13px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/img/top/t_arrow.png);
	transition: all 0.2s;
}
.t_gall_w {
	text-align: center;
	margin: 180px 0px 0px 0px;
}
.btm_move_w {
	margin: 50px 0px 0px 0px;
}
.btm_move_in ul li {
	background-repeat: no-repeat;
	background-size: contain;
	height: 400px !important;
	width: 400px !important;
}
/*スワイパーここから*/
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.btm_move_in {
	display: flex;
	overflow: hidden;
}
.btm_move_in_list {
	display: flex;
	list-style: none;
	gap: 0px 3px;
	margin-right: 3px;
}
.btm_move_in_list--left {
	animation: infinity-scroll-left 70s infinite linear 0.5s both;
}
.btm_move_in:hover .btm_move_in_list--left {
	animation-play-state: paused;
}
/*スワイパーここまで*/
.btm_move_pho {
	width: 400px;
	height: 400px;
	overflow: hidden;
}
.btm_move_pho img {
	transition: all 0.2s;
	width: 400px;
	height: 400px;
	object-fit: cover;
}
.btm_move_in ul li a:hover .btm_move_pho img {
	transform: scale(1.2);
}
.btm_move_in ul li {
	position: relative;
}
.rcm-overlay {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	background-color: rgba(0, 0, 0, 0.6);
}
.btm_move_in ul li a:hover .rcm-overlay {
	opacity: 1;
}
.rcm-contents {
	height: 110px;
	padding: 160px 25px 20px 25px;
	color: #FFF;
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	-webkit-transition: transform 0.4s, color 0.4s;
	transition: transform 0.4s, color 0.4s;
}
.btm_move_in ul li a:hover .rcm-contents {
	color: #000;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.rcm-title {
	margin-bottom: 0px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 200;
	text-align: center;
	letter-spacing: 1px;
}
.rcm-button {
	font-weight: 200;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
	border: 1px solid #FFF;
	color: white;
	display: block;
	width: 200px;
	box-sizing: border-box;
	padding: 14px 5px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	font-size: 13px;
	left: 25%;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	letter-spacing: 0.1em;
	color: #fff !important;
}
.rcm-button {
	display: block;
}
.rcm-button:hover {
	opacity: 1.0;
	background: #FFF !important;
	color: #333 !important;
	text-decoration: none;
}
.t_photo_w {
	width: 100%;
	background-color: #f0f4f5;
	margin: 70px 0px 0px 0px;
	padding: 100px 0px;
}
.t_phpto_in {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
.t_phpto_in h2 {
	text-align: left;
}
.t_phpto_in .t_con_subtit {
	transform: translate(30px) !important;
}
.t_phpto_in ul {
	display: flex;
	align-items: flex-start;
	gap: 26.7px;
	margin: 65px 0px 0px 0px;
}
.t_phpto_in ul li {
	position: relative;
	width: 280px;
}
.t_phpto_in ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.t_photo_pho {
	height: 188px;
	width: 280px;
	overflow: hidden;
}
.t_photo_pho img {
	transition: all 0.2s;
	height: 188px;
	width: 100%;
	object-fit: cover;
}
.t_phpto_in ul li a:hover .t_photo_pho img {
	transform: scale(1.2);
}
.t_photo_kind {
	background-color: #002140;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	padding: 0px 13px;
	position: absolute;
	top: 8px;
	right: 8px;
}
.t_photo_tit {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.03em;
	font-weight: bold;
}
.t_photo_tit span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.t_photo_com {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	margin: 5px 0px 0px 0px;
}
.t_photo_com span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.t_photo_more {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	border-bottom: 1px solid #000000;
	display: inline-block;
	margin: 10px 0px 0px 0px;
}
.t_photo_con {
	margin: 15px 0px 0px 0px;
}
.t_con_tit_w {
	text-align: center;
}
.t_con_tit_w .t_con_subtit {
	transform: translate(-30px);
}
.t_phpto_in .t_con_tit_w {
	text-align: left;
}
.t_phpto_in .t_house_btn {
	margin: 110px 0px 0px 0px;
}
.t_hazard_w {
	margin: 140px auto 0px auto;
	width: 1200px;
}
.t_hazard_w .t_con_subtit {
	transform: translate(-100px);
}
.t_hazard_box {
	display: flex;
	align-items: flex-start;
	gap: 0px 20px;
	padding: 0px 0px 0px 20px;
}
.t_hazard_box:nth-of-type(2) {
	margin: 70px 0px 0px 0px;
}
.t_hazard_box:nth-of-type(3) {
	margin: 40px 0px 0px 0px;
}
.t_hazard_box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 1052px;
}
.t_hazard_box ul li {
	width: 98px;
}
.t_hazard_box ul li a {
	text-decoration: none;
	color: #000000;
	background-color: #f0f4f5;
	border: 1px solid #f0f4f5;
	border-radius: 10px;
	font-size: 17px;
	letter-spacing: 0.03em;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	transition: all 0.2s;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 38px;
}
.t_hazard_box ul li a:hover {
	border: 1px solid #000000;
}
.t_hazard_box p {
	font-size: 18px;
	letter-spacing: 0.03em;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 5px 0px 0px 0px;
	position: relative;
}
.t_hazard_box p:before {
	content: "";
	display: block;
	width: 2px;
	height: 40px;
	background-color: #002140;
	position: absolute;
	bottom: 0px;
	top: 0px;
	margin: auto;
	left: -20px;
}
.t_mid_pho {
	margin: 210px 0px 0px 0px;
}
.t_com_w {
	margin: 80px 0px 0px 0px;
}
.t_com_box {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.t_com_box table {
	border-top: 1px dotted #bdbdbd;
	border-collapse: collapse;
	width: 100%;
	margin: 60px 0px 0px 0px;
}
.t_com_box tbody {
	vertical-align: top;
}
.t_com_box th,
.t_com_box td {
	border-bottom: 1px dotted #bdbdbd;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #3c4652;
}
.t_com_box td a {
	text-decoration: none;
	color: #3c4652;
}
.t_com_box th {
	padding: 30px 0px 30px 80px;
	width: 100px;
	text-align: left;
}
.t_com_box td {
	padding: 30px 0px 30px 160px;
}
.com_map {
	text-align: center;
	margin: 200px 0px 0px 0px;
}
.com_map .t_house_btn {
	margin: 40px 0px 0px 0px;
}
.com_map p {
	font-size: 19px;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 60px 0px 0px 0px;
	font-family: "Noto Sans JP", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
#map {
	width: 100%;
	height: 504px;
	background-color: grey;
}
.js-animation {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}
.js-animation.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.fadein_l.fade_in_l, .fadein_r.fade_in_r {
	opacity: 1;
	transform: translate(0px, 0);
}
.fadein_l {
	opacity: 0;
	transition: 2s;
	transform: translate(-50px, 0);
}
.fadein_r {
	opacity: 0;
	transition: 2s;
	transform: translate(50px, 0);
}