@charset "UTF-8";
/*
#headerメニュー
*/

/*---------pc------------*/
#gHead {
	z-index: 1000;
	position: relative;
}

#gHead .gh-menu {
	position: fixed;
	top: 0;
	right: 0;
	/*height: 55px;*/
	height: 45px;
	width: 64px;
	padding: 0;
	margin: 0;
	border: none;
	background: #000;
}
#gHead .gh-menu div {
	height: 24px;
	width: 30px;
	position: relative;
	margin: 0 auto;
}
#gHead .gh-menu .gh-menu-bar {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
}
#gHead .gh-menu.scrollover .gh-menu-bar {
	background-color: #000;
}
#gHead .gh-menu .gh-menu-bar.mod-top {
	top: 0;
}
#gHead .gh-menu .gh-menu-bar.mod-middle {
	top: 11px;
}
#gHead .gh-menu .gh-menu-bar.mod-bottom {
	bottom: 0;
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-top {
	top: 11px;
	transform: rotate(-45deg);
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-middle {
	background-color: transparent;
}
#gHead .gh-menu.is-open .gh-menu-bar.mod-bottom {
	bottom: 11px;
	transform: rotate(-135deg);
}



/*------------------------sp--------------------*/
/*TOPメニュースマホ*/
@media only screen and (max-width: 769px) {
    
.body{  margin: 0px;}

#gHead .gh-menu {
		height: 55px;
}
    
#gHead .gh-menu div {
		height: 17px;
		width: 26px;
	}
#gHead .gh-menu .gh-menu-bar {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
	}
#gHead .gh-menu .gh-menu-bar.mod-top {
		top: 0;}
    
#gHead .gh-menu .gh-menu-bar.mod-middle {
		top: 8px;}
#gHead .gh-menu .gh-menu-bar.mod-bottom {
        bottom: 0;
	}
#gHead .gh-menu.is-open .gh-menu-bar.mod-top {
		top: 8px;
		transform: rotate(-45deg);
	}
#gHead .gh-menu.is-open .gh-menu-bar.mod-middle {
		background-color: transparent;
	}
#gHead .gh-menu.is-open .gh-menu-bar.mod-bottom {
		bottom: 8px;
		transform: rotate(-135deg);
	}
}

/*スマホ　終わり*/

/*サイド固定バナー*/
/*---------------------pcのみ-----------------------*/
#gHead .banner {
	position: fixed;
	top: 0;
	right: 0;
}
#gHead .banner ul {
	border-left: solid 0px #000;
	border-bottom: solid 0px #000;
}

#gHead .banner li {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}



#gHead .banner li {}
#gHead .banner li a {
	display: block;
	padding: 50px 15px;
    font-size:120%;
    font-weight: 500;
}
#gHead .banner li.request a {
	background: #000000;
    color:#ffffff;
}
#gHead .banner li.contact a {
	background:#4e001d ;
     color:#ffffff;
}
#gHead .banner li.request a:hover {
	background: #ffffff;
    color:#000000;
    border:solid 1px;
}
#gHead .banner li.contact a:hover {
	background: #ffffff;
    color:#000000;
     border:solid 1px;
}
#gHead .banner li a .def {
	display: inline;
}
#gHead .banner li a .over {
	display: none;
}
#gHead .banner li a:hover .def {
	display: none;
}
#gHead .banner li a:hover .over {
	display: inline;
}
/*---------------サイド固定バナー終わり---------------------*/


/* ----------------header固定pc-------------------- */

#gHead  {
    padding: 30px;
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
   transition: background-color .5s, color .5s; 
}
 
#gHead __inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header.change-color {
  color: white;
}

.tit{
    width:25%;
    float:left;
	font-size:20px;
    font-weight:bold;
}

#menu-wrap {
  width: 50%;
  height:30px;
background:#ffffff!important;
padding:5px 0;
  z-index:10000;
}	

#menu{
  list-style-type: none;
  width:65%;
  height: 25px;
  margin: 0px auto 0px;
  color:#006b85;
}

 #menu li{
  width:13%; 
  float: left;
 text-align: center;
    font-size:85%;
  border-right: 1px solid  #000000; 
}

 #menu li:last-child{
border-right:none;}
      
 #menu li a {
  display: block;
  width : 100%;
   color: #000000;
   text-shadow: 1px 1px 1px #ffffff;  
   font-weight: bold;
  line-height: 1.3;
  padding:8px 0 5px 0px;
  text-decoration: none;
  display:block;
z-index:100;
}
 #menu li a:hover {
   width: 100%;
   color:#0C7782;
   text-decoration: none;
}
 #menu li a:last-child{
border-right:none;}
      
 #menu li a.active{
 color:#0C7782;
  width: 100%;
  text-decoration: none;
  }



/* ------------------header pc 終わり------------------- */
 
/* -------------------header sp---------------------*/

@media only screen and (max-width: 769px) {
    #gHead .banner {
	display: none;
}
}
/*-----------------終わり-------------------*/

/*----------------------pc---------------------------*/

#gNav {
	height: 0;
	overflow: hidden;
	transition: all .3s;
	z-index: 1001;
	position: fixed;
	right: 0;
	top: 45px;
	width: auto;
}
#gNav ul {}
#gNav li {
	padding: 20px 20px;
	background: #000;
	border-bottom: 1px solid #ccc;
}
#gNav a {
	display: block;
	font-weight: bold;
	color: #fff;
}

/*------------headerスマホ-----------------*/
@media only screen and (max-width: 769px) {
	#gNav {
		top: 45px;
       font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; 

  }

    
.tit{
	position: fixed;
    top:3px;
    left: 0;
    font-size:100%;
    /*height: 70px;*/
    /*width: 185px;*/
    width:65%;
    float:left;
    padding: 0;
    margin: 0;
   color:#000000;
   text-align: left;
	} 


	#gNav li {
		padding: 12px 20px;
	}

    #ou_as li{
	position: fixed;
    top: 20px;
    right: 70px;
    /* height: 55px; */
    height: 30px;
    width: 80px;
    border:1px solid  #000000;
    padding: 0;
    margin: 0;
    background: #c0c0c0;
   color:#000000;
     text-align: center;
	}
    
    
    #ou_as li:nth-child(2){
    background: #c9c9c9;
   color:#000000;
      top:20px;
    right: 145px;   
    }

}

/*-----------------------header sp　end---------------------*/


/*------------アコーディオン全体------------*/
/*----------------pc---------------------*/
.menu {
  width: 98%;
  padding:50px 10px 20px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
 text-align: center;
    letter-spacing: 0.2em;
  line-height:1.5;
  position: relative;
  padding: 20px 10px;
  background-color:#4C6572;
    width:80%;
    margin:50px auto;
}
/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;
 overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,#menu_bar01:checked ~ #links02 li
/*#menu_bar02:checked ~ #links02 li*/ {
  height: auto; /*開いたときに表示されるliの高さ*/
  padding:0;
}

#links01 li{
    width:47%;
    margin:1.4%;
    display: inline-block;
    font-size:100%;
    text-align: center;
}

#links02 li.loc_02{
    width:90%;
    margin: 2% 0% 2% 10%;
    display: inline-block;
    font-size:100%;
    text-align: center;
    padding:0;
 
}

#links02 li.loc_02 h4{
   width:48%;
   background: #008080;
   /* 左上のみ角丸 */
border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
    /* 右下のみ角丸 */
border-bottom-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
    color:#ffffff;
    left:0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:120%;
    padding:1.5% 3%;
    text-align: left;
    margin-top:10px;
    line-height: 1.0;

}


#links02 li.loc_02 dl{
    width:96%;
    display:inline-block;
    vertical-align: top;

}

#links02 li.loc_02 dt{
    width:56%;
    display: inline-block;
    text-align: left;
    font-size:100%;
    line-height: 1.1;
    padding-left: 5%;
}

#links02 li.loc_02 dd{
    width:42%;
    display: inline-block;
    text-align: left;
    font-size:100%;
    line-height: 1.1;

}

#links02 li.loc_02 dt::before {
    content: "●";
    
}


 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right:33%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 33%;
  top: 7%;
  bottom: 0;
  margin: auto;
}



 /*-----------------アコーディオン全体pc　終わり---------------*/


/*-------------------アコーディオン全体　sp--------------------------*/


@media only screen and (max-width: 769px) {

.menu {
  width: 100%;
  padding: 10px 10px 20px;
}
.menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 15px;
  background-color:#008080;
    width:80%;
    margin:0 auto;
}
/*開いたときに表示される部分*/
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;

  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,#menu_bar01:checked ~ #links02 li
/*#menu_bar02:checked ~ #links02 li*/ {
  height: auto; /*開いたときに表示されるliの高さ*/
  border: none;
  padding:0;
}

#links01 li{
   width:90%;
   margin: 3% 5% 3% 5%;
   border: none;
   display: inline-block;
   font-size:90%;
   text-align: center;
   line-height: 1.5;  
}
 

#links02 li.loc_02{
    width:100%;
    display: inline-block;
    font-size:90%;
    text-align: center;
    padding:0; 
    margin: 0;  
}

#links02 li.loc_02 h4{
   width:50%;
   background: #008080;
   /* 左上のみ角丸 */
border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
    /* 右下のみ角丸 */
border-bottom-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
    color:#ffffff;
    left:0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:120%;
    padding:1.5% 3%;
    text-align: left;
    margin-top:10px;
    line-height: 1.0;

}


#links02 li.loc_02 dl{
    width:90%;
    font-size:100%;
    margin-bottom: 1%;
}

#links02 li.loc_02 dt{
    width:90%;
    display: inline-block;
    text-align: left;
    line-height: 1.1;
    padding-left: 0;
}

#links02 li.loc_02 dd{
    width:90%;
    display: inline-block;
    text-align: right;
    font-size:100%;
    line-height: 1.1;

}
    

#links02 li.loc_02 dt::before {
    content: "●";
    
}


 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.menu label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
   

}

/*---------アコーディオンsp 終わり---------------------------*/



/*----------------メインビジュアルTOP　pc----------------------*/
.fullsc {
	margin: 0;
	width: 100%;
    background-size: cover;
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.fullsc img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
    
}

.free{
    background: #000000;
    color:#fff;
    font-size:200%;
    text-align: center;
    letter-spacing: 5px;
    padding: 1%; 3%;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif; 
    font-weight:bold;
}



.free span{
    font-size:220%;
    text-align: center;
    padding:3%;
}


.free span2{
    font-size:250%;
    text-align: center;
    font-style:italic;
   
}


/*----------------メインビジュアルTOP　pc end----------------------*/



/*----------------------fullscメインビジュアルSP------------------*/

@media only screen and (max-width: 769px) {


.fullsc	{
	position: relative;
	margin:0;
  padding:0;
  border:0;
	width: 100%;
}

.fullsc	img{
	width:100%;
    display: block;
    margin:0px;
}
    

.free{
    background: #000000;
    color:#fff;
    font-size:110%;
    text-align: center;
    letter-spacing: 5px;
    padding: 1%; 3%;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif; 
    font-weight:bold;
    line-height: 2.0;
}



.free span{
    font-size:180%;
    text-align: center;
    padding:3%;
}


.free span2{
    font-size:200%;
    text-align: center;
    font-style:italic;
   
}
    
    
    
    
    
    
}


/*-----------------------secCampaign pc----------------------*/
.homenew_post .secCampaign {
	width: 100%;
    margin-top:0;
	padding: 1% 0 1% 0;

}
.homenew_post .secCampaign .inner {
     max-width: 1100px;
    margin:0 auto;
	
}
.booking_kyanpen {
    margin:50px auto;
}

.booking_kyanpen img{
   width:1100px;
    padding-top:70px;
    z-index:999; 
}

.booking_kyanpen p.explan{
        font-size:75%;
        line-height:1.1;
        text-align: left;
}
.booking_kyanpen2 {
    margin:50px auto;
}

.booking_kyanpen2 img{
   width:80%;
   margin: 0 10% 0 10%;
}


/*---------------------secCampaign pc end-----------------------*/


/*---------------------secCampaign sp-----------------------*/

@media only screen and (max-width: 769px) {
 
.homenew_post .secCampaign {
	width: 100%;
	margin: auto;
	padding: 2% 0 2% 0;
}
.homenew_post .secCampaign .inner {
  flex-direction: column;
  display: flex;
  width: 96%;
  margin: 0 2% 0 2%;
}
.booking_kyanpen {
  margin:13% auto;
}    
.booking_kyanpen img{
   width:100%;
     padding-top:20px; 
    z-index:99;
 }
.booking_kyanpen p.explan{
   font-size:75%;
   line-height:1.1;
   text-align: left;
}    
.booking_kyanpen2 {
  margin:5% auto;
}    
.booking_kyanpen2 img{
   width:90%;
   margin: 0 5% 0 5%;
 } 
    
    
    
}

/*---------------------secCampaign sp end-----------------------*/






/*-------------------------sec　全体pc--------------------------------*/
.more{background: #008080;
          color:#ffffff;
        font-size:20px;
        text-align: center;
         width:50%;
         padding:10px 0;
         margin:30px auto;
         border: solid 1px #008080;
        transition: background 1s;

}  

.more a{
            color:#ffffff;
}


.more:hover{
    background: #ffffff;
    border: solid 1px #008080;
    color: #008080; 
}

.kome{
    font-size: 80%;
    line-height: 1.2;
    font-weight: 400!important;
}

/*-------------------------sec　全体pc--------------------------------*/



/*-------------------------sec　全体sp--------------------------------*/

@media only screen and (max-width: 769px){

.more{
       background: #008080;
          color:#ffffff;
         width:80%;
         padding:10px 0;
         margin:0 auto}    
    
.more a{
    color:#ffffff;
}  
 
.kome{
    font-size: 70%;
    line-height: 1.2;
}

}

/*-------------------------sec　全体sp--------------------------------*/




/*-------------------------sec01コンセプトpc--------------------------------*/
.homenew_post .sec01 {
	width: 100%;
    margin-top:0;
	padding: 1% 0 5% 0;
    /*background: #f5f5f5;*/
}
.homenew_post .sec01 .inner {
     max-width: 1100px;
    margin:0 auto;
	
}
.homenew_post .sec01 .inner h1{
   font-size: 300%;
   text-align: center;
}

.homenew_post .sec01 .inner p{
   font-size: 120%;
   text-align: center;
   margin-bottom: 2%;
} 

.homenew_post .sec01 .inner .leftside{
    width:62%;
    margin: 0 1% 0 0;
    float: left;
}
.homenew_post .sec01 .inner .rightside{
    width:35%;
    margin: 0 0 0 1%;
    float: right;
}
.homenew_post .sec01 .inner .concept{
    width: 100%;
    padding:1%;
}
.homenew_post .sec01 .inner .concept h1{
    font-size: 500%;
    color:#4C6572;
    line-height: 1.1;
    margin-bottom: 2%;
}

.homenew_post .sec01 .inner .concept p{
    font-size: 110%;
    line-height: 2;
    margin-bottom: 2%;
    text-align: left;
}

.homenew_post .sec01 .inner .conceptimg{
    width:100%;
}
        



/*-------------------------sec01コンセプトpc end--------------------------------*/

/*-------------------------sec01コンセプトsp--------------------------------*/

@media only screen and (max-width: 769px){
.homenew_post .sec01 {
	width: 100%;
	margin: auto;
	padding: 2% 0 2% 0;
}
.homenew_post .sec01 .inner {
  flex-direction: column;
  display: flex;
  width: 96%;
  margin: 0 2% 0 2%;
  padding: 5% 0 5% 0;
}

.homenew_post .sec01 .inner h1{
   font-size: 160%;
   text-align: center;
}

.homenew_post .sec01 .inner p{
   font-size: 100%;
   text-align: center;
    margin-bottom: 2%;
}         
    
    
    
.homenew_post .sec01 .inner .leftside{
    width: 96%;
    margin: 0 2% 0 2%;
    float: left;
}
.homenew_post .sec01 .inner .rightside{
    width: 96%;
    margin: 0 2% 0 2%;
    float: right;
}
.homenew_post .sec01 .inner .concept{
    width: 100%;
    padding:0 0 5% 0 ;
}
.homenew_post .sec01 .inner .concept h1{
    font-size: 260%;
    line-height: 1.1;
    margin-bottom: 2%;
    text-align: center;
}

.homenew_post .sec01 .inner .concept p{
    font-size: 90%;
    line-height: 1.8;
    margin-bottom:7%;
    text-align: left;
}

.homenew_post .sec01 .inner .conceptimg{
    width:100%;
}
    


}

/*-------------------------sec01コンセプトsp end--------------------------------*/



/*-------------------------sec02ロケーションpc--------------------------------*/

.homenew_post .sec02 {
	width: 100%;
    margin-top:0;
	padding: 5% 0 5% 0;
}



.homenew_post .sec02 .bg01{
    margin: 2% 0 8% 0;
    /*background: linear-gradient(to bottom, #fff 0%, #fff 18%, #C8CDD0 18%,  #C8CDD0 100%);*/
    background: #ffffff;
    padding: 5% 0 0 0;
    width:100%;
    position: relative;
}   

.homenew_post .sec02 .bg01 .library{
    position: absolute;
    bottom:-40%;
    left:1%;
}  
.homenew_post .sec02 .bg01 .life{
    position: absolute;
    bottom: -30%;
    right: 3%;
} 

.homenew_post .sec02 .inner {
    max-width: 1100px;
    margin:0 auto;
    /*display: flex;
	align-items: center;
	flex-flow: row-reverse;*/
    
}

.homenew_post .sec02 .inner .title {
   background:#ffffff; 
   transform: rotate(45deg); 
   width:200px;
   height: 200px;
   top: -48%;
   left:44%;    
   position: absolute;

}
.homenew_post .sec02 .inner .title .titlename {
   position: absolute;
   transform: rotate(-45deg);
   top:35%;
   left:-5%; 
}


.homenew_post .sec02 .inner .title .titlename h1{
   font-size: 250%;
   text-align: center;
   color: #000000;    
}

.homenew_post .sec02 .inner p{
   font-size: 120%;
   text-align: center;
   margin-bottom: 2%;
   color: #000000; 
}   

.homenew_post .sec02 .inner .text01{
   font-size: 100%;
   line-height: 2;
   margin: 1% 0 3% 0;
   text-align: center;
}

.homenew_post .sec02 .inner .loc01{
    width:100%;
    margin: 2% 0 4% 0;
/*コレdisplay: flex;
    コレalign-items: flex-end;*/
    position: relative;
}


.homenew_post .sec02 .inner .loc01 h1{
    font-size:160%;
    line-height: 1.5;
    color: black;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2%;
}

.homenew_post .sec02 .inner .loc01 p{
    font-size:110%;
    line-height:1.8;
    color: black;
    text-align: center;
}
.homenew_post .sec02 .inner .loc01 .bird{
    position: absolute;
    top:-10%;
    right: 30%;
}


.homenew_post .sec02 .inner .loc02{
    width: 100%;
    padding:0 2% 2% 2%;
    border: 2px solid #5f9ea0;
    border-radius:50px;
    margin-bottom: 5%;
}
.homenew_post .sec02 .inner .loc02 .name{
    width:35%;
    margin:-5% auto 0 auto;
    padding: 2% 0 2% 0;
    background: white;
}

.homenew_post .sec02 .inner .loc02 .name h1{
   font-size: 300%;
   text-align: center;
   color: #5f9ea0;    
}

.homenew_post .sec02 .inner .loc02 .name p{
   font-size: 120%;
   text-align: center;
   margin-bottom: 2%;
   color: #5f9ea0; 
}  

.homenew_post .sec02 .inner .loc02 .inami{
    width:30%;
    margin:0 1.5% 1% 1.5%;
    display: inline-block;
}
.homenew_post .sec02 .inner .loc02 .inami h1{
   font-size: 120%;
   text-align: center;
   color: black;    
   font-weight: 500;
}
.homenew_post .sec02 .inner .loc02 .inami p{
   font-size: 100%;
   text-align: left;
   color: black;    
   font-weight: 400;
   line-height:1.2 ;
}



.homenew_post .sec02 .inner .loc03 {
	flex: 1;
	padding:0;
 
}

.homenew_post .sec02 .inner .loc03 .build{
    width:45.8%;
    margin: 2% 2% 6% 2%;
    display: inline-block;
    position: relative;
}
.homenew_post .sec02 .inner .loc03 .buildback{
    width:55%;
    padding: 2% 0 1% 6%;
    position: absolute;
    background: white;
    bottom: -10%;
    right:0;
}
.homenew_post .sec02 .inner .loc03 .buildback h1{
    font-size:130%;
    color:black;
    text-align: left;
}
.homenew_post .sec02 .inner .loc03 .buildback p{
    font-size:100%;
    color:black;
    text-align: left;
}

.homenew_post .sec02 .inner .loc03 .build2{
    width:40%;
    margin: 2% 7.5% 6% 7.5%;
    display: inline-block;
    position: relative;
}
.homenew_post .sec02 .inner .loc03 .build2:nth-child(odd){
    /*奇数項目*/
    margin-right: 1.5%;
}
.homenew_post .sec02 .inner .loc03 .build2:nth-child(even){
    /*奇数項目*/
    margin-left: 1.5%;
}

.homenew_post .sec02 .inner .loc03 .build2 h1{
    font-size:105%;
    color:black;
    text-align: center;
}
.homenew_post .sec02 .inner .loc03 .build2 p{
    font-size:100%;
    color:black;
    text-align: center;
}
.homenew_post .sec02 .inner .loc03 .place{
    display:inline-block;
    width:45.8%;
    margin: 2%;
    vertical-align: top;
}



.homenew_post .sec02 .inner .loc03 dl {
    width:100%;
  /*margin-left:1%;*/
    margin:1% 0 1% 0;
}

.homenew_post .sec02 .inner .loc03 dt {
    width:45%;
    display:inline-block;
    padding:1% 0 1% 0;
}
.homenew_post .sec02 .inner .loc03 dd {
    width:54%;
    font-size:100%; 
    padding:1% 1% 1% 3%;
    display:inline-block;
}


/*-------------------------sec02ロケーションpc end--------------------------------*/


/*-------------------------sec02ロケーションsp --------------------------------*/
   
@media only screen and (max-width: 769px) {
.homenew_post .sec02 {
	width: 100%;
	margin: auto;
	padding: 2% 0 2% 0;
	}
    
    
.homenew_post .sec02 .bg01{
    margin: 2% 0 8% 0;
    /*background: linear-gradient( #006a6c 18%,  #006a6c 100%);*/
    width:100%;
    padding: 5% 0 5% 0;
}   
  
    
    
.homenew_post .sec02 .inner {
	flex-direction: column;
    display: flex;
    width: 96%;
    margin: 0 2% 0 2%;
}
    
    
  .homenew_post .sec02 .inner h1{
   font-size: 160%;
   text-align: center;
}

.homenew_post .sec02 .inner p{
   font-size: 100%;
   text-align: center;
    margin-bottom: 2%;
}   
.homenew_post .sec02 .inner .title {
   width:133px;
   height: 133px;
   top: -10%;
   left:31%;    
   position: absolute;

}
.homenew_post .sec02 .inner .title .titlename {
   position: absolute;
   transform: rotate(-45deg);
   left:5%; 
  
}
.homenew_post .sec02 .inner .title .titlename h1{
   font-size: 145%;
   text-align: center;
    padding-left:3%;
}

.homenew_post .sec02 .inner .title .titlename  p{
   font-size: 100%;
   text-align: center;
}     
    
    

    
    
.homenew_post .sec02 .inner .text01{
   width:90%;
   font-size: 80%;
   line-height: 2;
   margin: 1% 0 3% 0;
   text-align: center;
}    

  
.homenew_post .sec02 .inner .loc01{
    width:90%;
    margin: 2% 5% 4% 5%;
    /* コレdisplay:  block;
    コレalign-items: flex-end;*/
}


.homenew_post .sec02 .inner .loc01 h1{
    font-size:110%;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2%;
}

.homenew_post .sec02 .inner .loc01  p{
    font-size:90%;
    line-height:1.5;
    text-align: center;
}

.homenew_post .sec02 .inner .loc01 .bird{
    position: absolute;
    top:-10%;
    right: 1%;
}    
    
.homenew_post .sec02 .inner .loc02{
    width: 100%;
    padding:0 2% 2% 2%;
}
.homenew_post .sec02 .inner .loc02 .name{
    width:60%;
    margin:-5% auto 0 auto;
    padding: 2% 0 2% 0;
}

.homenew_post .sec02 .inner .loc02 .name h1{
   font-size: 160%;
   text-align: center;  
}

.homenew_post .sec02 .inner .loc02 .name p{
   font-size: 100%;
   text-align: center;
   margin-bottom: 2%; 
}     
 
.homenew_post .sec02 .inner .loc02 .inami{
    width:90%;
    margin:2% 5% 2% 5%;
    display: inline-block;
}
.homenew_post .sec02 .inner .loc02 .inami h1{
   font-size: 110%;
   text-align: center; 
   font-weight: 500;
}
.homenew_post .sec02 .inner .loc02 .inami p{
   font-size: 90%;
   text-align: left;   
   font-weight: 400;
   line-height:1.2 ;
}    
    

.homenew_post .sec02 .inner .loc03 {
	flex: 1;
	padding-bottom: 10%;
    width:100%;
}
    
.homenew_post .sec02 .inner .loc03 .build{
    width:100%;
    margin: 2% 0 6% 0;
    display: inline-block;
    position: relative;
}
.homenew_post .sec02 .inner .loc03 .buildback{
    width:70%;
    padding: 2% 0 1% 6%;
    position: absolute;
    bottom: -10%;
    right:0;
}
.homenew_post .sec02 .inner .loc03 .buildback h1{
    font-size:110%;
    text-align: left;
}
.homenew_post .sec02 .inner .loc03 .buildback p{
    font-size:90%;
    text-align: left;
}    
    
.homenew_post .sec02 .inner .loc03 .build2{
    width:80%;
    margin: 2% 10% 6% 10%;
    display: inline-block;
}
.homenew_post .sec02 .inner .loc03 .build2:nth-child(odd){
    /*奇数項目*/
    margin-right: 10%;
}
.homenew_post .sec02 .inner .loc03 .build2:nth-child(even){
    /*奇数項目*/
    margin-left: 10%;
}
.homenew_post .sec02 .inner .loc03 .build2 h1{
    font-size:100%;
    text-align: center;
}
.homenew_post .sec02 .inner .loc03 .build2 p{
    font-size:90%;
    text-align: center;
}       
.homenew_post .sec02 .inner .loc03 .place{
    display:inline-block;
    width:100%;
    margin: 2% 0 2% 0;
    vertical-align: top;
}

.homenew_post .sec02 .inner .loc03 dl {
    width:80%;
  /*margin-left:1%;*/
    margin: 3% 10% 3% 10%;
    display:inline-block;
}

.homenew_post .sec02 .inner .loc03 dt {
    width:100%;
    display:inline-block;
    padding:1% 0 0.5% 0;
    font-size:90%;
    text-align: left;
}
.homenew_post .sec02 .inner .loc03 dd {
    width:100%;
    font-size:90%; 
    padding:0 1% 1% 1%;
    display:inline-block;
    font-size: 90%;
    text-align: right;
}
    
    
    
    
    
    
    
}


/*-------------------------sec02ロケーションsp end --------------------------------*/



/*-------------------------sec03モデルハウス　pc--------------------------------*/

.homenew_post .sec03 {
	width: 100%;
    margin-top:0;
	padding:10% 0 1% 0;
}

.homenew_post .sec03 .inner {
    max-width: 960px;
    margin:0 auto;
    /*display: flex;
	align-items: center;
	flex-flow: row-reverse;*/
}


.homenew_post .sec03 .inner h1{
   font-size: 300%;
   text-align: center;
}

.homenew_post .sec03 .inner p{
   font-size: 120%;
   text-align: center;
   margin-bottom: 2%;
}   


/*.homenew_post .sec03 h2 {
background: #000000;
            color:#ffffff;
		margin: 0 auto;
        font-size:120%;
        text-align: left;
		padding: 10px 0 10px 35px;

	}
    
    
  .homenew_post .sec03  h2 span{
	    font-size:90%;
        text-align: left;
		padding-left: 30px;
	}*/

.homenew_post .sec03 .inner h3{
   font-size: 120%;
   text-align:center;
   padding: 1% 0 1% 0;
   margin:3% 0 1% 0 ;
   border:thin gray solid;
   width:25%;
}

.bottom_sen{
    padding-bottom:2%;
    margin-bottom: 4%;
    border-bottom:thin gray dotted;
}    


.model_title {
    position: relative;
    margin-top:3%;
    overflow: hidden;
    padding: 2% 2% 2% 15%;
    border-bottom: 3px solid #000000;
    font-size:150%;
    text-align: left;
}

.model_title:before {
    position: absolute;
    top: -75%;
    left: -24px;
    content: '';
    width:150px;
    height: 200%;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    background: #000;
}
.model_title span {
    font-size: 160%;
    position: absolute;
    z-index: 1;
    top:30%;
    left: 2%;
    color: #fff;
}
.homenew_post .sec03 .inner p.model_exam {
    position: relative;
    margin-top:1%;
    font-size:100%;
    text-align:center;
}
.homenew_post .sec03 .modelphoto_mv{
    width:100%;
  
    }


.homenew_post .sec03 .inner .modelphoto{
    width:96%;
    margin: 2% 2% 3% 2%;
    }
.homenew_post .sec03 .inner .modelphoto h1{
    font-size: 120%;
    text-align:left;
    line-height: 1.8;
    }
.homenew_post .sec03 .inner .modelphoto p{
    font-size: 100%;
    line-height: 1.2;
    text-align:left;
    }
.homenew_post .sec03 .inner .modelphoto2{
    width:45%;
    margin: 3% 2% 3% 2%;
    display: inline-block;
}
.homenew_post .sec03 .inner .modelphoto2 h1{
    font-size: 120%;
    line-height: 1.8;
    }
.homenew_post .sec03 .inner .modelphoto2 p{
    font-size: 100%;
    line-height: 1.2;
    text-align:left;
    }	    
 
.container {
  margin: 30px auto 0;
  max-width: 800px;
  width: 100%;
}
img {
  height: auto;
  width: 100%;
}
.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  /*opacity: 0.3;
  transition: opacity .3s linear;*/
  padding: 1% 0.5%;  
    
    
}
.thumbnail .slick-current {
  /*opacity: 1;*/
}

.slick-next{ right:0!important; }
    .slick-prev{ left:0!important; }
    .slick-arrow{ z-index:2!important; }




.homenew_post .sec03 .inner .area{
    width:100%;
}

.homenew_post .sec03 .inner .area dl {
    width:45%;
    margin:5% 2% 4% 2%;
    display:inline-block;
    text-align: right;
    vertical-align: top;   
}

.homenew_post .sec03 .inner .area dl dt{
    font-size:120%;
    width: 33% ;
    padding:2% 2% 2% 0;
    display: inline-block;
    background: #000000;
    color:#ffffff;
    text-align:center;
}

.homenew_post .sec03 .inner .area dl dd{
    font-size:120%;
    width: 65% ;
    padding:1% 0% 0 2%;
    text-align: left;
    display: inline-block;
    vertical-align: top; 
}

.homenew_post .sec03 .inner .area dl dd span{
   font-size:200%; 
}




.homenew_post .sec03 .inner .point{
    width:100%;
}

.homenew_post .sec03 .inner .point p.catch {
  display: flex;  
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  font-size:150%;
  margin-top:30px;
    
}
.homenew_post .sec03 .inner .point p.catch:before, .point p.catch:after {
  border-top: 1px solid;
  content: "";
  width:4em; /* 線の長さ */
}
.homenew_post .sec03 .inner .point p.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.homenew_post .sec03 .inner .point p.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}






.homenew_post .sec03 .inner ul {
    width:100%;
	display: flex;
    margin:0 auto;
	justify-content: space-between;
}
.homenew_post .sec03 .inner li {
	width: 32%;
    margin:1% ;
    padding:10px 0;
    text-align: center;
    display:inline-block;
	box-sizing: border-box;
	position: relative;
    background:#6e7c84;
    color:#ffffff;
    border-radius:3px;
    font-size: 100%;
}



.homenew_post .sec03 .inner .kakaku{
    width:75%;
    margin:5% auto;
    box-sizing: border-box;
    border:solid 1px;
    padding: 2%;
}

.homenew_post .sec03 .inner .price{
    width:32%;
    margin:0 0 0 3%;
    display: inline-block;
    vertical-align: top;
}

.homenew_post .sec03 .inner .price dt{
    width:100%;
    font-size:110%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 10%;
    border: thin solid gray;
}


.homenew_post .sec03 .inner .price dd{
    width:100%;
    font-size:110%;
    display: inline-block;
    text-align:center;
    padding: 1%;
}

.homenew_post .sec03 .inner .price dd span{
    font-size:200%;
    font-weight: 500;
}
.homenew_post .sec03 .inner .price dd span2{
    font-size:80%;
}


.homenew_post .sec03 .inner .price_right{
    width:64.5%;
    display: inline-block;
}
.homenew_post .sec03 .inner .price_ex{
    width:100%;
    margin:0 auto 3% auto;
    background: #000000;
    color:#ffffff;
   font-size: 120%;
}

.homenew_post .sec03 .inner .kingaku{
    width:100%;
    margin:0 auto;
}

.homenew_post .sec03 .inner .kingaku dl{
    border-bottom: thin dashed gray;
    margin-bottom: 5%;
}
.homenew_post .sec03 .inner .kingaku dt{
    width:35%;
    font-size:140%;
    display:inline-block;
    text-align: right;
    line-height: 1.2;
    vertical-align: bottom;
}

.homenew_post .sec03 .inner .kingaku dd{
    width:64%;
    font-size:140%;
    display:inline-block;
     text-align: right;
    line-height: 1.2;
    vertical-align: bottom;
}
.homenew_post .sec03 .inner .kingaku dd span{
   font-size:250%;
    color:red;
}
.homenew_post .sec03 .inner .kingaku dd span2{
   font-size:150%;
}
.homenew_post .sec03 .inner .ka_tx{
    margin-top:3%;
    font-size:90%;
    line-height:1.5;
}


#slider div p{
    position: absolute;
    bottom:-23px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

#slider2 div p{
    position: absolute;
    bottom:-23px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail2 > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail2 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail2 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

#slider3 div p{
    position: absolute;
    bottom:-23px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail3 > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail3 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail3 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}


#slider4 div p{
    position: absolute;
    bottom:-23px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail4 > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail4 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail4 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}


#slider5 div p{
    position: absolute;
    bottom:-23px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail5 > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail5 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail5 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}



#slider6 div p{
    position: absolute;
    bottom:-23px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail6 > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail6 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail6 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

#slider7 div p{
    position: absolute;
    bottom:-23px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail7 > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail7 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail7 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

#slider8 div p{
    position: absolute;
    bottom:-23px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail8 > div {
    width: calc(100% / 7);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail8 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail8 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}


#slider9 div p{
    position: absolute;
    bottom:-23px;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail9 > div {
    width: calc(100% / 5);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail9 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail9 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}




 .bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    width: 100%;
    z-index:-999px;
}


.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;
    background: #4e001d;
    color:#fff;
    width:40%;
    text-align: center;
    font-size:150%;
    padding: 30px 10px;
    margin:3% 4.5%;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}


.btnshine a{color:#ffffff;}


/*キラッと光る*/
.btnshine::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -40%;
    /*キラッと光る形状*/
    width: 40%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


.btnshine2{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;
    background: #524748;
    color:#fff;
    width:40%;
    text-align: center;
    font-size:150%;
    padding: 30px 10px;
    margin:3% 4.5%;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}


.btnshine2 a{color:#ffffff;}


/*キラッと光る*/
.btnshine2::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -40%;
    /*キラッと光る形状*/
    width: 40%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine2:hover::before {
	animation: shine2 0.7s;
}

@keyframes shine2 {
	100% {
		left: 125%;
	}
}



/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
 /* max-width: 500px;*/
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
    color:black;
}

#openModal {
  cursor: pointer;
}
#openModal2 {
  cursor: pointer;
}
#openModal3 {
  cursor: pointer;
}
#openModal4 {
  cursor: pointer;
}
#openModal5 {
  cursor: pointer;
}
#openModal6 {
  cursor: pointer;
}
#openModal7 {
  cursor: pointer;
}
#openModal8 {
  cursor: pointer;
}





/*---------------------------sec03 モデルハウス　pc end---------------*/


/*--------------------------sec03モデルハウス　sp --------------------*/


@media only screen and (max-width: 769px) {
    
.homenew_post .sec03 {
	width: 100%;
	margin: auto;
	padding: 2% 0 2% 0;
	}
.homenew_post .sec03 .inner {
	flex-direction: column;
    display: flex;
    width: 96%;
    margin: 8% 2% 0 2%;
}
    
.homenew_post .sec03 .inner h1{
   font-size: 120%;
   text-align: center;
}

.homenew_post .sec03 .inner p{
   font-size: 100%;
   text-align: center;
    margin-bottom: 2%;
}       
    
/*.homenew_post .sec03 h2 {
        font-size:110%;
	}

.homenew_post .sec03 h2 span{
	    font-size:90%;
	}    
    */
    
.homenew_post .sec03 .inner h3{
   font-size: 100%;
   text-align:center;
   padding: 1% 0 1% 0;
   margin:3% 0 1% 0 ;
   width:50%;
}    
    


.model_title {
    position: relative;
    margin-top:15px;
    overflow: hidden;
    padding: 2% 0 2% 20%;
    border-bottom: 2px solid #000000;
    font-size:110%;
    text-align: left;
}

.model_title:before {
    position: absolute;
    top: -50%;
    left: -24px;
    content: '';
    width:70px;
    height: 160%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    background: #000;
}
.model_title span {
    font-size:120%;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    color: #fff;
}
  
.homenew_post .sec03 .inner p.model_exam {
    position: relative;
    margin-top:1%;
    font-size:90%;
    text-align:left;
}    
    
    
 
#slider div p{
    position: absolute;
    bottom:-10px;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

#slider2 div p{
    position: absolute;
    bottom:-10px;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail2 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail2 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail2 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

#slider3 div p{
    position: absolute;
    bottom:-10px;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail3 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail3 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail3 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}


#slider4 div p{
    position: absolute;
     bottom:-10px;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail4 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail4 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail4 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}


#slider5 div p{
    position: absolute;
     bottom:-10px;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail5 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail5 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail5 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}



#slider6 div p{
    position: absolute;
    bottom:-10px;
     font-size:65%;
   
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail6 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail6 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail6 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

#slider7 div p{
    position: absolute;
    bottom:-10px;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail7 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail7 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

 #slider8 div p{
    position: absolute;
    bottom:-10px;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail8 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail8 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail8 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}   
    
    
#slider9 div p{
    position: absolute;
    bottom:-10px;
     font-size:65%;
    left:0;
   background: rgba(0,0,0,0.5);
    color:#ffffff;
    padding:1% 1%;
}

.bxslider_thumbnail9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:0px;
    list-style: none;
}

.bxslider_thumbnail9 > div {
    width: calc(100% / 4);
    padding: 0 0.1% 0 0.1%;
}

.bxslider_thumbnail9 > div > a {
    display: block;
    position: relative;
    padding-top: 75%;
}

.bxslider_thumbnail9 > div > a > img {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}     
    
    
    

 .bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    width: 100%;
    z-index:-999px;
}


 

.btnshine2{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;
    background: #524748;
    color:#fff;
    width:70%;
    text-align: center;
    font-size:110%;
    padding: 15px 10px;
    margin:3% 15%;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}


.btnshine2 a{color:#ffffff;}


/*キラッと光る*/
.btnshine2::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -40%;
    /*キラッと光る形状*/
    width: 40%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine2:hover::before {
	animation: shine2 0.7s;
}

@keyframes shine2 {
	100% {
		left: 125%;
	}
}        
    
    
    
.homenew_post .sec03 .inner .modelphoto{
    width:100%;
    margin: 3% auto;
    }
.homenew_post .sec03 .inner .modelphoto h1{
    font-size: 100%;
    text-align:left;
    line-height: 1.8;
    }
.homenew_post .sec03 .inner .modelphoto p{
    font-size: 80%;
    line-height: 1.2;
    text-align:left;
    }
.homenew_post .sec03 .inner .modelphoto2{
    width:80%;
    margin: 3% 10% 3% 10%;
    }
.homenew_post .sec03 .inner .modelphoto2 h1{
    font-size: 100%;
    line-height: 1.8;
    }
.homenew_post .sec03 .inner .modelphoto2 p{
    font-size: 90%;
    line-height: 1.2;
    text-align:left;
    }	       
    

    
    
.homenew_post .sec03 .inner .area{
    width:100%;
}
.homenew_post .sec03 .inner .area dl {
   width:100%;
   margin:2% auto;    
}

.homenew_post .sec03 .inner .area dl dt{
    font-size:100%;
    width: 33% ;
    padding:1% 0 1.5% 0;
    display: inline-block;
    background: #000000;
    color:#ffffff;
    text-align:center;   
}

.homenew_post .sec03 .inner .area dl dd{
    width: 65% ;
    padding:1% 0 0 2%; 
    text-align: left;
    display: inline-block;
}
    
.homenew_post .sec03 .inner .area dl dd span{
   font-size:130%;
}
    
    
    
      
.homenew_post .sec03 .inner .point{
    width:100%;
}
.homenew_post .sec03 .inner .point p.catch {
  font-size:110%;
}    
.homenew_post .sec03 .inner .point p.catch:before, .point p.catch:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.homenew_post .sec03 .inner .point p.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.homenew_post .sec03 .inner .point p.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}    
    
    
.homenew_post .sec03 .inner ul {
     width:98%;
	 display: flex;
     margin:0 auto;
	 justify-content: space-between;
}
.homenew_post .sec03 .inner li {
	width: 100%;
    margin:1% ;
    padding:10px 0;
    text-align: center;
    display:inline-block;
	box-sizing: border-box;
	position: relative;
    background:#6e7c84;
    color:#ffffff;
    border-radius:3px;
    font-size: 85%;
}
  

    
.homenew_post .sec03 .inner .kakaku{
    width:96%;
    margin:5% auto;
    padding: 2%;    
}
   

.homenew_post .sec03 .inner .price{
    width:70%;
    margin:3% 15% 3% 15%;
    display: inline-block;
}

.homenew_post .sec03 .inner .price dt{
    width:70%;
    margin:0 30% 4% 0;
    font-size:110%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
  
.homenew_post .sec03 .inner .price dd{
    width:100%;
    padding: 1%;
    font-size:110%;
    display: inline-block;
    text-align:left;
}
    
.homenew_post .sec03 .inner .price dd span{
    font-size:200%;
    font-weight: 500;
}

.homenew_post .sec03 .inner .price dd span2{
    font-size:80%;
}
  
    
.homenew_post .sec03 .inner .price_right{
    width:100%; 
}
.homenew_post .sec03 .inner .price_ex{
    width:100%;
    margin:0 auto 3% auto;
    text-align: center;
    font-size: 110%;
}
    
.homenew_post .sec03 .inner .kingaku{
    width:100%;
    margin:0 auto;
}
 
.homenew_post .sec03 .inner .kingaku dl{
    border-bottom: thin dashed gray;
    margin-bottom: 5%;
}    
    
    
.homenew_post .sec03 .inner .kingaku dt{
    width:35%;
    font-size:110%;
    display:inline-block;
    text-align: right;
    line-height: 1.2;
}

.homenew_post .sec03 .inner .kingaku dd{
    width:64%;
    font-size:120%;
    display:inline-block;
     text-align: right;
    line-height: 1.2;
    vertical-align: bottom;
}
.homenew_post .sec03 .inner .kingaku dd span{
   font-size:250%;
}

    
.homenew_post .sec03 .inner .ka_tx{
    margin-top:3%;
    font-size:80%;
    line-height:1.5;
}    
       
    
    

    

}


/*--------------------------sec03モデルハウス　sp end --------------------*/



/*------------------------sec04 MAP pc--------------------------------*/

.homenew_post .sec04 {
	width: 100%;
    margin-top:0;
}

.homenew_post .sec04 .bg01{
    margin: 0 0 0 0;
    background:#f5f5f5;
    width:100%;
    padding:6% 0 12% 0;
}

.homenew_post .sec04 .inner {
    max-width: 1100px;
    margin:0 auto;
    /*display: flex;
	align-items: center;
	flex-flow: row-reverse;*/
    position: relative;
}
.homenew_post .sec04 .inner h1{
   font-size: 300%;
   text-align: center;
   color:#000000;
}

.homenew_post .sec04 .inner p{
   font-size: 120%;
   text-align: center;
   color:#000000;
   margin-bottom: 2%;
}   

.homenew_post .sec04 .inner .title {
   background:#f5f5f5; 
   transform: rotate(45deg); 
   width:200px;
   height: 200px;
   top: -36%;
   left:40%;    
   position: absolute;

}
.homenew_post .sec04 .inner .title .titlename {
   position: absolute;
   transform: rotate(-45deg);
   top:10%;
   left:10%; 
  
}
.homenew_post .sec04 .inner .title .titlename h1{
   font-size: 300%;
   text-align: center;
   color:#000000;
}

.homenew_post .sec04 .inner .title .titlename  p{
   font-size: 120%;
   text-align: center;
   color:#000000;
}   
.homenew_post .sec04 .inner .map{
    z-index: 5;
    position: relative;
}



/*---------------------sec04 MAP pc end--------------------------------*/



/*------------------------sec04 MAP sp--------------------------------*/
@media only screen and (max-width: 769px) {
.homenew_post .sec04 {
	width: 100%;
	margin: auto;
	padding: 2% 0 0 0;
	}

.homenew_post .sec04 .bg01{
    margin: 0 0 0 0;
    width:100%;
    padding:10% 0 20% 0;
}    
.homenew_post .sec04 .inner {
	flex-direction: column;
    display: flex;
    width: 96%;
    margin: 0 2% 0 2%;
}
    
    
.homenew_post .sec04 .inner h1{
   font-size: 160%;
   text-align: center;
}

.homenew_post .sec04 .inner p{
   font-size: 100%;
   text-align: center;
    margin-bottom: 2%;
}   
.homenew_post .sec04 .inner .title {
   width:130px;
   height: 130px;
   top: -18%;
   left:33%;    
   position: absolute;

}
.homenew_post .sec04 .inner .title .titlename {
   position: absolute;
   transform: rotate(-45deg);
   top:7%;
   left:5%; 
  
}
.homenew_post .sec04 .inner .title .titlename h1{
   font-size: 160%;
   text-align: center;
}

.homenew_post .sec04 .inner .title .titlename  p{
   font-size: 100%;
   text-align: center;
}   
.homenew_post .sec04 .inner .map{
    z-index: 5;
    position: relative;
}

    
    
    

}
/*---------------------sec04 MAP sp end--------------------------------*/



    
/*---------------------sec05 概要　pc----------------------------------*/

.homenew_post .sec05 {
	width: 100%;
    margin-top:0;
}




.homenew_post .sec05 .inner {
    max-width: 1100px;
    margin:0 auto;
    /*display: flex;
	align-items: center;
	flex-flow: row-reverse;*/
}

 .homenew_post .sec05 .inner h1{
        font-size:160%;
        line-height:2;
        text-align:left;
        color: #4C6572;
        display: flex;
        align-items: center;
 }



 .homenew_post .sec05 .inner .outline{
        font-size:90%;
        line-height:1.5;
        padding:1%;
        text-align:left;
 }



    
/*---------------------sec05 概要　pc end----------------------------------*/


/*---------------------sec05 概要　sp----------------------------------*/

@media only screen and (max-width: 769px) {
    
.homenew_post .sec05 {
	width: 100%;
	margin:2% auto 2% auto;
	/*padding: 0 0 2% 0;*/
	
    }
  
    
.homenew_post .sec05 .inner {
	flex-direction: column;
    display: flex;
    width: 90%;
    margin: 0 5% 0 5%;
}

    
 .homenew_post .sec05 .inner h1{
        font-size:130%;
        line-height:2;
        text-align:left;
        color: #006a6c;
        display: flex;
        align-items: center;
 }

 .homenew_post .sec05 .inner .outline{
        font-size:80%;
        line-height:1.5;
        padding:1%;
        text-align:left;
 }

    
    
}

/*---------------------sec05 概要　sp end----------------------------------*/    


/*---------------------sec06 近隣物件 pc----------------------------------*/   

.homenew_post .sec06 {
	width: 100%;
    margin-top:0;
}

.homenew_post .sec06 .bg01{
    background-image:url(../img/bg_kinrin.png);
    width:100%;
    padding:5% 0 5% 0;
    background-repeat: repeat;
    background-size: cover;
}


.homenew_post .sec06 .inner {
    max-width: 1100px;
    margin:0 auto;
    /*display: flex;
	align-items: center;
	flex-flow: row-reverse;*/
}
    
.homenew_post .sec06 .inner h1{
        font-size:160%;
        line-height:2;
        text-align:center;
        color: #006a6c;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2%;
 }
.homenew_post .sec06 .inner h1:before,h1:after {
  border-top: 1px solid #006a6c;
  content: "";
  width: 35%; /* 線の長さ */
}
.homenew_post .sec06 .inner h1:before {
  margin-right: 1em; /* 文字の右隣 */
}
.homenew_post .sec06 .inner h1:after {
  margin-left: 1em; /* 文字の左隣 */
}


   
    
    
.picup_list {
    overflow: hidden;
    width:100%;
}
.picup_list .list_in{
	width:45%;
    margin:3% 2.2% 3% 2.2%;
    background: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .5);
    display: inline-block;
}



.picup_txt01::after{display: none;}
.picup_txt01{
	font-size: 100%;
    width: 100%;
    text-align: center;
    line-height: 1.4;
    color:#116F8B;
    margin: 2% 0 2% 0;
}
.picup_txt01 span{
	font-size: 130%;
}    
 
       
.picup_txt02{
   font-size: 100%;  
   width: 100%;
    clear:both;
}

.picup_list .bukken{
    width:80%;
    margin: 1% 10% 1% 10%;
    border-top:solid thin gray;
    border-bottom:solid thin gray;
    padding:3% 0 3% 0;
    
}
.picup_list dt {
    width:26%;
    font-size:100%;
    float:left;
    text-align: center;
    color:#116F8B;
}
    
.picup_list dd {
    width:73%;
    font-size:100%;  
    float:left;
}  
    

.picup_btn01{margin-bottom: 0px;}
.picup_btn01 a{
	display: block;
	text-align: center;
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
	font-size: 100%;
	font-weight: bold;
	padding: 6px 3px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
.picup_btn01 a:hover{
	color: #000000;
	background: #ffffff;
}
.picup_btn01 a:hover:after{
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
}
.picup_btn01 a:after{
	content: "　";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

/*------------------------sec06 近隣物件　pc end--------------------*/

/*---------------------sec06 近隣物件　sp-----------------------*/

@media only screen and (max-width: 769px) {


.homenew_post .sec06 {
	width: 100%;
	margin: auto;
	padding: 2% 0 2% 0;
	}

.homenew_post .sec06 .bg01{
    width:100%;
    padding:5% 0 5% 0;
    background-repeat: repeat;
    background-size: cover;
}    
    
.homenew_post .sec06 .inner {
	flex-direction: column;
    display: flex;
    width: 96%;
    margin: 0 2% 0 2%;
}

    
.homenew_post .sec06 .inner h1{
        font-size:130%;
        line-height:2;
        text-align:center;
        color: #006a6c;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2%;
 }
.homenew_post .sec06 .inner h1:before,h1:after {
  border-top: 1px solid #006a6c;
  content: "";
  width: 20%; /* 線の長さ */
}
.homenew_post .sec06 .inner h1:before {
  margin-right: 0.5em; /* 文字の右隣 */
}
.homenew_post .sec06 .inner h1:after {
  margin-left: 0.5em; /* 文字の左隣 */
}

    
    
    
    
.picup_list {
    overflow: hidden;
    width:100%;
}
.picup_list .list_in{
	float: left;
	width: 90%;
    margin:1% 5% 5% 5%;
    display: inline-block;
}



.picup_txt01::after{display: none;}
.picup_txt01{
	font-size: 90%;
	margin-top: 0;
    width: 100%;
    float: none;
}
    
.picup_txt01 span{
	font-size: 120%;
    width: 100%;
}    
       
.picup_txt02{
    font-size: 90%;  
    width: 100%;
}

    
.picup_list .bukken{
    width:94%;
    margin: 1% 3% 1% 3%;
    border-top:solid thin gray;
    border-bottom:solid thin gray;
    padding:3% 0 3% 0;
    
}    
    

    
.picup_list dt {
        width:26%;
        font-size:80%;
        float:left;
    }
    
   
    
.picup_list dd {
        width:73%;
        font-size:80%;  
        float:left;
    }  
      
       
  
    
    
.picup_btn01 {
    clear: both;
    font-size: 100%;
    width:100%;
    margin:1% 0 0 0;
}
right_clm.picup_btn01{margin-bottom: 10px;}
right_clm .picup_btn01 a{
	display: block;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	padding: 6px 3px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
right_clm.picup_btn01 a:hover{
	color: #fff;
	background: #000000;
}
.picup_list li .picup_btn01 a:hover:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.picup_list li .picup_btn01 a:after{
	content: "　";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
    
}

/*---------------------sec06 近隣物件　sp end-----------------------*/


/*------------------------model  pc--------------------------------*/

.homenew_post .model {
	width: 100%;
    margin-top:5%;
}

.homenew_post .model .bg01{
    margin: 0 0 0 0;
    background:#f5f5f5;
    width:100%;
    padding:6% 0 12% 0;
}

.homenew_post .model .inner {
    max-width: 1100px;
    margin:0 auto;
    /*display: flex;
	align-items: center;
	flex-flow: row-reverse;*/
    position: relative;
}
.homenew_post .model .inner h1{
   font-size: 230%;
   text-align: center;
   color:#000000;
}




.homenew_post .model .inner p{
   font-size: 120%;
   text-align: center;
   color:#fff;
   margin-bottom:2%;
}   

.homenew_post .model .inner .title {
   background:#f5f5f5; 
  transform: rotate(45deg); 
   width:200px;
   height:200px;
   top: -6%;
   left:41%;    
   position: absolute;
 

}
.homenew_post .model .inner .title .titlename {
   position: absolute;
   transform: rotate(-45deg);
   top:12%;
   left:0%; 
    margin-bottom: 50px;
  
}model .inner .title .titlename h1{
   font-size: 280%;
   text-align: center;
   color:#000000;
}

.homenew_post .model .inner .title .titlename  p{
   font-size: 120%;
   text-align: center;
   color:#000000;
}   



  
.inner .tit25{
   font-size: 140%;
   text-align: center;
   color:#000000;
}
















.twin2{
    width: 47%;
    margin: 2% 1% 3% 1%; 
    display: inline-block;
    /*border: thin gray solid;*/    
   /* box-shadow: 0 0 8px gray;*/
    background: #fff;
   /* padding: 0.5% 0 0 0;*/
}

/*.model.twin2 .bun_name{
    /*display: flex;
    align-items: flex-end;*/
    margin-bottom: 1%;
    padding: 0.5% 1% 1% 1%;
}*/

.twin2 .leftside{
    width: 100%;
    margin:0;
    /*float: left;*/
}
.attention {
    position: relative;
    display: inline-block;

}
 .attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.twin2 .rightside{
    width:100%;
    margin:0;
    /*float: right;*/
}
.twin2 h1{
   font-size:80%;
   text-align: center;
   font-weight: 600;
   line-height: 1.5;
   margin-bottom: 0;
   /*border-bottom: thin gray solid; */
}
.twin2 h1 span{
   font-size: 135%;
}
.twin2 h2{
   font-size: 100%;
   text-align: center;
   line-height: 1.5;
   margin: 1% 0 1% 0;
   background:#fafad2 ;
    
}


.twin2 p{
  font-size:95%;
  line-height:1.2;  
  text-align: center;
}

.twin2 .modelshot{
  position: relative;
  margin: 0 0 1% 0;
}
.modelshot_name{
    font-size: 130%;
  line-height: 1.5;
  font-weight: 500;
 text-align: center;
    
 /* border-top:2px gray solid;
  border-bottom: 2px gray solid;*/
}
.modelshot_name_text{
  position: absolute;
  left: 2% ;
  bottom:5%;
  font-size: 130%;
  line-height: 1;
  font-weight: 500;
  color:#000000;
  width:50%;
}

.modelshot_name_text span{
  background: #000000;
    font-size: 130%; 
    color:#ffffff;
    padding:0 13% 0 5%;
   clip-path: polygon(0% 0%, 80% 0, 100% 100%, 75% 100%, 0% 100%);
}



.model_bt{margin-bottom: 0px;}
.model_bt a{
	display: block;
	text-align: center;
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
	font-size: 100%;
	font-weight: bold;
	padding: 12px 3px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
.model_bt a:hover{
	color: #000000;
	background: #ffffff;
}
.model_bt a:hover:after{
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
}
.model_bt a:after{
	content: "　";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}


.model_bt2{margin-bottom: 0px;}
.model_bt2{
	display: block;
	text-align: center;
    color: #ffffff;
    border: 1px solid #696969;
    background: #696969;
	font-size: 100%;
	font-weight: bold;
	padding: 12px 3px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}



/*---------------------model pc end--------------------------------*/

/*------------------------model sp--------------------------------*/
@media only screen and (max-width: 769px) {
.homenew_post .model {
	width: 100%;
	margin: auto;
	padding: 2% 0 0 0;
	}

.homenew_post .model .bg01{
    margin: 0 0 0 0;
    width:100%;
    padding:10% 0 20% 0;
}    
.homenew_post .model .inner {
	flex-direction: column;
    display: flex;
    width: 96%;
    margin: 0 2% 0 2%;
}
    
    
.homenew_post .model .inner h1{
   font-size: 160%;
   text-align: center;
}

.homenew_post .model .inner p{
   font-size: 100%;
   text-align: center;
    margin-bottom: 2%;
}   
.homenew_post .model .inner .title {
   width:150px;
   height: 150px;
   top: -2%;
   left:33%;    
   position: absolute;

}
.homenew_post .model .inner .title .titlename {
   position: absolute;
   transform: rotate(-45deg);
   top:10%;
   left:5%; 
  
}
.homenew_post .model .inner .title .titlename h1{
   font-size: 110%;
   text-align: center;
}

.homenew_post .model .inner .title .titlename  p{
   font-size: 100%;
   text-align: center;
}   


.twin2{
    width: 98%;
    margin: 5% 1% 3% 1%; 
    display: inline-block;
    /*border: thin gray solid;*/    
   /* box-shadow: 0 0 8px gray;*/
    background: #fff;
   /* padding: 0.5% 0 0 0;*/
}

/*.model.twin2 .bun_name{

    margin-bottom: 1%;
    padding: 0.5% 1% 1% 1%;
}*/

.twin2 .leftside{
    width: 100%;
    margin:0;
    /*float: left;*/
}
.attention {
    position: relative;
    display: inline-block;

}
 .attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.twin2 .rightside{
    width:100%;
    margin:0;
    /*float: right;*/
}
.twin2 h1{
   font-size:70%;
   text-align: center;
   font-weight: 600;
   line-height: 1.5;
   margin-bottom: 0;
   /*border-bottom: thin gray solid; */
}
.twin2 h1 span{
   font-size: 100%;
}
.twin2 h2{
   font-size: 100%;
   text-align: center;
   line-height: 1.5;
   margin: 1% 0 1% 0;
   background:#fafad2 ;
    
}


.twin2 p{
  font-size:80%;
  line-height:1.2;  
  text-align: center;
}

.twin2 .modelshot{
  position: relative;
  margin: 0 0 1% 0;
}
    
    
  .modelshot_name{
    font-size:90%;
  line-height: 1.5;
  font-weight: 500;
 text-align: center;
    
 /* border-top:2px gray solid;
  border-bottom: 2px gray solid;*/
}
.modelshot_name_text{
  position: absolute;
  left: 2% ;
  bottom:5%;
  font-size: 90%;
  line-height: 1;
  font-weight: 500;
    color:#000000;
}

.modelshot_name_text span{
  background: #000000;
    font-size:100%; 
    color:#ffffff;
    padding:0 13% 0 5%;
   clip-path: polygon(0% 0%, 80% 0, 100% 100%, 75% 100%, 0% 100%);
}


 .model_bt{margin: 15px 0;}
.model_bt a{
	display: block;
	text-align: center;
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
	font-size: 90%;
	font-weight: bold;
	padding: 8px 3px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
.model_bt a:hover{
	color: #000000;
	background: #ffffff;
}
.model_bt a:hover:after{
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
}
.model_bt a:after{
	content: "　";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}


 .model_bt2{margin: 15px 0;}
.model_bt2 {
	display: block;
	text-align: center;
    color: #ffffff;
    border: 1px solid #696969;
    background: #696969;
	font-size: 90%;
	font-weight: bold;
	padding: 8px 3px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
}
 
    
    
    
    
    

}
/*---------------------sec04 model sp end--------------------------------*/






/*--------------------sec07 問い合わせ　pc ------------------------*/
.homenew_post .sec07   {
        width:1100px;
       margin:5% auto;
    }
    

.twin{
    width:48%;
    display: inline-block;
    margin:0 auto;

}


.btn,
a.btn,
button.btn {
 width:98%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}



.btn-wrap {
  margin: 30px 0; 
   
}

a.btn-c {
  font-size: 20px;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #ffffff;
  background:#2f4f4f;
  -webkit-box-shadow: 0 5px 0 #e0e0e0;
  box-shadow: 0 5px 0 #e0e0e0;
}



a.btn-c span  {
  font-size: 15px;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color:#404040;
  border: 2px solid #404040;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #404040 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  border: thin solid #404040;
  color:#404040;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 0 #e0e0e0;
  box-shadow: 0 2px 0 #e0e0e0;
}


a.btn-d {
   font-size: 1.3rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #000;
  background:#fff100;
  -webkit-box-shadow: 0 5px 0 #cccccc;
  box-shadow: 0 5px 0 #cccccc;
}


a.btn-d span  {
  font-size: 1rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 170px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color:#409ecc;
  border: 2px solid #409ecc;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-d span:before,
a.btn-d span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-d span:before {
    bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #409ecc transparent transparent transparent;
}

a.btn-d span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-d i {
  margin-right: 1rem;
}

a.btn-d:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #000000;
  -webkit-box-shadow: 0 2px 0 #001e43;
  box-shadow: 0 2px 0 #001e43;
}



/*-----------------sec07 問い合わせ　pc end ------------------------*/





/*------------------------sec08 LANDPLAN pc--------------------------------*/

.homenew_post .sec08 {
	width: 100%;
    margin-top:0;
}



.homenew_post .sec08 .inner {
    max-width: 1100px;
    margin:0 auto;
    /*display: flex;
	align-items: center;
	flex-flow: row-reverse;*/
    position: relative;
}
.homenew_post .sec08 .inner h1{
   font-size: 300%;
   text-align: center;
}

.homenew_post .sec08 .inner p{
   font-size: 120%;
   text-align: center;
   margin-bottom: 2%;
}   

.homenew_post .sec08 .inner .title {
   background:#fff; 
   transform: rotate(45deg); 
   width:200px;
   height: 200px;
   top: -9%;
   left:40%;    
   position: absolute;

}
.homenew_post .sec08 .inner .title .titlename {
   position: absolute;
   transform: rotate(-45deg);
   top:10%;
   left:17%; 
  
}
.homenew_post .sec08 .inner .title .titlename h1{
   font-size: 300%;
   text-align: center;
   color:#000000;
}

.homenew_post .sec08 .inner .title .titlename p{
   font-size: 120%;
   text-align: center;
   color:#000000;
}   
.homenew_post .sec08 .inner .landplan img{
    position: relative;
    margin: 12% 0 5% 0;
}




/*---------------------sec08 LANDPLAN pc end--------------------------------*/



/*------------------------sec08 LANDPLAN sp--------------------------------*/
@media only screen and (max-width: 769px) {
.homenew_post .sec08 {
	width: 100%;
	margin: auto;
	padding: 2% 0 0 0;
	}

 
.homenew_post .sec08 .inner {
	flex-direction: column;
    display: flex;
    width: 96%;
    margin: 0 2% 0 2%;
}
    
    
.homenew_post .sec08 .inner h1{
   font-size: 160%;
   text-align: center;
}

.homenew_post .sec08 .inner p{
   font-size: 100%;
   text-align: center;
    margin-bottom: 2%;
}   
.homenew_post .sec08 .inner .title {
   width:130px;
   height: 130px;
   top: -6%;
   left:33%;    
   position: absolute;

}
.homenew_post .sec08 .inner .title .titlename {
   position: absolute;
   transform: rotate(-45deg);
   top:10%;
   left:18%; 
  
}
.homenew_post .sec08 .inner .title .titlename h1{
   font-size: 160%;
   text-align: center;
}

.homenew_post .sec08 .inner .title .titlename  p{
   font-size: 100%;
   text-align: center;
}   
.homenew_post .sec08 .inner .landplan img{
    position: relative;
    margin: 20% 0 8% 0;
}
    
    
    

}
/*---------------------sec08 LANDPLAN sp end--------------------------------*/







 
/*---------------------footer-nav 問い合わせ　sp　固定-----------------------*/

@media only screen and (max-width: 769px) {




div#footer-nav-fixed{    
position: fixed;            /* フッターの固定 */    
bottom: 0px;                /* 位置(下0px) */    
left: 0px;                  /* 位置(左0px) */    
width: 100%;                /* 横幅100%　*/    
height: 68px;      /* 縦幅70px */
z-index: 999999;
			
} 

div#footer-nav-bk{	
background-color:#4e001d ; 
position: fixed;            /* フッターの固定 */    
bottom: 0px;                /* 位置(下0px) */    
left: 0px;                  /* 位置(左0px) */    
width: 42%;                /* 横幅100%　*/    
height: 50px;            /* 横の幅を100% */
border-right:1px #fff solid;
z-index: 999999;     

} 

div#footer-nav-bk p{	
font-size:95%;
font-weight:bold;
margin-top:8%;
text-align:center;
color:#ffffff;
} 

div#footer-nav-bk p a{	
font-size:95%;
margin:auto 0;
text-align:center;
color:#ffffff;
}




div#footer-nav-ck{	
background-color:#2f4f4f;     /* 背景色 */	
float: left;
font-weight:bold;  
position: fixed;  
bottom: 0px;                /* 位置(下0px) */    
right:16%;                 /* 位置(左0px) */    
width: 42%;                /* 横幅100%　*/    
height: 50px;  
 z-index: 999999;   /* 横の幅を100% */
padding-bottom: 1%;  
} 

div#footer-nav-ck p{	
font-size:95%;
margin-top:8%;
text-align:center;
color:#fff;
} 

div#footer-nav-ck p a{	
font-size:95%;
margin:auto 0;
text-align:center;
color:#ffffff;
}

div#footer-nav-tel{	
background-color:#000000;     /* 背景色 */	
float: left;
position: fixed;  
bottom: 0px;                /* 位置(下0px) */    
right:0px;                 /* 位置(左0px) */    
width: 16%;                /* 横幅100%　*/    
height: 50px;
z-index: 999999;    /* 横の幅を100% */
padding-bottom: 1%;      
}     
    
 }    
    
/*---------------------footer-nav 問い合わせ　sp　固定　end-----------------------*/       

    









