@charset "UTF-8";
/* CSS Document */

html {
	font-size:62.5%;
}
body {
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
    font-size: 1.6rem;
    color: #3e3a48;
}
.mincho {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
}
.alphabet {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
a,
a:active,
a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
a,
a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
img {
	max-width:100%;
	height: auto;
    vertical-align: bottom;
}
img.vab {
	vertical-align:baseline;
}
img.vam {
	vertical-align: middle;
}
.pr {
	position:relative;
}
.tac {
	text-align:center;
}
.tar {
	text-align:right;
}
.tal {
	text-align:left;
}

/*メイン
-------------------------------------------------------*/
.contBox {
	width: 90%;
	max-width: 1000px;
	margin:0 auto;
}
.contBoxW1300 {
	width: 100%;
	max-width: 1250px;
	margin:0 auto;
}
.bgGray {
	background-color: #f5f5f5;
}
.mgnAuto {
	margin: auto;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb90 {
	margin-bottom:90px !important;
}
.mb100 {
	margin-bottom:100px !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt90 {
	margin-top:90px !important;
}
.mt100 {
	margin-top:100px !important;
}
.mr10 {
	margin-right:10px !important;
}
.mr20 {
	margin-right:20px !important;
}
.mr30 {
	margin-right:30px !important;
}
.ml0{
	margin-left:0px !important;
}
.ml10 {
	margin-left:10px !important;
}
.ml20 {
	margin-left:20px !important;
}
.ml30 {
	margin-left:30px !important;
}
.w100 {
	width:100%;
}
.w95 {
	width:95%;
}
.w90 {
	width:90%;
}
.w85 {
	width:85%;
}
.w80 {
	width:80%;
}
.w75 {
	width:75%;
}
.w70 {
	width:70%;
}
.w65 {
	width:65%;
}
.w60 {
	width:60%;
}
.w55 {
	width:55%;
}
.w50 {
	width:50%;
}
.w45 {
	width:45%;
}
.w40 {
	width:40%;
}
.w35 {
	width:35%;
}
.w30 {
	width:30%;
}
.w25 {
	width:25%;
}
.w20 {
	width:20%;
}
.w15 {
	width:15%;
}
.w10 {
	width:10%;
}
.w5 {
	width:5%;
}
.pcCont {
	display:block !important;
}
.pcTabCont {
	display:block !important;
}
.tabOnlyCont {
	display:none !important;
}
.spCont {
	display:none !important;
}
.spOnlyCont {
	display:none !important;
}
.fwb {
    font-weight: bold !important;
}
.fw700 {
    font-weight: 700 !important;
}
.ls01 {
    letter-spacing: 0.1em;
}
.ls02 {
    letter-spacing: 0.075em;
}
.ls03 {
    letter-spacing: 0.05em;
}
.ls04 {
    letter-spacing: 0.2em;
}
.ls05 {
    letter-spacing: -0.05em;
}
.ls06 {
    letter-spacing: -0.2em;
}
.ls07 {
    letter-spacing: -0.025em;
}
.ls08 {
    letter-spacing: 0.025em;
}
.lh13 {
    line-height: 1.3;
}
.lh14 {
    line-height: 1.4;
}
.lh15 {
    line-height: 1.5;
}
.lh16 {
    line-height: 1.6;
}
@media screen and (max-width: 900px) {
    a:hover {
        filter: alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
    }
    .pcCont {
        display:none !important;
    }
    .tabOnlyCont {
        display:block !important;
    }
    .spCont {
        display:block !important;
    }
    .tabtac {
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .spOnlyCont {
        display:block !important;
    }
    .pcTabCont {
        display:none !important;
    }
    .tabOnlyCont {
        display:none !important;
    }
    .sptac {
        text-align: center;
    }
    .mb10 {
        margin-bottom:10px !important;
    }
    .mb15 {
        margin-bottom:15px !important;
    } 
    .mb20 {
        margin-bottom:20px !important;
    }
    .mb30 {
        margin-bottom:30px !important;
    }
    .mb40 {
        margin-bottom:30px !important;
    }
    .mb50 {
        margin-bottom:30px !important;
    }
    .mb60 {
        margin-bottom:30px !important;
    }
    .mb70 {
        margin-bottom:40px !important;
    }
    .mb80 {
        margin-bottom:60px !important;
    }
    .mb90 {
        margin-bottom:60px !important;
    }
    .mb100 {
        margin-bottom:60px !important;
    }
    .mt5 {
        margin-top:7px !important;
    }
    .mt10 {
        margin-top:10px !important;
    }
    .mt15 {
        margin-top:10px !important;
    }
    .mt20 {
        margin-top:20px !important;
    }
    .mt30 {
        margin-top:20px !important;
    }
    .mt40 {
        margin-top:20px !important;
    }
    .mt50 {
        margin-top:30px !important;
    }
    .mt60 {
        margin-top:30px !important;
    }
    .mt70 {
        margin-top:40px !important;
    }
    .mt80 {
        margin-top:60px !important;
    }
    .mt90 {
        margin-top:60px !important;
    }
    .mt100 {
        margin-top:60px !important;
    }
}
header {
    background-color: #e5e8e8;
    position: sticky;
    top: 0;
    z-index: 999;
}
.logoFlex {
	width: 90%;
	max-width: 1200px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin:0 auto;
    padding: 2rem 0;
}
.logo img {
    width: 225px;
    /*z-index: 9999;*/
}
.logo a {
    display: flex;
    align-items: center;
	gap: 1rem;
}
.logo span {
	font-size: 1.3rem;
}
.navFlex {
    display: flex;
    align-items: center;
    line-height: 1.4;
    gap: 4rem;
	font-size: 1.4rem;
}
.navFlex a:hover {

}
.ham-btn {
    display:none;
}
@media screen and (max-width: 1200px) {
    .logo a {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}
@media screen and (max-width: 900px) {
    .logoFlex {
        width: 100%;
        padding: 1rem 5%;
    }
    .ham-btn {
        display:flex;
        z-index:151;
        order: 4;
        margin-left: auto;
    }
    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger {
      position: relative;
      width: 50px;
      height: 50px;
      background-color: #3e3a48;
      border-radius: 100px;
    }
    .menu-trigger span {
      position: absolute;
      left: 13px;
      width: 25px;
      height: 2px;
      background-color: #fff;
      border-radius: 3px;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 16px;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 24px;
    }
    .menu-trigger span:nth-of-type(3) {
      top: 32px;
    }
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(8px) rotate(-45deg);
      transform: translateY(8px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-8px) rotate(45deg);
      transform: translateY(-8px) rotate(45deg);
    }
    .menu-trigger::after {
      content: '';
      font-size: 0.9em;
      text-align: center;
      width: 100%;
      display: inline-block;
      position: absolute;
      bottom: 0px;
      left: 0;
      color: #000;
    }
    .ham-btn a:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
    }
    .headWrap {
        display: block;
        padding: 75px 0 0;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(150%);
        transition: all 0.6s;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        box-shadow: none;
    }
    .headWrap.active {
        top: 0;
        transform: translateX(0%);
    }
    .navFlex {
        gap: 0;
        align-content: center;
        flex-flow: wrap;
        justify-content: space-between;
        padding: 0;
    }
    .navFlex li {
        width: 100%;
        background-color: #fff;
		border-bottom: 1px solid #e5e8e8;
    }
    .navFlex li:first-child {
		border-top: 1px solid #3e3a48;
    }
    .navFlex li:last-child {
		border-bottom: 1px solid #3e3a48;
    }
    .navFlex a {
		display: block;
        padding: 2rem 5%;
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 600px) {
    .logoFlex {
        padding: 1.5rem 5%;
    }
    .logo img {
        width: 47.5vw;
    }
    .logo span {
        font-size: 1.1rem;
    }
    .headWrap {
        padding: 15.25vw 0 0;
    }
    .ham-btn {
		margin-top: -1vw;
    }
}
@media screen and (max-width: 480px) {
    .headWrap {
        padding: 17.25vw 0 0;
    }
}
@media screen and (max-width: 420px) {
    .ham-btn {
		margin-top: -2.5vw;
    }
    .headWrap {
        padding: 18vw 0 0;
    }
}
.mainWrap {
	background-color: #e5e8e8;
	margin-top: -5px;
}
.pointWrap {
	/*margin-top: -120px;*/
	padding-bottom: 35px;
}
.kakakuFlex {
	display: flex;
	align-items: flex-start;
}
.kakakuWrap {
	width: 50%;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.kakakuTxt1 {	
    position: relative;
    display: block;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #3e3a48;
    line-height: 1.4;
    font-size: 1.4rem;
}
.kakakuTxt1 span {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width :95px;
    text-align:center;
	color: #fff;
}
.kakakuTxt2 {
	font-size: 4.6rem;
	line-height: 1.0;
}
.kakakuTxt2 big {
	font-size: 195%;
	letter-spacing: -0.6rem;
	padding-right: 0.5rem;
}
.kakakuTxt2 span {
	font-size: 32%;
	position: absolute;
	top: 2.5rem;
	left: 24rem;
}
.kakakuTxt3 {
	font-size: 1.5rem;
	line-height: 1.65;
}
@media screen and (max-width: 1200px) {
    .pointWrap {
        /*margin-top: -10vw;*/
    }
    .kakakuTxt2 {
        font-size: 4vw;
    }
    .kakakuTxt2 big {
        letter-spacing: -0.4rem;
    }
    .kakakuTxt2 span {
        top: 2.2vw;
        left: 22vw;
    }
}
@media screen and (max-width: 900px) {
    .pointWrap {
       /* margin-top: 10px;*/
        padding-bottom: 3vw;
    }
    .kakakuFlex {
        flex-direction: column;
		gap: 1rem;
    }
    .kakakuWrap {
		width: 100%;
        justify-content: center;
    }
    .kakakuTxt2 {
        font-size: 4.0rem;
    }
    .kakakuTxt2 span {
        top: 2rem;
        left: 22rem;
    }
}
.pointFlex {
	display: flex;
	flex-flow: wrap;
}
.pointImg {
	width: 50%;
	border-top: 1px solid #3e3a48;
	padding: 1.5rem 0;
	position: relative;
}
.pointImg img {
	width: 400px;
}
.pointImg:nth-of-type(2n+1)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
    background: #3e3a48;
    width: 1px;
    height: 60%;
}
@media screen and (max-width: 900px) {
    .pointImg img {
        width: 90%;
    }
}
@media screen and (max-width: 600px) {
    .pointImg:nth-of-type(2n+1)::after {
        content: none;
    }
    .pointImg {
        width: 100%;
    }
    .pointImg:nth-of-type(1) {
		padding: 0.5rem;
    }
    .pointImg img {
        width: 90%;
    }
}
@media screen and (max-width: 480px) {
    .kakakuTxt2 {
        font-size: 8vw;
    }
    .kakakuTxt2 span {
        top: 1.75rem;
        left: 43vw;
    }
	.kakakuTxt1 {	
        width: 20vw;
        height: 20vw;
        font-size: 3vw;
    }
	.kakakuTxt3 {	
        font-size: 2.7vw;
    }
}
/* 区画図 Land plan
-------------------------------------------------------*/
.lpWrap {
	padding: 80px 0;
}
.lpTop {
	display: flex;
	align-items: center;
	gap: 9rem;
}
.h2txt {
	font-size: 10rem;
	line-height: 0.8;
	color: #d8d8da;
}
.h2txt span.br {
	display: block;
}
.h3txt {
	font-size: 3.6rem;
}
.lhTxt {
    line-height: 2.4;
}
@media screen and (max-width: 900px) {
    .h2txt span.br {
        display: inline;
		padding-left: 1rem;
    }
    .lpTop {
        flex-direction: column;
        gap: 4rem;
    }
}
@media screen and (max-width: 480px) {
    .lpWrap {
        padding: 60px 0;
    }
    .h2txt {
        font-size: calc(100vw * 72 / 400);
    }
    .h3txt {
        font-size: calc(100vw * 28 / 400);
    }
    .lhTxt {
        line-height: 2.2;
		/*font-size: calc(100vw * 16 / 400);*/
    }
}
/* プラン Plan
-------------------------------------------------------*/
.planWrap {
	padding: 80px 0;
}
@media screen and (max-width: 480px) {
    .planWrap {
        padding: 60px 0;
    }
}
.tabNavi {
    display: flex;
	gap: 8px;
}
.btnTab {
    width: calc((100% - 40px) / 6);
    padding: 10px 0;
    position: relative;
    display: block;
    background-color: #e5e8e8;
	border-radius: 0 15px 0 0;
    font-size: 2.1rem;
    cursor:pointer;
	transition: all 0.5s;
}
.btnTab.isActive {
    background-color: #3e3a48;
    color: #fff;
}
@media screen and (max-width: 600px) {
	.tabNavi {
        gap: 5px;
    }
	.btnTab {
        width: calc((100% - 15px) / 4);
		font-size: calc(100vw * 21 / 600);
        padding: 1.5vw 0;
    }
}
@media screen and (max-width: 480px) {
	.btnTab {
		font-size: calc(100vw * 16 / 400);
    }
}
.panelGalleryGroup {
	background-color: #fff;
}
.panelGallery {
    display:none;
	opacity: 1;
	background-color: #fff;
	padding: 40px 80px 80px;
	@starting-style {
		opacity: 0;
    }
}
.panelGallery.isShow {
    display:block;
    transition: opacity .5s ease-in;
}
@media screen and (max-width: 900px) {
    .panelGallery {
        padding: 5vw 7vw;
    }
}
@media screen and (max-width: 600px) {
    .panelGallery {
        padding: 6vw 5%;
    }
}
@media screen and (max-width: 480px) {
}
.h4plan {
	display: flex;
	align-items: baseline;
	font-size: 7.2rem;
	position: relative;
	line-height: 1;
	border-bottom: 1px solid #3e3a48;
	padding-bottom: 10px;
}
.h4plan big {
	font-size: 208%;
}
.h4plan small {
	font-size: 67%;
	padding-left: 4rem;
}
.h4plan span {
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 42%;
	position: absolute;
	left: 0;
	top: 30%;
}
@media screen and (max-width: 900px) {
    .h4plan {
        font-size: calc(100vw * 72 / 900);
    }
}
@media screen and (max-width: 600px) {
    .h4plan {
		flex-flow: wrap;
		align-content: center;
		justify-content: center;
		gap: 6vw;
    }
    .h4plan small {
        width: 100%;
        padding-left: 0;
		font-size: calc(100vw * 48 / 600);
    }
}
@media screen and (max-width: 480px) {
    .h4plan {
        font-size: calc(100vw * 36 / 400);
    }
    .h4plan small {
        font-size: calc(100vw * 34 / 400);
    }
}
.planPrice big {
	font-size: 150%;
	padding-left: 1rem;
}
.planSa {
	font-size: 1.4rem;
}
.planEq {
	display: flex;
	gap: 1rem;
}
.planEq li {
	font-size: 1.3rem;
	background-color: #3e3a48;
	color: #fff;
	padding: 0.2rem 0.75rem;
}
.h5plan {
	font-size: 3.2rem;
	position: relative;
	z-index: 1;
}
.planImg {
	max-width: 800px;
}
@media screen and (max-width: 600px) {
    .planEq li {
        font-size: calc(100vw * 13 / 600);
    }
	.h5plan {
        font-size: calc(100vw * 32 / 600);
    }
}
@media screen and (max-width: 480px) {
    .planPrice {
        font-size: calc(100vw * 14 / 400);
    }
    .planSa {
        font-size: calc(100vw * 12 / 400);
    }
    .planEq {
        gap: 1vw;
    }
    .planEq li {
        font-size: calc(100vw * 10 / 400);
    }
	.h5plan {
        font-size: calc(100vw * 24 / 400);
    }
}
/* 標準装備 Equipment
-------------------------------------------------------*/
.eqWrap {
	padding: 30px 0 50px;
}
.h3eq {
	font-size: 3.6rem;
	margin: 20px 0 10px;
}
@media screen and (max-width: 480px) {
	.eqWrap {
        padding: 0 0 60px;
    }
    .h3eq {
        font-size: calc(100vw * 28 / 400);
    }
}
.eqFlex {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	gap: 3rem 0;
	margin-top: 4rem;
}
.eqFlex li {
	width: 31%;
	background-color: #fff;
	padding: 2.75rem 0;
	font-size: 2.4rem;
}
@media screen and (max-width: 800px) {
    .eqFlex li {
        width: 48%;
        padding: 2rem 0;
    }
}
@media screen and (max-width: 480px) {
    .eqFlex {
        gap: 1.5rem 0;
        margin-top: 2rem;
    }
    .eqFlex li {
        width: 48%;
        padding: 1.5rem 0;
		font-size: calc(100vw * 20 / 400);
    }
}
/* コンセプト Concept
-------------------------------------------------------*/
.conceptWrap {
	padding: 80px 0;
}
.h2concept {
	font-size: 2.8rem;
}
@media screen and (max-width: 480px) {
    .conceptWrap {
        padding: 0 0 60px;
    }
    .h2concept {
        font-size: calc(100vw * 24 / 400);
    }
}
.conceptTop {
	display: flex;
	justify-content: space-between;
}
.conceptTopCont {
	
}
.h3concept {
	font-size: 3.6rem;
	margin: 50px 0 30px;
}
.conceptTopImg {
	width: 53%;
	flex-shrink: 0;
}
@media screen and (max-width: 900px) {
    .conceptTop {
        flex-direction: column;
		gap: 3rem;
    }
    .h3concept {
        margin: 30px 0 10px;
    }
    .conceptTopImg {
        width: 70%;
        margin: auto;
    }
}
@media screen and (max-width: 700px) {
    .conceptTopImg {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .h3concept {
        font-size: calc(100vw * 28 / 400);
    }
}
@media screen and (max-width: 415px) {
	.conceptTopCont .lhTxt.ls03 {
		letter-spacing: -0.075rem;
	}
}
.conceptBtm {
	display: flex;
	justify-content: space-between;
}
.conceptBtm .h3concept {
	margin: 50px 0 30px;
}
.conceptBtmImg {
	width: 56%;
}
.conceptBtmCont{
	width: 36%;
}
@media screen and (max-width: 900px) {
    .conceptBtm {
		flex-direction: column-reverse;
		gap: 3rem;
    }
    .conceptBtm .h3concept {
        margin: 0 0 10px;
    }
    .conceptBtmImg {
        width: 100%;
    }
    .conceptBtmCont{
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
	.conceptBtm .ls03 {
		letter-spacing: normal;
	}
}
.conceptTxt1 {
	font-size: 2.8rem;
	color: #d8d8da;
	margin-top: 100px;
}
@media screen and (max-width: 480px) {
    .conceptTxt1 {
        font-size: calc(100vw * 24 / 400);
        margin-top: 50px;
    }
}
.performanceFlex {
	display: flex;
	align-items: center;
	gap: 5rem;
	padding: 30px;
	background-color: #fff;
}
.h4performance {
	font-size: 5.2rem;
	color: #d8d8da;
	line-height: 1.0;
}
.h4performance small {
	font-size: 53%;
	padding-left: 1.5rem;
}
.h5performance {
	font-size: 2.8rem;
}
.performanceImg {
	width: 42.5%;
	flex-shrink: 0;
}
.performanceTxt {
	font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
    .performanceFlex {
		flex-direction: column;
	}
    .performanceImg {
        width: 80%;
    }
}
@media screen and (max-width: 600px) {
    .performanceFlex {
        gap: 2rem;
	}
    .performanceImg {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .performanceFlex {
        padding: 2rem;
    }
    .h4performance {
        font-size: calc(100vw * 52 / 400);
    }
    .h5performance {
        font-size: calc(100vw * 21 / 400);
    }
}
/* Land */
.landWrap {
	padding: 80px 0;
}
@media screen and (max-width: 480px) {
    .landWrap {
        padding: 60px 0;
    }
}
.land {
	max-width: 860px;
}
/* アクセス Access
-------------------------------------------------------*/
.accessWrap {
	padding: 80px 0;
}
@media screen and (max-width: 480px) {
    .accessWrap {
        padding: 60px 0;
    }
}
.accessRoutemap {
	max-width: 700px;
}
.accessFlex {
	display: flex;
	justify-content: space-between;
}
.accessCont {
	width: 31%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.accessTxt1 {
	font-size: 1.4rem;
}
.stnWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h4access {
	font-size: 2.1rem;
}
.accessTxt2 {
	font-size: 1.8rem;
}
.accessTxt2 big {
	font-size: 178%;
	line-height: 1.0;
}
@media screen and (max-width: 1000px) {
    .accessTxt1 {
        font-size: calc(100vw * 14 / 1000);
    }
    .h4access {
        font-size: calc(100vw * 21 / 1000);
    }
    .accessTxt2 {
        font-size: calc(100vw * 18 / 1000);
    }
}
@media screen and (max-width: 600px) {
    .accessFlex {
        flex-direction: column;
		gap: 1.5rem;
    }
    .accessCont {
        width: 100%;
        flex-direction: row;
        gap: 1.5rem;
    }
	.accessImg {
		width: 42%;
		flex-shrink: 0;
	}
	.accessDtl {
		flex: auto;

	}
    .accessTxt1 {
        font-size: calc(100vw * 14 / 600);
    }
    .accessTxt1 .spOnlyCont {
		display: none !important;
    }
    .h4access {
        font-size: calc(100vw * 21 / 600);
    }
    .accessTxt2 {
        font-size: calc(100vw * 18 / 600);
    }
}
@media screen and (max-width: 480px) {
    .accessTxt1 {
        font-size: calc(100vw * 13 / 400);
		line-height: 1.4;
    }
    .accessTxt1 .spOnlyCont {
		display: block !important;
    }
    .stnWrap {
		align-items: flex-start;
		flex-direction: column;
    }
    .h4access {
        font-size: calc(100vw * 18 / 400);
    }
    .accessTxt2 {
        font-size: calc(100vw * 16 / 400);
    }
}
.accessMapWrap {
	margin-top: 100px;
}
.h4accessMap {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.8rem;
}
.accessMapTxt {
	width: 31.7%;
	position: absolute;
	bottom: -50px;
	right: 0;
	font-size: 1.4rem;
	line-height: 2.0;
}
@media screen and (max-width: 1100px) {
    .accessMapTxt {
        bottom: -7.5vw;
    }
}
@media screen and (max-width: 920px) {
    .accessMapTxt {
        bottom: -110px;
    }
}
@media screen and (max-width: 900px) {
    .accessMapWrap {
        margin-top: 60px;
    }
    .h4accessMap {
        position: relative;
        top: auto;
        left: auto;
    }
    .h4accessMap br {
		display: none;
    }
    .accessMapTxt {
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
		margin-top: 1rem;
		margin-bottom: 2rem;
    }
	.accessMap {
		width: 70%;
	}
}
@media screen and (max-width: 768px) {
	.accessMap {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
    .accessMapWrap {
        margin-top: 30px;
    }
    .h4accessMap {
        font-size: calc(100vw * 28 / 600);
    }
}
@media screen and (max-width: 400px) {
    .h4accessMap {
        font-size: calc(100vw * 21 / 400);
    }
}
/* ロケーション Location
-------------------------------------------------------*/
.locationWrap {
	padding: 80px 0;
}
@media screen and (max-width: 480px) {
    .locationWrap {
        padding: 60px 0;
    }
}
.locationCont {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #3e3a48;
}
.h4location {
	font-size: 2.8rem;
}
.locationFlex {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 3rem 0;
	margin-top: 30px;
}
.locationDtl {
	width: 22.5%;
}
.h5location {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-top: 1rem;
}
.toho {
	font-size: 1.4rem;
}
.imgMore {
	display: none;
}
@media screen and (max-width: 900px) {
    .locationDtl {
        width: 48.5%;
    }
	.imgHide {
		display: none;
	}
	.imgHide.imgShow {
        display: block;
    }
    .imgMore {
        cursor: pointer;
        width: 58%;
        padding: 1.25rem 0;
        position: relative;
        display: block;
        color: #3e3a48 !important;
        margin: auto;
        background-color: #e5e8e8;
        text-align: center;
		font-size: 1.6rem;
    }
    .imgMore i {
        position: absolute;
        top: 50%;
        right: 7%;
        transform: translateY(-50%);
        transition: all 0.3s;
		font-size: 120%;
    }
    .imgMore.on i {
        transform: translateY(-50%) rotate(180deg);
    }
    .imgMore::before {
        content: 'view more';
    }
    .imgMore.on::before {
        content: 'CLOSE';
    }
    .imgMore span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) ;
        right: 5%;
    }
}
@media screen and (max-width: 600px) {
    .h4location {
        font-size: calc(100vw * 28 / 600);
    }
}
@media screen and (max-width: 480px) {
    .locationCont {
        margin-top: 40px;
        padding-top: 40px;
    }
    .h4location {
        font-size: calc(100vw * 21 / 400);
    }
    .h5location {
        font-size: calc(100vw * 15 / 400);
    }
    .toho {
        font-size: 1.3rem;
    }
}
/* 100年住宅
-------------------------------------------------------*/
:root {
	--usedColor:#3e3a48;
	--usedColorLight:#d8eff6;
	--colorGray:#e0e0e0;
	--colorGrayDark:#9d9d9e;
	--colorGrayLight:#f7f7f7;
	--colorWhite:#fff;
	--colorBlack:#000;
	/*--colorGreen:#00a63c;*/
	--colorGreen:#3e3a48;
	--colorBlue:#3e3a48;
	--border:1px solid var(--usedColor);
	--borderWhite:1px solid var(--colorWhite);
	--borderBlack:1px solid var(--colorBlack);
}
.supportWrap.contBox {
    width: 100% !important;
    max-width: 900px;
    margin-top: 80px;
}
@media screen and (max-width: 700px) {
    .supportWrap.contBox {
        margin-top: 50px;
    }
}
.base3h2 {
    font-size: 3.0rem;
    color: var(--colorGreen);
    line-height: 1.6;
}
.s7 {
    background: url("../img/bg_100year.png") no-repeat top left #FBF7EF;
    padding: 100px 0;
}
.s7h3 {
    font-size: 3.5rem;
    text-shadow: 0 0 2px #fff;
}
.s7txt01 {
    font-size: 1.8rem;
}
.s7txt02 {
    font-size: 3.5rem;
}
.s7txt02 big {
    color: var(--colorBlue);
}
.pointBtn {
    position: relative;
    font-size: 1.6rem;
    width: 300px;
    border-radius: 5px;
    padding: 10px 0;
    cursor: pointer;
    margin: auto;
    background-color: var(--usedColor);
    color: var(--colorWhite);
}
.pointBtn::before {
    content: '詳しく見る';
}
.pointBtn.on::before {
    content: '閉じる';
}
.pointBtn span::before,.pointBtn span::after  {
    content: '';
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .4s;
}
.pointBtn span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .4s;
}
.pointBtn.on span::before {
    opacity: 0;
}
.pointBtn.on span::after {
    transform: translateY(-50%) rotate(180deg);
}
.pointOpen {
    display: none;
}
.uryoWrap {
    width: 100%;
    max-width: 900px;
    margin: 40px auto 80px;
}
.uryoWrap dt {
    background-color: #656464;
    color: var(--colorWhite);
    font-size: 2.4rem;
    padding: 1rem 0;
}
.uryoFlex {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.uryoWrap dd {
    background-color: var(--colorWhite);
    padding: 3rem;
}
.s7txt03 {
    font-size: 2.0rem;
}
@media screen and (max-width: 700px) {
    .s7 {
        background-size: 60% auto;
        padding: 50px 0;
    }
    .s7h3 {
        font-size: 2.8rem;
        line-height: 1.5;
    }
    .s7txt01 {
        font-size: 1.5rem;
        text-shadow: 0 0 2px #fff;
    }
    .s7txt02 {
        font-size: 2.6rem;
        line-height: 1.6;
        text-shadow: 0 0 2px #fff;
    }
    .pointBtn {
        font-size: 1.4rem;
        width: 100%;
    }
    .uryoWrap dt {
        font-size: 1.8rem;
        padding: 0.5rem 0;
    }
    .uryoWrap dd {
        padding: 2rem;
    }
    .uryoFlex {
        flex-flow: wrap;
        justify-content: space-between;
        gap: 1rem 0;
    }
    .uryo5 {
        width: 45%;
    }
    .uryo5:last-of-type {
        margin-left: 25%;
    }
    .s7txt03 {
        font-size: 1.7rem;
    }
}
.ideaWrap.contBox {
    width: 100% !important;
    max-width: 750px;
}
.ideaFlex {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 40px;
}
.ideaNum {
    line-height: 1.2;
    background-color:  var(--colorBlue);
    color:  var(--colorWhite);
    padding: 10px 20px;
}
.ideaNum big {
    font-size: 200%;
    display: block;
}
.ideaDl dt {
    font-size: 2.4rem;
    color:  var(--colorBlue);
}
.ideaDl dd {
    font-size: 1.8rem;
}
.uryo3 {
    margin-left: auto;
    height: 78px;
}
@media screen and (max-width: 700px) {
    .ideaFlex {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 40px;
    }
    .ideaNum {
        padding: 5px 0;
        width: 100%;
    }
    .ideaNum big {
        display: inline-block;
        padding-left: 0.5rem;
    }
    .ideaDl {
        width: 100%;
        text-align: center;
    }
    .ideaDl dt {
        font-size: 2.0rem;
    }
    .ideaDl dd {
        font-size: 1.6rem;
    }
    .uryo3 {
        margin-left: 0;
        height: auto;
    }
}
.base3Wrap.contBox {
    width: 100% !important;
    max-width: 900px;
    padding: 3rem 0;
    background-color: var(--colorWhite);
    margin-top: 100px;
}
.base3h2 {
    font-size: 3.0rem;
    color: var(--colorGreen);
    line-height: 1.6;
}
.base3h2.cBlue {
    color: var(--colorBlue);
}
.base3Txt01 {
    font-size: 2.4rem;
    color: #c79f62;
    background-color: #efeadb;
    padding: 0.5rem 0;
}
.base3Txt02 {
    font-size: 1.8rem;
}
.base3Flex {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
}
.base3Cont {
    width: 32%;
    border: 1px solid #c79f62;
    background-color: var(--colorGrayLight);
    padding: 2rem;
}
.base3h3 {
    font-size: 2.0rem;
    color: var(--colorGreen);
    line-height: 1.4;
    padding: 1rem 0;
}
.base3Txt03 {
    font-size: 1.4rem;
}
@media screen and (max-width: 700px) {
    .base3Wrap.contBox {
        padding: 2rem 0;
        margin-top: 50px;
    }
    .base3h2 {
        font-size: 2.2rem;
    }
    .base3Txt01 {
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .base3Txt02 {
        font-size: 1.4rem;
        padding: 0 3%;
    }
    .base3Flex {
        flex-direction: column;
        gap: 1.5rem;
        padding: 0 5%;
    }
    .base3Cont {
        width: 100%;
        padding: 2rem;
    }
    .base3h3 {
        font-size: 1.8rem;
    }
}
.s5 {
    padding: 80px 0;
}
.s5h2 {
    font-size: 3.2rem;
}
.kokokuFlex {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.kokokuTxt01 {
    font-size: 1.6rem;
    border: 1px solid #000;
    padding: 5px 10px;
    flex-shrink: 0;
}
.kokokuTxt02 {
    font-size: 1.2rem;
}
.mainBg .kokokuTxt01 {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 1.8rem;
}
.f12 {
	font-size: 1.2rem;
}
@media screen and (max-width: 700px) {
    .s5 {
        padding: 60px 0;
    }
    .s5h2 {
        font-size: 2.6rem;
    }
    .kokokuFlex {
        flex-direction: column;
        gap: 2rem;
    }
    .kokokuTxt01 {
        font-size: 1.4rem;
    }
    .mainBg .kokokuTxt01 {
        top: 10px;
        right: 10px;
        font-size: 1.6rem;
    }
}
.txtEntry {
    font-size: 2.4rem;
    padding: 25px 0;
    color: var(--colorWhite);
    background-color: #3e3a48;
    margin-bottom: -60px;
    position: relative;
    z-index: 10;
}
.txtEntry span {
	display: block;
	font-size: 2.8rem;
	color: #d8d8da;
	line-height: 1.0;
}
@media screen and (max-width: 700px) {
    .txtEntry {
        font-size: 2rem;
        padding: 1rem 0;
        margin-bottom: -30px;
    }
}
@media screen and (max-width: 480px) {
    .txtEntry span {
        font-size: calc(100vw * 18 / 400);
    }
}
/* footer
-------------------------------------------------------*/
.subNav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    letter-spacing: .1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
}
.subNav li {
    /*padding: 0 1rem;*/
}
.subNav a {
    color: #fff;
    padding: 2.5rem 1.25rem;
    display: block;
	background-color: #3e3a48;
	border-radius: 0 0 0 10px;
}
@media screen and (max-width: 900px) {
    .subNav {
        position: sticky;
        bottom: 0;
        -ms-writing-mode: unset;
        writing-mode: unset;
        font-size: 1.6rem;
		text-align: center;
    }
    .subNav a {
        padding: 2rem 0;
        border-radius: 0 0 0 0;
    }
}
.corpWrap {
    padding: 80px 0 60px;
}
.corpTxt01 {
    font-size: 1.4rem;
    border: 1px solid #000;
    padding: 0.15rem 0.5rem;
    display: inline-block;
}
.fLogoCorp {
}
.corpTxt02 {
    font-size: 1.4rem;
}
.fredial {
    font-size: 5.0rem;
    line-height: 1.2;
}
.corpTxt03 {
    font-size: 1.4rem;
}
@media screen and (max-width: 700px) {
    .corpWrap {
        padding: 40px 0 40px;
    }
    .fLogoCorp {
    }
}
.fNav {
    display: flex;
    justify-content: center;
	font-size: 1.4rem;
}
.fNav li {
    padding: 0 5px;
}
.bgCopy {
	padding: 2.5rem 0;
	background-color: #e5e8e8;
}
.copy {
	font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
    .logoFlex p {
    }
    .fNav {
        flex-flow: wrap;
		font-size: 1.3rem;
    }
	.bgCopy {
        padding: 1.5rem 0;
        background-color: #e5e8e8;
    }
	.spacer {
      width: 100%;
    }
}
/* form.css
-------------------------------------------------------*/
.formWrap {
    background-color: #f5f5f5 !important;
}
.formTxt01::before {
    content: none !important;
}
.formTxt01 {
	border-bottom: 1px solid #000;
	width: fit-content;
	margin: auto;
}
.formHead {
    padding: 30px 0 80px !important;
}
input[type="text"].age {
    width: 100px;
}
@media screen and (max-width: 480px) {
    .formHead {
        padding: 20px 0 40px !important;
    }
}




















