<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 (min-width : 768px ){
}

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

*{
	text-decoration: none ;
}

body{
	width: 100%;
	height:100%;
	margin: 0px auto;
	color:#000;
	background: #fff;

	
	-webkit-text-size-adjust: 100%;/* フォントサイズの自動調整なし */
    min-width: 1080px;/* ipad対策　PC用の横幅を指定 */
    max-width: 4000px;
}
html {
  scroll-behavior: smooth;
}
/* 共通*/
/* 共通 end */

/* 予告広告 */
.yokoku {
	display: flex;
	align-items: center;
	width: 85%;
    max-width: 1200px;
	margin: 0 auto;
	height: auto;
	background-color: #fff;
	color: #000;
	padding: 3rem;
}
.yokoku-item01 {
	font-size: 1.5rem;
	min-width: 10rem;
    border: solid 1px #000;
    text-align: center;
    padding: 1.3rem 0.5rem;
}
.yokoku-item02 {
	font-size: 1.0rem;
	line-height: 1.7;
    padding-left: 1.7rem;
}
.yokoku_textbox {
    display: inline-block;
	font-size: 1.3rem;
	padding: 0.5rem 1rem;
	margin: 2rem auto 0 auto;
	border: solid thin #000;
}
/* 予告広告 end */


/* メインビジュアル汎用 */
.main_visual {
	position: relative;
    width: 100%;
	max-width: 2000px;
	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: 2rem;
	white-space: nowrap;
	font-size: 1.8rem;
	line-height: 1.7;
	text-align: center;
	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.5rem 2.5rem;
	font-size: 1.3rem;
	color: #fff;
    letter-spacing: 0.1rem;
	text-align: center;
	line-height: 1;
    font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.main_visual .main_visual_logo {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
    width: 100%;
}
.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.8rem;
	font-weight: bolder;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.main_copy {
    width: 100%;
	margin: 0 auto;
    overflow: hidden;
    background-color: #385154;
}
/* メインビジュアル汎用 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;
	right: 0.3rem;
	padding-top: 0.5rem;
    font-size: 0.8rem;
	color: #333;
}
/* メインビジュアル プランページ用 end */

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

.catch {
    width: 57%;
	max-width: 2000px;
	margin: 0 auto;
    background-color: #122a2c;
    mix-blend-mode: hard-light;
}
.catch img {
    width: 40%;
	margin: 60px 30% 70px 30%;
}

/* キャッチ end */

/* トップページ */
.toptitle {
	width: 44%;
	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: 2vw 0;
    line-height: 3.5vw;
    background-size: contain;
    background-position: center;
}

.toptitle_box {
	display: flex;
	justify-content: space-between;
	width: 44%;
	height: auto;
	margin: 0rem auto 3px auto;
}
.toptitle_box_item01{
	height: auto;
	padding: 5.5rem 1.5rem;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

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

	padding-top: 0.5rem;
	vertical-align: sub;
}

.toptitle_box_item02 p{
	border-left: solid 0.5px;
    padding: 20px 0px 20px 50px;
    text-align: left;
}

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

.toptitle_box_item03{
	width: 50%;
	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;
	font-weight: 600;
	background-color: #4a6367;
	text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
    margin: 0 1.5px;
}

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

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


.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: 3rem auto 1.5rem auto;
	padding: 0.5rem;
	border-top: 5px double #ccc;
	border-bottom: 5px double #ccc;
	font-size: 1.3rem;
}

.top_box01 {
	display: flex;
	flex-wrap: nowrap;
    width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}
.top_box01_item01 {
	position: relative;
	width: 50%;
}
.top_box01_item02 {
    width: 50%;
	background-color: #dcdddd;
}
.top_box01_item02_1{
	display: inline-block;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: 0.1rem;
	padding: 0.5rem 3rem;
	margin-top: 5rem;
	margin-bottom: 1.5rem;
	background-color: #5d7578;
	line-height: 1;
	text-align: center;
}
.top_box01_item02_2 {
	font-size: 1.03rem;
    font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 1.4rem;
	margin-left: 2rem;
	line-height: 2;
    margin-top: 1rem;
	letter-spacing: 1.5px;
}

.rubi{
	display: inline-block;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: 0;
}
.top_box01_item03 {
	position: absolute;
    width: 50%;
	height: auto;
	bottom: 0.5rem;
	left :0.5rem;
	color: #fff;
	font-size: 0.8rem;
	text-align: left;
}

.top_box02 {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
    width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}
.top_box02_item01 {
	position: relative;
	width: 50%;
}
.top_box02_item02 {
    width: 50%;
	background-color: #dcdddd;
	text-align: right;
	line-height: 1;
}
.top_box02_item02_1{
	display: inline-block;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: 0.1rem;
	padding: 0.5rem 3rem;
	margin-top: 5rem;
	margin-bottom: 1.5rem;
	background-color: #5d7578;
	text-align: center;
}
.top_box02_item02_2 {
	font-size: 1.03rem;
    font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 1.4rem;
	margin-right: 2rem;
	line-height: 2;
    margin-top: 1rem;
	letter-spacing: 1.5px;
    text-align: right;
}

.top_box02_item02_3 {
	margin-bottom: 1.4rem;
	margin-right: 2rem;
    margin-top: 1rem;
    text-align: right;
}
.top_box02_item03 {
	position: absolute;
    width: 100%;
	height: auto;
	bottom: 0.5rem;
	right :0.5rem;
	color: #fff;
	font-size: 0.8rem;
	text-align: right;
}
/* トップページ end */

/* プランページトップ */
.plan_lkd_img{
	width: 100%;
	height: auto;
	margin: 10rem auto 0 auto;
	opacity: 0.7;
}
.plan_lkd {
    position: relative;
	width: 80%;
	height: auto;
	margin: 10rem auto 0 auto;
	background-color: #000;
}
.plan_lkd li{
    position: absolute;
}
.plan_lkd .lkd_logo{
    position: absolute;
	top: 10%;
	left: 5%;
}
.plan_lkd .lkd_copy{
    position: absolute;
	top: 10%;
	right: 5%;
    font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 100;
	color: #fff;
	text-align: right;
}
.plan_lkd .lkd_cap {
	right: 0.3rem;
	padding-top: 0.5rem;
    font-size: 0.8rem;
	color: #333;
	text-align: right;
}


.bn_lkd3 {
    display: inline-block;
	font-size: 1.2rem;
	color: #3e3a39;
	background-color: #dbccae;
	padding: 0.5rem 1rem;
	margin: 3rem auto 10rem 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: 80%;
	height: auto;
	margin: 0 auto;
	background-color: #000;
}
.furniture li{
    position: absolute;
}
.furniture_copy{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-size: 2rem;
	line-height: 2;
	letter-spacing: 200;
	color: #fff;
	text-align: center;
}
.furniture_cap {
	right: 0.3rem;
	padding-top: 0.5rem;
    font-size: 0.8rem;
	color: #333;
	text-align: right;
}

.furniture_concept {
	margin: 3rem auto 1rem auto;
	font-size: 1.3rem;
	line-height: 2;
}
.furniture_cap2 {
	margin: 3rem auto;
	font-size: 1rem;
	line-height: 1.5;
}

.furniture_box {
	display: flex;
	justify-content: space-between;
	width: 40%;
	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: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-weight: bolder;
	background-color: #90a19a;
	text-align: center;
}
/* プランページトップ end */

/* 各プラン */
.content {
	text-align: center;
}
.plan_no {
	font-size: 3rem;
	margin: 2rem auto;
}
.plan_so_copy {
	font-size: 1.2rem;
	margin: 3rem auto;
}
.tatemono_concept {
	display: inline-block;
	font-size: 1.2rem;
	margin: 3rem auto 0 auto;
	padding: 0.5rem 1rem;
	border: solid thin #000;
}
.tatemono_copy {
	font-size: 1rem;
	margin: 1rem auto 3rem auto;
	line-height: 1.7;
}
.gaikan_box {
	display: flex;
	justify-content: space-between;
	width: 60%;
	height: auto;
	margin: 0 auto;
}
.gaikan_box_item {
	width: 49%;
	height: auto;
}
.gaikan_cap {
	width: 60%;
	height: auto;
	font-size: 0.8rem;
	margin: 0.5rem auto 1rem auto;
	text-align: right;
}
.kouzou_box {
	display: flex;
	width: fit-content;
	height: auto;
	gap: 10px;
	margin-left: 5%;
	padding-top: 3rem;
}
.kouzou_box_item {
	padding: 0.5rem 1rem;
	font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-weight: bolder;
	background-color: #587a85;
	color: #fff;
	border-radius: 3px;
}
.menseki {
	width: 90%;
	height: auto;
	font-size: 1rem;
	margin-top: 2rem;
	margin-left: 5%;
	line-height: 1.5;
}
.menseki p:first-child{
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.naikan_box {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 90%;
	height: auto;
	margin: 3rem auto 0 auto;
	padding: 4% 3%;
	background-color: #dcdddd;
}
.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: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-weight: bolder;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.naikan_box_item02{
	width: 49%;
	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: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-weight: bolder;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.naikan_box_item03 {
	width: 50%;
	height: auto;
	margin: 1rem auto;
}

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

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

.vr_title {
	display: inline-block;
	font-size: 1.4rem;
	margin: 6rem auto 0 auto;
	padding: 0.5rem 1rem;
	font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-weight: bolder;
	background-color: #dbccae;
}
.vr_copy {
	font-size: 1.2rem;
	margin: 2rem auto 3rem auto;
	line-height: 1.7;
}
.vr_box {
	display: flex;
	justify-content: space-between;
	width: 90%;
	height: auto;
	margin: 3rem auto;
}
.vr_box_item {
	width: 32%;
	height: auto;
	cursor: pointer;
	overflow: hidden;
	background-color: #000;
	display: block;
	border-radius: 5px;
}
.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.7;
    transition: transform .6s ease;/* ゆっくり変化させる */
}
.vr_box_item:hover .zoom{
	opacity: 0.5;
	transform: scale(1.05);/* 拡大 */
}

.vr2 {
	width: 50%;
	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;
    transition: transform .6s ease;/* ゆっくり変化させる */
}
.vr2:hover .zoom{
	opacity: 0.8;
	transform: scale(1.05);/* 拡大 */
}
.vr2_cap {
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding-top: 0.5rem;
	font-size: 0.8rem;
	text-align: right;
}

.setsubi_box {
	display: flex;
	justify-content: space-between;
	width: 90%;
	height: auto;
	margin: 5rem auto 0 auto;
	padding: 3%;
	background-color: #dcdddd;
	gap: 20px;
	font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-weight: 550;
	color: #333;
	line-height: 1.5;
}
.setsubi_box_item01 {
	flex-grow:3;
	font-size: 0.9rem;
}
.setsubi_box_item01 p:first-child{
	font-size: 1.1rem;
}
.setsubi_box_item02 figure {
	flex-grow:1;
}
.setsubi_box_item02 figcaption{
	font-size: 0.8rem;
    margin-top: 0.5rem;
}

.setsubi_box2 {
	display: flex;
	width: fit-content;
	height: auto;
	margin: 2.5rem auto;
	gap: 10px;
	padding-top: 0.5rem;
}
.setsubi_box2_item {
	padding: 0.5rem 1rem;
	font-size: 1rem;
	font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-weight: bolder;
	background-color: #587a85;
	color: #fff;
	border-radius: 3px;
}
.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 */

/* タブメニューテスト */
/*タブメニューテスト end*/

/* まちの紹介 */
.loca_box_bg {
    width: 100%;
	max-width: 2000px;
	height: auto;
    background-color: #dcdddd;
}


.loca_box {
	display: flex;
    width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0rem auto 2rem auto;
}

.loca_box_item01 {
    width: 50%;
	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.7rem 1rem;
	font-size: 1.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.8rem;
}

.loca_box_item02 {
    width: 50%;
	background-color: #dcdddd;
}
.loca_box_item02 p:first-child{
	width: 90%;
	height: auto;
	margin: 2rem auto 1rem auto;
	padding-bottom: 1rem;
    font-size: 1.0rem;
	line-height: 1.7;
	letter-spacing: 0.1rem;
	border-bottom: 0.5px solid #999;
    font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.loca_box_item02 p:nth-of-type(2){
	width: 90%;
	height: auto;
	margin: 0 auto;
    font-size: 0.9rem;
	line-height: 1.5;
    font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.loca_box_item03 {
    width: 50%;
	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.7rem 1rem;
	font-size: 1.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;
	right: 0.0rem;
    font-size: 0.8rem;
	padding: 0.3rem 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
}

.loca-ph_box {
	display: flex;
	flex-wrap:wrap;
    width: 100%;
	height: auto;
	margin: 0 auto;
    max-width: 1000px;
}
.loca-ph_box_item {
	width: 24%;
	height: auto;
	margin-right: 1%;
	font-kerning: normal;
}

.loca-ph_box_item p:first-child{
	margin-top: 2rem;
}
.loca-ph_box_item p:nth-child(2){
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.7rem;
	margin-bottom: 0.3rem;
}
.loca-ph_box_item p:nth-child(3){
	font-size: 0.7rem;
	margin-bottom: 0.3rem;
}
.loca-ph_box_item p:nth-child(4){
	font-size: 0.75rem;
	margin-bottom: 0.3rem;
}
.loca-ph_box_item p:nth-child(5){
	font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-size: 0.75rem;
	margin-bottom: 0.3rem;
}
.loca-ph_box_item p:nth-of-type(n+6){
	font-size: 0.8rem;
}

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

/* レジャー */
.leisure {
	width: 90%;
	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: 1.0rem;
	text-align: center;
	color: #fff;
	margin: 0rem auto 1rem auto;
}

.train_box {
	display: flex;
	justify-content: space-between; 
    width: 83%;
	height: auto;
	margin: 2rem 7% 0.5rem 10%;
}
.train_box_item {
	width: 45%;
	height: auto;
	padding: 0%;
}
.train_box_item p:first-child{
	font-size: 1.3rem;
	line-height: 1.5;	
}
.train_box_item p:nth-child(2){
	font-size: 1.3rem;
	line-height: 1.5;
    font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
}
.train_box_item p:nth-child(3){
	font-size: 1.3rem;
	line-height: 1.5;
    font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
}

.train_box_item p:nth-child(4){
	font-size: 1.3rem;
	line-height: 1.5;
    font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
}

.train_box_item p:nth-child(5){
	font-size: 1.3rem;
	line-height: 1.5;
    font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
}

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

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

.train_box_item p:nth-child(6){
	font-size: 0.6rem;
	line-height: 1.5;
    font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
}

.time_box {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
	height: auto;
	margin: 0.55rem auto 0 auto;
}
.time_box_item01 {
	width: 5%;
	height: auto;
	margin-bottom: 1rem;
}
.time_box_item02 {
	width: 95%;
	height: auto;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}
.time_box_item02 p:first-child{
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	line-height: 1;
}
.time_box_item02 p:nth-child(2){
	font-size: 0.8rem;
	margin-bottom: 0rem;
    font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
}
.time_box_item02 p:nth-child(3){
	font-size: 0.75rem;
    font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
    padding-left: 0.4rem;
    padding-bottom: 0rem;
}

.time_box_item02 p:nth-child(4){
	font-size: 0.8rem;
    margin-bottom: 0rem;
    font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
}

.time_box_item02 p:nth-child(5){
	font-size: 0.75rem;
    font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-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;
	font-weight: 500;
	text-align: left;
    display: inline-block;
    padding-left: 15px;
}

.kyori_box {
	display: flex;
	flex-wrap:wrap;
    width: 80%;
	height: auto;
	margin: 3rem auto;
}
.kyori_box_item {
	width: 32%;
	height: auto;
	margin-right: 1%;
	font-size: 0.8rem;
	color: #333;
	line-height: 1.7;
}
.zuhan {
	width: 100%;
	height: auto;
	margin: 1rem auto;
}
.zuhan img{
	width: 85%;
	margin: 1rem auto 0rem auto;
}
/* アクセス end */

/* まちづくり/区画情報 */
.genchi_box {
	display: flex;
	flex-wrap:wrap;
    width: 85%;
	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.0rem;
	text-align: left;
	margin: 1rem auto 0.5rem auto;
    width: 50%;
    max-width: 1000px;
}

.kakaku_title2 {
	font-size: 1.0rem;
	text-align: left;
	margin: 1rem auto 0.5rem auto;
    width: 50%;
    max-width: 1000px;
}


.kakaku_caption {
	font-size: 0.8rem;
	text-align: center;
}
.kakaku_caption2 {
	font-size: 1rem;
	text-align: center;
}
table {
	width: 50%;
    border-collapse: collapse;
	margin: 1% auto 2% auto;
	font-size: 0.9;
}
thead {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
tbody td {
	border-bottom: 1px solid #666;
}
td,th {
    text-align: center;
    vertical-align: middle;
	padding: 0.4rem 3rem;
	white-space: nowrap;
	background-color: #fff;
}
.a {
  width: 3rem;
}
.b {
  width: 9rem;
    background-color: #d3e0cb;
}
.c {
  width: 9rem;
    background-color: #d3e0cb;
}
.d {
  width: 3rem;
    background-color: #cde1e0;
}
.e {
  width: 6rem;
    background-color: #cde1e0;
}
.f {
  width: 6rem;
    background-color: #cde1e0;
}
.g {
  width: 6rem;
}
/* 共通　面積価格表 end */

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

/* 分譲住宅　面積価格表 */
.table2 th:first-child{
	background-color: #cde1e0;
}
.table2 th:nth-child(2){
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.table2 td:first-child{
	background-color: #fff;
}
.table2 td:nth-child(2){
	border-right: 1px solid #666;
	border-left: 1px 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: 80%;
	height: auto;
	margin: 0 auto;
    max-width: 700px;
}
.lkd_box_item {
	width: 33%;
	height: auto;
	margin-bottom: 2rem;
	text-align: center;
}

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

.lkd_ph_box {
	display: flex;
    width: 100%;
	height: auto;
}
.lkd_ph_box_item {
	position: relative;
	width: 25%;
	height: auto;
	background-color: #e6e6e6;
}
.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: 1rem;
	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.5rem 8rem 0.5rem 1rem;
}
.bn_lkd {
    display: inline-block;
	font-size: 1.5rem;
	color: #fff;
	background-color: #3B3B41;
	padding: 0.8rem 6rem;
	margin: 5rem auto 3rem auto;
	letter-spacing: 0.5;
    border-radius: 28px;
}
.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.5rem;
	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%;
    max-width: 1120px;
    height: auto;
	margin: 40px auto 0 auto;
	padding-bottom: 2rem;
    column-count: 2;
}

.bn_ouchi {
	width: 55%;
    max-width: 1000px;
    height: auto;
	margin: 0 auto;
	padding-bottom: 2rem;
}

.bn_ouchi02 {
	width: 40%;
    max-width: 1000px;
    height: auto;
	margin: 40px auto 0 auto;
	padding-bottom: 2rem;
}

.bn_osusume {
    width: 95%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto 1rem auto;
    padding: 0.5rem 0;
    font-size: 1rem;
    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_osusume02 {
    width: 80%;
    max-width: 1120px;
    height: auto;
    margin: 0 auto 1rem auto;
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    text-align: center;
	font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bn-bottom {
    display:flex;
    justify-content: center;
	align-items: stretch;
    width: 100%;
    height: auto;
	max-width: 1120px;
    margin: 3rem auto;
	gap: 25px;
}
.bn-bottom-item {
	display:flex;
	align-items: center;
	justify-content:center;
    width: 24%;
	height: auto;
    background-color: #3B3B41;
    text-align: center;
    padding: 0.7rem 0;
	color: #fff;
	border-radius: 25px;
}
.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; }

.syamei {
	text-align: center;
	background-color: #fff;
	&lt;!--padding: 40px 0px 10px 0px;--&gt;
}



.syamei_tel {
    width: 80%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.tel {
    display: flex;
    flex-diretion: row;
	flex-wrap:nowrap;
}


.tel_item {

}

.tel_item img {
width: 100%;
}
/* バナーエリア end */

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

/* キャッチコピー */
.catch01 {
	font-size: 1.8vw;
	margin: 0rem auto 0rem auto;
	line-height: 2;
	letter-spacing: 0.2rem;
    color: #fff;
    padding: 60px 0 50px 0;
    text-align: center;
}

.catch02 {
	font-size: clamp(15px, 0.9vw, 20px);
	margin: 0rem auto;
	line-height: 2.5;
    color: #fff;
    padding: 0px 3rem;
    text-align: center;
}
.catch03 {
	font-size: clamp(24px, 1.5vw, 29px);
	margin: 6rem auto 3rem auto;
	line-height: 1.8;
	letter-spacing: 0.1rem;
    font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    text-align: center;
}
.catch04 {
	font-size: clamp(19px, 1.6vw, 23px);
	margin: 2rem auto;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	font-kerning: normal;
}
.catch05 {
	font-size: clamp(21px, 1.1vw, 23px);
	margin: 5rem auto;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
.catch06 {
	font-size: clamp(19px, 1.6vw, 23px);
	margin: 2rem auto;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
.catch07 {
	font-size: 1rem;
	margin: 1rem auto 0 auto;
	letter-spacing: 0.1rem;
}
.catch08 {
	font-size: 1.6rem;
	margin: 1rem auto;
	line-height: 2;
	letter-spacing: 0.2rem;
}
.catch09 {
	font-size: 3rem;
}


.catch10 {
	width: 80%;
	height: auto;
	font-size: 1.4rem;
	margin: 0 auto 1rem auto;
	letter-spacing: 0.1rem;
	line-height: 1.7;
}

.catch11 {
	width: 80%;
	height: auto;
	font-size: 1rem;
	margin: 0 auto 1rem auto;
	letter-spacing: 0.1rem;
	line-height: 1.7;
}

.catch12 {
	width: 55%;
	height: auto;
	font-size: 0.8rem;
	margin: 0 auto 2rem auto;
	letter-spacing: 0.1rem;
	line-height: 1.7;
    text-align: justify;
}
/* キャッチコピー end */

/* コピー */
.copy01 {
	width: 80%;
	height: auto;
	font-size: clamp(18px, 1.0vw, 25px);
	margin: 0 auto 5rem auto;
	letter-spacing: 0.1rem;
	line-height: 1.7;
    font-family: "游明朝",YuMincho,Yu Mincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    text-align: center;
}
.copy02 {
	font-size: 1rem;
	margin: 0 auto;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}
.copy03 {
}
/* コピー end */

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

.zuhan_cap02 {
	width: 80%;
	height: auto;
	margin: 1rem auto 3rem auto;
    font-size: 0.8rem;
	text-align: center;
}

.plan_cap {
	width: 90%;
	height: auto;
	margin: 1rem 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: 60%;
    margin: 0% auto;
}
/* 背景 end */

/* その他 */
.gothic {
	font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
}

.mincho {
	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 1rem;
  margin: 0 auto;
  background-color: #c1c6c9;
  /*▼リセット用*/
  list-style: none;
  font-family: '游ゴシック体',YuGothic,'Osaka',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
  font-weight: bolder;
  line-height: 1.5;
	
  &gt;li {
    width: calc(80% / 6);//タブの数に合わせて変更
    height: auto;
	padding: 1rem 0;
    /* ▼ここからデザイン用 */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c1c6c9;
    color: #666;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
	border-right : solid thin #333; 
	border-left : solid thin #333;
	margin-right: -1px;
	margin-left: -1px;
    &amp;:hover{
      background-color: #b7c0cb;
    }
  }
	&gt;li p{
		
	}
  &gt;li.active {
    background-color: #5d7578;
    color: #fff;
    position: relative;
    z-index: 3;
	border: none;
  }
}

.content {
  padding-top: 10rem;
  width: 90%;
  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;
    max-width: 1920px;
}
.tab_kotei.is-fixed {
  position: fixed;
}</pre></body></html>