@charset "utf-8";
/* CSS Document */


/*--- 線から塗り（共通設定） ---*/

div.d-bt span{
   display: inline;
}

.font_bt{
	font-family: luxus-brut, cursive;
	font-style: italic;
	font-size: 3rem;
	line-height: 1.2;
}

.under_bt{
	margin:3rem 0;
}

.under_bt li{
	margin:1rem 0;
}

.btn05{
    /*線の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    color: #333;
    width: 100%;
    padding: 30px 20px 0px;
    background:#E3DFDF;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
    transition: all .3s;
    transition-delay: .7s;/*0.7秒遅れてアニメーション*/
box-shadow: 5px 5px 5px #b2b0a9;
}

/*hoverした際の、ボタンの背景とテキスト色の変更*/
.btn05:hover{
  background:#333;
  color: #fff;
}

/*線の設定*/
.btn05 span{
    display: block;
}

/*横線の設定*/
.btn05::before,
.btn05::after{
    content:"";
    /*絶対配置で線の位置を決める*/   
    position: absolute;
    /*線の形状*/   
    width: 0;
    height: 1px;
    background: #333;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

/*縦線の設定*/
.btn05 span::before,
.btn05 span::after{
    content:"";
    /*絶対配置で線の位置を決める*/   
    position: absolute;
    /*線の形状*/
    width:1px;
    height:0;
    background: #333;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

/*hoverした際、線が縦横100%伸びる*/
.btn05:hover::before,
.btn05:hover::after{
    width: 100%;
}
.btn05:hover span::before,
.btn05:hover span::after{
    height: 100%;
}

/*== 左上と右下から枠線が伸びて塗に */

/*横線が0.2秒送れて出現*/

.bordercircle1::before{
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}
.bordercircle1::after{
    left: 0;
    bottom: 0;
    transition-delay: 0.2s;
}

/*縦線が出現*/
.bordercircle1 span::before{
    left: 0;
    top: 0;
}
.bordercircle1 span::after{
    right: 0;
    bottom: 0;
}

.sample2-2::before{
	width: 12px;
	height: 2px;
	background: #7a0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.sample2-2::after{
	left: 1px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
}
		
/*　ボタン　*/
.btn_raijyo a{
	display: block;
    text-align: center;
	max-width: 450px;
	margin-left:auto;
	margin-right:auto;
    color: #fff;
	letter-spacing:0.1em;
	font-size:1.25rem;
	font-weight:bold;
    background: #c9bc9c;
	background:#f7747e;
    padding: 1rem 0;	
	}	
.btn_raijyo a:hover{
    background: #666;
	}	
.btn_vw a{
	display: block;
	margin:1rem auto 0;
	/*max-width: 400px;*/
	font-weight:bold;
	}	
.btn_vw a:hover {
	color:rgba(234,96,0,1);
}
	
.btn_vw a:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 34px;/*画像の高さ*/
  background-image: url(../img/top/view2.png);
  background-size: contain;
  vertical-align: middle;
  margin-right:0.5rem;
}
.btn_vw a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left:0.5rem;
}
.btn_close a {
    display: block;
    max-width: 280px;
    margin-left:auto;
	margin-right:auto;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    background: rgba(222,95,14,0.8);
    padding: 0.5rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.btn_close a:hover {
    background: rgba(222,95,14,1);
}
.btn_close a:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/*　ヘッダー　*/


	
/**********************************************
　本文　
***********************************************/

/*　背景　*/
.kd_bg_green {
	background: #E3DFDF;
	margin-bottom:1rem;
 	}
.kd_bg_brown {
	background:#ae907c;
	margin-bottom:2rem;
	}

/* スライド */
.swiper-container,
.swiper-containers{
		text-align: center;
	}		
.swiper-container .swiper-slide img,
.swiper-containers .swiper-slide img{
		width: 100%;
		height:auto;
	}

/* ランドスケープ */
.spN_box01 {
    position: relative;
    max-width: 1294px;
	margin-left:auto;
	margin-right:auto;
	padding: 121px 0 0 20px;
}
.spN_box02 {
    position: relative;
    max-width: 1500px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 20px 220px 0;
}

.spN_box02b {
	max-width: 400px;
	position:absolute;
	top:10%;
	left:5%;
	}
.spN_img_l {
    position: absolute;
    max-width: 315px;
    width: 94.02985%;
    top: 0;
    left: 0;
}
.spN_img_ls {
    position: absolute;
    max-width: 315px;
    width: 94.02985%;
    top: 0;
    left: 0;
}
.spN_img_r {
    position: absolute;
/*    max-width: 500px;*/
    width: 80%;
	right:0;
    top: 45%;
}
.spN_bg,
.spN_bg01 {
    background: #e7f0f7;
	background: rgba(245,242,231,1);	
	padding: 80px 20px 56px 30px;
}
.spN_bg02 {
  
	background: rgba(245,242,231,1);
	width: 96%;
	padding: 56px 20px 250px 20px;
}
.c-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
}
.js-fadeInUp .js-action {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.spN_txt {
    margin-bottom: 14px;
  }
.spN_txt01 {
	letter-spacing: 2px;
	font-size: 11px;
  }
.spN_txt02 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
}
.spN_txt03 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 2px;
}
.spN_txt04 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  margin-top:1rem;
  color:#FF6600;
}


	
/*　インフォメーション　*/
.info_thm01 {
	margin-bottom:1rem;
	}
.info_thm01 li{
	border-bottom:1px dotted #ccc;
	padding-bottom:0.2rem;
	line-height:1.4;
	margin-bottom:0.5rem;
	}
.info_thm01 li:last-child {
    margin-bottom:0;
    }	
.info_ttl01 {
	font-size:1.8rem;
	line-height:1;
	text-align:center;
	padding:0.5rem;
	border-bottom:1px dotted #87847d;
	color:#87847d;
	margin-bottom:1rem;
	}
.info_txt01 {
	border-top:1px solid #fff;
	margin-top:0.5rem;
	padding-top:0.5rem;
	}


/*　動画　*/
.movie iframe {
		height: 350px;
		width: 100%;
	}

	
/*　ライフインフォメーション　*/
.life_thm01,
.life_thm02 {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:2rem 0;
	}	
.life_thm01 div,
.life_thm02 div {
	flex-basis: 48%;
	margin-bottom:0.5rem;
	line-height:1.4;
	}	
.life_thm01 div img,
.life_thm02 div img {
	margin-bottom:0.5rem;
	}

.location{
	position: relative;
	}


.lt1{
	position: absolute;
	top:20%;
	}

/*　location */


#location1 ul li{
	padding:0.5rem 0;	
	}

#location1 dl{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */
	align-items: center;
	}
	
#location1 dl dt{
	width:55%;
	}
	
#location1 dl dd{
	width:45%;
	}

.no {
	margin-right:10px;
	display: inline-block;
	background:rgba(0,65,54,0.6);
	padding:0 10px;
	color:#fff;
	}
	
.color01 {
	background:#008cad;
	}
	
.color02 {
	background:#c25160;
	}
	
.color03 {
	background:#718cc7;
	}
	
.color04 {
	background:#a71e41;
	}

.color05 {
	background:#938168;
	}

.color06 {
	background:#113670;
	}

.loc-cap {
 position: relative;
padding: 3rem 2rem 1rem 140px;
  border-bottom: 3px solid #000;
margin-bottom: 0.5rem;
}

.loc-cap1 {
 position: relative;
padding: 3rem 2rem 1rem 190px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}

.loc-cap2 {
 position: relative;
padding: 3rem 2rem 1rem 230px;
  border-bottom: 1rem solid #9ec3bc;
	margin-bottom: 0.5rem;
	font-size: 1.4rem;
}

.loc-cap3 {
 position: relative;
padding: 3rem 2rem 1rem 100px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}


.loc-cap4 {
 position: relative;
padding: 3rem 2rem 1rem 150px;
  border-bottom: 3px solid #000;
	margin-bottom: 0.5rem;
}

.loc-cap span,
.loc-cap1 span,
.loc-cap3 span,
.loc-cap4 span{
font-size: 2.5rem;
  line-height: 1;
  position: absolute;
/*  bottom: -1.6rem;*/
  left: 0;
}

.loc-cap2 span{
font-size: 2.5rem;
color: #9ec3bc;
  line-height: 1;
  position: absolute;
/*  bottom: -1.6rem;*/
  left: 0;
}

.loc-mt1{
	margin-top: 0.6rem ;
	}

/* access */
.access li{
	width:48%;
	margin-right:0.5rem;
	}

.transfer-f26 {
	font-size: 16px;
	}




/*　プラン　*/
.plan_thm01 {
	max-width:1280px;
	margin:1rem 0;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	}		
.plan_thm01 li {
	text-align:center;
	flex-basis:48.5%;
	}		
.plan_thm02 {
	margin:1rem auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	}		
.plan_thm02 a{
	display:block;
	text-align:center;
	flex-basis:48%;
	border:1px solid #C9BC9C;
	border:1px solid rgba(115,135,172,0.9);
	background: #fff;
	align-items: center;
	-webkit-align-items: center;
	line-height: 1.2;
	margin-bottom:1rem;
	margin-right: 4%;
	}
.plan_thm02 a:last-child {
	margin-right: 0;
}
.plan_thm02 a:hover,
.plan_thm02 a.current {
	background:rgba(115,135,172,0.3);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	opacity: 1;
	}
.plan_thm02 a.current {
	cursor: default;
	}
.plan_thm02a {
	width:90%;
	margin-top:1rem;
	margin-right:auto;
	margin-left:auto;
	}	
.plan_thm03 li {
    width: 48%;
    background: #47a837;
    color: #fff;
	font-weight:bold;
	letter-spacing:0.05em;
    text-align: center;
    padding: 0.2rem 0;
    font-size: 0.8rem;
    margin: 5px 2px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	}
.plan_thm04 li {
	border:3px dotted rgba(234,96,0,1);
	background:rgba(234,96,0,0.1);
	font-size:1.1rem;
	border-radius: 30px;
	text-align:center;
	font-weight:bold;
	padding:0.5rem;
	}
.plan_box {
	margin-top: 3rem;
}
.plan_box li {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #666;
	margin-bottom: 2rem;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.plan_box li img{
	display: block;
	width: 40%;
}
.plan_box li div{
	width: 58%;
}
.plan_box01 dt {
	color:#064e2e;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: -0.01em;
}
.plan_box01 dd {
	margin-bottom: 1.5rem;
}
.plan_box01 dd {
	padding-left: 2.5rem;
}
.plan_img {
	display:block;
	position:relative;
	}	
.plan_more a {
	display:block;
	position:absolute;
	top:40%;
	left:50%;
	}	
.plan_more a:before {
	content: "\f00e";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding-right:10px;
	font-size:80px;
	color:rgba(0,0,0,0.2);
}
.plan_more a:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	}
/* plan_ttl01 */
.plan_ttl01 dt {
	align-items: baseline;
	background:#C9BC9C;
	background:rgba(115,135,172,0.8);
	color:  #fff;
	text-align:center;
	display: flex;
	justify-content: center;
	padding:0.5rem 0
	/*width: 28%;*/
}
/*.plan_ttl01 dt span {
	font-size:  1.2em;
	letter-spacing: -.1em;
}*/
.plan_ttl01 dd {
	font-size: 9px;
	text-align:left;
	height: 100%;
	position: relative;
	/*width: 71%;*/
	padding:0.8rem 0;
}
.plan_ttl01 dd .area1 {
	font-size: 1.6em;
}
.plan_ttl01 dd .area2 {
	font-size: 2em;
}

/* plan_ttl02 */
.plan_ttl02 {
	line-height: 1;
	align-items:center;
	display: flex;
	justify-content: center;
	color:#000;
}
.plan_ttl02 .type_ttl {
	/*position: relative;*/
	text-align: center;
	padding:0 0.5rem;
}
.plan_ttl02 .type_ttl span {
	font-size: 1.78rem;
}
.plan_ttl02 .type_ttl02 {
	border-left: 1px solid #918b8a;
	border-right: 1px solid #918b8a;
	font-size: 1.25rem;
	line-height:1.3;
	padding:0 0.5rem;
}
.plan_ttl02 .type_ttl02 span {
	font-size: 1.25rem;
}
.plan_ttl02 .area_box {
	font-size:0.7rem;
	margin-top:0.5rem;
}
.plan_ttl02 .area1 {
	font-size: 1rem;
}
/*　plan_ttl03　*/
.plan_ttl03 {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:1rem auto;
	}
.plan_ttl03 dt {
	flex-basis: 10%;
	border:1px solid rgba(234,96,0,1);/*fenice*/
	border:1px solid #004136;/*nice*/
	background: rgba(234,96,0,0.3);/*fenice*/
	background: #d5e6d1;/*nice*/
	padding:0.5rem;
	text-align:center;
	font-size:0.8rem;
	font-weight:bold;
	color:#004136;/*nice*/
	display: flex;
  align-items: center;
	} 
.plan_ttl03 dd {
	flex-basis: 78%;
	line-height:1.6;
	font-size:0.9rem;
	}
#loan .loan{
	font-size:1.2rem;

	font-weight:bold;
	line-height:1.2;
	}
.loan_box {
	display: block;
	border: 2px solid #37589d;
	border-radius: 30px;
	background: rgba(255,255,255,0.7);
	padding: 1rem;
}
.plan_ttl04 {
	font-weight: bold;
    font-size: 1.15rem;
    padding-left: 1rem;    
    border-left: 8px solid #ea6000;
    line-height: 1.4;
	margin-bottom: 1rem;
	}
.plan_ttl05,
.plan_ttl05a {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 1.5rem;
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
}
.plan_ttl05:before,
.plan_ttl05a:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #9b8e6f;
}
.plan_ttl05 span,
.plan_ttl05a span {
  position: relative;
  padding: 0 0.5em;
}
.plan_ttl05 span {
  background: #fff;
}
.plan_ttl05a span {
	background: rgba(245,242,231,1);
  }
.kakomi{
	display: inline-block;
	padding:0.1rem 0.7rem;
	margin-right:0.5rem;
	background-color:#920606;
	box-shadow: 1px 2px 2px #ddd;
	font-size:0.85em;
	color:#fff;
}

	
/*　品質・構造　*/
.quality {
	background: url(../img/quality/quality-img02.jpg) no-repeat 0 0;
	background-color:rgba(255,255,255,0.3);
	background-blend-mode:lighten;
	background-size: cover;
	padding:1.5rem 0;
	}
.quality h4{
	font-size:1.4rem;
	}	
.quality .txt01 {
	font-size:1.1rem;
	}
	
/*　設備・仕様　*/
.equip {
	background: url(../img/equip/kitchen.jpg) no-repeat 0 0;
	background-color:rgba(255,255,255,0.1);
	background-blend-mode:lighten;
	background-size: cover;
	padding:1.5rem 0;
	}	
.equip_thm {
	max-width:900px;
	padding:1.5rem;
	margin-left:auto;
	margin-right:auto;
	background:rgba(255,255,255,0.7);
	}	
.equip h4 {
	font-size:1.4rem;
	}	
.equip .txt01 {
	font-size:1.1rem;
	}	
	
/*　物件概要　*/
#outline .ttl03 {
	font-weight:900;
	padding:1rem 0;
	}
#outline dl,
#map dl {
/*	border: 1px solid #ebebeb;*/
	border-bottom: none;
	text-align: left;
	line-height: 1.6;
}
#outline dt,
#map dt {
	border: 1px solid #E3DFDF;
	padding: 2% 3% 3%;
	background-color:#E3DFDF;
	margin-top: 0.5rem;
	/*white-space: nowrap;*/
}
#outline dd,
#map dd {
	padding: 3% 3% 4%;
	border: 1px solid #E3DFDF;
}

/*　現地案内　*/

.map{
	position:relative;
	width:100%;
	height:0;
	padding-top:65%;
	margin:3rem auto 2rem;
	border:1px solid #C9BC9C;
}
.map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*　設備・品質　*/
.top_thm01 {
    width: 73%;
    margin-left: auto;
    margin-right: 10px;
}
.top_thm02 {
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}
.top_thm03 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../img/equip/quality-img02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_thm03a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(../img/equip/kitchen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top_thm04 {
    width: 80%;
    background-color: #fff;
    margin-top: -20px;
    margin-left: 0px;
    text-align: left;
    position: relative;
    z-index: 100;
    font-family: 'Noto Serif JP', serif;
}
.top_thm04 a {
    padding: 1.25rem;
    padding-right: 1.25rem;
    display: block;
    color: #000;
    text-decoration: none;
}
.top_ttl {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
/*
.top_thm04 a::before {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 31px;
    width: 20px;
    height: 1px;
    background-color: #231815;
}

.top_thm04 a::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 25px;
    width: 12px;
    height: 12px;
    border-right: 1px #231815 solid;
    border-top: 1px #231815 solid;
    transform: rotate(45deg);
}
*/

.m_gallery {
	margin: 1rem auto;
	background: #000;
	padding: 1rem 0.5rem 1rem;
}

.m_gallery li {
	flex-basis: 48%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.youtube iframe {
	height: 300px;
}

ul#botan {
	margin:2rem auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;		
	}


ul#botan li{
	margin-right: 0.5rem;
	width: 47%;		
	}

ul#botan li a {	
    display: block;
    padding: 16px;
    font-size: 14px;
	text-align:center;
	}


ul#botan li a.bg_vg2 {	
    background: #9ec3bc;
	color:#fff;
	padding: 1.5rem 0;
	}
	
ul#botan li a.bg_vg3 {
    background: rgba(000,000,000,0.5);
		color:#fff;
		padding: 1.5rem 0;
	}
	
ul#botan li a.bg_vg2:hover,
ul#botan li a.bg_vg3:hover {	
	opacity: 0.7;
	}


@media print, screen and (min-width: 768px) {
	
/*　ボタン　*/

.btn_raijyo a{
	  padding: 1.5rem 0;
	}	
.btn_vw a:before {
  display: inline-block;/*忘れずに！*/
}
	
/**********************************************
　本文　
***********************************************/
	
/*　インフォメーション  */
.info_ttl01 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	font-size:1.8rem;
	margin-right:1rem;
	padding:1rem 0.5rem;
	border-right:2px dotted #87847d;
	border-bottom:0;
	}
.info_thm01 {
	margin-bottom:0;
	}
.info_thm02 {
	top:20px;
	right:0;
	left:auto;
	font-size:1.8rem;
	padding:1.5rem 5rem 1.5rem 3rem;
	}

/*　動画　*/
.movie iframe {
		height: 600px;
		width: 100%;
	}
	
/*　ランドスケープ　*/	
.spN_box01 {
	padding-left: 131px;
}
.spN_box02 {
	padding: 0 20px 0px 0;
	
}
.spN_img_l {
    width: 46.90881%;
    max-width: 607px;
    top: 0;
    left: 3%;
}
.spN_img_ls {
    width: 46.90881%;
    max-width: 607px;
    top: 0;
    left: 3%;
}

.spN_bg {
    max-width: 1064px;	
	width: calc(100% - 40px);
	margin: 0 auto;
    padding:0;
}
.spN_bg01 {
    max-width: 1064px;	
	width: calc(100% - 40px);
	margin: 0 auto;
    padding:0;
	padding-bottom:10%;
}
.spN_bg02 {
    max-width: 2000px;	
	/*width: calc(100% - 40px);*/
	margin: 0 auto;
    padding:0;
}
.spN_box01a {
	width:100%;
	height:60%;
	position:relative;
	}
.spN_box01b{
	position:absolute;
	max-width:500px;
	bottom:5%;
	right:8%;
	}
.spN_box01c {
	position:absolute;
	max-width:500px;
	top:25%;
	left:10%;
	}
.spN_box02a {
	width:100%;
	height:50%;
	position:relative;
	}
.spN_box02b {
	position:absolute;
	max-width:550px;
	top:15%;
	left:5%;
	}
.spN_box03a {
	width:100%;
	height:60%;
	position:relative;
	}
.spN_txt01 {
    font-size: 13px;
  }
.spN_txt02 {
    font-size: 24px;
  }
.spN_txt04 {
  font-size: 18px;
}

/*　ライフインフォメーション　*/

.life_thm01 div{
	flex-basis: 32%;
	margin-bottom:1rem;
	}
.life_thm02 {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	}
.life_thm02 div {
	flex-basis: 32%;
	margin-right:1rem;
	}
	
.lt1{
	position: absolute;
	top:10%;
	left:0%;
	}
	
.loc-mt2{
	margin-top: 0.6rem ;
	}
	
	
.loc-cap {
padding: 3rem 2rem 1rem 180px;
}

.loc-cap1 {
padding: 3rem 2rem 1rem 240px;
}

.loc-cap2 {
padding: 3rem 2rem 1rem 280px;
}

.loc-cap3 {
padding: 3rem 2rem 1rem 120px;
}


.loc-cap4 {
padding: 3rem 2rem 1rem 190px;
}
	
.access li{
	width:31%;

	}
	
#transfer {
	display: flex;
　　display: -webkit-flex;/*--- safari（PC）用 ---*/
	justify-content: center;
  	flex-wrap: wrap;
	align-items: flex-start;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
 	align-items: stretch;
	}
	
#transfer dl {
	margin-top: 0px;
	flex-basis: 45%;
	}
	
.transfer-f26 {
	font-size: 26px;
	}
	
/*　プラン　*/	
	.plan_thm01 li {
		flex-basis: 30%;
		padding:1rem 0;
		}	
	.plan_thm02a {
		width:90%;
		}	
	.plan_thm03 li {
		width: 28%;
		font-size: 1.2rem;
		padding: 1rem;
		margin: 0.5rem;
	}
	.plan_thm04 li {
		font-size:1.5rem;
		padding:0.5rem;
		}
	.plan_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.plan_box li {
		margin-right: 2%;
		width: calc(50% - 2%);
	}
	.plan_box li:nth-child(2n),
	.plan_box li:nth-child(4n),
	.plan_box li:nth-child(6n) {
		margin-right: 0;
	}
	.plan_box li img{
		display: block;
		width: 40%;
	}
	.plan_box li div{
		width: 58%;
	}
	.plan_box01 dt {
		font-size: 1.25rem;
	}
	/*.plan_ttl01 {
		display: flex;
		justify-content: space-between;
		}*/
		
	.plan_ttl01 dt {
		font-size: 1rem;
		letter-spacing: -.06em;
		/*width: 28%;*/
		padding:1rem 0;
		padding:0.5rem 0;
	}
	.plan_ttl01 dt span {
		font-size:  1.8em;
		letter-spacing: -.05em;
	}
	.plan_ttl01 dd {
		font-size: 0.8rem;
		line-height: 1.2;
		text-align:left;
		height: 100%;
		position: relative;
		padding:1rem 0.5rem;
		/*width: 71%;*/
	}
	.plan_ttl01 dd .area1 {
		font-size: 2em;
	}
	.plan_ttl01 dd .area2 {
		font-size: 2.5em;
	}
	/* plan_ttl02 */
	.plan_ttl02 {
		font-size: 18px;
	}
	.plan_ttl02 .type_ttl {
		font-size: 36px;
	}
	.plan_ttl02 .type_ttl span {
		font-size: 50px;
	}
	.plan_ttl02 .type_ttl02 {
		font-size: 26px;
	}
	.plan_ttl02 .type_ttl02 span {
		font-size: 40px;
	}
	.plan_ttl02 .area_box {
		padding:0 0.5rem;
		font-size:0.8rem;
		margin-top:0;
	}
	.plan_ttl02 .area1 {
		font-size: 30px;
	}
	.plan_ttl02 .area1 span {
		font-size: 24px;
	}
	/* plan_ttl03 */
	.plan_ttl03 {
		width:48%;
		display:flex;
		flex-wrap: wrap;
		justify-content:space-around;
		}
	.plan_ttl03 dt {
		padding:0.5rem 1rem;
		} 
	.plan_ttl03 dd {
		flex-basis: 75%;
		/*line-height:1.8;*/
		} 
	.plan_ttl05,
	.plan_ttl05a {
		font-size: 2rem;
	}
	#loan .loan{
		font-size:1.5rem;
		}

	
/*　設備・品質　*/
.top_thm01 {
    width: 76%;
}
.top_thm03,
.top_thm03a {
    height: 70%;
}
.top_thm04 {
	width: 55%;
	margin-top: -200px;
	margin-left: 70px;
}
.top_thm04 a {
    padding: 2.5rem;
}
.top_ttl {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
	font-family: 'Noto Serif JP', serif;
}
	
	
/*　物件概要　*/
#outline .ttl03 {
	padding:2rem 0 1rem;
	}
#outline dl,
#map dl {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	}
#outline dt,
#map dt {
	width: 26%;
	padding:20px;
	border-right: 1px solid #E3DFDF;
		
}
#outline dd,
#map dd {
	width: 74%;
	padding:20px;
	border-bottom: 1px solid #E3DFDF;
	margin-top: 0.5rem;
}
	
/* gallery 
-----------------------------------------*/
.gallery {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	-webkit-justify-content: space-between; /* Safari */	
	}
.gallery li {
	width:32.75%;
	}
	
.m_gallery{
		margin: 50px auto;
		padding: 2rem 0 5rem;
	}

	.m_gallery li {
		flex-basis: 19%;
	}
	
	.youtube iframe {
		height: 500px;
		width: 800px;
	}
	
}

@media only screen and (min-width: 1024px) {
.lt1{
	position: absolute;
	top:15%;
	left:30%;
	}
	
/*　ランドスケープ　*/		
.spN_img_ls {
    width: 35%;
    max-width: 607px;
    top: 0;
    left: 3%;
}

.spN_box02 {
	padding: 0 0 150px 0;
	
}
	
.spN_box01a {
	width:100%;
	height:70%;
	position:relative;
	}
.spN_box03a {
	width:100%;
	height:60%;
	position:relative;
	}
.spN_box01b{
	position:absolute;
	max-width:550px;
	top:3%;
	left:45%;
	right:1%;
	}
	
.spN_box02b {
	top:15%;
	}
	
.spN_box01c {
    position: absolute;
    max-width: 650px;
    top: 10%;
    left: 35%;
}
	
.spN_img_r {

    top: 15%;
    left:50%;
}
	
ul.under_bt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto 2rem;
	max-width: 1750px;
	
}
	
.under_bt li{
	width: 24%;
	gap:10px;
}

}

	
@media only screen and (max-width: 767px) {
#landscape,
#location,
#outline {
	/*padding-top:60px;*/
}


}


     