<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@media screen and (max-width : 767px ){
}

.pc { display: none; }
.sp { display: block; }

*{
	text-decoration: none ;
}

body{
	height:100%;
	margin: 0px auto;
	color:#000;
	background: #fff;
	-webkit-text-size-adjust: 100%;/* フォントサイズの自動調整なし */
    min-width: initial;/* ipad対策　初期化 */
}

svg {
	max-width: 70%;
}
/* 共通*/
/* 共通 end */

/* 予告広告 */
.yokoku {
	display: flex;
	flex-direction:column;
	width: 100%;
	height: auto;
	background-color: #f7f8f8;
	color: #000;
	padding: 1rem;
}
.yokoku-item01 {
	font-size: 1.1rem;
    min-width: 7rem;
	padding-bottom: 0.5rem;
}
.yokoku-item02 {
	font-size: 0.8rem;
	line-height: 1.2;
    margin-bottom: 0.4rem;
}
.yokoku_textbox {
    display: inline-block;
	font-size: 1.1rem;
	padding: 0.5rem;
	margin: 1rem auto 0 auto;
	border: solid thin #000;
}
/* 予告広告 end */

/* メインビジュアル汎用 */
.main_visual {
	position: relative;
    width: 100%;
	margin: 0 auto;
    overflow: hidden;
}
.main_visual .main_visual_catch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(16,65,89,0.8);
	padding: 1rem;
	white-space: nowrap;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
	margin: 0 auto;
}
.main_visual .main_visual_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(16,65,89,0.8);
	padding: 0.3rem 1rem;
	font-size: 1rem;
	color: #fff;
    letter-spacing: 0.1rem;
	text-align: center;
}
.main_visual .main_visual_logo {
	position: absolute;
	top: 0%;
	left: 0%;
}
.main_visual figure {
	position: relative;
}
.main_visual figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.2rem 0.1rem 0.2rem 2rem;
	color: #fff;
	font-size: 0.5rem;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
	text-align: right;
}
/* メインビジュアル汎用 end */

/* メインビジュアル プランページ用 */
.main_visual2 {
	position: relative;
    width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}
.main_visual2 .main_visual_catch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(16,65,89,0.8);
	padding: 2rem;
	white-space: nowrap;
	font-size: 1.8rem;
	line-height: 1.7;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
.main_visual2 .main_visual_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(16,65,89,0.8);
	padding: 0.5rem 1.5rem;
	font-size: 1.6rem;
	color: #fff;
    letter-spacing: 0.1rem;
	text-align: center;
	line-height: 1;
}
.main_visual2 .main_visual_logo {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
}
.main_visual2 figure {
	position: relative;
}
.main_visual2 figcaption {
    position: absolute;
	left: 0.3rem;
	padding-top: 0.5rem;
    font-size: 0.8rem;
	color: #333;
	text-align: left;
}

.main_copy {
    width: 100%;
	margin: 0 auto;
    overflow: hidden;
    background-color: #385154;
}
/* メインビジュアル プランページ用 end */

/* キャッチ */
.catch_container {
    width: 100%;
	margin: 0 auto;
    background-image: url("../img/catch_container_bg.jpg");
    padding: 5px 0;
}

.catch {
    width: 90%;
	margin: 4% auto 4% auto;
    background-color: #122a2c;
    mix-blend-mode: hard-light;
}
.catch img {
    width: 68%;
	margin: 5% 15% 15% 15%;
}

/* キャッチ end */

/* トップページ */
.toptitle {
	width: 100%;
	height: auto;
	margin: 20px auto 0px auto;
    background-image: url("../img/toptitle_bg.png");
    font-size: clamp(15px, 2.2vw, 40px);
    text-align: center;
    padding: 4.5vw 0;
    line-height: 6.5vw;
    background-size: contain;
    background-position: center;
	letter-spacing: 0.07rem;
}

.toptitle02 {
	width: 100%;
	height: auto;
	margin: 20px auto 0px auto;
    text-align: center;
    padding: 4.5vw 0;
}

.toptitle_box {
	justify-content: space-between;
	width: 90%;
	height: auto;
	margin: 0rem auto 0px auto;
}
.toptitle_box_item01{
	width: 100%;
	height: auto;
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
	color: #fff;
	font-size: clamp(15px, 4.5vw, 30px);
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #4a6367;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.3rem;
    margin: 0 0 0 0;
    text-indent: 0rem;
}

.toptitle_box_item02{
	width: 100%;
	height: auto;
	padding: 0rem 0rem 1.5rem 0rem;
	color: #fff;
	font-size: clamp(15px, 6.5vw, 40px);
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #4a6367;
	text-align: center;
    line-height: 1.7;
    margin: 0 1.5px 0 0;
}

.toptitle_box_item02 p{
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.toptitle_text01{
	color: #fff;
	font-size: 0.6rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
}

.toptitle_box_item03{
	width: 100%;
	height: auto;
	padding: 1.5rem 1.0rem;
	color: #fff;
	font-size: clamp(15px, 1.4vw, 25px);
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #4a6367;
	text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
    margin: 3px 0;
}

.toptitle_text02{
	color: #fff;
	font-size: 0.7rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
    display: inline-block;
    padding-left: 19px;
}

.toptitle_box_item04{
	width: 100%;
	height: auto;
	padding: 1.5rem 1.0rem;
	color: #fff;
	font-size: 4.1vw;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #4a6367;
	text-align: center;
    line-height: 1.7;
    margin: 3px 0px;
}


.top_bn_box {
	display: flex;
	justify-content: center;
	width: 95%;
	height: auto;
	margin: 1rem auto 3rem auto;
	gap: 10px;
}
.top_bn_box_item{
	width: fit-content;
	height: auto;
	padding: 0.5rem 1rem;
	color: #fff;
	font-size: 0.9rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #90a19a;
	text-align: center;
}
.top_bn_box_item a {display: block;}
.top_bn_box_item a:link { color: #fff; }
.top_bn_box_item a:visited { color: #fff; }
.top_bn_box_item a:hover { color: #fff; opacity: 0.7;}
.top_bn_box_item a:active { color: #fff; }

.top_machinami {
    position: relative;
}
.top_machinami p:nth-child(2){
    position: absolute;
	bottom: 0.3rem;
	right: 0.3rem;
    font-size: 0.8rem;
	color: #fff;
	text-align: right;
}

.machi_concept {
	display: inline-block;
	margin: 1rem auto;
	padding: 0.5rem;
	border-top: 5px double #ccc;
	border-bottom: 5px double #ccc;
	font-size: 1rem;
}
.top_box01 {
    width: 100%;
	margin: 0 auto;
}
.top_box01_item01 {
	position: relative;
	width: 100%;

	height: auto;
	filter: brightness(55%);
}
.top_box01_item02 {
	position: absolute;
    width: 100%;
	height: auto;
	top: 0;
	left :0;
}
.top_box01_item02_1{
	display: inline-block;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.9rem;
	color: #fff;
	letter-spacing: 0.1rem;
	padding: 0.5rem 1rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	background-color: rgba(16,65,89,0.8);
}
.top_box01_item02_2 {
	font-size: 0.8rem;
	margin-bottom: 1.4rem;
	margin-left: 1rem;
	line-height: 2;
	color: #fff;
	letter-spacing: 0.1rem;
}
.top_box01_item03 {
	position: absolute;
    width: 100%;
	height: auto;
	bottom: 0.5rem;
	right :0.5rem;
	color: #fff;
	font-size: 0.6rem;
	text-align: right;
}

.top_box02 {
    width: 100%;
	margin: 0 auto;
}
.top_box02_item01 {
	position: relative;
	width: 100%;
	height: auto;
	filter: brightness(55%);
}
.top_box02_item02 {
	position: absolute;
    width: 100%;
	height: auto;
	top: 0;
	left :0;
}
.top_box02_item02_1{
	display: inline-block;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.9rem;
	color: #fff;
	letter-spacing: 0.1rem;
	padding: 0.5rem 1rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	background-color: rgba(16,65,89,0.8);
}
.top_box02_item02_2 {
	font-size: 0.8rem;
	margin-bottom: 1.4rem;
	margin-left: 1rem;
	line-height: 2;
	color: #fff;
	letter-spacing: 0.1rem;
}
.top_box02_item03 {
	position: absolute;
    width: 100%;
	height: auto;
	bottom: 0.5rem;
	right :0.5rem;
	color: #fff;
	text-align: right;
	font-size: 0.6rem;
}
/* トップページ end */

/* プランページトップ */
.plan_lkd_img{
	width: 100%;
	height: auto;
	margin: 10rem auto 0 auto;
	opacity: 0.7;
}
.plan_lkd {
    position: relative;
	width: 95%;
	height: auto;
	margin: 5rem auto 0 auto;
	background-color: #000;
}
.plan_lkd li{
    position: absolute;
}
.plan_lkd .lkd_logo{
    position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0);
	filter: drop-shadow(0 0 0.75rem #000);	
}
.plan_lkd .lkd_copy{
	width: 100%;
	height: auto;
    position: absolute;
	top: 28%;
	left: 50%;
	transform: translate(-50%, 0);
    font-size: 1rem;
	line-height: 1.7;
	letter-spacing: 50;
	color: #fff;
	text-align: center;
	text-shadow: #000 1px 0 10px;
}
.plan_lkd .lkd_cap {
	left: 0.3rem;
	padding-top: 0.5rem;
    font-size: 0.8rem;
	color: #333;
	text-align: left;
}


.select_title {
	margin: 2rem auto 1rem auto;
	font-size: 1.5rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
.select_concept {
	width: 95%;
	height: auto;
	margin: 2rem auto 1rem auto;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}
.select_cap {
	width: 95%;
	height: auto;
	margin: 2rem auto;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: left;
}

.select_cap02 {
	width: 95%;
	height: auto;
	margin: 2rem auto;
	font-size: 0.6rem;
	line-height: 1.5;
	text-align: left;
}


.bn_lkd3 {
    display: inline-block;
	font-size: 1.2rem;
	color: #3e3a39;
	background-color: #dbccae;
	padding: 0.5rem 1rem;
	margin: 3rem auto 5rem auto;
}
.bn_lkd3 a {display: block;}
.bn_lkd3 a:link { color: #3e3a39; }
.bn_lkd3 a:visited { color: #3e3a39; }
.bn_lkd3 a:hover { color: #3e3a39; opacity: 0.7;}
.bn_lkd3 a:active { color: #3e3a39; }

.furniture_img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	opacity: 0.7;
}
.furniture {
    position: relative;
	width: 95%;
	height: auto;
	margin: 0 auto;
	background-color: #000;
}
.furniture li{
    position: absolute;
}
.furniture_copy{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
    font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 50;
	color: #fff;
	text-align: center;
	text-shadow: #000 1px 0 10px;
}
.furniture_cap {
	width: 95%;
	height: auto;
	padding-top: 0.5rem;
    font-size: 0.8rem;
	color: #333;
	text-align: left;
}


.furniture_concept {
	margin: 3rem auto 1rem auto;
	font-size: 1.3rem;
	line-height: 2;
}
.furniture_cap2 {
	width: 95%;
	height: auto;
	margin: 3rem auto 2rem auto;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}

.furniture_box {
	display: flex;
	justify-content: space-between;
	width: 90%;
	height: auto;
	margin: 1rem auto 10rem auto;
}
.furniture_box_item{
	width: 49%;
	height: auto;
	padding: 0.5rem 1rem;
	color: #fff;
	font-size: 1rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #90a19a;
	text-align: center;
}
/* プランページトップ end */

/* 各プラン */
.content {
	text-align: center;
}
.plan_no {
	font-size: 2rem;
	margin: 0 auto;
}
.plan_so_copy {
	width: 95%;
	height: auto;
	font-size: 1rem;
	margin: 1.5rem auto;
	line-height: 1.7;
}
.plan_lkd_copy {
	width: 95%;
	height: auto;
	font-size: 1rem;
	margin: 1.5rem auto;
	line-height: 1.7;
	text-align: left;
}
.tatemono_concept {
	display: inline-block;
	font-size: 1.2rem;
	margin: 2.5rem auto 0 auto;
	padding: 0.5rem 1rem;
	border: solid thin #000;
}
.tatemono_copy {
	width: 95%;
	height: auto;
	margin: 1rem auto 3rem auto;
	font-size: 1rem;
	line-height: 1.7;
	text-align: left;
}
.gaikan_box {
	display: flex;
	justify-content: space-between;
	width: 95%;
	height: auto;
	margin: 0 auto;
}
.gaikan_box_item {
	width: 49%;
	height: auto;
}
.gaikan_cap {
	width: 90%;
	height: auto;
	font-size: 0.8rem;
	margin: 0.5rem auto 1rem auto;
	text-align: right;
}
.kouzou_box {
	display: flex;
	flex-direction: column;
	width: fit-content;
	height: auto;
	gap: 10px;
	margin-left: 2.5%;
	margin-top: 2rem;
}
.kouzou_box_item {
	display: block;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #587a85;
	color: #fff;
	border-radius: 3px;
}
.menseki {
	width: 90%;
	height: auto;
	font-size: 0.9rem;
	margin-top: 1rem;
	margin-left: 2.5%;
	line-height: 1.5;
}
.menseki p:first-child{
	font-size: 1rem;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.naikan_box {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 95%;
	height: auto;
	margin: 1rem auto 0 auto;
	padding: 0 4% 5% 4%;
	background-color: #dde2e6;
}
.naikan_box_item01{
	width: 100%;
	height: auto;
}
.naikan_box_item01 figure{
	position: relative;
}
.naikan_box_item01 figcaption{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.2rem 0.1rem 0.2rem 2rem;
	color: #fff;
	font-size: 0.8rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
	text-align: right;
}
.naikan_box_item02{
	width: 100%;
	height: auto;
	padding-top: 2%;
}
.naikan_box_item02 figure{
	position: relative;
}
.naikan_box_item02 figcaption{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.2rem 0.1rem 0.2rem 2rem;
	color: #fff;
	font-size: 0.8rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.naikan_box_item03 {
	width: 100%;
	height: auto;
	margin: 1rem auto;
}

.naikan_box_item04 {
	width: 60%;
	height: auto;
	margin: 1rem 0;
}

.naikan_cap {
	width: 95%;
	height: auto;
	margin: 0.5rem auto;
	text-align: left;
	font-size: 0.8rem;
}

.vr_title {
	display: inline-block;
	font-size: 1rem;
	margin: 3rem auto 0 auto;
	padding: 0.5rem 1rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #dbccae;
}
.vr_copy {
	font-size: 1rem;
	margin: 1rem auto;
	line-height: 1.7;
}
.vr_box {
	display: flex;
	flex-direction: column;
	width: 70%;
	height: auto;
	margin: 1rem auto;
	gap: 20px;
}
.vr_box_item {
	width: 100%;
	height: auto;
	cursor: pointer;
	overflow: hidden;
	background-color: #000;
}
.vr_box_item figure {
	position: relative;
}
.vr_box_item figcaption{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	pointer-events: none;
}
.vr_box_item .zoom{
	width: 100%;
	height: auto;
	opacity: 0.5;
}

.vr2 {
	width: 60%;
	height: auto;
	margin: 0 auto;
	cursor: pointer;
	overflow: hidden;
	background-color: #000;
	display: block;
}
.vr2 figure {
	position: relative;
}
.vr2 figcaption{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	pointer-events: none;
}
.vr2 .zoom{
	width: 100%;
	height: auto;
	opacity: 0.5;
}
.vr2_cap {
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding-top: 0.5rem;
	font-size: 0.8rem;
	text-align: left;
}

.setsubi_box {
	display: flex;
	flex-direction: column;
	width: 95%;
	height: auto;
	margin: 5rem auto 0 auto;
	padding: 5%;
	background-color: #dde2e6;
	gap: 20px;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #333;
	line-height: 1.5;
}
.setsubi_box_item01 {
	width: 100%;
	height: auto;
	font-size: 0.9rem;
}
.setsubi_box_item01 p:first-child{
	font-size: 1.1rem;
}
.setsubi_box_item02 figure {
	width: 100%;
	height: auto;
}
.setsubi_box_item02 figcaption{
	font-size: 0.8rem;
    margin-top: 0.5rem;
}

.setsubi_box2 {
	display: flex;
	flex-direction: column;
	width: fit-content;
	height: auto;
	gap: 10px;
	margin: 2rem auto; 
}
.setsubi_box2_item {
	display: block;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #587a85;
	color: #fff;
	border-radius: 3px;
	text-align: center;
}
.setsubi_box2_item a {display: block;}
.setsubi_box2_item a:link { color: #fff; }
.setsubi_box2_item a:visited { color: #fff; }
.setsubi_box2_item a:hover { color: #fff; opacity: 0.7;}
.setsubi_box2_item a:active { color: #fff; }
/* 各プラン end */

/* まちの紹介 */
.loca_box {
	display: flex;
	flex-direction: column;
    width: 95%;
	height: auto;
	margin: 3rem auto 1rem auto;
}

.loca_box_item01 {
    width: 100%;
	height: auto;
    position: relative;
}
.loca_box_item01 p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(16,65,89,0.8);
	padding: 0.3rem 1rem;
	font-size: 1rem;
	color: #fff;
    letter-spacing: 0.1rem;
	text-align: center;
}
.loca_box_item01 figure{
	position: relative;
}
.loca_box_item01 figcaption{
	position: absolute;
	bottom:0.3rem;
	right: 0.3rem;
    font-size: 0.65rem;
	line-height: 0.8;
	padding: 0.4rem 0.5rem;
}

.loca_box_item02 {
    width: 100%;
	background-color: #dde2e6;
	font-kerning: normal;
}
.loca_box_item02 p:first-child{
	width: 90%;
	height: auto;
	margin: 1rem auto;
	padding-bottom: 0.5rem;
    font-size: 0.85rem;
	line-height: 1.5;
	border-bottom: 0.5px solid #999;
}
.loca_box_item02 p:nth-of-type(2){
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 1rem;
    font-size: 0.7rem;
	line-height: 1.5;
}

.loca_box_item03 {
    width: 100%;
	height: auto;
    position: relative;
}
.loca_box_item03 p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(16,65,89,0.8);
	padding: 0.3rem 1rem;
	font-size: 1rem;
	color: #fff;
    letter-spacing: 0.1rem;
	text-align: center;
}
.loca_box_item03 figure{
	position: relative;
}
.loca_box_item03 figcaption{
	position: absolute;
	bottom:0.0rem;
    font-size: 0.8rem;
    background: rgba(0,0,0,0.6);
	padding: 0.5rem 0 0.5rem 0.5rem;
}

.loca-ph_box {
	display: flex;
	flex-wrap:wrap;
    width: 95%;
	height: auto;
	margin: 0 auto;
	font-kerning: normal;
}
.loca-ph_box_item {
	width: 49%;
	height: auto;
	margin-right: 1%;
}
.loca-ph_box_item p:first-child{
	margin-top: 1rem;
}
.loca-ph_box_item p:nth-child(2){
	font-size: 0.85rem;
	margin-top: 0.7rem;
	margin-bottom: 0.3rem;
}
.loca-ph_box_item p:nth-child(3){
	font-size: 0.75rem;
	margin-bottom: 0.3rem;
}
.loca-ph_box_item p:nth-child(4){
	font-size: 0.75rem;
}
.loca-ph_box_item p:nth-child(5){
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.8rem;
	margin-bottom: 0.3rem;
}
.loca-ph_box_item p:nth-of-type(n+6){
	font-size: 0.8rem;
}

.loca-ph_box_item02 {
	width: 100%;
	height: auto;
	margin: 2rem 0% 0 1%;
    font-size: 0.65rem;
    line-height: 2;
}
/* まちの紹介 end */

/* レジャー */
.leisure {
	width: 95%;
	height: auto;
	font-size: 0.8rem;
	line-height: 1.5;
	margin: 0.5rem auto 5rem auto;
	text-align: left;
}
/* レジャー end */

/* アクセス */
.access_midashi {
	display: inline-block;
	background: #5d7579;
	padding: 0.3rem 1.5rem;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	margin: 0rem auto 1rem auto;
}


.train_box {
	display: flex;
    flex-direction: column;
    width: 95%;
	height: auto;
	margin: 2rem auto 0 auto;
}
.train_box_item {
	width: 100%;
	height: auto;
	padding: 5% 5% 2% 5%;
	margin-bottom: 0.5rem;
}
.train_box_item p:first-child{
	font-size: 0.9rem;
	line-height: 1.5;	
}
.train_box_item p:nth-child(2){
	font-size: 1.2rem;
	line-height: 1.5;	
}

.train_box_item01 {
	width: 100%;
	height: auto;
	padding: 0%;
}

.train_box_item02 {
	width: 100%;
	height: auto;
	padding: 15% 0%;
}

.time_box {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
	height: auto;
	margin: 1rem auto 0.5rem auto;
}
.time_box_item01 {
	width: 5%;
	height: auto;
	margin-bottom: 1rem;
	border-left: thin solid #000;
}
.time_box_item02 {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}
.time_box_item02 p:first-child{
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	line-height: 1;
}
.time_box_item02 p:nth-child(2){
	font-size: 0.7rem;
	margin-bottom: 0.3rem;
}

.time_box_item02 p:nth-child(3){
	font-size: 0.75rem;
    font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-left: 0.4rem;
    padding-bottom: 0rem;
}

.time_box_item02 p:nth-child(4){
	font-size: 0.8rem;
    margin-bottom: 0rem;
    font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.time_box_item02 p:nth-child(5){
	font-size: 0.75rem;
    font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-left: 0.4rem;
}

.time_text01{
	color: #000;
	font-size: 0.7rem;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
    display: inline-block;
    padding-left: 15px;
}

.kyori_box {
    width: 95%;
	height: auto;
	margin: 1rem auto;
}
.kyori_box_item {
	font-size: 0.8rem;
	color:#333;
	line-height: 1.5;
	text-align: left;
}
.zuhan {
	width: 95%;
	height: auto;
	margin: 0.5rem auto;
}
.zuhan img{
	width: 95%;
}
/* アクセス end */

/* まちづくり/区画情報 */
.genchi_box {
	display: flex;
	flex-wrap:wrap;
    width: 95%;
	height: auto;
	margin: 0 auto;
}
.genchi_box_item {
	position: relative;
	width: 49%;
	height: auto;
	margin-right: 1%;
	margin-bottom: 1rem;
}
.camera {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 7%;
	height: auto;
}
/* まちづくり/区画情報 end */

/* 共通　面積価格表 */
.kakaku_title {
	font-size: 1.1rem;
    padding-bottom: 0.5rem;
}
.kakaku_caption {
	font-size: 0.8rem;
	text-align: center;
}
.kakaku_caption2 {
	font-size: 1rem;
	text-align: center;
}
table {
    width: 90%;
    table-layout: fixed;
    word-break: break-all;
    word-break: break-word;
	font-size: 0.8rem;
    border-collapse: collapse;
	margin: 1rem auto 3rem auto;
}
thead {
	border-top: 0.5px solid #666;
	border-bottom: 0.5px solid #666;
}
tbody td {
	border-bottom: 0.5px solid #666;
}
td,th {
    text-align: center;
    vertical-align: middle;
	padding: 0.6rem 0;
	background-color: #fff;
}
.a {
  width: 3rem;
}
.b {
  width: 7rem;
}
.c {
  width: 5rem;
}
.d {
  width: 3rem;
}
.e {
  width: 7rem;
}
.f {
  width: 5rem;
}
.g {
  width: 5rem;
}
/* 共通　面積価格表 end */

/* 分譲宅地　面積価格表 */
.table1 th:first-child{
	background-color: #d3e0cb;
}
.table1 th:nth-child(2){
	border-right: 0.5px solid #666;
	border-left: 0.5px solid #666;
    background-color: #d3e0cb;
}

.table1 th:nth-child(3){
	border-right: 0.5px solid #666;
	border-left: 0.5px solid #666;
    background-color: #d3e0cb;
}

.table1 td:first-child{
	background-color: #fff;
}
.table1 td:nth-child(2){
	border-right: 0.5px solid #666;
	border-left: 0.5px solid #666;
}
/* 分譲宅地　面積価格表 end */

/* 分譲住宅　面積価格表 */
.table2 th:first-child{
	background-color: #cde1e0;
}
.table2 th:nth-child(2){
	border-right: 0.5px solid #666;
	border-left: 0.5px solid #666;
    background-color: #cde1e0;
}

.table2 th:nth-child(3){
	border-right: 0.5px solid #666;
	border-left: 0.5px solid #666;
    background-color: #cde1e0;
}

.table2 td:first-child{
	background-color: #fff;
}
.table2 td:nth-child(2){
	border-right: 0.5px solid #666;
	border-left: 0.5px solid #666;
}
/* 分譲住宅　面積価格表 end */

/* 分譲住宅セレクトワン　面積価格表 */
.table3 th:first-child{
	background-color: #dcd7de;
}
.table3 th:nth-child(2){
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.table3 th:nth-child(3){
	border-right: 1px solid #666;
}
.table3 td:first-child{
	background-color: #dcd7de;
}
.table3 td:nth-child(2){
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.table3 td:nth-child(3){
	border-right: 1px solid #666;
}
/* 分譲住宅セレクトワン　面積価格表 end */

/* 住まいづくり */
.lkd_box {
	display: flex;
	justify-content: space-between; 
	flex-wrap:wrap;
    width: 77%;
	height: auto;
	margin: 0 auto;
}
.lkd_box_item {
	width: 48%;
	height: auto;
	margin-bottom: 0 1% 2rem 1%;
	text-align: center;
	margin: 0 auto 2% auto;
}

.lkd_box_item p {
	width: 100%;
	height: auto;
	margin: 0.5rem auto 1.5rem auto;
	text-align: center;
    font-size: clamp(6px, 2.5vw, 15px);
}

.lkd_ph_box {
	display: flex;
	flex-wrap:wrap;
    width: 100%;
	height: auto;
}
.lkd_ph_box_item {
	position: relative;
	width: 50%;
	height: auto;
}
.lkd_ph_box_item figure{
}
.lkd_ph_box_item figcaption{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0.2rem 0.2rem 0.2rem 0.5rem;
    font-size: 0.8rem;
	color: #fff;
	background: linear-gradient(to right, rgba(100, 100, 100, 0.8), rgba(255, 255, 255, 0));
}
.lkd_icon {
	position: absolute;
	top: 0;
	left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	padding: 0.2rem 2.5rem 0.2rem 0.3rem;
}
.lkd_icon img{
	width: 45%;
	height: auto;
}
.bn_lkd {
    display: inline-block;
	font-size: 1rem;
	color: #fff;
	background-color: #3B3B41;
	padding: 0.5rem 5rem;
	margin: 10% auto 3rem auto;
	line-height: 1.5;
	letter-spacing: 0.1rem;
    border-radius: 38px;
}
.bn_lkd a {display: block;}
.bn_lkd a:link { color: #fff; }
.bn_lkd a:visited { color: #fff; }
.bn_lkd a:hover { color: #fff; opacity: 0.7;}
.bn_lkd a:active { color: #fff; }

.bn_lkd2 {
    display: inline-block;
	font-size: 1.3rem;
	color: #3e3a39;
	background-color: #fff;
	padding: 0.5rem 1rem;
	margin: 1rem auto;
}
.bn_lkd2 a {display: block;}
.bn_lkd2 a:link { color: #3e3a39; }
.bn_lkd2 a:visited { color: #3e3a39; }
.bn_lkd2 a:hover { color: #3e3a39; opacity: 0.7;}
.bn_lkd2 a:active { color: #3e3a39; }
/* 住まいづくり end */

/* バナーエリア */
.bg-bnarea02 {
	width: 80%;
    height: auto;
	margin: 40px auto 0 auto;
	padding-bottom: 2rem;
}


.bn_ouchi {
	width: 90%;
    height: auto;
	margin: 0 auto;
	padding-bottom: 1rem;
}
.bn_osusume {
    width: 90%;
    height: auto;
    margin: 0 auto 1rem auto;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #000;
    background-color: #dcdddd;
    text-align: center;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.bn_osusume a{display: block;}
.bn_osusume a:link { color: #000; }
.bn_osusume a:visited { color: #000; }
.bn_osusume a:hover {     
    color: #000; 
    opacity: 0.6;
    transition: 1.0s ; 
}
.bn_osusume a:active { color: #000; }

.bn-bottom {
    display:flex;
    justify-content: space-around;
    width: 85%;
    height: auto;
    margin: 1rem auto 0 auto;
}
.bn-bottom-item {
	display:flex;
	justify-content: center;
	align-items: center;
    width: 24%;
	height: auto;
    background-color: #666;
	white-space: nowrap;
	color: #fff;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.9rem;
    margin-top: 25px;
    padding: 0.8rem 3.5rem;
    border-radius: 20px;
}
.bn-bottom-item a {display: block;}
.bn-bottom-item a:link { color: #fff; }
.bn-bottom-item a:visited { color: #fff; }
.bn-bottom-item a:hover { color: #fff; opacity: 0.7;}
.bn-bottom-item a:active { color: #fff; }

.bn-bottom2 {
    display:flex;
    flex-direction: column;
    width: 90%;
    height: auto;
    margin: 0.5rem auto 0 auto;
	align-items: center;
}
.bn-bottom2-item {
    width: 100%;
    height: auto;
    background-color: #666;
    text-align: center;
    padding: 1rem 0;
	margin-bottom: 0.5rem;
	white-space: nowrap;
	color: #fff;
}
.bn-bottom2-item a {display: block;}
.bn-bottom2-item a:link { color: #fff; }
.bn-bottom2-item a:visited { color: #fff; }
.bn-bottom2-item a:hover { color: #fff; opacity: 0.7;}
.bn-bottom2-item a:active { color: #fff; }

.syamei_tel {
    width: 90%;
    height: auto;
    margin: 5% auto 3% auto;
    text-align: center;
}

.tel_item {
}


.tel_item img {
width: 100%;
margin-bottom: 0%;
}

.tel {
    display: block;
    flex-diretion: row;
	flex-wrap:nowrap;
}
/* バナーエリア end */

/* タイトル */
/* タイトル end */

/* キャッチコピー */

.catch01 {
	font-size: 1.3rem;
	margin: 1rem auto 2rem auto;
	line-height: 1.7;
    color: #fff;
    padding: 2rem 1rem 0rem 1rem;
	text-align: center;
}
.catch02 {
	font-size: 0.8rem;
	margin: 1rem auto;
	line-height: 2;
    color: #fff;
    padding: 0rem 2rem 1rem 2rem;
	text-align: center;
}



.catch03 {
	width: 90%;
	height: auto;
	font-size: 1.1rem;
	margin: 2rem auto 1rem auto;
	line-height: 1.7;
	text-align: left;
	color: #fff;
}
.catch04 {
	width: 90%;
	height: auto;
	font-size: 1rem;
	margin: 1rem auto;
	line-height: 1.5;
	text-align: left;
}
.catch05 {
	font-size: 0.9rem;
	margin: 1rem auto 3rem auto;
	line-height: 1.5;
    text-align: center;
    padding: 0;
}
.catch06 {
	width: 90%;
	height: auto;
	font-size: clamp(16px, 1.0vw, 23px);
	margin: 1rem auto 1rem auto;
	line-height: 1.5;
	text-align: left;
}
.catch07 {
	font-size: 0.8rem;
	margin: 1rem auto 0 auto;
	letter-spacing: 0.1rem;
}
.catch08 {
	font-size: 1.1rem;
	margin: 1rem auto;
	line-height: 2;
	letter-spacing: 0.2rem;
}
.catch09 {
	font-size: 2rem;
}

.catch10 {
	font-size: 1.1rem;
	margin: 1rem auto;
	line-height: 1.5;
}

.catch11 {
	font-size: 1rem;
	margin: 1rem auto;
	line-height: 1.5;
}

.catch12 {
	font-size: 0.8rem;
	margin: 1rem 5%;
	line-height: 1.5;
    text-align: justify;
}
/* キャッチコピー end */

/* コピー */
.copy01 {
	width: 90%;
	height: auto;
	font-size: 0.8rem;
	margin: 0 auto 2rem auto;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	text-align: left;
	color: #FFFFFF;
}
.copy02 {
	font-size: 0.8rem;
	margin: 0 auto;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}
.copy03 {
}
/* コピー end */

/* 注釈 */
.caption01 {
    font-size: 0.8rem;
}
.caption02 {
}
.caption03 {
}
.zuhan_cap {
	width: 95%;
	height: auto;
	margin: 0.5rem auto 3rem auto;
    font-size: 0.7rem;
	text-align: left;
}

.zuhan_cap02 {
	width: 95%;
	height: auto;
	margin: 0.5rem auto 3rem auto;
    font-size: 0.7rem;
	text-align: center;
}
.plan_cap {
	width: 95%;
	height: auto;
	margin: 0.5rem auto 3rem auto;
    font-size: 0.8rem;
	text-align: left;
}
/* 注釈 end */

/* 背景 */
.bg_gray {
	background-color: #f4f4f4;
	text-align: center;
	padding: 0% 0 3% 0;
    width: 90%;
    margin: 0% auto;
}
/* 背景 end */

/* その他 */
.gothic {
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* その他 end */

/* タブメニュー */
ul.tab {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  background-color: #c1c6c9;
  /*▼リセット用*/
  list-style: none;
  font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
	
  &gt;li {
    width: calc(100% / 6);//タブの数に合わせて変更
    height: auto;
	padding: 0.5rem 0;
    /* ▼ここからデザイン用 */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c1c6c9;
    color: #666;
    font-size: 0.9rem;
    cursor: pointer;
    text-align: center;
    &amp;:hover{
      background-color: #c1c6c9;
    }
  }
  &gt;li.active {
    background-color: #166589;
    color: #fff;
    position: relative;
    z-index: 3;
  }
}

.content {
  padding-top: 10rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: none;
}
.active {
  display: block;
}

/* タブメニュー　位置指定 */
.tab_kotei_area {
  position: relative;
}
.tab_kotei {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #c1c6c9;
  z-index: 10;
}
.tab_kotei.is-fixed {
  position: fixed;
}</pre></body></html>